Uses of Annotation Interface
org.eclipse.jetty.util.annotation.Name
Package
Description
Jetty Deploy : Webapp Deploy Management
Jetty Deploy : JMX Integration
Jetty Server : Modular Servlet Integration
Jetty Servlets : Generally Useful Servlets, Handlers and Filters
Jetty Util : Modular Web Application Support
Jetty Rewrite : Rewrite Handler and Rules for Jetty
Jetty Server : Core Server API
Jetty Server : Core Handler API
Jetty Server : Handler JMX Integration
Jetty Util : Common Utility Classes
Jetty Util : Common ThreadPool Utilities
Jetty Xml : IoC Mechanism for Jetty Configuration
-
Uses of Name in org.eclipse.jetty.alpn.server
ModifierConstructorDescriptionALPNServerConnectionFactory
(String protocols) ALPNServerConnectionFactory
(String... protocols) -
Uses of Name in org.eclipse.jetty.deploy
Modifier and TypeMethodDescriptionvoid
DeploymentManager.requestAppGoal
(String appId, String nodeName) Move anApp
through theAppLifeCycle
to the desiredNode
, executing each lifecycle step in the process to reach the desired state.void
DeploymentManager.requestAppGoal
(String appId, String nodeName) Move anApp
through theAppLifeCycle
to the desiredNode
, executing each lifecycle step in the process to reach the desired state. -
Uses of Name in org.eclipse.jetty.deploy.jmx
Modifier and TypeMethodDescription -
Uses of Name in org.eclipse.jetty.ee10.servlet
ModifierConstructorDescriptionDebugListener
(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) -
Uses of Name in org.eclipse.jetty.ee10.servlets
Modifier and TypeMethodDescriptionboolean
DoSFilter.addWhitelistAddress
(String address) Adds the given IP address, either in the form of a dotted decimal notation A.B.C.D or in the CIDR notation A.B.C.D/M, to the list of whitelisted IP addresses.boolean
DoSFilter.removeWhitelistAddress
(String address) Removes the given address from the list of whitelisted IP addresses. -
Uses of Name in org.eclipse.jetty.ee10.webapp
-
Uses of Name in org.eclipse.jetty.http.content
ModifierConstructorDescriptionValidatingCachingHttpContentFactory
(HttpContent.Factory authority, long validationPeriod, ByteBufferPool bufferPool) Construct aValidatingCachingHttpContentFactory
which validates entries upon use to check if they are still valid.ValidatingCachingHttpContentFactory
(HttpContent.Factory authority, long validationPeriod, ByteBufferPool bufferPool) Construct aValidatingCachingHttpContentFactory
which validates entries upon use to check if they are still valid.ValidatingCachingHttpContentFactory
(HttpContent.Factory authority, long validationPeriod, ByteBufferPool bufferPool) Construct aValidatingCachingHttpContentFactory
which validates entries upon use to check if they are still valid.ValidatingCachingHttpContentFactory
(HttpContent.Factory authority, long validationPeriod, ByteBufferPool bufferPool, Scheduler scheduler, long sweepPeriod, long idleTimeout) Construct aValidatingCachingHttpContentFactory
which validates entries upon use to check if they are still valid and an optional period sweeper of the cache to find invalid and old entries to evict.ValidatingCachingHttpContentFactory
(HttpContent.Factory authority, long validationPeriod, ByteBufferPool bufferPool, Scheduler scheduler, long sweepPeriod, long idleTimeout) Construct aValidatingCachingHttpContentFactory
which validates entries upon use to check if they are still valid and an optional period sweeper of the cache to find invalid and old entries to evict.ValidatingCachingHttpContentFactory
(HttpContent.Factory authority, long validationPeriod, ByteBufferPool bufferPool, Scheduler scheduler, long sweepPeriod, long idleTimeout) Construct aValidatingCachingHttpContentFactory
which validates entries upon use to check if they are still valid and an optional period sweeper of the cache to find invalid and old entries to evict.ValidatingCachingHttpContentFactory
(HttpContent.Factory authority, long validationPeriod, ByteBufferPool bufferPool, Scheduler scheduler, long sweepPeriod, long idleTimeout) Construct aValidatingCachingHttpContentFactory
which validates entries upon use to check if they are still valid and an optional period sweeper of the cache to find invalid and old entries to evict.ValidatingCachingHttpContentFactory
(HttpContent.Factory authority, long validationPeriod, ByteBufferPool bufferPool, Scheduler scheduler, long sweepPeriod, long idleTimeout) Construct aValidatingCachingHttpContentFactory
which validates entries upon use to check if they are still valid and an optional period sweeper of the cache to find invalid and old entries to evict.ValidatingCachingHttpContentFactory
(HttpContent.Factory authority, long validationPeriod, ByteBufferPool bufferPool, Scheduler scheduler, long sweepPeriod, long idleTimeout) Construct aValidatingCachingHttpContentFactory
which validates entries upon use to check if they are still valid and an optional period sweeper of the cache to find invalid and old entries to evict. -
Uses of Name in org.eclipse.jetty.http2.server
ModifierConstructorDescriptionAbstractHTTP2ServerConnectionFactory
(HttpConfiguration httpConfiguration) protected
AbstractHTTP2ServerConnectionFactory
(HttpConfiguration httpConfiguration, String... protocols) protected
AbstractHTTP2ServerConnectionFactory
(HttpConfiguration httpConfiguration, String... protocols) HTTP2CServerConnectionFactory
(HttpConfiguration httpConfiguration) HTTP2CServerConnectionFactory
(HttpConfiguration httpConfiguration, String... protocols) HTTP2CServerConnectionFactory
(HttpConfiguration httpConfiguration, String... protocols) HTTP2ServerConnectionFactory
(HttpConfiguration httpConfiguration) HTTP2ServerConnectionFactory
(HttpConfiguration httpConfiguration, String... protocols) HTTP2ServerConnectionFactory
(HttpConfiguration httpConfiguration, String... protocols) -
Uses of Name in org.eclipse.jetty.rewrite.handler
ModifierConstructorDescriptionCookiePatternRule
(String pattern, String name, String value) CookiePatternRule
(String pattern, String name, String value) CookiePatternRule
(String pattern, String name, String value) HeaderPatternRule
(String pattern, String name, String value) HeaderPatternRule
(String pattern, String name, String value) HeaderPatternRule
(String pattern, String name, String value) HeaderRegexRule
(String regex, String name, String value) HeaderRegexRule
(String regex, String name, String value) HeaderRegexRule
(String regex, String name, String value) RedirectPatternRule
(String pattern, String location) RedirectPatternRule
(String pattern, String location) RedirectRegexRule
(String regex, String location) RedirectRegexRule
(String regex, String location) ResponsePatternRule
(String pattern, int code, String message) ResponsePatternRule
(String pattern, int code, String message) ResponsePatternRule
(String pattern, int code, String message) RewritePatternRule
(String pattern, String replacement) RewritePatternRule
(String pattern, String replacement) RewriteRegexRule
(String regex, String replacement) RewriteRegexRule
(String regex, String replacement) TerminatingRegexRule
(String regex) -
Uses of Name in org.eclipse.jetty.security.openid
ModifierConstructorDescriptionOpenIdConfiguration
(String issuer, String authorizationEndpoint, String tokenEndpoint, String endSessionEndpoint, String clientId, String clientSecret, String authenticationMethod, HttpClient httpClient) Create an OpenID configuration for a specific OIDC provider.OpenIdConfiguration
(String issuer, String authorizationEndpoint, String tokenEndpoint, String endSessionEndpoint, String clientId, String clientSecret, String authenticationMethod, HttpClient httpClient) Create an OpenID configuration for a specific OIDC provider.OpenIdConfiguration
(String issuer, String authorizationEndpoint, String tokenEndpoint, String endSessionEndpoint, String clientId, String clientSecret, String authenticationMethod, HttpClient httpClient) Create an OpenID configuration for a specific OIDC provider.OpenIdConfiguration
(String issuer, String authorizationEndpoint, String tokenEndpoint, String endSessionEndpoint, String clientId, String clientSecret, String authenticationMethod, HttpClient httpClient) Create an OpenID configuration for a specific OIDC provider.OpenIdConfiguration
(String issuer, String authorizationEndpoint, String tokenEndpoint, String endSessionEndpoint, String clientId, String clientSecret, String authenticationMethod, HttpClient httpClient) Create an OpenID configuration for a specific OIDC provider.OpenIdConfiguration
(String issuer, String authorizationEndpoint, String tokenEndpoint, String endSessionEndpoint, String clientId, String clientSecret, String authenticationMethod, HttpClient httpClient) Create an OpenID configuration for a specific OIDC provider.OpenIdConfiguration
(String issuer, String authorizationEndpoint, String tokenEndpoint, String endSessionEndpoint, String clientId, String clientSecret, String authenticationMethod, HttpClient httpClient) Create an OpenID configuration for a specific OIDC provider.OpenIdConfiguration
(String issuer, String authorizationEndpoint, String tokenEndpoint, String endSessionEndpoint, String clientId, String clientSecret, String authenticationMethod, HttpClient httpClient) Create an OpenID configuration for a specific OIDC provider.OpenIdConfiguration
(String issuer, String authorizationEndpoint, String tokenEndpoint, String clientId, String clientSecret, String authenticationMethod, HttpClient httpClient) Create an OpenID configuration for a specific OIDC provider.OpenIdConfiguration
(String issuer, String authorizationEndpoint, String tokenEndpoint, String clientId, String clientSecret, String authenticationMethod, HttpClient httpClient) Create an OpenID configuration for a specific OIDC provider.OpenIdConfiguration
(String issuer, String authorizationEndpoint, String tokenEndpoint, String clientId, String clientSecret, String authenticationMethod, HttpClient httpClient) Create an OpenID configuration for a specific OIDC provider.OpenIdConfiguration
(String issuer, String authorizationEndpoint, String tokenEndpoint, String clientId, String clientSecret, String authenticationMethod, HttpClient httpClient) Create an OpenID configuration for a specific OIDC provider.OpenIdConfiguration
(String issuer, String authorizationEndpoint, String tokenEndpoint, String clientId, String clientSecret, String authenticationMethod, HttpClient httpClient) Create an OpenID configuration for a specific OIDC provider.OpenIdConfiguration
(String issuer, String authorizationEndpoint, String tokenEndpoint, String clientId, String clientSecret, String authenticationMethod, HttpClient httpClient) Create an OpenID configuration for a specific OIDC provider.OpenIdConfiguration
(String issuer, String authorizationEndpoint, String tokenEndpoint, String clientId, String clientSecret, String authenticationMethod, HttpClient httpClient) Create an OpenID configuration for a specific OIDC provider. -
Uses of Name in org.eclipse.jetty.server
ModifierConstructorDescriptionAcceptRateLimit
(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) 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 aServerConnector
at the passed port.Server
(InetSocketAddress addr) Convenience constructorServer
(ThreadPool pool) Server
(ThreadPool threadPool, Scheduler scheduler, ByteBufferPool bufferPool) Server
(ThreadPool threadPool, Scheduler scheduler, ByteBufferPool bufferPool) Server
(ThreadPool threadPool, Scheduler scheduler, ByteBufferPool bufferPool) ServerConnector
(Server server) Construct a ServerConnector with a private instance ofHttpConnectionFactory
as the only factory.ServerConnector
(Server server, int acceptors, int selectors) Construct a ServerConnector with a private instance ofHttpConnectionFactory
as the only factory.ServerConnector
(Server server, int acceptors, int selectors) Construct a ServerConnector with a private instance ofHttpConnectionFactory
as the only factory.ServerConnector
(Server server, int acceptors, int selectors) Construct a ServerConnector with a private instance ofHttpConnectionFactory
as the only factory.ServerConnector
(Server server, int acceptors, int selectors, ConnectionFactory... factories) Construct a ServerConnector with a private instance ofHttpConnectionFactory
as the only factory.ServerConnector
(Server server, int acceptors, int selectors, ConnectionFactory... factories) Construct a ServerConnector with a private instance ofHttpConnectionFactory
as the only factory.ServerConnector
(Server server, int acceptors, int selectors, ConnectionFactory... factories) Construct a ServerConnector with a private instance ofHttpConnectionFactory
as the only factory.ServerConnector
(Server server, int acceptors, int selectors, ConnectionFactory... factories) Construct a ServerConnector with a private instance ofHttpConnectionFactory
as the only factory.ServerConnector
(Server server, int acceptors, int selectors, SslContextFactory.Server sslContextFactory) Construct a ServerConnector with a private instance ofHttpConnectionFactory
as the primary protocolServerConnector
(Server server, int acceptors, int selectors, SslContextFactory.Server sslContextFactory) Construct a ServerConnector with a private instance ofHttpConnectionFactory
as the primary protocolServerConnector
(Server server, int acceptors, int selectors, SslContextFactory.Server sslContextFactory) Construct a ServerConnector with a private instance ofHttpConnectionFactory
as the primary protocolServerConnector
(Server server, int acceptors, int selectors, SslContextFactory.Server sslContextFactory) Construct a ServerConnector with a private instance ofHttpConnectionFactory
as 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.Server sslContextFactory) Construct a ServerConnector with a private instance ofHttpConnectionFactory
as the primary protocolServerConnector
(Server server, SslContextFactory.Server sslContextFactory) Construct a ServerConnector with a private instance ofHttpConnectionFactory
as the primary protocolServerConnector
(Server server, SslContextFactory.Server sslContextFactory, ConnectionFactory... factories) ServerConnector
(Server server, SslContextFactory.Server sslContextFactory, ConnectionFactory... factories) ServerConnector
(Server server, SslContextFactory.Server sslContextFactory, ConnectionFactory... factories) SslConnectionFactory
(String nextProtocol) SslConnectionFactory
(SslContextFactory.Server factory, String nextProtocol) SslConnectionFactory
(SslContextFactory.Server factory, String nextProtocol) -
Uses of Name in org.eclipse.jetty.server.handler
ModifierConstructorDescriptionDefaultHandler
(boolean serveFavIcon, boolean showContexts) DefaultHandler
(boolean serveFavIcon, boolean showContexts) ThreadLimitHandler
(String forwardedHeader) ThreadLimitHandler
(String forwardedHeader, boolean rfc7239) ThreadLimitHandler
(String forwardedHeader, boolean rfc7239) ThreadLimitHandler
(Handler handler, String forwardedHeader, boolean rfc7239) ThreadLimitHandler
(Handler handler, String forwardedHeader, boolean rfc7239) ThreadLimitHandler
(Handler handler, String forwardedHeader, boolean rfc7239) -
Uses of Name in org.eclipse.jetty.server.handler.jmx
Modifier and TypeMethodDescriptionvoid
ContextHandlerMBean.removeContextAttribute
(String name) void
ContextHandlerMBean.setContextAttribute
(String name, Object value) void
ContextHandlerMBean.setContextAttribute
(String name, Object value) void
ContextHandlerMBean.setContextAttribute
(String name, String value) void
ContextHandlerMBean.setContextAttribute
(String name, String value) -
Uses of Name in org.eclipse.jetty.util
-
Uses of Name in org.eclipse.jetty.util.thread
Modifier and TypeMethodDescriptionQueuedThreadPool.dumpThread
(long id) boolean
QueuedThreadPool.interruptThread
(long id) ModifierConstructorDescriptionQueuedThreadPool
(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.xml