Uses of Annotation Interface
org.eclipse.jetty.util.annotation.Name
Packages that use Name
Package
Description
Jetty Server : Core Server API
Jetty Server : Core Handler API
Jetty Server : Handler JMX Integration
Jetty JMX : Jetty Logging JMX Integration
Jetty Util : Common ThreadPool Utilities
Jetty Util : Modular Web Application Support
-
Uses of Name in org.eclipse.jetty.server
Constructor parameters in org.eclipse.jetty.server with annotations of type NameModifierConstructorDescriptionAcceptRateLimit(int limit, long period, TimeUnit units, Connector... connectors) AcceptRateLimit(int limit, long period, TimeUnit units, Connector... connectors) AcceptRateLimit(int limit, long period, TimeUnit units, Connector... connectors) AcceptRateLimit(int limit, long period, TimeUnit units, Connector... connectors) AcceptRateLimit(int acceptRateLimit, long period, TimeUnit units, Server server) AcceptRateLimit(int acceptRateLimit, long period, TimeUnit units, Server server) AcceptRateLimit(int acceptRateLimit, long period, TimeUnit units, Server server) AcceptRateLimit(int acceptRateLimit, long period, TimeUnit units, Server server) ConnectionLimit(int maxConnections, Connector... connectors) ConnectionLimit(int maxConnections, Connector... connectors) ConnectionLimit(int maxConnections, Server server) ConnectionLimit(int maxConnections, Server server) DebugListener(boolean renameThread, boolean showHeaders, boolean dumpContext) DebugListener(boolean renameThread, boolean showHeaders, boolean dumpContext) DebugListener(boolean renameThread, boolean showHeaders, boolean dumpContext) DebugListener(OutputStream out, boolean renameThread, boolean showHeaders, boolean dumpContext) DebugListener(OutputStream out, boolean renameThread, boolean showHeaders, boolean dumpContext) DebugListener(OutputStream out, boolean renameThread, boolean showHeaders, boolean dumpContext) DebugListener(OutputStream out, boolean renameThread, boolean showHeaders, boolean dumpContext) HttpConnectionFactory(HttpConfiguration config, HttpCompliance compliance) HttpConnectionFactory(HttpConfiguration config, HttpCompliance compliance) LowResourceMonitor(Server server) SecureRequestCustomizer(boolean sniHostCheck) SecureRequestCustomizer(boolean sniRequired, boolean sniHostCheck, long stsMaxAgeSeconds, boolean stsIncludeSubdomains) SecureRequestCustomizer(boolean sniRequired, boolean sniHostCheck, long stsMaxAgeSeconds, boolean stsIncludeSubdomains) SecureRequestCustomizer(boolean sniRequired, boolean sniHostCheck, long stsMaxAgeSeconds, boolean stsIncludeSubdomains) SecureRequestCustomizer(boolean sniRequired, boolean sniHostCheck, long stsMaxAgeSeconds, boolean stsIncludeSubdomains) SecureRequestCustomizer(boolean sniHostCheck, long stsMaxAgeSeconds, boolean stsIncludeSubdomains) SecureRequestCustomizer(boolean sniHostCheck, long stsMaxAgeSeconds, boolean stsIncludeSubdomains) SecureRequestCustomizer(boolean sniHostCheck, long stsMaxAgeSeconds, boolean stsIncludeSubdomains) Server(int port) Convenience constructor Creates server and aServerConnectorat the passed port.Server(InetSocketAddress addr) Convenience constructorServer(ThreadPool pool) ServerConnector(Server server) Construct a ServerConnector with a private instance ofHttpConnectionFactoryas the only factory.ServerConnector(Server server, int acceptors, int selectors) Construct a ServerConnector with a private instance ofHttpConnectionFactoryas the only factory.ServerConnector(Server server, int acceptors, int selectors) Construct a ServerConnector with a private instance ofHttpConnectionFactoryas the only factory.ServerConnector(Server server, int acceptors, int selectors) Construct a ServerConnector with a private instance ofHttpConnectionFactoryas the only factory.ServerConnector(Server server, int acceptors, int selectors, ConnectionFactory... factories) Construct a ServerConnector with a private instance ofHttpConnectionFactoryas the only factory.ServerConnector(Server server, int acceptors, int selectors, ConnectionFactory... factories) Construct a ServerConnector with a private instance ofHttpConnectionFactoryas the only factory.ServerConnector(Server server, int acceptors, int selectors, ConnectionFactory... factories) Construct a ServerConnector with a private instance ofHttpConnectionFactoryas the only factory.ServerConnector(Server server, int acceptors, int selectors, ConnectionFactory... factories) Construct a ServerConnector with a private instance ofHttpConnectionFactoryas the only factory.ServerConnector(Server server, int acceptors, int selectors, SslContextFactory sslContextFactory) Construct a ServerConnector with a private instance ofHttpConnectionFactoryas the primary protocolServerConnector(Server server, int acceptors, int selectors, SslContextFactory sslContextFactory) Construct a ServerConnector with a private instance ofHttpConnectionFactoryas the primary protocolServerConnector(Server server, int acceptors, int selectors, SslContextFactory sslContextFactory) Construct a ServerConnector with a private instance ofHttpConnectionFactoryas the primary protocolServerConnector(Server server, int acceptors, int selectors, SslContextFactory sslContextFactory) Construct a ServerConnector with a private instance ofHttpConnectionFactoryas the primary protocolServerConnector(Server server, Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, int acceptors, int selectors, ConnectionFactory... factories) ServerConnector(Server server, Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, int acceptors, int selectors, ConnectionFactory... factories) ServerConnector(Server server, Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, int acceptors, int selectors, ConnectionFactory... factories) ServerConnector(Server server, Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, int acceptors, int selectors, ConnectionFactory... factories) ServerConnector(Server server, Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, int acceptors, int selectors, ConnectionFactory... factories) ServerConnector(Server server, Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, int acceptors, int selectors, ConnectionFactory... factories) ServerConnector(Server server, Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, int acceptors, int selectors, ConnectionFactory... factories) ServerConnector(Server server, ConnectionFactory... factories) Construct a Server Connector with the passed Connection factories.ServerConnector(Server server, ConnectionFactory... factories) Construct a Server Connector with the passed Connection factories.ServerConnector(Server server, SslContextFactory sslContextFactory) Construct a ServerConnector with a private instance ofHttpConnectionFactoryas the primary protocolServerConnector(Server server, SslContextFactory sslContextFactory) Construct a ServerConnector with a private instance ofHttpConnectionFactoryas the primary protocolServerConnector(Server server, SslContextFactory sslContextFactory, ConnectionFactory... factories) ServerConnector(Server server, SslContextFactory sslContextFactory, ConnectionFactory... factories) ServerConnector(Server server, SslContextFactory sslContextFactory, ConnectionFactory... factories) SslConnectionFactory(String nextProtocol) SslConnectionFactory(SslContextFactory factory, String nextProtocol) SslConnectionFactory(SslContextFactory factory, String nextProtocol) -
Uses of Name in org.eclipse.jetty.server.handler
Constructor parameters in org.eclipse.jetty.server.handler with annotations of type NameModifierConstructorDescriptionThreadLimitHandler(String forwardedHeader) ThreadLimitHandler(String forwardedHeader, boolean rfc7239) ThreadLimitHandler(String forwardedHeader, boolean rfc7239) -
Uses of Name in org.eclipse.jetty.server.handler.jmx
Method parameters in org.eclipse.jetty.server.handler.jmx with annotations of type NameModifier and TypeMethodDescriptionvoidContextHandlerMBean.removeContextAttribute(String name) voidContextHandlerMBean.setContextAttribute(String name, Object value) voidContextHandlerMBean.setContextAttribute(String name, Object value) voidContextHandlerMBean.setContextAttribute(String name, String value) voidContextHandlerMBean.setContextAttribute(String name, String value) -
Uses of Name in org.eclipse.jetty.util.log.jmx
Method parameters in org.eclipse.jetty.util.log.jmx with annotations of type NameModifier and TypeMethodDescriptionbooleanLogMBean.isDebugEnabled(String logger) voidLogMBean.setDebugEnabled(String logger, Boolean enabled) voidLogMBean.setDebugEnabled(String logger, Boolean enabled) -
Uses of Name in org.eclipse.jetty.util.thread
Method parameters in org.eclipse.jetty.util.thread with annotations of type NameModifier and TypeMethodDescriptionQueuedThreadPool.dumpThread(long id) booleanQueuedThreadPool.interruptThread(long id) Constructor parameters in org.eclipse.jetty.util.thread with annotations of type NameModifierConstructorDescriptionQueuedThreadPool(int maxThreads) QueuedThreadPool(int maxThreads, int minThreads) QueuedThreadPool(int maxThreads, int minThreads) QueuedThreadPool(int maxThreads, int minThreads, int idleTimeout) QueuedThreadPool(int maxThreads, int minThreads, int idleTimeout) QueuedThreadPool(int maxThreads, int minThreads, int idleTimeout) QueuedThreadPool(int maxThreads, int minThreads, int idleTimeout, int reservedThreads, BlockingQueue<Runnable> queue, ThreadGroup threadGroup) QueuedThreadPool(int maxThreads, int minThreads, int idleTimeout, int reservedThreads, BlockingQueue<Runnable> queue, ThreadGroup threadGroup) QueuedThreadPool(int maxThreads, int minThreads, int idleTimeout, int reservedThreads, BlockingQueue<Runnable> queue, ThreadGroup threadGroup) QueuedThreadPool(int maxThreads, int minThreads, int idleTimeout, int reservedThreads, BlockingQueue<Runnable> queue, ThreadGroup threadGroup) QueuedThreadPool(int maxThreads, int minThreads, int idleTimeout, int reservedThreads, BlockingQueue<Runnable> queue, ThreadGroup threadGroup) QueuedThreadPool(int maxThreads, int minThreads, int idleTimeout, int reservedThreads, BlockingQueue<Runnable> queue, ThreadGroup threadGroup) QueuedThreadPool(int maxThreads, int minThreads, int idleTimeout, int reservedThreads, BlockingQueue<Runnable> queue, ThreadGroup threadGroup, ThreadFactory threadFactory) QueuedThreadPool(int maxThreads, int minThreads, int idleTimeout, int reservedThreads, BlockingQueue<Runnable> queue, ThreadGroup threadGroup, ThreadFactory threadFactory) QueuedThreadPool(int maxThreads, int minThreads, int idleTimeout, int reservedThreads, BlockingQueue<Runnable> queue, ThreadGroup threadGroup, ThreadFactory threadFactory) QueuedThreadPool(int maxThreads, int minThreads, int idleTimeout, int reservedThreads, BlockingQueue<Runnable> queue, ThreadGroup threadGroup, ThreadFactory threadFactory) QueuedThreadPool(int maxThreads, int minThreads, int idleTimeout, int reservedThreads, BlockingQueue<Runnable> queue, ThreadGroup threadGroup, ThreadFactory threadFactory) QueuedThreadPool(int maxThreads, int minThreads, int idleTimeout, int reservedThreads, BlockingQueue<Runnable> queue, ThreadGroup threadGroup, ThreadFactory threadFactory) QueuedThreadPool(int maxThreads, int minThreads, int idleTimeout, int reservedThreads, BlockingQueue<Runnable> queue, ThreadGroup threadGroup, ThreadFactory threadFactory) QueuedThreadPool(int maxThreads, int minThreads, int idleTimeout, BlockingQueue<Runnable> queue) QueuedThreadPool(int maxThreads, int minThreads, int idleTimeout, BlockingQueue<Runnable> queue) QueuedThreadPool(int maxThreads, int minThreads, int idleTimeout, BlockingQueue<Runnable> queue) QueuedThreadPool(int maxThreads, int minThreads, int idleTimeout, BlockingQueue<Runnable> queue) QueuedThreadPool(int maxThreads, int minThreads, int idleTimeout, BlockingQueue<Runnable> queue, ThreadGroup threadGroup) QueuedThreadPool(int maxThreads, int minThreads, int idleTimeout, BlockingQueue<Runnable> queue, ThreadGroup threadGroup) QueuedThreadPool(int maxThreads, int minThreads, int idleTimeout, BlockingQueue<Runnable> queue, ThreadGroup threadGroup) QueuedThreadPool(int maxThreads, int minThreads, int idleTimeout, BlockingQueue<Runnable> queue, ThreadGroup threadGroup) QueuedThreadPool(int maxThreads, int minThreads, int idleTimeout, BlockingQueue<Runnable> queue, ThreadGroup threadGroup) QueuedThreadPool(int maxThreads, int minThreads, BlockingQueue<Runnable> queue) QueuedThreadPool(int maxThreads, int minThreads, BlockingQueue<Runnable> queue) QueuedThreadPool(int maxThreads, int minThreads, BlockingQueue<Runnable> queue) ScheduledExecutorScheduler(String name, boolean daemon, int threads) ScheduledExecutorScheduler(String name, boolean daemon, int threads) ScheduledExecutorScheduler(String name, boolean daemon, int threads) ScheduledExecutorScheduler(String name, boolean daemon, ClassLoader classLoader, ThreadGroup threadGroup, int threads) ScheduledExecutorScheduler(String name, boolean daemon, ClassLoader classLoader, ThreadGroup threadGroup, int threads) ScheduledExecutorScheduler(String name, boolean daemon, ClassLoader classLoader, ThreadGroup threadGroup, int threads) ScheduledExecutorScheduler(String name, boolean daemon, ClassLoader classLoader, ThreadGroup threadGroup, int threads) ScheduledExecutorScheduler(String name, boolean daemon, ClassLoader classLoader, ThreadGroup threadGroup, int threads) -
Uses of Name in org.eclipse.jetty.webapp
Method parameters in org.eclipse.jetty.webapp with annotations of type NameModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoid