Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- ABNF_REQUIRED_QUOTING - Static variable in class org.eclipse.jetty.ee8.websocket.client.ClientUpgradeRequest
-
ABNF from RFC 2616, RFC 822, and RFC 6455 specified characters requiring quoting.
- ABNF_REQUIRED_QUOTING - Static variable in class org.eclipse.jetty.ee9.websocket.client.ClientUpgradeRequest
-
ABNF from RFC 2616, RFC 822, and RFC 6455 specified characters requiring quoting.
- ABNF_REQUIRED_QUOTING - Static variable in class org.eclipse.jetty.websocket.client.ClientUpgradeRequest
-
ABNF from RFC 2616, RFC 822, and RFC 6455 specified characters requiring quoting.
- ABNORMAL - Static variable in class org.eclipse.jetty.ee8.websocket.api.StatusCode
-
Abnormal Close is a synonym for
StatusCode.NO_CLOSE, used to indicate a close condition where no close frame was processed from the remote side. - ABNORMAL - Static variable in class org.eclipse.jetty.ee9.websocket.api.StatusCode
-
Abnormal Close is a synonym for
StatusCode.NO_CLOSE, used to indicate a close condition where no close frame was processed from the remote side. - ABNORMAL - Static variable in class org.eclipse.jetty.websocket.api.StatusCode
-
Abnormal Close is a synonym for
StatusCode.NO_CLOSE, used to indicate a close condition where no close frame was processed from the remote side. - abort() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketSession
- abort() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketSession
- abort() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketSession
- abort() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketSession
- abort() - Method in class org.eclipse.jetty.http.HttpGenerator
- abort() - Method in class org.eclipse.jetty.security.jaas.spi.AbstractLoginModule
- abort() - Method in class org.eclipse.jetty.security.jaas.spi.LdapLoginModule
- abort() - Method in interface org.eclipse.jetty.websocket.core.CoreSession
-
Issue a harsh abort of the underlying connection.
- abort() - Method in class org.eclipse.jetty.websocket.core.CoreSession.Empty
- abort() - Method in class org.eclipse.jetty.websocket.core.WebSocketCoreSession
- abort(Throwable) - Method in interface org.eclipse.jetty.client.Request
-
Attempts to abort the send of this request.
- abort(Throwable) - Method in interface org.eclipse.jetty.client.Response
-
Attempts to abort the receive of this response.
- abort(Throwable) - Method in class org.eclipse.jetty.client.transport.HttpRequest
- abort(Throwable) - Method in class org.eclipse.jetty.client.transport.HttpResponse
- abort(Throwable) - Method in class org.eclipse.jetty.ee10.servlet.ServletChannel
-
If a write or similar operation to this channel fails, then this method should be called.
- abort(Throwable) - Method in class org.eclipse.jetty.ee10.servlet.ServletChannelState
- abort(Throwable) - Method in class org.eclipse.jetty.ee11.servlet.ServletChannel
-
If a write or similar operation to this channel fails, then this method should be called.
- abort(Throwable) - Method in class org.eclipse.jetty.ee11.servlet.ServletChannelState
- abort(Throwable) - Method in class org.eclipse.jetty.ee8.nested.HttpChannel
-
If a write or similar operation to this channel fails, then this method should be called.
- abort(Throwable) - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
-
If a write or similar operation to this channel fails, then this method should be called.
- abort(Throwable) - Method in class org.eclipse.jetty.util.IteratingCallback
-
Method to invoke to stop further processing iterations.
- abort(Throwable, Promise) - Method in class org.eclipse.jetty.client.transport.HttpConversation
- abort(Throwable, Promise) - Method in class org.eclipse.jetty.client.transport.HttpExchange
- abort(HttpExchange, Throwable, Throwable, Promise) - Method in class org.eclipse.jetty.client.transport.HttpChannel
- abort(HttpExchange, Throwable, Promise) - Method in class org.eclipse.jetty.client.transport.HttpReceiver
- abort(HttpExchange, Throwable, Promise) - Method in class org.eclipse.jetty.client.transport.HttpSender
- abort(WebAppContext) - Method in class org.eclipse.jetty.ee10.quickstart.QuickStartGeneratorConfiguration
- abort(WebAppContext) - Method in class org.eclipse.jetty.ee10.webapp.AbstractConfiguration
- abort(WebAppContext) - Method in interface org.eclipse.jetty.ee10.webapp.Configuration
- abort(WebAppContext) - Method in class org.eclipse.jetty.ee11.quickstart.QuickStartGeneratorConfiguration
- abort(WebAppContext) - Method in class org.eclipse.jetty.ee11.webapp.AbstractConfiguration
- abort(WebAppContext) - Method in interface org.eclipse.jetty.ee11.webapp.Configuration
- abort(WebAppContext) - Method in class org.eclipse.jetty.ee8.quickstart.QuickStartGeneratorConfiguration
- abort(WebAppContext) - Method in class org.eclipse.jetty.ee8.webapp.AbstractConfiguration
- abort(WebAppContext) - Method in interface org.eclipse.jetty.ee8.webapp.Configuration
- abort(WebAppContext) - Method in class org.eclipse.jetty.ee8.webapp.Configuration.Wrapper
- abort(WebAppContext) - Method in class org.eclipse.jetty.ee9.quickstart.QuickStartGeneratorConfiguration
- abort(WebAppContext) - Method in class org.eclipse.jetty.ee9.webapp.AbstractConfiguration
- abort(WebAppContext) - Method in interface org.eclipse.jetty.ee9.webapp.Configuration
- abort(WebAppContext) - Method in class org.eclipse.jetty.ee9.webapp.Configuration.Wrapper
- ABORT - Enum constant in enum class org.eclipse.jetty.ee10.servlets.DoSFilter.Action
-
The request and response is aborted, no response is sent.
- ABORT - Enum constant in enum class org.eclipse.jetty.ee11.servlets.DoSFilter.Action
-
The request and response is aborted, no response is sent.
- ABORT - Enum constant in enum class org.eclipse.jetty.ee8.servlets.DoSFilter.Action
-
The request and response is aborted, no response is sent.
- ABORT - Enum constant in enum class org.eclipse.jetty.ee9.servlets.DoSFilter.Action
-
The request and response is aborted, no response is sent.
- ABORT_REQUEST - Enum constant in enum class org.eclipse.jetty.fcgi.FCGI.FrameType
- AbortException() - Constructor for exception class org.eclipse.jetty.server.Request.Handler.AbortException
- AbortException(String) - Constructor for exception class org.eclipse.jetty.server.Request.Handler.AbortException
- AbortException(String, Throwable) - Constructor for exception class org.eclipse.jetty.server.Request.Handler.AbortException
- AbortException(Throwable) - Constructor for exception class org.eclipse.jetty.server.Request.Handler.AbortException
- abortResponse(Throwable) - Method in class org.eclipse.jetty.ee8.nested.HttpChannelState
- abortResponse(Throwable) - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
- abortResponse(HttpExchange, Throwable, Promise) - Method in class org.eclipse.jetty.client.transport.HttpChannel
- AbsoluteOrdering - Class in org.eclipse.jetty.ee10.webapp
-
AbsoluteOrdering
- AbsoluteOrdering - Class in org.eclipse.jetty.ee11.webapp
-
AbsoluteOrdering
- AbsoluteOrdering - Class in org.eclipse.jetty.ee8.webapp
-
AbsoluteOrdering
- AbsoluteOrdering - Class in org.eclipse.jetty.ee9.webapp
-
AbsoluteOrdering
- AbsoluteOrdering(MetaData) - Constructor for class org.eclipse.jetty.ee10.webapp.AbsoluteOrdering
- AbsoluteOrdering(MetaData) - Constructor for class org.eclipse.jetty.ee11.webapp.AbsoluteOrdering
- AbsoluteOrdering(MetaData) - Constructor for class org.eclipse.jetty.ee8.webapp.AbsoluteOrdering
- AbsoluteOrdering(MetaData) - Constructor for class org.eclipse.jetty.ee9.webapp.AbsoluteOrdering
- Abstract() - Constructor for class org.eclipse.jetty.io.RetainableByteBuffer.Abstract
- Abstract() - Constructor for class org.eclipse.jetty.server.Handler.Abstract
-
Creates a
Handlerwith invocation typeInvocable.InvocationType.BLOCKING. - Abstract() - Constructor for class org.eclipse.jetty.server.handler.ConditionalHandler.Abstract
- Abstract() - Constructor for class org.eclipse.jetty.websocket.api.Session.Listener.Abstract
- Abstract(boolean, Handler) - Constructor for class org.eclipse.jetty.server.handler.ConditionalHandler.Abstract
- Abstract(Retainable) - Constructor for class org.eclipse.jetty.io.RetainableByteBuffer.Abstract
- Abstract(Handler) - Constructor for class org.eclipse.jetty.server.handler.ConditionalHandler.Abstract
- Abstract(Invocable.InvocationType) - Constructor for class org.eclipse.jetty.server.Handler.Abstract
-
Creates a
Handlerwith the given invocation type. - Abstract(Invocable.InvocationType) - Constructor for class org.eclipse.jetty.util.Promise.Invocable.Abstract
- Abstract(Invocable.InvocationType) - Constructor for class org.eclipse.jetty.util.thread.Invocable.Task.Abstract
- AbstractAuthentication - Class in org.eclipse.jetty.client
-
Abstract base class for authentication implementations.
- AbstractAuthentication(URI, String) - Constructor for class org.eclipse.jetty.client.AbstractAuthentication
-
Creates an authentication for the given URI and realm.
- AbstractAutoDemanding() - Constructor for class org.eclipse.jetty.websocket.api.Session.Listener.AbstractAutoDemanding
- AbstractCallbackHandler - Class in org.eclipse.jetty.security.jaas.callback
- AbstractCallbackHandler() - Constructor for class org.eclipse.jetty.security.jaas.callback.AbstractCallbackHandler
- AbstractConfiguration - Class in org.eclipse.jetty.ee10.webapp
- AbstractConfiguration - Class in org.eclipse.jetty.ee11.webapp
- AbstractConfiguration - Class in org.eclipse.jetty.ee8.webapp
- AbstractConfiguration - Class in org.eclipse.jetty.ee9.webapp
- AbstractConfiguration() - Constructor for class org.eclipse.jetty.ee8.webapp.AbstractConfiguration
- AbstractConfiguration() - Constructor for class org.eclipse.jetty.ee9.webapp.AbstractConfiguration
- AbstractConfiguration(boolean) - Constructor for class org.eclipse.jetty.ee8.webapp.AbstractConfiguration
- AbstractConfiguration(boolean) - Constructor for class org.eclipse.jetty.ee9.webapp.AbstractConfiguration
- AbstractConfiguration(AbstractConfiguration.Builder) - Constructor for class org.eclipse.jetty.ee10.webapp.AbstractConfiguration
- AbstractConfiguration(AbstractConfiguration.Builder) - Constructor for class org.eclipse.jetty.ee11.webapp.AbstractConfiguration
- AbstractConfiguration.Builder - Class in org.eclipse.jetty.ee10.webapp
- AbstractConfiguration.Builder - Class in org.eclipse.jetty.ee11.webapp
- AbstractConnection - Class in org.eclipse.jetty.io
-
A convenience base implementation of
Connection. - AbstractConnection(EndPoint, Executor) - Constructor for class org.eclipse.jetty.io.AbstractConnection
- AbstractConnection.NonBlocking - Class in org.eclipse.jetty.io
- AbstractConnectionFactory - Class in org.eclipse.jetty.server
-
Provides the common handling for
ConnectionFactoryimplementations. - AbstractConnectionFactory(String) - Constructor for class org.eclipse.jetty.server.AbstractConnectionFactory
- AbstractConnectionFactory(String...) - Constructor for class org.eclipse.jetty.server.AbstractConnectionFactory
- AbstractConnectionPool - Class in org.eclipse.jetty.client
- AbstractConnectionPool(Destination, Pool.Factory, int) - Constructor for class org.eclipse.jetty.client.AbstractConnectionPool
- AbstractConnector - Class in org.eclipse.jetty.server
-
An abstract implementation of
Connectorthat provides aConnectionFactorymechanism for creatingConnectioninstances for various protocols (HTTP, SSL, etc). - AbstractConnector(Server, Executor, Scheduler, ByteBufferPool, int, ConnectionFactory...) - Constructor for class org.eclipse.jetty.server.AbstractConnector
- AbstractConnectorHttpClientTransport - Class in org.eclipse.jetty.client
- AbstractConnectorHttpClientTransport(ClientConnector) - Constructor for class org.eclipse.jetty.client.AbstractConnectorHttpClientTransport
- AbstractConnectorMBean - Class in org.eclipse.jetty.server.jmx
- AbstractConnectorMBean(Object) - Constructor for class org.eclipse.jetty.server.jmx.AbstractConnectorMBean
- AbstractContainer() - Constructor for class org.eclipse.jetty.server.Handler.AbstractContainer
-
Creates an instance that is dynamic.
- AbstractContainer(boolean) - Constructor for class org.eclipse.jetty.server.Handler.AbstractContainer
-
Creates an instance with the given dynamic argument.
- AbstractContentSource(String) - Constructor for class org.eclipse.jetty.http.MultiPart.AbstractContentSource
- AbstractContextProvider - Class in org.eclipse.jetty.osgi
-
Base class for deployers that can deploy ContextHandlers into Jetty that have been discovered via OSGI either as bundles or services.
- AbstractContextProvider(Server, Deployer, String, ContextFactory) - Constructor for class org.eclipse.jetty.osgi.AbstractContextProvider
- AbstractDatabaseLoginModule - Class in org.eclipse.jetty.security.jaas.spi
-
Abstract base class for LoginModules that interact with a database to retrieve authentication and authorization information.
- AbstractDatabaseLoginModule() - Constructor for class org.eclipse.jetty.security.jaas.spi.AbstractDatabaseLoginModule
- AbstractDatabaseLoginModule.JDBCUser - Class in org.eclipse.jetty.security.jaas.spi
- AbstractDecodedMessageSink - Class in org.eclipse.jetty.ee10.websocket.jakarta.common.messages
- AbstractDecodedMessageSink - Class in org.eclipse.jetty.ee11.websocket.jakarta.common.messages
- AbstractDecodedMessageSink - Class in org.eclipse.jetty.ee8.websocket.javax.common.messages
- AbstractDecodedMessageSink - Class in org.eclipse.jetty.ee9.websocket.jakarta.common.messages
- AbstractDecodedMessageSink(CoreSession, MethodHolder) - Constructor for class org.eclipse.jetty.ee10.websocket.jakarta.common.messages.AbstractDecodedMessageSink
- AbstractDecodedMessageSink(CoreSession, MethodHolder) - Constructor for class org.eclipse.jetty.ee11.websocket.jakarta.common.messages.AbstractDecodedMessageSink
- AbstractDecodedMessageSink(CoreSession, MethodHolder) - Constructor for class org.eclipse.jetty.ee8.websocket.javax.common.messages.AbstractDecodedMessageSink
- AbstractDecodedMessageSink(CoreSession, MethodHolder) - Constructor for class org.eclipse.jetty.ee9.websocket.jakarta.common.messages.AbstractDecodedMessageSink
- AbstractDecodedMessageSink(CoreSession, MethodHolder, Consumer) - Constructor for class org.eclipse.jetty.ee11.websocket.jakarta.common.messages.AbstractDecodedMessageSink
- AbstractDecodedMessageSink.Basic<T> - Class in org.eclipse.jetty.ee10.websocket.jakarta.common.messages
- AbstractDecodedMessageSink.Basic<T> - Class in org.eclipse.jetty.ee11.websocket.jakarta.common.messages
- AbstractDecodedMessageSink.Basic<T> - Class in org.eclipse.jetty.ee8.websocket.javax.common.messages
- AbstractDecodedMessageSink.Basic<T> - Class in org.eclipse.jetty.ee9.websocket.jakarta.common.messages
- AbstractDecodedMessageSink.Stream<T> - Class in org.eclipse.jetty.ee10.websocket.jakarta.common.messages
- AbstractDecodedMessageSink.Stream<T> - Class in org.eclipse.jetty.ee11.websocket.jakarta.common.messages
- AbstractDecodedMessageSink.Stream<T> - Class in org.eclipse.jetty.ee8.websocket.javax.common.messages
- AbstractDecodedMessageSink.Stream<T> - Class in org.eclipse.jetty.ee9.websocket.jakarta.common.messages
- AbstractDecoder - Class in org.eclipse.jetty.ee10.websocket.jakarta.common.decoders
- AbstractDecoder - Class in org.eclipse.jetty.ee11.websocket.jakarta.common.decoders
- AbstractDecoder - Class in org.eclipse.jetty.ee8.websocket.javax.common.decoders
- AbstractDecoder - Class in org.eclipse.jetty.ee9.websocket.jakarta.common.decoders
- AbstractDecoder() - Constructor for class org.eclipse.jetty.ee10.websocket.jakarta.common.decoders.AbstractDecoder
- AbstractDecoder() - Constructor for class org.eclipse.jetty.ee11.websocket.jakarta.common.decoders.AbstractDecoder
- AbstractDecoder() - Constructor for class org.eclipse.jetty.ee8.websocket.javax.common.decoders.AbstractDecoder
- AbstractDecoder() - Constructor for class org.eclipse.jetty.ee9.websocket.jakarta.common.decoders.AbstractDecoder
- AbstractDiscoverableAnnotationHandler - Class in org.eclipse.jetty.ee10.annotations
-
Base class for handling the discovery of an annotation.
- AbstractDiscoverableAnnotationHandler - Class in org.eclipse.jetty.ee11.annotations
-
Base class for handling the discovery of an annotation.
- AbstractDiscoverableAnnotationHandler - Class in org.eclipse.jetty.ee8.annotations
-
Base class for handling the discovery of an annotation.
- AbstractDiscoverableAnnotationHandler - Class in org.eclipse.jetty.ee9.annotations
-
Base class for handling the discovery of an annotation.
- AbstractDiscoverableAnnotationHandler(WebAppContext) - Constructor for class org.eclipse.jetty.ee10.annotations.AbstractDiscoverableAnnotationHandler
- AbstractDiscoverableAnnotationHandler(WebAppContext) - Constructor for class org.eclipse.jetty.ee11.annotations.AbstractDiscoverableAnnotationHandler
- AbstractDiscoverableAnnotationHandler(WebAppContext) - Constructor for class org.eclipse.jetty.ee8.annotations.AbstractDiscoverableAnnotationHandler
- AbstractDiscoverableAnnotationHandler(WebAppContext) - Constructor for class org.eclipse.jetty.ee9.annotations.AbstractDiscoverableAnnotationHandler
- AbstractEEActivator - Class in org.eclipse.jetty.osgi
- AbstractEEActivator() - Constructor for class org.eclipse.jetty.osgi.AbstractEEActivator
- AbstractEEActivator.ServerTracker - Class in org.eclipse.jetty.osgi
-
ServerTracker
- AbstractEncoder - Class in org.eclipse.jetty.ee10.websocket.jakarta.common.encoders
- AbstractEncoder - Class in org.eclipse.jetty.ee11.websocket.jakarta.common.encoders
- AbstractEncoder - Class in org.eclipse.jetty.ee8.websocket.javax.common.encoders
- AbstractEncoder - Class in org.eclipse.jetty.ee9.websocket.jakarta.common.encoders
- AbstractEncoder() - Constructor for class org.eclipse.jetty.ee10.websocket.jakarta.common.encoders.AbstractEncoder
- AbstractEncoder() - Constructor for class org.eclipse.jetty.ee11.websocket.jakarta.common.encoders.AbstractEncoder
- AbstractEncoder() - Constructor for class org.eclipse.jetty.ee8.websocket.javax.common.encoders.AbstractEncoder
- AbstractEncoder() - Constructor for class org.eclipse.jetty.ee9.websocket.jakarta.common.encoders.AbstractEncoder
- AbstractEndPoint - Class in org.eclipse.jetty.io
-
Partial implementation of EndPoint that uses
FillInterestandWriteFlusher. - AbstractEndPoint(Scheduler) - Constructor for class org.eclipse.jetty.io.AbstractEndPoint
- AbstractExtension - Class in org.eclipse.jetty.websocket.core
- AbstractExtension() - Constructor for class org.eclipse.jetty.websocket.core.AbstractExtension
- AbstractFlowControlStrategy - Class in org.eclipse.jetty.http2
- AbstractFlowControlStrategy(int) - Constructor for class org.eclipse.jetty.http2.AbstractFlowControlStrategy
- AbstractHandler - Class in org.eclipse.jetty.ee8.nested
-
AbstractHandler.
- AbstractHandler - Class in org.eclipse.jetty.ee9.nested
-
AbstractHandler.
- AbstractHandler - Class in org.eclipse.jetty.server.handler
-
Deprecated.
- AbstractHandler() - Constructor for class org.eclipse.jetty.annotations.AnnotationParser.AbstractHandler
- AbstractHandler() - Constructor for class org.eclipse.jetty.ee8.nested.AbstractHandler
- AbstractHandler() - Constructor for class org.eclipse.jetty.ee9.nested.AbstractHandler
- AbstractHandler() - Constructor for class org.eclipse.jetty.server.handler.AbstractHandler
-
Deprecated.
- AbstractHandler.ErrorDispatchHandler - Class in org.eclipse.jetty.ee8.nested
-
Deprecated.This class is no longer required as ERROR dispatch is only done if there is an error page target.
- AbstractHandler.ErrorDispatchHandler - Class in org.eclipse.jetty.ee9.nested
-
Deprecated.This class is no longer required as ERROR dispatch is only done if there is an error page target.
- AbstractHandlerContainer - Class in org.eclipse.jetty.ee8.nested
-
Abstract Handler Container.
- AbstractHandlerContainer - Class in org.eclipse.jetty.ee9.nested
-
Abstract Handler Container.
- AbstractHandlerContainer - Class in org.eclipse.jetty.server.handler
-
Deprecated.
- AbstractHandlerContainer() - Constructor for class org.eclipse.jetty.ee8.nested.AbstractHandlerContainer
- AbstractHandlerContainer() - Constructor for class org.eclipse.jetty.ee9.nested.AbstractHandlerContainer
- AbstractHandlerContainer() - Constructor for class org.eclipse.jetty.server.handler.AbstractHandlerContainer
-
Deprecated.
- AbstractHandlerMBean - Class in org.eclipse.jetty.ee8.nested.jmx
- AbstractHandlerMBean - Class in org.eclipse.jetty.ee9.nested.jmx
- AbstractHandlerMBean(Object) - Constructor for class org.eclipse.jetty.ee8.nested.jmx.AbstractHandlerMBean
- AbstractHandlerMBean(Object) - Constructor for class org.eclipse.jetty.ee9.nested.jmx.AbstractHandlerMBean
- AbstractHTTP2ServerConnectionFactory - Class in org.eclipse.jetty.http2.server
- AbstractHTTP2ServerConnectionFactory(HttpConfiguration) - Constructor for class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
- AbstractHTTP2ServerConnectionFactory(HttpConfiguration, String...) - Constructor for class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
- AbstractHTTP3ServerConnectionFactory - Class in org.eclipse.jetty.http3.server
- AbstractHTTP3ServerConnectionFactory(HttpConfiguration, Session.Server.Listener) - Constructor for class org.eclipse.jetty.http3.server.AbstractHTTP3ServerConnectionFactory
- AbstractHttpClientTransport - Class in org.eclipse.jetty.client
- AbstractHttpClientTransport() - Constructor for class org.eclipse.jetty.client.AbstractHttpClientTransport
- AbstractIntrospectableAnnotationHandler(boolean, WebAppContext) - Constructor for class org.eclipse.jetty.ee10.annotations.AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
- AbstractIntrospectableAnnotationHandler(boolean, WebAppContext) - Constructor for class org.eclipse.jetty.ee11.annotations.AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
- AbstractIntrospectableAnnotationHandler(boolean, WebAppContext) - Constructor for class org.eclipse.jetty.ee8.annotations.AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
- AbstractIntrospectableAnnotationHandler(boolean, WebAppContext) - Constructor for class org.eclipse.jetty.ee9.annotations.AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
- AbstractLeakPreventer - Class in org.eclipse.jetty.util.preventers
-
Abstract base class for code that seeks to avoid pinning of webapp classloaders by using the jetty classloader to proactively call the code that pins them (generally pinned as static data members, or as static data members that are daemon threads (which use the context classloader)).
- AbstractLeakPreventer() - Constructor for class org.eclipse.jetty.util.preventers.AbstractLeakPreventer
- AbstractLifeCycle - Class in org.eclipse.jetty.util.component
-
Basic implementation of the life cycle interface for components.
- AbstractLifeCycle() - Constructor for class org.eclipse.jetty.util.component.AbstractLifeCycle
- AbstractLifeCycle.AbstractLifeCycleListener - Class in org.eclipse.jetty.util.component
-
Deprecated, for removal: This API element is subject to removal in a future version.this class is redundant now that
LifeCycle.Listenerhas default methods. - AbstractLifeCycle.StopException - Exception Class in org.eclipse.jetty.util.component
-
An exception, which when thrown by
AbstractLifeCycle.doStart()will immediately stop the component - AbstractLifeCycleListener() - Constructor for class org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
-
Deprecated.
- AbstractLoginModule - Class in org.eclipse.jetty.security.jaas.spi
-
Abstract base class for all
LoginModules. - AbstractLoginModule() - Constructor for class org.eclipse.jetty.security.jaas.spi.AbstractLoginModule
- AbstractLoginModule.JAASUser - Class in org.eclipse.jetty.security.jaas.spi
- AbstractLoginService - Class in org.eclipse.jetty.security
-
AbstractLoginService Base class for LoginServices that allows subclasses to provide the user authentication and authorization information, but provides common behaviour such as handling authentication.
- AbstractLoginService() - Constructor for class org.eclipse.jetty.security.AbstractLoginService
- AbstractMBean(Object) - Constructor for class org.eclipse.jetty.server.jmx.Handler.AbstractMBean
- AbstractMessageSink - Class in org.eclipse.jetty.websocket.core.messages
-
Abstract implementation of
MessageSink. - AbstractMessageSink(CoreSession, MethodHolder, boolean) - Constructor for class org.eclipse.jetty.websocket.core.messages.AbstractMessageSink
-
Creates a new
MessageSink. - AbstractMetaDataConnection - Class in org.eclipse.jetty.server
-
An
AbstractConnectionthat also implementsConnectionMetaDatawith fixed local and remote addresses. - AbstractMetaDataConnection(Connector, HttpConfiguration, EndPoint) - Constructor for class org.eclipse.jetty.server.AbstractMetaDataConnection
- AbstractNegotiator() - Constructor for class org.eclipse.jetty.websocket.core.server.WebSocketNegotiator.AbstractNegotiator
- AbstractNegotiator(Configuration.Customizer) - Constructor for class org.eclipse.jetty.websocket.core.server.WebSocketNegotiator.AbstractNegotiator
- AbstractNetworkConnector - Class in org.eclipse.jetty.server
-
An abstract Network Connector.
- AbstractNetworkConnector(Server, Executor, Scheduler, ByteBufferPool, int, ConnectionFactory...) - Constructor for class org.eclipse.jetty.server.AbstractNetworkConnector
- AbstractPartsListener() - Constructor for class org.eclipse.jetty.http.MultiPart.AbstractPartsListener
- AbstractPathSpec - Class in org.eclipse.jetty.http.pathmap
- AbstractPathSpec() - Constructor for class org.eclipse.jetty.http.pathmap.AbstractPathSpec
- AbstractProxyServlet - Class in org.eclipse.jetty.ee10.proxy
-
Abstract base class for proxy servlets.
- AbstractProxyServlet - Class in org.eclipse.jetty.ee11.proxy
-
Abstract base class for proxy servlets.
- AbstractProxyServlet - Class in org.eclipse.jetty.ee8.proxy
-
Abstract base class for proxy servlets.
- AbstractProxyServlet - Class in org.eclipse.jetty.ee9.proxy
-
Abstract base class for proxy servlets.
- AbstractProxyServlet() - Constructor for class org.eclipse.jetty.ee10.proxy.AbstractProxyServlet
- AbstractProxyServlet() - Constructor for class org.eclipse.jetty.ee11.proxy.AbstractProxyServlet
- AbstractProxyServlet() - Constructor for class org.eclipse.jetty.ee8.proxy.AbstractProxyServlet
- AbstractProxyServlet() - Constructor for class org.eclipse.jetty.ee9.proxy.AbstractProxyServlet
- AbstractProxyServlet.TransparentDelegate - Class in org.eclipse.jetty.ee10.proxy
-
Utility class that implement transparent proxy functionalities.
- AbstractProxyServlet.TransparentDelegate - Class in org.eclipse.jetty.ee11.proxy
-
Utility class that implement transparent proxy functionalities.
- AbstractProxyServlet.TransparentDelegate - Class in org.eclipse.jetty.ee8.proxy
-
Utility class that implement transparent proxy functionalities.
- AbstractProxyServlet.TransparentDelegate - Class in org.eclipse.jetty.ee9.proxy
-
Utility class that implement transparent proxy functionalities.
- AbstractQuicheServerConnectionFactory - Class in org.eclipse.jetty.quic.quiche.server
-
Base class for QUIC
ConnectionFactorys that uses the Quiche library. - AbstractQuicheServerConnectionFactory(SslContextFactory.Server, QuicheServerQuicConfiguration, Session.Listener.Factory) - Constructor for class org.eclipse.jetty.quic.quiche.server.AbstractQuicheServerConnectionFactory
- AbstractResponseListener - Class in org.eclipse.jetty.client
- AbstractResponseListener(RetainableByteBuffer.Mutable) - Constructor for class org.eclipse.jetty.client.AbstractResponseListener
- AbstractRetainableByteBuffer - Class in org.eclipse.jetty.io
-
Deprecated, for removal: This API element is subject to removal in a future version.
- AbstractRetainableByteBuffer(ByteBuffer) - Constructor for class org.eclipse.jetty.io.AbstractRetainableByteBuffer
-
Deprecated.
- AbstractSession - Class in org.eclipse.jetty.quic.common
- AbstractSession(Executor, QuicConfiguration, Session.Listener) - Constructor for class org.eclipse.jetty.quic.common.AbstractSession
- AbstractSession.Listener - Interface in org.eclipse.jetty.quic.common
- AbstractSessionCache - Class in org.eclipse.jetty.session
-
A base implementation of the
SessionCacheinterface for managing a set of Session objects pertaining to a context in memory. - AbstractSessionCache(SessionManager) - Constructor for class org.eclipse.jetty.session.AbstractSessionCache
- AbstractSessionCacheFactory - Class in org.eclipse.jetty.session
-
AbstractSessionCacheFactory Base class for SessionCacheFactories.
- AbstractSessionCacheFactory() - Constructor for class org.eclipse.jetty.session.AbstractSessionCacheFactory
- AbstractSessionDataStore - Class in org.eclipse.jetty.session
-
AbstractSessionDataStore
- AbstractSessionDataStore() - Constructor for class org.eclipse.jetty.session.AbstractSessionDataStore
- AbstractSessionDataStoreFactory - Class in org.eclipse.jetty.session
-
AbstractSessionDataStoreFactory
- AbstractSessionDataStoreFactory() - Constructor for class org.eclipse.jetty.session.AbstractSessionDataStoreFactory
- AbstractSessionManager - Class in org.eclipse.jetty.session
-
AbstractSessionHandler Class to implement most non-servlet-spec specific session behaviour.
- AbstractSessionManager() - Constructor for class org.eclipse.jetty.session.AbstractSessionManager
- AbstractSessionManager.RequestedSession - Record Class in org.eclipse.jetty.session
-
Details of the requested session.
- AbstractStream - Class in org.eclipse.jetty.quic.common
- AbstractStream(long, boolean) - Constructor for class org.eclipse.jetty.quic.common.AbstractStream
- AbstractUserAuthentication - Class in org.eclipse.jetty.ee8.security
-
Base class for representing an authenticated user.
- AbstractUserAuthentication - Class in org.eclipse.jetty.ee9.security
-
Base class for representing an authenticated user.
- AbstractUserAuthentication(String, UserIdentity) - Constructor for class org.eclipse.jetty.ee8.security.AbstractUserAuthentication
- AbstractUserAuthentication(String, UserIdentity) - Constructor for class org.eclipse.jetty.ee9.security.AbstractUserAuthentication
- accept(int) - Method in class org.eclipse.jetty.server.AbstractConnector
- accept(int) - Method in class org.eclipse.jetty.server.DatagramServerConnector
- accept(int) - Method in class org.eclipse.jetty.server.LocalConnector
- accept(int) - Method in class org.eclipse.jetty.server.MemoryConnector
- accept(int) - Method in class org.eclipse.jetty.server.ServerConnector
- accept(int) - Method in class org.eclipse.jetty.unixdomain.server.UnixDomainServerConnector
- accept(int, long) - Method in interface org.eclipse.jetty.quic.util.VarLenInt.IntLongConsumer
- accept(ServletContext, ServerContainer) - Method in interface org.eclipse.jetty.ee10.websocket.jakarta.server.config.JakartaWebSocketServletContainerInitializer.Configurator
- accept(ServletContext, ServerContainer) - Method in interface org.eclipse.jetty.ee11.websocket.jakarta.server.config.JakartaWebSocketServletContainerInitializer.Configurator
- accept(ServletContext, ServerContainer) - Method in interface org.eclipse.jetty.ee9.websocket.jakarta.server.config.JakartaWebSocketServletContainerInitializer.Configurator
- accept(ServletContext, JettyWebSocketServerContainer) - Method in interface org.eclipse.jetty.ee10.websocket.server.config.JettyWebSocketServletContainerInitializer.Configurator
- accept(ServletContext, JettyWebSocketServerContainer) - Method in interface org.eclipse.jetty.ee11.websocket.server.config.JettyWebSocketServletContainerInitializer.Configurator
- accept(ServletContext, JettyWebSocketServerContainer) - Method in interface org.eclipse.jetty.ee9.websocket.server.config.JettyWebSocketServletContainerInitializer.Configurator
- accept(String...) - Method in interface org.eclipse.jetty.client.Request
- accept(String...) - Method in class org.eclipse.jetty.client.transport.HttpRequest
- accept(SelectableChannel) - Method in class org.eclipse.jetty.io.SelectorManager
- accept(SelectableChannel, Object) - Method in class org.eclipse.jetty.io.SelectorManager
-
Registers a channel to perform non-blocking read/write operations.
- accept(SelectableChannel, Map) - Method in class org.eclipse.jetty.io.ClientConnector
- accept(Consumer, Throwable, Request) - Method in class org.eclipse.jetty.server.handler.ContextHandler.ScopedContext
- accept(ServletContext, ServerContainer) - Method in interface org.eclipse.jetty.ee8.websocket.javax.server.config.JavaxWebSocketServletContainerInitializer.Configurator
- accept(ServletContext, JettyWebSocketServerContainer) - Method in interface org.eclipse.jetty.ee8.websocket.server.config.JettyWebSocketServletContainerInitializer.Configurator
- accept(Connection) - Method in class org.eclipse.jetty.client.AbstractConnectionPool
- accept(Connection) - Method in interface org.eclipse.jetty.client.ConnectionPool
-
Accepts the given connection to be managed by this ConnectionPool.
- accept(Connection) - Method in class org.eclipse.jetty.client.transport.HttpDestination
- accept(Request, Response) - Method in class org.eclipse.jetty.client.ContinueProtocolHandler
- accept(Request, Response) - Method in class org.eclipse.jetty.client.EarlyHintsProtocolHandler
- accept(Request, Response) - Method in class org.eclipse.jetty.client.ProcessingProtocolHandler
- accept(Request, Response) - Method in interface org.eclipse.jetty.client.ProtocolHandler
-
Inspects the given
requestandresponseto detect whether this protocol handler should handle them. - accept(Request, Response) - Method in class org.eclipse.jetty.client.ProxyAuthenticationProtocolHandler
- accept(Request, Response) - Method in class org.eclipse.jetty.client.RedirectProtocolHandler
- accept(Request, Response) - Method in class org.eclipse.jetty.client.UpgradeProtocolHandler
- accept(Request, Response) - Method in class org.eclipse.jetty.client.WWWAuthenticationProtocolHandler
- accept(Transport, SslContextFactory.Client, SocketChannel, Session.Listener, Promise) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
-
Accepts the already connected
SocketChannelfor clear-text or secure HTTP/2 with the specifiedTransport. - accept(SslContextFactory.Client, SocketChannel, Session.Listener, Promise) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
-
Accepts the already connected
SocketChannelfor clear-text or secure HTTP/2. - accept(Frame, Callback) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.messages.AbstractDecodedMessageSink
- accept(Frame, Callback) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.messages.AbstractDecodedMessageSink
- accept(Frame, Callback) - Method in class org.eclipse.jetty.ee8.websocket.javax.common.messages.AbstractDecodedMessageSink
- accept(Frame, Callback) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.messages.AbstractDecodedMessageSink
- accept(Frame, Callback) - Method in class org.eclipse.jetty.websocket.core.messages.ByteArrayMessageSink
- accept(Frame, Callback) - Method in class org.eclipse.jetty.websocket.core.messages.ByteBufferMessageSink
- accept(Frame, Callback) - Method in class org.eclipse.jetty.websocket.core.messages.DispatchedMessageSink
- accept(Frame, Callback) - Method in class org.eclipse.jetty.websocket.core.messages.MessageInputStream
- accept(Frame, Callback) - Method in class org.eclipse.jetty.websocket.core.messages.MessageReader
- accept(Frame, Callback) - Method in interface org.eclipse.jetty.websocket.core.messages.MessageSink
-
Consumes the WebSocket frame, possibly asynchronously when this method has returned.
- accept(Frame, Callback) - Method in class org.eclipse.jetty.websocket.core.messages.PartialByteArrayMessageSink
- accept(Frame, Callback) - Method in class org.eclipse.jetty.websocket.core.messages.PartialByteBufferMessageSink
- accept(Frame, Callback) - Method in class org.eclipse.jetty.websocket.core.messages.PartialStringMessageSink
- accept(Frame, Callback) - Method in class org.eclipse.jetty.websocket.core.messages.StringMessageSink
- ACCEPT - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
-
Request Fields.
- ACCEPT_CHARSET - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
- ACCEPT_ENCODING - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
- ACCEPT_LANGUAGE - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
- ACCEPT_RANGES - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
-
Response Fields.
- accepted(SelectableChannel) - Method in class org.eclipse.jetty.io.SelectorManager
-
Callback method when a channel is accepted from the
ServerSocketChannelpassed toSelectorManager.acceptor(SelectableChannel). - accepted(SelectableChannel) - Method in class org.eclipse.jetty.server.ServerConnector.ServerConnectorManager
- accepted(SelectableChannel) - Method in class org.eclipse.jetty.unixdomain.server.UnixDomainServerConnector.UnixDomainSelectorManager
- ACCEPTED - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
- ACCEPTED_202 - Static variable in class org.eclipse.jetty.http.HttpStatus
- acceptEither(CompletionStage, Consumer) - Method in class org.eclipse.jetty.io.content.ContentSourceCompletableFuture
- acceptFailed(Throwable, SelectableChannel, Map) - Method in class org.eclipse.jetty.io.ClientConnector
- acceptHeaders(Request, Response) - Method in class org.eclipse.jetty.client.UpgradeProtocolHandler
- acceptor(SelectableChannel) - Method in class org.eclipse.jetty.io.SelectorManager
-
Registers a server channel for accept operations.
- Acceptors - Section in class org.eclipse.jetty.server.AbstractConnector
- AcceptRateLimit - Class in org.eclipse.jetty.server
-
A Listener that limits the rate at which new connections are accepted
- AcceptRateLimit(int, long, TimeUnit, Connector...) - Constructor for class org.eclipse.jetty.server.AcceptRateLimit
- AcceptRateLimit(int, long, TimeUnit, Server) - Constructor for class org.eclipse.jetty.server.AcceptRateLimit
- access(long) - Method in class org.eclipse.jetty.session.ManagedSession
- access(Consumer) - Method in class org.eclipse.jetty.ee11.servlet.SessionHandler.SessionAccessor
- access(ManagedSession, boolean) - Method in class org.eclipse.jetty.session.AbstractSessionManager
-
Called when a session is first accessed by request processing.
- ACCESS_CONTROL_ALLOW_CREDENTIALS - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
- ACCESS_CONTROL_ALLOW_CREDENTIALS_HEADER - Static variable in class org.eclipse.jetty.ee10.servlets.CrossOriginFilter
-
Deprecated.
- ACCESS_CONTROL_ALLOW_CREDENTIALS_HEADER - Static variable in class org.eclipse.jetty.ee11.servlets.CrossOriginFilter
-
Deprecated.
- ACCESS_CONTROL_ALLOW_CREDENTIALS_HEADER - Static variable in class org.eclipse.jetty.ee8.servlets.CrossOriginFilter
-
Deprecated.
- ACCESS_CONTROL_ALLOW_CREDENTIALS_HEADER - Static variable in class org.eclipse.jetty.ee9.servlets.CrossOriginFilter
-
Deprecated.
- ACCESS_CONTROL_ALLOW_HEADERS - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
- ACCESS_CONTROL_ALLOW_HEADERS_HEADER - Static variable in class org.eclipse.jetty.ee10.servlets.CrossOriginFilter
-
Deprecated.
- ACCESS_CONTROL_ALLOW_HEADERS_HEADER - Static variable in class org.eclipse.jetty.ee11.servlets.CrossOriginFilter
-
Deprecated.
- ACCESS_CONTROL_ALLOW_HEADERS_HEADER - Static variable in class org.eclipse.jetty.ee8.servlets.CrossOriginFilter
-
Deprecated.
- ACCESS_CONTROL_ALLOW_HEADERS_HEADER - Static variable in class org.eclipse.jetty.ee9.servlets.CrossOriginFilter
-
Deprecated.
- ACCESS_CONTROL_ALLOW_METHODS - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
- ACCESS_CONTROL_ALLOW_METHODS_HEADER - Static variable in class org.eclipse.jetty.ee10.servlets.CrossOriginFilter
-
Deprecated.
- ACCESS_CONTROL_ALLOW_METHODS_HEADER - Static variable in class org.eclipse.jetty.ee11.servlets.CrossOriginFilter
-
Deprecated.
- ACCESS_CONTROL_ALLOW_METHODS_HEADER - Static variable in class org.eclipse.jetty.ee8.servlets.CrossOriginFilter
-
Deprecated.
- ACCESS_CONTROL_ALLOW_METHODS_HEADER - Static variable in class org.eclipse.jetty.ee9.servlets.CrossOriginFilter
-
Deprecated.
- ACCESS_CONTROL_ALLOW_ORIGIN - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
- ACCESS_CONTROL_ALLOW_ORIGIN_HEADER - Static variable in class org.eclipse.jetty.ee10.servlets.CrossOriginFilter
-
Deprecated.
- ACCESS_CONTROL_ALLOW_ORIGIN_HEADER - Static variable in class org.eclipse.jetty.ee11.servlets.CrossOriginFilter
-
Deprecated.
- ACCESS_CONTROL_ALLOW_ORIGIN_HEADER - Static variable in class org.eclipse.jetty.ee8.servlets.CrossOriginFilter
-
Deprecated.
- ACCESS_CONTROL_ALLOW_ORIGIN_HEADER - Static variable in class org.eclipse.jetty.ee9.servlets.CrossOriginFilter
-
Deprecated.
- ACCESS_CONTROL_EXPOSE_HEADERS - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
- ACCESS_CONTROL_EXPOSE_HEADERS_HEADER - Static variable in class org.eclipse.jetty.ee10.servlets.CrossOriginFilter
-
Deprecated.
- ACCESS_CONTROL_EXPOSE_HEADERS_HEADER - Static variable in class org.eclipse.jetty.ee11.servlets.CrossOriginFilter
-
Deprecated.
- ACCESS_CONTROL_EXPOSE_HEADERS_HEADER - Static variable in class org.eclipse.jetty.ee8.servlets.CrossOriginFilter
-
Deprecated.
- ACCESS_CONTROL_EXPOSE_HEADERS_HEADER - Static variable in class org.eclipse.jetty.ee9.servlets.CrossOriginFilter
-
Deprecated.
- ACCESS_CONTROL_MAX_AGE - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
- ACCESS_CONTROL_MAX_AGE_HEADER - Static variable in class org.eclipse.jetty.ee10.servlets.CrossOriginFilter
-
Deprecated.
- ACCESS_CONTROL_MAX_AGE_HEADER - Static variable in class org.eclipse.jetty.ee11.servlets.CrossOriginFilter
-
Deprecated.
- ACCESS_CONTROL_MAX_AGE_HEADER - Static variable in class org.eclipse.jetty.ee8.servlets.CrossOriginFilter
-
Deprecated.
- ACCESS_CONTROL_MAX_AGE_HEADER - Static variable in class org.eclipse.jetty.ee9.servlets.CrossOriginFilter
-
Deprecated.
- ACCESS_CONTROL_REQUEST_HEADERS - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
- ACCESS_CONTROL_REQUEST_HEADERS_HEADER - Static variable in class org.eclipse.jetty.ee10.servlets.CrossOriginFilter
-
Deprecated.
- ACCESS_CONTROL_REQUEST_HEADERS_HEADER - Static variable in class org.eclipse.jetty.ee11.servlets.CrossOriginFilter
-
Deprecated.
- ACCESS_CONTROL_REQUEST_HEADERS_HEADER - Static variable in class org.eclipse.jetty.ee8.servlets.CrossOriginFilter
-
Deprecated.
- ACCESS_CONTROL_REQUEST_HEADERS_HEADER - Static variable in class org.eclipse.jetty.ee9.servlets.CrossOriginFilter
-
Deprecated.
- ACCESS_CONTROL_REQUEST_METHOD - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
- ACCESS_CONTROL_REQUEST_METHOD_HEADER - Static variable in class org.eclipse.jetty.ee10.servlets.CrossOriginFilter
-
Deprecated.
- ACCESS_CONTROL_REQUEST_METHOD_HEADER - Static variable in class org.eclipse.jetty.ee11.servlets.CrossOriginFilter
-
Deprecated.
- ACCESS_CONTROL_REQUEST_METHOD_HEADER - Static variable in class org.eclipse.jetty.ee8.servlets.CrossOriginFilter
-
Deprecated.
- ACCESS_CONTROL_REQUEST_METHOD_HEADER - Static variable in class org.eclipse.jetty.ee9.servlets.CrossOriginFilter
-
Deprecated.
- ACCESS_DENIED - Static variable in interface org.eclipse.jetty.quic.quiche.QuicheConstants.tls_alert
- Accumulator() - Constructor for class org.eclipse.jetty.io.ByteBufferPool.Accumulator
-
Deprecated.
- ACK - Enum constant in enum class org.eclipse.jetty.quic.common.frames.FrameType
- ACK - Static variable in interface org.eclipse.jetty.http2.Flags
- AckFrame - Class in org.eclipse.jetty.quic.api.frames
- AckFrame(long, long, List) - Constructor for class org.eclipse.jetty.quic.api.frames.AckFrame
- AckFrame(long, long, List, int, int, int) - Constructor for class org.eclipse.jetty.quic.api.frames.AckFrame
- ACL - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
- ACL_AS_INT - Static variable in enum class org.eclipse.jetty.http.HttpMethod
- acquire() - Method in class org.eclipse.jetty.io.AbstractRetainableByteBuffer
-
Deprecated.
- acquire() - Method in class org.eclipse.jetty.io.ByteBufferPool.Sized
- acquire() - Method in class org.eclipse.jetty.io.Retainable.ReferenceCounter
-
Updates the reference count from
0to1. - acquire() - Method in class org.eclipse.jetty.util.compression.CompressionPool
- acquire() - Method in class org.eclipse.jetty.util.ConcurrentPool
- acquire() - Method in class org.eclipse.jetty.util.LockedPool
- acquire() - Method in interface org.eclipse.jetty.util.Pool
-
Acquires an entry from the pool.
- acquire() - Method in class org.eclipse.jetty.util.Pool.Wrapper
- acquire() - Method in class org.eclipse.jetty.util.SharedBlockingCallback
-
Deprecated.
- acquire(boolean) - Method in class org.eclipse.jetty.client.AbstractConnectionPool
-
Returns an idle connection, if available; if an idle connection is not available, and the given
createparameter istrueorAbstractConnectionPool.isMaximizeConnections()istrue, then attempts to open a new connection, if possible within the configuration of this connection pool (for example, if it does not exceed the max connection count); otherwise it attempts to open a new connection, if the number of queued requests is greater than the number of pending connections; if no connection is available even after the attempts to open, returnnull. - acquire(boolean) - Method in interface org.eclipse.jetty.client.ConnectionPool
-
Returns an idle connection, if available; if an idle connection is not available, and the given
createparameter istrue, then schedules the opening of a new connection, if possible within the configuration of this connection pool (for example, if it does not exceed the max connection count); otherwise returnsnull. - acquire(boolean) - Method in class org.eclipse.jetty.io.ByteBufferPool.Sized
- acquire(int) - Method in class org.eclipse.jetty.http.GZIPContentDecoder
- acquire(int) - Method in class org.eclipse.jetty.io.ByteBufferPool.Sized
- acquire(int, boolean) - Method in class org.eclipse.jetty.io.ArrayByteBufferPool
- acquire(int, boolean) - Method in class org.eclipse.jetty.io.ArrayByteBufferPool.Tracking
- acquire(int, boolean) - Method in interface org.eclipse.jetty.io.ByteBufferPool
-
Acquires a
RetainableByteBufferfrom this pool. - acquire(int, boolean) - Method in class org.eclipse.jetty.io.ByteBufferPool.NonPooling
- acquire(int, boolean) - Method in class org.eclipse.jetty.io.ByteBufferPool.Wrapper
- acquire(Function) - Method in class org.eclipse.jetty.util.LockedPool
- acquire(Function) - Method in interface org.eclipse.jetty.util.Pool
-
Acquires an entry from the pool, reserving and creating a new entry if necessary.
- acquire(Function) - Method in class org.eclipse.jetty.util.Pool.Wrapper
- acquireByteBuffer(int) - Method in class org.eclipse.jetty.compression.brotli.BrotliCompression
- acquireByteBuffer(int) - Method in class org.eclipse.jetty.compression.Compression
-
Acquire a
RetainableByteBufferthat is managed by thisCompressionimplementation which is suitable for compressed output from anEncoderSinkor compressed input from aDecoderSource. - acquireByteBuffer(int) - Method in class org.eclipse.jetty.compression.gzip.GzipCompression
- acquireByteBuffer(int) - Method in class org.eclipse.jetty.compression.zstandard.ZstandardCompression
- acquired(Pool, Pool.Entry) - Method in interface org.eclipse.jetty.util.LockedPool.Tracker
-
Callback method invoked when an entry is
acquired. - acquireWriteBlockingCallback() - Method in class org.eclipse.jetty.ee8.nested.HttpOutput
- acquireWriteBlockingCallback() - Method in class org.eclipse.jetty.ee9.nested.HttpOutput
- action() - Method in record class org.eclipse.jetty.server.HttpChannel.IdleTimeoutTask
-
Returns the value of the
actionrecord component. - activate() - Method in class org.eclipse.jetty.client.AbstractConnectionPool
- active - Variable in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_path_stats
- AdaptiveExecutionStrategy - Class in org.eclipse.jetty.util.thread.strategy
-
An adaptive execution strategy that uses the
Invocablestatus of both the task and the current thread to select an optimal strategy that prioritizes executing the task immediately in the current producing thread if it can be done so without thread starvation issues. - AdaptiveExecutionStrategy(ExecutionStrategy.Producer, Executor) - Constructor for class org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy
- Adaptor() - Constructor for class org.eclipse.jetty.ee8.websocket.api.WriteCallback.Adaptor
-
Deprecated.
- Adaptor() - Constructor for class org.eclipse.jetty.ee9.websocket.api.WriteCallback.Adaptor
-
Deprecated.
- adaptTo(DatabaseMetaData) - Method in class org.eclipse.jetty.session.DatabaseAdaptor
- add(int, int) - Method in class org.eclipse.jetty.util.AtomicBiInteger
-
Atomically adds the given deltas to the current hi and lo values.
- add(int, E) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
- add(int, Object) - Method in class org.eclipse.jetty.xml.XmlParser.Node
- add(long) - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
- add(long) - Method in class org.eclipse.jetty.util.statistic.RateCounter
- add(E) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
- add(Class) - Method in class org.eclipse.jetty.io.IncludeExcludeConnectionStatistics.ConnectionSet
- add(Object) - Method in interface org.eclipse.jetty.util.ajax.JSON.Output
- add(Object, int, Object) - Static method in class org.eclipse.jetty.util.LazyList
-
Add an item to a LazyList
- add(Object, Object) - Static method in class org.eclipse.jetty.util.LazyList
-
Add an item to a LazyList
- add(String) - Method in class org.eclipse.jetty.ee10.webapp.AbsoluteOrdering
- add(String) - Method in class org.eclipse.jetty.ee11.webapp.AbsoluteOrdering
- add(String) - Method in class org.eclipse.jetty.ee8.webapp.AbsoluteOrdering
- add(String) - Method in class org.eclipse.jetty.ee9.webapp.AbsoluteOrdering
- add(String) - Method in class org.eclipse.jetty.http.pathmap.PathSpecSet
- add(String) - Method in class org.eclipse.jetty.util.AsciiLowerCaseSet
- add(String) - Method in class org.eclipse.jetty.util.ClassMatcher
- add(String) - Method in class org.eclipse.jetty.util.InetAddressSet
- add(String) - Method in class org.eclipse.jetty.util.RegexSet
- add(String...) - Method in class org.eclipse.jetty.ee10.webapp.Configurations
- add(String...) - Method in class org.eclipse.jetty.ee11.webapp.Configurations
- add(String...) - Method in class org.eclipse.jetty.ee8.webapp.Configurations
- add(String...) - Method in class org.eclipse.jetty.ee9.webapp.Configurations
- add(String...) - Method in class org.eclipse.jetty.util.ClassMatcher
- add(String, boolean) - Method in interface org.eclipse.jetty.util.ajax.JSON.Output
- add(String, double) - Method in interface org.eclipse.jetty.util.ajax.JSON.Output
- add(String, long) - Method in interface org.eclipse.jetty.http.HttpFields.Mutable
-
Adds a new
HttpFieldwith the given name andlongvalue. - add(String, long) - Method in interface org.eclipse.jetty.util.ajax.JSON.Output
- add(String, Object) - Method in interface org.eclipse.jetty.util.ajax.JSON.Output
- add(String, String) - Method in interface org.eclipse.jetty.http.HttpFields.Mutable
-
Adds a new
HttpFieldwith the given name and string value. - add(String, String) - Method in class org.eclipse.jetty.util.Fields
-
Adds the given value to a field with the given name, creating a
Fields.Fieldis none exists for the given name. - add(String, String...) - Method in class org.eclipse.jetty.util.Fields
-
Adds the given value to a field with the given name, creating a
Fields.Fieldis none exists for the given name. - add(String, List) - Method in interface org.eclipse.jetty.http.HttpFields.Mutable
-
Adds a field associated with a list of values.
- add(String, ManagedSession) - Method in class org.eclipse.jetty.session.AbstractSessionCache
-
Add an entirely new session (created by the application calling Request.getSession(true)) to the cache.
- add(String, ManagedSession) - Method in interface org.eclipse.jetty.session.SessionCache
-
Adds a new Session, with a never-before-used id, to the cache.
- add(String, V) - Method in class org.eclipse.jetty.util.MultiMap
-
Add value to multi valued entry.
- add(Throwable) - Method in class org.eclipse.jetty.util.ExceptionUtil.MultiException
- add(URI, HttpCookie) - Method in interface org.eclipse.jetty.http.HttpCookieStore
-
Adds a cookie to this store, if possible.
- add(URI, HttpCookie) - Method in class org.eclipse.jetty.http.HttpCookieStore.Default
- add(URI, HttpCookie) - Method in class org.eclipse.jetty.http.HttpCookieStore.Empty
- add(ByteBuffer) - Method in class org.eclipse.jetty.io.RetainableByteBuffer.DynamicCapacity
- add(ByteBuffer) - Method in class org.eclipse.jetty.io.RetainableByteBuffer.FixedCapacity
- add(ByteBuffer) - Method in interface org.eclipse.jetty.io.RetainableByteBuffer.Mutable
-
Add the passed
ByteBufferto this buffer, growing this buffer if necessary and possible. - add(ByteBuffer) - Method in class org.eclipse.jetty.io.RetainableByteBuffer.Wrapper
- add(Predicate) - Method in class org.eclipse.jetty.server.handler.ConditionalHandler.PredicateSet
- add(Configuration) - Method in class org.eclipse.jetty.ee10.webapp.Configurations
- add(Configuration...) - Method in class org.eclipse.jetty.ee10.webapp.Configurations
- add(Configuration) - Method in class org.eclipse.jetty.ee11.webapp.Configurations
- add(Configuration...) - Method in class org.eclipse.jetty.ee11.webapp.Configurations
- add(InetAccessSet.PatternTuple) - Method in class org.eclipse.jetty.ee8.nested.InetAccessSet
- add(Configuration) - Method in class org.eclipse.jetty.ee8.webapp.Configurations
- add(Configuration...) - Method in class org.eclipse.jetty.ee8.webapp.Configurations
- add(InetAccessSet.PatternTuple) - Method in class org.eclipse.jetty.ee9.nested.InetAccessSet
- add(Configuration) - Method in class org.eclipse.jetty.ee9.webapp.Configurations
- add(Configuration...) - Method in class org.eclipse.jetty.ee9.webapp.Configurations
- add(HttpField) - Method in interface org.eclipse.jetty.http.HttpFields.Mutable
-
Adds the given
HttpFieldto this instance. - add(HttpField) - Method in class org.eclipse.jetty.http.HttpFields.Mutable.Wrapper
- add(HttpField) - Method in class org.eclipse.jetty.http.HttpFields.MutableHttpFields
- add(HttpField) - Method in class org.eclipse.jetty.http.HttpTester.Message
- add(HttpField) - Method in class org.eclipse.jetty.http.HttpTester.Request
- add(HttpField) - Method in class org.eclipse.jetty.http.HttpTester.Response
- add(HttpField) - Method in class org.eclipse.jetty.http2.hpack.HpackContext
- add(HttpFields) - Method in interface org.eclipse.jetty.http.HttpFields.Mutable
-
Adds all the
HttpFields of the givenHttpFieldsto this instance. - add(HttpFields) - Method in class org.eclipse.jetty.http.HttpFields.MutableHttpFields
- add(HttpFields) - Method in class org.eclipse.jetty.http.HttpTester.Message
- add(HttpFields) - Method in class org.eclipse.jetty.http.HttpTester.Request
- add(HttpFields) - Method in class org.eclipse.jetty.http.HttpTester.Response
- add(HttpHeader, long) - Method in interface org.eclipse.jetty.http.HttpFields.Mutable
-
Adds a new
HttpFieldwith the given name andlongvalue. - add(HttpHeader, String) - Method in interface org.eclipse.jetty.http.HttpFields.Mutable
-
Adds a new
HttpFieldwith the given name and string value. - add(HttpHeader, HttpHeaderValue) - Method in interface org.eclipse.jetty.http.HttpFields.Mutable
-
Adds a new
HttpFieldwith the given name and value. - add(PathSpec) - Method in class org.eclipse.jetty.http.pathmap.PathSpecSet
- add(Content.Chunk) - Method in class org.eclipse.jetty.io.ChunkAccumulator
-
Deprecated.Add a
Content.Chunkto the accumulator. - add(RetainableByteBuffer) - Method in class org.eclipse.jetty.io.RetainableByteBuffer.DynamicCapacity
- add(RetainableByteBuffer) - Method in class org.eclipse.jetty.io.RetainableByteBuffer.FixedCapacity
- add(RetainableByteBuffer) - Method in interface org.eclipse.jetty.io.RetainableByteBuffer.Mutable
-
Add the passed
RetainableByteBufferto this buffer, growing this buffer if necessary and possible. - add(RetainableByteBuffer) - Method in class org.eclipse.jetty.io.RetainableByteBuffer.Wrapper
- add(Injection) - Method in class org.eclipse.jetty.plus.annotation.InjectionCollection
- add(LifeCycleCallback) - Method in class org.eclipse.jetty.plus.annotation.LifeCycleCallbackCollection
-
Add a Callback to the list of callbacks.
- add(ClassMatcher.Entry) - Method in class org.eclipse.jetty.util.ClassMatcher
- add(ClassMatcher.Entry) - Method in class org.eclipse.jetty.util.ClassMatcher.ByClass
- add(ClassMatcher.Entry) - Method in class org.eclipse.jetty.util.ClassMatcher.ByLocationOrModule
- add(ClassMatcher.Entry) - Method in class org.eclipse.jetty.util.ClassMatcher.ByModule
- add(ClassMatcher.Entry) - Method in class org.eclipse.jetty.util.ClassMatcher.ByPackage
- add(ClassMatcher.Entry) - Method in class org.eclipse.jetty.util.ClassMatcher.ByPackageOrName
- add(Fields.Field) - Method in class org.eclipse.jetty.util.Fields
-
Adds the given field, storing it if none exists for the given name, or adding all the values to the existing field with the given name.
- add(T) - Method in class org.eclipse.jetty.security.siwe.EthereumAuthenticator.FixedSizeSet
- add(T[], T[]) - Static method in class org.eclipse.jetty.util.ArrayUtil
-
Add arrays
- addAliasCheck(AliasCheck) - Method in class org.eclipse.jetty.ee8.nested.ContextHandler
-
Add an AliasCheck instance to possibly permit aliased resources
- addAliasCheck(AliasCheck) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
-
Add an AliasCheck instance to possibly permit aliased resources
- addAliasCheck(AliasCheck) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Add an AliasCheck instance to possibly permit aliased resources
- addAll(Attributes) - Method in class org.eclipse.jetty.util.Attributes.Lazy
- addAll(Attributes) - Method in class org.eclipse.jetty.util.Attributes.Mapped
- addAll(Attributes) - Method in class org.eclipse.jetty.util.AttributesMap
-
Deprecated.
- addAll(Fields) - Method in class org.eclipse.jetty.util.Fields
- addAll(IncludeExcludeSet) - Method in class org.eclipse.jetty.util.IncludeExcludeSet
- addAllValues(MultiMap) - Method in class org.eclipse.jetty.util.MultiMap
-
Merge values.
- addAndGetHi(int) - Method in class org.eclipse.jetty.util.AtomicBiInteger
-
Atomically adds the given delta to the current hi value, returning the updated hi value.
- addAndGetLo(int) - Method in class org.eclipse.jetty.util.AtomicBiInteger
-
Atomically adds the given delta to the current lo value, returning the updated lo value.
- addAnnotation(DiscoveredAnnotation) - Method in class org.eclipse.jetty.ee10.annotations.AbstractDiscoverableAnnotationHandler
- addAnnotation(DiscoveredAnnotation) - Method in class org.eclipse.jetty.ee11.annotations.AbstractDiscoverableAnnotationHandler
- addAnnotation(DiscoveredAnnotation) - Method in class org.eclipse.jetty.ee8.annotations.AbstractDiscoverableAnnotationHandler
- addAnnotation(DiscoveredAnnotation) - Method in class org.eclipse.jetty.ee9.annotations.AbstractDiscoverableAnnotationHandler
- addArray(Object, Object[]) - Static method in class org.eclipse.jetty.util.LazyList
-
Add the contents of an array to a LazyList
- addAssumed(String, String) - Method in class org.eclipse.jetty.http.MimeTypes.Mutable
-
Add an assumed charset encoding for a content-type.
- addAuthentication(Authentication) - Method in interface org.eclipse.jetty.client.AuthenticationStore
-
Add the
Authenticationto add. - addAuthenticationResult(Authentication.Result) - Method in interface org.eclipse.jetty.client.AuthenticationStore
-
Add the
Authentication.Resultto add. - addAuthenticator(String, Authenticator) - Method in class org.eclipse.jetty.security.MultiAuthenticator
-
Adds an authenticator which maps to the given pathSpec.
- addBean(Object) - Method in interface org.eclipse.jetty.util.component.Container
-
Add a bean.
- addBean(Object) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
-
Adds the given bean, detecting whether to manage it or not.
- addBean(Object, boolean) - Method in interface org.eclipse.jetty.util.component.Container
-
Adds the given bean, explicitly managing it or not.
- addBean(Object, boolean) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
-
Adds the given bean, explicitly managing it or not.
- addBean(Object, Object) - Static method in interface org.eclipse.jetty.util.component.Container
-
A utility method to add a bean to a container.
- addBean(Object, Object, boolean) - Static method in interface org.eclipse.jetty.util.component.Container
-
A utility method to add a bean to a container.
- addBeanToAllConnectors(Object) - Method in class org.eclipse.jetty.server.Server
-
Add a bean to all connectors on the server.
- addBeforeAfter(T, T) - Method in class org.eclipse.jetty.util.TopologicalSort
-
An alternative to
TopologicalSort.addDependency(Object, Object[]), which is equivalent to addDependency(after,before) as the after item is dependent of the before item. - addBeginListener(Request.BeginListener) - Method in class org.eclipse.jetty.client.RequestListeners
- addBeginListener(Response.BeginListener) - Method in class org.eclipse.jetty.client.transport.ResponseListeners
- addBinding(Name, Object) - Method in class org.eclipse.jetty.jndi.NamingContext
-
Add a name to object binding to this Context.
- addCatalog(URI) - Method in class org.eclipse.jetty.xml.XmlParser
-
Load the specified URI as a catalog for entity mapping purposes.
- addCatalog(URI, Class) - Method in class org.eclipse.jetty.xml.XmlParser
-
Load the specified URI as a catalog for entity mapping purposes.
- addClass(Class) - Method in interface org.eclipse.jetty.util.ajax.JSON.Output
- addClasses(Class...) - Method in class org.eclipse.jetty.ee10.servlet.listener.ContainerInitializer.ServletContainerInitializerServletContextListener
-
Add classes to be passed to the
ServletContainerInitializer.onStartup(Set, ServletContext)call. - addClasses(Class...) - Method in class org.eclipse.jetty.ee11.servlet.listener.ContainerInitializer.ServletContainerInitializerServletContextListener
-
Add classes to be passed to the
ServletContainerInitializer.onStartup(Set, ServletContext)call. - addClasses(Class...) - Method in class org.eclipse.jetty.ee8.servlet.listener.ContainerInitializer.ServletContainerInitializerServletContextListener
-
Add classes to be passed to the
ServletContainerInitializer.onStartup(Set, ServletContext)call. - addClasses(Class...) - Method in class org.eclipse.jetty.ee9.servlet.listener.ContainerInitializer.ServletContainerInitializerServletContextListener
-
Add classes to be passed to the
ServletContainerInitializer.onStartup(Set, ServletContext)call. - addClasses(String...) - Method in class org.eclipse.jetty.ee10.servlet.listener.ContainerInitializer.ServletContainerInitializerServletContextListener
-
Add classes to be passed to the
ServletContainerInitializer.onStartup(Set, ServletContext)call. - addClasses(String...) - Method in class org.eclipse.jetty.ee11.servlet.listener.ContainerInitializer.ServletContainerInitializerServletContextListener
-
Add classes to be passed to the
ServletContainerInitializer.onStartup(Set, ServletContext)call. - addClasses(String...) - Method in class org.eclipse.jetty.ee8.servlet.listener.ContainerInitializer.ServletContainerInitializerServletContextListener
-
Add classes to be passed to the
ServletContainerInitializer.onStartup(Set, ServletContext)call. - addClasses(String...) - Method in class org.eclipse.jetty.ee9.servlet.listener.ContainerInitializer.ServletContainerInitializerServletContextListener
-
Add classes to be passed to the
ServletContainerInitializer.onStartup(Set, ServletContext)call. - addClassName(String) - Method in class org.eclipse.jetty.ee10.webapp.WebDescriptor
- addClassName(String) - Method in class org.eclipse.jetty.ee11.webapp.WebDescriptor
- addClassName(String) - Method in class org.eclipse.jetty.ee8.webapp.WebDescriptor
- addClassName(String) - Method in class org.eclipse.jetty.ee9.webapp.WebDescriptor
- addClassPath(String) - Method in class org.eclipse.jetty.ee.webapp.WebAppClassLoader
- addClassPath(String...) - Method in class org.eclipse.jetty.xml.EnvironmentBuilder
- addClassPath(Resource) - Method in class org.eclipse.jetty.ee.webapp.WebAppClassLoader
- addCollection(Object, Collection) - Static method in class org.eclipse.jetty.util.LazyList
-
Add the contents of a Collection to a LazyList
- addCommitListener(Request.CommitListener) - Method in class org.eclipse.jetty.client.RequestListeners
- addCompleteListener(Response.CompleteListener, boolean) - Method in class org.eclipse.jetty.client.transport.ResponseListeners
- addCompletionListener(Request, Consumer) - Static method in interface org.eclipse.jetty.server.Request
-
Adds a completion listener that is an optimized equivalent to overriding the
Callback.succeeded()andCallback.failed(Throwable)methods of aHttpStream.Wrappercreated by a call toRequest.addHttpStreamWrapper(Function). - addComplianceViolationListener(ComplianceViolation.Listener) - Method in class org.eclipse.jetty.server.HttpConfiguration
-
Add a
ComplianceViolation.Listenerto the configuration - addComponent(LifeCycle) - Method in class org.eclipse.jetty.server.ShutdownService
- addConfiguration(Configuration...) - Method in class org.eclipse.jetty.ee10.webapp.WebAppContext
- addConfiguration(Configuration...) - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
- addConfiguration(Configuration...) - Method in class org.eclipse.jetty.ee8.webapp.WebAppContext
- addConfiguration(Configuration...) - Method in class org.eclipse.jetty.ee9.webapp.WebAppContext
- addConnectionFactory(ConnectionFactory) - Method in class org.eclipse.jetty.server.AbstractConnector
- addConnector(Connector) - Method in class org.eclipse.jetty.server.Server
- addConstraintMapping(ConstraintMapping) - Method in interface org.eclipse.jetty.ee10.servlet.security.ConstraintAware
-
Add a Constraint Mapping.
- addConstraintMapping(ConstraintMapping) - Method in class org.eclipse.jetty.ee10.servlet.security.ConstraintSecurityHandler
- addConstraintMapping(ConstraintMapping) - Method in interface org.eclipse.jetty.ee11.servlet.security.ConstraintAware
-
Add a Constraint Mapping.
- addConstraintMapping(ConstraintMapping) - Method in class org.eclipse.jetty.ee11.servlet.security.ConstraintSecurityHandler
- addConstraintMapping(ConstraintMapping) - Method in interface org.eclipse.jetty.ee8.security.ConstraintAware
-
Add a Constraint Mapping.
- addConstraintMapping(ConstraintMapping) - Method in class org.eclipse.jetty.ee8.security.ConstraintSecurityHandler
- addConstraintMapping(ConstraintMapping) - Method in interface org.eclipse.jetty.ee9.security.ConstraintAware
-
Add a Constraint Mapping.
- addConstraintMapping(ConstraintMapping) - Method in class org.eclipse.jetty.ee9.security.ConstraintSecurityHandler
- addContainerResource(Resource) - Method in class org.eclipse.jetty.ee10.webapp.MetaData
- addContainerResource(Resource) - Method in class org.eclipse.jetty.ee11.webapp.MetaData
- addContainerResource(Resource) - Method in class org.eclipse.jetty.ee8.webapp.MetaData
- addContainerResource(Resource) - Method in class org.eclipse.jetty.ee9.webapp.MetaData
- addContentHandler(String, ContentHandler) - Method in class org.eclipse.jetty.xml.XmlParser
-
Add a ContentHandler.
- addContentListener(Request.ContentListener) - Method in class org.eclipse.jetty.client.RequestListeners
- addContentSourceListener(Response.ContentSourceListener) - Method in class org.eclipse.jetty.client.transport.ResponseListeners
- addConvertor(Class, JSON.Convertor) - Method in class org.eclipse.jetty.util.ajax.JSON
-
Registers a
JSON.Convertorfor the given class. - addConvertorFor(String, JSON.Convertor) - Method in class org.eclipse.jetty.util.ajax.JSON
-
Registers a
JSON.Convertorfor a named class. - addCookie(Cookie) - Method in class org.eclipse.jetty.ee10.servlet.ServletApiResponse
- addCookie(Cookie) - Method in class org.eclipse.jetty.ee10.servlet.ServletResponseHttpWrapper
- addCookie(Cookie) - Method in class org.eclipse.jetty.ee11.servlet.ServletApiResponse
- addCookie(Cookie) - Method in class org.eclipse.jetty.ee11.servlet.ServletResponseHttpWrapper
- addCookie(Cookie) - Method in class org.eclipse.jetty.ee9.nested.Response
- addCookie(Cookie) - Method in class org.eclipse.jetty.ee9.nested.ServletResponseHttpWrapper
- addCookie(String, String, int, String, String, String) - Method in class org.eclipse.jetty.ee8.nested.Cookies
- addCookie(String, String, int, String, String, String) - Method in class org.eclipse.jetty.ee9.nested.Cookies
- addCookie(String, String, int, String, String, String) - Method in class org.eclipse.jetty.http.CookieCache
-
Deprecated.
- addCookie(String, String, int, String, String, String) - Method in interface org.eclipse.jetty.http.CookieParser.Handler
- addCookie(String, String, int, String, String, String) - Method in class org.eclipse.jetty.server.CookieCache
- addCookie(Cookie) - Method in class org.eclipse.jetty.ee8.nested.Response
- addCookie(Cookie) - Method in class org.eclipse.jetty.ee8.nested.ServletResponseHttpWrapper
- addCookie(HttpCookie) - Method in class org.eclipse.jetty.ee10.servlet.ServletApiResponse
- addCookie(HttpCookie) - Method in class org.eclipse.jetty.ee11.servlet.ServletApiResponse
- addCookie(HttpCookie) - Method in class org.eclipse.jetty.ee8.nested.Response
- addCookie(HttpCookie) - Method in class org.eclipse.jetty.ee9.nested.Response
- addCookie(Response, HttpCookie) - Static method in interface org.eclipse.jetty.server.Response
-
Adds an HTTP
HttpHeader.SET_COOKIEheader to the response. - addCookieField(String) - Method in class org.eclipse.jetty.ee8.nested.Cookies
- addCookieField(String) - Method in class org.eclipse.jetty.ee9.nested.Cookies
- addCSV(String, String...) - Method in interface org.eclipse.jetty.http.HttpFields.Mutable
-
Adds the given value(s) to the
HttpFieldwith the given name, encoding them as comma-separated if necessary, unless they are already present in existing fields with the same name. - addCSV(HttpHeader, String...) - Method in interface org.eclipse.jetty.http.HttpFields.Mutable
-
Adds the given value(s) to the
HttpFieldwith the given name, encoding them as comma-separated if necessary, unless they are already present in existing fields with the same name. - addCustomizer(HttpConfiguration.Customizer) - Method in class org.eclipse.jetty.server.HttpConfiguration
-
Adds a
HttpConfiguration.Customizerthat is invoked for every request received. - addDateField(String, long) - Method in interface org.eclipse.jetty.http.HttpFields.Mutable
-
Adds a new date
HttpFieldwith the given name anddatevalue. - addDateHeader(String, long) - Method in class org.eclipse.jetty.ee10.servlet.ServletApiResponse
- addDateHeader(String, long) - Method in class org.eclipse.jetty.ee10.servlet.ServletApiResponse.CrossContextInclude
- addDateHeader(String, long) - Method in class org.eclipse.jetty.ee10.servlet.ServletResponseHttpWrapper
- addDateHeader(String, long) - Method in class org.eclipse.jetty.ee11.servlet.ServletApiResponse
- addDateHeader(String, long) - Method in class org.eclipse.jetty.ee11.servlet.ServletApiResponse.CrossContextInclude
- addDateHeader(String, long) - Method in class org.eclipse.jetty.ee11.servlet.ServletResponseHttpWrapper
- addDateHeader(String, long) - Method in class org.eclipse.jetty.ee8.nested.Response
- addDateHeader(String, long) - Method in class org.eclipse.jetty.ee8.nested.ServletResponseHttpWrapper
- addDateHeader(String, long) - Method in class org.eclipse.jetty.ee8.security.authentication.FormAuthenticator.FormResponse
- addDateHeader(String, long) - Method in class org.eclipse.jetty.ee9.nested.Response
- addDateHeader(String, long) - Method in class org.eclipse.jetty.ee9.nested.ServletResponseHttpWrapper
- addDateHeader(String, long) - Method in class org.eclipse.jetty.ee9.security.authentication.FormAuthenticator.FormResponse
- addDecorator(Decorator) - Method in class org.eclipse.jetty.util.DecoratedObjectFactory
- addDependencies(Class...) - Method in class org.eclipse.jetty.ee10.webapp.AbstractConfiguration.Builder
-
Add configuration classes that come before this configuration
- addDependencies(Class...) - Method in class org.eclipse.jetty.ee11.webapp.AbstractConfiguration.Builder
-
Add configuration classes that come before this configuration
- addDependencies(Class...) - Method in class org.eclipse.jetty.ee8.webapp.AbstractConfiguration
-
Add configuration classes that come before this configuration
- addDependencies(Class...) - Method in class org.eclipse.jetty.ee9.webapp.AbstractConfiguration
-
Add configuration classes that come before this configuration
- addDependencies(String...) - Method in class org.eclipse.jetty.ee10.webapp.AbstractConfiguration.Builder
-
Add configuration classes that come before this configuration
- addDependencies(String...) - Method in class org.eclipse.jetty.ee11.webapp.AbstractConfiguration.Builder
-
Add configuration classes that come before this configuration
- addDependencies(String...) - Method in class org.eclipse.jetty.ee8.webapp.AbstractConfiguration
-
Add configuration classes that come before this configuration
- addDependencies(String...) - Method in class org.eclipse.jetty.ee9.webapp.AbstractConfiguration
-
Add configuration classes that come before this configuration
- addDependency(T, T...) - Method in class org.eclipse.jetty.util.TopologicalSort
-
Add a dependency to be considered in the sort.
- addDependents(Class...) - Method in class org.eclipse.jetty.ee10.webapp.AbstractConfiguration.Builder
-
Add configuration classes that come after this configuration
- addDependents(Class...) - Method in class org.eclipse.jetty.ee11.webapp.AbstractConfiguration.Builder
-
Add configuration classes that come after this configuration
- addDependents(Class...) - Method in class org.eclipse.jetty.ee8.webapp.AbstractConfiguration
-
Add configuration classes that come after this configuration
- addDependents(Class...) - Method in class org.eclipse.jetty.ee9.webapp.AbstractConfiguration
-
Add configuration classes that come after this configuration
- addDependents(String...) - Method in class org.eclipse.jetty.ee10.webapp.AbstractConfiguration.Builder
-
Add configuration classes that come after this configuration
- addDependents(String...) - Method in class org.eclipse.jetty.ee11.webapp.AbstractConfiguration.Builder
-
Add configuration classes that come after this configuration
- addDependents(String...) - Method in class org.eclipse.jetty.ee8.webapp.AbstractConfiguration
-
Add configuration classes that come after this configuration
- addDependents(String...) - Method in class org.eclipse.jetty.ee9.webapp.AbstractConfiguration
-
Add configuration classes that come after this configuration
- addDescriptorProcessor(DescriptorProcessor) - Method in class org.eclipse.jetty.ee10.webapp.MetaData
- addDescriptorProcessor(DescriptorProcessor) - Method in class org.eclipse.jetty.ee11.webapp.MetaData
- addDescriptorProcessor(DescriptorProcessor) - Method in class org.eclipse.jetty.ee8.webapp.MetaData
- addDescriptorProcessor(DescriptorProcessor) - Method in class org.eclipse.jetty.ee9.webapp.MetaData
- addDirectory(Path) - Method in class org.eclipse.jetty.util.Scanner
-
Add a directory to be scanned.
- addDiscoverableAnnotationHandler(AbstractDiscoverableAnnotationHandler) - Method in class org.eclipse.jetty.ee8.annotations.AnnotationConfiguration
- addDiscoverableAnnotationHandler(AbstractDiscoverableAnnotationHandler) - Method in class org.eclipse.jetty.ee9.annotations.AnnotationConfiguration
- addDiscoveredAnnotation(DiscoveredAnnotation) - Method in class org.eclipse.jetty.ee10.webapp.MetaData
-
Add an annotation that has been discovered on a class, method or field within a resource eg a jar or dir.
- addDiscoveredAnnotation(DiscoveredAnnotation) - Method in class org.eclipse.jetty.ee11.webapp.MetaData
-
Add an annotation that has been discovered on a class, method or field within a resource eg a jar or dir.
- addDiscoveredAnnotation(DiscoveredAnnotation) - Method in class org.eclipse.jetty.ee8.webapp.MetaData
-
Add an annotation that has been discovered on a class, method or field within a resource eg a jar or dir.
- addDiscoveredAnnotation(DiscoveredAnnotation) - Method in class org.eclipse.jetty.ee9.webapp.MetaData
-
Add an annotation that has been discovered on a class, method or field within a resource eg a jar or dir.
- addDiscoveredAnnotations(List) - Method in class org.eclipse.jetty.ee8.webapp.MetaData
-
Annotations such as WebServlet, WebFilter, WebListener that can be discovered by scanning unloaded classes.
- addDiscoveredAnnotations(List) - Method in class org.eclipse.jetty.ee9.webapp.MetaData
-
Annotations such as WebServlet, WebFilter, WebListener that can be discovered by scanning unloaded classes.
- ADDED - Enum constant in enum class org.eclipse.jetty.util.Scanner.Notification
- addEncodedPaths(String, String) - Static method in class org.eclipse.jetty.util.URIUtil
-
Add two encoded URI path segments.
- addEncodings(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Add the inferred and assumed encodings from a property file.
- addEncodings(Resource) - Method in class org.eclipse.jetty.http.MimeTypes.Mutable
-
Add the inferred and assumed encodings from a property file in the format of: mimeType=encodingAn inferred encoding for the mimeType mimeType=-encodingAn assumed encoding for the mimeType mimeType=-An assumed no encoding for the mimeType The mimeType may be a wildcard like "image/*"
- addEndpoint(ServerEndpointConfig) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.server.JakartaWebSocketServerContainer
- addEndpoint(ServerEndpointConfig) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.server.JakartaWebSocketServerContainer
- addEndpoint(ServerEndpointConfig) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.server.JakartaWebSocketServerContainer
- addEndpoint(Class) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.server.JakartaWebSocketServerContainer
- addEndpoint(Class) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.server.JakartaWebSocketServerContainer
- addEndpoint(Class) - Method in class org.eclipse.jetty.ee8.websocket.javax.server.JavaxWebSocketServerContainer
- addEndpoint(Class) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.server.JakartaWebSocketServerContainer
- addEndpoint(ServerEndpointConfig) - Method in class org.eclipse.jetty.ee8.websocket.javax.server.JavaxWebSocketServerContainer
- addEntry(ByteBuffer, Callback) - Method in class org.eclipse.jetty.io.ByteBufferCallbackAccumulator
-
Deprecated.
- addErrorPage(int, int, String) - Method in class org.eclipse.jetty.ee10.servlet.ErrorPageErrorHandler
-
Adds ErrorPage mapping for a status code range.
- addErrorPage(int, int, String) - Method in class org.eclipse.jetty.ee11.servlet.ErrorPageErrorHandler
-
Adds ErrorPage mapping for a status code range.
- addErrorPage(int, int, String) - Method in class org.eclipse.jetty.ee8.servlet.ErrorPageErrorHandler
-
Adds ErrorPage mapping for a status code range.
- addErrorPage(int, int, String) - Method in class org.eclipse.jetty.ee9.servlet.ErrorPageErrorHandler
-
Adds ErrorPage mapping for a status code range.
- addErrorPage(int, String) - Method in class org.eclipse.jetty.ee10.servlet.ErrorPageErrorHandler
-
Adds ErrorPage mapping for a status code.
- addErrorPage(int, String) - Method in class org.eclipse.jetty.ee11.servlet.ErrorPageErrorHandler
-
Adds ErrorPage mapping for a status code.
- addErrorPage(int, String) - Method in class org.eclipse.jetty.ee8.servlet.ErrorPageErrorHandler
-
Adds ErrorPage mapping for a status code.
- addErrorPage(int, String) - Method in class org.eclipse.jetty.ee9.servlet.ErrorPageErrorHandler
-
Adds ErrorPage mapping for a status code.
- addErrorPage(Class, String) - Method in class org.eclipse.jetty.ee10.servlet.ErrorPageErrorHandler
-
Adds ErrorPage mapping for an exception class.
- addErrorPage(Class, String) - Method in class org.eclipse.jetty.ee11.servlet.ErrorPageErrorHandler
-
Adds ErrorPage mapping for an exception class.
- addErrorPage(Class, String) - Method in class org.eclipse.jetty.ee8.servlet.ErrorPageErrorHandler
-
Adds ErrorPage mapping for an exception class.
- addErrorPage(Class, String) - Method in class org.eclipse.jetty.ee9.servlet.ErrorPageErrorHandler
-
Adds ErrorPage mapping for an exception class.
- addErrorPage(String, String) - Method in class org.eclipse.jetty.ee10.servlet.ErrorPageErrorHandler
-
Adds ErrorPage mapping for an exception class.
- addErrorPage(String, String) - Method in class org.eclipse.jetty.ee11.servlet.ErrorPageErrorHandler
-
Adds ErrorPage mapping for an exception class.
- addErrorPage(String, String) - Method in class org.eclipse.jetty.ee8.servlet.ErrorPageErrorHandler
-
Adds ErrorPage mapping for an exception class.
- addErrorPage(String, String) - Method in class org.eclipse.jetty.ee9.servlet.ErrorPageErrorHandler
-
Adds ErrorPage mapping for an exception class.
- addEventListener(EventListener) - Method in class org.eclipse.jetty.deploy.StandardDeployer
- addEventListener(EventListener) - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler
-
Add a context event listeners.
- addEventListener(EventListener) - Method in class org.eclipse.jetty.ee10.servlet.ServletContextRequest
- addEventListener(EventListener) - Method in class org.eclipse.jetty.ee10.servlet.SessionHandler
-
Adds an event listener for session-related events.
- addEventListener(EventListener) - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler
-
Add a context event listener.
- addEventListener(EventListener) - Method in class org.eclipse.jetty.ee11.servlet.ServletContextRequest
- addEventListener(EventListener) - Method in class org.eclipse.jetty.ee11.servlet.SessionHandler
-
Adds an event listener for session-related events.
- addEventListener(EventListener) - Method in class org.eclipse.jetty.ee8.nested.ContextHandler
-
Add a context event listeners.
- addEventListener(EventListener) - Method in class org.eclipse.jetty.ee8.nested.Request
- addEventListener(EventListener) - Method in class org.eclipse.jetty.ee8.nested.SessionHandler
-
Adds an event listener for session-related events.
- addEventListener(EventListener) - Method in class org.eclipse.jetty.ee8.servlet.ServletContextHandler
-
Add EventListener
- addEventListener(EventListener) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
-
Add a context event listeners.
- addEventListener(EventListener) - Method in class org.eclipse.jetty.ee9.nested.Request
- addEventListener(EventListener) - Method in class org.eclipse.jetty.ee9.nested.SessionHandler
-
Adds an event listener for session-related events.
- addEventListener(EventListener) - Method in class org.eclipse.jetty.ee9.servlet.ServletContextHandler
-
Add EventListener
- addEventListener(EventListener) - Method in class org.eclipse.jetty.http2.HTTP2Session
- addEventListener(EventListener) - Method in class org.eclipse.jetty.io.AbstractConnection
- addEventListener(EventListener) - Method in class org.eclipse.jetty.io.ClientConnector
- addEventListener(EventListener) - Method in interface org.eclipse.jetty.io.Connection
-
Adds a listener of connection events.
- addEventListener(EventListener) - Method in class org.eclipse.jetty.io.SelectorManager
- addEventListener(EventListener) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Add a context event listeners.
- addEventListener(EventListener) - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
- addEventListener(EventListener) - Method in interface org.eclipse.jetty.util.component.Container
-
Add an event listener.
- addEventListener(EventListener) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
- addEventListener(EventListener) - Method in interface org.eclipse.jetty.util.component.LifeCycle
- addExcludeCipherSuites(String...) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
You can either use the exact Cipher suite name or a regular expression.
- addExcludedInflationPaths(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Deprecated.Adds excluded Path Specs for request filtering on request inflation.
- addExcludedMethods(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Deprecated.Add excluded to the HTTP methods filtering.
- addExcludedMimeTypes(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Deprecated.Adds excluded MIME types for response filtering.
- addExcludedPaths(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Deprecated.Adds excluded Path Specs for request filtering.
- addExcludeProtocols(String...) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
You can either use the exact Protocol name or a a regular expression.
- addExtensions(String...) - Method in class org.eclipse.jetty.ee8.websocket.client.ClientUpgradeRequest
-
Add WebSocket Extension Configuration(s) to request
- addExtensions(String...) - Method in class org.eclipse.jetty.ee9.websocket.client.ClientUpgradeRequest
-
Add WebSocket Extension Configuration(s) to request
- addExtensions(String...) - Method in class org.eclipse.jetty.websocket.client.ClientUpgradeRequest
-
Add WebSocket Extension Configuration(s) to request
- addExtensions(String...) - Method in class org.eclipse.jetty.websocket.core.client.CoreClientUpgradeRequest
- addExtensions(List) - Method in interface org.eclipse.jetty.websocket.core.server.ServerUpgradeResponse
- addExtensions(ExtensionConfig...) - Method in class org.eclipse.jetty.ee8.websocket.client.ClientUpgradeRequest
-
Add WebSocket Extension Configuration(s) to Upgrade Request.
- addExtensions(ExtensionConfig...) - Method in class org.eclipse.jetty.ee9.websocket.client.ClientUpgradeRequest
-
Add WebSocket Extension Configuration(s) to Upgrade Request.
- addExtensions(ExtensionConfig...) - Method in class org.eclipse.jetty.websocket.client.ClientUpgradeRequest
-
Add WebSocket Extension Configuration(s) to Upgrade Request.
- addExtensions(ExtensionConfig...) - Method in class org.eclipse.jetty.websocket.core.client.CoreClientUpgradeRequest
- addExtraStringInfo(StringBuilder) - Method in class org.eclipse.jetty.io.ArrayByteBufferPool.Tracking.TrackedBuffer
- addExtraStringInfo(StringBuilder) - Method in class org.eclipse.jetty.io.RetainableByteBuffer.Abstract
- addExtraStringInfo(StringBuilder) - Method in class org.eclipse.jetty.io.RetainableByteBuffer.DynamicCapacity
- addFailureListener(Consumer) - Method in class org.eclipse.jetty.ee10.servlet.ServletCoreRequest
- addFailureListener(Consumer) - Method in class org.eclipse.jetty.ee11.servlet.ServletCoreRequest
- addFailureListener(Consumer) - Method in class org.eclipse.jetty.ee8.nested.ServletCoreRequest
- addFailureListener(Consumer) - Method in class org.eclipse.jetty.ee9.nested.ServletCoreRequest
- addFailureListener(Consumer) - Method in class org.eclipse.jetty.server.handler.ContextRequest
- addFailureListener(Consumer) - Method in interface org.eclipse.jetty.server.Request
-
Adds a listener for asynchronous fatal failures.
- addFailureListener(Consumer) - Method in class org.eclipse.jetty.server.Request.Wrapper
- addFailureListener(Request.FailureListener) - Method in class org.eclipse.jetty.client.RequestListeners
- addFailureListener(Response.FailureListener) - Method in class org.eclipse.jetty.client.transport.ResponseListeners
- addFile(String) - Method in class org.eclipse.jetty.util.component.FileDestroyable
- addFile(Path) - Method in class org.eclipse.jetty.util.Scanner
-
Add a file to be scanned.
- addFilter(Filter, String, EnumSet) - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler
-
Convenience method to add a servlet.
- addFilter(Filter, String, EnumSet) - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler
-
Convenience method to add a servlet.
- addFilter(Class, String, EnumSet) - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler
-
Convenience method to add a filter
- addFilter(Class, String, EnumSet) - Method in class org.eclipse.jetty.ee10.servlet.ServletTester
- addFilter(Class, String, EnumSet) - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler
-
Convenience method to add a filter
- addFilter(Class, String, EnumSet) - Method in class org.eclipse.jetty.ee11.servlet.ServletTester
- addFilter(Class, String, EnumSet) - Method in class org.eclipse.jetty.ee9.servlet.ServletContextHandler
-
Convenience method to add a filter
- addFilter(Class, String, EnumSet) - Method in class org.eclipse.jetty.ee9.servlet.ServletTester
- addFilter(Class, String, EnumSet) - Method in class org.eclipse.jetty.ee8.servlet.ServletContextHandler
-
Convenience method to add a filter
- addFilter(Class, String, EnumSet) - Method in class org.eclipse.jetty.ee8.servlet.ServletTester
- addFilter(String, Filter) - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler.ServletContextApi
- addFilter(String, Filter) - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler.ServletContextApi
- addFilter(String, Filter) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
- addFilter(String, Filter) - Method in class org.eclipse.jetty.ee9.servlet.ServletContextHandler.ServletAPIContext
- addFilter(String, Class) - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler.ServletContextApi
- addFilter(String, Class) - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler.ServletContextApi
- addFilter(String, Class) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
- addFilter(String, Class) - Method in class org.eclipse.jetty.ee9.servlet.ServletContextHandler.ServletAPIContext
- addFilter(String, Class) - Method in class org.eclipse.jetty.ee8.nested.ContextHandler.APIContext
- addFilter(String, Class) - Method in class org.eclipse.jetty.ee8.servlet.ServletContextHandler.ServletAPIContext
- addFilter(String, String) - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler.ServletContextApi
- addFilter(String, String) - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler.ServletContextApi
- addFilter(String, String) - Method in class org.eclipse.jetty.ee8.nested.ContextHandler.APIContext
- addFilter(String, String) - Method in class org.eclipse.jetty.ee8.servlet.ServletContextHandler.ServletAPIContext
- addFilter(String, String) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
- addFilter(String, String) - Method in class org.eclipse.jetty.ee9.servlet.ServletContextHandler.ServletAPIContext
- addFilter(String, String, EnumSet) - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler
-
Convenience method to add a filter
- addFilter(String, String, EnumSet) - Method in class org.eclipse.jetty.ee10.servlet.ServletTester
- addFilter(String, String, EnumSet) - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler
-
Convenience method to add a filter
- addFilter(String, String, EnumSet) - Method in class org.eclipse.jetty.ee11.servlet.ServletTester
- addFilter(String, String, EnumSet) - Method in class org.eclipse.jetty.ee9.servlet.ServletContextHandler
-
Convenience method to add a filter
- addFilter(String, String, EnumSet) - Method in class org.eclipse.jetty.ee9.servlet.ServletTester
- addFilter(String, String, EnumSet) - Method in class org.eclipse.jetty.ee8.servlet.ServletContextHandler
-
Convenience method to add a filter
- addFilter(String, String, EnumSet) - Method in class org.eclipse.jetty.ee8.servlet.ServletTester
- addFilter(String, Filter) - Method in class org.eclipse.jetty.ee8.nested.ContextHandler.APIContext
- addFilter(String, Filter) - Method in class org.eclipse.jetty.ee8.servlet.ServletContextHandler.ServletAPIContext
- addFilter(FilterHolder) - Method in class org.eclipse.jetty.ee10.servlet.ServletHandler
-
Convenience method to add a preconstructed FilterHolder
- addFilter(FilterHolder, String, EnumSet) - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler
-
Convenience method to add a filter
- addFilter(FilterHolder, String, EnumSet) - Method in class org.eclipse.jetty.ee10.servlet.ServletTester
- addFilter(FilterHolder, FilterMapping) - Method in class org.eclipse.jetty.ee10.servlet.ServletHandler
-
Convenience method to add a filter and mapping
- addFilter(FilterHolder) - Method in class org.eclipse.jetty.ee11.servlet.ServletHandler
-
Convenience method to add a preconstructed FilterHolder
- addFilter(FilterHolder, String, EnumSet) - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler
-
Convenience method to add a filter
- addFilter(FilterHolder, String, EnumSet) - Method in class org.eclipse.jetty.ee11.servlet.ServletTester
- addFilter(FilterHolder, FilterMapping) - Method in class org.eclipse.jetty.ee11.servlet.ServletHandler
-
Convenience method to add a filter and mapping
- addFilter(FilterHolder) - Method in class org.eclipse.jetty.ee8.servlet.ServletHandler
-
Convenience method to add a preconstructed FilterHolder
- addFilter(FilterHolder, String, EnumSet) - Method in class org.eclipse.jetty.ee8.servlet.ServletContextHandler
-
Convenience method to add a filter
- addFilter(FilterHolder, String, EnumSet) - Method in class org.eclipse.jetty.ee8.servlet.ServletTester
- addFilter(FilterHolder, FilterMapping) - Method in class org.eclipse.jetty.ee8.servlet.ServletHandler
-
Convenience method to add a filter and mapping
- addFilter(FilterHolder) - Method in class org.eclipse.jetty.ee9.servlet.ServletHandler
-
Convenience method to add a preconstructed FilterHolder
- addFilter(FilterHolder, String, EnumSet) - Method in class org.eclipse.jetty.ee9.servlet.ServletContextHandler
-
Convenience method to add a filter
- addFilter(FilterHolder, String, EnumSet) - Method in class org.eclipse.jetty.ee9.servlet.ServletTester
- addFilter(FilterHolder, FilterMapping) - Method in class org.eclipse.jetty.ee9.servlet.ServletHandler
-
Convenience method to add a filter and mapping
- addFilterMapping(String, XmlParser.Node, WebAppContext, Descriptor) - Method in class org.eclipse.jetty.ee10.webapp.StandardDescriptorProcessor
- addFilterMapping(String, XmlParser.Node, WebAppContext, Descriptor) - Method in class org.eclipse.jetty.ee11.webapp.StandardDescriptorProcessor
- addFilterMapping(String, XmlParser.Node, WebAppContext, Descriptor) - Method in class org.eclipse.jetty.ee8.webapp.StandardDescriptorProcessor
- addFilterMapping(String, XmlParser.Node, WebAppContext, Descriptor) - Method in class org.eclipse.jetty.ee9.webapp.StandardDescriptorProcessor
- addFilterMapping(FilterMapping) - Method in class org.eclipse.jetty.ee10.servlet.ServletHandler
-
Convenience method to add a preconstructed FilterMapping
- addFilterMapping(FilterMapping) - Method in class org.eclipse.jetty.ee11.servlet.ServletHandler
-
Convenience method to add a preconstructed FilterMapping
- addFilterMapping(FilterMapping) - Method in class org.eclipse.jetty.ee8.servlet.ServletHandler
-
Convenience method to add a preconstructed FilterMapping
- addFilterMapping(FilterMapping) - Method in class org.eclipse.jetty.ee9.servlet.ServletHandler
-
Convenience method to add a preconstructed FilterMapping
- addFilterWithMapping(Class, String, int) - Method in class org.eclipse.jetty.ee10.servlet.ServletHandler
-
Convenience method to add a filter.
- addFilterWithMapping(Class, String, int) - Method in class org.eclipse.jetty.ee11.servlet.ServletHandler
-
Convenience method to add a filter.
- addFilterWithMapping(Class, String, int) - Method in class org.eclipse.jetty.ee9.servlet.ServletHandler
-
Convenience method to add a filter.
- addFilterWithMapping(Class, String, EnumSet) - Method in class org.eclipse.jetty.ee10.servlet.ServletHandler
-
Convenience method to add a filter.
- addFilterWithMapping(Class, String, EnumSet) - Method in class org.eclipse.jetty.ee11.servlet.ServletHandler
-
Convenience method to add a filter.
- addFilterWithMapping(Class, String, EnumSet) - Method in class org.eclipse.jetty.ee9.servlet.ServletHandler
-
Convenience method to add a filter.
- addFilterWithMapping(Class, String, int) - Method in class org.eclipse.jetty.ee8.servlet.ServletHandler
-
Convenience method to add a filter.
- addFilterWithMapping(Class, String, EnumSet) - Method in class org.eclipse.jetty.ee8.servlet.ServletHandler
-
Convenience method to add a filter.
- addFilterWithMapping(String, String, int) - Method in class org.eclipse.jetty.ee10.servlet.ServletHandler
-
Convenience method to add a filter.
- addFilterWithMapping(String, String, int) - Method in class org.eclipse.jetty.ee11.servlet.ServletHandler
-
Convenience method to add a filter.
- addFilterWithMapping(String, String, int) - Method in class org.eclipse.jetty.ee8.servlet.ServletHandler
-
Convenience method to add a filter.
- addFilterWithMapping(String, String, int) - Method in class org.eclipse.jetty.ee9.servlet.ServletHandler
-
Convenience method to add a filter.
- addFilterWithMapping(String, String, EnumSet) - Method in class org.eclipse.jetty.ee10.servlet.ServletHandler
-
Convenience method to add a filter.
- addFilterWithMapping(String, String, EnumSet) - Method in class org.eclipse.jetty.ee11.servlet.ServletHandler
-
Convenience method to add a filter.
- addFilterWithMapping(String, String, EnumSet) - Method in class org.eclipse.jetty.ee9.servlet.ServletHandler
-
Convenience method to add a filter.
- addFilterWithMapping(String, String, EnumSet) - Method in class org.eclipse.jetty.ee8.servlet.ServletHandler
-
Convenience method to add a filter.
- addFilterWithMapping(FilterHolder, String, int) - Method in class org.eclipse.jetty.ee10.servlet.ServletHandler
-
Convenience method to add a filter.
- addFilterWithMapping(FilterHolder, String, EnumSet) - Method in class org.eclipse.jetty.ee10.servlet.ServletHandler
-
Convenience method to add a filter.
- addFilterWithMapping(FilterHolder, String, int) - Method in class org.eclipse.jetty.ee11.servlet.ServletHandler
-
Convenience method to add a filter.
- addFilterWithMapping(FilterHolder, String, EnumSet) - Method in class org.eclipse.jetty.ee11.servlet.ServletHandler
-
Convenience method to add a filter.
- addFilterWithMapping(FilterHolder, String, int) - Method in class org.eclipse.jetty.ee8.servlet.ServletHandler
-
Convenience method to add a filter.
- addFilterWithMapping(FilterHolder, String, EnumSet) - Method in class org.eclipse.jetty.ee8.servlet.ServletHandler
-
Convenience method to add a filter.
- addFilterWithMapping(FilterHolder, String, int) - Method in class org.eclipse.jetty.ee9.servlet.ServletHandler
-
Convenience method to add a filter.
- addFilterWithMapping(FilterHolder, String, EnumSet) - Method in class org.eclipse.jetty.ee9.servlet.ServletHandler
-
Convenience method to add a filter.
- addFirstConnectionFactory(ConnectionFactory) - Method in class org.eclipse.jetty.server.AbstractConnector
- addFormEncodedMethod(String) - Method in class org.eclipse.jetty.server.HttpConfiguration
-
Adds a form encoded HTTP Method
- addForwardedHeader(HttpServletRequest, Request) - Method in class org.eclipse.jetty.ee10.proxy.AbstractProxyServlet
- addForwardedHeader(HttpServletRequest, Request) - Method in class org.eclipse.jetty.ee11.proxy.AbstractProxyServlet
- addForwardedHeader(Request, Request) - Method in class org.eclipse.jetty.proxy.ProxyHandler
- addFragmentDescriptor(Resource, FragmentDescriptor) - Method in class org.eclipse.jetty.ee10.webapp.MetaData
-
Add a web-fragment.xml, and the jar it is contained in.
- addFragmentDescriptor(Resource, FragmentDescriptor) - Method in class org.eclipse.jetty.ee11.webapp.MetaData
-
Add a web-fragment.xml, and the jar it is contained in.
- addFragmentDescriptor(Resource, FragmentDescriptor) - Method in class org.eclipse.jetty.ee8.webapp.MetaData
-
Add a web-fragment.xml, and the jar it is contained in.
- addFragmentDescriptor(Resource, FragmentDescriptor) - Method in class org.eclipse.jetty.ee9.webapp.MetaData
-
Add a web-fragment.xml, and the jar it is contained in.
- addGetter(String, Method) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
- addHandler(Supplier) - Method in interface org.eclipse.jetty.server.Handler.Collection
-
Adds the
Handlersupplied by the givenSupplierto this collection ofHandlers. - addHandler(Handler) - Method in class org.eclipse.jetty.ee8.nested.HandlerCollection
-
Adds a handler.
- addHandler(Handler) - Method in class org.eclipse.jetty.ee9.nested.HandlerCollection
-
Adds a handler.
- addHandler(Handler) - Method in interface org.eclipse.jetty.server.Handler.Collection
-
Adds the given
Handlerto this collection ofHandlers. - addHandshakeListener(SslHandshakeListener) - Method in class org.eclipse.jetty.io.ssl.SslConnection
- addHeader(String, String) - Method in class org.eclipse.jetty.ee10.servlet.ServletApiResponse
- addHeader(String, String) - Method in class org.eclipse.jetty.ee10.servlet.ServletApiResponse.CrossContextInclude
- addHeader(String, String) - Method in class org.eclipse.jetty.ee10.servlet.ServletResponseHttpWrapper
- addHeader(String, String) - Method in interface org.eclipse.jetty.ee10.websocket.server.JettyServerUpgradeResponse
-
Add a header value to the response.
- addHeader(String, String) - Method in class org.eclipse.jetty.ee11.servlet.ServletApiResponse
- addHeader(String, String) - Method in class org.eclipse.jetty.ee11.servlet.ServletApiResponse.CrossContextInclude
- addHeader(String, String) - Method in class org.eclipse.jetty.ee11.servlet.ServletResponseHttpWrapper
- addHeader(String, String) - Method in interface org.eclipse.jetty.ee11.websocket.server.JettyServerUpgradeResponse
-
Add a header value to the response.
- addHeader(String, String) - Method in class org.eclipse.jetty.ee8.nested.PushBuilderImpl
- addHeader(String, String) - Method in class org.eclipse.jetty.ee8.nested.Response
- addHeader(String, String) - Method in class org.eclipse.jetty.ee8.nested.ServletResponseHttpWrapper
- addHeader(String, String) - Method in class org.eclipse.jetty.ee8.security.authentication.FormAuthenticator.FormResponse
- addHeader(String, String) - Method in interface org.eclipse.jetty.ee8.websocket.server.JettyServerUpgradeResponse
-
Add a header value to the response.
- addHeader(String, String) - Method in class org.eclipse.jetty.ee9.nested.PushBuilderImpl
- addHeader(String, String) - Method in class org.eclipse.jetty.ee9.nested.Response
- addHeader(String, String) - Method in class org.eclipse.jetty.ee9.nested.ServletResponseHttpWrapper
- addHeader(String, String) - Method in class org.eclipse.jetty.ee9.security.authentication.FormAuthenticator.FormResponse
- addHeader(String, String) - Method in interface org.eclipse.jetty.ee9.websocket.server.JettyServerUpgradeResponse
-
Add a header value to the response.
- addHeader(HttpField) - Method in class org.eclipse.jetty.client.transport.HttpRequest
- addHeader(HttpField) - Method in class org.eclipse.jetty.client.transport.HttpResponse
- addHeaderListener(Response.HeaderListener) - Method in class org.eclipse.jetty.client.transport.ResponseListeners
- addHeadersListener(Request.HeadersListener) - Method in class org.eclipse.jetty.client.RequestListeners
- addHeadersListener(Response.HeadersListener) - Method in class org.eclipse.jetty.client.transport.ResponseListeners
- addHiddenClasses(String...) - Static method in class org.eclipse.jetty.ee.webapp.WebAppClassLoading
-
Add a hidden (server) Class pattern to use for all WebAppContexts of a given
Server. - addHiddenClasses(Server, String...) - Static method in class org.eclipse.jetty.ee.webapp.WebAppClassLoading
-
Add a hidden (server) Class pattern to use for all WebAppContexts of a given
Server. - addHiddenClasses(Attributes, String...) - Static method in class org.eclipse.jetty.ee.webapp.WebAppClassLoading
-
Add a hidden (server) Class pattern to use for all WebAppContexts of a given
Server. - addHiddenClasses(Environment, String...) - Static method in class org.eclipse.jetty.ee.webapp.WebAppClassLoading
-
Add a hidden (server) Class pattern to use for all ee9 WebAppContexts.
- addHiddenClassMatcher(ClassMatcher) - Method in class org.eclipse.jetty.ee10.webapp.WebAppContext
-
Add a ClassMatcher for hidden (server) classes by combining with any existing matcher.
- addHiddenClassMatcher(ClassMatcher) - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
-
Add a ClassMatcher for hidden (server) classes by combining with any existing matcher.
- addHttpStreamWrapper(Function) - Method in class org.eclipse.jetty.ee10.servlet.ServletCoreRequest
- addHttpStreamWrapper(Function) - Method in class org.eclipse.jetty.ee11.servlet.ServletCoreRequest
- addHttpStreamWrapper(Function) - Method in class org.eclipse.jetty.ee8.nested.ServletCoreRequest
- addHttpStreamWrapper(Function) - Method in class org.eclipse.jetty.ee9.nested.ServletCoreRequest
- addHttpStreamWrapper(Function) - Method in interface org.eclipse.jetty.server.Request
-
Add a
HttpStream.Wrapperto the currentHttpStream. - addHttpStreamWrapper(Function) - Method in class org.eclipse.jetty.server.Request.Wrapper
- addIdleTimeoutListener(Predicate) - Method in class org.eclipse.jetty.ee10.servlet.ServletCoreRequest
- addIdleTimeoutListener(Predicate) - Method in class org.eclipse.jetty.ee11.servlet.ServletCoreRequest
- addIdleTimeoutListener(Predicate) - Method in class org.eclipse.jetty.ee8.nested.ServletCoreRequest
- addIdleTimeoutListener(Predicate) - Method in class org.eclipse.jetty.ee9.nested.ServletCoreRequest
- addIdleTimeoutListener(Predicate) - Method in class org.eclipse.jetty.server.handler.ContextRequest
- addIdleTimeoutListener(Predicate) - Method in interface org.eclipse.jetty.server.Request
-
Adds a listener for idle timeouts.
- addIdleTimeoutListener(Predicate) - Method in class org.eclipse.jetty.server.Request.Wrapper
- addIdleTimeoutListener(Predicate) - Method in interface org.eclipse.jetty.websocket.api.Session
-
Adds a listener for websocket idle timeouts.
- addIdleTimeoutListener(Predicate) - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
- addIdleTimeoutListener(Predicate) - Method in interface org.eclipse.jetty.websocket.core.CoreSession
-
Adds a listener for websocket idle timeouts.
- addIdleTimeoutListener(Predicate) - Method in class org.eclipse.jetty.websocket.core.CoreSession.Empty
- addIdleTimeoutListener(Predicate) - Method in class org.eclipse.jetty.websocket.core.WebSocketCoreSession
- addIfAbsentConnectionFactory(ConnectionFactory) - Method in class org.eclipse.jetty.server.AbstractConnector
- addIncludeCoda(String) - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler.JspPropertyGroup
- addIncludeCoda(String) - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler.JspPropertyGroup
- addIncludeCoda(String) - Method in class org.eclipse.jetty.ee8.servlet.ServletContextHandler.JspPropertyGroup
- addIncludeCoda(String) - Method in class org.eclipse.jetty.ee9.servlet.ServletContextHandler.JspPropertyGroup
- addIncludedInflationPaths(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Deprecated.Add included Path Specs for filtering on request inflation.
- addIncludedMethods(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Deprecated.Adds included HTTP Methods (eg: POST, PATCH, DELETE) for filtering.
- addIncludedMimeTypes(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Deprecated.Add included MIME types for response filtering
- addIncludedPaths(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Deprecated.Add included Path Specs for filtering.
- addIncludePrelude(String) - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler.JspPropertyGroup
- addIncludePrelude(String) - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler.JspPropertyGroup
- addIncludePrelude(String) - Method in class org.eclipse.jetty.ee8.servlet.ServletContextHandler.JspPropertyGroup
- addIncludePrelude(String) - Method in class org.eclipse.jetty.ee9.servlet.ServletContextHandler.JspPropertyGroup
- addInferred(String, String) - Method in class org.eclipse.jetty.http.MimeTypes.Mutable
-
Add an inferred encoding for a mimeType
- addingBundle(Bundle, BundleEvent) - Method in class org.eclipse.jetty.osgi.BundleContextProvider.ContextBundleTracker
- addingBundle(Bundle, BundleEvent) - Method in class org.eclipse.jetty.osgi.BundleWebAppProvider.WebAppTracker
- addingService(ServiceReference) - Method in class org.eclipse.jetty.osgi.AbstractEEActivator.ServerTracker
- addInjections(WebAppContext, Descriptor, XmlParser.Node, String, Class) - Method in class org.eclipse.jetty.ee10.plus.webapp.PlusDescriptorProcessor
-
Iterate over the
<injection-target>entries for a node - addInjections(WebAppContext, Descriptor, XmlParser.Node, String, Class) - Method in class org.eclipse.jetty.ee11.plus.webapp.PlusDescriptorProcessor
-
Iterate over the
<injection-target>entries for a node - addInjections(WebAppContext, Descriptor, XmlParser.Node, String, Class) - Method in class org.eclipse.jetty.ee8.plus.webapp.PlusDescriptorProcessor
-
Iterate over the
<injection-target>entries for a node - addInjections(WebAppContext, Descriptor, XmlParser.Node, String, Class) - Method in class org.eclipse.jetty.ee9.plus.webapp.PlusDescriptorProcessor
-
Iterate over the
<injection-target>entries for a node - addInput(String) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
- addInput(String, Charset) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
- addInput(ByteBuffer) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
- addInputAndExecute(String) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
- addInputAndExecute(ByteBuffer) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
- addInputEOF() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
- addInterceptor(HttpInput.Interceptor) - Method in class org.eclipse.jetty.ee8.nested.HttpInput
-
Set the
HttpInput.Interceptor, chaining it to the existing one if anHttpInput.Interceptoris already set. - addInterceptor(HttpInput.Interceptor) - Method in class org.eclipse.jetty.ee9.nested.HttpInput
-
Set the
HttpInput.Interceptor, chaining it to the existing one if anHttpInput.Interceptoris already set. - addIntHeader(String, int) - Method in class org.eclipse.jetty.ee10.servlet.ServletApiResponse
- addIntHeader(String, int) - Method in class org.eclipse.jetty.ee10.servlet.ServletApiResponse.CrossContextInclude
- addIntHeader(String, int) - Method in class org.eclipse.jetty.ee10.servlet.ServletResponseHttpWrapper
- addIntHeader(String, int) - Method in class org.eclipse.jetty.ee11.servlet.ServletApiResponse
- addIntHeader(String, int) - Method in class org.eclipse.jetty.ee11.servlet.ServletApiResponse.CrossContextInclude
- addIntHeader(String, int) - Method in class org.eclipse.jetty.ee11.servlet.ServletResponseHttpWrapper
- addIntHeader(String, int) - Method in class org.eclipse.jetty.ee8.nested.Response
- addIntHeader(String, int) - Method in class org.eclipse.jetty.ee8.nested.ServletResponseHttpWrapper
- addIntHeader(String, int) - Method in class org.eclipse.jetty.ee9.nested.Response
- addIntHeader(String, int) - Method in class org.eclipse.jetty.ee9.nested.ServletResponseHttpWrapper
- addJars(Resource) - Method in class org.eclipse.jetty.ee.webapp.WebAppClassLoader
-
Add elements to the class path for the context from the jar and zip files found in the specified resource.
- addJSON(Appendable) - Method in interface org.eclipse.jetty.util.ajax.JSON.Generator
- addJSON(Appendable) - Method in class org.eclipse.jetty.util.ajax.JSON.Literal
- addJspFile(String, String) - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler.ServletContextApi
- addJspFile(String, String) - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler.ServletContextApi
- addJspFile(String, String) - Method in class org.eclipse.jetty.ee8.nested.ContextHandler.APIContext
- addJspFile(String, String) - Method in class org.eclipse.jetty.ee8.servlet.ServletContextHandler.ServletAPIContext
- addJspFile(String, String) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
- addJspFile(String, String) - Method in class org.eclipse.jetty.ee9.servlet.ServletContextHandler.ServletAPIContext
- addJspPropertyGroup(JspPropertyGroupDescriptor) - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler.JspConfig
- addJspPropertyGroup(JspPropertyGroupDescriptor) - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler.JspConfig
- addJspPropertyGroup(JspPropertyGroupDescriptor) - Method in class org.eclipse.jetty.ee9.servlet.ServletContextHandler.JspConfig
- addJspPropertyGroup(JspPropertyGroupDescriptor) - Method in class org.eclipse.jetty.ee8.servlet.ServletContextHandler.JspConfig
- addKnownRole(String) - Method in interface org.eclipse.jetty.ee10.servlet.security.ConstraintAware
-
Add a Role definition.
- addKnownRole(String) - Method in class org.eclipse.jetty.ee10.servlet.security.ConstraintSecurityHandler
- addKnownRole(String) - Method in interface org.eclipse.jetty.ee11.servlet.security.ConstraintAware
-
Add a Role definition.
- addKnownRole(String) - Method in class org.eclipse.jetty.ee11.servlet.security.ConstraintSecurityHandler
- addListener(AsyncListener) - Method in class org.eclipse.jetty.ee10.servlet.AsyncContextState
- addListener(AsyncListener) - Method in class org.eclipse.jetty.ee10.servlet.ServletChannelState
- addListener(AsyncListener) - Method in class org.eclipse.jetty.ee11.servlet.AsyncContextState
- addListener(AsyncListener) - Method in class org.eclipse.jetty.ee11.servlet.ServletChannelState
- addListener(AsyncListener) - Method in class org.eclipse.jetty.ee9.nested.AsyncContextState
- addListener(AsyncListener) - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
- addListener(AsyncListener, ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.ee10.servlet.AsyncContextState
- addListener(AsyncListener, ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.ee11.servlet.AsyncContextState
- addListener(AsyncListener, ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.ee9.nested.AsyncContextState
- addListener(Class) - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler.ServletContextApi
- addListener(Class) - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler.ServletContextApi
- addListener(Class) - Method in class org.eclipse.jetty.ee8.nested.ContextHandler.APIContext
- addListener(Class) - Method in class org.eclipse.jetty.ee8.servlet.ServletContextHandler.ServletAPIContext
- addListener(Class) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
- addListener(Class) - Method in class org.eclipse.jetty.ee9.servlet.ServletContextHandler.ServletAPIContext
- addListener(String) - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler.ServletContextApi
- addListener(String) - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler.ServletContextApi
- addListener(String) - Method in class org.eclipse.jetty.ee8.nested.ContextHandler.APIContext
- addListener(String) - Method in class org.eclipse.jetty.ee8.servlet.ServletContextHandler.ServletAPIContext
- addListener(String) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
- addListener(String) - Method in class org.eclipse.jetty.ee9.servlet.ServletContextHandler.ServletAPIContext
- addListener(AsyncListener) - Method in class org.eclipse.jetty.ee8.nested.AsyncContextState
- addListener(AsyncListener) - Method in class org.eclipse.jetty.ee8.nested.HttpChannelState
- addListener(AsyncListener, ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.ee8.nested.AsyncContextState
- addListener(Request.Listener) - Method in class org.eclipse.jetty.client.RequestListeners
- addListener(Response.Listener) - Method in class org.eclipse.jetty.client.transport.ResponseListeners
- addListener(ListenerHolder) - Method in class org.eclipse.jetty.ee10.servlet.ServletHandler
-
Add a holder for a listener
- addListener(ListenerHolder) - Method in class org.eclipse.jetty.ee11.servlet.ServletHandler
-
Add a holder for a listener
- addListener(HttpChannel.Listener) - Method in class org.eclipse.jetty.ee8.nested.HttpChannel
-
Deprecated.
- addListener(ListenerHolder) - Method in class org.eclipse.jetty.ee8.servlet.ServletHandler
-
Add a holder for a listener
- addListener(HttpChannel.Listener) - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
-
Deprecated.
- addListener(ListenerHolder) - Method in class org.eclipse.jetty.ee9.servlet.ServletHandler
-
Add a holder for a listener
- addListener(NamingContext.Listener) - Method in class org.eclipse.jetty.jndi.NamingContext
- addListener(CompactPathRule.Listener) - Method in class org.eclipse.jetty.rewrite.handler.CompactPathRule
- addListener(Scanner.Listener) - Method in class org.eclipse.jetty.util.Scanner
-
Add an added/removed/changed listener
- addListener(UpgradeListener) - Method in class org.eclipse.jetty.websocket.core.client.CoreClientUpgradeRequest
- addListener(T) - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler.ServletContextApi
- addListener(T) - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler.ServletContextApi
- addListener(T) - Method in class org.eclipse.jetty.ee8.nested.ContextHandler.APIContext
- addListener(T) - Method in class org.eclipse.jetty.ee8.servlet.ServletContextHandler.ServletAPIContext
- addListener(T) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
- addListener(T) - Method in class org.eclipse.jetty.ee9.servlet.ServletContextHandler.ServletAPIContext
- addLocaleEncoding(String, String) - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler
- addLocaleEncoding(String, String) - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler
- addLocaleEncoding(String, String) - Method in class org.eclipse.jetty.ee8.nested.ContextHandler
- addLocaleEncoding(String, String) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
- addLowResourceCheck(LowResourceMonitor.LowResourceCheck) - Method in class org.eclipse.jetty.server.LowResourceMonitor
- addManaged(LifeCycle) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
-
Adds a managed lifecycle.
- addMapping(String...) - Method in class org.eclipse.jetty.ee10.servlet.ServletHolder.Registration
- addMapping(String...) - Method in class org.eclipse.jetty.ee11.servlet.ServletHolder.Registration
- addMapping(String...) - Method in class org.eclipse.jetty.ee8.servlet.ServletHolder.Registration
- addMapping(String...) - Method in class org.eclipse.jetty.ee9.servlet.ServletHolder.Registration
- addMapping(String, Class) - Method in class org.eclipse.jetty.ee10.websocket.server.JettyWebSocketServerContainer
- addMapping(String, Class) - Method in class org.eclipse.jetty.ee11.websocket.server.JettyWebSocketServerContainer
- addMapping(String, Class) - Method in class org.eclipse.jetty.ee8.websocket.server.JettyWebSocketServerContainer
- addMapping(String, Class) - Method in class org.eclipse.jetty.ee9.websocket.server.JettyWebSocketServerContainer
- addMapping(String, JettyWebSocketCreator) - Method in class org.eclipse.jetty.ee10.websocket.server.JettyWebSocketServerContainer
- addMapping(String, JettyWebSocketCreator) - Method in interface org.eclipse.jetty.ee10.websocket.server.JettyWebSocketServletFactory
-
Add a WebSocket mapping to a provided
JettyWebSocketCreator. - addMapping(String, JettyWebSocketCreator) - Method in class org.eclipse.jetty.ee11.websocket.server.JettyWebSocketServerContainer
- addMapping(String, JettyWebSocketCreator) - Method in interface org.eclipse.jetty.ee11.websocket.server.JettyWebSocketServletFactory
-
Add a WebSocket mapping to a provided
JettyWebSocketCreator. - addMapping(String, JettyWebSocketCreator) - Method in class org.eclipse.jetty.ee8.websocket.server.JettyWebSocketServerContainer
- addMapping(String, JettyWebSocketCreator) - Method in interface org.eclipse.jetty.ee8.websocket.server.JettyWebSocketServletFactory
-
Add a WebSocket mapping to a provided
JettyWebSocketCreator. - addMapping(String, JettyWebSocketCreator) - Method in class org.eclipse.jetty.ee9.websocket.server.JettyWebSocketServerContainer
- addMapping(String, JettyWebSocketCreator) - Method in interface org.eclipse.jetty.ee9.websocket.server.JettyWebSocketServletFactory
-
Add a WebSocket mapping to a provided
JettyWebSocketCreator. - addMapping(String, WebSocketNegotiator) - Method in class org.eclipse.jetty.websocket.core.server.WebSocketUpgradeHandler
- addMapping(String, WebSocketCreator) - Method in class org.eclipse.jetty.websocket.server.ServerWebSocketContainer
-
Maps the given
pathSpecto the creator of WebSocket endpoints. - addMapping(PathSpec, Handler) - Method in class org.eclipse.jetty.server.handler.PathMappingsHandler
- addMapping(PathSpec, WebSocketCreator, FrameHandlerFactory, Configuration.Customizer) - Method in class org.eclipse.jetty.websocket.core.server.WebSocketMappings
-
Manually add a WebSocket mapping.
- addMapping(PathSpec, WebSocketNegotiator) - Method in class org.eclipse.jetty.websocket.core.server.WebSocketMappings
-
Manually add a WebSocket mapping.
- addMapping(PathSpec, WebSocketNegotiator) - Method in class org.eclipse.jetty.websocket.core.server.WebSocketUpgradeHandler
- addMapping(PathSpec, WebSocketCreator) - Method in class org.eclipse.jetty.websocket.server.ServerWebSocketContainer
-
Maps the given
pathSpecto the creator of WebSocket endpoints. - addMappingForServletNames(EnumSet, boolean, String...) - Method in class org.eclipse.jetty.ee10.servlet.FilterHolder.Registration
- addMappingForServletNames(EnumSet, boolean, String...) - Method in class org.eclipse.jetty.ee11.servlet.FilterHolder.Registration
- addMappingForServletNames(EnumSet, boolean, String...) - Method in class org.eclipse.jetty.ee9.servlet.FilterHolder.Registration
- addMappingForServletNames(EnumSet, boolean, String...) - Method in class org.eclipse.jetty.ee8.servlet.FilterHolder.Registration
- addMappingForUrlPatterns(EnumSet, boolean, String...) - Method in class org.eclipse.jetty.ee10.servlet.FilterHolder.Registration
- addMappingForUrlPatterns(EnumSet, boolean, String...) - Method in class org.eclipse.jetty.ee11.servlet.FilterHolder.Registration
- addMappingForUrlPatterns(EnumSet, boolean, String...) - Method in class org.eclipse.jetty.ee9.servlet.FilterHolder.Registration
- addMappingForUrlPatterns(EnumSet, boolean, String...) - Method in class org.eclipse.jetty.ee8.servlet.FilterHolder.Registration
- addMessageHandler(MessageHandler) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketSession
- addMessageHandler(MessageHandler) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketSession
- addMessageHandler(MessageHandler) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketSession
- addMessageHandler(Class, MessageHandler.Partial) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketFrameHandler
- addMessageHandler(Class, MessageHandler.Partial) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketSession
- addMessageHandler(Class, MessageHandler.Partial) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketFrameHandler
- addMessageHandler(Class, MessageHandler.Partial) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketSession
- addMessageHandler(Class, MessageHandler.Partial) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketFrameHandler
- addMessageHandler(Class, MessageHandler.Partial) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketSession
- addMessageHandler(Class, MessageHandler.Whole) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketFrameHandler
- addMessageHandler(Class, MessageHandler.Whole) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketSession
- addMessageHandler(Class, MessageHandler.Whole) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketFrameHandler
- addMessageHandler(Class, MessageHandler.Whole) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketSession
- addMessageHandler(Class, MessageHandler.Whole) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketFrameHandler
- addMessageHandler(Class, MessageHandler.Whole) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketSession
- addMessageHandler(Class, MessageHandler.Partial) - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketFrameHandler
- addMessageHandler(Class, MessageHandler.Partial) - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketSession
- addMessageHandler(Class, MessageHandler.Whole) - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketFrameHandler
- addMessageHandler(Class, MessageHandler.Whole) - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketSession
- addMessageHandler(MessageHandler) - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketSession
- addMimeMapping(String, String) - Method in class org.eclipse.jetty.http.MimeTypes.Mutable
-
Set a mime mapping
- addMimeTypes(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Add the mime types from a properties file in the format "ext=mimeType" (e.g.
- addMimeTypes(Resource) - Method in class org.eclipse.jetty.http.MimeTypes.Mutable
-
Add the mime types from a properties file in the format "ext=mimeType" (e.g.
- addModulePath(String) - Method in class org.eclipse.jetty.xml.EnvironmentBuilder
- addName(String) - Method in class org.eclipse.jetty.util.ssl.X509
- addOthers() - Method in class org.eclipse.jetty.ee10.webapp.AbsoluteOrdering
- addOthers() - Method in class org.eclipse.jetty.ee11.webapp.AbsoluteOrdering
- addOthers() - Method in class org.eclipse.jetty.ee8.webapp.AbsoluteOrdering
- addOthers() - Method in class org.eclipse.jetty.ee9.webapp.AbsoluteOrdering
- addOverrideDescriptor(String) - Method in class org.eclipse.jetty.ee10.webapp.WebAppContext
-
The override descriptor is a web.xml format file that is applied to the context after the standard WEB-INF/web.xml
- addOverrideDescriptor(String) - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
-
The override descriptor is a web.xml format file that is applied to the context after the standard WEB-INF/web.xml
- addOverrideDescriptor(String) - Method in class org.eclipse.jetty.ee8.webapp.WebAppContext
-
The override descriptor is a web.xml format file that is applied to the context after the standard WEB-INF/web.xml
- addOverrideDescriptor(String) - Method in class org.eclipse.jetty.ee9.webapp.WebAppContext
-
The override descriptor is a web.xml format file that is applied to the context after the standard WEB-INF/web.xml
- addOverrideDescriptor(OverrideDescriptor) - Method in class org.eclipse.jetty.ee10.webapp.MetaData
-
Add a override-web.xml descriptor.
- addOverrideDescriptor(OverrideDescriptor) - Method in class org.eclipse.jetty.ee11.webapp.MetaData
-
Add a override-web.xml descriptor.
- addOverrideDescriptor(OverrideDescriptor) - Method in class org.eclipse.jetty.ee8.webapp.MetaData
-
Add a override-web.xml descriptor.
- addOverrideDescriptor(OverrideDescriptor) - Method in class org.eclipse.jetty.ee9.webapp.MetaData
-
Add a override-web.xml descriptor.
- addPart(MultiPart.Part) - Method in class org.eclipse.jetty.http.MultiPart.AbstractContentSource
-
Adds, if possible, the given
MultiPart.Partto thisContentSource. - addPart(MultiPart.Part) - Method in class org.eclipse.jetty.http.MultiPartByteRanges.ContentSource
- addPath(URI, String) - Static method in class org.eclipse.jetty.util.URIUtil
-
Add a sub path to an existing URI.
- addPath(Path) - Method in class org.eclipse.jetty.util.component.FileDestroyable
- addPathQuery(String, String) - Static method in class org.eclipse.jetty.util.URIUtil
-
Add a path and a query string
- addPaths(String, String) - Static method in class org.eclipse.jetty.util.URIUtil
-
Add two Decoded URI path segments.
- addPaths(Collection) - Method in class org.eclipse.jetty.util.component.FileDestroyable
- addProgrammaticListener(EventListener) - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler
-
Apply any necessary restrictions on a programmatic added listener.
- addProgrammaticListener(EventListener) - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler
-
Apply any necessary restrictions on a programmatic added listener.
- addProgrammaticListener(EventListener) - Method in class org.eclipse.jetty.ee8.nested.ContextHandler
-
Apply any necessary restrictions on a programmatic added listener.
- addProgrammaticListener(EventListener) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
-
Apply any necessary restrictions on a programmatic added listener.
- addPropertyUserStore(String, PropertyUserStore) - Method in class org.eclipse.jetty.security.jaas.PropertyUserStoreManager
- addProtectedClasses(String...) - Static method in class org.eclipse.jetty.ee.webapp.WebAppClassLoading
-
Add a protected (system) Class pattern to use for all WebAppContexts.
- addProtectedClasses(Server, String...) - Static method in class org.eclipse.jetty.ee.webapp.WebAppClassLoading
-
Add a protected (system) Class pattern to use for all WebAppContexts of a given
Server. - addProtectedClasses(Attributes, String...) - Static method in class org.eclipse.jetty.ee.webapp.WebAppClassLoading
-
Add a protected (system) Class pattern to use for all WebAppContexts of a given
Server. - addProtectedClasses(Environment, String...) - Static method in class org.eclipse.jetty.ee.webapp.WebAppClassLoading
-
Add a protected (system) Class pattern to use for WebAppContexts of a given environment.
- addProtectedClassMatcher(ClassMatcher) - Method in class org.eclipse.jetty.ee10.webapp.WebAppContext
-
Add a ClassMatcher for protected (system) classes by combining with any existing matcher.
- addProtectedClassMatcher(ClassMatcher) - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
-
Add a ClassMatcher for protected (system) classes by combining with any existing matcher.
- addProxy(ProxyConfiguration.Proxy) - Method in class org.eclipse.jetty.client.ProxyConfiguration
-
Adds a proxy.
- addProxyHeaders(HttpServletRequest, Request) - Method in class org.eclipse.jetty.ee10.proxy.AbstractProxyServlet
- addProxyHeaders(HttpServletRequest, Request) - Method in class org.eclipse.jetty.ee11.proxy.AbstractProxyServlet
- addProxyHeaders(HttpServletRequest, Request) - Method in class org.eclipse.jetty.ee9.proxy.AbstractProxyServlet
- addProxyHeaders(HttpServletRequest, Request) - Method in class org.eclipse.jetty.ee8.proxy.AbstractProxyServlet
- addProxyHeaders(Request, Request) - Method in class org.eclipse.jetty.proxy.ProxyHandler
- addQueries(String, String) - Static method in class org.eclipse.jetty.util.URIUtil
-
Combine two query strings into one.
- addQueuedListener(Request.QueuedListener) - Method in class org.eclipse.jetty.client.RequestListeners
- addResponseListeners(ResponseListeners) - Method in class org.eclipse.jetty.client.transport.ResponseListeners
- Address(String, int) - Constructor for class org.eclipse.jetty.client.Origin.Address
- ADDRESS_TYPE_DOMAIN - Static variable in class org.eclipse.jetty.client.Socks5
-
The address type for domain names used in SOCKS5 connect requests and responses.
- ADDRESS_TYPE_IPV4 - Static variable in class org.eclipse.jetty.client.Socks5
-
The address type for IPv4 used in SOCKS5 connect requests and responses.
- ADDRESS_TYPE_IPV6 - Static variable in class org.eclipse.jetty.client.Socks5
-
The address type for IPv6 used in SOCKS5 connect requests and responses.
- addRole(String) - Method in interface org.eclipse.jetty.ee8.security.ConstraintAware
-
Add a Role definition.
- addRole(String) - Method in class org.eclipse.jetty.ee8.security.ConstraintSecurityHandler
- addRole(String) - Method in class org.eclipse.jetty.ee8.security.RoleInfo
- addRole(String) - Method in interface org.eclipse.jetty.ee9.security.ConstraintAware
-
Add a Role definition.
- addRole(String) - Method in class org.eclipse.jetty.ee9.security.ConstraintSecurityHandler
- addRole(String) - Method in class org.eclipse.jetty.ee9.security.RoleInfo
- addRoles(String...) - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler
-
delegate for ServletContext.declareRole method
- addRoles(String...) - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler
-
delegate for ServletContext.declareRole method
- addRoles(String...) - Method in class org.eclipse.jetty.ee8.servlet.ServletContextHandler
-
delegate for ServletContext.declareRole method
- addRoles(String...) - Method in class org.eclipse.jetty.ee9.servlet.ServletContextHandler
-
delegate for ServletContext.declareRole method
- addRule(Rule) - Method in class org.eclipse.jetty.rewrite.handler.RewriteHandler
-
Adds a
Ruleto the existing ones. - addRule(Rule) - Method in class org.eclipse.jetty.rewrite.handler.RuleContainer
-
Adds a
Ruleto the existing ones. - addScopes(String...) - Method in class org.eclipse.jetty.security.openid.OpenIdConfiguration
-
Deprecated, for removal: This API element is subject to removal in a future version.use
OpenIdConfiguration.Builderto configure the OpenID Configuration. - addServerClasses(Server, String...) - Static method in class org.eclipse.jetty.ee10.webapp.WebAppContext
-
Deprecated, for removal: This API element is subject to removal in a future version.
- addServerClasses(Server, String...) - Static method in class org.eclipse.jetty.ee11.webapp.WebAppContext
-
Deprecated, for removal: This API element is subject to removal in a future version.
- addServerClasses(Attributes, String...) - Static method in class org.eclipse.jetty.ee8.webapp.WebAppContext
-
Deprecated, for removal: This API element is subject to removal in a future version.
- addServerClasses(Attributes, String...) - Static method in class org.eclipse.jetty.ee9.webapp.WebAppContext
-
Deprecated, for removal: This API element is subject to removal in a future version.
- addServerClassMatcher(ClassMatcher) - Method in class org.eclipse.jetty.ee10.webapp.WebAppContext
-
Deprecated, for removal: This API element is subject to removal in a future version.
- addServerClassMatcher(ClassMatcher) - Method in class org.eclipse.jetty.ee8.webapp.WebAppContext
-
Add a ClassMatcher for server classes by combining with any existing matcher.
- addServerClassMatcher(ClassMatcher) - Method in class org.eclipse.jetty.ee9.webapp.WebAppContext
-
Add a ClassMatcher for server classes by combining with any existing matcher.
- addServlet(HttpServlet, String) - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler
-
Convenience method to add a servlet.
- addServlet(HttpServlet, String) - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler
-
Convenience method to add a servlet.
- addServlet(Class, String) - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler
-
Convenience method to add a servlet.
- addServlet(Class, String) - Method in class org.eclipse.jetty.ee10.servlet.ServletTester
- addServlet(Class, String) - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler
-
Convenience method to add a servlet.
- addServlet(Class, String) - Method in class org.eclipse.jetty.ee11.servlet.ServletTester
- addServlet(Class, String) - Method in class org.eclipse.jetty.ee9.servlet.ServletContextHandler
-
Convenience method to add a servlet.
- addServlet(Class, String) - Method in class org.eclipse.jetty.ee9.servlet.ServletTester
- addServlet(Class, String) - Method in class org.eclipse.jetty.ee8.servlet.ServletContextHandler
-
Convenience method to add a servlet.
- addServlet(Class, String) - Method in class org.eclipse.jetty.ee8.servlet.ServletTester
- addServlet(String, Servlet) - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler.ServletContextApi
- addServlet(String, Servlet) - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler.ServletContextApi
- addServlet(String, Servlet) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
- addServlet(String, Servlet) - Method in class org.eclipse.jetty.ee9.servlet.ServletContextHandler.ServletAPIContext
- addServlet(String, Class) - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler.ServletContextApi
- addServlet(String, Class) - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler.ServletContextApi
- addServlet(String, Class) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
- addServlet(String, Class) - Method in class org.eclipse.jetty.ee9.servlet.ServletContextHandler.ServletAPIContext
- addServlet(String, Class) - Method in class org.eclipse.jetty.ee8.nested.ContextHandler.APIContext
- addServlet(String, Class) - Method in class org.eclipse.jetty.ee8.servlet.ServletContextHandler.ServletAPIContext
- addServlet(String, String) - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler
-
Convenience method to add a servlet.
- addServlet(String, String) - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler.ServletContextApi
- addServlet(String, String) - Method in class org.eclipse.jetty.ee10.servlet.ServletTester
- addServlet(String, String) - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler
-
Convenience method to add a servlet.
- addServlet(String, String) - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler.ServletContextApi
- addServlet(String, String) - Method in class org.eclipse.jetty.ee11.servlet.ServletTester
- addServlet(String, String) - Method in class org.eclipse.jetty.ee8.nested.ContextHandler.APIContext
- addServlet(String, String) - Method in class org.eclipse.jetty.ee8.servlet.ServletContextHandler
-
Convenience method to add a servlet.
- addServlet(String, String) - Method in class org.eclipse.jetty.ee8.servlet.ServletContextHandler.ServletAPIContext
- addServlet(String, String) - Method in class org.eclipse.jetty.ee8.servlet.ServletTester
- addServlet(String, String) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
- addServlet(String, String) - Method in class org.eclipse.jetty.ee9.servlet.ServletContextHandler
-
Convenience method to add a servlet.
- addServlet(String, String) - Method in class org.eclipse.jetty.ee9.servlet.ServletContextHandler.ServletAPIContext
- addServlet(String, String) - Method in class org.eclipse.jetty.ee9.servlet.ServletTester
- addServlet(String, Servlet) - Method in class org.eclipse.jetty.ee8.nested.ContextHandler.APIContext
- addServlet(String, Servlet) - Method in class org.eclipse.jetty.ee8.servlet.ServletContextHandler.ServletAPIContext
- addServlet(ServletHolder) - Method in class org.eclipse.jetty.ee10.servlet.ServletHandler
-
Convenience method to add a pre-constructed ServletHolder.
- addServlet(ServletHolder, String) - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler
-
Convenience method to add a servlet.
- addServlet(ServletHolder, String) - Method in class org.eclipse.jetty.ee10.servlet.ServletTester
- addServlet(ServletHolder) - Method in class org.eclipse.jetty.ee11.servlet.ServletHandler
-
Convenience method to add a pre-constructed ServletHolder.
- addServlet(ServletHolder, String) - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler
-
Convenience method to add a servlet.
- addServlet(ServletHolder, String) - Method in class org.eclipse.jetty.ee11.servlet.ServletTester
- addServlet(ServletHolder) - Method in class org.eclipse.jetty.ee8.servlet.ServletHandler
-
Convenience method to add a pre-constructed ServletHolder.
- addServlet(ServletHolder, String) - Method in class org.eclipse.jetty.ee8.servlet.ServletContextHandler
-
Convenience method to add a servlet.
- addServlet(ServletHolder, String) - Method in class org.eclipse.jetty.ee8.servlet.ServletTester
- addServlet(ServletHolder) - Method in class org.eclipse.jetty.ee9.servlet.ServletHandler
-
Convenience method to add a pre-constructed ServletHolder.
- addServlet(ServletHolder, String) - Method in class org.eclipse.jetty.ee9.servlet.ServletContextHandler
-
Convenience method to add a servlet.
- addServlet(ServletHolder, String) - Method in class org.eclipse.jetty.ee9.servlet.ServletTester
- addServletContainerInitializer(ServletContainerInitializer) - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler
-
Convenience method to programmatically add a
ServletContainerInitializer. - addServletContainerInitializer(ServletContainerInitializer) - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler
-
Convenience method to programmatically add a
ServletContainerInitializer. - addServletContainerInitializer(ServletContainerInitializer) - Method in class org.eclipse.jetty.ee9.servlet.ServletContextHandler
-
Convenience method to programmatically add a
ServletContainerInitializer. - addServletContainerInitializer(ServletContainerInitializer, Class...) - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler
-
Convenience method to programmatically add a
ServletContainerInitializer. - addServletContainerInitializer(ServletContainerInitializer, Class...) - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler
-
Convenience method to programmatically add a
ServletContainerInitializer. - addServletContainerInitializer(ServletContainerInitializer, Class...) - Method in class org.eclipse.jetty.ee9.servlet.ServletContextHandler
-
Convenience method to programmatically add a
ServletContainerInitializer. - addServletContainerInitializer(ServletContainerInitializer) - Method in class org.eclipse.jetty.ee8.servlet.ServletContextHandler
-
Convenience method to programmatically add a
ServletContainerInitializer. - addServletContainerInitializer(ServletContainerInitializer, Class...) - Method in class org.eclipse.jetty.ee8.servlet.ServletContextHandler
-
Convenience method to programmatically add a
ServletContainerInitializer. - addServletContainerInitializer(ServletContainerInitializerHolder...) - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler
-
Convenience method to programmatically add a list of
ServletContainerInitializer. - addServletContainerInitializer(ServletContainerInitializerHolder...) - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler
-
Convenience method to programmatically add a list of
ServletContainerInitializer. - addServletContainerInitializer(ServletContainerInitializerHolder...) - Method in class org.eclipse.jetty.ee8.servlet.ServletContextHandler
-
Convenience method to programmatically add a list of
ServletContainerInitializer. - addServletContainerInitializer(ServletContainerInitializerHolder...) - Method in class org.eclipse.jetty.ee9.servlet.ServletContextHandler
-
Convenience method to programmatically add a list of
ServletContainerInitializer. - addServletContainerInitializerHolders(ServletContainerInitializerHolder...) - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler.ServletContainerInitializerStarter
- addServletContainerInitializerHolders(ServletContainerInitializerHolder...) - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler.ServletContainerInitializerStarter
- addServletContainerInitializerHolders(ServletContainerInitializerHolder...) - Method in class org.eclipse.jetty.ee8.servlet.ServletContextHandler.ServletContainerInitializerStarter
- addServletContainerInitializerHolders(ServletContainerInitializerHolder...) - Method in class org.eclipse.jetty.ee9.servlet.ServletContextHandler.ServletContainerInitializerStarter
- addServletMapping(String, XmlParser.Node, WebAppContext, Descriptor) - Method in class org.eclipse.jetty.ee10.webapp.StandardDescriptorProcessor
- addServletMapping(String, XmlParser.Node, WebAppContext, Descriptor) - Method in class org.eclipse.jetty.ee11.webapp.StandardDescriptorProcessor
- addServletMapping(String, XmlParser.Node, WebAppContext, Descriptor) - Method in class org.eclipse.jetty.ee8.webapp.StandardDescriptorProcessor
- addServletMapping(String, XmlParser.Node, WebAppContext, Descriptor) - Method in class org.eclipse.jetty.ee9.webapp.StandardDescriptorProcessor
- addServletMapping(ServletMapping) - Method in class org.eclipse.jetty.ee10.servlet.ServletHandler
-
Convenience method to add a pre-constructed ServletMapping.
- addServletMapping(ServletMapping) - Method in class org.eclipse.jetty.ee11.servlet.ServletHandler
-
Convenience method to add a pre-constructed ServletMapping.
- addServletMapping(ServletMapping) - Method in class org.eclipse.jetty.ee8.servlet.ServletHandler
-
Convenience method to add a pre-constructed ServletMapping.
- addServletMapping(ServletMapping) - Method in class org.eclipse.jetty.ee9.servlet.ServletHandler
-
Convenience method to add a pre-constructed ServletMapping.
- addServletWithMapping(Class, String) - Method in class org.eclipse.jetty.ee10.servlet.ServletHandler
-
Convenience method to add a servlet.
- addServletWithMapping(Class, String) - Method in class org.eclipse.jetty.ee11.servlet.ServletHandler
-
Convenience method to add a servlet.
- addServletWithMapping(Class, String) - Method in class org.eclipse.jetty.ee9.servlet.ServletHandler
-
Convenience method to add a servlet.
- addServletWithMapping(Class, String) - Method in class org.eclipse.jetty.ee8.servlet.ServletHandler
-
Convenience method to add a servlet.
- addServletWithMapping(String, Servlet, String...) - Method in class org.eclipse.jetty.ee11.servlet.ServletHandler
-
Convenience method to add a servlet.
- addServletWithMapping(String, Class, String...) - Method in class org.eclipse.jetty.ee11.servlet.ServletHandler
-
Convenience method to add a servlet.
- addServletWithMapping(String, String) - Method in class org.eclipse.jetty.ee10.servlet.ServletHandler
-
Convenience method to add a servlet.
- addServletWithMapping(String, String) - Method in class org.eclipse.jetty.ee11.servlet.ServletHandler
-
Convenience method to add a servlet.
- addServletWithMapping(String, String) - Method in class org.eclipse.jetty.ee8.servlet.ServletHandler
-
Convenience method to add a servlet.
- addServletWithMapping(String, String) - Method in class org.eclipse.jetty.ee9.servlet.ServletHandler
-
Convenience method to add a servlet.
- addServletWithMapping(ServletHolder, String) - Method in class org.eclipse.jetty.ee10.servlet.ServletHandler
-
Convenience method to add a servlet.
- addServletWithMapping(ServletHolder, String) - Method in class org.eclipse.jetty.ee11.servlet.ServletHandler
-
Convenience method to add a servlet.
- addServletWithMapping(ServletHolder, String) - Method in class org.eclipse.jetty.ee8.servlet.ServletHandler
-
Convenience method to add a servlet.
- addServletWithMapping(ServletHolder, String) - Method in class org.eclipse.jetty.ee9.servlet.ServletHandler
-
Convenience method to add a servlet.
- addServletWithMappings(ServletHolder, String...) - Method in class org.eclipse.jetty.ee11.servlet.ServletHandler
-
Convenience method to add a servlet.
- addSessionConfigAttribute(WebAppContext, Descriptor, String, String) - Method in class org.eclipse.jetty.ee10.webapp.StandardDescriptorProcessor
- addSessionConfigAttribute(WebAppContext, Descriptor, String, String) - Method in class org.eclipse.jetty.ee11.webapp.StandardDescriptorProcessor
- addSessionListener(JakartaWebSocketSessionListener) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketContainer
-
Register a WebSocketSessionListener with the container
- addSessionListener(JakartaWebSocketSessionListener) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketContainer
-
Register a WebSocketSessionListener with the container
- addSessionListener(WebSocketSessionListener) - Method in interface org.eclipse.jetty.ee8.websocket.api.WebSocketContainer
-
Register a WebSocketSessionListener with the container
- addSessionListener(WebSocketSessionListener) - Method in class org.eclipse.jetty.ee8.websocket.client.WebSocketClient
- addSessionListener(WebSocketSessionListener) - Method in class org.eclipse.jetty.ee8.websocket.server.JettyWebSocketServerContainer
- addSessionListener(JavaxWebSocketSessionListener) - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketContainer
-
Register a WebSocketSessionListener with the container
- addSessionListener(WebSocketSessionListener) - Method in interface org.eclipse.jetty.ee9.websocket.api.WebSocketContainer
-
Register a WebSocketSessionListener with the container
- addSessionListener(WebSocketSessionListener) - Method in class org.eclipse.jetty.ee9.websocket.client.WebSocketClient
- addSessionListener(WebSocketSessionListener) - Method in class org.eclipse.jetty.ee9.websocket.server.JettyWebSocketServerContainer
- addSessionListener(JakartaWebSocketSessionListener) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketContainer
-
Register a WebSocketSessionListener with the container
- addSessionListener(WebSocketSessionListener) - Method in class org.eclipse.jetty.ee10.websocket.server.JettyWebSocketServerContainer
- addSessionListener(WebSocketSessionListener) - Method in class org.eclipse.jetty.ee11.websocket.server.JettyWebSocketServerContainer
- addSessionListener(WebSocketSessionListener) - Method in interface org.eclipse.jetty.websocket.api.WebSocketContainer
-
Register a WebSocketSessionListener with the container
- addSessionListener(WebSocketSessionListener) - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
- addSessionListener(WebSocketSessionListener) - Method in class org.eclipse.jetty.websocket.server.ServerWebSocketContainer
- addSessionStreamWrapper(Request) - Method in class org.eclipse.jetty.session.AbstractSessionManager
- addSetter(String, Method) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
- addStartupClasses(Class...) - Method in class org.eclipse.jetty.ee10.annotations.AnnotationConfiguration.DiscoveredServletContainerInitializerHolder
-
Classes that are listed in @HandlesTypes and found by the createServletContainerInitializerAnnotationHandlers method.
- addStartupClasses(Class...) - Method in class org.eclipse.jetty.ee10.servlet.ServletContainerInitializerHolder
-
Add classes that should be passed to the SCI onStartup method.
- addStartupClasses(Class...) - Method in class org.eclipse.jetty.ee11.annotations.AnnotationConfiguration.DiscoveredServletContainerInitializerHolder
-
Classes that are listed in @HandlesTypes and found by the createServletContainerInitializerAnnotationHandlers method.
- addStartupClasses(Class...) - Method in class org.eclipse.jetty.ee11.servlet.ServletContainerInitializerHolder
-
Add classes that should be passed to the SCI onStartup method.
- addStartupClasses(Class...) - Method in class org.eclipse.jetty.ee8.annotations.AnnotationConfiguration.DiscoveredServletContainerInitializerHolder
-
Classes that are listed in @HandlesTypes and found by the createServletContainerInitializerAnnotationHandlers method.
- addStartupClasses(Class...) - Method in class org.eclipse.jetty.ee8.servlet.ServletContainerInitializerHolder
-
Add classes that should be passed to the SCI onStartup method.
- addStartupClasses(Class...) - Method in class org.eclipse.jetty.ee9.annotations.AnnotationConfiguration.DiscoveredServletContainerInitializerHolder
-
Classes that are listed in @HandlesTypes and found by the createServletContainerInitializerAnnotationHandlers method.
- addStartupClasses(Class...) - Method in class org.eclipse.jetty.ee9.servlet.ServletContainerInitializerHolder
-
Add classes that should be passed to the SCI onStartup method.
- addStartupClasses(String...) - Method in class org.eclipse.jetty.ee10.annotations.AnnotationConfiguration.DiscoveredServletContainerInitializerHolder
-
Classes that have annotations that are listed in @HandlesTypes are discovered by the ContainerInitializerAnnotationHandler and added here.
- addStartupClasses(String...) - Method in class org.eclipse.jetty.ee10.servlet.ServletContainerInitializerHolder
-
Add the names of classes which should be passed to the SCI onStartup method.
- addStartupClasses(String...) - Method in class org.eclipse.jetty.ee11.annotations.AnnotationConfiguration.DiscoveredServletContainerInitializerHolder
-
Classes that have annotations that are listed in @HandlesTypes are discovered by the ContainerInitializerAnnotationHandler and added here.
- addStartupClasses(String...) - Method in class org.eclipse.jetty.ee11.servlet.ServletContainerInitializerHolder
-
Add the names of classes which should be passed to the SCI onStartup method.
- addStartupClasses(String...) - Method in class org.eclipse.jetty.ee8.annotations.AnnotationConfiguration.DiscoveredServletContainerInitializerHolder
-
Classes that have annotations that are listed in @HandlesTypes are discovered by the ContainerInitializerAnnotationHandler and added here.
- addStartupClasses(String...) - Method in class org.eclipse.jetty.ee8.servlet.ServletContainerInitializerHolder
-
Add the names of classes which should be passed to the SCI onStartup method.
- addStartupClasses(String...) - Method in class org.eclipse.jetty.ee9.annotations.AnnotationConfiguration.DiscoveredServletContainerInitializerHolder
-
Classes that have annotations that are listed in @HandlesTypes are discovered by the ContainerInitializerAnnotationHandler and added here.
- addStartupClasses(String...) - Method in class org.eclipse.jetty.ee9.servlet.ServletContainerInitializerHolder
-
Add the names of classes which should be passed to the SCI onStartup method.
- addStringInfo(StringBuilder) - Method in class org.eclipse.jetty.io.RetainableByteBuffer.Abstract
- addSuccessListener(Request.SuccessListener) - Method in class org.eclipse.jetty.client.RequestListeners
- addSuccessListener(Response.SuccessListener) - Method in class org.eclipse.jetty.client.transport.ResponseListeners
- addSuppressedIfNotAssociated(Throwable, Throwable) - Static method in class org.eclipse.jetty.util.ExceptionUtil
-
Add a suppressed exception if it is not associated.
- addSystemClasses(Server, String...) - Static method in class org.eclipse.jetty.ee10.webapp.WebAppContext
-
Deprecated, for removal: This API element is subject to removal in a future version.
- addSystemClasses(Server, String...) - Static method in class org.eclipse.jetty.ee11.webapp.WebAppContext
-
Deprecated, for removal: This API element is subject to removal in a future version.
- addSystemClasses(Attributes, String...) - Static method in class org.eclipse.jetty.ee8.webapp.WebAppContext
-
Deprecated, for removal: This API element is subject to removal in a future version.
- addSystemClasses(Attributes, String...) - Static method in class org.eclipse.jetty.ee9.webapp.WebAppContext
-
Deprecated, for removal: This API element is subject to removal in a future version.
- addSystemClassMatcher(ClassMatcher) - Method in class org.eclipse.jetty.ee10.webapp.WebAppContext
-
Deprecated, for removal: This API element is subject to removal in a future version.
- addSystemClassMatcher(ClassMatcher) - Method in class org.eclipse.jetty.ee8.webapp.WebAppContext
-
Add a ClassMatcher for system classes by combining with any existing matcher.
- addSystemClassMatcher(ClassMatcher) - Method in class org.eclipse.jetty.ee9.webapp.WebAppContext
-
Add a ClassMatcher for system classes by combining with any existing matcher.
- addTaglibDescriptor(TaglibDescriptor) - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler.JspConfig
- addTaglibDescriptor(TaglibDescriptor) - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler.JspConfig
- addTaglibDescriptor(TaglibDescriptor) - Method in class org.eclipse.jetty.ee9.servlet.ServletContextHandler.JspConfig
- addTaglibDescriptor(TaglibDescriptor) - Method in class org.eclipse.jetty.ee8.servlet.ServletContextHandler.JspConfig
- addThrowable(Throwable) - Method in class org.eclipse.jetty.ee10.servlet.AsyncContextEvent
- addThrowable(Throwable) - Method in class org.eclipse.jetty.ee11.servlet.AsyncContextEvent
- addThrowable(Throwable) - Method in class org.eclipse.jetty.ee8.nested.AsyncContextEvent
- addThrowable(Throwable) - Method in class org.eclipse.jetty.ee9.nested.AsyncContextEvent
- addToArray(T[], T, Class) - Static method in class org.eclipse.jetty.util.ArrayUtil
-
Add element to an array
- addToEnvironment(String, Object) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
- addToEnvironment(String, Object) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
- addToEnvironment(String, Object) - Method in class org.eclipse.jetty.jndi.NamingContext
-
Add an environment setting to this Context
- addTransformer(ClassFileTransformer) - Method in class org.eclipse.jetty.ee.webapp.WebAppClassLoader
- addUndecoratable(String...) - Method in class org.eclipse.jetty.ee10.cdi.CdiSpiDecorator
- addUndecoratable(String...) - Method in class org.eclipse.jetty.ee11.cdi.CdiSpiDecorator
- addUndecoratable(String...) - Method in class org.eclipse.jetty.ee8.cdi.CdiSpiDecorator
- addUndecoratable(String...) - Method in class org.eclipse.jetty.ee9.cdi.CdiSpiDecorator
- addUrlPattern(String) - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler.JspPropertyGroup
- addUrlPattern(String) - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler.JspPropertyGroup
- addUrlPattern(String) - Method in class org.eclipse.jetty.ee8.servlet.ServletContextHandler.JspPropertyGroup
- addUrlPattern(String) - Method in class org.eclipse.jetty.ee9.servlet.ServletContextHandler.JspPropertyGroup
- addUser(String, Credential, String[]) - Method in class org.eclipse.jetty.security.UserStore
- addValue(String) - Method in class org.eclipse.jetty.http.QuotedCSVParser
-
Add and parse a value string(s)
- addValueMarker(StringBuilder, boolean) - Method in class org.eclipse.jetty.io.RetainableByteBuffer.Abstract
- addValueMarker(StringBuilder, boolean) - Method in class org.eclipse.jetty.io.RetainableByteBuffer.DynamicCapacity
- addValueMarker(StringBuilder, boolean) - Method in class org.eclipse.jetty.io.RetainableByteBuffer.FixedCapacity
- addValues(String, List) - Method in class org.eclipse.jetty.util.MultiMap
-
Add values to multi valued entry.
- addValues(String, V[]) - Method in class org.eclipse.jetty.util.MultiMap
-
Add values to multi valued entry.
- addValueString(StringBuilder) - Method in class org.eclipse.jetty.io.RetainableByteBuffer.Abstract
- addValueString(StringBuilder) - Method in class org.eclipse.jetty.io.RetainableByteBuffer.DynamicCapacity
- addViaHeader(HttpServletRequest, Request) - Method in class org.eclipse.jetty.ee10.proxy.AbstractProxyServlet
-
Adds the HTTP
Viaheader to the proxied request, taking into account data present in the client request. - addViaHeader(HttpServletRequest, Request) - Method in class org.eclipse.jetty.ee11.proxy.AbstractProxyServlet
-
Adds the HTTP
Viaheader to the proxied request, taking into account data present in the client request. - addViaHeader(HttpServletRequest, Request) - Method in class org.eclipse.jetty.ee9.proxy.AbstractProxyServlet
-
Adds the HTTP
Viaheader to the proxied request, taking into account data present in the client request. - addViaHeader(HttpServletRequest, Request) - Method in class org.eclipse.jetty.ee8.proxy.AbstractProxyServlet
-
Adds the HTTP
Viaheader to the proxied request, taking into account data present in the client request. - addViaHeader(Request) - Method in class org.eclipse.jetty.ee10.proxy.AbstractProxyServlet
-
Adds the HTTP
Viaheader to the proxied request. - addViaHeader(Request) - Method in class org.eclipse.jetty.ee11.proxy.AbstractProxyServlet
-
Adds the HTTP
Viaheader to the proxied request. - addViaHeader(Request) - Method in class org.eclipse.jetty.ee8.proxy.AbstractProxyServlet
-
Adds the HTTP
Viaheader to the proxied request. - addViaHeader(Request) - Method in class org.eclipse.jetty.ee9.proxy.AbstractProxyServlet
-
Adds the HTTP
Viaheader to the proxied request. - addViaHeader(Request, Request) - Method in class org.eclipse.jetty.proxy.ProxyHandler
- addVirtualHost(String) - Method in class org.eclipse.jetty.rewrite.handler.VirtualHostRuleContainer
-
Add the virtual host to add to the existing list of virtual hosts.
- addVirtualHosts(String[]) - Method in class org.eclipse.jetty.ee10.servlet.ServletTester
- addVirtualHosts(String[]) - Method in class org.eclipse.jetty.ee11.servlet.ServletTester
- addVirtualHosts(String[]) - Method in class org.eclipse.jetty.ee8.nested.ContextHandler
- addVirtualHosts(String[]) - Method in class org.eclipse.jetty.ee8.servlet.ServletTester
- addVirtualHosts(String[]) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
- addVirtualHosts(String[]) - Method in class org.eclipse.jetty.ee9.servlet.ServletTester
- addVirtualHosts(String...) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Either set virtual hosts or add to an existing set of virtual hosts.
- addWebappsDirectory(Path) - Method in class org.eclipse.jetty.deploy.DeploymentScanner
- addWebFragments(WebAppContext, MetaData) - Method in class org.eclipse.jetty.ee10.webapp.FragmentConfiguration
-
Add in fragment descriptors that have already been discovered by MetaInfConfiguration
- addWebFragments(WebAppContext, MetaData) - Method in class org.eclipse.jetty.ee11.webapp.FragmentConfiguration
-
Add in fragment descriptors that have already been discovered by MetaInfConfiguration
- addWebFragments(WebAppContext, MetaData) - Method in class org.eclipse.jetty.ee8.webapp.FragmentConfiguration
-
Add in fragment descriptors that have already been discovered by MetaInfConfiguration
- addWebFragments(WebAppContext, MetaData) - Method in class org.eclipse.jetty.ee9.webapp.FragmentConfiguration
-
Add in fragment descriptors that have already been discovered by MetaInfConfiguration
- addWebInfResource(Resource) - Method in class org.eclipse.jetty.ee10.webapp.MetaData
- addWebInfResource(Resource) - Method in class org.eclipse.jetty.ee11.webapp.MetaData
- addWebInfResource(Resource) - Method in class org.eclipse.jetty.ee8.webapp.MetaData
- addWebInfResource(Resource) - Method in class org.eclipse.jetty.ee9.webapp.MetaData
- addWelcomeFiles(WebAppContext, XmlParser.Node, Descriptor) - Method in class org.eclipse.jetty.ee10.webapp.StandardDescriptorProcessor
- addWelcomeFiles(WebAppContext, XmlParser.Node, Descriptor) - Method in class org.eclipse.jetty.ee11.webapp.StandardDescriptorProcessor
- addWelcomeFiles(WebAppContext, XmlParser.Node, Descriptor) - Method in class org.eclipse.jetty.ee8.webapp.StandardDescriptorProcessor
- addWelcomeFiles(WebAppContext, XmlParser.Node, Descriptor) - Method in class org.eclipse.jetty.ee9.webapp.StandardDescriptorProcessor
- addWhitelistAddress(String) - Method in class org.eclipse.jetty.ee10.servlets.DoSFilter
-
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.
- addWhitelistAddress(String) - Method in class org.eclipse.jetty.ee11.servlets.DoSFilter
-
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.
- addWhitelistAddress(String) - Method in class org.eclipse.jetty.ee8.servlets.DoSFilter
-
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.
- addWhitelistAddress(String) - Method in class org.eclipse.jetty.ee9.servlets.DoSFilter
-
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.
- addXForwardedHeaders(HttpServletRequest, Request) - Method in class org.eclipse.jetty.ee9.proxy.AbstractProxyServlet
- addXForwardedHeaders(HttpServletRequest, Request) - Method in class org.eclipse.jetty.ee8.proxy.AbstractProxyServlet
- AEAD_LIMIT_REACHED - Static variable in interface org.eclipse.jetty.quic.quiche.QuicheConstants.quic_error
- AEAD_LIMIT_REACHED - Static variable in class org.eclipse.jetty.quic.util.ErrorCode
- AF_INET - Static variable in interface org.eclipse.jetty.quic.quiche.jna.linux.netinet_linux
- AF_INET - Static variable in interface org.eclipse.jetty.quic.quiche.jna.macos.netinet_macos
- AF_INET - Static variable in interface org.eclipse.jetty.quic.quiche.jna.windows.netinet_windows
- AF_INET6 - Static variable in interface org.eclipse.jetty.quic.quiche.jna.linux.netinet_linux
- AF_INET6 - Static variable in interface org.eclipse.jetty.quic.quiche.jna.macos.netinet_macos
- AF_INET6 - Static variable in interface org.eclipse.jetty.quic.quiche.jna.windows.netinet_windows
- After - Enum constant in enum class org.eclipse.jetty.ee10.webapp.FragmentDescriptor.OtherType
- After - Enum constant in enum class org.eclipse.jetty.ee11.webapp.FragmentDescriptor.OtherType
- After - Enum constant in enum class org.eclipse.jetty.ee8.webapp.FragmentDescriptor.OtherType
- After - Enum constant in enum class org.eclipse.jetty.ee9.webapp.FragmentDescriptor.OtherType
- AFTER_NAME - Enum constant in enum class org.eclipse.jetty.ee8.nested.MultiPartParser.FieldState
- AFTER_NAME - Enum constant in enum class org.eclipse.jetty.ee9.nested.MultiPartParser.FieldState
- AFTER_SEND - Enum constant in enum class org.eclipse.jetty.http2.CloseState.Event
- AfterContentTransformer - Class in org.eclipse.jetty.ee10.proxy
-
A specialized transformer for
AsyncMiddleManServletthat performs the transformation when the whole content has been received. - AfterContentTransformer - Class in org.eclipse.jetty.ee11.proxy
-
A specialized transformer for
AsyncMiddleManServletthat performs the transformation when the whole content has been received. - AfterContentTransformer - Class in org.eclipse.jetty.ee8.proxy
-
A specialized transformer for
AsyncMiddleManServletthat performs the transformation when the whole content has been received. - AfterContentTransformer - Class in org.eclipse.jetty.ee9.proxy
-
A specialized transformer for
AsyncMiddleManServletthat performs the transformation when the whole content has been received. - AfterContentTransformer() - Constructor for class org.eclipse.jetty.ee10.proxy.AfterContentTransformer
- AfterContentTransformer() - Constructor for class org.eclipse.jetty.ee11.proxy.AfterContentTransformer
- AfterContentTransformer() - Constructor for class org.eclipse.jetty.ee8.proxy.AfterContentTransformer
- AfterContentTransformer() - Constructor for class org.eclipse.jetty.ee9.proxy.AfterContentTransformer
- AfterContentTransformer.Sink - Class in org.eclipse.jetty.ee10.proxy
-
The target to where the transformed content is written after the transformation.
- AfterContentTransformer.Sink - Class in org.eclipse.jetty.ee11.proxy
-
The target to where the transformed content is written after the transformation.
- AfterContentTransformer.Sink - Class in org.eclipse.jetty.ee8.proxy
-
The target to where the transformed content is written after the transformation.
- AfterContentTransformer.Sink - Class in org.eclipse.jetty.ee9.proxy
-
The target to where the transformed content is written after the transformation.
- AfterContentTransformer.Source - Class in org.eclipse.jetty.ee10.proxy
-
The source from where the original content is read to be transformed.
- AfterContentTransformer.Source - Class in org.eclipse.jetty.ee11.proxy
-
The source from where the original content is read to be transformed.
- AfterContentTransformer.Source - Class in org.eclipse.jetty.ee8.proxy
-
The source from where the original content is read to be transformed.
- AfterContentTransformer.Source - Class in org.eclipse.jetty.ee9.proxy
-
The source from where the original content is read to be transformed.
- afterStartup(Consumer) - Method in class org.eclipse.jetty.ee10.servlet.listener.ContainerInitializer.ServletContainerInitializerServletContextListener
-
Add a optional consumer to execute once the
ServletContainerInitializer.onStartup(Set, ServletContext)has been called successfully. - afterStartup(Consumer) - Method in class org.eclipse.jetty.ee11.servlet.listener.ContainerInitializer.ServletContainerInitializerServletContextListener
-
Add a optional consumer to execute once the
ServletContainerInitializer.onStartup(Set, ServletContext)has been called successfully. - afterStartup(Consumer) - Method in class org.eclipse.jetty.ee9.servlet.listener.ContainerInitializer.ServletContainerInitializerServletContextListener
-
Add a optional consumer to execute once the
ServletContainerInitializer.onStartup(Set, ServletContext)has been called successfully. - afterStartup(Consumer) - Method in class org.eclipse.jetty.ee8.servlet.listener.ContainerInitializer.ServletContainerInitializerServletContextListener
-
Add a optional consumer to execute once the
ServletContainerInitializer.onStartup(Set, ServletContext)has been called successfully. - age(long, TimeUnit) - Method in class org.eclipse.jetty.server.AcceptRateLimit
- age(long, TimeUnit) - Method in class org.eclipse.jetty.util.statistic.RateStatistic
- AGE - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
- agent(String) - Method in interface org.eclipse.jetty.client.Request
- agent(String) - Method in class org.eclipse.jetty.client.transport.HttpRequest
- aggregate(ByteBuffer) - Method in class org.eclipse.jetty.io.ByteBufferAggregator
-
Deprecated.Aggregates the given ByteBuffer.
- AHW_ATTR - Static variable in class org.eclipse.jetty.ee8.nested.AsyncDelayHandler
- AHW_ATTR - Static variable in class org.eclipse.jetty.ee9.nested.AsyncDelayHandler
- AliasCheck - Interface in org.eclipse.jetty.server
-
Interface to check aliases.
- AliasedX509ExtendedKeyManager - Class in org.eclipse.jetty.util.ssl
-
An
X509ExtendedKeyManagerthat select a key with desired alias, delegating other processing to a nested X509ExtendedKeyManager. - AliasedX509ExtendedKeyManager(X509ExtendedKeyManager, String) - Constructor for class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
- all() - Method in interface org.eclipse.jetty.http.HttpCookieStore
- all() - Method in class org.eclipse.jetty.http.HttpCookieStore.Default
- all() - Method in class org.eclipse.jetty.http.HttpCookieStore.Empty
- ALL - Enum constant in enum class org.eclipse.jetty.logging.JettyLevel
- ALL - Static variable in class org.eclipse.jetty.ee10.servlet.FilterMapping
- ALL - Static variable in class org.eclipse.jetty.ee11.servlet.FilterMapping
- ALL - Static variable in class org.eclipse.jetty.ee8.servlet.FilterMapping
- ALL - Static variable in class org.eclipse.jetty.ee9.servlet.FilterMapping
- allocate(int) - Static method in class org.eclipse.jetty.util.BufferUtil
-
Allocate ByteBuffer in flush mode.
- allocate(int, boolean) - Static method in class org.eclipse.jetty.util.BufferUtil
-
Allocates a ByteBuffer in flush mode.
- allocate(SegmentAllocator) - Static method in class org.eclipse.jetty.quic.quiche.foreign.quiche_path_stats
- allocate(SegmentAllocator) - Static method in class org.eclipse.jetty.quic.quiche.foreign.quiche_recv_info
- allocate(SegmentAllocator) - Static method in class org.eclipse.jetty.quic.quiche.foreign.quiche_send_info
- allocate(SegmentAllocator) - Static method in class org.eclipse.jetty.quic.quiche.foreign.quiche_transport_params
- allocateDirect(int) - Static method in class org.eclipse.jetty.util.BufferUtil
-
Allocate ByteBuffer in flush mode.
- ALLOW - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
-
Entity Fields.
- ALLOW_CREDENTIALS_PARAM - Static variable in class org.eclipse.jetty.ee10.servlets.CrossOriginFilter
-
Deprecated.
- ALLOW_CREDENTIALS_PARAM - Static variable in class org.eclipse.jetty.ee11.servlets.CrossOriginFilter
-
Deprecated.
- ALLOW_CREDENTIALS_PARAM - Static variable in class org.eclipse.jetty.ee8.servlets.CrossOriginFilter
-
Deprecated.
- ALLOW_CREDENTIALS_PARAM - Static variable in class org.eclipse.jetty.ee9.servlets.CrossOriginFilter
-
Deprecated.
- allowDomain(String) - Method in class org.eclipse.jetty.http.HttpCookieStore.Default
-
Returns whether the given domain should be allowed to associate cookies to.
- ALLOWED - Enum constant in enum class org.eclipse.jetty.security.Constraint.Authorization
-
Access allowed.
- ALLOWED - Static variable in interface org.eclipse.jetty.security.Constraint
-
A static Constraint that has
Constraint.Authorization.ALLOWEDandConstraint.Transport.INHERIT. - ALLOWED_ANY_TRANSPORT - Static variable in interface org.eclipse.jetty.security.Constraint
-
A static Constraint that has
Constraint.Authorization.ALLOWEDandConstraint.Transport.ANY. - ALLOWED_HEADERS_PARAM - Static variable in class org.eclipse.jetty.ee10.servlets.CrossOriginFilter
-
Deprecated.
- ALLOWED_HEADERS_PARAM - Static variable in class org.eclipse.jetty.ee11.servlets.CrossOriginFilter
-
Deprecated.
- ALLOWED_HEADERS_PARAM - Static variable in class org.eclipse.jetty.ee8.servlets.CrossOriginFilter
-
Deprecated.
- ALLOWED_HEADERS_PARAM - Static variable in class org.eclipse.jetty.ee9.servlets.CrossOriginFilter
-
Deprecated.
- ALLOWED_METHODS_PARAM - Static variable in class org.eclipse.jetty.ee10.servlets.CrossOriginFilter
-
Deprecated.
- ALLOWED_METHODS_PARAM - Static variable in class org.eclipse.jetty.ee11.servlets.CrossOriginFilter
-
Deprecated.
- ALLOWED_METHODS_PARAM - Static variable in class org.eclipse.jetty.ee8.servlets.CrossOriginFilter
-
Deprecated.
- ALLOWED_METHODS_PARAM - Static variable in class org.eclipse.jetty.ee9.servlets.CrossOriginFilter
-
Deprecated.
- ALLOWED_ORIGINS_PARAM - Static variable in class org.eclipse.jetty.ee10.servlets.CrossOriginFilter
-
Deprecated.
- ALLOWED_ORIGINS_PARAM - Static variable in class org.eclipse.jetty.ee11.servlets.CrossOriginFilter
-
Deprecated.
- ALLOWED_ORIGINS_PARAM - Static variable in class org.eclipse.jetty.ee8.servlets.CrossOriginFilter
-
Deprecated.
- ALLOWED_ORIGINS_PARAM - Static variable in class org.eclipse.jetty.ee9.servlets.CrossOriginFilter
-
Deprecated.
- ALLOWED_TIMING_ORIGINS_PARAM - Static variable in class org.eclipse.jetty.ee10.servlets.CrossOriginFilter
-
Deprecated.
- ALLOWED_TIMING_ORIGINS_PARAM - Static variable in class org.eclipse.jetty.ee11.servlets.CrossOriginFilter
-
Deprecated.
- ALLOWED_TIMING_ORIGINS_PARAM - Static variable in class org.eclipse.jetty.ee8.servlets.CrossOriginFilter
-
Deprecated.
- ALLOWED_TIMING_ORIGINS_PARAM - Static variable in class org.eclipse.jetty.ee9.servlets.CrossOriginFilter
-
Deprecated.
- AllowedResourceAliasChecker - Class in org.eclipse.jetty.server
-
This will approve any alias to anything inside the
ContextHandlers resource base which is not protected by a protected target as defined by theContextHandlerprotected targets at start. - AllowedResourceAliasChecker(ContextHandler) - Constructor for class org.eclipse.jetty.server.AllowedResourceAliasChecker
- AllowedResourceAliasChecker(ContextHandler, Supplier) - Constructor for class org.eclipse.jetty.server.AllowedResourceAliasChecker
- AllowedResourceAliasChecker(ContextHandler, Resource) - Constructor for class org.eclipse.jetty.server.AllowedResourceAliasChecker
- allowEmbeddedQuotes() - Method in class org.eclipse.jetty.util.QuotedStringTokenizer.Builder
-
If called, the built
QuotedStringTokenizerwill interpret quote characters within a token as initiating a sequence of quoted characters, rather than being part of the token value itself. - allowEscapeOnlyForQuotes() - Method in class org.eclipse.jetty.util.QuotedStringTokenizer.Builder
-
If called, the built
QuotedStringTokenizerwill only allow escapes to be used with the quote character. - allows(ComplianceViolation) - Method in interface org.eclipse.jetty.http.ComplianceViolation.Mode
- allows(ComplianceViolation) - Method in class org.eclipse.jetty.http.CookieCompliance
- allows(ComplianceViolation) - Method in class org.eclipse.jetty.http.HttpCompliance
- allows(ComplianceViolation) - Method in class org.eclipse.jetty.http.MultiPartCompliance
- allows(ComplianceViolation) - Method in class org.eclipse.jetty.http.UriCompliance
- allowSingleQuote() - Method in class org.eclipse.jetty.util.QuotedStringTokenizer.Builder
-
If called, the built
QuotedStringTokenizerwill allow quoting with the single quote character'. - ALPHA - Enum constant in enum class org.eclipse.jetty.http.HttpTokens.Type
- ALPNClientConnection - Class in org.eclipse.jetty.alpn.client
- ALPNClientConnection(EndPoint, Executor, ClientConnectionFactory, SSLEngine, Map, List) - Constructor for class org.eclipse.jetty.alpn.client.ALPNClientConnection
- ALPNClientConnectionFactory - Class in org.eclipse.jetty.alpn.client
- ALPNClientConnectionFactory(Executor, ClientConnectionFactory, List) - Constructor for class org.eclipse.jetty.alpn.client.ALPNClientConnectionFactory
- ALPNProcessor - Interface in org.eclipse.jetty.io.ssl
- ALPNProcessor.Client - Interface in org.eclipse.jetty.io.ssl
-
Client-side interface used by ServiceLoader.
- ALPNProcessor.Server - Interface in org.eclipse.jetty.io.ssl
-
Server-side interface used by ServiceLoader.
- ALPNServerConnection - Class in org.eclipse.jetty.alpn.server
- ALPNServerConnection(Connector, EndPoint, SSLEngine, List, String) - Constructor for class org.eclipse.jetty.alpn.server.ALPNServerConnection
- ALPNServerConnectionFactory - Class in org.eclipse.jetty.alpn.server
- ALPNServerConnectionFactory(String) - Constructor for class org.eclipse.jetty.alpn.server.ALPNServerConnectionFactory
- ALPNServerConnectionFactory(String...) - Constructor for class org.eclipse.jetty.alpn.server.ALPNServerConnectionFactory
- ALT_SVC - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
- AMBIGUOUS_EMPTY_SEGMENT - Enum constant in enum class org.eclipse.jetty.http.UriCompliance.Violation
-
Allow ambiguous empty segments e.g.
- AMBIGUOUS_PATH_ENCODING - Enum constant in enum class org.eclipse.jetty.http.UriCompliance.Violation
-
Allow ambiguous path encoding within a URI segment e.g.
- AMBIGUOUS_PATH_PARAMETER - Enum constant in enum class org.eclipse.jetty.http.UriCompliance.Violation
-
Allow ambiguous path parameters within a URI segment e.g.
- AMBIGUOUS_PATH_SEGMENT - Enum constant in enum class org.eclipse.jetty.http.UriCompliance.Violation
-
Allow ambiguous path segments e.g.
- AMBIGUOUS_PATH_SEPARATOR - Enum constant in enum class org.eclipse.jetty.http.UriCompliance.Violation
-
Allow ambiguous path separator within a URI segment e.g.
- AMBIGUOUS_VIOLATIONS - Static variable in class org.eclipse.jetty.http.UriCompliance
-
Set of violations that can trigger a HttpURI.isAmbiguous violation.
- Annotation - Enum constant in enum class org.eclipse.jetty.ee10.webapp.Origin
- Annotation - Enum constant in enum class org.eclipse.jetty.ee11.webapp.Origin
- Annotation - Enum constant in enum class org.eclipse.jetty.ee8.webapp.Origin
- Annotation - Enum constant in enum class org.eclipse.jetty.ee9.webapp.Origin
- ANNOTATION - Enum constant in enum class org.eclipse.jetty.ee10.servlet.Source.Origin
- ANNOTATION - Enum constant in enum class org.eclipse.jetty.ee11.servlet.Source.Origin
- ANNOTATION - Enum constant in enum class org.eclipse.jetty.ee8.servlet.Source.Origin
- ANNOTATION - Enum constant in enum class org.eclipse.jetty.ee9.servlet.Source.Origin
- AnnotationConfiguration - Class in org.eclipse.jetty.ee10.annotations
-
Configuration for Annotations
- AnnotationConfiguration - Class in org.eclipse.jetty.ee11.annotations
-
Configuration for Annotations
- AnnotationConfiguration - Class in org.eclipse.jetty.ee8.annotations
-
Configuration for Annotations
- AnnotationConfiguration - Class in org.eclipse.jetty.ee9.annotations
-
Configuration for Annotations
- AnnotationConfiguration() - Constructor for class org.eclipse.jetty.ee10.annotations.AnnotationConfiguration
- AnnotationConfiguration() - Constructor for class org.eclipse.jetty.ee11.annotations.AnnotationConfiguration
- AnnotationConfiguration() - Constructor for class org.eclipse.jetty.ee8.annotations.AnnotationConfiguration
- AnnotationConfiguration() - Constructor for class org.eclipse.jetty.ee9.annotations.AnnotationConfiguration
- AnnotationConfiguration.ClassInheritanceMap - Class in org.eclipse.jetty.ee10.annotations
- AnnotationConfiguration.ClassInheritanceMap - Class in org.eclipse.jetty.ee11.annotations
- AnnotationConfiguration.ClassInheritanceMap - Class in org.eclipse.jetty.ee8.annotations
- AnnotationConfiguration.ClassInheritanceMap - Class in org.eclipse.jetty.ee9.annotations
- AnnotationConfiguration.DiscoveredServletContainerInitializerHolder - Class in org.eclipse.jetty.ee10.annotations
- AnnotationConfiguration.DiscoveredServletContainerInitializerHolder - Class in org.eclipse.jetty.ee11.annotations
- AnnotationConfiguration.DiscoveredServletContainerInitializerHolder - Class in org.eclipse.jetty.ee8.annotations
- AnnotationConfiguration.DiscoveredServletContainerInitializerHolder - Class in org.eclipse.jetty.ee9.annotations
- AnnotationConfiguration.ParserTask - Class in org.eclipse.jetty.ee10.annotations
-
ParserTask
- AnnotationConfiguration.ParserTask - Class in org.eclipse.jetty.ee11.annotations
-
ParserTask
- AnnotationConfiguration.ParserTask - Class in org.eclipse.jetty.ee8.annotations
-
ParserTask Task to executing scanning of a resource for annotations.
- AnnotationConfiguration.ParserTask - Class in org.eclipse.jetty.ee9.annotations
-
ParserTask Task to executing scanning of a resource for annotations.
- AnnotationConfiguration.ServletContainerInitializerComparator - Class in org.eclipse.jetty.ee10.annotations
-
ServletContainerInitializerComparator
- AnnotationConfiguration.ServletContainerInitializerComparator - Class in org.eclipse.jetty.ee11.annotations
-
ServletContainerInitializerComparator
- AnnotationConfiguration.ServletContainerInitializerComparator - Class in org.eclipse.jetty.ee8.annotations
-
ServletContainerInitializerComparator Comparator impl that orders a set of ServletContainerInitializers according to the list of classnames (optionally containing a "*" wildcard character) established in a ServletContainerInitializerOrdering.
- AnnotationConfiguration.ServletContainerInitializerComparator - Class in org.eclipse.jetty.ee9.annotations
-
ServletContainerInitializerComparator Comparator impl that orders a set of ServletContainerInitializers according to the list of classnames (optionally containing a "*" wildcard character) established in a ServletContainerInitializerOrdering.
- AnnotationConfiguration.ServletContainerInitializerOrdering - Class in org.eclipse.jetty.ee10.annotations
-
ServletContainerInitializerOrdering
- AnnotationConfiguration.ServletContainerInitializerOrdering - Class in org.eclipse.jetty.ee11.annotations
-
ServletContainerInitializerOrdering
- AnnotationConfiguration.ServletContainerInitializerOrdering - Class in org.eclipse.jetty.ee8.annotations
-
ServletContainerInitializerOrdering
- AnnotationConfiguration.ServletContainerInitializerOrdering - Class in org.eclipse.jetty.ee9.annotations
-
ServletContainerInitializerOrdering
- AnnotationConfiguration.State - Class in org.eclipse.jetty.ee10.annotations
- AnnotationConfiguration.State - Class in org.eclipse.jetty.ee11.annotations
- AnnotationConfiguration.TimeStatistic - Class in org.eclipse.jetty.ee10.annotations
-
Simple class to capture elapsed time of an operation.
- AnnotationConfiguration.TimeStatistic - Class in org.eclipse.jetty.ee11.annotations
-
Simple class to capture elapsed time of an operation.
- AnnotationConfiguration.TimeStatistic - Class in org.eclipse.jetty.ee8.annotations
-
Simple class to capture elapsed time of an operation.
- AnnotationConfiguration.TimeStatistic - Class in org.eclipse.jetty.ee9.annotations
-
Simple class to capture elapsed time of an operation.
- AnnotationDecorator - Class in org.eclipse.jetty.ee10.annotations
-
AnnotationDecorator
- AnnotationDecorator - Class in org.eclipse.jetty.ee11.annotations
-
AnnotationDecorator
- AnnotationDecorator - Class in org.eclipse.jetty.ee8.annotations
-
AnnotationDecorator
- AnnotationDecorator - Class in org.eclipse.jetty.ee9.annotations
-
AnnotationDecorator
- AnnotationDecorator(WebAppContext) - Constructor for class org.eclipse.jetty.ee10.annotations.AnnotationDecorator
- AnnotationDecorator(WebAppContext) - Constructor for class org.eclipse.jetty.ee11.annotations.AnnotationDecorator
- AnnotationDecorator(WebAppContext) - Constructor for class org.eclipse.jetty.ee8.annotations.AnnotationDecorator
- AnnotationDecorator(WebAppContext) - Constructor for class org.eclipse.jetty.ee9.annotations.AnnotationDecorator
- AnnotationIntrospector - Class in org.eclipse.jetty.ee10.annotations
-
Introspects a class to find various types of annotations as defined by the servlet specification.
- AnnotationIntrospector - Class in org.eclipse.jetty.ee11.annotations
-
Introspects a class to find various types of annotations as defined by the servlet specification.
- AnnotationIntrospector - Class in org.eclipse.jetty.ee8.annotations
-
AnnotationIntrospector Introspects a class to find various types of annotations as defined by the servlet specification.
- AnnotationIntrospector - Class in org.eclipse.jetty.ee9.annotations
-
AnnotationIntrospector Introspects a class to find various types of annotations as defined by the servlet specification.
- AnnotationIntrospector(WebAppContext) - Constructor for class org.eclipse.jetty.ee10.annotations.AnnotationIntrospector
- AnnotationIntrospector(WebAppContext) - Constructor for class org.eclipse.jetty.ee11.annotations.AnnotationIntrospector
- AnnotationIntrospector(WebAppContext) - Constructor for class org.eclipse.jetty.ee8.annotations.AnnotationIntrospector
- AnnotationIntrospector(WebAppContext) - Constructor for class org.eclipse.jetty.ee9.annotations.AnnotationIntrospector
- AnnotationIntrospector.AbstractIntrospectableAnnotationHandler - Class in org.eclipse.jetty.ee10.annotations
-
Base class for handlers that introspect a class to find a particular annotation.
- AnnotationIntrospector.AbstractIntrospectableAnnotationHandler - Class in org.eclipse.jetty.ee11.annotations
-
Base class for handlers that introspect a class to find a particular annotation.
- AnnotationIntrospector.AbstractIntrospectableAnnotationHandler - Class in org.eclipse.jetty.ee8.annotations
-
AbstractIntrospectableAnnotationHandler Base class for handlers that introspect a class to find a particular annotation.
- AnnotationIntrospector.AbstractIntrospectableAnnotationHandler - Class in org.eclipse.jetty.ee9.annotations
-
AbstractIntrospectableAnnotationHandler Base class for handlers that introspect a class to find a particular annotation.
- AnnotationIntrospector.IntrospectableAnnotationHandler - Interface in org.eclipse.jetty.ee10.annotations
-
Interface for all handlers that wish to introspect a class to find a particular annotation
- AnnotationIntrospector.IntrospectableAnnotationHandler - Interface in org.eclipse.jetty.ee11.annotations
-
Interface for all handlers that wish to introspect a class to find a particular annotation
- AnnotationIntrospector.IntrospectableAnnotationHandler - Interface in org.eclipse.jetty.ee8.annotations
-
IntrospectableAnnotationHandler Interface for all handlers that wish to introspect a class to find a particular annotation
- AnnotationIntrospector.IntrospectableAnnotationHandler - Interface in org.eclipse.jetty.ee9.annotations
-
IntrospectableAnnotationHandler Interface for all handlers that wish to introspect a class to find a particular annotation
- AnnotationParser - Class in org.eclipse.jetty.annotations
-
AnnotationParser
- AnnotationParser() - Constructor for class org.eclipse.jetty.annotations.AnnotationParser
- AnnotationParser(int) - Constructor for class org.eclipse.jetty.annotations.AnnotationParser
- AnnotationParser.AbstractHandler - Class in org.eclipse.jetty.annotations
-
Convenience base class to provide no-ops for all Handler methods.
- AnnotationParser.ClassInfo - Class in org.eclipse.jetty.annotations
-
Immutable information gathered by parsing class header.
- AnnotationParser.FieldInfo - Class in org.eclipse.jetty.annotations
-
Immutable information gathered by parsing a field on a class.
- AnnotationParser.Handler - Interface in org.eclipse.jetty.annotations
-
Signature for all handlers that respond to parsing class files.
- AnnotationParser.MethodInfo - Class in org.eclipse.jetty.annotations
-
Immutable information gathered by parsing a method on a class.
- AnnotationParser.MyClassVisitor - Class in org.eclipse.jetty.annotations
-
ASM visitor for a class.
- AnnotationParser.MyFieldVisitor - Class in org.eclipse.jetty.annotations
-
An ASM visitor for parsing Fields.
- AnnotationParser.MyMethodVisitor - Class in org.eclipse.jetty.annotations
-
ASM Visitor for parsing a method.
- ANY - Enum constant in enum class org.eclipse.jetty.security.Constraint.Transport
-
The transport can be either secure or not secure.
- ANY_AUTH - Static variable in class org.eclipse.jetty.ee8.nested.ServletConstraint
- ANY_AUTH - Static variable in class org.eclipse.jetty.ee9.nested.ServletConstraint
- ANY_KNOWN_ROLE - Static variable in class org.eclipse.jetty.ee10.servlet.security.ConstraintSecurityHandler
- ANY_KNOWN_ROLE - Static variable in class org.eclipse.jetty.ee11.servlet.security.ConstraintSecurityHandler
- ANY_REALM - Static variable in interface org.eclipse.jetty.client.Authentication
-
Constant used to indicate that any realm will match.
- ANY_ROLE - Static variable in class org.eclipse.jetty.ee10.servlet.security.ConstraintSecurityHandler
- ANY_ROLE - Static variable in class org.eclipse.jetty.ee11.servlet.security.ConstraintSecurityHandler
- ANY_ROLE - Static variable in class org.eclipse.jetty.ee8.nested.ServletConstraint
- ANY_ROLE - Static variable in class org.eclipse.jetty.ee9.nested.ServletConstraint
- ANY_TRANSPORT - Static variable in interface org.eclipse.jetty.security.Constraint
-
A static Constraint that has
Constraint.Transport.ANYandConstraint.Authorization.INHERIT - ANY_USER - Enum constant in enum class org.eclipse.jetty.security.Constraint.Authorization
-
Access allowed for any authenticated user regardless of role.
- ANY_USER - Static variable in interface org.eclipse.jetty.security.Constraint
-
A static Constraint that has
Constraint.Authorization.ANY_USERandConstraint.Transport.INHERIT. - AnyUserLoginService - Class in org.eclipse.jetty.security
-
A
LoginServicewhich allows unknown users to be authenticated. - AnyUserLoginService(String, LoginService) - Constructor for class org.eclipse.jetty.security.AnyUserLoginService
- APACHE - Enum constant in enum class org.eclipse.jetty.ee10.servlet.ServletHolder.JspContainer
- APACHE - Enum constant in enum class org.eclipse.jetty.ee11.servlet.ServletHolder.JspContainer
- APACHE - Enum constant in enum class org.eclipse.jetty.ee8.servlet.ServletHolder.JspContainer
- APACHE - Enum constant in enum class org.eclipse.jetty.ee9.servlet.ServletHolder.JspContainer
- APACHE_SENTINEL_CLASS - Static variable in class org.eclipse.jetty.ee10.servlet.ServletHolder
- APACHE_SENTINEL_CLASS - Static variable in class org.eclipse.jetty.ee11.servlet.ServletHolder
- APACHE_SENTINEL_CLASS - Static variable in class org.eclipse.jetty.ee8.servlet.ServletHolder
- APACHE_SENTINEL_CLASS - Static variable in class org.eclipse.jetty.ee9.servlet.ServletHolder
- API - Enum constant in enum class org.eclipse.jetty.ee10.webapp.Origin
- API - Enum constant in enum class org.eclipse.jetty.ee11.webapp.Origin
- API - Enum constant in enum class org.eclipse.jetty.ee8.webapp.Origin
- API - Enum constant in enum class org.eclipse.jetty.ee9.webapp.Origin
- APIContext() - Constructor for class org.eclipse.jetty.ee8.nested.ContextHandler.APIContext
- APIContext() - Constructor for class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
- AppContextLeakPreventer - Class in org.eclipse.jetty.util.preventers
-
Cause the classloader that is pinned by AppContext.getAppContext() to be a container or system classloader, not a webapp classloader.
- AppContextLeakPreventer() - Constructor for class org.eclipse.jetty.util.preventers.AppContextLeakPreventer
- append(byte) - Method in interface org.eclipse.jetty.util.CharsetStringBuilder
- append(byte) - Method in class org.eclipse.jetty.util.CharsetStringBuilder.DecoderStringBuilder
- append(byte) - Method in class org.eclipse.jetty.util.CharsetStringBuilder.Iso88591StringBuilder
- append(byte) - Method in class org.eclipse.jetty.util.CharsetStringBuilder.UsAsciiStringBuilder
- append(byte) - Method in class org.eclipse.jetty.util.Utf8StringBuilder
- append(byte[]) - Method in interface org.eclipse.jetty.util.CharsetStringBuilder
- append(byte[]) - Method in class org.eclipse.jetty.util.Utf8StringBuilder
- append(byte[], int, int) - Method in interface org.eclipse.jetty.util.CharsetStringBuilder
- append(byte[], int, int) - Method in class org.eclipse.jetty.util.CharsetStringBuilder.DecoderStringBuilder
- append(byte[], int, int) - Method in class org.eclipse.jetty.util.Utf8StringBuilder
- append(byte[], int, int, int) - Method in class org.eclipse.jetty.util.Utf8StringBuilder
- append(char) - Method in interface org.eclipse.jetty.util.CharsetStringBuilder
- append(char) - Method in class org.eclipse.jetty.util.CharsetStringBuilder.DecoderStringBuilder
- append(char) - Method in class org.eclipse.jetty.util.CharsetStringBuilder.Iso88591StringBuilder
- append(char) - Method in class org.eclipse.jetty.util.CharsetStringBuilder.UsAsciiStringBuilder
- append(char) - Method in class org.eclipse.jetty.util.component.Dumpable.DumpAppendable
- append(char) - Method in class org.eclipse.jetty.util.Utf8StringBuilder
- append(Appendable, Object) - Method in class org.eclipse.jetty.util.ajax.JSON
-
Appends the given object as JSON to string buffer.
- append(CharSequence) - Method in class org.eclipse.jetty.io.WriteThroughWriter
- append(CharSequence) - Method in class org.eclipse.jetty.util.component.Dumpable.DumpAppendable
- append(CharSequence, int, int) - Method in interface org.eclipse.jetty.util.CharsetStringBuilder
- append(CharSequence, int, int) - Method in class org.eclipse.jetty.util.CharsetStringBuilder.DecoderStringBuilder
- append(CharSequence, int, int) - Method in class org.eclipse.jetty.util.CharsetStringBuilder.Iso88591StringBuilder
- append(CharSequence, int, int) - Method in class org.eclipse.jetty.util.CharsetStringBuilder.UsAsciiStringBuilder
- append(CharSequence, int, int) - Method in class org.eclipse.jetty.util.component.Dumpable.DumpAppendable
- append(String) - Method in class org.eclipse.jetty.util.Utf8StringBuilder
- append(StringBuilder, byte, int) - Static method in class org.eclipse.jetty.util.StringUtil
-
append hex digit
- append(StringBuilder, Class, Method) - Static method in class org.eclipse.jetty.websocket.core.util.ReflectUtils
- append(StringBuilder, MethodType) - Static method in class org.eclipse.jetty.websocket.core.util.ReflectUtils
- append(StringBuilder, Method) - Static method in class org.eclipse.jetty.websocket.core.util.ReflectUtils
- append(StringBuilder, String, int, int) - Static method in class org.eclipse.jetty.util.StringUtil
-
Append substring to StringBuilder
- append(String, int, int) - Method in class org.eclipse.jetty.util.Utf8StringBuilder
- append(ByteBuffer) - Method in class org.eclipse.jetty.io.RetainableByteBuffer.DynamicCapacity
- append(ByteBuffer) - Method in class org.eclipse.jetty.io.RetainableByteBuffer.FixedCapacity
- append(ByteBuffer) - Method in interface org.eclipse.jetty.io.RetainableByteBuffer.Mutable
-
Copies the contents of the given byte buffer to the end of this buffer, growing this buffer if necessary and possible.
- append(ByteBuffer) - Method in class org.eclipse.jetty.io.RetainableByteBuffer.Wrapper
- append(ByteBuffer) - Method in interface org.eclipse.jetty.util.CharsetStringBuilder
- append(ByteBuffer) - Method in class org.eclipse.jetty.util.CharsetStringBuilder.DecoderStringBuilder
- append(ByteBuffer) - Method in class org.eclipse.jetty.util.Utf8StringBuilder
- append(ByteBuffer, byte) - Static method in class org.eclipse.jetty.util.BufferUtil
-
Appends a byte to a buffer
- append(ByteBuffer, byte[]) - Static method in class org.eclipse.jetty.util.BufferUtil
-
Append bytes to a buffer.
- append(ByteBuffer, byte[], int, int) - Static method in class org.eclipse.jetty.util.BufferUtil
-
Append bytes to a buffer.
- append(ByteBuffer, String) - Static method in class org.eclipse.jetty.util.BufferUtil
-
Append a string to a buffer.
- append(ByteBuffer, ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
-
Appends a buffer to a buffer
- append(RetainableByteBuffer) - Method in class org.eclipse.jetty.io.ByteBufferPool.Accumulator
-
Deprecated.
- append(RetainableByteBuffer) - Method in class org.eclipse.jetty.io.RetainableByteBuffer.DynamicCapacity
- append(RetainableByteBuffer) - Method in class org.eclipse.jetty.io.RetainableByteBuffer.FixedCapacity
- append(RetainableByteBuffer) - Method in interface org.eclipse.jetty.io.RetainableByteBuffer.Mutable
-
Retain or copy the contents of the given retainable byte buffer to the end of this buffer, growing this buffer if necessary and possible.
- append(RetainableByteBuffer) - Method in class org.eclipse.jetty.io.RetainableByteBuffer.Wrapper
- append2digits(StringBuilder, int) - Static method in class org.eclipse.jetty.util.StringUtil
-
Append 2 digits (zero padded) to the StringBuilder
- appendArray(Appendable, Object) - Method in class org.eclipse.jetty.util.ajax.JSON
- appendArray(Appendable, Collection) - Method in class org.eclipse.jetty.util.ajax.JSON
- appendBoolean(Appendable, Boolean) - Method in class org.eclipse.jetty.util.ajax.JSON
- appendByte(byte) - Method in class org.eclipse.jetty.util.Utf8StringBuilder
- appendDebugByte(StringBuilder, byte) - Static method in class org.eclipse.jetty.util.BufferUtil
- appendDebugString(StringBuilder, ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
- appendJSON(Appendable, JSON.Convertible) - Method in class org.eclipse.jetty.util.ajax.JSON
- appendJSON(Appendable, JSON.Convertor, Object) - Method in class org.eclipse.jetty.util.ajax.JSON
- appendJSON(Appendable, JSON.Generator) - Method in class org.eclipse.jetty.util.ajax.JSON
- appendMap(Appendable, Map) - Method in class org.eclipse.jetty.util.ajax.JSON
- appendNull(Appendable) - Method in class org.eclipse.jetty.util.ajax.JSON
- appendNumber(Appendable, Number) - Method in class org.eclipse.jetty.util.ajax.JSON
- appendPath(StringBuffer, String) - Method in class org.eclipse.jetty.ee10.servlet.ServletHolder
-
Concatenate an element on to fully qualified classname.
- appendPath(StringBuffer, String) - Method in class org.eclipse.jetty.ee11.servlet.ServletHolder
-
Concatenate an element on to fully qualified classname.
- appendPath(StringBuffer, String) - Method in class org.eclipse.jetty.ee8.servlet.ServletHolder
-
Concatenate an element on to fully qualified classname.
- appendPath(StringBuffer, String) - Method in class org.eclipse.jetty.ee9.servlet.ServletHolder
-
Concatenate an element on to fully qualified classname.
- appendRecord(Appendable, Object) - Method in class org.eclipse.jetty.util.ajax.JSON
- appendSchemeHostPort(StringBuffer, String, String, int) - Static method in class org.eclipse.jetty.util.URIUtil
-
Deprecated.
- appendSchemeHostPort(StringBuilder, String, String, int) - Static method in class org.eclipse.jetty.util.URIUtil
-
Append scheme, host and port URI prefix, handling IPv6 address encoding and default ports
- appendString(Appendable, String) - Method in class org.eclipse.jetty.util.ajax.JSON
- appendTo(ByteBuffer) - Method in interface org.eclipse.jetty.io.RetainableByteBuffer
-
Appends and consumes the contents of this buffer to the passed buffer, limited by the capacity of the target buffer.
- appendTo(ByteBuffer) - Method in class org.eclipse.jetty.io.RetainableByteBuffer.DynamicCapacity
- appendTo(ByteBuffer) - Method in class org.eclipse.jetty.io.RetainableByteBuffer.Wrapper
- appendTo(RetainableByteBuffer) - Method in interface org.eclipse.jetty.io.RetainableByteBuffer
-
Appends and consumes the contents of this buffer to the passed buffer, limited by the capacity of the target buffer.
- appendTo(RetainableByteBuffer) - Method in class org.eclipse.jetty.io.RetainableByteBuffer.DynamicCapacity
- appendTo(RetainableByteBuffer) - Method in class org.eclipse.jetty.io.RetainableByteBuffer.Wrapper
- APPLICATION_ERROR - Static variable in interface org.eclipse.jetty.quic.quiche.QuicheConstants.quic_error
- APPLICATION_ERROR - Static variable in class org.eclipse.jetty.quic.util.ErrorCode
- APPLICATION_JSON - Enum constant in enum class org.eclipse.jetty.http.MimeTypes.Type
- APPLICATION_JSON_8859_1 - Enum constant in enum class org.eclipse.jetty.http.MimeTypes.Type
- APPLICATION_JSON_UTF_8 - Enum constant in enum class org.eclipse.jetty.http.MimeTypes.Type
- APPLICATION_PROTOCOL_CONTEXT_KEY - Static variable in class org.eclipse.jetty.io.ClientConnector
- APPLICATION_PROTOCOLS_CONTEXT_KEY - Static variable in class org.eclipse.jetty.io.ClientConnector
- appliesTo(DispatcherType) - Method in class org.eclipse.jetty.ee10.servlet.FilterMapping
- appliesTo(DispatcherType) - Method in class org.eclipse.jetty.ee11.servlet.FilterMapping
- appliesTo(DispatcherType) - Method in class org.eclipse.jetty.ee9.servlet.FilterMapping
- appliesTo(SSLEngine) - Method in class org.eclipse.jetty.alpn.bouncycastle.client.BouncyCastleClientALPNProcessor
- appliesTo(SSLEngine) - Method in class org.eclipse.jetty.alpn.bouncycastle.server.BouncyCastleServerALPNProcessor
- appliesTo(SSLEngine) - Method in class org.eclipse.jetty.alpn.conscrypt.client.ConscryptClientALPNProcessor
- appliesTo(SSLEngine) - Method in class org.eclipse.jetty.alpn.conscrypt.server.ConscryptServerALPNProcessor
- appliesTo(SSLEngine) - Method in class org.eclipse.jetty.alpn.java.client.JDK9ClientALPNProcessor
- appliesTo(SSLEngine) - Method in class org.eclipse.jetty.alpn.java.server.JDK9ServerALPNProcessor
- appliesTo(SSLEngine) - Method in interface org.eclipse.jetty.io.ssl.ALPNProcessor
-
Tests if this processor can be applied to the given SSLEngine.
- appliesTo(DispatcherType) - Method in class org.eclipse.jetty.ee8.servlet.FilterMapping
- apply() - Method in class org.eclipse.jetty.ee10.annotations.WebFilterAnnotation
- apply() - Method in class org.eclipse.jetty.ee10.annotations.WebListenerAnnotation
- apply() - Method in class org.eclipse.jetty.ee10.annotations.WebServletAnnotation
- apply() - Method in class org.eclipse.jetty.ee10.webapp.DiscoveredAnnotation
- apply() - Method in class org.eclipse.jetty.ee11.annotations.WebFilterAnnotation
- apply() - Method in class org.eclipse.jetty.ee11.annotations.WebListenerAnnotation
- apply() - Method in class org.eclipse.jetty.ee11.annotations.WebServletAnnotation
- apply() - Method in class org.eclipse.jetty.ee11.webapp.DiscoveredAnnotation
- apply() - Method in class org.eclipse.jetty.ee8.annotations.WebFilterAnnotation
- apply() - Method in class org.eclipse.jetty.ee8.annotations.WebListenerAnnotation
- apply() - Method in class org.eclipse.jetty.ee8.annotations.WebServletAnnotation
- apply() - Method in class org.eclipse.jetty.ee8.webapp.DiscoveredAnnotation
- apply() - Method in class org.eclipse.jetty.ee9.annotations.WebFilterAnnotation
- apply() - Method in class org.eclipse.jetty.ee9.annotations.WebListenerAnnotation
- apply() - Method in class org.eclipse.jetty.ee9.annotations.WebServletAnnotation
- apply() - Method in class org.eclipse.jetty.ee9.webapp.DiscoveredAnnotation
- apply(Supplier, BiFunction, A) - Method in class org.eclipse.jetty.util.thread.ThreadIdPool
-
Apply an item, either from the pool or supplier, to a function, then give it back to the pool.
- apply(Supplier, Function) - Method in class org.eclipse.jetty.util.thread.ThreadIdPool
-
Apply an item, either from the pool or supplier, to a function, then give it back to the pool.
- apply(SSLEngine, List) - Method in interface org.eclipse.jetty.util.ssl.SslContextFactory.Client.SniProvider
-
Provides the SNI names to send to the server.
- apply(Request) - Method in interface org.eclipse.jetty.client.Authentication.Result
-
Applies the authentication result to the given request.
- apply(Request) - Method in class org.eclipse.jetty.client.BasicAuthentication.BasicResult
- apply(Request) - Method in class org.eclipse.jetty.client.SPNEGOAuthentication.SPNEGOResult
- apply(ClientConnectionFactory) - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V1.Tag
- apply(ClientConnectionFactory) - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag
- apply(ClientConnectionFactory) - Method in interface org.eclipse.jetty.io.ClientConnectionFactory.Decorator
-
Wraps the given
factory. - apply(Rule.Handler) - Method in class org.eclipse.jetty.rewrite.handler.CookiePatternRule
- apply(Rule.Handler) - Method in class org.eclipse.jetty.rewrite.handler.HeaderPatternRule
- apply(Rule.Handler) - Method in class org.eclipse.jetty.rewrite.handler.PatternRule
-
Invoked after the Servlet pattern matched the URI path to apply the rule's logic.
- apply(Rule.Handler) - Method in class org.eclipse.jetty.rewrite.handler.RedirectPatternRule
- apply(Rule.Handler) - Method in class org.eclipse.jetty.rewrite.handler.ResponsePatternRule
- apply(Rule.Handler) - Method in class org.eclipse.jetty.rewrite.handler.RewritePatternRule
- apply(Rule.Handler) - Method in class org.eclipse.jetty.rewrite.handler.TerminatingPatternRule
- apply(Rule.Handler, String) - Method in class org.eclipse.jetty.rewrite.handler.ForwardedSchemeHeaderRule
- apply(Rule.Handler, String) - Method in class org.eclipse.jetty.rewrite.handler.HeaderRule
-
Invoked after the header matched the
Requestheaders to apply the rule's logic. - apply(Rule.Handler, String) - Method in class org.eclipse.jetty.rewrite.handler.ResponseStatusHeaderRegexRule
- apply(Rule.Handler, Matcher) - Method in class org.eclipse.jetty.rewrite.handler.HeaderRegexRule
- apply(Rule.Handler, Matcher) - Method in class org.eclipse.jetty.rewrite.handler.RedirectRegexRule
- apply(Rule.Handler, Matcher) - Method in class org.eclipse.jetty.rewrite.handler.RegexRule
-
Invoked after the regular expression matched the URI path to apply the rule's logic.
- apply(Rule.Handler, Matcher) - Method in class org.eclipse.jetty.rewrite.handler.RewriteRegexRule
- apply(Rule.Handler, Matcher) - Method in class org.eclipse.jetty.rewrite.handler.TerminatingRegexRule
- applyToEither(CompletionStage, Function) - Method in class org.eclipse.jetty.io.content.ContentSourceCompletableFuture
- applyXml(Server, Object, Path, Environment, Attributes) - Method in class org.eclipse.jetty.deploy.StandardContextHandlerFactory
- areAssociated(Throwable, Throwable) - Static method in class org.eclipse.jetty.util.ExceptionUtil
-
Check if two
Throwables are associated. - areNotAssociated(Throwable, Throwable) - Static method in class org.eclipse.jetty.util.ExceptionUtil
-
Check if two
Throwables are associated. - A ResourceFactory.Closeable that exists within a try-with-resources call - Section in interface org.eclipse.jetty.util.resource.ResourceFactory
- A ResourceFactory.LifeCycle tied to a Jetty org.eclipse.jetty.util.component.Container - Section in interface org.eclipse.jetty.util.resource.ResourceFactory
- A ResourceFactory that lives at the JVM level - Section in interface org.eclipse.jetty.util.resource.ResourceFactory
- areSupported() - Static method in class org.eclipse.jetty.util.VirtualThreads
- Arg(Class) - Constructor for class org.eclipse.jetty.websocket.core.util.InvokerUtils.Arg
- Arg(Class, String) - Constructor for class org.eclipse.jetty.websocket.core.util.InvokerUtils.Arg
- ArrayByteBufferPool - Class in org.eclipse.jetty.io
-
A
RetainableByteBufferpool where RetainableByteBuffers are held inPools that are held in array elements. - ArrayByteBufferPool() - Constructor for class org.eclipse.jetty.io.ArrayByteBufferPool
-
Creates a new ArrayByteBufferPool with a default configuration.
- ArrayByteBufferPool(int, int, int) - Constructor for class org.eclipse.jetty.io.ArrayByteBufferPool
-
Creates a new ArrayByteBufferPool with the given configuration.
- ArrayByteBufferPool(int, int, int, int) - Constructor for class org.eclipse.jetty.io.ArrayByteBufferPool
-
Creates a new ArrayByteBufferPool with the given configuration.
- ArrayByteBufferPool(int, int, int, int, long, long) - Constructor for class org.eclipse.jetty.io.ArrayByteBufferPool
-
Creates a new ArrayByteBufferPool with the given configuration.
- ArrayByteBufferPool(int, int, int, int, long, long, IntUnaryOperator, IntUnaryOperator) - Constructor for class org.eclipse.jetty.io.ArrayByteBufferPool
-
Creates a new ArrayByteBufferPool with the given configuration.
- ArrayByteBufferPool.Quadratic - Class in org.eclipse.jetty.io
-
A variant of the
ArrayByteBufferPoolthat uses buckets of buffers that increase in size by a power of 2 (e.g. 1k, 2k, 4k, 8k, etc.). - ArrayByteBufferPool.Tracking - Class in org.eclipse.jetty.io
-
A variant of
ArrayByteBufferPoolthat tracks buffer acquires/releases, useful to identify buffer leaks. - ArrayByteBufferPool.Tracking.TrackedBuffer - Class in org.eclipse.jetty.io
- ArrayByteBufferPool.WithBucketCapacities - Class in org.eclipse.jetty.io
-
A variant of the
ArrayByteBufferPoolthat uses a predefined set of buckets of buffers. - arrayFromString(String) - Static method in class org.eclipse.jetty.util.StringUtil
-
Parse the string representation of a list using
StringUtil.csvSplit(List, String, int, int) - ArrayUtil - Class in org.eclipse.jetty.util
-
Utility methods for Array manipulation
- as(Class, Throwable) - Static method in class org.eclipse.jetty.util.ExceptionUtil
-
Convert a
Throwableto a specific type by casting or construction on a new instance. - as(Request, Class) - Static method in interface org.eclipse.jetty.server.Request
-
Unwrap a Request back to the given type.
- as(Response, Class) - Static method in interface org.eclipse.jetty.server.Response
-
Unwraps the given response, recursively, until the wrapped instance is an instance of the given type, otherwise returns
null. - asAttributeMap() - Method in class org.eclipse.jetty.server.Request.AttributesWrapper
- asAttributeMap() - Method in class org.eclipse.jetty.server.Request.Wrapper
- asAttributeMap() - Method in interface org.eclipse.jetty.util.Attributes
- asAttributeMap() - Method in class org.eclipse.jetty.util.Attributes.Lazy
- asAttributeMap() - Method in class org.eclipse.jetty.util.Attributes.Mapped
- asBiConsumer() - Method in interface org.eclipse.jetty.websocket.api.Callback
-
Converts this callback into a
BiConsumerthat can be passed toCompletableFuture.whenComplete(BiConsumer). - asBuffer() - Method in enum class org.eclipse.jetty.http.HttpMethod
- asBuffered(Content.Sink, ByteBufferPool, boolean, int, int) - Static method in interface org.eclipse.jetty.io.Content.Sink
-
Wraps the given content sink with a buffering sink.
- asBufferedOutputStream(Request, Response) - Static method in interface org.eclipse.jetty.server.Response
-
Wraps a
Responseas aOutputStreamthat performs buffering. - asBufferedSink(Request, Response) - Static method in interface org.eclipse.jetty.server.Response
-
Wraps a
Responseas aContent.Sinkthat performs buffering. - asByteArrayAsync(Content.Source, int) - Static method in interface org.eclipse.jetty.io.Content.Source
-
Deprecated, for removal: This API element is subject to removal in a future version.
- asByteArrayAsync(Content.Source, int, Promise.Invocable) - Static method in interface org.eclipse.jetty.io.Content.Source
-
Reads, non-blocking, the whole content source into a
bytearray. - asByteBuffer() - Method in enum class org.eclipse.jetty.http.HttpScheme
- asByteBuffer(Content.Source) - Static method in interface org.eclipse.jetty.io.Content.Source
-
Reads, blocking if necessary, the whole content source into a
ByteBuffer. - asByteBuffer(Content.Source, Promise) - Static method in interface org.eclipse.jetty.io.Content.Source
-
Reads, non-blocking, the whole content source into a
ByteBuffer. - asByteBufferAsync(Content.Source) - Static method in interface org.eclipse.jetty.io.Content.Source
-
Deprecated, for removal: This API element is subject to removal in a future version.use
Content.Source.asByteBuffer(Source, Promise)instead - asByteBufferAsync(Content.Source, int) - Static method in interface org.eclipse.jetty.io.Content.Source
-
Deprecated, for removal: This API element is subject to removal in a future version.no replacement
- asChunk(ByteBuffer, boolean, Retainable) - Static method in interface org.eclipse.jetty.io.Content.Chunk
- asChunk(Content.Chunk) - Static method in class org.eclipse.jetty.ee8.nested.HttpInput.Content
- asChunk(Content.Chunk) - Static method in class org.eclipse.jetty.ee9.nested.HttpInput.Content
- asciiEndsWithIgnoreCase(String, String) - Static method in class org.eclipse.jetty.util.StringUtil
-
Check for a string suffix, ignoring
StandardCharsets.US_ASCIIcase differences. - asciiEqualsIgnoreCase(String, String) - Static method in class org.eclipse.jetty.util.StringUtil
-
Check for string equality, ignoring
StandardCharsets.US_ASCIIcase differences. - AsciiLowerCaseSet - Class in org.eclipse.jetty.util
- AsciiLowerCaseSet() - Constructor for class org.eclipse.jetty.util.AsciiLowerCaseSet
- asciiStartsWithIgnoreCase(String, String) - Static method in class org.eclipse.jetty.util.StringUtil
-
Check for a string prefix, ignoring
StandardCharsets.US_ASCIIcase differences. - asciiToLowerCase(byte) - Static method in class org.eclipse.jetty.util.StringUtil
-
fast lower case conversion.
- asciiToLowerCase(char) - Static method in class org.eclipse.jetty.util.StringUtil
-
fast lower case conversion.
- asciiToLowerCase(String) - Static method in class org.eclipse.jetty.util.StringUtil
-
fast lower case conversion.
- asciiToUpperCase(String) - Static method in class org.eclipse.jetty.util.StringUtil
-
fast upper case conversion.
- asContentSource(Resource, ByteBufferPool.Sized, long, long) - Static method in class org.eclipse.jetty.io.IOResources
-
Gets a
Content.Sourcewith a range of the contents of a resource. - asContextListener(ServletContainerInitializer) - Static method in class org.eclipse.jetty.ee10.servlet.listener.ContainerInitializer
-
Utility Method to allow for manual execution of
ServletContainerInitializerwhen using Embedded Jetty. - asContextListener(ServletContainerInitializer) - Static method in class org.eclipse.jetty.ee11.servlet.listener.ContainerInitializer
-
Utility Method to allow for manual execution of
ServletContainerInitializerwhen using Embedded Jetty. - asContextListener(ServletContainerInitializer) - Static method in class org.eclipse.jetty.ee9.servlet.listener.ContainerInitializer
-
Utility Method to allow for manual execution of
ServletContainerInitializerwhen using Embedded Jetty. - asContextListener(ServletContainerInitializer) - Static method in class org.eclipse.jetty.ee8.servlet.listener.ContainerInitializer
-
Utility Method to allow for manual execution of
ServletContainerInitializerwhen using Embedded Jetty. - asEncoderParams() - Method in class org.eclipse.jetty.compression.brotli.BrotliEncoderConfig
- asFile(Object) - Static method in class org.eclipse.jetty.util.IO
-
Convert an object to a
Fileif possible. - asImmutable() - Method in class org.eclipse.jetty.ee10.webapp.ClassMatcher
-
Deprecated.
- asImmutable() - Method in class org.eclipse.jetty.ee8.webapp.ClassMatcher
- asImmutable() - Method in class org.eclipse.jetty.ee9.webapp.ClassMatcher
- asImmutable() - Method in interface org.eclipse.jetty.http.HttpFields
-
Returns an immutable copy of this
HttpFieldsinstance. - asImmutable() - Method in interface org.eclipse.jetty.http.HttpURI
- asImmutable() - Method in class org.eclipse.jetty.http.HttpURI.Immutable
- asImmutable() - Method in class org.eclipse.jetty.http.HttpURI.Mutable
- asImmutable() - Method in class org.eclipse.jetty.http.HttpFields.ImmutableHttpFields
- asImmutable() - Method in class org.eclipse.jetty.http.HttpFields.MutableHttpFields
- asImmutable() - Method in class org.eclipse.jetty.http.HttpTester.Message
- asImmutable() - Method in class org.eclipse.jetty.http.HttpTester.Request
- asImmutable() - Method in class org.eclipse.jetty.http.HttpTester.Response
- asImmutable() - Method in class org.eclipse.jetty.util.ClassMatcher
- asImmutable() - Method in class org.eclipse.jetty.util.Fields
- asImmutable() - Method in class org.eclipse.jetty.util.IncludeExclude
- asImmutable() - Method in class org.eclipse.jetty.util.IncludeExcludeSet
- asInContext(Request, Class) - Static method in interface org.eclipse.jetty.server.Request
-
Unwrap a Request back to the given type, ensuring that we do not cross a context boundary (as might be the case during cross-context dispatch).
- asInContext(Response, Class) - Static method in interface org.eclipse.jetty.server.Response
-
Unwrap a Response back to the given type, ensuring that we do not cross a context boundary (as might be the case during cross-context dispatch).
- asInputStream(Content.Source) - Static method in interface org.eclipse.jetty.io.Content.Source
-
Wraps the given content source with an
InputStream. - asInputStream(Request) - Static method in interface org.eclipse.jetty.server.Request
- asInputStream(Resource) - Static method in class org.eclipse.jetty.io.IOResources
-
Gets an
InputStreamwith the contents of a resource. - asJavaNetHttpCookie(HttpCookie) - Static method in interface org.eclipse.jetty.http.HttpCookie
-
Converts a
HttpCookieto aHttpCookie. - asList(String, String) - Static method in class org.eclipse.jetty.http.HttpField
-
Creates a
HttpFieldlist value from two elements, handling nulls and blanks. - asList(T[]) - Static method in class org.eclipse.jetty.util.TypeUtil
-
Array to List.
- asMap(HttpFields) - Static method in interface org.eclipse.jetty.http.HttpFields
-
Wraps an instance of
HttpFieldsas aMap. - asMutable() - Method in interface org.eclipse.jetty.io.RetainableByteBuffer
-
Access this buffer via the
RetainableByteBuffer.MutableAPI. - asMutable() - Method in class org.eclipse.jetty.io.RetainableByteBuffer.DynamicCapacity
- asMutable() - Method in class org.eclipse.jetty.io.RetainableByteBuffer.FixedCapacity
- asMutable() - Method in class org.eclipse.jetty.io.RetainableByteBuffer.Wrapper
- asMutableList(E[]) - Static method in class org.eclipse.jetty.util.ArrayUtil
- asOutputStream(Content.Sink) - Static method in interface org.eclipse.jetty.io.Content.Sink
-
Wraps the given content sink with an
OutputStream. - asPathSpec(String) - Method in class org.eclipse.jetty.ee10.servlet.ServletHandler
- asPathSpec(String) - Method in class org.eclipse.jetty.ee11.servlet.ServletHandler
- asPathSpec(String) - Method in class org.eclipse.jetty.ee8.servlet.ServletHandler
- asPathSpec(String) - Method in class org.eclipse.jetty.ee9.servlet.ServletHandler
- asPathSpec(ConstraintMapping) - Method in class org.eclipse.jetty.ee8.security.ConstraintSecurityHandler
- asPathSpec(ConstraintMapping) - Method in class org.eclipse.jetty.ee9.security.ConstraintSecurityHandler
- asPayloadBuffer() - Method in class org.eclipse.jetty.websocket.core.CloseStatus
- asPayloadBuffer(int, String) - Static method in class org.eclipse.jetty.websocket.core.CloseStatus
- asPublisher(Content.Source) - Static method in interface org.eclipse.jetty.io.Content.Source
-
Wraps the given content source with a
Flow.Publisher. - asReadOnly() - Method in interface org.eclipse.jetty.io.Content.Chunk
-
Deprecated, for removal: This API element is subject to removal in a future version.
- asReadOnly() - Method in class org.eclipse.jetty.websocket.core.Frame
- asReadOnly(Request) - Static method in interface org.eclipse.jetty.server.Request
-
Returns a copy of the request that throws
UnsupportedOperationExceptionfrom all mutative methods. - asResource(Object) - Method in interface org.eclipse.jetty.util.resource.ResourceFactory
-
Convert an anonymous Object to a Resource.
- asRetainableByteBuffer(Content.Source, ByteBufferPool, boolean, int) - Static method in interface org.eclipse.jetty.io.Content.Source
-
Deprecated, for removal: This API element is subject to removal in a future version.no replacement
- asRetainableByteBuffer(Content.Source, ByteBufferPool, boolean, int, Promise) - Static method in interface org.eclipse.jetty.io.Content.Source
-
Reads, non-blocking, the whole content source into a
RetainableByteBuffer. - asRuntimeException(Throwable) - Static method in class org.eclipse.jetty.util.ExceptionUtil
-
Convert or cast a
Throwableto an uncheckedRuntimeException. - assertCurrentThreadInvoking() - Method in class org.eclipse.jetty.util.thread.SerializedInvoker
- assertMessageNotNull(Object) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketRemoteEndpoint
- assertMessageNotNull(Object) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketRemoteEndpoint
- assertMessageNotNull(Object) - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketRemoteEndpoint
- assertMessageNotNull(Object) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketRemoteEndpoint
- assertSendHandlerNotNull(SendHandler) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketRemoteEndpoint
- assertSendHandlerNotNull(SendHandler) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketRemoteEndpoint
- assertSendHandlerNotNull(SendHandler) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketRemoteEndpoint
- assertSendHandlerNotNull(SendHandler) - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketRemoteEndpoint
- assertValidFrame(Frame, CoreSession) - Static method in class org.eclipse.jetty.websocket.core.util.FrameValidation
- assertValidIncoming(Frame, CoreSession) - Static method in class org.eclipse.jetty.websocket.core.util.FrameValidation
- assertValidOutgoing(Frame, CoreSession) - Static method in class org.eclipse.jetty.websocket.core.util.FrameValidation
- associate(HttpExchange) - Method in class org.eclipse.jetty.client.transport.HttpChannel
-
Associates the given
exchangeto this channel in order to be sent over the network. - associate(ServletContextRequest) - Method in class org.eclipse.jetty.ee10.servlet.ServletChannel
-
Associate this channel with a specific request.
- associate(ServletContextRequest) - Method in class org.eclipse.jetty.ee11.servlet.ServletChannel
-
Associate this channel with a specific request.
- associate(UserIdentity, IdentityService.RunAsToken) - Method in class org.eclipse.jetty.security.DefaultIdentityService
- associate(UserIdentity, IdentityService.RunAsToken) - Method in interface org.eclipse.jetty.security.IdentityService
-
Associate a runas Token with the current user and thread.
- associate(Request, Response, Callback) - Method in class org.eclipse.jetty.ee10.servlet.ServletChannel
-
Associate this channel with possibly wrapped values for
ServletChannel.getRequest(),ServletChannel.getResponse()andServletChannel.getCallback(). - associate(Request, Response, Callback) - Method in class org.eclipse.jetty.ee11.servlet.ServletChannel
-
Associate this channel with possibly wrapped values for
ServletChannel.getRequest(),ServletChannel.getResponse()andServletChannel.getCallback(). - associateClassLoader(ClassLoader) - Static method in class org.eclipse.jetty.jndi.ContextFactory
- associateInfo(Object) - Static method in class org.eclipse.jetty.util.DecoratedObjectFactory
- asString() - Method in class org.eclipse.jetty.client.Origin.Address
- asString() - Method in class org.eclipse.jetty.client.Origin
- asString() - Method in class org.eclipse.jetty.client.Origin.Protocol
- asString() - Method in class org.eclipse.jetty.client.transport.HttpDestination
- asString() - Method in interface org.eclipse.jetty.http.HttpFields
-
Returns the HTTP/1.1 string representation of the
HttpFields of this instance. - asString() - Method in enum class org.eclipse.jetty.http.HttpHeader
- asString() - Method in enum class org.eclipse.jetty.http.HttpHeaderValue
- asString() - Method in enum class org.eclipse.jetty.http.HttpMethod
- asString() - Method in enum class org.eclipse.jetty.http.HttpScheme
- asString() - Method in interface org.eclipse.jetty.http.HttpURI
- asString() - Method in class org.eclipse.jetty.http.HttpURI.Immutable
- asString() - Method in class org.eclipse.jetty.http.HttpURI.Mutable
- asString() - Method in enum class org.eclipse.jetty.http.HttpVersion
- asString() - Method in enum class org.eclipse.jetty.http.MimeTypes.Type
- asString() - Method in class org.eclipse.jetty.http.QuotedCSV
- asString(Content.Source) - Static method in interface org.eclipse.jetty.io.Content.Source
-
Reads, blocking if necessary, the whole content source into a
String, converting the bytes using UTF-8. - asString(Content.Source, Charset) - Static method in interface org.eclipse.jetty.io.Content.Source
- asString(Content.Source, Charset, Promise) - Static method in interface org.eclipse.jetty.io.Content.Source
- asStringAsync(Content.Source, Charset) - Static method in interface org.eclipse.jetty.io.Content.Source
-
Deprecated, for removal: This API element is subject to removal in a future version.
- asSubscriber(Content.Sink, Callback) - Static method in interface org.eclipse.jetty.io.Content.Sink
-
Wraps the given content sink with a
Flow.Subscriber. - ASSUMED - Enum constant in enum class org.eclipse.jetty.ee11.servlet.ServletContextResponse.EncodingFrom
-
Character encoding was assumed from the Content-Type and will be added as a parameter to the Content-Type.
- asTryExecutor(Executor) - Static method in interface org.eclipse.jetty.util.thread.TryExecutor
- async(ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.ee10.servlet.Dispatcher
- async(ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.ee11.servlet.Dispatcher
- Async(Executor, Scheduler, long) - Constructor for class org.eclipse.jetty.util.SocketAddressResolver.Async
-
Creates a new instance with the specified executor (to perform DNS resolution in a separate thread), scheduler (to cancel the operation if it takes too long) and timeout, in milliseconds.
- ASYNC - Enum constant in enum class org.eclipse.jetty.fcgi.parser.ContentParser.Result
-
The frame content has been parsed, but the application signalled that it wants to process the content asynchronously.
- ASYNC - Static variable in class org.eclipse.jetty.ee10.servlet.FilterMapping
- ASYNC - Static variable in class org.eclipse.jetty.ee11.servlet.FilterMapping
- ASYNC - Static variable in class org.eclipse.jetty.ee8.servlet.FilterMapping
- ASYNC - Static variable in class org.eclipse.jetty.ee9.servlet.FilterMapping
- ASYNC_DISPATCH - Enum constant in enum class org.eclipse.jetty.ee10.servlet.ServletChannelState.Action
- ASYNC_DISPATCH - Enum constant in enum class org.eclipse.jetty.ee11.servlet.ServletChannelState.Action
- ASYNC_DISPATCH - Enum constant in enum class org.eclipse.jetty.ee8.nested.HttpChannelState.Action
- ASYNC_DISPATCH - Enum constant in enum class org.eclipse.jetty.ee9.nested.HttpChannelState.Action
- ASYNC_ERROR - Enum constant in enum class org.eclipse.jetty.ee10.servlet.ServletChannelState.Action
- ASYNC_ERROR - Enum constant in enum class org.eclipse.jetty.ee11.servlet.ServletChannelState.Action
- ASYNC_ERROR - Enum constant in enum class org.eclipse.jetty.ee8.nested.HttpChannelState.Action
- ASYNC_ERROR - Enum constant in enum class org.eclipse.jetty.ee9.nested.HttpChannelState.Action
- ASYNC_TIMEOUT - Enum constant in enum class org.eclipse.jetty.ee10.servlet.ServletChannelState.Action
- ASYNC_TIMEOUT - Enum constant in enum class org.eclipse.jetty.ee11.servlet.ServletChannelState.Action
- ASYNC_TIMEOUT - Enum constant in enum class org.eclipse.jetty.ee8.nested.HttpChannelState.Action
- ASYNC_TIMEOUT - Enum constant in enum class org.eclipse.jetty.ee9.nested.HttpChannelState.Action
- AsyncContent - Class in org.eclipse.jetty.io.content
-
A
Content.Sourcethat is also aContent.Sink. - AsyncContent() - Constructor for class org.eclipse.jetty.io.content.AsyncContent
- AsyncContextEvent - Class in org.eclipse.jetty.ee10.servlet
- AsyncContextEvent - Class in org.eclipse.jetty.ee11.servlet
- AsyncContextEvent - Class in org.eclipse.jetty.ee8.nested
- AsyncContextEvent - Class in org.eclipse.jetty.ee9.nested
- AsyncContextEvent(ServletContextHandler.ServletScopedContext, AsyncContextState, ServletChannelState, ServletRequest, ServletResponse) - Constructor for class org.eclipse.jetty.ee10.servlet.AsyncContextEvent
- AsyncContextEvent(ServletContextHandler.ServletScopedContext, AsyncContextState, ServletChannelState, ServletRequest, ServletResponse) - Constructor for class org.eclipse.jetty.ee11.servlet.AsyncContextEvent
- AsyncContextEvent(ContextHandler.APIContext, AsyncContextState, HttpChannelState, Request, ServletRequest, ServletResponse) - Constructor for class org.eclipse.jetty.ee8.nested.AsyncContextEvent
- AsyncContextEvent(ContextHandler.APIContext, AsyncContextState, HttpChannelState, Request, ServletRequest, ServletResponse, HttpURI) - Constructor for class org.eclipse.jetty.ee8.nested.AsyncContextEvent
- AsyncContextEvent(ContextHandler.APIContext, AsyncContextState, HttpChannelState, Request, ServletRequest, ServletResponse) - Constructor for class org.eclipse.jetty.ee9.nested.AsyncContextEvent
- AsyncContextEvent(ContextHandler.APIContext, AsyncContextState, HttpChannelState, Request, ServletRequest, ServletResponse, HttpURI) - Constructor for class org.eclipse.jetty.ee9.nested.AsyncContextEvent
- AsyncContextState - Class in org.eclipse.jetty.ee10.servlet
- AsyncContextState - Class in org.eclipse.jetty.ee11.servlet
- AsyncContextState - Class in org.eclipse.jetty.ee8.nested
- AsyncContextState - Class in org.eclipse.jetty.ee9.nested
- AsyncContextState(ServletChannelState) - Constructor for class org.eclipse.jetty.ee10.servlet.AsyncContextState
- AsyncContextState(ServletChannelState) - Constructor for class org.eclipse.jetty.ee11.servlet.AsyncContextState
- AsyncContextState(HttpChannelState) - Constructor for class org.eclipse.jetty.ee8.nested.AsyncContextState
- AsyncContextState(HttpChannelState) - Constructor for class org.eclipse.jetty.ee9.nested.AsyncContextState
- AsyncContextState.WrappedAsyncListener - Class in org.eclipse.jetty.ee10.servlet
- AsyncContextState.WrappedAsyncListener - Class in org.eclipse.jetty.ee11.servlet
- AsyncContextState.WrappedAsyncListener - Class in org.eclipse.jetty.ee8.nested
- AsyncContextState.WrappedAsyncListener - Class in org.eclipse.jetty.ee9.nested
- AsyncDelayHandler - Class in org.eclipse.jetty.ee8.nested
-
A handler wrapper that provides the framework to asynchronously delay the handling of a request.
- AsyncDelayHandler - Class in org.eclipse.jetty.ee9.nested
-
A handler wrapper that provides the framework to asynchronously delay the handling of a request.
- AsyncDelayHandler() - Constructor for class org.eclipse.jetty.ee8.nested.AsyncDelayHandler
- AsyncDelayHandler() - Constructor for class org.eclipse.jetty.ee9.nested.AsyncDelayHandler
- asyncError(Throwable) - Method in class org.eclipse.jetty.ee10.servlet.ServletChannelState
-
This method is called when a failure occurs asynchronously to normal handling.
- asyncError(Throwable) - Method in class org.eclipse.jetty.ee11.servlet.ServletChannelState
-
This method is called when a failure occurs asynchronously to normal handling.
- asyncError(Throwable) - Method in class org.eclipse.jetty.ee8.nested.HttpChannelState
- asyncError(Throwable) - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
- AsyncJSON - Class in org.eclipse.jetty.util.ajax
-
A non-blocking JSON parser that can parse partial JSON strings.
- AsyncJSON(AsyncJSON.Factory) - Constructor for class org.eclipse.jetty.util.ajax.AsyncJSON
- AsyncJSON.Context - Interface in org.eclipse.jetty.util.ajax
-
The state of JSON parsing.
- AsyncJSON.Factory - Class in org.eclipse.jetty.util.ajax
-
The factory that creates AsyncJSON instances.
- AsyncMiddleManServlet - Class in org.eclipse.jetty.ee10.proxy
-
Servlet 3.1 asynchronous proxy servlet with capability to intercept and modify request/response content.
- AsyncMiddleManServlet - Class in org.eclipse.jetty.ee11.proxy
-
Servlet 3.1 asynchronous proxy servlet with capability to intercept and modify request/response content.
- AsyncMiddleManServlet - Class in org.eclipse.jetty.ee8.proxy
-
Servlet 3.1 asynchronous proxy servlet with capability to intercept and modify request/response content.
- AsyncMiddleManServlet - Class in org.eclipse.jetty.ee9.proxy
-
Servlet 3.1 asynchronous proxy servlet with capability to intercept and modify request/response content.
- AsyncMiddleManServlet() - Constructor for class org.eclipse.jetty.ee10.proxy.AsyncMiddleManServlet
- AsyncMiddleManServlet() - Constructor for class org.eclipse.jetty.ee11.proxy.AsyncMiddleManServlet
- AsyncMiddleManServlet() - Constructor for class org.eclipse.jetty.ee8.proxy.AsyncMiddleManServlet
- AsyncMiddleManServlet() - Constructor for class org.eclipse.jetty.ee9.proxy.AsyncMiddleManServlet
- AsyncMiddleManServlet.ContentTransformer - Interface in org.eclipse.jetty.ee10.proxy
-
Allows applications to transform upstream and downstream content.
- AsyncMiddleManServlet.ContentTransformer - Interface in org.eclipse.jetty.ee11.proxy
-
Allows applications to transform upstream and downstream content.
- AsyncMiddleManServlet.ContentTransformer - Interface in org.eclipse.jetty.ee8.proxy
-
Allows applications to transform upstream and downstream content.
- AsyncMiddleManServlet.ContentTransformer - Interface in org.eclipse.jetty.ee9.proxy
-
Allows applications to transform upstream and downstream content.
- AsyncMiddleManServlet.GZIPContentTransformer - Class in org.eclipse.jetty.ee10.proxy
- AsyncMiddleManServlet.GZIPContentTransformer - Class in org.eclipse.jetty.ee11.proxy
- AsyncMiddleManServlet.GZIPContentTransformer - Class in org.eclipse.jetty.ee8.proxy
- AsyncMiddleManServlet.GZIPContentTransformer - Class in org.eclipse.jetty.ee9.proxy
- AsyncMiddleManServlet.ProxyReader - Class in org.eclipse.jetty.ee10.proxy
- AsyncMiddleManServlet.ProxyReader - Class in org.eclipse.jetty.ee11.proxy
- AsyncMiddleManServlet.ProxyReader - Class in org.eclipse.jetty.ee8.proxy
- AsyncMiddleManServlet.ProxyReader - Class in org.eclipse.jetty.ee9.proxy
- AsyncMiddleManServlet.ProxyResponseListener - Class in org.eclipse.jetty.ee10.proxy
- AsyncMiddleManServlet.ProxyResponseListener - Class in org.eclipse.jetty.ee11.proxy
- AsyncMiddleManServlet.ProxyResponseListener - Class in org.eclipse.jetty.ee8.proxy
- AsyncMiddleManServlet.ProxyResponseListener - Class in org.eclipse.jetty.ee9.proxy
- AsyncMiddleManServlet.ProxyWriter - Class in org.eclipse.jetty.ee10.proxy
- AsyncMiddleManServlet.ProxyWriter - Class in org.eclipse.jetty.ee11.proxy
- AsyncMiddleManServlet.ProxyWriter - Class in org.eclipse.jetty.ee8.proxy
- AsyncMiddleManServlet.ProxyWriter - Class in org.eclipse.jetty.ee9.proxy
- AsyncMiddleManServlet.Transparent - Class in org.eclipse.jetty.ee10.proxy
-
Convenience extension of
AsyncMiddleManServletthat offers transparent proxy functionalities. - AsyncMiddleManServlet.Transparent - Class in org.eclipse.jetty.ee11.proxy
-
Convenience extension of
AsyncMiddleManServletthat offers transparent proxy functionalities. - AsyncMiddleManServlet.Transparent - Class in org.eclipse.jetty.ee8.proxy
-
Convenience extension of
AsyncMiddleManServletthat offers transparent proxy functionalities. - AsyncMiddleManServlet.Transparent - Class in org.eclipse.jetty.ee9.proxy
-
Convenience extension of
AsyncMiddleManServletthat offers transparent proxy functionalities. - AsyncProxyServlet - Class in org.eclipse.jetty.ee10.proxy
-
Servlet 3.1 asynchronous proxy servlet.
- AsyncProxyServlet - Class in org.eclipse.jetty.ee11.proxy
-
Servlet 3.1 asynchronous proxy servlet.
- AsyncProxyServlet - Class in org.eclipse.jetty.ee8.proxy
-
Servlet 3.1 asynchronous proxy servlet.
- AsyncProxyServlet - Class in org.eclipse.jetty.ee9.proxy
-
Servlet 3.1 asynchronous proxy servlet.
- AsyncProxyServlet() - Constructor for class org.eclipse.jetty.ee10.proxy.AsyncProxyServlet
- AsyncProxyServlet() - Constructor for class org.eclipse.jetty.ee11.proxy.AsyncProxyServlet
- AsyncProxyServlet() - Constructor for class org.eclipse.jetty.ee8.proxy.AsyncProxyServlet
- AsyncProxyServlet() - Constructor for class org.eclipse.jetty.ee9.proxy.AsyncProxyServlet
- AsyncProxyServlet.StreamReader - Class in org.eclipse.jetty.ee10.proxy
- AsyncProxyServlet.StreamReader - Class in org.eclipse.jetty.ee11.proxy
- AsyncProxyServlet.StreamReader - Class in org.eclipse.jetty.ee8.proxy
- AsyncProxyServlet.StreamReader - Class in org.eclipse.jetty.ee9.proxy
- AsyncProxyServlet.StreamWriter - Class in org.eclipse.jetty.ee10.proxy
- AsyncProxyServlet.StreamWriter - Class in org.eclipse.jetty.ee11.proxy
- AsyncProxyServlet.StreamWriter - Class in org.eclipse.jetty.ee8.proxy
- AsyncProxyServlet.StreamWriter - Class in org.eclipse.jetty.ee9.proxy
- AsyncProxyServlet.Transparent - Class in org.eclipse.jetty.ee10.proxy
-
Convenience extension of
AsyncProxyServletthat offers transparent proxy functionalities. - AsyncProxyServlet.Transparent - Class in org.eclipse.jetty.ee11.proxy
-
Convenience extension of
AsyncProxyServletthat offers transparent proxy functionalities. - AsyncProxyServlet.Transparent - Class in org.eclipse.jetty.ee8.proxy
-
Convenience extension of
AsyncProxyServletthat offers transparent proxy functionalities. - AsyncProxyServlet.Transparent - Class in org.eclipse.jetty.ee9.proxy
-
Convenience extension of
AsyncProxyServletthat offers transparent proxy functionalities. - AsyncRequestContent - Class in org.eclipse.jetty.client
- AsyncRequestContent(String, ByteBuffer...) - Constructor for class org.eclipse.jetty.client.AsyncRequestContent
- AsyncRequestContent(ByteBuffer...) - Constructor for class org.eclipse.jetty.client.AsyncRequestContent
- AsyncRequestLogWriter - Class in org.eclipse.jetty.server
-
An asynchronously writing RequestLogWriter
- AsyncRequestLogWriter() - Constructor for class org.eclipse.jetty.server.AsyncRequestLogWriter
- AsyncRequestLogWriter(String) - Constructor for class org.eclipse.jetty.server.AsyncRequestLogWriter
- AsyncRequestLogWriter(String, BlockingQueue) - Constructor for class org.eclipse.jetty.server.AsyncRequestLogWriter
- at - Variable in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_send_info
- atEOF() - Method in class org.eclipse.jetty.http.HttpParser
-
Signal that the associated data source is at EOF
- AtomicBiInteger - Class in org.eclipse.jetty.util
-
An AtomicLong with additional methods to treat it as two hi/lo integers.
- AtomicBiInteger() - Constructor for class org.eclipse.jetty.util.AtomicBiInteger
- AtomicBiInteger(int, int) - Constructor for class org.eclipse.jetty.util.AtomicBiInteger
- AtomicBiInteger(long) - Constructor for class org.eclipse.jetty.util.AtomicBiInteger
- Atomics - Class in org.eclipse.jetty.util
- Attachable - Interface in org.eclipse.jetty.util
-
Abstract mechanism to support attachment of miscellaneous objects.
- ATTR - Static variable in interface org.eclipse.jetty.ee8.webapp.Configuration
- ATTR - Static variable in interface org.eclipse.jetty.ee9.webapp.Configuration
- ATTR - Static variable in class org.eclipse.jetty.util.DecoratedObjectFactory
-
ServletContext attribute for the active DecoratedObjectFactory
- ATTR_JAKARTA_SERVER_CONTAINER - Static variable in class org.eclipse.jetty.ee10.websocket.jakarta.server.config.JakartaWebSocketServletContainerInitializer
-
The ServletContext attribute key name for the ServerContainer per jakarta.websocket spec 1.0 final section 6.4 Programmatic Server Deployment
- ATTR_JAKARTA_SERVER_CONTAINER - Static variable in class org.eclipse.jetty.ee11.websocket.jakarta.server.config.JakartaWebSocketServletContainerInitializer
-
The ServletContext attribute key name for the ServerContainer per jakarta.websocket spec 1.0 final section 6.4 Programmatic Server Deployment
- ATTR_JAKARTA_SERVER_CONTAINER - Static variable in class org.eclipse.jetty.ee8.websocket.javax.server.config.JavaxWebSocketServletContainerInitializer
-
The ServletContext attribute key name for the ServerContainer per javax.websocket spec 1.0 final section 6.4 Programmatic Server Deployment
- ATTR_JAKARTA_SERVER_CONTAINER - Static variable in class org.eclipse.jetty.ee9.websocket.jakarta.server.config.JakartaWebSocketServletContainerInitializer
-
The ServletContext attribute key name for the ServerContainer per jakarta.websocket spec 1.0 final section 6.4 Programmatic Server Deployment
- attribute(String, Object) - Method in interface org.eclipse.jetty.client.Request
- attribute(String, Object) - Method in class org.eclipse.jetty.client.transport.HttpRequest
- attribute(String, String) - Method in class org.eclipse.jetty.http.HttpCookie.Builder
- ATTRIBUTE - Static variable in class org.eclipse.jetty.ee10.cdi.CdiDecoratingListener
-
Attribute used by Weld to communicate to Jetty that it has created a WeldDecorator
- ATTRIBUTE - Static variable in class org.eclipse.jetty.ee11.cdi.CdiDecoratingListener
-
Attribute used by Weld to communicate to Jetty that it has created a WeldDecorator
- ATTRIBUTE - Static variable in class org.eclipse.jetty.ee8.cdi.CdiDecoratingListener
- ATTRIBUTE - Static variable in class org.eclipse.jetty.ee9.cdi.CdiDecoratingListener
- ATTRIBUTE - Static variable in interface org.eclipse.jetty.io.EndPoint.SslSessionData
-
The name at which an
SslSessionDatainstance may be found as a requestattribute. - ATTRIBUTE - Static variable in record class org.eclipse.jetty.session.AbstractSessionManager.RequestedSession
- ATTRIBUTE_PREFIX - Static variable in interface org.eclipse.jetty.server.Deployable
-
Deprecated, for removal: This API element is subject to removal in a future version.no replacement.
- ATTRIBUTE_VALUES - Enum constant in enum class org.eclipse.jetty.http.CookieCompliance.Violation
-
An obsolete style attribute was found in the
Cookieheader. - attributeAdded(ServletContextAttributeEvent) - Method in class org.eclipse.jetty.ee10.servlet.DecoratingListener
- attributeAdded(ServletContextAttributeEvent) - Method in class org.eclipse.jetty.ee10.servlet.ManagedAttributeListener
- attributeAdded(ServletContextAttributeEvent) - Method in class org.eclipse.jetty.ee11.servlet.DecoratingListener
- attributeAdded(ServletContextAttributeEvent) - Method in class org.eclipse.jetty.ee11.servlet.ManagedAttributeListener
- attributeAdded(ServletContextAttributeEvent) - Method in class org.eclipse.jetty.ee9.nested.ManagedAttributeListener
- attributeAdded(ServletContextAttributeEvent) - Method in class org.eclipse.jetty.ee9.servlet.DecoratingListener
- attributeAdded(ServletContextAttributeEvent) - Method in class org.eclipse.jetty.ee8.nested.ManagedAttributeListener
- attributeAdded(ServletContextAttributeEvent) - Method in class org.eclipse.jetty.ee8.servlet.DecoratingListener
- AttributeContainerMap - Class in org.eclipse.jetty.util.component
-
An Attributes implementation that holds it's values in an immutable
ContainerLifeCycle - AttributeContainerMap() - Constructor for class org.eclipse.jetty.util.component.AttributeContainerMap
- AttributeNormalizer - Class in org.eclipse.jetty.util.resource
-
Normalize Attribute to String.
- AttributeNormalizer(Resource) - Constructor for class org.eclipse.jetty.util.resource.AttributeNormalizer
- attributeRemoved(ServletContextAttributeEvent) - Method in class org.eclipse.jetty.ee10.servlet.DecoratingListener
- attributeRemoved(ServletContextAttributeEvent) - Method in class org.eclipse.jetty.ee10.servlet.ManagedAttributeListener
- attributeRemoved(ServletContextAttributeEvent) - Method in class org.eclipse.jetty.ee11.servlet.DecoratingListener
- attributeRemoved(ServletContextAttributeEvent) - Method in class org.eclipse.jetty.ee11.servlet.ManagedAttributeListener
- attributeRemoved(ServletContextAttributeEvent) - Method in class org.eclipse.jetty.ee9.nested.ManagedAttributeListener
- attributeRemoved(ServletContextAttributeEvent) - Method in class org.eclipse.jetty.ee9.servlet.DecoratingListener
- attributeRemoved(ServletContextAttributeEvent) - Method in class org.eclipse.jetty.ee8.nested.ManagedAttributeListener
- attributeRemoved(ServletContextAttributeEvent) - Method in class org.eclipse.jetty.ee8.servlet.DecoratingListener
- attributeReplaced(ServletContextAttributeEvent) - Method in class org.eclipse.jetty.ee10.servlet.DecoratingListener
- attributeReplaced(ServletContextAttributeEvent) - Method in class org.eclipse.jetty.ee10.servlet.ManagedAttributeListener
- attributeReplaced(ServletContextAttributeEvent) - Method in class org.eclipse.jetty.ee11.servlet.DecoratingListener
- attributeReplaced(ServletContextAttributeEvent) - Method in class org.eclipse.jetty.ee11.servlet.ManagedAttributeListener
- attributeReplaced(ServletContextAttributeEvent) - Method in class org.eclipse.jetty.ee9.nested.ManagedAttributeListener
- attributeReplaced(ServletContextAttributeEvent) - Method in class org.eclipse.jetty.ee9.servlet.DecoratingListener
- attributeReplaced(ServletContextAttributeEvent) - Method in class org.eclipse.jetty.ee8.nested.ManagedAttributeListener
- attributeReplaced(ServletContextAttributeEvent) - Method in class org.eclipse.jetty.ee8.servlet.DecoratingListener
- Attributes - Interface in org.eclipse.jetty.util
-
Attributes.
- ATTRIBUTES - Enum constant in enum class org.eclipse.jetty.http.CookieCompliance.Violation
-
An obsolete style attribute was found in the
Cookieheader. - Attributes.Layer - Class in org.eclipse.jetty.util
-
An
Attributesimplementation backed by anotherAttributesinstance, which is treated as immutable, but with a ConcurrentHashMap used as a mutable layer over it. - Attributes.Lazy - Class in org.eclipse.jetty.util
-
An
Attributesimplementation that lazily creates a backing map iff it is actually needed. - Attributes.Mapped - Class in org.eclipse.jetty.util
-
An Attributes implementation backed by a
ConcurrentHashMap. - Attributes.Synthetic - Class in org.eclipse.jetty.util
-
An abstract implementation of
Attributes.Wrapperthat provides a mechanism for synthetic attributes that can be modified or deleted. - Attributes.Wrapper - Class in org.eclipse.jetty.util
-
A Wrapper of attributes
- AttributesMap - Class in org.eclipse.jetty.util
-
Deprecated.
- AttributesMap() - Constructor for class org.eclipse.jetty.util.AttributesMap
-
Deprecated.
- AttributesMap(AttributesMap) - Constructor for class org.eclipse.jetty.util.AttributesMap
-
Deprecated.
- AttributesWrapper(Request, Attributes) - Constructor for class org.eclipse.jetty.server.Request.AttributesWrapper
- AUTH - Enum constant in enum class org.eclipse.jetty.ee10.servlets.DoSFilter.RateType
-
Deprecated.
- AUTH - Enum constant in enum class org.eclipse.jetty.ee11.servlets.DoSFilter.RateType
-
Deprecated.
- AUTH - Enum constant in enum class org.eclipse.jetty.ee8.servlets.DoSFilter.RateType
-
Deprecated.
- AUTH - Enum constant in enum class org.eclipse.jetty.ee9.servlets.DoSFilter.RateType
-
Deprecated.
- AUTH_METHOD_KEY - Static variable in class org.eclipse.jetty.ee8.security.jaspi.JaspiMessageInfo
- AUTH_METHOD_KEY - Static variable in class org.eclipse.jetty.ee9.security.jaspi.JaspiMessageInfo
- AUTH_TYPE - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
- AUTH_TYPE_ATTR - Static variable in class org.eclipse.jetty.security.MultiAuthenticator
- authenticate(HttpServletResponse) - Method in class org.eclipse.jetty.ee10.servlet.ServletApiRequest
- authenticate(HttpServletResponse) - Method in class org.eclipse.jetty.ee10.servlet.ServletRequestHttpWrapper
- authenticate(HttpServletResponse) - Method in class org.eclipse.jetty.ee11.servlet.ServletApiRequest
- authenticate(HttpServletResponse) - Method in class org.eclipse.jetty.ee11.servlet.ServletRequestHttpWrapper
- authenticate(HttpServletResponse) - Method in class org.eclipse.jetty.ee9.nested.Request
- authenticate(HttpServletResponse) - Method in class org.eclipse.jetty.ee9.nested.ServletRequestHttpWrapper
- authenticate(ServletRequest) - Method in interface org.eclipse.jetty.ee9.nested.Authentication.Deferred
-
Authenticate if possible without sending a challenge.
- authenticate(ServletRequest) - Method in class org.eclipse.jetty.ee9.security.authentication.DeferredAuthentication
- authenticate(ServletRequest, ServletResponse) - Method in interface org.eclipse.jetty.ee9.nested.Authentication.Deferred
-
Authenticate and possibly send a challenge.
- authenticate(ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.ee9.security.authentication.DeferredAuthentication
- authenticate(Object) - Method in class org.eclipse.jetty.security.UserPrincipal
- authenticate(HttpServletResponse) - Method in class org.eclipse.jetty.ee8.nested.Request
- authenticate(HttpServletResponse) - Method in class org.eclipse.jetty.ee8.nested.ServletRequestHttpWrapper
- authenticate(ServletRequest) - Method in interface org.eclipse.jetty.ee8.nested.Authentication.Deferred
-
Authenticate if possible without sending a challenge.
- authenticate(ServletRequest) - Method in class org.eclipse.jetty.ee8.security.authentication.DeferredAuthentication
- authenticate(ServletRequest, ServletResponse) - Method in interface org.eclipse.jetty.ee8.nested.Authentication.Deferred
-
Authenticate and possibly send a challenge.
- authenticate(ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.ee8.security.authentication.DeferredAuthentication
- authenticate(Request, ContentResponse, Authentication.HeaderInfo, Attributes) - Method in interface org.eclipse.jetty.client.Authentication
-
Executes the authentication mechanism for the given request, returning a
Authentication.Resultthat can be used to actually authenticate the request viaAuthentication.Result.apply(Request). - authenticate(Request, ContentResponse, Authentication.HeaderInfo, Attributes) - Method in class org.eclipse.jetty.client.BasicAuthentication
- authenticate(Request, ContentResponse, Authentication.HeaderInfo, Attributes) - Method in class org.eclipse.jetty.client.DigestAuthentication
- authenticate(Request, ContentResponse, Authentication.HeaderInfo, Attributes) - Method in class org.eclipse.jetty.client.SPNEGOAuthentication
- authenticate(EndPoint, Callback) - Method in interface org.eclipse.jetty.client.Socks5.Authentication
-
Performs the authentication send and receive bytes exchanges specific for this
Socks5.Authentication. - authenticate(UserPrincipal) - Method in class org.eclipse.jetty.security.UserPrincipal
- authenticate(Request) - Method in class org.eclipse.jetty.security.authentication.LoginAuthenticator.LoggedOutAuthentication
- authenticate(Request) - Static method in interface org.eclipse.jetty.security.AuthenticationState
-
Get successful authentication for a request.
- authenticate(Request) - Method in interface org.eclipse.jetty.security.AuthenticationState.Deferred
-
Authenticate the request using any credentials already associated with the request.
- authenticate(Request, Response, Callback) - Method in class org.eclipse.jetty.security.authentication.LoginAuthenticator.LoggedOutAuthentication
- authenticate(Request, Response, Callback) - Static method in interface org.eclipse.jetty.security.AuthenticationState
-
Get successful authentication for a request.
- authenticate(Request, Response, Callback) - Method in interface org.eclipse.jetty.security.AuthenticationState.Deferred
-
Authenticate the request using any credentials already associated with the request or challenging if necessary.
- authenticate(Credential) - Method in class org.eclipse.jetty.security.UserPrincipal
- AUTHENTICATE_NEW_USERS_PARAM - Static variable in class org.eclipse.jetty.security.siwe.EthereumAuthenticator
- AUTHENTICATED_ATTRIBUTE - Static variable in class org.eclipse.jetty.security.authentication.SessionAuthentication
- authenticateNewUsers(boolean) - Method in class org.eclipse.jetty.security.openid.OpenIdConfiguration.Builder
- Authentication - Interface in org.eclipse.jetty.client
-
Authenticationrepresents a mechanism to authenticate requests for protected resources. - Authentication - Interface in org.eclipse.jetty.ee8.nested
-
The Authentication state of a request.
- Authentication - Interface in org.eclipse.jetty.ee9.nested
-
The Authentication state of a request.
- AUTHENTICATION_PATH_PARAM - Static variable in class org.eclipse.jetty.security.siwe.EthereumAuthenticator
- AUTHENTICATION_TYPE_KEY - Static variable in class org.eclipse.jetty.ee10.security.jaspi.JaspiMessageInfo
- AUTHENTICATION_TYPE_KEY - Static variable in class org.eclipse.jetty.ee11.security.jaspi.JaspiMessageInfo
- Authentication.Challenge - Interface in org.eclipse.jetty.ee8.nested
-
An Authentication Challenge has been sent.
- Authentication.Challenge - Interface in org.eclipse.jetty.ee9.nested
-
An Authentication Challenge has been sent.
- Authentication.Deferred - Interface in org.eclipse.jetty.ee8.nested
-
A deferred authentication with methods to progress the authentication process.
- Authentication.Deferred - Interface in org.eclipse.jetty.ee9.nested
-
A deferred authentication with methods to progress the authentication process.
- Authentication.Failed - Exception Class in org.eclipse.jetty.ee8.nested
- Authentication.Failed - Exception Class in org.eclipse.jetty.ee9.nested
- Authentication.Failure - Interface in org.eclipse.jetty.ee8.nested
-
An Authentication Failure has been sent.
- Authentication.Failure - Interface in org.eclipse.jetty.ee9.nested
-
An Authentication Failure has been sent.
- Authentication.HeaderInfo - Class in org.eclipse.jetty.client
-
Structure holding information about the
WWW-Authenticate(orProxy-Authenticate) header. - Authentication.LoginAuthentication - Interface in org.eclipse.jetty.ee8.nested
-
An authentication that is capable of performing a programmatic login operation.
- Authentication.LoginAuthentication - Interface in org.eclipse.jetty.ee9.nested
-
An authentication that is capable of performing a programmatic login operation.
- Authentication.LogoutAuthentication - Interface in org.eclipse.jetty.ee8.nested
-
An authentication that is capable of performing a programmatic logout operation.
- Authentication.LogoutAuthentication - Interface in org.eclipse.jetty.ee9.nested
-
An authentication that is capable of performing a programmatic logout operation.
- Authentication.NonAuthenticated - Interface in org.eclipse.jetty.ee8.nested
-
After a logout, the authentication reverts to a state where it is possible to programmatically log in again.
- Authentication.NonAuthenticated - Interface in org.eclipse.jetty.ee9.nested
-
After a logout, the authentication reverts to a state where it is possible to programmatically log in again.
- Authentication.ResponseSent - Interface in org.eclipse.jetty.ee8.nested
-
Authentication Response sent state.
- Authentication.ResponseSent - Interface in org.eclipse.jetty.ee9.nested
-
Authentication Response sent state.
- Authentication.Result - Interface in org.eclipse.jetty.client
-
Authentication.Resultholds the information needed to authenticate aRequestviaAuthentication.Result.apply(Request). - Authentication.SendSuccess - Interface in org.eclipse.jetty.ee8.nested
- Authentication.SendSuccess - Interface in org.eclipse.jetty.ee9.nested
- Authentication.User - Interface in org.eclipse.jetty.ee8.nested
-
A successful Authentication with User information.
- Authentication.User - Interface in org.eclipse.jetty.ee9.nested
-
A successful Authentication with User information.
- Authentication.Wrapped - Interface in org.eclipse.jetty.ee8.nested
-
A wrapped authentication with methods provide the wrapped request/response for use by the application
- Authentication.Wrapped - Interface in org.eclipse.jetty.ee9.nested
-
A wrapped authentication with methods provide the wrapped request/response for use by the application
- AuthenticationException(String) - Constructor for exception class org.eclipse.jetty.security.openid.OpenIdCredentials.AuthenticationException
- authenticationMethod(String) - Method in class org.eclipse.jetty.security.openid.OpenIdConfiguration.Builder
- AuthenticationProtocolHandler - Class in org.eclipse.jetty.client
- AuthenticationProtocolHandler(HttpClient, int) - Constructor for class org.eclipse.jetty.client.AuthenticationProtocolHandler
- AuthenticationState - Interface in org.eclipse.jetty.security
-
The Authentication state of a request.
- AuthenticationState.Deferred - Interface in org.eclipse.jetty.security
-
Authentication is Deferred, either so that credentials can later be passed with
AuthenticationState.login(String, String, Request, Response); or that existing credentials on the request may be validated withAuthenticationState.Deferred.authenticate(Request); or an authentication dialog can be advanced withAuthenticationState.Deferred.authenticate(Request, Response, Callback). - AuthenticationState.Deferred.DeferredResponse - Interface in org.eclipse.jetty.security
-
A tag interface used to identify a
Responsethat might be passed toAuthenticator.validateRequest(Request, Response, Callback)while doing deferred authentication when a challenge cannot be sent. - AuthenticationState.ResponseSent - Interface in org.eclipse.jetty.security
-
Authentication Response sent state.
- AuthenticationState.ServeAs - Class in org.eclipse.jetty.security
-
The
SecurityHandlerwill use this to wrap theRequest. - AuthenticationState.Succeeded - Interface in org.eclipse.jetty.security
-
A successful Authentication with User information.
- AuthenticationStore - Interface in org.eclipse.jetty.client
-
A store for
Authentications andAuthentication.Results. - Authenticator - Interface in org.eclipse.jetty.ee8.security
-
Authenticator Interface
- Authenticator - Interface in org.eclipse.jetty.ee9.security
-
Authenticator Interface
- Authenticator - Interface in org.eclipse.jetty.security
-
Authenticator Interface
- Authenticator.AuthConfiguration - Interface in org.eclipse.jetty.ee8.security
-
Authenticator Configuration
- Authenticator.AuthConfiguration - Interface in org.eclipse.jetty.ee9.security
-
Authenticator Configuration
- Authenticator.Configuration - Interface in org.eclipse.jetty.security
-
Authenticator Configuration
- Authenticator.Configuration.Wrapper - Class in org.eclipse.jetty.security
- Authenticator.Factory - Interface in org.eclipse.jetty.ee8.security
-
Authenticator Factory
- Authenticator.Factory - Interface in org.eclipse.jetty.ee9.security
-
Authenticator Factory
- Authenticator.Factory - Interface in org.eclipse.jetty.security
-
Authenticator Factory
- Authenticator.NoOp - Class in org.eclipse.jetty.security
- authority(String) - Method in class org.eclipse.jetty.http.HttpURI.Mutable
- authority(String, int) - Method in class org.eclipse.jetty.http.HttpURI.Mutable
- AuthorityCustomizer - Class in org.eclipse.jetty.http2.server
-
A
HttpConfiguration.Customizerthat synthesizes the authority when theHttpHeader.C_AUTHORITYheader is missing. - AuthorityCustomizer() - Constructor for class org.eclipse.jetty.http2.server.AuthorityCustomizer
- authorization(String, String) - Static method in class org.eclipse.jetty.security.authentication.BasicAuthenticator
- authorization(Constraint.Authorization) - Method in class org.eclipse.jetty.security.Constraint.Builder
- AUTHORIZATION - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
- authorizationEndpoint(String) - Method in class org.eclipse.jetty.security.openid.OpenIdConfiguration.Builder
- AUTHORIZER - Enum constant in enum class org.eclipse.jetty.fcgi.FCGI.Role
- AUTO - Enum constant in enum class org.eclipse.jetty.ee10.quickstart.QuickStartConfiguration.Mode
- AUTO - Enum constant in enum class org.eclipse.jetty.ee11.quickstart.QuickStartConfiguration.Mode
- AUTO - Enum constant in enum class org.eclipse.jetty.ee8.quickstart.QuickStartConfiguration.Mode
- AUTO - Enum constant in enum class org.eclipse.jetty.ee8.websocket.api.BatchMode
-
Implementers are free to decide whether to send or not frames to the network layer.
- AUTO - Enum constant in enum class org.eclipse.jetty.ee9.quickstart.QuickStartConfiguration.Mode
- AUTO - Enum constant in enum class org.eclipse.jetty.ee9.websocket.api.BatchMode
-
Implementers are free to decide whether to send or not frames to the network layer.
- AUTO_DISCARD - Static variable in interface org.eclipse.jetty.http2.api.Stream.Listener
-
A convenient constant for a
Stream.Listenerimplementation that demands and discards DATA frames, typically to be returned fromSession.Listener.onNewStream(Stream, HeadersFrame)andStream.Listener.onPush(Stream, PushPromiseFrame). - autoDemand() - Element in annotation interface org.eclipse.jetty.websocket.api.annotations.WebSocket
-
Returns whether demand for WebSocket frames is automatically performed upon successful return from methods annotated with
OnWebSocketOpen,OnWebSocketFrameandOnWebSocketMessage. - autoDemand() - Method in class org.eclipse.jetty.websocket.core.messages.AbstractMessageSink
-
If
AbstractMessageSink.isAutoDemand()then demands for one more WebSocket frame viaCoreSession.demand(); otherwise it is a no-operation, because the demand is explicitly managed by the application function. - AutoLock - Class in org.eclipse.jetty.util.thread
-
Reentrant lock that can be used in a try-with-resources statement.
- AutoLock() - Constructor for class org.eclipse.jetty.util.thread.AutoLock
- AutoLock.WithCondition - Class in org.eclipse.jetty.util.thread
-
A reentrant lock with a condition that can be used in a try-with-resources statement.
- available() - Method in interface org.eclipse.jetty.ee10.servlet.ContentProducer
-
Get the byte count that can immediately be read from this
ContentProducerinstance or the underlyingContent.Source. - available() - Method in class org.eclipse.jetty.ee10.servlet.HttpInput
- available() - Method in class org.eclipse.jetty.ee10.servlet.util.ServletInputStreamWrapper
- available() - Method in interface org.eclipse.jetty.ee11.servlet.ContentProducer
-
Get the byte count that can immediately be read from this
ContentProducerinstance or the underlyingContent.Source. - available() - Method in class org.eclipse.jetty.ee11.servlet.HttpInput
- available() - Method in class org.eclipse.jetty.ee11.servlet.util.ServletInputStreamWrapper
- available() - Method in interface org.eclipse.jetty.ee8.nested.ContentProducer
-
Get the byte count that can immediately be read from this
ContentProducerinstance or the underlyingContent.Source. - available() - Method in class org.eclipse.jetty.ee8.nested.HttpInput
- available() - Method in interface org.eclipse.jetty.ee9.nested.ContentProducer
-
Get the byte count that can immediately be read from this
ContentProducerinstance or the underlyingContent.Source. - available() - Method in class org.eclipse.jetty.ee9.nested.HttpInput
- available() - Method in class org.eclipse.jetty.io.ByteBufferInputStream
- available() - Method in class org.eclipse.jetty.io.content.ContentSourceInputStream
- AVAILABLE - Enum constant in enum class org.eclipse.jetty.server.handler.ContextHandler.Availability
- AVAILABLE_PROCESSORS - Static variable in class org.eclipse.jetty.util.ProcessorUtils
- AvailableDecoders - Class in org.eclipse.jetty.ee10.websocket.jakarta.common.decoders
- AvailableDecoders - Class in org.eclipse.jetty.ee11.websocket.jakarta.common.decoders
- AvailableDecoders - Class in org.eclipse.jetty.ee8.websocket.javax.common.decoders
- AvailableDecoders - Class in org.eclipse.jetty.ee9.websocket.jakarta.common.decoders
- AvailableDecoders(EndpointConfig, WebSocketComponents) - Constructor for class org.eclipse.jetty.ee10.websocket.jakarta.common.decoders.AvailableDecoders
- AvailableDecoders(EndpointConfig, WebSocketComponents) - Constructor for class org.eclipse.jetty.ee11.websocket.jakarta.common.decoders.AvailableDecoders
- AvailableDecoders(EndpointConfig, WebSocketComponents) - Constructor for class org.eclipse.jetty.ee9.websocket.jakarta.common.decoders.AvailableDecoders
- AvailableDecoders(EndpointConfig, WebSocketComponents) - Constructor for class org.eclipse.jetty.ee8.websocket.javax.common.decoders.AvailableDecoders
- AvailableEncoders - Class in org.eclipse.jetty.ee10.websocket.jakarta.common.encoders
- AvailableEncoders - Class in org.eclipse.jetty.ee11.websocket.jakarta.common.encoders
- AvailableEncoders - Class in org.eclipse.jetty.ee8.websocket.javax.common.encoders
- AvailableEncoders - Class in org.eclipse.jetty.ee9.websocket.jakarta.common.encoders
- AvailableEncoders(EndpointConfig, WebSocketComponents) - Constructor for class org.eclipse.jetty.ee10.websocket.jakarta.common.encoders.AvailableEncoders
- AvailableEncoders(EndpointConfig, WebSocketComponents) - Constructor for class org.eclipse.jetty.ee11.websocket.jakarta.common.encoders.AvailableEncoders
- AvailableEncoders(EndpointConfig, WebSocketComponents) - Constructor for class org.eclipse.jetty.ee9.websocket.jakarta.common.encoders.AvailableEncoders
- AvailableEncoders(EndpointConfig, WebSocketComponents) - Constructor for class org.eclipse.jetty.ee8.websocket.javax.common.encoders.AvailableEncoders
- availableProcessors() - Static method in class org.eclipse.jetty.util.ProcessorUtils
-
Returns the number of available processors, from System Property "JETTY_AVAILABLE_PROCESSORS", or if not set then from environment variable "JETTY_AVAILABLE_PROCESSORS" or if not set then from
Runtime.availableProcessors(). - await() - Method in class org.eclipse.jetty.server.ShutdownMonitor
-
Deprecated, for removal: This API element is subject to removal in a future version.No replacement.
- await() - Method in class org.eclipse.jetty.util.thread.AutoLock.WithCondition
- await(long, TimeUnit) - Method in class org.eclipse.jetty.client.InputStreamResponseListener
-
Waits for the given timeout for the whole request/response cycle to be finished, then returns the corresponding result.
- await(long, TimeUnit) - Method in class org.eclipse.jetty.server.ShutdownMonitor
-
Deprecated, for removal: This API element is subject to removal in a future version.No replacement.
- await(long, TimeUnit) - Method in class org.eclipse.jetty.util.thread.AutoLock.WithCondition
- awaitNanos(long) - Method in class org.eclipse.jetty.util.thread.AutoLock.WithCondition
- AWTLeakPreventer - Class in org.eclipse.jetty.util.preventers
-
The java.awt.Toolkit class has a static field that is the default toolkit.
- AWTLeakPreventer() - Constructor for class org.eclipse.jetty.util.preventers.AWTLeakPreventer
B
- BAD_CERTIFICATE - Static variable in interface org.eclipse.jetty.quic.quiche.QuicheConstants.tls_alert
- BAD_CERTIFICATE_STATUS_RESPONSE - Static variable in interface org.eclipse.jetty.quic.quiche.QuicheConstants.tls_alert
- BAD_DATA - Static variable in class org.eclipse.jetty.ee8.websocket.api.StatusCode
-
1003 indicates that an endpoint is terminating the connection because it has received a type of data it cannot accept (e.g., an endpoint that understands only text data MAY send this if it receives a binary message).
- BAD_DATA - Static variable in class org.eclipse.jetty.ee9.websocket.api.StatusCode
-
1003 indicates that an endpoint is terminating the connection because it has received a type of data it cannot accept (e.g., an endpoint that understands only text data MAY send this if it receives a binary message).
- BAD_DATA - Static variable in class org.eclipse.jetty.websocket.api.StatusCode
-
1003 indicates that an endpoint is terminating the connection because it has received a type of data it cannot accept (e.g., an endpoint that understands only text data MAY send this if it receives a binary message).
- BAD_DATA - Static variable in class org.eclipse.jetty.websocket.core.CloseStatus
- BAD_GATEWAY - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
- BAD_GATEWAY - Static variable in class org.eclipse.jetty.websocket.core.CloseStatus
- BAD_GATEWAY_502 - Static variable in class org.eclipse.jetty.http.HttpStatus
- BAD_PAYLOAD - Static variable in class org.eclipse.jetty.ee8.websocket.api.StatusCode
-
1007 indicates that an endpoint is terminating the connection because it has received data within a message that was not consistent with the type of the message (e.g., non-UTF-8 [RFC3629] data within a text message).
- BAD_PAYLOAD - Static variable in class org.eclipse.jetty.ee9.websocket.api.StatusCode
-
1007 indicates that an endpoint is terminating the connection because it has received data within a message that was not consistent with the type of the message (e.g., non-UTF-8 [RFC3629] data within a text message).
- BAD_PAYLOAD - Static variable in class org.eclipse.jetty.websocket.api.StatusCode
-
1007 indicates that an endpoint is terminating the connection because it has received data within a message that was not consistent with the type of the message (e.g., non-UTF-8 [RFC3629] data within a text message).
- BAD_PAYLOAD - Static variable in class org.eclipse.jetty.websocket.core.CloseStatus
- BAD_PERCENT_ENCODING - Enum constant in enum class org.eclipse.jetty.http.UriCompliance.Violation
-
Allow bad percent encodings such as %xx or %% in query strings
- BAD_QUOTES - Enum constant in enum class org.eclipse.jetty.http.CookieCompliance.Violation
-
Quotes are not balanced or are embedded in value.
- BAD_QUOTES_IN_TOKEN - Enum constant in enum class org.eclipse.jetty.http.HttpCompliance.Violation
-
Allow bad quotes in tokens.
- BAD_RECORD_MAC - Static variable in interface org.eclipse.jetty.quic.quiche.QuicheConstants.tls_alert
- BAD_REQUEST - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
- BAD_REQUEST_400 - Static variable in class org.eclipse.jetty.http.HttpStatus
- BAD_UTF8_ENCODING - Enum constant in enum class org.eclipse.jetty.http.UriCompliance.Violation
-
Allow Bad UTF-8 encodings to be substituted by the replacement character in query strings
- badMessage(HttpException) - Method in class org.eclipse.jetty.http.HttpParser
- badMessage(HttpException) - Method in interface org.eclipse.jetty.http.HttpParser.HttpHandler
-
Called to signal that a bad HTTP message has been received.
- badMessage(HttpException) - Method in class org.eclipse.jetty.http.HttpTester.Message
- badMessageError(int, String, HttpFields.Mutable) - Method in class org.eclipse.jetty.ee8.nested.ErrorHandler
-
Bad Message Error body
- badMessageError(int, String, HttpFields.Mutable) - Method in class org.eclipse.jetty.ee9.nested.ErrorHandler
-
Bad Message Error body
- badMessageError(int, String, HttpFields.Mutable) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
-
Deprecated, for removal: This API element is subject to removal in a future version.Do not override. No longer invoked by Jetty.
- BadMessageException - Exception Class in org.eclipse.jetty.http
-
Exception thrown to indicate a Bad HTTP Message has either been received or attempted to be generated.
- BadMessageException() - Constructor for exception class org.eclipse.jetty.http.BadMessageException
- BadMessageException(int) - Constructor for exception class org.eclipse.jetty.http.BadMessageException
- BadMessageException(int, String) - Constructor for exception class org.eclipse.jetty.http.BadMessageException
- BadMessageException(int, String, Throwable) - Constructor for exception class org.eclipse.jetty.http.BadMessageException
- BadMessageException(String) - Constructor for exception class org.eclipse.jetty.http.BadMessageException
- BadMessageException(String, Throwable) - Constructor for exception class org.eclipse.jetty.http.BadMessageException
- BadPayloadException - Exception Class in org.eclipse.jetty.ee8.websocket.api.exceptions
-
Exception to terminate the connection because it has received data within a frame payload that was not consistent with the requirements of that frame payload.
- BadPayloadException - Exception Class in org.eclipse.jetty.ee9.websocket.api.exceptions
-
Exception to terminate the connection because it has received data within a frame payload that was not consistent with the requirements of that frame payload.
- BadPayloadException - Exception Class in org.eclipse.jetty.websocket.api.exceptions
-
Exception to terminate the connection because it has received data within a frame payload that was not consistent with the requirements of that frame payload.
- BadPayloadException - Exception Class in org.eclipse.jetty.websocket.core.exception
-
Exception to terminate the connection because it has received data within a frame payload that was not consistent with the requirements of that frame payload.
- BadPayloadException(String) - Constructor for exception class org.eclipse.jetty.ee8.websocket.api.exceptions.BadPayloadException
- BadPayloadException(String) - Constructor for exception class org.eclipse.jetty.ee9.websocket.api.exceptions.BadPayloadException
- BadPayloadException(String) - Constructor for exception class org.eclipse.jetty.websocket.api.exceptions.BadPayloadException
- BadPayloadException(String) - Constructor for exception class org.eclipse.jetty.websocket.core.exception.BadPayloadException
- BadPayloadException(String, Throwable) - Constructor for exception class org.eclipse.jetty.ee8.websocket.api.exceptions.BadPayloadException
- BadPayloadException(String, Throwable) - Constructor for exception class org.eclipse.jetty.ee9.websocket.api.exceptions.BadPayloadException
- BadPayloadException(String, Throwable) - Constructor for exception class org.eclipse.jetty.websocket.api.exceptions.BadPayloadException
- BadPayloadException(String, Throwable) - Constructor for exception class org.eclipse.jetty.websocket.core.exception.BadPayloadException
- BadPayloadException(Throwable) - Constructor for exception class org.eclipse.jetty.ee8.websocket.api.exceptions.BadPayloadException
- BadPayloadException(Throwable) - Constructor for exception class org.eclipse.jetty.ee9.websocket.api.exceptions.BadPayloadException
- BadPayloadException(Throwable) - Constructor for exception class org.eclipse.jetty.websocket.api.exceptions.BadPayloadException
- BadPayloadException(Throwable) - Constructor for exception class org.eclipse.jetty.websocket.core.exception.BadPayloadException
- BadPayloadException.InvalidUtf8 - Exception Class in org.eclipse.jetty.websocket.core.exception
- BalancerServlet - Class in org.eclipse.jetty.ee10.proxy
- BalancerServlet - Class in org.eclipse.jetty.ee11.proxy
- BalancerServlet - Class in org.eclipse.jetty.ee8.proxy
- BalancerServlet - Class in org.eclipse.jetty.ee9.proxy
- BalancerServlet() - Constructor for class org.eclipse.jetty.ee10.proxy.BalancerServlet
- BalancerServlet() - Constructor for class org.eclipse.jetty.ee11.proxy.BalancerServlet
- BalancerServlet() - Constructor for class org.eclipse.jetty.ee8.proxy.BalancerServlet
- BalancerServlet() - Constructor for class org.eclipse.jetty.ee9.proxy.BalancerServlet
- BASE_RESOURCE - Static variable in interface org.eclipse.jetty.server.Deployable
-
Attribute key name: Base Resource for context.
- BASE64_TRANSFER_ENCODING - Enum constant in enum class org.eclipse.jetty.http.MultiPartCompliance.Violation
- BaseAuthModule - Class in org.eclipse.jetty.ee10.security.jaspi.modules
-
Simple abstract module implementing a Jakarta Authentication
ServerAuthModuleandServerAuthContext. - BaseAuthModule - Class in org.eclipse.jetty.ee11.security.jaspi.modules
-
Simple abstract module implementing a Jakarta Authentication
ServerAuthModuleandServerAuthContext. - BaseAuthModule - Class in org.eclipse.jetty.ee8.security.jaspi.modules
-
Simple abstract module implementing a Javax Authentication
ServerAuthModuleandServerAuthContext. - BaseAuthModule - Class in org.eclipse.jetty.ee9.security.jaspi.modules
-
Simple abstract module implementing a Jakarta Authentication
ServerAuthModuleandServerAuthContext. - BaseAuthModule() - Constructor for class org.eclipse.jetty.ee10.security.jaspi.modules.BaseAuthModule
- BaseAuthModule() - Constructor for class org.eclipse.jetty.ee11.security.jaspi.modules.BaseAuthModule
- BaseAuthModule() - Constructor for class org.eclipse.jetty.ee8.security.jaspi.modules.BaseAuthModule
- BaseAuthModule() - Constructor for class org.eclipse.jetty.ee9.security.jaspi.modules.BaseAuthModule
- BaseAuthModule(CallbackHandler) - Constructor for class org.eclipse.jetty.ee10.security.jaspi.modules.BaseAuthModule
- BaseAuthModule(CallbackHandler) - Constructor for class org.eclipse.jetty.ee11.security.jaspi.modules.BaseAuthModule
- BaseAuthModule(CallbackHandler) - Constructor for class org.eclipse.jetty.ee8.security.jaspi.modules.BaseAuthModule
- BaseAuthModule(CallbackHandler) - Constructor for class org.eclipse.jetty.ee9.security.jaspi.modules.BaseAuthModule
- BaseClassCatalog - Class in org.eclipse.jetty.xml
-
A catalog implementation where the
xml:baseis defined externally of the catalog XML, allowing for runtime determination of thexml:base(such as pointing to the contents of a remote location) - BaseHolder<T> - Class in org.eclipse.jetty.ee10.servlet
-
Base class for all servlet-related classes that may be lazily instantiated (eg servlet, filter, listener), and/or require metadata to be held regarding their origin (web.xml, annotation, programmatic api etc).
- BaseHolder<T> - Class in org.eclipse.jetty.ee11.servlet
-
Base class for all servlet-related classes that may be lazily instantiated (eg servlet, filter, listener), and/or require metadata to be held regarding their origin (web.xml, annotation, programmatic api etc).
- BaseHolder<T> - Class in org.eclipse.jetty.ee8.servlet
-
Base class for all servlet-related classes that may be lazily instantiated (eg servlet, filter, listener), and/or require metadata to be held regarding their origin (web.xml, annotation, programmatic api etc).
- BaseHolder<T> - Class in org.eclipse.jetty.ee9.servlet
-
Base class for all servlet-related classes that may be lazily instantiated (eg servlet, filter, listener), and/or require metadata to be held regarding their origin (web.xml, annotation, programmatic api etc).
- BaseHolder(Source) - Constructor for class org.eclipse.jetty.ee10.servlet.BaseHolder
- BaseHolder(Source) - Constructor for class org.eclipse.jetty.ee11.servlet.BaseHolder
- BaseHolder(Source) - Constructor for class org.eclipse.jetty.ee8.servlet.BaseHolder
- BaseHolder(Source) - Constructor for class org.eclipse.jetty.ee9.servlet.BaseHolder
- BASELINE_CONTROL - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
- Basic(CoreSession, MethodHolder, List) - Constructor for class org.eclipse.jetty.ee10.websocket.jakarta.common.messages.AbstractDecodedMessageSink.Basic
- Basic(CoreSession, MethodHolder, List) - Constructor for class org.eclipse.jetty.ee11.websocket.jakarta.common.messages.AbstractDecodedMessageSink.Basic
- Basic(CoreSession, MethodHolder, List) - Constructor for class org.eclipse.jetty.ee8.websocket.javax.common.messages.AbstractDecodedMessageSink.Basic
- Basic(CoreSession, MethodHolder, List) - Constructor for class org.eclipse.jetty.ee9.websocket.jakarta.common.messages.AbstractDecodedMessageSink.Basic
- BASIC_AUTH - Static variable in interface org.eclipse.jetty.ee8.security.Authenticator
- BASIC_AUTH - Static variable in interface org.eclipse.jetty.ee9.security.Authenticator
- BASIC_AUTH - Static variable in interface org.eclipse.jetty.security.Authenticator
- BasicAuthentication - Class in org.eclipse.jetty.client
-
Implementation of the HTTP "Basic" authentication defined in RFC 2617.
- BasicAuthentication(URI, String, String, String) - Constructor for class org.eclipse.jetty.client.BasicAuthentication
- BasicAuthentication.BasicResult - Class in org.eclipse.jetty.client
-
Basic authentication result.
- BasicAuthenticationAuthModule - Class in org.eclipse.jetty.ee10.security.jaspi.modules
-
A
ServerAuthModuleimplementation of HTTP Basic Authentication. - BasicAuthenticationAuthModule - Class in org.eclipse.jetty.ee11.security.jaspi.modules
-
A
ServerAuthModuleimplementation of HTTP Basic Authentication. - BasicAuthenticationAuthModule - Class in org.eclipse.jetty.ee8.security.jaspi.modules
-
A
ServerAuthModuleimplementation of HTTP Basic Authentication. - BasicAuthenticationAuthModule - Class in org.eclipse.jetty.ee9.security.jaspi.modules
-
A
ServerAuthModuleimplementation of HTTP Basic Authentication. - BasicAuthenticationAuthModule() - Constructor for class org.eclipse.jetty.ee10.security.jaspi.modules.BasicAuthenticationAuthModule
- BasicAuthenticationAuthModule() - Constructor for class org.eclipse.jetty.ee11.security.jaspi.modules.BasicAuthenticationAuthModule
- BasicAuthenticationAuthModule() - Constructor for class org.eclipse.jetty.ee8.security.jaspi.modules.BasicAuthenticationAuthModule
- BasicAuthenticationAuthModule() - Constructor for class org.eclipse.jetty.ee9.security.jaspi.modules.BasicAuthenticationAuthModule
- BasicAuthenticationAuthModule(CallbackHandler, String) - Constructor for class org.eclipse.jetty.ee10.security.jaspi.modules.BasicAuthenticationAuthModule
- BasicAuthenticationAuthModule(CallbackHandler, String) - Constructor for class org.eclipse.jetty.ee11.security.jaspi.modules.BasicAuthenticationAuthModule
- BasicAuthenticationAuthModule(CallbackHandler, String) - Constructor for class org.eclipse.jetty.ee8.security.jaspi.modules.BasicAuthenticationAuthModule
- BasicAuthenticationAuthModule(CallbackHandler, String) - Constructor for class org.eclipse.jetty.ee9.security.jaspi.modules.BasicAuthenticationAuthModule
- BasicAuthenticator - Class in org.eclipse.jetty.ee8.security.authentication
- BasicAuthenticator - Class in org.eclipse.jetty.ee9.security.authentication
- BasicAuthenticator - Class in org.eclipse.jetty.security.authentication
- BasicAuthenticator() - Constructor for class org.eclipse.jetty.ee8.security.authentication.BasicAuthenticator
- BasicAuthenticator() - Constructor for class org.eclipse.jetty.ee9.security.authentication.BasicAuthenticator
- BasicAuthenticator() - Constructor for class org.eclipse.jetty.security.authentication.BasicAuthenticator
- BasicResult(URI, String, String) - Constructor for class org.eclipse.jetty.client.BasicAuthentication.BasicResult
- BasicResult(URI, HttpHeader, String, String) - Constructor for class org.eclipse.jetty.client.BasicAuthentication.BasicResult
- BasicResult(URI, HttpHeader, String, String, Charset) - Constructor for class org.eclipse.jetty.client.BasicAuthentication.BasicResult
- batch - Variable in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketRemoteEndpoint
- batch - Variable in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketRemoteEndpoint
- batch - Variable in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketRemoteEndpoint
- batch - Variable in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketRemoteEndpoint
- batch(boolean) - Method in class org.eclipse.jetty.websocket.core.OutgoingEntry.Builder
- batchMode() - Element in annotation interface org.eclipse.jetty.ee8.websocket.api.annotations.WebSocket
-
The output frame buffering mode.
- batchMode() - Element in annotation interface org.eclipse.jetty.ee9.websocket.api.annotations.WebSocket
-
The output frame buffering mode.
- BatchMode - Enum Class in org.eclipse.jetty.ee8.websocket.api
-
The possible batch modes when enqueuing outgoing frames.
- BatchMode - Enum Class in org.eclipse.jetty.ee9.websocket.api
-
The possible batch modes when enqueuing outgoing frames.
- BBR - Enum constant in enum class org.eclipse.jetty.quic.quiche.QuicheConfig.CongestionControl
- beanAdded(Container, Object) - Method in class org.eclipse.jetty.jmx.MBeanContainer
- beanAdded(Container, Object) - Method in interface org.eclipse.jetty.util.component.Container.Listener
- beanRemoved(Container, Object) - Method in class org.eclipse.jetty.jmx.MBeanContainer
- beanRemoved(Container, Object) - Method in interface org.eclipse.jetty.util.component.Container.Listener
- Before - Enum constant in enum class org.eclipse.jetty.ee10.webapp.FragmentDescriptor.OtherType
- Before - Enum constant in enum class org.eclipse.jetty.ee11.webapp.FragmentDescriptor.OtherType
- Before - Enum constant in enum class org.eclipse.jetty.ee8.webapp.FragmentDescriptor.OtherType
- Before - Enum constant in enum class org.eclipse.jetty.ee9.webapp.FragmentDescriptor.OtherType
- BEFORE_SEND - Enum constant in enum class org.eclipse.jetty.http2.CloseState.Event
- BEGIN_REQUEST - Enum constant in enum class org.eclipse.jetty.fcgi.FCGI.FrameType
- beginInvalidate() - Method in class org.eclipse.jetty.session.ManagedSession
- BeginRequestContentParser - Class in org.eclipse.jetty.fcgi.parser
-
Parser for the BEGIN_REQUEST frame content.
- BeginRequestContentParser(HeaderParser, ServerParser.Listener) - Constructor for class org.eclipse.jetty.fcgi.parser.BeginRequestContentParser
- beginToHeaders(HttpExchange) - Method in class org.eclipse.jetty.client.transport.HttpSender
- Behavior - Enum Class in org.eclipse.jetty.websocket.core
-
Behavior for how the WebSocket should operate.
- BINARY - Enum constant in enum class org.eclipse.jetty.ee8.websocket.api.Frame.Type
- BINARY - Enum constant in enum class org.eclipse.jetty.ee9.websocket.api.Frame.Type
- BINARY - Enum constant in enum class org.eclipse.jetty.websocket.api.Frame.Type
- BINARY - Static variable in class org.eclipse.jetty.websocket.core.OpCode
-
OpCode for a Binary Frame
- bind(String, Object) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
- bind(String, Object) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
- bind(String, Object) - Method in class org.eclipse.jetty.jndi.NamingContext
-
Bind a name (as a String) to an object
- bind(InetSocketAddress, int) - Method in class org.eclipse.jetty.http.spi.JettyHttpServer
- bind(Context, String, Object) - Static method in class org.eclipse.jetty.util.jndi.NamingUtil
-
Bind an object to a context ensuring all sub-contexts are created if necessary
- bind(Name, Object) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
- bind(Name, Object) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
- bind(Name, Object) - Method in class org.eclipse.jetty.jndi.NamingContext
-
Bind a name to an object
- bind(NamingContext, Binding) - Method in interface org.eclipse.jetty.jndi.NamingContext.Listener
-
Called by
NamingContext.addBinding(Name, Object)when adding a binding. - BIND - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
- bindEntry(WebAppContext, String, Class) - Method in class org.eclipse.jetty.ee10.plus.webapp.PlusDescriptorProcessor
-
Bind a resource with the given name from web.xml of the given type with a jndi resource from either the server or the webapp's naming environment.
- bindEntry(WebAppContext, String, Class) - Method in class org.eclipse.jetty.ee11.plus.webapp.PlusDescriptorProcessor
-
Bind a resource with the given name from web.xml of the given type with a jndi resource from either the server or the webapp's naming environment.
- bindEntry(WebAppContext, String, Class) - Method in class org.eclipse.jetty.ee8.plus.webapp.PlusDescriptorProcessor
-
Bind a resource with the given name from web.xml of the given type with a jndi resource from either the server or the webapp's naming environment.
- bindEntry(WebAppContext, String, Class) - Method in class org.eclipse.jetty.ee9.plus.webapp.PlusDescriptorProcessor
-
Bind a resource with the given name from web.xml of the given type with a jndi resource from either the server or the webapp's naming environment.
- bindEnvEntries(WebAppContext) - Method in class org.eclipse.jetty.ee10.plus.webapp.EnvConfiguration
-
Bind all EnvEntries that have been declared, so that the processing of the web.xml file can potentially override them.
- bindEnvEntries(WebAppContext) - Method in class org.eclipse.jetty.ee11.plus.webapp.EnvConfiguration
-
Bind all EnvEntries that have been declared, so that the processing of the web.xml file can potentially override them.
- bindEnvEntries(WebAppContext) - Method in class org.eclipse.jetty.ee8.plus.webapp.EnvConfiguration
-
Bind all EnvEntries that have been declared, so that the processing of the web.xml file can potentially override them.
- bindEnvEntries(WebAppContext) - Method in class org.eclipse.jetty.ee9.plus.webapp.EnvConfiguration
-
Bind all EnvEntries that have been declared, so that the processing of the web.xml file can potentially override them.
- bindEnvEntry(String, Object) - Method in class org.eclipse.jetty.ee10.plus.webapp.PlusDescriptorProcessor
- bindEnvEntry(String, Object) - Method in class org.eclipse.jetty.ee11.plus.webapp.PlusDescriptorProcessor
- bindEnvEntry(String, Object) - Method in class org.eclipse.jetty.ee8.plus.webapp.PlusDescriptorProcessor
- bindEnvEntry(String, Object) - Method in class org.eclipse.jetty.ee9.plus.webapp.PlusDescriptorProcessor
- BindingEnumeration - Class in org.eclipse.jetty.jndi
-
BindingEnumeration
- BindingEnumeration(Iterator) - Constructor for class org.eclipse.jetty.jndi.BindingEnumeration
- bindingLogin(String, Object) - Method in class org.eclipse.jetty.security.jaas.spi.LdapLoginModule
-
binding authentication check This method of authentication works only if the user branch of the DIT (ldap tree) has an ACI (access control instruction) that allow the access to any user or at least for the user that logs in.
- bindMessageDestinationRef(WebAppContext, String, Class) - Method in class org.eclipse.jetty.ee10.plus.webapp.PlusDescriptorProcessor
- bindMessageDestinationRef(WebAppContext, String, Class) - Method in class org.eclipse.jetty.ee11.plus.webapp.PlusDescriptorProcessor
- bindMessageDestinationRef(WebAppContext, String, Class) - Method in class org.eclipse.jetty.ee8.plus.webapp.PlusDescriptorProcessor
- bindMessageDestinationRef(WebAppContext, String, Class) - Method in class org.eclipse.jetty.ee9.plus.webapp.PlusDescriptorProcessor
- bindResourceEnvRef(WebAppContext, String, Class) - Method in class org.eclipse.jetty.ee10.plus.webapp.PlusDescriptorProcessor
- bindResourceEnvRef(WebAppContext, String, Class) - Method in class org.eclipse.jetty.ee11.plus.webapp.PlusDescriptorProcessor
- bindResourceEnvRef(WebAppContext, String, Class) - Method in class org.eclipse.jetty.ee8.plus.webapp.PlusDescriptorProcessor
- bindResourceEnvRef(WebAppContext, String, Class) - Method in class org.eclipse.jetty.ee9.plus.webapp.PlusDescriptorProcessor
- bindResourceRef(WebAppContext, String, Class) - Method in class org.eclipse.jetty.ee10.plus.webapp.PlusDescriptorProcessor
-
Bind a resource reference.
- bindResourceRef(WebAppContext, String, Class) - Method in class org.eclipse.jetty.ee11.plus.webapp.PlusDescriptorProcessor
-
Bind a resource reference.
- bindResourceRef(WebAppContext, String, Class) - Method in class org.eclipse.jetty.ee8.plus.webapp.PlusDescriptorProcessor
-
Bind a resource reference.
- bindResourceRef(WebAppContext, String, Class) - Method in class org.eclipse.jetty.ee9.plus.webapp.PlusDescriptorProcessor
-
Bind a resource reference.
- bindTemplateVariables(MethodHolder, String[], Map) - Static method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketFrameHandlerFactory
-
Bind the URI Template Variables to their provided values, converting to the type that the MethodHandle target has declared.
- bindTemplateVariables(MethodHolder, String[], Map) - Static method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketFrameHandlerFactory
-
Bind the URI Template Variables to their provided values, converting to the type that the MethodHandle target has declared.
- bindTemplateVariables(MethodHolder, String[], Map) - Static method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketFrameHandlerFactory
-
Bind the URI Template Variables to their provided values, converting to the type that the MethodHandle target has declared.
- bindTemplateVariables(MethodHolder, String[], Map) - Static method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketFrameHandlerFactory
-
Bind the URI Template Variables to their provided values, converting to the type that the MethodHandle target has declared.
- bindTo(Object) - Method in class org.eclipse.jetty.websocket.core.util.MethodHolder.Binding
- bindTo(Object) - Method in interface org.eclipse.jetty.websocket.core.util.MethodHolder
- bindTo(Object) - Method in class org.eclipse.jetty.websocket.core.util.MethodHolder.NonBinding
- bindTo(Object, int) - Method in class org.eclipse.jetty.websocket.core.util.MethodHolder.Binding
- bindTo(Object, int) - Method in interface org.eclipse.jetty.websocket.core.util.MethodHolder
- bindTo(Object, int) - Method in class org.eclipse.jetty.websocket.core.util.MethodHolder.NonBinding
- bindTo(MethodHolder, Object...) - Static method in class org.eclipse.jetty.websocket.core.util.InvokerUtils
-
Bind optional arguments to provided method handle
- bindToENC(Object, String, String) - Static method in class org.eclipse.jetty.plus.jndi.NamingEntryUtil
-
Link a name in a webapp's java:/comp/env namespace to a pre-existing resource.
- bindToENC(String) - Method in class org.eclipse.jetty.ee8.plus.jndi.Transaction
-
Allow other bindings of UserTransaction.
- bindToENC(String) - Method in class org.eclipse.jetty.ee9.plus.jndi.Transaction
-
Allow other bindings of UserTransaction.
- bindToENC(String) - Method in class org.eclipse.jetty.plus.jndi.Link
- bindToENC(String) - Method in class org.eclipse.jetty.plus.jndi.NamingEntry
-
Add a
java:comp/envbinding for the object represented by this NamingEntry, but bind it as the name supplied - bindToENC(String) - Method in class org.eclipse.jetty.plus.jndi.Transaction
-
Allow other bindings of UserTransaction.
- bindTransactionToENC(String) - Static method in class org.eclipse.jetty.ee8.plus.jndi.Transaction
- bindTransactionToENC(String) - Static method in class org.eclipse.jetty.ee9.plus.jndi.Transaction
- bindTransactionToENC(String) - Static method in class org.eclipse.jetty.plus.jndi.Transaction
- bindUserTransaction(WebAppContext) - Method in class org.eclipse.jetty.ee10.plus.webapp.PlusConfiguration
- bindUserTransaction(WebAppContext) - Method in class org.eclipse.jetty.ee11.plus.webapp.PlusConfiguration
- bindUserTransaction(WebAppContext) - Method in class org.eclipse.jetty.ee8.plus.webapp.PlusConfiguration
- bindUserTransaction(WebAppContext) - Method in class org.eclipse.jetty.ee9.plus.webapp.PlusConfiguration
- block() - Method in interface org.eclipse.jetty.util.Blocker.Callback
- block() - Method in interface org.eclipse.jetty.util.Blocker.Promise
- block() - Method in interface org.eclipse.jetty.util.Blocker.Runnable
- block() - Method in class org.eclipse.jetty.util.FutureCallback
- block() - Method in class org.eclipse.jetty.util.SharedBlockingCallback.Blocker
-
Deprecated.Block until the Callback has succeeded or failed and after the return leave in the state to allow reuse.
- block(long, TimeUnit) - Method in interface org.eclipse.jetty.util.Blocker.Callback
- block(long, TimeUnit) - Method in interface org.eclipse.jetty.util.Blocker.Promise
- block(long, TimeUnit) - Method in interface org.eclipse.jetty.util.Blocker.Runnable
- block(long, TimeUnit) - Method in class org.eclipse.jetty.util.FutureCallback
- BLOCKED_FRAME - Enum constant in enum class org.eclipse.jetty.http3.parser.BodyParser.Result
- BLOCKED_FRAME - Enum constant in enum class org.eclipse.jetty.http3.parser.MessageParser.Result
-
Indicates that a frame was parsed but its notification was deferred.
- Blocker - Class in org.eclipse.jetty.util
- Blocker() - Constructor for class org.eclipse.jetty.util.Blocker
- Blocker() - Constructor for class org.eclipse.jetty.util.SharedBlockingCallback.Blocker
-
Deprecated.
- Blocker.Callback - Interface in org.eclipse.jetty.util
- Blocker.Promise<C> - Interface in org.eclipse.jetty.util
- Blocker.Runnable - Interface in org.eclipse.jetty.util
- Blocker.Shared - Class in org.eclipse.jetty.util
-
A shared reusable Blocking source.
- BLOCKING - Enum constant in enum class org.eclipse.jetty.util.thread.Invocable.InvocationType
-
Invoking the task may block the invoker thread, and the invocation may be performed immediately (possibly blocking the invoker thread) or deferred to a later time, for example by submitting the task to a thread pool.
- BlockingArrayQueue<E> - Class in org.eclipse.jetty.util
-
A BlockingQueue backed by a circular array capable of growing.
- BlockingArrayQueue() - Constructor for class org.eclipse.jetty.util.BlockingArrayQueue
-
Creates an unbounded instance with default initial capacity.
- BlockingArrayQueue(int) - Constructor for class org.eclipse.jetty.util.BlockingArrayQueue
-
Creates an instance that does not grow.
- BlockingArrayQueue(int, int) - Constructor for class org.eclipse.jetty.util.BlockingArrayQueue
-
Deprecated, for removal: This API element is subject to removal in a future version.the growth factor isn't used anymore
- BlockingArrayQueue(int, int, int) - Constructor for class org.eclipse.jetty.util.BlockingArrayQueue
-
Deprecated, for removal: This API element is subject to removal in a future version.the growth factor isn't used anymore
- blockWithPromise(long, TimeUnit, Consumer) - Static method in class org.eclipse.jetty.util.Blocker
- blockWithPromise(Consumer) - Static method in class org.eclipse.jetty.util.Blocker
- body(Request.Content) - Method in interface org.eclipse.jetty.client.Request
- body(Request.Content) - Method in class org.eclipse.jetty.client.transport.HttpRequest
- BODY_PART - Enum constant in enum class org.eclipse.jetty.ee8.nested.MultiPartParser.State
- BODY_PART - Enum constant in enum class org.eclipse.jetty.ee9.nested.MultiPartParser.State
- BodyParser - Class in org.eclipse.jetty.http2.parser
-
The base parser for the frame body of HTTP/2 frames.
- BodyParser - Class in org.eclipse.jetty.http3.parser
-
The base parser for the frame body of HTTP/3 frames.
- BodyParser(HeaderParser, Parser.Listener) - Constructor for class org.eclipse.jetty.http2.parser.BodyParser
- BodyParser(HeaderParser, ParserListener) - Constructor for class org.eclipse.jetty.http3.parser.BodyParser
- BodyParser.Result - Enum Class in org.eclipse.jetty.http3.parser
- bool - Class in org.eclipse.jetty.quic.quiche.jna
- bool() - Constructor for class org.eclipse.jetty.quic.quiche.jna.bool
- bool(boolean) - Constructor for class org.eclipse.jetty.quic.quiche.jna.bool
- bool_pointer - Class in org.eclipse.jetty.quic.quiche.jna
- bool_pointer() - Constructor for class org.eclipse.jetty.quic.quiche.jna.bool_pointer
- bool_pointer(int) - Constructor for class org.eclipse.jetty.quic.quiche.jna.bool_pointer
- BooleanDecoder - Class in org.eclipse.jetty.ee10.websocket.jakarta.common.decoders
-
Default implementation of the
Decoder.TextMessage toBooleandecoder. - BooleanDecoder - Class in org.eclipse.jetty.ee11.websocket.jakarta.common.decoders
-
Default implementation of the
Decoder.TextMessage toBooleandecoder. - BooleanDecoder - Class in org.eclipse.jetty.ee8.websocket.javax.common.decoders
-
Default implementation of the
Decoder.TextMessage toBooleandecoder. - BooleanDecoder - Class in org.eclipse.jetty.ee9.websocket.jakarta.common.decoders
-
Default implementation of the
Decoder.TextMessage toBooleandecoder. - BooleanDecoder() - Constructor for class org.eclipse.jetty.ee10.websocket.jakarta.common.decoders.BooleanDecoder
- BooleanDecoder() - Constructor for class org.eclipse.jetty.ee11.websocket.jakarta.common.decoders.BooleanDecoder
- BooleanDecoder() - Constructor for class org.eclipse.jetty.ee8.websocket.javax.common.decoders.BooleanDecoder
- BooleanDecoder() - Constructor for class org.eclipse.jetty.ee9.websocket.jakarta.common.decoders.BooleanDecoder
- BooleanEncoder - Class in org.eclipse.jetty.ee10.websocket.jakarta.common.encoders
-
Default encoder for
BooleantoEncoder.TextMessage encoder - BooleanEncoder - Class in org.eclipse.jetty.ee11.websocket.jakarta.common.encoders
-
Default encoder for
BooleantoEncoder.TextMessage encoder - BooleanEncoder - Class in org.eclipse.jetty.ee8.websocket.javax.common.encoders
-
Default encoder for
BooleantoEncoder.TextMessage encoder - BooleanEncoder - Class in org.eclipse.jetty.ee9.websocket.jakarta.common.encoders
-
Default encoder for
BooleantoEncoder.TextMessage encoder - BooleanEncoder() - Constructor for class org.eclipse.jetty.ee10.websocket.jakarta.common.encoders.BooleanEncoder
- BooleanEncoder() - Constructor for class org.eclipse.jetty.ee11.websocket.jakarta.common.encoders.BooleanEncoder
- BooleanEncoder() - Constructor for class org.eclipse.jetty.ee8.websocket.javax.common.encoders.BooleanEncoder
- BooleanEncoder() - Constructor for class org.eclipse.jetty.ee9.websocket.jakarta.common.encoders.BooleanEncoder
- BouncyCastleClientALPNProcessor - Class in org.eclipse.jetty.alpn.bouncycastle.client
- BouncyCastleClientALPNProcessor() - Constructor for class org.eclipse.jetty.alpn.bouncycastle.client.BouncyCastleClientALPNProcessor
- BouncyCastleServerALPNProcessor - Class in org.eclipse.jetty.alpn.bouncycastle.server
- BouncyCastleServerALPNProcessor() - Constructor for class org.eclipse.jetty.alpn.bouncycastle.server.BouncyCastleServerALPNProcessor
- bound(ServerSocket) - Method in class org.eclipse.jetty.server.ShutdownMonitor
-
Deprecated.
- bound(ServerSocket) - Method in class org.eclipse.jetty.server.ShutdownService
-
Event triggered with the ServerSocket is bound.
- BR - Static variable in class org.eclipse.jetty.http.CompressedContentFormat
- BREAK_EVEN_GZIP_SIZE - Static variable in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Deprecated.
- BrotliCompression - Class in org.eclipse.jetty.compression.brotli
-
Brotli Compression.
- BrotliCompression() - Constructor for class org.eclipse.jetty.compression.brotli.BrotliCompression
- BrotliDecoderConfig - Class in org.eclipse.jetty.compression.brotli
- BrotliDecoderConfig() - Constructor for class org.eclipse.jetty.compression.brotli.BrotliDecoderConfig
- BrotliEncoderConfig - Class in org.eclipse.jetty.compression.brotli
- BrotliEncoderConfig() - Constructor for class org.eclipse.jetty.compression.brotli.BrotliEncoderConfig
- BUFFER_SIZE_ATTRIBUTE_NAME - Static variable in class org.eclipse.jetty.server.handler.BufferedResponseHandler
-
The name of the request attribute used to control the buffer size of a particular request.
- bufferAppend(char) - Method in class org.eclipse.jetty.util.Utf8StringBuilder
- Buffered() - Constructor for class org.eclipse.jetty.server.handler.EchoHandler.Buffered
- BufferedAsync() - Constructor for class org.eclipse.jetty.server.handler.EchoHandler.BufferedAsync
- BufferedContentSink - Class in org.eclipse.jetty.io.content
-
A
Content.Sinkbacked by anotherContent.Sink. - BufferedContentSink(Content.Sink, ByteBufferPool.Sized, int) - Constructor for class org.eclipse.jetty.io.content.BufferedContentSink
- BufferedContentSink(Content.Sink, ByteBufferPool, boolean, int, int) - Constructor for class org.eclipse.jetty.io.content.BufferedContentSink
- BufferedResponseHandler - Class in org.eclipse.jetty.ee8.nested
-
A Handler that can apply a
HttpOutput.Interceptormechanism to buffer the entire response content until the output is closed. - BufferedResponseHandler - Class in org.eclipse.jetty.ee9.nested
-
A Handler that can apply a
HttpOutput.Interceptormechanism to buffer the entire response content until the output is closed. - BufferedResponseHandler - Class in org.eclipse.jetty.server.handler
-
A Handler that can apply a mechanism to buffer the entire response content until the output is closed.
- BufferedResponseHandler() - Constructor for class org.eclipse.jetty.ee8.nested.BufferedResponseHandler
- BufferedResponseHandler() - Constructor for class org.eclipse.jetty.ee9.nested.BufferedResponseHandler
- BufferedResponseHandler() - Constructor for class org.eclipse.jetty.server.handler.BufferedResponseHandler
- BufferedResponseHandler(Handler) - Constructor for class org.eclipse.jetty.server.handler.BufferedResponseHandler
- BufferedResponseHandler.BufferedInterceptor - Interface in org.eclipse.jetty.ee8.nested
-
An
HttpOutput.Interceptorwhich is created byBufferedResponseHandler.newBufferedInterceptor(HttpChannel, Interceptor)and is used by the implementation to buffer outgoing content. - BufferedResponseHandler.BufferedInterceptor - Interface in org.eclipse.jetty.ee9.nested
-
An
HttpOutput.Interceptorwhich is created byBufferedResponseHandler.newBufferedInterceptor(HttpChannel, Interceptor)and is used by the implementation to buffer outgoing content. - BufferingFlowControlStrategy - Class in org.eclipse.jetty.http2
-
A flow control strategy that accumulates updates and emits window control frames when the accumulated value reaches a threshold.
- BufferingFlowControlStrategy(float) - Constructor for class org.eclipse.jetty.http2.BufferingFlowControlStrategy
- BufferingFlowControlStrategy(int, float) - Constructor for class org.eclipse.jetty.http2.BufferingFlowControlStrategy
- BufferingResponseListener - Class in org.eclipse.jetty.client
-
Implementation of
Response.Listenerthat buffers the response content by copying it up to a maximum length specified to the constructors. - BufferingResponseListener() - Constructor for class org.eclipse.jetty.client.BufferingResponseListener
-
Creates an instance with a default maximum length of 2 MiB.
- BufferingResponseListener(int) - Constructor for class org.eclipse.jetty.client.BufferingResponseListener
-
Creates an instance with the given maximum length
- bufferPool(ByteBufferPool.Sized) - Method in class org.eclipse.jetty.http.MultiPartConfig.Builder
- bufferReset() - Method in class org.eclipse.jetty.util.Utf8StringBuilder
- bufferSize - Static variable in class org.eclipse.jetty.util.IO
- BufferUtil - Class in org.eclipse.jetty.util
-
Buffer utility methods.
- BufferUtil() - Constructor for class org.eclipse.jetty.util.BufferUtil
- build() - Method in class org.eclipse.jetty.compression.server.CompressionConfig.Builder
- build() - Method in class org.eclipse.jetty.http.HttpCookie.Builder
- build() - Static method in interface org.eclipse.jetty.http.HttpFields
-
Returns an empty
HttpFields.Mutableinstance. - build() - Static method in interface org.eclipse.jetty.http.HttpURI
- build() - Method in class org.eclipse.jetty.http.MultiPartConfig.Builder
- build() - Method in class org.eclipse.jetty.security.Constraint.Builder
- build() - Method in class org.eclipse.jetty.security.openid.OpenIdConfiguration.Builder
- build() - Method in interface org.eclipse.jetty.util.CharsetStringBuilder
-
Build the completed string and reset the buffer.
- build() - Method in class org.eclipse.jetty.util.CharsetStringBuilder.Iso88591StringBuilder
- build() - Method in class org.eclipse.jetty.util.CharsetStringBuilder.UsAsciiStringBuilder
- build() - Method in class org.eclipse.jetty.util.Index.Builder
-
Build a
Indexinstance. - build() - Method in class org.eclipse.jetty.util.Index.Mutable.Builder
-
Build a
Index.Mutableinstance. - build() - Method in class org.eclipse.jetty.util.QuotedStringTokenizer.Builder
- build() - Method in class org.eclipse.jetty.util.Utf8StringBuilder
- build() - Method in class org.eclipse.jetty.websocket.core.OutgoingEntry.Builder
- build() - Method in class org.eclipse.jetty.xml.EnvironmentBuilder
- build(boolean) - Method in interface org.eclipse.jetty.util.CharsetStringBuilder
-
Attempt to build the completed string and reset the buffer, returning a partial string if there are encoding errors
- build(boolean) - Method in class org.eclipse.jetty.util.CharsetStringBuilder.DecoderStringBuilder
- build(boolean) - Method in class org.eclipse.jetty.util.CharsetStringBuilder.Iso88591StringBuilder
- build(boolean) - Method in class org.eclipse.jetty.util.CharsetStringBuilder.UsAsciiStringBuilder
- build(boolean) - Method in class org.eclipse.jetty.util.Utf8StringBuilder
-
Attempt to build the completed string and reset the buffer, returning a partial string if there are encoding errors
- build(int) - Static method in interface org.eclipse.jetty.http.HttpFields
-
Returns an empty
HttpFields.Mutableinstance with the given initialcapacity. - build(Class, Class, Method) - Static method in exception class org.eclipse.jetty.websocket.core.exception.InvalidSignatureException
- build(Class, Class, Method...) - Static method in exception class org.eclipse.jetty.websocket.core.exception.DuplicateAnnotationException
- build(MethodType, MethodType) - Static method in exception class org.eclipse.jetty.websocket.core.exception.InvalidSignatureException
- build(String) - Static method in interface org.eclipse.jetty.http.HttpURI
- build(String, String) - Static method in interface org.eclipse.jetty.http.HttpCookie
-
Creates a
HttpCookie.Builderto build aHttpCookie. - build(String, String) - Static method in interface org.eclipse.jetty.http.HttpURI
- build(String, String, int) - Static method in interface org.eclipse.jetty.http.HttpCookie
-
Creates a
HttpCookie.Builderto build aHttpCookie. - build(HttpCookie) - Static method in interface org.eclipse.jetty.http.HttpCookie
-
Creates a
HttpCookie.Builderto build aHttpCookie. - build(URI) - Static method in interface org.eclipse.jetty.http.HttpURI
- build(HttpCompliance, BiConsumer) - Static method in interface org.eclipse.jetty.http.HttpFields
- build(HttpCookie) - Static method in interface org.eclipse.jetty.http.HttpCookie
-
Creates a
HttpCookie.Builderto build aHttpCookie. - build(HttpFields) - Static method in interface org.eclipse.jetty.http.HttpFields
-
Returns a new
HttpFields.Mutableinstance containing a copy of all theHttpFields of the givenHttpFieldsparameter. - build(HttpFields, EnumSet) - Static method in interface org.eclipse.jetty.http.HttpFields
-
Returns a new
HttpFields.Mutableinstance containing a copy of all theHttpFields of the givenHttpFields, removing theHttpFields with the given names. - build(HttpFields, HttpField) - Static method in interface org.eclipse.jetty.http.HttpFields
-
Returns a new
HttpFields.Mutableinstance containing a copy of all theHttpFields of the givenHttpFields, replacing with the givenHttpFieldall the fieldsHttpFields with the same name. - build(HttpURI) - Static method in interface org.eclipse.jetty.http.HttpURI
- build(HttpURI, String) - Static method in interface org.eclipse.jetty.http.HttpURI
- build(HttpURI, String, String, String) - Static method in interface org.eclipse.jetty.http.HttpURI
- BUILD_TIMESTAMP - Static variable in class org.eclipse.jetty.util.Jetty
-
a formatted build timestamp with pattern yyyy-MM-dd'T'HH:mm:ssXXX
- builder() - Static method in class org.eclipse.jetty.compression.server.CompressionConfig
- builder() - Static method in interface org.eclipse.jetty.util.QuotedStringTokenizer
- Builder() - Constructor for class org.eclipse.jetty.ee10.webapp.AbstractConfiguration.Builder
- Builder() - Constructor for class org.eclipse.jetty.ee11.webapp.AbstractConfiguration.Builder
- Builder() - Constructor for class org.eclipse.jetty.http.MultiPartConfig.Builder
- Builder() - Constructor for class org.eclipse.jetty.security.Constraint.Builder
- Builder() - Constructor for class org.eclipse.jetty.security.openid.OpenIdConfiguration.Builder
-
Create a Builder for an OpenID Configuration.
- Builder() - Constructor for class org.eclipse.jetty.util.Index.Builder
-
Create a new index builder instance.
- Builder() - Constructor for class org.eclipse.jetty.websocket.core.OutgoingEntry.Builder
- Builder(String, String, String) - Constructor for class org.eclipse.jetty.security.openid.OpenIdConfiguration.Builder
-
Create a Builder for an OpenID Configuration.
- Builder(Constraint) - Constructor for class org.eclipse.jetty.security.Constraint.Builder
- Builder(Frame, Callback) - Constructor for class org.eclipse.jetty.websocket.core.OutgoingEntry.Builder
- Builder(OutgoingEntry) - Constructor for class org.eclipse.jetty.websocket.core.OutgoingEntry.Builder
- buildMutableVisibleAsciiAlphabet(boolean, int) - Static method in interface org.eclipse.jetty.util.Index
-
A special purpose static builder for fast creation of specific Index type
- BUNDLE - Static variable in class org.eclipse.jetty.osgi.BundleMetadata
- bundleAdded(Bundle) - Method in class org.eclipse.jetty.osgi.BundleContextProvider
-
Deploy a bundle as a Jetty context.
- bundleAdded(Bundle) - Method in interface org.eclipse.jetty.osgi.BundleProvider
- bundleAdded(Bundle) - Method in class org.eclipse.jetty.osgi.BundleWebAppProvider
-
A bundle has been added that could be a webapp
- BundleClassLoaderHelper - Interface in org.eclipse.jetty.osgi.util
-
BundleClassLoaderHelper
- BundleClassLoaderHelperFactory - Class in org.eclipse.jetty.osgi.util
-
Get a class loader helper adapted for the particular osgi environment.
- BundleContextProvider - Class in org.eclipse.jetty.osgi
-
BundleContextProvider
- BundleContextProvider(Server, Deployer, String, ContextFactory) - Constructor for class org.eclipse.jetty.osgi.BundleContextProvider
- BundleContextProvider.ContextBundleTracker - Class in org.eclipse.jetty.osgi
-
ContextBundleTracker Track deployment of Bundles that should be deployed to Jetty as contexts.
- BundleFileLocatorHelper - Interface in org.eclipse.jetty.osgi.util
-
BundleFileLocatorHelper
- BundleFileLocatorHelperFactory - Class in org.eclipse.jetty.osgi.util
-
Obtain a helper for locating files based on the bundle.
- BundleIndex - Class in org.eclipse.jetty.osgi
-
Maintains a cross-reference between bundles and their corresponding jetty Resource representations.
- BundleIndex() - Constructor for class org.eclipse.jetty.osgi.BundleIndex
- BundleMetadata - Class in org.eclipse.jetty.osgi
-
Metadata useful for a deployment that will result in a
ContextHandler - BundleMetadata(Bundle) - Constructor for class org.eclipse.jetty.osgi.BundleMetadata
- BundleMetadata(Bundle, String) - Constructor for class org.eclipse.jetty.osgi.BundleMetadata
- BundleProvider - Interface in org.eclipse.jetty.osgi
-
Interfaces the deployment of a bundle in osgi to the deployment of a ContextHandler for it
- bundleRemoved(Bundle) - Method in class org.eclipse.jetty.osgi.BundleContextProvider
-
Bundle has been removed.
- bundleRemoved(Bundle) - Method in interface org.eclipse.jetty.osgi.BundleProvider
- bundleRemoved(Bundle) - Method in class org.eclipse.jetty.osgi.BundleWebAppProvider
-
Bundle has been removed.
- BundleWebAppProvider - Class in org.eclipse.jetty.osgi
-
BundleWebAppProvider
- BundleWebAppProvider(Server, Deployer, String, ContextFactory) - Constructor for class org.eclipse.jetty.osgi.BundleWebAppProvider
- BundleWebAppProvider.WebAppTracker - Class in org.eclipse.jetty.osgi
-
Tracks bundles that are (un)/deployed in osgi and tries to deploy them as webapps into jetty.
- byAttribute(Attributes) - Static method in record class org.eclipse.jetty.session.AbstractSessionManager.RequestedSession
-
Get the
RequestedSessionby attribute - ByClass() - Constructor for class org.eclipse.jetty.util.ClassMatcher.ByClass
- byFileName(boolean) - Static method in class org.eclipse.jetty.util.resource.ResourceCollators
- ByHttpStatus(Handler) - Constructor for class org.eclipse.jetty.server.handler.ReHandlingErrorHandler.ByHttpStatus
- byLastModified(boolean) - Static method in class org.eclipse.jetty.util.resource.PathCollators
- byLastModified(boolean) - Static method in class org.eclipse.jetty.util.resource.ResourceCollators
- ByLocation() - Constructor for class org.eclipse.jetty.util.ClassMatcher.ByLocation
- ByLocationOrModule() - Constructor for class org.eclipse.jetty.util.ClassMatcher.ByLocationOrModule
- ByModule() - Constructor for class org.eclipse.jetty.util.ClassMatcher.ByModule
- byName(boolean) - Static method in class org.eclipse.jetty.util.resource.PathCollators
- byName(boolean) - Static method in class org.eclipse.jetty.util.resource.ResourceCollators
- ByPackage() - Constructor for class org.eclipse.jetty.util.ClassMatcher.ByPackage
- ByPackageOrName() - Constructor for class org.eclipse.jetty.util.ClassMatcher.ByPackageOrName
- byReference() - Method in class org.eclipse.jetty.quic.quiche.jna.sockaddr
- bySize(boolean) - Static method in class org.eclipse.jetty.util.resource.PathCollators
- bySize(boolean) - Static method in class org.eclipse.jetty.util.resource.ResourceCollators
- ByteArrayDecoder - Class in org.eclipse.jetty.ee10.websocket.jakarta.common.decoders
- ByteArrayDecoder - Class in org.eclipse.jetty.ee11.websocket.jakarta.common.decoders
- ByteArrayDecoder - Class in org.eclipse.jetty.ee8.websocket.javax.common.decoders
- ByteArrayDecoder - Class in org.eclipse.jetty.ee9.websocket.jakarta.common.decoders
- ByteArrayDecoder() - Constructor for class org.eclipse.jetty.ee10.websocket.jakarta.common.decoders.ByteArrayDecoder
- ByteArrayDecoder() - Constructor for class org.eclipse.jetty.ee11.websocket.jakarta.common.decoders.ByteArrayDecoder
- ByteArrayDecoder() - Constructor for class org.eclipse.jetty.ee8.websocket.javax.common.decoders.ByteArrayDecoder
- ByteArrayDecoder() - Constructor for class org.eclipse.jetty.ee9.websocket.jakarta.common.decoders.ByteArrayDecoder
- ByteArrayEncoder - Class in org.eclipse.jetty.ee10.websocket.jakarta.common.encoders
- ByteArrayEncoder - Class in org.eclipse.jetty.ee11.websocket.jakarta.common.encoders
- ByteArrayEncoder - Class in org.eclipse.jetty.ee8.websocket.javax.common.encoders
- ByteArrayEncoder - Class in org.eclipse.jetty.ee9.websocket.jakarta.common.encoders
- ByteArrayEncoder() - Constructor for class org.eclipse.jetty.ee10.websocket.jakarta.common.encoders.ByteArrayEncoder
- ByteArrayEncoder() - Constructor for class org.eclipse.jetty.ee11.websocket.jakarta.common.encoders.ByteArrayEncoder
- ByteArrayEncoder() - Constructor for class org.eclipse.jetty.ee8.websocket.javax.common.encoders.ByteArrayEncoder
- ByteArrayEncoder() - Constructor for class org.eclipse.jetty.ee9.websocket.jakarta.common.encoders.ByteArrayEncoder
- ByteArrayEndPoint - Class in org.eclipse.jetty.io
-
ByteArrayEndPoint.
- ByteArrayEndPoint() - Constructor for class org.eclipse.jetty.io.ByteArrayEndPoint
- ByteArrayEndPoint(byte[], int) - Constructor for class org.eclipse.jetty.io.ByteArrayEndPoint
- ByteArrayEndPoint(byte[], int, boolean) - Constructor for class org.eclipse.jetty.io.ByteArrayEndPoint
- ByteArrayEndPoint(String, int) - Constructor for class org.eclipse.jetty.io.ByteArrayEndPoint
- ByteArrayEndPoint(String, int, boolean) - Constructor for class org.eclipse.jetty.io.ByteArrayEndPoint
- ByteArrayEndPoint(Scheduler, long) - Constructor for class org.eclipse.jetty.io.ByteArrayEndPoint
- ByteArrayEndPoint(Scheduler, long, byte[], int) - Constructor for class org.eclipse.jetty.io.ByteArrayEndPoint
- ByteArrayEndPoint(Scheduler, long, String, int) - Constructor for class org.eclipse.jetty.io.ByteArrayEndPoint
- ByteArrayEndPoint(Scheduler, long, ByteBuffer, int, boolean) - Constructor for class org.eclipse.jetty.io.ByteArrayEndPoint
- ByteArrayISO8859Writer - Class in org.eclipse.jetty.util
-
Byte Array ISO 8859 writer.
- ByteArrayISO8859Writer() - Constructor for class org.eclipse.jetty.util.ByteArrayISO8859Writer
-
Constructor.
- ByteArrayISO8859Writer(byte[]) - Constructor for class org.eclipse.jetty.util.ByteArrayISO8859Writer
- ByteArrayISO8859Writer(int) - Constructor for class org.eclipse.jetty.util.ByteArrayISO8859Writer
-
Constructor.
- ByteArrayMessageSink - Class in org.eclipse.jetty.websocket.core.messages
-
A
MessageSinkimplementation that accumulates BINARY frames into a message that is then delivered to the application function passed to the constructor in the form of abyte[]. - ByteArrayMessageSink(CoreSession, MethodHolder, boolean) - Constructor for class org.eclipse.jetty.websocket.core.messages.ByteArrayMessageSink
-
Creates a new
ByteArrayMessageSink. - ByteArrayOutputStream2 - Class in org.eclipse.jetty.util
-
ByteArrayOutputStream with public internals
- ByteArrayOutputStream2() - Constructor for class org.eclipse.jetty.util.ByteArrayOutputStream2
- ByteArrayOutputStream2(int) - Constructor for class org.eclipse.jetty.util.ByteArrayOutputStream2
- ByteBufferAccumulator - Class in org.eclipse.jetty.io
-
Deprecated, for removal: This API element is subject to removal in a future version.
- ByteBufferAccumulator() - Constructor for class org.eclipse.jetty.io.ByteBufferAccumulator
-
Deprecated.
- ByteBufferAccumulator(ByteBufferPool, boolean) - Constructor for class org.eclipse.jetty.io.ByteBufferAccumulator
-
Deprecated.
- ByteBufferAggregator - Class in org.eclipse.jetty.io
-
Deprecated, for removal: This API element is subject to removal in a future version.
- ByteBufferAggregator(ByteBufferPool, boolean, int, int) - Constructor for class org.eclipse.jetty.io.ByteBufferAggregator
-
Deprecated.Creates a ByteBuffer aggregator.
- ByteBufferCallbackAccumulator - Class in org.eclipse.jetty.io
-
Deprecated, for removal: This API element is subject to removal in a future version.
- ByteBufferCallbackAccumulator() - Constructor for class org.eclipse.jetty.io.ByteBufferCallbackAccumulator
-
Deprecated.
- ByteBufferContentSource - Class in org.eclipse.jetty.io.content
-
A
Content.Sourcebacked by one or moreByteBuffers. - ByteBufferContentSource(ByteBuffer...) - Constructor for class org.eclipse.jetty.io.content.ByteBufferContentSource
- ByteBufferContentSource(Collection) - Constructor for class org.eclipse.jetty.io.content.ByteBufferContentSource
- ByteBufferContentSource(Collection, long, long) - Constructor for class org.eclipse.jetty.io.content.ByteBufferContentSource
- ByteBufferDecoder - Class in org.eclipse.jetty.ee10.websocket.jakarta.common.decoders
- ByteBufferDecoder - Class in org.eclipse.jetty.ee11.websocket.jakarta.common.decoders
- ByteBufferDecoder - Class in org.eclipse.jetty.ee8.websocket.javax.common.decoders
- ByteBufferDecoder - Class in org.eclipse.jetty.ee9.websocket.jakarta.common.decoders
- ByteBufferDecoder() - Constructor for class org.eclipse.jetty.ee10.websocket.jakarta.common.decoders.ByteBufferDecoder
- ByteBufferDecoder() - Constructor for class org.eclipse.jetty.ee11.websocket.jakarta.common.decoders.ByteBufferDecoder
- ByteBufferDecoder() - Constructor for class org.eclipse.jetty.ee8.websocket.javax.common.decoders.ByteBufferDecoder
- ByteBufferDecoder() - Constructor for class org.eclipse.jetty.ee9.websocket.jakarta.common.decoders.ByteBufferDecoder
- ByteBufferEncoder - Class in org.eclipse.jetty.ee10.websocket.jakarta.common.encoders
- ByteBufferEncoder - Class in org.eclipse.jetty.ee11.websocket.jakarta.common.encoders
- ByteBufferEncoder - Class in org.eclipse.jetty.ee8.websocket.javax.common.encoders
- ByteBufferEncoder - Class in org.eclipse.jetty.ee9.websocket.jakarta.common.encoders
- ByteBufferEncoder() - Constructor for class org.eclipse.jetty.ee10.websocket.jakarta.common.encoders.ByteBufferEncoder
- ByteBufferEncoder() - Constructor for class org.eclipse.jetty.ee11.websocket.jakarta.common.encoders.ByteBufferEncoder
- ByteBufferEncoder() - Constructor for class org.eclipse.jetty.ee8.websocket.javax.common.encoders.ByteBufferEncoder
- ByteBufferEncoder() - Constructor for class org.eclipse.jetty.ee9.websocket.jakarta.common.encoders.ByteBufferEncoder
- ByteBufferInputStream - Class in org.eclipse.jetty.io
-
Present a ByteBuffer as an InputStream.
- ByteBufferInputStream(ByteBuffer) - Constructor for class org.eclipse.jetty.io.ByteBufferInputStream
- ByteBufferMessageSink - Class in org.eclipse.jetty.websocket.core.messages
-
A
MessageSinkimplementation that accumulates BINARY frames into a message that is then delivered to the application function passed to the constructor in the form of aByteBuffer. - ByteBufferMessageSink(CoreSession, MethodHolder, boolean) - Constructor for class org.eclipse.jetty.websocket.core.messages.ByteBufferMessageSink
-
Creates a new
ByteBufferMessageSink. - ByteBufferOutputStream - Class in org.eclipse.jetty.io
-
Simple wrapper of a ByteBuffer as an OutputStream.
- ByteBufferOutputStream(ByteBuffer) - Constructor for class org.eclipse.jetty.io.ByteBufferOutputStream
- ByteBufferOutputStream2 - Class in org.eclipse.jetty.io
- ByteBufferOutputStream2() - Constructor for class org.eclipse.jetty.io.ByteBufferOutputStream2
-
Deprecated.
- ByteBufferOutputStream2(ByteBufferPool, boolean) - Constructor for class org.eclipse.jetty.io.ByteBufferOutputStream2
-
Deprecated.
- ByteBufferPart(String, String, HttpFields, ByteBuffer...) - Constructor for class org.eclipse.jetty.http.MultiPart.ByteBufferPart
- ByteBufferPart(String, String, HttpFields, List) - Constructor for class org.eclipse.jetty.http.MultiPart.ByteBufferPart
- ByteBufferPool - Interface in org.eclipse.jetty.io
-
A pool for
RetainableByteBufferinstances. - ByteBufferPool.Accumulator - Class in org.eclipse.jetty.io
-
Deprecated, for removal: This API element is subject to removal in a future version.
- ByteBufferPool.NonPooling - Class in org.eclipse.jetty.io
-
A
ByteBufferPoolthat does not pool itsRetainableByteBuffers. - ByteBufferPool.Sized - Class in org.eclipse.jetty.io
-
A ByteBufferPool with an additional no-args
ByteBufferPool.Sized.acquire()method to obtain a buffer of a preconfigured specific size and type. - ByteBufferPool.Wrapper - Class in org.eclipse.jetty.io
-
A wrapper for
ByteBufferPoolinstances. - ByteBufferRequestContent - Class in org.eclipse.jetty.client
-
A
Request.ContentforByteBuffers. - ByteBufferRequestContent(String, ByteBuffer...) - Constructor for class org.eclipse.jetty.client.ByteBufferRequestContent
- ByteBufferRequestContent(String, Collection) - Constructor for class org.eclipse.jetty.client.ByteBufferRequestContent
- ByteBufferRequestContent(ByteBuffer...) - Constructor for class org.eclipse.jetty.client.ByteBufferRequestContent
- ByteDecoder - Class in org.eclipse.jetty.ee10.websocket.jakarta.common.decoders
-
Default implementation of the
Decoder.TextMessage toBytedecoder - ByteDecoder - Class in org.eclipse.jetty.ee11.websocket.jakarta.common.decoders
-
Default implementation of the
Decoder.TextMessage toBytedecoder - ByteDecoder - Class in org.eclipse.jetty.ee8.websocket.javax.common.decoders
-
Default implementation of the
Decoder.TextMessage toBytedecoder - ByteDecoder - Class in org.eclipse.jetty.ee9.websocket.jakarta.common.decoders
-
Default implementation of the
Decoder.TextMessage toBytedecoder - ByteDecoder() - Constructor for class org.eclipse.jetty.ee10.websocket.jakarta.common.decoders.ByteDecoder
- ByteDecoder() - Constructor for class org.eclipse.jetty.ee11.websocket.jakarta.common.decoders.ByteDecoder
- ByteDecoder() - Constructor for class org.eclipse.jetty.ee8.websocket.javax.common.decoders.ByteDecoder
- ByteDecoder() - Constructor for class org.eclipse.jetty.ee9.websocket.jakarta.common.decoders.ByteDecoder
- ByteEncoder - Class in org.eclipse.jetty.ee10.websocket.jakarta.common.encoders
-
Default encoder for
BytetoEncoder.TextMessage encoder - ByteEncoder - Class in org.eclipse.jetty.ee11.websocket.jakarta.common.encoders
-
Default encoder for
BytetoEncoder.TextMessage encoder - ByteEncoder - Class in org.eclipse.jetty.ee8.websocket.javax.common.encoders
-
Default encoder for
BytetoEncoder.TextMessage encoder - ByteEncoder - Class in org.eclipse.jetty.ee9.websocket.jakarta.common.encoders
-
Default encoder for
BytetoEncoder.TextMessage encoder - ByteEncoder() - Constructor for class org.eclipse.jetty.ee10.websocket.jakarta.common.encoders.ByteEncoder
- ByteEncoder() - Constructor for class org.eclipse.jetty.ee11.websocket.jakarta.common.encoders.ByteEncoder
- ByteEncoder() - Constructor for class org.eclipse.jetty.ee8.websocket.javax.common.encoders.ByteEncoder
- ByteEncoder() - Constructor for class org.eclipse.jetty.ee9.websocket.jakarta.common.encoders.ByteEncoder
- byteEquals(byte[], byte[]) - Static method in class org.eclipse.jetty.util.security.Credential
-
Utility method that replaces Arrays.equals() to avoid timing attacks.
- ByteRange - Record Class in org.eclipse.jetty.http
-
A representation of a byte range as specified by RFC 7233.
- ByteRange(long, long) - Constructor for record class org.eclipse.jetty.http.ByteRange
-
Creates an instance of a
ByteRangerecord class. - BYTES - Enum constant in enum class org.eclipse.jetty.http.HttpHeaderValue
- BytesGenerated(int, int) - Constructor for record class org.eclipse.jetty.quic.common.frames.FrameGenerator.BytesGenerated
-
Creates an instance of a
BytesGeneratedrecord class. - BytesId(long) - Constructor for class org.eclipse.jetty.quic.api.frames.TransportParameters.BytesId
- BytesRequestContent - Class in org.eclipse.jetty.client
-
A
Request.Contentfor byte arrays. - BytesRequestContent(byte[]...) - Constructor for class org.eclipse.jetty.client.BytesRequestContent
- BytesRequestContent(String, byte[]...) - Constructor for class org.eclipse.jetty.client.BytesRequestContent
C
- C_AUTHORITY - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
- C_BOOL - Static variable in class org.eclipse.jetty.quic.quiche.foreign.NativeHelper
- C_CHAR - Static variable in class org.eclipse.jetty.quic.quiche.foreign.NativeHelper
- C_DOUBLE - Static variable in class org.eclipse.jetty.quic.quiche.foreign.NativeHelper
- C_FLOAT - Static variable in class org.eclipse.jetty.quic.quiche.foreign.NativeHelper
- C_INT - Static variable in class org.eclipse.jetty.quic.quiche.foreign.NativeHelper
- C_LONG - Static variable in class org.eclipse.jetty.quic.quiche.foreign.NativeHelper
- C_LONG_LONG - Static variable in class org.eclipse.jetty.quic.quiche.foreign.NativeHelper
- C_METHOD - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
-
HTTP2 Fields.
- C_PATH - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
- C_POINTER - Static variable in class org.eclipse.jetty.quic.quiche.foreign.NativeHelper
- C_PROTOCOL - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
- C_SCHEME - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
- C_SHORT - Static variable in class org.eclipse.jetty.quic.quiche.foreign.NativeHelper
- C_STATUS - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
- cache(String) - Method in class org.eclipse.jetty.util.ajax.AsyncJSON.Factory
- CACHE - Static variable in enum class org.eclipse.jetty.http.HttpHeader
- CACHE - Static variable in enum class org.eclipse.jetty.http.HttpHeaderValue
- CACHE - Static variable in enum class org.eclipse.jetty.http.HttpMethod
- CACHE - Static variable in class org.eclipse.jetty.http.HttpParser
-
Cache of common
HttpFields including: Common static combinations such as: Connection: close Accept-Encoding: gzip Content-Length: 0 Combinations of Content-Type header for common mime types by common charsets Most common headers with null values so that a lookup will at least determine the header name even if the name:value combination is not cached - CACHE - Static variable in enum class org.eclipse.jetty.http.HttpScheme
- CACHE - Static variable in enum class org.eclipse.jetty.http.HttpVersion
- CACHE - Static variable in class org.eclipse.jetty.http.MimeTypes
- CACHE_CONTROL - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
- cached(ByteBuffer) - Method in class org.eclipse.jetty.util.ajax.AsyncJSON.Factory
-
Attempts to return a cached string from the buffer bytes.
- CACHED_CONTAINER_FRAGMENTS - Static variable in class org.eclipse.jetty.ee10.webapp.MetaInfConfiguration
- CACHED_CONTAINER_FRAGMENTS - Static variable in class org.eclipse.jetty.ee11.webapp.MetaInfConfiguration
- CACHED_CONTAINER_FRAGMENTS - Static variable in class org.eclipse.jetty.ee8.webapp.MetaInfConfiguration
- CACHED_CONTAINER_FRAGMENTS - Static variable in class org.eclipse.jetty.ee9.webapp.MetaInfConfiguration
- CACHED_CONTAINER_RESOURCES - Static variable in class org.eclipse.jetty.ee10.webapp.MetaInfConfiguration
- CACHED_CONTAINER_RESOURCES - Static variable in class org.eclipse.jetty.ee11.webapp.MetaInfConfiguration
- CACHED_CONTAINER_RESOURCES - Static variable in class org.eclipse.jetty.ee8.webapp.MetaInfConfiguration
- CACHED_CONTAINER_RESOURCES - Static variable in class org.eclipse.jetty.ee9.webapp.MetaInfConfiguration
- CACHED_CONTAINER_TLDS - Static variable in class org.eclipse.jetty.ee10.webapp.MetaInfConfiguration
- CACHED_CONTAINER_TLDS - Static variable in class org.eclipse.jetty.ee11.webapp.MetaInfConfiguration
- CACHED_CONTAINER_TLDS - Static variable in class org.eclipse.jetty.ee8.webapp.MetaInfConfiguration
- CACHED_CONTAINER_TLDS - Static variable in class org.eclipse.jetty.ee9.webapp.MetaInfConfiguration
- CachedHttpContent(String, HttpContent) - Constructor for class org.eclipse.jetty.http.content.CachingHttpContentFactory.CachedHttpContent
- CachingHttpContentFactory - Class in org.eclipse.jetty.http.content
-
HttpContent.Factoryimplementation that wraps any otherHttpContent.Factoryinstance using it as a caching authority. - CachingHttpContentFactory(HttpContent.Factory, ByteBufferPool.Sized) - Constructor for class org.eclipse.jetty.http.content.CachingHttpContentFactory
- CachingHttpContentFactory.CachedHttpContent - Class in org.eclipse.jetty.http.content
- CachingHttpContentFactory.CachingHttpContent - Interface in org.eclipse.jetty.http.content
- CachingHttpContentFactory.NotFoundHttpContent - Class in org.eclipse.jetty.http.content
- CachingSessionDataStore - Class in org.eclipse.jetty.session
-
A SessionDataStore is a mechanism for (persistently) storing data associated with sessions.
- CachingSessionDataStore(SessionDataMap, SessionDataStore) - Constructor for class org.eclipse.jetty.session.CachingSessionDataStore
- CachingSessionDataStoreFactory - Class in org.eclipse.jetty.session
-
CachingSessionDataStoreFactory
- CachingSessionDataStoreFactory() - Constructor for class org.eclipse.jetty.session.CachingSessionDataStoreFactory
- CachingWebAppClassLoader - Class in org.eclipse.jetty.ee.webapp
-
A WebAppClassLoader that caches
CachingWebAppClassLoader.getResource(String)results. - CachingWebAppClassLoader - Class in org.eclipse.jetty.ee10.webapp
-
Deprecated, for removal: This API element is subject to removal in a future version.use core
CachingWebAppClassLoaderinstead - CachingWebAppClassLoader - Class in org.eclipse.jetty.ee11.webapp
-
Deprecated, for removal: This API element is subject to removal in a future version.use core
CachingWebAppClassLoaderinstead - CachingWebAppClassLoader - Class in org.eclipse.jetty.ee8.webapp
-
Deprecated, for removal: This API element is subject to removal in a future version.use core
CachingWebAppClassLoaderinstead - CachingWebAppClassLoader - Class in org.eclipse.jetty.ee9.webapp
-
Deprecated, for removal: This API element is subject to removal in a future version.use core
CachingWebAppClassLoaderinstead - CachingWebAppClassLoader(ClassLoader, WebAppClassLoader.Context) - Constructor for class org.eclipse.jetty.ee.webapp.CachingWebAppClassLoader
- CachingWebAppClassLoader(ClassLoader, WebAppClassLoader.Context) - Constructor for class org.eclipse.jetty.ee10.webapp.CachingWebAppClassLoader
-
Deprecated.
- CachingWebAppClassLoader(ClassLoader, WebAppClassLoader.Context) - Constructor for class org.eclipse.jetty.ee11.webapp.CachingWebAppClassLoader
-
Deprecated.
- CachingWebAppClassLoader(ClassLoader, WebAppClassLoader.Context) - Constructor for class org.eclipse.jetty.ee8.webapp.CachingWebAppClassLoader
-
Deprecated.
- CachingWebAppClassLoader(ClassLoader, WebAppClassLoader.Context) - Constructor for class org.eclipse.jetty.ee9.webapp.CachingWebAppClassLoader
-
Deprecated.
- CachingWebAppClassLoader(WebAppClassLoader.Context) - Constructor for class org.eclipse.jetty.ee.webapp.CachingWebAppClassLoader
- CachingWebAppClassLoader(WebAppClassLoader.Context) - Constructor for class org.eclipse.jetty.ee10.webapp.CachingWebAppClassLoader
-
Deprecated.
- CachingWebAppClassLoader(WebAppClassLoader.Context) - Constructor for class org.eclipse.jetty.ee11.webapp.CachingWebAppClassLoader
-
Deprecated.
- CachingWebAppClassLoader(WebAppClassLoader.Context) - Constructor for class org.eclipse.jetty.ee8.webapp.CachingWebAppClassLoader
-
Deprecated.
- CachingWebAppClassLoader(WebAppClassLoader.Context) - Constructor for class org.eclipse.jetty.ee9.webapp.CachingWebAppClassLoader
-
Deprecated.
- calcAndSetExpiry() - Method in class org.eclipse.jetty.session.SessionData
- calcAndSetExpiry(long) - Method in class org.eclipse.jetty.session.SessionData
- calcExpireNanoTime(long) - Static method in interface org.eclipse.jetty.io.CyclicTimeouts.Expirable
-
Calculates the expiration time in nanoseconds.
- calcExpiry() - Method in class org.eclipse.jetty.session.SessionData
- calcExpiry(long) - Method in class org.eclipse.jetty.session.SessionData
- calculateInactivityTimeout(long) - Method in class org.eclipse.jetty.session.ManagedSession
-
Calculate what the session timer setting should be based on: the time remaining before the session expires and any idle eviction time configured.
- calculateInactivityTimeout(String, long, long) - Method in class org.eclipse.jetty.session.AbstractSessionManager
-
Calculate what the session timer setting should be based on: the time remaining before the session expires and any idle eviction time configured.
- calculateInactivityTimeout(String, long, long) - Method in interface org.eclipse.jetty.session.SessionManager
- call() - Method in class org.eclipse.jetty.ee10.annotations.AnnotationConfiguration.ParserTask
- call() - Method in class org.eclipse.jetty.ee11.annotations.AnnotationConfiguration.ParserTask
- call() - Method in class org.eclipse.jetty.ee8.annotations.AnnotationConfiguration.ParserTask
- call() - Method in class org.eclipse.jetty.ee9.annotations.AnnotationConfiguration.ParserTask
- call() - Method in interface org.eclipse.jetty.util.thread.Invocable.Callable
- call(Throwable, Consumer) - Static method in class org.eclipse.jetty.util.ExceptionUtil
-
Call a method that handles a
Throwable, catching and associating any exception that it throws. - call(Invocable.Callable, Consumer) - Static method in class org.eclipse.jetty.util.ExceptionUtil
-
Call a
Invocable.Callableand handle any resulting failures - call(Invocable.Callable, Request) - Method in class org.eclipse.jetty.server.handler.ContextHandler.ScopedContext
- callAndCatch(Invocable.Callable) - Method in class org.eclipse.jetty.util.ExceptionUtil.MultiException
- callAndThen(Runnable, Runnable) - Static method in class org.eclipse.jetty.util.ExceptionUtil
-
Call a
Runnableand then always call another, ignoring any exceptions thrown. - callAndThen(Throwable, Consumer, Runnable) - Static method in class org.eclipse.jetty.util.ExceptionUtil
- callAndThen(Throwable, Consumer, Consumer) - Static method in class org.eclipse.jetty.util.ExceptionUtil
-
Call a handler of
Throwableand then always call another, suppressing any exceptions thrown. - callAs(Subject, Callable) - Static method in class org.eclipse.jetty.util.security.SecurityUtils
-
Runs the action as the specified subject.
- callback() - Method in record class org.eclipse.jetty.compression.EncoderSink.WriteRecord
-
Returns the value of the
callbackrecord component. - callback() - Static method in class org.eclipse.jetty.util.Blocker
- callback() - Method in class org.eclipse.jetty.util.Blocker.Shared
- callback(Object) - Method in class org.eclipse.jetty.plus.annotation.LifeCycleCallback
- callback(Object) - Method in class org.eclipse.jetty.plus.annotation.PostConstructCallback
- callback(Object) - Method in class org.eclipse.jetty.plus.annotation.PreDestroyCallback
- callback(Callback) - Method in class org.eclipse.jetty.websocket.core.OutgoingEntry.Builder
- Callback - Interface in org.eclipse.jetty.util
-
A callback abstraction that handles completed/failed events of asynchronous operations.
- Callback - Interface in org.eclipse.jetty.websocket.api
-
A callback object that handles success/failure events of asynchronous operations.
- Callback.Combination - Class in org.eclipse.jetty.util
-
A combination of multiple Callbacks, that must all be completed before a specific callback is completed.
- Callback.Completable - Class in org.eclipse.jetty.util
-
A
CompletableFuturethat is also aCallback. - Callback.Completable - Class in org.eclipse.jetty.websocket.api
-
A
Callbackthat is also aCompletableFuture. - Callback.Completing - Interface in org.eclipse.jetty.util
-
A Callback implementation that calls the
Callback.Completing.completed()method when it either succeeds or fails. - Callback.Nested - Class in org.eclipse.jetty.util
-
Nested Completing Callback that completes after completing the nested callback
- callbackHandler - Variable in class org.eclipse.jetty.ee10.security.jaspi.modules.BaseAuthModule
- callbackHandler - Variable in class org.eclipse.jetty.ee11.security.jaspi.modules.BaseAuthModule
- callbackHandler - Variable in class org.eclipse.jetty.ee8.security.jaspi.modules.BaseAuthModule
- callbackHandler - Variable in class org.eclipse.jetty.ee9.security.jaspi.modules.BaseAuthModule
- callBoundBindingListener(Session, String, Object) - Method in class org.eclipse.jetty.ee10.servlet.SessionHandler
- callBoundBindingListener(Session, String, Object) - Method in class org.eclipse.jetty.ee11.servlet.SessionHandler
- callContextDestroyed(ServletContextListener, ServletContextEvent) - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler
- callContextDestroyed(ServletContextListener, ServletContextEvent) - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler
- callContextDestroyed(ServletContextListener, ServletContextEvent) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
- callContextDestroyed(ServletContextListener, ServletContextEvent) - Method in class org.eclipse.jetty.ee9.servlet.ServletContextHandler
- callContextDestroyed(ServletContextListener, ServletContextEvent) - Method in class org.eclipse.jetty.ee8.nested.ContextHandler
- callContextDestroyed(ServletContextListener, ServletContextEvent) - Method in class org.eclipse.jetty.ee8.servlet.ServletContextHandler
- callContextInitialized(ServletContextListener, ServletContextEvent) - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler
- callContextInitialized(ServletContextListener, ServletContextEvent) - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler
- callContextInitialized(ServletContextListener, ServletContextEvent) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
- callContextInitialized(ServletContextListener, ServletContextEvent) - Method in class org.eclipse.jetty.ee9.servlet.ServletContextHandler
- callContextInitialized(ServletContextListener, ServletContextEvent) - Method in class org.eclipse.jetty.ee8.nested.ContextHandler
- callContextInitialized(ServletContextListener, ServletContextEvent) - Method in class org.eclipse.jetty.ee8.servlet.ServletContextHandler
- callPostConstructCallback(Object) - Method in class org.eclipse.jetty.plus.annotation.LifeCycleCallbackCollection
-
Call the method, if one exists, that is annotated with
@PostConstructor with<post-construct>in web.xml - callPreDestroyCallback(Object) - Method in class org.eclipse.jetty.plus.annotation.LifeCycleCallbackCollection
-
Call the method, if one exists, that is annotated with
@PreDestroyor with<pre-destroy>in web.xml - callUnboundBindingListener(Session, String, Object) - Method in class org.eclipse.jetty.ee10.servlet.SessionHandler
- callUnboundBindingListener(Session, String, Object) - Method in class org.eclipse.jetty.ee11.servlet.SessionHandler
- cancel() - Method in class org.eclipse.jetty.io.CyclicTimeout
-
Cancels this CyclicTimeout so that it won't expire.
- cancel() - Method in class org.eclipse.jetty.session.SessionInactivityTimer
- cancel() - Method in class org.eclipse.jetty.util.component.Graceful.Shutdown
-
This method can be called after
Graceful.Shutdown.shutdown()has been called, but beforeGraceful.Shutdown.check()has been called withGraceful.Shutdown.isShutdownDone()having returned true to cancel the effects of theGraceful.Shutdown.shutdown()call. - cancel() - Method in interface org.eclipse.jetty.util.thread.Scheduler.Task
-
Attempts to cancel the execution of this task.
- cancel(boolean) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.encoders.EncodeFailedFuture
- cancel(boolean) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.encoders.EncodeFailedFuture
- cancel(boolean) - Method in class org.eclipse.jetty.ee8.websocket.javax.common.encoders.EncodeFailedFuture
- cancel(boolean) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.encoders.EncodeFailedFuture
- cancel(boolean) - Method in class org.eclipse.jetty.util.FutureCallback
- cancel(boolean) - Method in class org.eclipse.jetty.util.FuturePromise
- cancel(Throwable) - Method in class org.eclipse.jetty.fcgi.generator.Flusher
- CANCEL_PUSH - Enum constant in enum class org.eclipse.jetty.http3.frames.FrameType
- CANCEL_STREAM_ERROR - Enum constant in enum class org.eclipse.jetty.http2.ErrorCode
-
Indicates that a stream is no longer needed.
- cancelDemand() - Method in class org.eclipse.jetty.websocket.core.WebSocketConnection
- CancelPushBodyParser - Class in org.eclipse.jetty.http3.parser
- CancelPushBodyParser(HeaderParser, ParserListener) - Constructor for class org.eclipse.jetty.http3.parser.CancelPushBodyParser
- CancelPushGenerator - Class in org.eclipse.jetty.http3.generator
- CancelPushGenerator(ByteBufferPool) - Constructor for class org.eclipse.jetty.http3.generator.CancelPushGenerator
- cancelSend(Throwable, Callback) - Method in interface org.eclipse.jetty.server.HttpStream
-
Cancel any
HttpStream.send(MetaData.Request, MetaData.Response, boolean, ByteBuffer, Callback)call in progress. - cancelSend(Throwable, Callback) - Method in class org.eclipse.jetty.server.HttpStream.Wrapper
- cancelTimeout() - Method in class org.eclipse.jetty.ee10.servlet.ServletChannelState
- cancelTimeout() - Method in class org.eclipse.jetty.ee11.servlet.ServletChannelState
- cancelTimeout() - Method in class org.eclipse.jetty.ee8.nested.HttpChannelState
- cancelTimeout() - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
- cancelTimeout(AsyncContextEvent) - Method in class org.eclipse.jetty.ee10.servlet.ServletChannelState
- cancelTimeout(AsyncContextEvent) - Method in class org.eclipse.jetty.ee11.servlet.ServletChannelState
- cancelTimeout(AsyncContextEvent) - Method in class org.eclipse.jetty.ee8.nested.HttpChannelState
- cancelTimeout(AsyncContextEvent) - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
- cancelTimeoutTask() - Method in class org.eclipse.jetty.ee10.servlet.AsyncContextEvent
- cancelTimeoutTask() - Method in class org.eclipse.jetty.ee11.servlet.AsyncContextEvent
- cancelTimeoutTask() - Method in class org.eclipse.jetty.ee8.nested.AsyncContextEvent
- cancelTimeoutTask() - Method in class org.eclipse.jetty.ee9.nested.AsyncContextEvent
- cancelWrite(Throwable) - Method in class org.eclipse.jetty.http2.HTTP2StreamEndPoint
- cancelWrite(Throwable) - Method in class org.eclipse.jetty.io.AbstractEndPoint
- cancelWrite(Throwable) - Method in interface org.eclipse.jetty.io.EndPoint
-
Cancel any current
EndPoint.write(Callback, ByteBuffer...)operation in progress. - cancelWrite(Throwable) - Method in class org.eclipse.jetty.io.SelectableChannelEndPoint
- cancelWrite(Throwable) - Method in class org.eclipse.jetty.io.WriteFlusher
-
Abort any write the flusher may have in progress or pending, then prevent any further write.
- cancelWrite(Throwable) - Method in class org.eclipse.jetty.quic.common.StreamEndPoint
- cancelWrite(Throwable) - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
- canonicalPath(String) - Static method in class org.eclipse.jetty.util.URIUtil
-
Canonicalize a URI path to a form that is unambiguous and safe to use with the JVM
URIclass. - canonicalPath(String, Supplier) - Static method in class org.eclipse.jetty.util.URIUtil
-
Canonicalize a URI path to a form that is unambiguous and safe to use with the JVM
URIclass. - canRetain() - Method in interface org.eclipse.jetty.io.Retainable
-
Returns whether this resource is referenced counted by calls to
Retainable.retain()andRetainable.release(). - canRetain() - Method in class org.eclipse.jetty.io.Retainable.ReferenceCounter
- canRetain() - Method in class org.eclipse.jetty.io.Retainable.Wrapper
- capacity() - Method in interface org.eclipse.jetty.io.RetainableByteBuffer
- capacity() - Method in class org.eclipse.jetty.io.RetainableByteBuffer.DynamicCapacity
- capacity() - Method in class org.eclipse.jetty.io.RetainableByteBuffer.FixedCapacity
- capacity() - Method in class org.eclipse.jetty.io.RetainableByteBuffer.Wrapper
- capacity() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
- capacity() - Method in class org.eclipse.jetty.util.thread.ThreadIdPool
- cappedAdd(int, int, int) - Static method in class org.eclipse.jetty.util.MathUtils
-
Returns the sum of its arguments, capping to
maxValue. - cappedAdd(long, long) - Static method in class org.eclipse.jetty.util.MathUtils
-
Returns the sum of its arguments, capping to
Long.MAX_VALUEif they overflow. - CapturingListener() - Constructor for class org.eclipse.jetty.http.ComplianceViolation.CapturingListener
- CASE_INSENSITIVE_METHOD - Enum constant in enum class org.eclipse.jetty.http.HttpCompliance.Violation
-
The HTTP RFC(s) require that method names are case-sensitive, so that "
Get" and "GET" are considered different methods. - CASE_SENSITIVE_FIELD_NAME - Enum constant in enum class org.eclipse.jetty.http.HttpCompliance.Violation
-
The HTTP RFC(s) require that field names are case-insensitive, so for example the fields "
Content-Type: text/xml" and "content-type: text/xml" are considered equivalent. - caseInsensitiveHeader(String, String) - Method in class org.eclipse.jetty.http.HttpParser
- caseSensitive(boolean) - Method in class org.eclipse.jetty.util.Index.Builder
-
Configure the index to be either case-sensitive or not.
- catalogs() - Method in class org.eclipse.jetty.xml.BaseClassCatalog
- cause() - Method in record class org.eclipse.jetty.ee10.servlet.ErrorHandler.ErrorPageMapper.ErrorPage
-
Returns the value of the
causerecord component. - cause() - Method in record class org.eclipse.jetty.ee11.servlet.ErrorHandler.ErrorPageMapper.ErrorPage
-
Returns the value of the
causerecord component. - cdata(String) - Method in class org.eclipse.jetty.xml.XmlAppendable
- CDI_INTEGRATION_ATTRIBUTE - Static variable in class org.eclipse.jetty.ee10.cdi.CdiServletContainerInitializer
- CDI_INTEGRATION_ATTRIBUTE - Static variable in class org.eclipse.jetty.ee11.cdi.CdiServletContainerInitializer
- CDI_INTEGRATION_ATTRIBUTE - Static variable in class org.eclipse.jetty.ee8.cdi.CdiServletContainerInitializer
- CDI_INTEGRATION_ATTRIBUTE - Static variable in class org.eclipse.jetty.ee9.cdi.CdiServletContainerInitializer
- CdiConfiguration - Class in org.eclipse.jetty.ee10.cdi
-
CDI Configuration
- CdiConfiguration - Class in org.eclipse.jetty.ee11.cdi
-
CDI Configuration
- CdiConfiguration - Class in org.eclipse.jetty.ee8.cdi
-
CDI Configuration
- CdiConfiguration - Class in org.eclipse.jetty.ee9.cdi
-
CDI Configuration
- CdiConfiguration() - Constructor for class org.eclipse.jetty.ee10.cdi.CdiConfiguration
- CdiConfiguration() - Constructor for class org.eclipse.jetty.ee11.cdi.CdiConfiguration
- CdiConfiguration() - Constructor for class org.eclipse.jetty.ee8.cdi.CdiConfiguration
- CdiConfiguration() - Constructor for class org.eclipse.jetty.ee9.cdi.CdiConfiguration
- CdiDecoratingListener - Class in org.eclipse.jetty.ee10.cdi
-
A DecoratingListener that listens for "org.eclipse.jetty.cdi.decorator"
- CdiDecoratingListener - Class in org.eclipse.jetty.ee11.cdi
-
A DecoratingListener that listens for "org.eclipse.jetty.cdi.decorator"
- CdiDecoratingListener - Class in org.eclipse.jetty.ee8.cdi
-
A DecoratingListener that listens for "org.eclipse.jetty.cdi.decorator"
- CdiDecoratingListener - Class in org.eclipse.jetty.ee9.cdi
-
A DecoratingListener that listens for "org.eclipse.jetty.cdi.decorator"
- CdiDecoratingListener(ServletContextHandler) - Constructor for class org.eclipse.jetty.ee10.cdi.CdiDecoratingListener
- CdiDecoratingListener(ServletContextHandler) - Constructor for class org.eclipse.jetty.ee11.cdi.CdiDecoratingListener
- CdiDecoratingListener(ServletContextHandler) - Constructor for class org.eclipse.jetty.ee8.cdi.CdiDecoratingListener
- CdiDecoratingListener(ServletContextHandler) - Constructor for class org.eclipse.jetty.ee9.cdi.CdiDecoratingListener
- CdiServletContainerInitializer - Class in org.eclipse.jetty.ee10.cdi
-
A
ServletContainerInitializerthat introspects for a CDI API implementation within a web application and applies an integration mode if CDI is found. - CdiServletContainerInitializer - Class in org.eclipse.jetty.ee11.cdi
-
A
ServletContainerInitializerthat introspects for a CDI API implementation within a web application and applies an integration mode if CDI is found. - CdiServletContainerInitializer - Class in org.eclipse.jetty.ee8.cdi
-
A
ServletContainerInitializerthat introspects for a CDI API implementation within a web application and applies an integration mode if CDI is found. - CdiServletContainerInitializer - Class in org.eclipse.jetty.ee9.cdi
-
A
ServletContainerInitializerthat introspects for a CDI API implementation within a web application and applies an integration mode if CDI is found. - CdiServletContainerInitializer() - Constructor for class org.eclipse.jetty.ee10.cdi.CdiServletContainerInitializer
- CdiServletContainerInitializer() - Constructor for class org.eclipse.jetty.ee11.cdi.CdiServletContainerInitializer
- CdiServletContainerInitializer() - Constructor for class org.eclipse.jetty.ee8.cdi.CdiServletContainerInitializer
- CdiServletContainerInitializer() - Constructor for class org.eclipse.jetty.ee9.cdi.CdiServletContainerInitializer
- CdiSpiDecorator - Class in org.eclipse.jetty.ee10.cdi
-
A Decorator that invokes the CDI provider within a webapp to decorate objects created by the contexts
DecoratedObjectFactory(typically Listeners, Filters and Servlets). - CdiSpiDecorator - Class in org.eclipse.jetty.ee11.cdi
-
A Decorator that invokes the CDI provider within a webapp to decorate objects created by the contexts
DecoratedObjectFactory(typically Listeners, Filters and Servlets). - CdiSpiDecorator - Class in org.eclipse.jetty.ee8.cdi
-
A Decorator that invokes the CDI provider within a webapp to decorate objects created by the contexts
DecoratedObjectFactory(typically Listeners, Filters and Servlets). - CdiSpiDecorator - Class in org.eclipse.jetty.ee9.cdi
-
A Decorator that invokes the CDI provider within a webapp to decorate objects created by the contexts
DecoratedObjectFactory(typically Listeners, Filters and Servlets). - CdiSpiDecorator(ServletContextHandler) - Constructor for class org.eclipse.jetty.ee10.cdi.CdiSpiDecorator
- CdiSpiDecorator(ServletContextHandler) - Constructor for class org.eclipse.jetty.ee11.cdi.CdiSpiDecorator
- CdiSpiDecorator(ServletContextHandler) - Constructor for class org.eclipse.jetty.ee8.cdi.CdiSpiDecorator
- CdiSpiDecorator(ServletContextHandler) - Constructor for class org.eclipse.jetty.ee9.cdi.CdiSpiDecorator
- ceilLog2(int) - Static method in class org.eclipse.jetty.util.MathUtils
-
Computes binary logarithm of the given number ceiled to the next power of two.
- ceilToNextPowerOfTwo(int) - Static method in class org.eclipse.jetty.util.MathUtils
-
Get the next highest power of two
- CERT_AUTH - Static variable in interface org.eclipse.jetty.ee8.security.Authenticator
- CERT_AUTH - Static variable in interface org.eclipse.jetty.ee9.security.Authenticator
- CERT_AUTH - Static variable in interface org.eclipse.jetty.security.Authenticator
- CERT_AUTH2 - Static variable in interface org.eclipse.jetty.ee8.security.Authenticator
- CERT_AUTH2 - Static variable in interface org.eclipse.jetty.ee9.security.Authenticator
- CERT_AUTH2 - Static variable in interface org.eclipse.jetty.security.Authenticator
- CERTIFICATE_EXPIRED - Static variable in interface org.eclipse.jetty.quic.quiche.QuicheConstants.tls_alert
- CERTIFICATE_REQUIRED - Static variable in interface org.eclipse.jetty.quic.quiche.QuicheConstants.tls_alert
- CERTIFICATE_REVOKED - Static variable in interface org.eclipse.jetty.quic.quiche.QuicheConstants.tls_alert
- CERTIFICATE_UNKNOWN - Static variable in interface org.eclipse.jetty.quic.quiche.QuicheConstants.tls_alert
- certificateChainPemPath() - Method in record class org.eclipse.jetty.quic.quiche.PemPaths
-
Returns the value of the
certificateChainPemPathrecord component. - CertificateUtils - Class in org.eclipse.jetty.util.security
- CertificateUtils() - Constructor for class org.eclipse.jetty.util.security.CertificateUtils
- CertificateValidator - Class in org.eclipse.jetty.util.security
-
Convenience class to handle validation of certificates, aliases and keystores
- CertificateValidator(KeyStore, Collection) - Constructor for class org.eclipse.jetty.util.security.CertificateValidator
-
creates an instance of the certificate validator
- CHAIN_IDS_PARAM - Static variable in class org.eclipse.jetty.security.siwe.EthereumAuthenticator
- CHAIN_PREFLIGHT_PARAM - Static variable in class org.eclipse.jetty.ee10.servlets.CrossOriginFilter
-
Deprecated.
- CHAIN_PREFLIGHT_PARAM - Static variable in class org.eclipse.jetty.ee11.servlets.CrossOriginFilter
-
Deprecated.
- CHAIN_PREFLIGHT_PARAM - Static variable in class org.eclipse.jetty.ee8.servlets.CrossOriginFilter
-
Deprecated.
- CHAIN_PREFLIGHT_PARAM - Static variable in class org.eclipse.jetty.ee9.servlets.CrossOriginFilter
-
Deprecated.
- CHALLENGE - Static variable in interface org.eclipse.jetty.security.AuthenticationState
-
Authentication challenge sent.
- CHANGED - Enum constant in enum class org.eclipse.jetty.util.Scanner.Notification
- changedPath() - Method in record class org.eclipse.jetty.rewrite.handler.CompactPathRule.CompactedEvent
-
Returns the value of the
changedPathrecord component. - changeSessionId() - Method in class org.eclipse.jetty.ee10.servlet.ServletApiRequest
- changeSessionId() - Method in class org.eclipse.jetty.ee10.servlet.ServletRequestHttpWrapper
- changeSessionId() - Method in class org.eclipse.jetty.ee11.servlet.ServletApiRequest
- changeSessionId() - Method in class org.eclipse.jetty.ee11.servlet.ServletRequestHttpWrapper
- changeSessionId() - Method in class org.eclipse.jetty.ee8.nested.ContextHandler.CoreContextRequest
- changeSessionId() - Method in class org.eclipse.jetty.ee8.nested.Request
- changeSessionId() - Method in class org.eclipse.jetty.ee8.nested.ServletRequestHttpWrapper
- changeSessionId() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.CoreContextRequest
- changeSessionId() - Method in class org.eclipse.jetty.ee9.nested.Request
- changeSessionId() - Method in class org.eclipse.jetty.ee9.nested.ServletRequestHttpWrapper
- CHANGING - Enum constant in enum class org.eclipse.jetty.session.ManagedSession.IdState
- CHANGING - Enum constant in enum class org.eclipse.jetty.session.ManagedSession.State
- char_pointer - Class in org.eclipse.jetty.quic.quiche.jna
- char_pointer() - Constructor for class org.eclipse.jetty.quic.quiche.jna.char_pointer
- CharacterDecoder - Class in org.eclipse.jetty.ee10.websocket.jakarta.common.decoders
-
Default implementation of the
Decoder.TextMessage toCharacterdecoder - CharacterDecoder - Class in org.eclipse.jetty.ee11.websocket.jakarta.common.decoders
-
Default implementation of the
Decoder.TextMessage toCharacterdecoder - CharacterDecoder - Class in org.eclipse.jetty.ee8.websocket.javax.common.decoders
-
Default implementation of the
Decoder.TextMessage toCharacterdecoder - CharacterDecoder - Class in org.eclipse.jetty.ee9.websocket.jakarta.common.decoders
-
Default implementation of the
Decoder.TextMessage toCharacterdecoder - CharacterDecoder() - Constructor for class org.eclipse.jetty.ee10.websocket.jakarta.common.decoders.CharacterDecoder
- CharacterDecoder() - Constructor for class org.eclipse.jetty.ee11.websocket.jakarta.common.decoders.CharacterDecoder
- CharacterDecoder() - Constructor for class org.eclipse.jetty.ee8.websocket.javax.common.decoders.CharacterDecoder
- CharacterDecoder() - Constructor for class org.eclipse.jetty.ee9.websocket.jakarta.common.decoders.CharacterDecoder
- CharacterEncoder - Class in org.eclipse.jetty.ee10.websocket.jakarta.common.encoders
-
Default encoder for
CharactertoEncoder.TextMessage encoder - CharacterEncoder - Class in org.eclipse.jetty.ee11.websocket.jakarta.common.encoders
-
Default encoder for
CharactertoEncoder.TextMessage encoder - CharacterEncoder - Class in org.eclipse.jetty.ee8.websocket.javax.common.encoders
-
Default encoder for
CharactertoEncoder.TextMessage encoder - CharacterEncoder - Class in org.eclipse.jetty.ee9.websocket.jakarta.common.encoders
-
Default encoder for
CharactertoEncoder.TextMessage encoder - CharacterEncoder() - Constructor for class org.eclipse.jetty.ee10.websocket.jakarta.common.encoders.CharacterEncoder
- CharacterEncoder() - Constructor for class org.eclipse.jetty.ee11.websocket.jakarta.common.encoders.CharacterEncoder
- CharacterEncoder() - Constructor for class org.eclipse.jetty.ee8.websocket.javax.common.encoders.CharacterEncoder
- CharacterEncoder() - Constructor for class org.eclipse.jetty.ee9.websocket.jakarta.common.encoders.CharacterEncoder
- CHARSET - Static variable in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
- CharsetStringBuilder - Interface in org.eclipse.jetty.util
-
Build a string from a sequence of bytes and/or characters.
- CharsetStringBuilder.DecoderStringBuilder - Class in org.eclipse.jetty.util
- CharsetStringBuilder.Iso88591StringBuilder - Class in org.eclipse.jetty.util
- CharsetStringBuilder.UsAsciiStringBuilder - Class in org.eclipse.jetty.util
- check() - Method in class org.eclipse.jetty.util.component.Graceful.Shutdown
-
This method should be called whenever the components state has been updated.
- check(int) - Method in class org.eclipse.jetty.util.thread.ThreadPoolBudget
-
Checks leases against the given number of
maxThreads. - check(Object) - Method in class org.eclipse.jetty.util.security.Credential
-
Checks the given credential against this credential instance.
- check(Object) - Method in class org.eclipse.jetty.util.security.Credential.Crypt
- check(Object) - Method in class org.eclipse.jetty.util.security.Credential.MD
- check(Object) - Method in class org.eclipse.jetty.util.security.Credential.MD5
- check(Object) - Method in class org.eclipse.jetty.util.security.Password
- check(String, Path) - Method in class org.eclipse.jetty.server.AllowedResourceAliasChecker
- check(String, Path) - Method in class org.eclipse.jetty.server.SymlinkAllowedResourceAliasChecker
- check(String, Resource) - Method in class org.eclipse.jetty.server.AllowedResourceAliasChecker
- checkAlias(String, Resource) - Method in class org.eclipse.jetty.ee8.nested.ContextHandler
- checkAlias(String, Resource) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
- checkAlias(String, Resource) - Method in interface org.eclipse.jetty.server.AliasCheck
-
Check if an alias is allowed to be served.
- checkAlias(String, Resource) - Method in class org.eclipse.jetty.server.AllowedResourceAliasChecker
- checkAlias(String, Resource) - Method in class org.eclipse.jetty.server.handler.ContextHandler
- checkAlias(String, Resource) - Method in class org.eclipse.jetty.server.TrailingSlashAliasChecker
- checkAndSetAttributeName() - Method in class org.eclipse.jetty.ee10.webapp.DecoratingListener
- checkAndSetAttributeName() - Method in class org.eclipse.jetty.ee11.webapp.DecoratingListener
- checkAndSetAttributeName() - Method in class org.eclipse.jetty.ee8.webapp.DecoratingListener
- checkAndSetAttributeName() - Method in class org.eclipse.jetty.ee9.webapp.DecoratingListener
- checkCharAppend() - Method in class org.eclipse.jetty.util.Utf8StringBuilder
- checkCiphers(SSLParameters) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- checkClientTrusted(X509Certificate[], String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.X509ExtendedTrustManagerWrapper
- checkClientTrusted(X509Certificate[], String, Socket) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.X509ExtendedTrustManagerWrapper
- checkClientTrusted(X509Certificate[], String, SSLEngine) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.X509ExtendedTrustManagerWrapper
- checkConfiguration() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- checkConfiguration() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.Client
- checkCredential(Object) - Method in class org.eclipse.jetty.security.jaas.spi.AbstractLoginModule.JAASUser
- checkEndPointIdentificationAlgorithm() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- checkError() - Method in class org.eclipse.jetty.ee10.servlet.ResponseWriter
- checkError() - Method in class org.eclipse.jetty.ee11.servlet.ResponseWriter
- checkError() - Method in class org.eclipse.jetty.ee8.nested.ResponseWriter
- checkError() - Method in class org.eclipse.jetty.ee9.nested.ResponseWriter
- checkExpiration(Set) - Method in class org.eclipse.jetty.session.AbstractSessionCache
- checkExpiration(Set) - Method in interface org.eclipse.jetty.session.SessionCache
-
Check a list of session ids that belong to potentially expired sessions.
- checkExpiry(Map) - Static method in class org.eclipse.jetty.security.openid.OpenIdCredentials
- checkHandler(Handler.Singleton, Handler) - Static method in interface org.eclipse.jetty.server.Handler.Singleton
-
Utility method to perform sanity checks on a {
Handlerto be added to the givenSingleton. - checkHttpCompliance(MetaData.Request, HttpCompliance, ComplianceViolation.Listener) - Static method in class org.eclipse.jetty.http.HttpCompliance
- checkIdleTimeout() - Method in class org.eclipse.jetty.io.IdleTimeout
- CHECKIN - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
- checkInactiveSession(ManagedSession) - Method in class org.eclipse.jetty.session.AbstractSessionCache
-
Check a session for being inactive and thus being able to be evicted, if eviction is enabled.
- checkInactiveSession(ManagedSession) - Method in interface org.eclipse.jetty.session.SessionCache
-
Check a Session to see if it might be appropriate to evict or expire.
- checkListener(Class) - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler.ServletContextApi
- checkListener(Class) - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler.ServletContextApi
- checkListener(Class) - Method in class org.eclipse.jetty.ee8.nested.ContextHandler.APIContext
- checkListener(Class) - Method in class org.eclipse.jetty.ee8.webapp.WebAppContext.Context
- checkListener(Class) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
- checkListener(Class) - Method in class org.eclipse.jetty.ee9.webapp.WebAppContext.Context
- checkMinDataRate() - Method in interface org.eclipse.jetty.ee10.servlet.ContentProducer
-
Check if the current data rate consumption is above the minimal rate.
- checkMinDataRate() - Method in interface org.eclipse.jetty.ee11.servlet.ContentProducer
-
Check if the current data rate consumption is above the minimal rate.
- checkMinDataRate() - Method in interface org.eclipse.jetty.ee8.nested.ContentProducer
-
Check if the current data rate consumption is above the minimal rate.
- checkMinDataRate() - Method in interface org.eclipse.jetty.ee9.nested.ContentProducer
-
Check if the current data rate consumption is above the minimal rate.
- checkOffsetLengthSize(long, long, long) - Static method in class org.eclipse.jetty.util.TypeUtil
-
Check that the offset and length of a subrange are within the size of a range.
- checkOrigin(String) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.server.config.ContainerDefaultConfigurator
- checkOrigin(String) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.server.config.ContainerDefaultConfigurator
- checkOrigin(String) - Method in class org.eclipse.jetty.ee8.websocket.javax.server.config.ContainerDefaultConfigurator
- checkOrigin(String) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.server.config.ContainerDefaultConfigurator
- CHECKOUT - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
- checkParams(Class[], Class[], boolean) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
- checkPathsWithUncoveredHttpMethods() - Method in interface org.eclipse.jetty.ee10.servlet.security.ConstraintAware
-
See Servlet Spec 31, sec 13.8.4, pg 145 Container must check if there are urls with uncovered http methods
- checkPathsWithUncoveredHttpMethods() - Method in class org.eclipse.jetty.ee10.servlet.security.ConstraintSecurityHandler
-
Servlet spec 3.1 pg. 147.
- checkPathsWithUncoveredHttpMethods() - Method in interface org.eclipse.jetty.ee11.servlet.security.ConstraintAware
-
See Servlet Spec 31, sec 13.8.4, pg 145 Container must check if there are urls with uncovered http methods
- checkPathsWithUncoveredHttpMethods() - Method in class org.eclipse.jetty.ee11.servlet.security.ConstraintSecurityHandler
-
Servlet spec 3.1 pg. 147.
- checkPathsWithUncoveredHttpMethods() - Method in interface org.eclipse.jetty.ee8.security.ConstraintAware
-
See Servlet Spec 31, sec 13.8.4, pg 145 Container must check if there are urls with uncovered http methods
- checkPathsWithUncoveredHttpMethods() - Method in class org.eclipse.jetty.ee8.security.ConstraintSecurityHandler
-
Servlet spec 3.1 pg. 147.
- checkPathsWithUncoveredHttpMethods() - Method in interface org.eclipse.jetty.ee9.security.ConstraintAware
-
See Servlet Spec 31, sec 13.8.4, pg 145 Container must check if there are urls with uncovered http methods
- checkPathsWithUncoveredHttpMethods() - Method in class org.eclipse.jetty.ee9.security.ConstraintSecurityHandler
-
Servlet spec 3.1 pg. 147.
- checkPermission(Permission) - Static method in class org.eclipse.jetty.util.security.SecurityUtils
-
Checks the given permission, if the
security manageris set. - checkProtocols(SSLParameters) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- checkSameSite(HttpCookie, Attributes) - Static method in class org.eclipse.jetty.server.HttpCookieUtils
-
Check that samesite is set on the cookie.
- checkSecurity(Request) - Method in class org.eclipse.jetty.ee8.security.SecurityHandler
- checkSecurity(Request) - Method in class org.eclipse.jetty.ee9.security.SecurityHandler
- checkServerTrusted(X509Certificate[], String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.X509ExtendedTrustManagerWrapper
- checkServerTrusted(X509Certificate[], String, Socket) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.X509ExtendedTrustManagerWrapper
- checkServerTrusted(X509Certificate[], String, SSLEngine) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.X509ExtendedTrustManagerWrapper
- checkServletType() - Method in class org.eclipse.jetty.ee10.servlet.ServletHolder
-
Check to ensure class of servlet is acceptable.
- checkServletType() - Method in class org.eclipse.jetty.ee11.servlet.ServletHolder
-
Check to ensure class of servlet is acceptable.
- checkServletType() - Method in class org.eclipse.jetty.ee8.servlet.ServletHolder
-
Check to ensure class of servlet is acceptable.
- checkServletType() - Method in class org.eclipse.jetty.ee9.servlet.ServletHolder
-
Check to ensure class of servlet is acceptable.
- checkSni(Request, SSLSession) - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
- checkStarted() - Method in class org.eclipse.jetty.session.AbstractSessionDataStore
- checkTrustAll() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- checkUriCompliance(UriCompliance, HttpURI, ComplianceViolation.Listener) - Static method in class org.eclipse.jetty.http.UriCompliance
- checkUserDataPermissions(String, Request, Response, RoleInfo) - Method in class org.eclipse.jetty.ee8.security.ConstraintSecurityHandler
- checkUserDataPermissions(String, Request, Response, RoleInfo) - Method in class org.eclipse.jetty.ee8.security.SecurityHandler
- checkUserDataPermissions(String, Request, Response, RoleInfo) - Method in class org.eclipse.jetty.ee9.security.ConstraintSecurityHandler
- checkUserDataPermissions(String, Request, Response, RoleInfo) - Method in class org.eclipse.jetty.ee9.security.SecurityHandler
- checkValidForRead() - Method in class org.eclipse.jetty.session.ManagedSession
-
Chech that the session data can be read.
- checkValidForWrite() - Method in class org.eclipse.jetty.session.ManagedSession
-
Check that the session can be modified.
- checkViolation(HttpCompliance.Violation) - Method in class org.eclipse.jetty.http.HttpParser
- checkVirtualHost(Request) - Method in class org.eclipse.jetty.server.handler.ContextHandler
- checkWebResourcePermissions(String, Request, Response, Object, UserIdentity) - Method in class org.eclipse.jetty.ee8.security.ConstraintSecurityHandler
- checkWebResourcePermissions(String, Request, Response, Object, UserIdentity) - Method in class org.eclipse.jetty.ee8.security.SecurityHandler
- checkWebResourcePermissions(String, Request, Response, Object, UserIdentity) - Method in class org.eclipse.jetty.ee9.security.ConstraintSecurityHandler
- checkWebResourcePermissions(String, Request, Response, Object, UserIdentity) - Method in class org.eclipse.jetty.ee9.security.SecurityHandler
- checkWhitelist(String) - Method in class org.eclipse.jetty.ee10.servlets.DoSFilter
- checkWhitelist(String) - Method in class org.eclipse.jetty.ee11.servlets.DoSFilter
- checkWhitelist(String) - Method in class org.eclipse.jetty.ee8.servlets.DoSFilter
- checkWhitelist(String) - Method in class org.eclipse.jetty.ee9.servlets.DoSFilter
- chooseClientAlias(String[], Principal[], Socket) - Method in class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
- chooseClientAlias(String[], Principal[], Socket) - Method in class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager
- chooseClientAlias(String[], Principal[], Socket) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.X509ExtendedKeyManagerWrapper
- chooseEngineClientAlias(String[], Principal[], SSLEngine) - Method in class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
- chooseEngineClientAlias(String[], Principal[], SSLEngine) - Method in class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager
- chooseEngineClientAlias(String[], Principal[], SSLEngine) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.X509ExtendedKeyManagerWrapper
- chooseEngineServerAlias(String, Principal[], SSLEngine) - Method in class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
- chooseEngineServerAlias(String, Principal[], SSLEngine) - Method in class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager
- chooseEngineServerAlias(String, Principal[], SSLEngine) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.X509ExtendedKeyManagerWrapper
- chooseSelector() - Method in class org.eclipse.jetty.io.SelectorManager
- chooseServerAlias(String, Principal[], Socket) - Method in class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
- chooseServerAlias(String, Principal[], Socket) - Method in class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager
- chooseServerAlias(String, Principal[], Socket) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.X509ExtendedKeyManagerWrapper
- chooseServerAlias(String, Principal[], Collection, SSLSession) - Method in class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager
- CHUNK - Enum constant in enum class org.eclipse.jetty.http.HttpParser.State
- CHUNK_END - Enum constant in enum class org.eclipse.jetty.http.HttpParser.State
- CHUNK_PARAMS - Enum constant in enum class org.eclipse.jetty.http.HttpParser.State
- CHUNK_SIZE - Enum constant in enum class org.eclipse.jetty.http.HttpParser.State
- CHUNK_SIZE - Static variable in class org.eclipse.jetty.http.HttpGenerator
- ChunkAccumulator - Class in org.eclipse.jetty.io
-
Deprecated, for removal: This API element is subject to removal in a future version.
- ChunkAccumulator() - Constructor for class org.eclipse.jetty.io.ChunkAccumulator
-
Deprecated.
- CHUNKED - Enum constant in enum class org.eclipse.jetty.http.HttpHeaderValue
- CHUNKED_CONTENT - Enum constant in enum class org.eclipse.jetty.http.HttpParser.State
- CHUNKED_CONTENT - Enum constant in enum class org.eclipse.jetty.http.HttpTokens.EndOfContent
- ChunksContentSource - Class in org.eclipse.jetty.io.content
-
A
Content.Sourcebacked by one or moreContent.Chunks. - ChunksContentSource(Collection) - Constructor for class org.eclipse.jetty.io.content.ChunksContentSource
- ChunksPart(String, String, HttpFields, List) - Constructor for class org.eclipse.jetty.http.MultiPart.ChunksPart
- CipherComparator() - Constructor for class org.eclipse.jetty.http2.HTTP2Cipher.CipherComparator
- cipherSuite() - Method in interface org.eclipse.jetty.io.EndPoint.SslSessionData
- CLAIMS - Static variable in class org.eclipse.jetty.ee8.security.openid.OpenIdAuthenticator
- CLAIMS - Static variable in class org.eclipse.jetty.ee9.security.openid.OpenIdAuthenticator
- CLAIMS - Static variable in class org.eclipse.jetty.security.openid.OpenIdAuthenticator
- CLASS_INHERITANCE_MAP - Static variable in class org.eclipse.jetty.ee10.annotations.AnnotationConfiguration
- CLASS_INHERITANCE_MAP - Static variable in class org.eclipse.jetty.ee11.annotations.AnnotationConfiguration
- CLASS_INHERITANCE_MAP - Static variable in class org.eclipse.jetty.ee8.annotations.AnnotationConfiguration
- CLASS_INHERITANCE_MAP - Static variable in class org.eclipse.jetty.ee9.annotations.AnnotationConfiguration
- CLASS_NAME - Static variable in interface org.eclipse.jetty.osgi.util.BundleClassLoaderHelper
-
The name of the custom implementation for this interface in a fragment.
- CLASS_NAME - Static variable in interface org.eclipse.jetty.osgi.util.BundleFileLocatorHelper
-
The name of the custom implementation for this interface in a fragment.
- ClassInfo(Resource, String, int, int, String, String, String[]) - Constructor for class org.eclipse.jetty.annotations.AnnotationParser.ClassInfo
- ClassInheritanceHandler - Class in org.eclipse.jetty.annotations
-
As asm scans for classes, remember the type hierarchy.
- ClassInheritanceHandler(Map) - Constructor for class org.eclipse.jetty.annotations.ClassInheritanceHandler
- ClassInheritanceMap() - Constructor for class org.eclipse.jetty.ee10.annotations.AnnotationConfiguration.ClassInheritanceMap
- ClassInheritanceMap() - Constructor for class org.eclipse.jetty.ee11.annotations.AnnotationConfiguration.ClassInheritanceMap
- ClassInheritanceMap() - Constructor for class org.eclipse.jetty.ee8.annotations.AnnotationConfiguration.ClassInheritanceMap
- ClassInheritanceMap() - Constructor for class org.eclipse.jetty.ee9.annotations.AnnotationConfiguration.ClassInheritanceMap
- ClassLoaderDump - Class in org.eclipse.jetty.util.component
- ClassLoaderDump(ClassLoader) - Constructor for class org.eclipse.jetty.util.component.ClassLoaderDump
- ClassLoaderThreadLocal() - Constructor for class org.eclipse.jetty.util.ClassLoadingObjectInputStream.ClassLoaderThreadLocal
- ClassLoadingObjectInputStream - Class in org.eclipse.jetty.util
-
For re-inflating serialized objects, this class uses the thread context classloader rather than the jvm's default classloader selection.
- ClassLoadingObjectInputStream() - Constructor for class org.eclipse.jetty.util.ClassLoadingObjectInputStream
- ClassLoadingObjectInputStream(InputStream) - Constructor for class org.eclipse.jetty.util.ClassLoadingObjectInputStream
- ClassLoadingObjectInputStream.ClassLoaderThreadLocal - Class in org.eclipse.jetty.util
- ClassMatcher - Class in org.eclipse.jetty.ee10.webapp
-
Deprecated, for removal: This API element is subject to removal in a future version.Use org.eclipse.jetty.util.ClassMatcher
- ClassMatcher - Class in org.eclipse.jetty.ee8.webapp
- ClassMatcher - Class in org.eclipse.jetty.ee9.webapp
- ClassMatcher - Class in org.eclipse.jetty.util
-
A matcher for classes based on package and/or location and/or module/
- ClassMatcher() - Constructor for class org.eclipse.jetty.ee10.webapp.ClassMatcher
-
Deprecated.
- ClassMatcher() - Constructor for class org.eclipse.jetty.ee8.webapp.ClassMatcher
- ClassMatcher() - Constructor for class org.eclipse.jetty.ee9.webapp.ClassMatcher
- ClassMatcher() - Constructor for class org.eclipse.jetty.util.ClassMatcher
- ClassMatcher(String) - Constructor for class org.eclipse.jetty.ee10.webapp.ClassMatcher
-
Deprecated.
- ClassMatcher(String) - Constructor for class org.eclipse.jetty.ee8.webapp.ClassMatcher
- ClassMatcher(String) - Constructor for class org.eclipse.jetty.ee9.webapp.ClassMatcher
- ClassMatcher(String) - Constructor for class org.eclipse.jetty.util.ClassMatcher
- ClassMatcher(String...) - Constructor for class org.eclipse.jetty.ee10.webapp.ClassMatcher
-
Deprecated.
- ClassMatcher(String...) - Constructor for class org.eclipse.jetty.ee8.webapp.ClassMatcher
- ClassMatcher(String...) - Constructor for class org.eclipse.jetty.ee9.webapp.ClassMatcher
- ClassMatcher(String...) - Constructor for class org.eclipse.jetty.util.ClassMatcher
- ClassMatcher(Map, IncludeExcludeSet, IncludeExcludeSet) - Constructor for class org.eclipse.jetty.ee10.webapp.ClassMatcher
-
Deprecated.
- ClassMatcher(Map, IncludeExcludeSet, IncludeExcludeSet) - Constructor for class org.eclipse.jetty.ee8.webapp.ClassMatcher
- ClassMatcher(Map, IncludeExcludeSet, IncludeExcludeSet) - Constructor for class org.eclipse.jetty.ee9.webapp.ClassMatcher
- ClassMatcher(Map, IncludeExcludeSet, IncludeExcludeSet) - Constructor for class org.eclipse.jetty.util.ClassMatcher
- ClassMatcher(ClassMatcher) - Constructor for class org.eclipse.jetty.ee10.webapp.ClassMatcher
-
Deprecated.
- ClassMatcher(ClassMatcher) - Constructor for class org.eclipse.jetty.ee8.webapp.ClassMatcher
- ClassMatcher(ClassMatcher) - Constructor for class org.eclipse.jetty.ee9.webapp.ClassMatcher
- ClassMatcher(ClassMatcher) - Constructor for class org.eclipse.jetty.ee10.webapp.ClassMatcher
-
Deprecated.
- ClassMatcher(ClassMatcher) - Constructor for class org.eclipse.jetty.ee8.webapp.ClassMatcher
- ClassMatcher(ClassMatcher) - Constructor for class org.eclipse.jetty.ee9.webapp.ClassMatcher
- ClassMatcher(ClassMatcher) - Constructor for class org.eclipse.jetty.util.ClassMatcher
- ClassMatcher.ByClass - Class in org.eclipse.jetty.util
- ClassMatcher.ByLocation - Class in org.eclipse.jetty.util
- ClassMatcher.ByLocationOrModule - Class in org.eclipse.jetty.util
- ClassMatcher.ByModule - Class in org.eclipse.jetty.util
- ClassMatcher.ByPackage - Class in org.eclipse.jetty.util
- ClassMatcher.ByPackageOrName - Class in org.eclipse.jetty.util
- ClassMatcher.Constructor<T> - Interface in org.eclipse.jetty.util
-
Deprecated.
- ClassMatcher.Entry - Class in org.eclipse.jetty.util
- ClassVisibilityChecker - Interface in org.eclipse.jetty.util
-
Interface to be implemented by classes capable of checking class visibility for a context.
- clean() - Method in class org.eclipse.jetty.session.SessionData
-
Clear all dirty flags.
- cleanOrphans(long) - Method in class org.eclipse.jetty.session.AbstractSessionDataStore
-
Remove all sessions for any context that expired at or before the given time.
- cleanSubject(MessageInfo, Subject) - Method in class org.eclipse.jetty.ee10.security.jaspi.modules.BaseAuthModule
- cleanSubject(MessageInfo, Subject) - Method in class org.eclipse.jetty.ee11.security.jaspi.modules.BaseAuthModule
- cleanSubject(MessageInfo, Subject) - Method in class org.eclipse.jetty.ee9.security.jaspi.modules.BaseAuthModule
- cleanSubject(MessageInfo, Subject) - Method in class org.eclipse.jetty.ee8.security.jaspi.modules.BaseAuthModule
- cleanUp() - Method in class org.eclipse.jetty.ee8.nested.MultiPartFormInputStream.MultiPart
-
Only remove tmp files.
- cleanUp() - Method in class org.eclipse.jetty.ee8.nested.MultiPartInputStreamLegacyParser.MultiPart
-
Deprecated.Only remove tmp files.
- cleanUp() - Method in class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream.MultiPart
-
Only remove tmp files.
- cleanUp() - Method in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser.MultiPart
-
Deprecated.Only remove tmp files.
- cleanupAfterStop() - Method in class org.eclipse.jetty.ee10.webapp.WebAppContext
-
Prevent the temp directory from being deleted during the normal stop sequence, and require that
ContextHandler.cleanupAfterStop()is explicitly called after the webapp classloader is closed - cleanupAfterStop() - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
-
Prevent the temp directory from being deleted during the normal stop sequence, and require that
ContextHandler.cleanupAfterStop()is explicitly called after the webapp classloader is closed - cleanupAfterStop() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- clear() - Method in class org.eclipse.jetty.client.ContentDecoder.Factories
- clear() - Method in class org.eclipse.jetty.client.ProtocolHandlers
-
Removes all protocol handlers from this container.
- clear() - Method in class org.eclipse.jetty.client.RequestListeners
- clear() - Method in class org.eclipse.jetty.ee10.webapp.Configurations
- clear() - Method in class org.eclipse.jetty.ee10.webapp.MetaData
-
Empty ready for reuse
- clear() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.PutListenerMap
- clear() - Method in class org.eclipse.jetty.ee11.webapp.Configurations
- clear() - Method in class org.eclipse.jetty.ee11.webapp.MetaData
-
Empty ready for reuse
- clear() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.PutListenerMap
- clear() - Method in class org.eclipse.jetty.ee8.nested.InetAccessHandler
-
Clears all the includes, excludes, included connector names and excluded connector names.
- clear() - Method in class org.eclipse.jetty.ee8.webapp.Configurations
- clear() - Method in class org.eclipse.jetty.ee8.webapp.MetaData
-
Empty ready for reuse
- clear() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.PutListenerMap
- clear() - Method in class org.eclipse.jetty.ee9.nested.InetAccessHandler
-
Clears all the includes, excludes, included connector names and excluded connector names.
- clear() - Method in class org.eclipse.jetty.ee9.webapp.Configurations
- clear() - Method in class org.eclipse.jetty.ee9.webapp.MetaData
-
Empty ready for reuse
- clear() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.PutListenerMap
- clear() - Method in interface org.eclipse.jetty.http.HttpCookieStore
-
Removes all the cookies from this store.
- clear() - Method in class org.eclipse.jetty.http.HttpCookieStore.Default
- clear() - Method in class org.eclipse.jetty.http.HttpCookieStore.Empty
- clear() - Method in interface org.eclipse.jetty.http.HttpFields.Mutable
-
Removes all the fields from this instance.
- clear() - Method in class org.eclipse.jetty.http.HttpFields.Mutable.Wrapper
- clear() - Method in class org.eclipse.jetty.http.HttpURI.Mutable
- clear() - Method in class org.eclipse.jetty.http.MimeTypes.Mutable
-
Clear the MimeTypes references.
- clear() - Method in class org.eclipse.jetty.http.HttpFields.MutableHttpFields
- clear() - Method in class org.eclipse.jetty.http.HttpTester.Message
- clear() - Method in class org.eclipse.jetty.http.HttpTester.Request
- clear() - Method in class org.eclipse.jetty.http.HttpTester.Response
- clear() - Method in class org.eclipse.jetty.http.pathmap.PathSpecSet
- clear() - Method in class org.eclipse.jetty.io.ArrayByteBufferPool
- clear() - Method in interface org.eclipse.jetty.io.ByteBufferPool
-
Removes all
non-retainedpooled instances from this pool. - clear() - Method in class org.eclipse.jetty.io.ByteBufferPool.NonPooling
- clear() - Method in class org.eclipse.jetty.io.ByteBufferPool.Wrapper
- clear() - Method in interface org.eclipse.jetty.io.RetainableByteBuffer
- clear() - Method in class org.eclipse.jetty.io.RetainableByteBuffer.DynamicCapacity
- clear() - Method in class org.eclipse.jetty.io.RetainableByteBuffer.EmptyRetainableByteBuffer
- clear() - Method in class org.eclipse.jetty.io.RetainableByteBuffer.FixedCapacity
- clear() - Method in class org.eclipse.jetty.io.RetainableByteBuffer.Wrapper
- clear() - Method in class org.eclipse.jetty.rewrite.handler.RewriteHandler
-
Removes all the rules.
- clear() - Method in class org.eclipse.jetty.rewrite.handler.RuleContainer
-
Removes all the rules.
- clear() - Method in class org.eclipse.jetty.server.handler.ConditionalHandler
-
Clear all inclusions and exclusions.
- clear() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
- clear() - Method in class org.eclipse.jetty.util.ClassMatcher.ByLocationOrModule
- clear() - Method in class org.eclipse.jetty.util.ClassMatcher.ByPackage
- clear() - Method in class org.eclipse.jetty.util.ClassMatcher.ByPackageOrName
- clear() - Method in class org.eclipse.jetty.util.ClassMatcher
- clear() - Method in class org.eclipse.jetty.util.DecoratedObjectFactory
- clear() - Method in class org.eclipse.jetty.util.Fields
-
Empties this
Fieldsinstance from all fields. - clear() - Method in class org.eclipse.jetty.util.IncludeExcludeSet
- clear() - Method in interface org.eclipse.jetty.util.Index.Mutable
-
Remove all entries from the index.
- clear() - Method in class org.eclipse.jetty.util.RegexSet
- clear() - Method in class org.eclipse.jetty.websocket.core.server.WebSocketMappings
- clear() - Method in class org.eclipse.jetty.xml.XmlParser.Node
- clear(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
-
Clears the buffer to be empty in flush mode.
- clearAliasChecks() - Method in class org.eclipse.jetty.ee8.nested.ContextHandler
-
clear the list of AliasChecks
- clearAliasChecks() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
-
clear the list of AliasChecks
- clearAliasChecks() - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
clear the list of AliasChecks
- clearAllAttributes() - Method in class org.eclipse.jetty.session.SessionData
-
Remove all attributes
- clearAttributes() - Method in class org.eclipse.jetty.ee10.servlet.ServletCoreRequest
- clearAttributes() - Method in class org.eclipse.jetty.ee10.servlet.ServletCoreRequest.ServletAttributes
- clearAttributes() - Method in class org.eclipse.jetty.ee11.servlet.ServletCoreRequest
- clearAttributes() - Method in class org.eclipse.jetty.ee11.servlet.ServletCoreRequest.ServletAttributes
- clearAttributes() - Method in class org.eclipse.jetty.ee8.nested.ContextHandler
- clearAttributes() - Method in class org.eclipse.jetty.ee8.nested.ServletCoreRequest
- clearAttributes() - Method in class org.eclipse.jetty.ee8.nested.ServletCoreRequest.ServletAttributes
- clearAttributes() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
- clearAttributes() - Method in class org.eclipse.jetty.ee9.nested.ServletCoreRequest
- clearAttributes() - Method in class org.eclipse.jetty.ee9.nested.ServletCoreRequest.ServletAttributes
- clearAttributes() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- clearAttributes() - Method in class org.eclipse.jetty.server.Request.AttributesWrapper
- clearAttributes() - Method in class org.eclipse.jetty.server.Request.Wrapper
- clearAttributes() - Method in class org.eclipse.jetty.server.Server
- clearAttributes() - Method in interface org.eclipse.jetty.util.Attributes
-
Clear all attribute names
- clearAttributes() - Method in class org.eclipse.jetty.util.Attributes.Layer
- clearAttributes() - Method in class org.eclipse.jetty.util.Attributes.Lazy
- clearAttributes() - Method in class org.eclipse.jetty.util.Attributes.Mapped
- clearAttributes() - Method in class org.eclipse.jetty.util.Attributes.Synthetic
- clearAttributes() - Method in class org.eclipse.jetty.util.Attributes.Wrapper
- clearAttributes() - Method in class org.eclipse.jetty.util.AttributesMap
-
Deprecated.
- clearAttributes() - Method in class org.eclipse.jetty.util.component.AttributeContainerMap
- clearAuthenticationResults() - Method in interface org.eclipse.jetty.client.AuthenticationStore
-
Removes all authentication results stored
- clearAuthentications() - Method in interface org.eclipse.jetty.client.AuthenticationStore
-
Removes all
Authentications stored - clearCache() - Method in class org.eclipse.jetty.ee.webapp.CachingWebAppClassLoader
- clearConnectionFactories() - Method in class org.eclipse.jetty.server.AbstractConnector
- clearCredential() - Method in class org.eclipse.jetty.ee10.security.jaspi.callback.CredentialValidationCallback
- clearCredential() - Method in class org.eclipse.jetty.ee11.security.jaspi.callback.CredentialValidationCallback
- clearCredential() - Method in class org.eclipse.jetty.ee8.security.jaspi.callback.CredentialValidationCallback
- clearCredential() - Method in class org.eclipse.jetty.ee9.security.jaspi.callback.CredentialValidationCallback
- clearError() - Method in class org.eclipse.jetty.ee10.servlet.ResponseWriter
- clearError() - Method in class org.eclipse.jetty.ee11.servlet.ResponseWriter
- clearError() - Method in class org.eclipse.jetty.ee8.nested.ResponseWriter
- clearError() - Method in class org.eclipse.jetty.ee9.nested.ResponseWriter
- clearHeaders() - Method in class org.eclipse.jetty.client.transport.HttpResponse
- clearLayerAttributes() - Method in class org.eclipse.jetty.util.Attributes.Layer
-
Clear the layer attributes, leaving the persistent attributes intact / restored
- clearLowResources() - Method in class org.eclipse.jetty.server.LowResourceMonitor
- clearObject() - Method in class org.eclipse.jetty.security.jaas.callback.ObjectCallback
- clearPassword() - Method in interface org.eclipse.jetty.ee10.servlet.security.authentication.LoginCallback
- clearPassword() - Method in class org.eclipse.jetty.ee10.servlet.security.authentication.LoginCallbackImpl
- clearPassword() - Method in interface org.eclipse.jetty.ee11.servlet.security.authentication.LoginCallback
- clearPassword() - Method in class org.eclipse.jetty.ee11.servlet.security.authentication.LoginCallbackImpl
- clearPassword() - Method in interface org.eclipse.jetty.ee8.security.authentication.LoginCallback
- clearPassword() - Method in class org.eclipse.jetty.ee8.security.authentication.LoginCallbackImpl
- clearPassword() - Method in interface org.eclipse.jetty.ee9.security.authentication.LoginCallback
- clearPassword() - Method in class org.eclipse.jetty.ee9.security.authentication.LoginCallbackImpl
- clearToFill(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
-
Clear the buffer to be empty in fill mode.
- clearWhitelist() - Method in class org.eclipse.jetty.ee10.servlets.DoSFilter
-
Clears the list of whitelisted IP addresses
- clearWhitelist() - Method in class org.eclipse.jetty.ee11.servlets.DoSFilter
-
Clears the list of whitelisted IP addresses
- clearWhitelist() - Method in class org.eclipse.jetty.ee8.servlets.DoSFilter
-
Clears the list of whitelisted IP addresses
- clearWhitelist() - Method in class org.eclipse.jetty.ee9.servlets.DoSFilter
-
Clears the list of whitelisted IP addresses
- Client() - Constructor for class org.eclipse.jetty.util.ssl.SslContextFactory.Client
- Client(boolean) - Constructor for class org.eclipse.jetty.util.ssl.SslContextFactory.Client
- Client(Supplier) - Constructor for class org.eclipse.jetty.quic.common.ProtocolStreamListener.Client
- CLIENT - Enum constant in enum class org.eclipse.jetty.ee8.websocket.api.WebSocketBehavior
- CLIENT - Enum constant in enum class org.eclipse.jetty.ee9.websocket.api.WebSocketBehavior
- CLIENT - Enum constant in enum class org.eclipse.jetty.websocket.core.Behavior
- CLIENT_GRACEFUL - Static variable in class org.eclipse.jetty.http3.frames.GoAwayFrame
- CLIENT_REQUEST_ATTRIBUTE - Static variable in class org.eclipse.jetty.ee10.proxy.AbstractProxyServlet
- CLIENT_REQUEST_ATTRIBUTE - Static variable in class org.eclipse.jetty.ee11.proxy.AbstractProxyServlet
- CLIENT_REQUEST_ATTRIBUTE - Static variable in class org.eclipse.jetty.ee8.proxy.AbstractProxyServlet
- CLIENT_REQUEST_ATTRIBUTE - Static variable in class org.eclipse.jetty.ee9.proxy.AbstractProxyServlet
- ClientConnectionFactory - Interface in org.eclipse.jetty.io
-
Factory for client-side
Connectioninstances. - ClientConnectionFactory.Decorator - Interface in org.eclipse.jetty.io
-
Wraps another ClientConnectionFactory.
- ClientConnectionFactory.Info - Class in org.eclipse.jetty.io
-
A holder for a list of protocol strings identifiers (for example
["h2", "h2-17", "h2-16"]) and aClientConnectionFactorythat creates connections that speak an application protocol such as HTTP. - ClientConnectionFactory.Wrapper - Class in org.eclipse.jetty.io
- ClientConnectionFactoryOverHTTP2 - Class in org.eclipse.jetty.http2.client.transport
- ClientConnectionFactoryOverHTTP2(HTTP2Client) - Constructor for class org.eclipse.jetty.http2.client.transport.ClientConnectionFactoryOverHTTP2
- ClientConnectionFactoryOverHTTP2.HTTP2 - Class in org.eclipse.jetty.http2.client.transport
-
Representation of the
HTTP/2application protocol used byHttpClientTransportDynamic. - ClientConnectionFactoryOverHTTP3 - Class in org.eclipse.jetty.http3.client.transport
- ClientConnectionFactoryOverHTTP3(HTTP3Client) - Constructor for class org.eclipse.jetty.http3.client.transport.ClientConnectionFactoryOverHTTP3
- ClientConnectionFactoryOverHTTP3.HTTP3 - Class in org.eclipse.jetty.http3.client.transport
-
Representation of the
HTTP/3application protocol used byHttpClientTransportDynamic. - ClientConnector - Class in org.eclipse.jetty.io
-
The client-side component that connects to server sockets.
- ClientConnector() - Constructor for class org.eclipse.jetty.io.ClientConnector
- ClientConnector.ClientSelectorManager - Class in org.eclipse.jetty.io
- ClientConnector.ConnectListener - Interface in org.eclipse.jetty.io
-
A listener for events about
SocketChannel.connect(SocketAddress). - ClientEndpointConfigWrapper - Class in org.eclipse.jetty.ee10.websocket.jakarta.common
- ClientEndpointConfigWrapper - Class in org.eclipse.jetty.ee11.websocket.jakarta.common
- ClientEndpointConfigWrapper - Class in org.eclipse.jetty.ee8.websocket.javax.common
- ClientEndpointConfigWrapper - Class in org.eclipse.jetty.ee9.websocket.jakarta.common
- ClientEndpointConfigWrapper() - Constructor for class org.eclipse.jetty.ee10.websocket.jakarta.common.ClientEndpointConfigWrapper
- ClientEndpointConfigWrapper() - Constructor for class org.eclipse.jetty.ee11.websocket.jakarta.common.ClientEndpointConfigWrapper
- ClientEndpointConfigWrapper() - Constructor for class org.eclipse.jetty.ee8.websocket.javax.common.ClientEndpointConfigWrapper
- ClientEndpointConfigWrapper() - Constructor for class org.eclipse.jetty.ee9.websocket.jakarta.common.ClientEndpointConfigWrapper
- ClientEndpointConfigWrapper(ClientEndpointConfig) - Constructor for class org.eclipse.jetty.ee10.websocket.jakarta.common.ClientEndpointConfigWrapper
- ClientEndpointConfigWrapper(ClientEndpointConfig) - Constructor for class org.eclipse.jetty.ee11.websocket.jakarta.common.ClientEndpointConfigWrapper
- ClientEndpointConfigWrapper(ClientEndpointConfig) - Constructor for class org.eclipse.jetty.ee9.websocket.jakarta.common.ClientEndpointConfigWrapper
- ClientEndpointConfigWrapper(ClientEndpointConfig) - Constructor for class org.eclipse.jetty.ee8.websocket.javax.common.ClientEndpointConfigWrapper
- ClientGenerator - Class in org.eclipse.jetty.fcgi.generator
- ClientGenerator(ByteBufferPool) - Constructor for class org.eclipse.jetty.fcgi.generator.ClientGenerator
- ClientGenerator(ByteBufferPool, boolean) - Constructor for class org.eclipse.jetty.fcgi.generator.ClientGenerator
- clientId(String) - Method in class org.eclipse.jetty.security.openid.OpenIdConfiguration.Builder
- ClientParser - Class in org.eclipse.jetty.fcgi.parser
- ClientParser(ClientParser.Listener) - Constructor for class org.eclipse.jetty.fcgi.parser.ClientParser
- ClientParser.Listener - Interface in org.eclipse.jetty.fcgi.parser
- ClientProtocolSession - Class in org.eclipse.jetty.quic.client
-
Client specific implementation of
ProtocolSession. - ClientProtocolSession(ClientConnector, Session, ClientConnectionFactory, Map) - Constructor for class org.eclipse.jetty.quic.client.ClientProtocolSession
- ClientQuicConfiguration - Class in org.eclipse.jetty.quic.client
- ClientQuicConfiguration() - Constructor for class org.eclipse.jetty.quic.client.ClientQuicConfiguration
- clientRequestStatus(Throwable) - Method in class org.eclipse.jetty.ee10.proxy.AbstractProxyServlet
- clientRequestStatus(Throwable) - Method in class org.eclipse.jetty.ee11.proxy.AbstractProxyServlet
- clientRequestStatus(Throwable) - Method in class org.eclipse.jetty.ee8.proxy.AbstractProxyServlet
- clientRequestStatus(Throwable) - Method in class org.eclipse.jetty.ee9.proxy.AbstractProxyServlet
- clientSecret(String) - Method in class org.eclipse.jetty.security.openid.OpenIdConfiguration.Builder
- ClientSelectorManager(Executor, Scheduler, int) - Constructor for class org.eclipse.jetty.io.ClientConnector.ClientSelectorManager
- ClientUpgradeRequest - Class in org.eclipse.jetty.ee8.websocket.client
-
Client based UpgradeRequest API
- ClientUpgradeRequest - Class in org.eclipse.jetty.ee9.websocket.client
-
Client based UpgradeRequest API
- ClientUpgradeRequest - Class in org.eclipse.jetty.websocket.client
-
Client based UpgradeRequest API used to initiate the WebSocket handshake.
- ClientUpgradeRequest() - Constructor for class org.eclipse.jetty.ee8.websocket.client.ClientUpgradeRequest
- ClientUpgradeRequest() - Constructor for class org.eclipse.jetty.ee9.websocket.client.ClientUpgradeRequest
- ClientUpgradeRequest() - Constructor for class org.eclipse.jetty.websocket.client.ClientUpgradeRequest
-
Deprecated, for removal: This API element is subject to removal in a future version.use
ClientUpgradeRequest(URI)instead. - ClientUpgradeRequest(URI) - Constructor for class org.eclipse.jetty.ee8.websocket.client.ClientUpgradeRequest
-
Deprecated.use
ClientUpgradeRequest()instead. - ClientUpgradeRequest(URI) - Constructor for class org.eclipse.jetty.ee9.websocket.client.ClientUpgradeRequest
-
Deprecated.use
ClientUpgradeRequest()instead. - ClientUpgradeRequest(URI) - Constructor for class org.eclipse.jetty.websocket.client.ClientUpgradeRequest
- clone() - Method in class org.eclipse.jetty.ee8.nested.ServletConstraint
- clone() - Method in class org.eclipse.jetty.ee9.nested.ServletConstraint
- clone(Object) - Static method in class org.eclipse.jetty.util.LazyList
- cloneConfigure(WebAppContext, WebAppContext) - Method in class org.eclipse.jetty.ee8.annotations.AnnotationConfiguration
- cloneConfigure(WebAppContext, WebAppContext) - Method in class org.eclipse.jetty.ee8.plus.webapp.PlusConfiguration
- cloneConfigure(WebAppContext, WebAppContext) - Method in class org.eclipse.jetty.ee8.webapp.AbstractConfiguration
- cloneConfigure(WebAppContext, WebAppContext) - Method in class org.eclipse.jetty.ee8.webapp.WebInfConfiguration
- cloneConfigure(WebAppContext, WebAppContext) - Method in class org.eclipse.jetty.ee9.annotations.AnnotationConfiguration
- cloneConfigure(WebAppContext, WebAppContext) - Method in class org.eclipse.jetty.ee9.plus.webapp.PlusConfiguration
- cloneConfigure(WebAppContext, WebAppContext) - Method in class org.eclipse.jetty.ee9.webapp.AbstractConfiguration
- cloneConfigure(WebAppContext, WebAppContext) - Method in class org.eclipse.jetty.ee9.webapp.WebInfConfiguration
- close() - Method in interface org.eclipse.jetty.client.Connection
- close() - Method in class org.eclipse.jetty.client.HttpClient
- close() - Method in class org.eclipse.jetty.client.InputStreamResponseListener
- close() - Method in class org.eclipse.jetty.ee.webapp.WebAppClassLoader
- close() - Method in class org.eclipse.jetty.ee10.quickstart.QuickStartDescriptorProcessor
- close() - Method in class org.eclipse.jetty.ee10.servlet.HttpOutput
- close() - Method in class org.eclipse.jetty.ee10.servlet.ResponseWriter
- close() - Method in class org.eclipse.jetty.ee10.servlet.util.ServletInputStreamWrapper
- close() - Method in class org.eclipse.jetty.ee10.servlet.util.ServletOutputStreamWrapper
- close() - Method in interface org.eclipse.jetty.ee10.servlets.EventSource.Emitter
-
Closes this event source connection.
- close() - Method in class org.eclipse.jetty.ee10.servlets.EventSourceServlet.EventSourceEmitter
- close() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.decoders.AvailableDecoders
- close() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.encoders.AvailableEncoders
- close() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketSession
- close() - Method in class org.eclipse.jetty.ee11.quickstart.QuickStartDescriptorProcessor
- close() - Method in class org.eclipse.jetty.ee11.servlet.HttpOutput
- close() - Method in class org.eclipse.jetty.ee11.servlet.ResponseWriter
- close() - Method in class org.eclipse.jetty.ee11.servlet.util.ServletInputStreamWrapper
- close() - Method in class org.eclipse.jetty.ee11.servlet.util.ServletOutputStreamWrapper
- close() - Method in interface org.eclipse.jetty.ee11.servlets.EventSource.Emitter
-
Closes this event source connection.
- close() - Method in class org.eclipse.jetty.ee11.servlets.EventSourceServlet.EventSourceEmitter
- close() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.decoders.AvailableDecoders
- close() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.encoders.AvailableEncoders
- close() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketSession
- close() - Method in class org.eclipse.jetty.ee8.nested.HttpOutput
- close() - Method in class org.eclipse.jetty.ee8.nested.MultiPartFormInputStream.MultiPart
- close() - Method in class org.eclipse.jetty.ee8.nested.MultiPartInputStreamLegacyParser.MultiPart
-
Deprecated.
- close() - Method in class org.eclipse.jetty.ee8.nested.ResponseWriter
- close() - Method in class org.eclipse.jetty.ee8.quickstart.QuickStartDescriptorProcessor
- close() - Method in interface org.eclipse.jetty.ee8.servlets.EventSource.Emitter
-
Closes this event source connection.
- close() - Method in class org.eclipse.jetty.ee8.servlets.EventSourceServlet.EventSourceEmitter
- close() - Method in interface org.eclipse.jetty.ee8.websocket.api.Session
-
Request a close of the current conversation with a normal status code and no reason phrase.
- close() - Method in class org.eclipse.jetty.ee8.websocket.common.WebSocketSession
- close() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.decoders.AvailableDecoders
- close() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.encoders.AvailableEncoders
- close() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketSession
- close() - Method in class org.eclipse.jetty.ee9.nested.HttpOutput
- close() - Method in class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream.MultiPart
- close() - Method in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser.MultiPart
-
Deprecated.
- close() - Method in class org.eclipse.jetty.ee9.nested.ResponseWriter
- close() - Method in class org.eclipse.jetty.ee9.quickstart.QuickStartDescriptorProcessor
- close() - Method in interface org.eclipse.jetty.ee9.servlets.EventSource.Emitter
-
Closes this event source connection.
- close() - Method in class org.eclipse.jetty.ee9.servlets.EventSourceServlet.EventSourceEmitter
- close() - Method in interface org.eclipse.jetty.ee9.websocket.api.Session
-
Request a close of the current conversation with a normal status code and no reason phrase.
- close() - Method in class org.eclipse.jetty.ee9.websocket.common.WebSocketSession
- close() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.decoders.AvailableDecoders
- close() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.encoders.AvailableEncoders
- close() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketSession
- close() - Method in class org.eclipse.jetty.http.HttpParser
-
Request that the associated data source be closed
- close() - Method in class org.eclipse.jetty.http.MultiPart.AbstractContentSource
-
Closes this
ContentSourceso that no more parts may be added. - close() - Method in class org.eclipse.jetty.http.MultiPart.Part
- close() - Method in class org.eclipse.jetty.http.MultiPartFormData.Parts
- close() - Method in class org.eclipse.jetty.http.spi.JettyHttpExchange
- close() - Method in class org.eclipse.jetty.http.spi.JettyHttpExchangeDelegate
- close() - Method in class org.eclipse.jetty.http.spi.JettyHttpsExchange
- close() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
- close() - Method in class org.eclipse.jetty.http2.HTTP2Connection
- close() - Method in class org.eclipse.jetty.http2.HTTP2Stream
- close() - Method in class org.eclipse.jetty.http3.client.HTTP3Client
- close() - Method in class org.eclipse.jetty.io.AbstractConnection
- close() - Method in class org.eclipse.jetty.io.AbstractEndPoint
- close() - Method in class org.eclipse.jetty.io.ByteBufferAccumulator
-
Deprecated.
- close() - Method in class org.eclipse.jetty.io.ByteBufferOutputStream
- close() - Method in class org.eclipse.jetty.io.ByteBufferOutputStream2
-
Deprecated.
- close() - Method in class org.eclipse.jetty.io.ChunkAccumulator
-
Deprecated.
- close() - Method in interface org.eclipse.jetty.io.Connection
-
Performs a logical close of this connection.
- close() - Method in class org.eclipse.jetty.io.content.AsyncContent
- close() - Method in class org.eclipse.jetty.io.content.ContentSinkOutputStream
- close() - Method in class org.eclipse.jetty.io.content.ContentSourceInputStream
- close() - Method in class org.eclipse.jetty.io.content.OutputStreamContentSource
- close() - Method in interface org.eclipse.jetty.io.EndPoint
-
Closes any backing stream associated with the endpoint.
- close() - Method in class org.eclipse.jetty.io.NegotiatingClientConnection
- close() - Method in class org.eclipse.jetty.io.ssl.SslConnection
- close() - Method in class org.eclipse.jetty.io.WriterOutputStream
- close() - Method in class org.eclipse.jetty.io.WriteThroughWriter
- close() - Method in class org.eclipse.jetty.jndi.BindingEnumeration
- close() - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
- close() - Method in class org.eclipse.jetty.jndi.local.localContextRoot
- close() - Method in class org.eclipse.jetty.jndi.NameEnumeration
- close() - Method in class org.eclipse.jetty.jndi.NamingContext
-
Do nothing
- close() - Method in class org.eclipse.jetty.logging.StacklessLogging
- close() - Method in interface org.eclipse.jetty.security.IdentityService.Association
- close() - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
- close() - Method in class org.eclipse.jetty.server.DatagramServerConnector
- close() - Method in class org.eclipse.jetty.server.NegotiatingServerConnection
- close() - Method in interface org.eclipse.jetty.server.NetworkConnector
-
Performs the activities needed to close the network communication (for example, to stop accepting network connections).
- close() - Method in class org.eclipse.jetty.server.ServerConnector
- close() - Method in interface org.eclipse.jetty.util.Blocker.Callback
- close() - Method in interface org.eclipse.jetty.util.Blocker.Promise
- close() - Method in interface org.eclipse.jetty.util.Blocker.Runnable
- close() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
- close() - Method in class org.eclipse.jetty.util.Callback.Combination
-
Called to indicate that no more calls to
Callback.Combination.newCallback()will happen. - close() - Method in class org.eclipse.jetty.util.compression.CompressionPool.Entry
- close() - Method in class org.eclipse.jetty.util.IteratingCallback
-
Method to invoke to forbid further invocations to
IteratingCallback.iterate()andIteratingCallback.reset(). - close() - Method in class org.eclipse.jetty.util.MultiPartOutputStream
-
End the current part.
- close() - Method in class org.eclipse.jetty.util.MultiPartWriter
-
End the current part.
- close() - Method in class org.eclipse.jetty.util.MultiReleaseJarFile
- close() - Method in class org.eclipse.jetty.util.resource.FileSystemPool.Mount
- close() - Method in interface org.eclipse.jetty.util.resource.ResourceFactory.Closeable
- close() - Method in class org.eclipse.jetty.util.RolloverFileOutputStream
- close() - Method in class org.eclipse.jetty.util.SharedBlockingCallback.Blocker
-
Deprecated.Check the Callback has succeeded or failed and after the return leave in the state to allow reuse.
- close() - Method in class org.eclipse.jetty.util.thread.AutoLock
- close() - Method in class org.eclipse.jetty.util.thread.ThreadClassLoaderScope
- close() - Method in class org.eclipse.jetty.util.thread.ThreadPoolBudget.Leased
- close() - Method in interface org.eclipse.jetty.websocket.api.Session
-
Equivalent to
close(StatusCode.NORMAL, null, Callback.NOOP). - close() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
- close() - Method in interface org.eclipse.jetty.websocket.core.Extension
-
Used to clean up any resources after connection close.
- close() - Method in class org.eclipse.jetty.websocket.core.ExtensionStack
- close() - Method in class org.eclipse.jetty.websocket.core.Frame.Parsed
- close() - Method in class org.eclipse.jetty.websocket.core.messages.MessageInputStream
- close() - Method in class org.eclipse.jetty.websocket.core.messages.MessageOutputStream
- close() - Method in class org.eclipse.jetty.websocket.core.messages.MessageReader
- close() - Method in class org.eclipse.jetty.websocket.core.messages.MessageWriter
- close(int, String) - Method in interface org.eclipse.jetty.ee8.websocket.api.Session
-
Send a websocket Close frame, with status code.
- close(int, String) - Method in class org.eclipse.jetty.ee8.websocket.common.WebSocketSession
- close(int, String) - Method in interface org.eclipse.jetty.ee9.websocket.api.Session
-
Send a websocket Close frame, with status code.
- close(int, String) - Method in class org.eclipse.jetty.ee9.websocket.common.WebSocketSession
- close(int, String, WriteCallback) - Method in interface org.eclipse.jetty.ee8.websocket.api.Session
-
Send a websocket Close frame, with status code.
- close(int, String, WriteCallback) - Method in class org.eclipse.jetty.ee8.websocket.common.WebSocketSession
- close(int, String, WriteCallback) - Method in interface org.eclipse.jetty.ee9.websocket.api.Session
-
Send a websocket Close frame, with status code.
- close(int, String, WriteCallback) - Method in class org.eclipse.jetty.ee9.websocket.common.WebSocketSession
- close(int, String, Callback) - Method in interface org.eclipse.jetty.http2.api.Session
-
Closes the session by sending a GOAWAY frame with the given error code and payload.
- close(int, String, Callback) - Method in class org.eclipse.jetty.http2.HTTP2Session
-
Invoked internally and by applications to send a GO_AWAY frame to the other peer.
- close(int, String, Callback) - Method in interface org.eclipse.jetty.websocket.core.CoreSession
-
Initiate close handshake with provided status code and optional reason phrase.
- close(int, String, Callback) - Method in class org.eclipse.jetty.websocket.core.CoreSession.Empty
- close(int, String, Callback) - Method in class org.eclipse.jetty.websocket.core.WebSocketCoreSession
- close(int, String, Callback) - Method in interface org.eclipse.jetty.websocket.api.Session
-
Sends a websocket CLOSE frame, with status code and reason, notifying the given callback when the frame send is completed, either successfully or with a failure.
- close(int, String, Callback) - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
- close(long, String) - Method in class org.eclipse.jetty.quic.quiche.foreign.ForeignQuicheConnection
- close(long, String) - Method in class org.eclipse.jetty.quic.quiche.jna.JnaQuicheConnection
- close(long, String) - Method in class org.eclipse.jetty.quic.quiche.Quiche
- close(long, String, Promise.Invocable) - Method in class org.eclipse.jetty.http3.HTTP3Session
-
Called when an external event wants to initiate the close of this session locally, for example a close at the network level (due to e.g. stopping a component) or a timeout.
- close(CloseReason) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketSession
- close(CloseReason) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketSession
- close(CloseReason) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketSession
- close(Closeable) - Static method in class org.eclipse.jetty.util.IO
-
Closes an arbitrary closable, and logs exceptions at ignore level
- close(InputStream) - Static method in class org.eclipse.jetty.util.IO
-
closes an input stream, and logs exceptions
- close(OutputStream) - Static method in class org.eclipse.jetty.util.IO
-
closes an output stream, and logs exceptions
- close(Reader) - Static method in class org.eclipse.jetty.util.IO
-
closes a reader, and logs exceptions
- close(Writer) - Static method in class org.eclipse.jetty.util.IO
-
closes a writer, and logs exceptions
- close(AutoCloseable) - Static method in class org.eclipse.jetty.util.IO
-
Closes an arbitrary closable, and logs exceptions at ignore level
- close(Throwable) - Method in class org.eclipse.jetty.http2.HTTP2StreamEndPoint
- close(Throwable) - Method in class org.eclipse.jetty.io.AbstractEndPoint
- close(Throwable) - Method in interface org.eclipse.jetty.io.EndPoint
-
Closes any backing stream associated with the endpoint, passing a possibly
nullfailure cause. - close(Throwable) - Method in class org.eclipse.jetty.quic.common.StreamEndPoint
- close(Throwable) - Method in class org.eclipse.jetty.server.handler.ConnectHandler.DownstreamConnection
- close(Throwable) - Method in class org.eclipse.jetty.server.handler.ConnectHandler.UpstreamConnection
- close(Throwable) - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
- close(CloseReason) - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketSession
- close(CloseStatus) - Method in interface org.eclipse.jetty.ee8.websocket.api.Session
-
Request Close the current conversation, giving a reason for the closure.
- close(CloseStatus) - Method in class org.eclipse.jetty.ee8.websocket.common.WebSocketSession
- close(CloseStatus) - Method in interface org.eclipse.jetty.ee9.websocket.api.Session
-
Request Close the current conversation, giving a reason for the closure.
- close(CloseStatus) - Method in class org.eclipse.jetty.ee9.websocket.common.WebSocketSession
- close(ConnectionCloseFrame, Promise.Invocable) - Method in interface org.eclipse.jetty.quic.api.Session
-
Closes this session with the given
CONNECTION_CLOSEframe. - close(ConnectionCloseFrame, Promise.Invocable) - Method in class org.eclipse.jetty.quic.common.AbstractSession
- close(ConnectionCloseFrame, Promise.Invocable) - Method in class org.eclipse.jetty.quic.common.ProtocolSession
-
Performs an inward close upon sending a
CONNECTION_CLOSEframe. - close(Callback) - Method in class org.eclipse.jetty.io.content.ContentSinkOutputStream
- close(Callback) - Method in interface org.eclipse.jetty.websocket.core.CoreSession
-
Initiate close handshake, no payload (no declared status code or reason phrase).
- close(Callback) - Method in class org.eclipse.jetty.websocket.core.CoreSession.Empty
- close(Callback) - Method in class org.eclipse.jetty.websocket.core.WebSocketCoreSession
- close(CloseStatus, Callback) - Method in interface org.eclipse.jetty.websocket.core.CoreSession
-
Initiate close handshake with a provided
CloseStatus. - close(CloseStatus, Callback) - Method in class org.eclipse.jetty.websocket.core.CoreSession.Empty
- close(CloseStatus, Callback) - Method in class org.eclipse.jetty.websocket.core.WebSocketCoreSession
- CLOSE - Enum constant in enum class org.eclipse.jetty.ee8.websocket.api.Frame.Type
- CLOSE - Enum constant in enum class org.eclipse.jetty.ee9.websocket.api.Frame.Type
- CLOSE - Enum constant in enum class org.eclipse.jetty.http.HttpHeaderValue
- CLOSE - Enum constant in enum class org.eclipse.jetty.http.HttpParser.State
- CLOSE - Enum constant in enum class org.eclipse.jetty.websocket.api.Frame.Type
- CLOSE - Static variable in class org.eclipse.jetty.websocket.core.OpCode
-
OpCode for a Close Frame
- CLOSE_NOTIFY - Static variable in interface org.eclipse.jetty.quic.quiche.QuicheConstants.tls_alert
- closeable() - Static method in interface org.eclipse.jetty.util.resource.ResourceFactory
-
A ResourceFactory that can close it's opened resources using the Java standard
AutoCloseabletechniques. - CloseableDoSFilter - Class in org.eclipse.jetty.ee10.servlets
-
This is an extension to
DoSFilterthat uses Jetty APIs to abruptly close the connection when the request times out. - CloseableDoSFilter - Class in org.eclipse.jetty.ee11.servlets
-
This is an extension to
DoSFilterthat uses Jetty APIs to abruptly close the connection when the request times out. - CloseableDoSFilter - Class in org.eclipse.jetty.ee8.servlets
-
This is an extension to
DoSFilterthat uses Jetty APIs to abruptly close the connection when the request times out. - CloseableDoSFilter - Class in org.eclipse.jetty.ee9.servlets
-
This is an extension to
DoSFilterthat uses Jetty APIs to abruptly close the connection when the request times out. - CloseableDoSFilter() - Constructor for class org.eclipse.jetty.ee10.servlets.CloseableDoSFilter
- CloseableDoSFilter() - Constructor for class org.eclipse.jetty.ee11.servlets.CloseableDoSFilter
- CloseableDoSFilter() - Constructor for class org.eclipse.jetty.ee8.servlets.CloseableDoSFilter
- CloseableDoSFilter() - Constructor for class org.eclipse.jetty.ee9.servlets.CloseableDoSFilter
- closeAndFail(Throwable) - Method in class org.eclipse.jetty.http2.HTTP2Session.Entry
- closed(Socket) - Method in interface org.eclipse.jetty.io.NetworkTrafficListener
-
Callback method invoked when a connection to a remote client has been closed.
- CLOSED - Enum constant in enum class org.eclipse.jetty.http.HttpParser.State
- CLOSED - Enum constant in enum class org.eclipse.jetty.http2.CloseState
-
Fully closed.
- CLOSED_CRITICAL_STREAM_ERROR - Enum constant in enum class org.eclipse.jetty.http3.HTTP3ErrorCode
- CloseException - Exception Class in org.eclipse.jetty.ee8.websocket.api.exceptions
- CloseException - Exception Class in org.eclipse.jetty.ee9.websocket.api.exceptions
- CloseException - Exception Class in org.eclipse.jetty.websocket.api.exceptions
- CloseException - Exception Class in org.eclipse.jetty.websocket.core.exception
- CloseException(int, String) - Constructor for exception class org.eclipse.jetty.ee8.websocket.api.exceptions.CloseException
- CloseException(int, String) - Constructor for exception class org.eclipse.jetty.ee9.websocket.api.exceptions.CloseException
- CloseException(int, String) - Constructor for exception class org.eclipse.jetty.websocket.api.exceptions.CloseException
- CloseException(int, String) - Constructor for exception class org.eclipse.jetty.websocket.core.exception.CloseException
- CloseException(int, String, Throwable) - Constructor for exception class org.eclipse.jetty.ee8.websocket.api.exceptions.CloseException
- CloseException(int, String, Throwable) - Constructor for exception class org.eclipse.jetty.ee9.websocket.api.exceptions.CloseException
- CloseException(int, String, Throwable) - Constructor for exception class org.eclipse.jetty.websocket.api.exceptions.CloseException
- CloseException(int, String, Throwable) - Constructor for exception class org.eclipse.jetty.websocket.core.exception.CloseException
- CloseException(int, Throwable) - Constructor for exception class org.eclipse.jetty.ee8.websocket.api.exceptions.CloseException
- CloseException(int, Throwable) - Constructor for exception class org.eclipse.jetty.ee9.websocket.api.exceptions.CloseException
- CloseException(int, Throwable) - Constructor for exception class org.eclipse.jetty.websocket.api.exceptions.CloseException
- CloseException(int, Throwable) - Constructor for exception class org.eclipse.jetty.websocket.core.exception.CloseException
- closeFlusher() - Method in class org.eclipse.jetty.websocket.core.util.WebSocketDemander
-
Used to close this flusher when there is no explicit failure.
- closeFlusher() - Method in class org.eclipse.jetty.websocket.core.util.WebSocketFlusher
-
Used to close this flusher when there is no explicit failure.
- CloseInfo(long, String) - Constructor for record class org.eclipse.jetty.quic.quiche.Quiche.CloseInfo
-
Creates an instance of a
CloseInforecord class. - closeOutput() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextResponse
- closeOutput() - Method in class org.eclipse.jetty.ee11.servlet.ServletContextResponse
- closeOutput() - Method in class org.eclipse.jetty.ee8.nested.Response
- closeOutput() - Method in class org.eclipse.jetty.ee9.nested.Response
- CloseState - Enum Class in org.eclipse.jetty.http2
-
The set of close states for a stream or a session.
- CloseState.Event - Enum Class in org.eclipse.jetty.http2
- CloseStatus - Class in org.eclipse.jetty.ee8.websocket.api
- CloseStatus - Class in org.eclipse.jetty.ee9.websocket.api
- CloseStatus - Class in org.eclipse.jetty.websocket.core
-
Representation of a WebSocket Close (status code & reason)
- CloseStatus() - Constructor for class org.eclipse.jetty.websocket.core.CloseStatus
-
Creates a reason for closing a web socket connection with the no given status code.
- CloseStatus(int) - Constructor for class org.eclipse.jetty.websocket.core.CloseStatus
-
Creates a reason for closing a web socket connection with the given status code and no reason phrase.
- CloseStatus(int, String) - Constructor for class org.eclipse.jetty.ee8.websocket.api.CloseStatus
-
Creates a reason for closing a web socket connection with the given code and reason phrase.
- CloseStatus(int, String) - Constructor for class org.eclipse.jetty.ee9.websocket.api.CloseStatus
-
Creates a reason for closing a web socket connection with the given code and reason phrase.
- CloseStatus(int, String) - Constructor for record class org.eclipse.jetty.websocket.api.Frame.CloseStatus
-
Creates an instance of a
CloseStatusrecord class. - CloseStatus(int, String) - Constructor for class org.eclipse.jetty.websocket.core.CloseStatus
-
Creates a reason for closing a web socket connection with the given status code and reason phrase.
- CloseStatus(int, String, Throwable) - Constructor for class org.eclipse.jetty.websocket.core.CloseStatus
-
Creates a reason for closing a web socket connection with the given status code and reason phrase.
- CloseStatus(int, Throwable) - Constructor for class org.eclipse.jetty.websocket.core.CloseStatus
-
Creates a reason for closing a web socket connection with the given status code and reason phrase.
- CloseStatus(ByteBuffer) - Constructor for class org.eclipse.jetty.websocket.core.CloseStatus
- CloseStatus(Frame) - Constructor for class org.eclipse.jetty.websocket.core.CloseStatus
- CloseStatus.Supplier - Interface in org.eclipse.jetty.websocket.core
- closeTag() - Method in class org.eclipse.jetty.xml.XmlAppendable
- CLOSING - Enum constant in enum class org.eclipse.jetty.http2.CloseState
-
A half-close frame has been received and a half-close frame has been generated, but not yet sent.
- CNTL - Enum constant in enum class org.eclipse.jetty.http.HttpTokens.Type
- code - Variable in enum class org.eclipse.jetty.fcgi.FCGI.FrameType
- code - Variable in enum class org.eclipse.jetty.fcgi.FCGI.Role
- code - Variable in enum class org.eclipse.jetty.http2.ErrorCode
- code() - Method in enum class org.eclipse.jetty.http3.HTTP3ErrorCode
- code() - Method in class org.eclipse.jetty.quic.util.ErrorCode
- codeString(int) - Static method in class org.eclipse.jetty.websocket.core.CloseStatus
- Collection(RequestLog...) - Constructor for class org.eclipse.jetty.server.RequestLog.Collection
- COLON - Enum constant in enum class org.eclipse.jetty.http.HttpTokens.Type
- Combination(Callback) - Constructor for class org.eclipse.jetty.util.Callback.Combination
-
Create a new empty combined callback.
- Combination(Callback, Throwable) - Constructor for class org.eclipse.jetty.util.Callback.Combination
-
Create a new empty combined callback with a forced failure and invocation type.
- combine(Runnable...) - Static method in interface org.eclipse.jetty.util.thread.Invocable
- combine(String, Constraint, Constraint) - Static method in interface org.eclipse.jetty.security.Constraint
-
Combine two Constraints by:
- combine(Throwable, Throwable) - Static method in class org.eclipse.jetty.util.ExceptionUtil
-
Combine two, possible null,
Throwables in a style to facilitate handling multiple exceptions that are accumulated as suppressed exceptions. - combine(List) - Static method in interface org.eclipse.jetty.util.resource.ResourceFactory
-
Make a directory Resource containing a collection of other directory
Resources - combine(RoleInfo) - Method in class org.eclipse.jetty.ee8.security.RoleInfo
- combine(UserDataConstraint) - Method in enum class org.eclipse.jetty.ee8.security.UserDataConstraint
- combine(RoleInfo) - Method in class org.eclipse.jetty.ee9.security.RoleInfo
- combine(UserDataConstraint) - Method in enum class org.eclipse.jetty.ee9.security.UserDataConstraint
- combine(Constraint, Constraint) - Static method in interface org.eclipse.jetty.security.Constraint
-
Combine two Constraints by using
Constraint.combine(String, Constraint, Constraint)with a generated name. - combine(Callback, Callback) - Static method in interface org.eclipse.jetty.util.Callback
- combine(Fields, Fields) - Static method in class org.eclipse.jetty.util.Fields
-
Combine two Fields
- combine(Resource...) - Static method in interface org.eclipse.jetty.util.resource.ResourceFactory
-
Make a directory Resource containing a collection of directory
Resources - combine(Invocable.InvocationType, Invocable.InvocationType) - Static method in interface org.eclipse.jetty.util.thread.Invocable
-
Combine two invocation type.
- CombinedResource - Class in org.eclipse.jetty.util.resource
- combineServletConstraints(Constraint, Constraint) - Method in class org.eclipse.jetty.ee10.servlet.security.ConstraintSecurityHandler
-
Combine constrains as per the servlet specification.
- combineServletConstraints(Constraint, Constraint) - Method in class org.eclipse.jetty.ee11.servlet.security.ConstraintSecurityHandler
-
Combine constrains as per the servlet specification.
- combineTypes(Invocable.InvocationType...) - Static method in interface org.eclipse.jetty.util.thread.Invocable
- COMMA_NOT_VALID_OCTET - Enum constant in enum class org.eclipse.jetty.http.CookieCompliance.Violation
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
CookieCompliance.Violation.SPECIAL_CHARS_IN_QUOTESinstead. - COMMA_SEPARATOR - Enum constant in enum class org.eclipse.jetty.http.CookieCompliance.Violation
-
A comma was found as separator between cookies.
- COMMAND_CONNECT - Static variable in class org.eclipse.jetty.client.Socks5
-
The SOCKS5
CONNECTcommand used in SOCKS5 connect requests. - comment(String) - Method in interface org.eclipse.jetty.ee10.servlets.EventSource.Emitter
-
Sends a comment to the client.
- comment(String) - Method in class org.eclipse.jetty.ee10.servlets.EventSourceServlet.EventSourceEmitter
- comment(String) - Method in interface org.eclipse.jetty.ee11.servlets.EventSource.Emitter
-
Sends a comment to the client.
- comment(String) - Method in class org.eclipse.jetty.ee11.servlets.EventSourceServlet.EventSourceEmitter
- comment(String) - Method in interface org.eclipse.jetty.ee8.servlets.EventSource.Emitter
-
Sends a comment to the client.
- comment(String) - Method in class org.eclipse.jetty.ee8.servlets.EventSourceServlet.EventSourceEmitter
- comment(String) - Method in interface org.eclipse.jetty.ee9.servlets.EventSource.Emitter
-
Sends a comment to the client.
- comment(String) - Method in class org.eclipse.jetty.ee9.servlets.EventSourceServlet.EventSourceEmitter
- comment(String) - Method in class org.eclipse.jetty.http.HttpCookie.Builder
- COMMENT_ATTRIBUTE - Static variable in interface org.eclipse.jetty.http.HttpCookie
- commit() - Method in class org.eclipse.jetty.http2.HTTP2Stream
- commit() - Method in class org.eclipse.jetty.security.jaas.spi.AbstractLoginModule
- commit() - Method in class org.eclipse.jetty.security.jaas.spi.LdapLoginModule
- commit(boolean, Callback, ByteBuffer) - Method in class org.eclipse.jetty.server.handler.gzip.GzipResponseAndCallback
- commit(MetaData.Response) - Method in class org.eclipse.jetty.ee8.nested.HttpChannel
- commit(MetaData.Response) - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
- commit(ManagedSession) - Method in class org.eclipse.jetty.session.AbstractSessionCache
-
A response that has accessed this session is about to be returned to the client.
- commit(ManagedSession) - Method in class org.eclipse.jetty.session.AbstractSessionManager
-
Called when a response is about to be committed.
- commit(ManagedSession) - Method in interface org.eclipse.jetty.session.SessionCache
-
Called when a response is about to be committed.
- commit(ManagedSession) - Method in interface org.eclipse.jetty.session.SessionManager
- commitResponse() - Method in class org.eclipse.jetty.ee8.nested.HttpChannelState
- commitResponse() - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
- commitSessions() - Method in class org.eclipse.jetty.ee8.nested.ContextHandler.CoreContextRequest
-
Ensure that each session is committed - ie written out to storage if necessary - because the response is about to be returned to the client.
- commitSessions() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.CoreContextRequest
-
Ensure that each session is committed - ie written out to storage if necessary - because the response is about to be returned to the client.
- COMMITTED - Enum constant in enum class org.eclipse.jetty.http.HttpGenerator.State
- compact(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
-
Compact the buffer
- CompactedEvent(Rule.Handler, String, String, CompactPathRule) - Constructor for record class org.eclipse.jetty.rewrite.handler.CompactPathRule.CompactedEvent
-
Creates an instance of a
CompactedEventrecord class. - compactPath(String) - Static method in class org.eclipse.jetty.util.URIUtil
-
Convert a path to a compact form.
- CompactPathRule - Class in org.eclipse.jetty.rewrite.handler
-
Rewrites the URI by compacting to remove occurrences of
//and/../. - CompactPathRule() - Constructor for class org.eclipse.jetty.rewrite.handler.CompactPathRule
- CompactPathRule.CompactedEvent - Record Class in org.eclipse.jetty.rewrite.handler
- CompactPathRule.Listener - Interface in org.eclipse.jetty.rewrite.handler
- COMPARATOR - Static variable in class org.eclipse.jetty.http2.HTTP2Cipher
- compare(ServletContainerInitializer, ServletContainerInitializer) - Method in class org.eclipse.jetty.ee10.annotations.AnnotationConfiguration.ServletContainerInitializerComparator
- compare(ServletContainerInitializer, ServletContainerInitializer) - Method in class org.eclipse.jetty.ee11.annotations.AnnotationConfiguration.ServletContainerInitializerComparator
- compare(ServletContainerInitializer, ServletContainerInitializer) - Method in class org.eclipse.jetty.ee9.annotations.AnnotationConfiguration.ServletContainerInitializerComparator
- compare(String, String) - Method in class org.eclipse.jetty.http2.HTTP2Cipher.CipherComparator
- compare(ServletContainerInitializer, ServletContainerInitializer) - Method in class org.eclipse.jetty.ee8.annotations.AnnotationConfiguration.ServletContainerInitializerComparator
- compare(PathSpec, PathSpec) - Method in class org.eclipse.jetty.security.SecurityHandler.PathMapped
-
Comparatormethod to sort paths from least specific to most specific. - compareAndSet(int, int, int, int) - Method in class org.eclipse.jetty.util.AtomicBiInteger
-
Atomically sets the hi and lo values to the given updated values only if the current hi and lo values
==the expected hi and lo values. - compareAndSet(long, int, int) - Method in class org.eclipse.jetty.util.AtomicBiInteger
-
Atomically sets the values to the given updated values only if the current encoded value
==the expected encoded value. - compareAndSetHi(int, int) - Method in class org.eclipse.jetty.util.AtomicBiInteger
-
Atomically sets the hi value to the given updated value only if the current value
==the expected value. - compareAndSetLo(int, int) - Method in class org.eclipse.jetty.util.AtomicBiInteger
-
Atomically sets the lo value to the given updated value only if the current value
==the expected value. - compareTo(ServletHolder) - Method in class org.eclipse.jetty.ee10.servlet.ServletHolder
-
Comparator by init order.
- compareTo(ServletHolder) - Method in class org.eclipse.jetty.ee11.servlet.ServletHolder
-
Comparator by init order.
- compareTo(ServletHolder) - Method in class org.eclipse.jetty.ee8.servlet.ServletHolder
-
Comparator by init order.
- compareTo(ServletHolder) - Method in class org.eclipse.jetty.ee9.servlet.ServletHolder
-
Comparator by init order.
- compareTo(MappedResource) - Method in class org.eclipse.jetty.http.pathmap.MappedResource
-
Comparison is based solely on the pathSpec
- compareTo(PathSpec) - Method in class org.eclipse.jetty.http.pathmap.AbstractPathSpec
- compareTo(PathSpec) - Method in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
- compareTo(QuotedQualityCSV.QualityValue) - Method in class org.eclipse.jetty.http.QuotedQualityCSV.QualityValue
- compile(byte[]) - Static method in class org.eclipse.jetty.util.SearchPattern
-
Creates a
SearchPatterninstance which can be used to find matches of the pattern in data. - compile(String) - Static method in class org.eclipse.jetty.util.SearchPattern
-
Creates a
SearchPatterninstance which can be used to find matches of the pattern in data. - Completable() - Constructor for class org.eclipse.jetty.util.Callback.Completable
- Completable() - Constructor for class org.eclipse.jetty.util.Promise.Completable
- Completable() - Constructor for class org.eclipse.jetty.websocket.api.Callback.Completable
- Completable(Invocable.InvocationType) - Constructor for class org.eclipse.jetty.util.Callback.Completable
- CompletableResponseListener - Class in org.eclipse.jetty.client
-
A
RetainingResponseListenerthat sends aRequestand returns aCompletableFuturethat is completed whenCompletableResponseListener.onComplete(Result)is called. - CompletableResponseListener(Request) - Constructor for class org.eclipse.jetty.client.CompletableResponseListener
- CompletableResponseListener(Request, int) - Constructor for class org.eclipse.jetty.client.CompletableResponseListener
- CompletableTask<T> - Class in org.eclipse.jetty.util
-
A
CompletableFuturethat implementsRunnableto perform a one-shot task that eventually completes thisCompletableFuture. - CompletableTask() - Constructor for class org.eclipse.jetty.util.CompletableTask
- complete() - Method in class org.eclipse.jetty.ee10.proxy.AsyncProxyServlet.StreamWriter
- complete() - Method in class org.eclipse.jetty.ee10.servlet.AsyncContextState
- complete() - Method in class org.eclipse.jetty.ee10.servlet.ServletChannelState
- complete() - Method in class org.eclipse.jetty.ee11.proxy.AsyncProxyServlet.StreamWriter
- complete() - Method in class org.eclipse.jetty.ee11.servlet.AsyncContextState
- complete() - Method in class org.eclipse.jetty.ee11.servlet.ServletChannelState
- complete() - Method in class org.eclipse.jetty.ee8.nested.AsyncContextState
- complete() - Method in class org.eclipse.jetty.ee8.nested.HttpChannelState
- complete() - Method in class org.eclipse.jetty.ee8.proxy.AsyncProxyServlet.StreamWriter
- complete() - Method in class org.eclipse.jetty.ee9.nested.AsyncContextState
- complete() - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
- complete() - Method in class org.eclipse.jetty.ee9.proxy.AsyncProxyServlet.StreamWriter
- complete() - Method in class org.eclipse.jetty.http2.parser.HeaderBlockFragments
- complete() - Method in class org.eclipse.jetty.util.ajax.AsyncJSON
-
Signals to the parser that the parse data is complete, and returns the object parsed from the JSON chunks passed to the
parse()methods. - complete() - Method in class org.eclipse.jetty.util.Utf8StringBuilder
-
Complete the appendable, adding a replacement character and coding error if the sequence is not currently complete.
- complete(String, JSON.Source) - Static method in class org.eclipse.jetty.util.ajax.JSON
- complete(ManagedSession) - Method in class org.eclipse.jetty.session.AbstractSessionManager
-
Called when a request is finally leaving a session.
- complete(ManagedSession) - Method in interface org.eclipse.jetty.session.SessionManager
- complete(Callback) - Method in class org.eclipse.jetty.ee10.servlet.HttpOutput
-
This method is invoked for the COMPLETE action handling in HttpChannel.handle.
- complete(Callback) - Method in class org.eclipse.jetty.ee11.servlet.HttpOutput
-
This method is invoked for the COMPLETE action handling in HttpChannel.handle.
- complete(Callback) - Method in class org.eclipse.jetty.ee8.nested.HttpOutput
- complete(Callback) - Method in class org.eclipse.jetty.ee9.nested.HttpOutput
- COMPLETE - Enum constant in enum class org.eclipse.jetty.ee10.servlet.ServletChannelState.Action
- COMPLETE - Enum constant in enum class org.eclipse.jetty.ee11.servlet.ServletChannelState.Action
- COMPLETE - Enum constant in enum class org.eclipse.jetty.ee8.nested.HttpChannelState.Action
- COMPLETE - Enum constant in enum class org.eclipse.jetty.ee9.nested.HttpChannelState.Action
- COMPLETE - Enum constant in enum class org.eclipse.jetty.fcgi.parser.ContentParser.Result
-
The frame content parsing is complete, and the parser can now parse the padding bytes.
- completed() - Method in class org.eclipse.jetty.ee10.servlet.AsyncContextEvent
- completed() - Method in class org.eclipse.jetty.ee11.servlet.AsyncContextEvent
- completed() - Method in class org.eclipse.jetty.ee8.nested.AsyncContextEvent
- completed() - Method in class org.eclipse.jetty.ee9.nested.AsyncContextEvent
- completed() - Method in interface org.eclipse.jetty.util.Callback.Completing
- completed() - Method in class org.eclipse.jetty.util.Callback.Nested
- completed(String) - Method in class org.eclipse.jetty.alpn.client.ALPNClientConnection
- completed(String) - Method in class org.eclipse.jetty.io.NegotiatingClientConnection
- completed(Throwable) - Method in class org.eclipse.jetty.ee10.servlet.HttpOutput
-
Called to indicate that the request cycle has been completed.
- completed(Throwable) - Method in class org.eclipse.jetty.ee10.servlet.ServletChannelState
- completed(Throwable) - Method in class org.eclipse.jetty.ee11.servlet.HttpOutput
-
Called to indicate that the request cycle has been completed.
- completed(Throwable) - Method in class org.eclipse.jetty.ee11.servlet.ServletChannelState
- completed(Throwable) - Method in class org.eclipse.jetty.ee8.nested.HttpChannelState
- completed(Throwable) - Method in class org.eclipse.jetty.ee8.nested.HttpOutput
-
Called to indicate that the request cycle has been completed.
- completed(Throwable) - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
- completed(Throwable) - Method in class org.eclipse.jetty.ee9.nested.HttpOutput
-
Called to indicate that the request cycle has been completed.
- completeOutput() - Method in class org.eclipse.jetty.ee8.nested.Response
-
Deprecated.
- completeOutput() - Method in class org.eclipse.jetty.ee9.nested.Response
-
Deprecated.
- completeOutput(Callback) - Method in class org.eclipse.jetty.ee10.servlet.ServletContextResponse
- completeOutput(Callback) - Method in class org.eclipse.jetty.ee11.servlet.ServletContextResponse
- completeOutput(Callback) - Method in class org.eclipse.jetty.ee8.nested.Response
- completeOutput(Callback) - Method in class org.eclipse.jetty.ee9.nested.Response
- completeResponse() - Method in class org.eclipse.jetty.ee10.servlet.ServletChannelState
- completeResponse() - Method in class org.eclipse.jetty.ee11.servlet.ServletChannelState
- completeResponse() - Method in class org.eclipse.jetty.ee8.nested.HttpChannelState
- completeResponse() - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
- completeSessions() - Method in class org.eclipse.jetty.ee8.nested.ContextHandler.CoreContextRequest
-
Release each of the sessions as the request is now complete
- completeSessions() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.CoreContextRequest
-
Release each of the sessions as the request is now complete
- completeWith(CompletableFuture) - Method in interface org.eclipse.jetty.util.Callback
-
Completes this callback with the given
CompletableFuture. - completeWith(Promise, CompletableFuture) - Static method in interface org.eclipse.jetty.util.Promise
-
Completes the given promise with the given
CompletableFuture. - completeWrite() - Method in class org.eclipse.jetty.io.WriteFlusher
-
Complete a write that has not completed and that called
WriteFlusher.onIncompleteFlush()to request a call to this method when a call toEndPoint.flush(ByteBuffer...)is likely to be able to progress. - completing() - Method in class org.eclipse.jetty.ee10.servlet.ServletChannelState
- completing() - Method in class org.eclipse.jetty.ee11.servlet.ServletChannelState
- completing() - Method in class org.eclipse.jetty.ee8.nested.HttpChannelState
- completing() - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
- COMPLETING - Enum constant in enum class org.eclipse.jetty.http.HttpGenerator.State
- COMPLETING_1XX - Enum constant in enum class org.eclipse.jetty.http.HttpGenerator.State
- complianceMode(MultiPartCompliance) - Method in class org.eclipse.jetty.http.MultiPartConfig.Builder
- ComplianceViolation - Interface in org.eclipse.jetty.http
-
A Compliance Violation represents a requirement of an RFC, specification or Jetty implementation that may be allowed to be violated if it is included in a
ComplianceViolation.Mode. - ComplianceViolation.CapturingListener - Class in org.eclipse.jetty.http
- ComplianceViolation.Event - Record Class in org.eclipse.jetty.http
- ComplianceViolation.Listener - Interface in org.eclipse.jetty.http
-
A listener that can be notified of violations.
- ComplianceViolation.LoggingListener - Class in org.eclipse.jetty.http
- ComplianceViolation.Mode - Interface in org.eclipse.jetty.http
-
A Mode is a set of
ComplianceViolations that are allowed. - ComplianceViolationException - Exception Class in org.eclipse.jetty.http
- ComplianceViolationException(ComplianceViolation.Event) - Constructor for exception class org.eclipse.jetty.http.ComplianceViolationException
- ComplianceViolationException(ComplianceViolation.Mode, ComplianceViolation, String) - Constructor for exception class org.eclipse.jetty.http.ComplianceViolationException
- Compliant(ComplianceViolation.Mode, BiConsumer) - Constructor for class org.eclipse.jetty.http.QuotedCSV.Compliant
- Compliant(ComplianceViolation.Mode, BiConsumer, boolean, String...) - Constructor for class org.eclipse.jetty.http.QuotedCSV.Compliant
- Compliant(ComplianceViolation.Mode, BiConsumer, String[]) - Constructor for class org.eclipse.jetty.http.QuotedQualityCSV.Compliant
- Compliant(ComplianceViolation.Mode, BiConsumer, ToIntFunction) - Constructor for class org.eclipse.jetty.http.QuotedQualityCSV.Compliant
- Compliant(ComplianceViolation.Mode, BiConsumer, List) - Constructor for class org.eclipse.jetty.http.QuotedQualityCSV.Compliant
- compliesWith(CookieCompliance) - Method in class org.eclipse.jetty.http.CookieCompliance
- components - Variable in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketContainer
- components - Variable in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketFrameHandlerFactory
- components - Variable in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketContainer
- components - Variable in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketFrameHandlerFactory
- components - Variable in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketContainer
- components - Variable in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketFrameHandlerFactory
- components - Variable in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketContainer
- components - Variable in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketFrameHandlerFactory
- components - Variable in class org.eclipse.jetty.server.ShutdownService
- Components - Interface in org.eclipse.jetty.server
-
Common components made available via a
Request. - compose(Consumer) - Method in class org.eclipse.jetty.util.Callback.Completable
-
Returns a new
Callback.Completablethat, when thisCallback.Completablesucceeds, is passed to the given consumer and then returned. - compose(Consumer) - Method in class org.eclipse.jetty.websocket.api.Callback.Completable
-
Returns a new
Callback.Completablethat, when thisCallback.Completablesucceeds, is passed to the given consumer and then returned. - composeName(String, String) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
- composeName(String, String) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
- composeName(String, String) - Method in class org.eclipse.jetty.jndi.NamingContext
-
Join two names together.
- composeName(Name, Name) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
- composeName(Name, Name) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
- composeName(Name, Name) - Method in class org.eclipse.jetty.jndi.NamingContext
-
Join two names together.
- CompressedContentFormat - Class in org.eclipse.jetty.http
- CompressedContentFormat(String, String) - Constructor for class org.eclipse.jetty.http.CompressedContentFormat
- compressExcludeEncoding(String) - Method in class org.eclipse.jetty.compression.server.CompressionConfig.Builder
- compressExcludeMethod(String) - Method in class org.eclipse.jetty.compression.server.CompressionConfig.Builder
- compressExcludeMimeType(String) - Method in class org.eclipse.jetty.compression.server.CompressionConfig.Builder
- compressExcludePath(String) - Method in class org.eclipse.jetty.compression.server.CompressionConfig.Builder
-
A path spec to exclude for response compression.
- compressIncludeEncoding(String) - Method in class org.eclipse.jetty.compression.server.CompressionConfig.Builder
- compressIncludeMethod(String) - Method in class org.eclipse.jetty.compression.server.CompressionConfig.Builder
- compressIncludeMimeType(String) - Method in class org.eclipse.jetty.compression.server.CompressionConfig.Builder
- compressIncludePath(String) - Method in class org.eclipse.jetty.compression.server.CompressionConfig.Builder
-
A path spec to include for response compression.
- Compression - Class in org.eclipse.jetty.compression
- Compression(String) - Constructor for class org.eclipse.jetty.compression.Compression
- COMPRESSION_ERROR - Enum constant in enum class org.eclipse.jetty.http2.ErrorCode
-
Indicates inability to maintain the HPACK compression context.
- CompressionConfig - Class in org.eclipse.jetty.compression.server
-
Configuration for a specific compression behavior per matching path from the
CompressionHandler. - CompressionConfig.Builder - Class in org.eclipse.jetty.compression.server
-
The builder of
CompressionConfigimmutable instances. - CompressionContentDecoderFactory - Class in org.eclipse.jetty.compression.client
-
Utility class that applications can use to explicitly configure a
Compressionimplementation inContentDecoder.Factories.put(ContentDecoder.Factory). - CompressionContentDecoderFactory(Compression) - Constructor for class org.eclipse.jetty.compression.client.CompressionContentDecoderFactory
- CompressionContentDecoderFactory(Compression, float) - Constructor for class org.eclipse.jetty.compression.client.CompressionContentDecoderFactory
- CompressionException(String, Object...) - Constructor for exception class org.eclipse.jetty.http2.hpack.HpackException.CompressionException
- CompressionHandler - Class in org.eclipse.jetty.compression.server
-
CompressionHandler to provide compression of response bodies and decompression of request bodies.
- CompressionHandler() - Constructor for class org.eclipse.jetty.compression.server.CompressionHandler
- CompressionHandler(Handler) - Constructor for class org.eclipse.jetty.compression.server.CompressionHandler
- CompressionPool<T> - Class in org.eclipse.jetty.util.compression
- CompressionPool(int) - Constructor for class org.eclipse.jetty.util.compression.CompressionPool
-
Create a Pool of
Tinstances. - CompressionPool.Entry - Class in org.eclipse.jetty.util.compression
- compressPreferredEncodings(List) - Method in class org.eclipse.jetty.compression.server.CompressionConfig.Builder
-
Specifies a list of encodings for response compression in preferred order.
- computeBufferSize(Request) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
- computeField(String, BiFunction) - Method in interface org.eclipse.jetty.http.HttpFields.Mutable
-
Computes a single field for the given HTTP field name and for existing fields with the same name.
- computeField(String, BiFunction) - Method in class org.eclipse.jetty.http.HttpFields.MutableHttpFields
- computeField(String, BiFunction) - Method in class org.eclipse.jetty.http.HttpTester.Message
- computeField(String, BiFunction) - Method in class org.eclipse.jetty.http.HttpTester.Request
- computeField(String, BiFunction) - Method in class org.eclipse.jetty.http.HttpTester.Response
- computeField(HttpHeader, BiFunction) - Method in interface org.eclipse.jetty.http.HttpFields.Mutable
-
Computes a single field for the given
HttpHeaderand for existing fields with the same header. - computeField(HttpHeader, BiFunction) - Method in class org.eclipse.jetty.http.HttpFields.MutableHttpFields
- computeField(HttpHeader, BiFunction) - Method in class org.eclipse.jetty.http.HttpTester.Message
- computeField(HttpHeader, BiFunction) - Method in class org.eclipse.jetty.http.HttpTester.Request
- computeField(HttpHeader, BiFunction) - Method in class org.eclipse.jetty.http.HttpTester.Response
- computeField(T, BiFunction, BiPredicate) - Method in class org.eclipse.jetty.http.HttpFields.MutableHttpFields
- computeField(T, BiFunction, BiPredicate) - Method in class org.eclipse.jetty.http.HttpTester.Message
- computeField(T, BiFunction, BiPredicate) - Method in class org.eclipse.jetty.http.HttpTester.Request
- computeField(T, BiFunction, BiPredicate) - Method in class org.eclipse.jetty.http.HttpTester.Response
- computeWeakEtag(Path) - Static method in class org.eclipse.jetty.http.EtagUtils
-
Compute the weak etag for the provided
Pathreference. - computeWeakEtag(Path, String) - Static method in class org.eclipse.jetty.http.EtagUtils
-
Compute the weak etag for the provided
Pathreference. - computeWeakEtag(Resource) - Static method in class org.eclipse.jetty.http.EtagUtils
-
Compute the weak etag for the provided
Resourcereference. - computeWeakEtag(Resource, String) - Static method in class org.eclipse.jetty.http.EtagUtils
-
Compute the weak etag for the provided
Resourcereference. - concat(Iterator, Iterator) - Static method in class org.eclipse.jetty.util.TypeUtil
- ConcurrentEntry(ConcurrentPool) - Constructor for class org.eclipse.jetty.util.ConcurrentPool.ConcurrentEntry
- ConcurrentPool<P> - Class in org.eclipse.jetty.util
-
A concurrent implementation of
Pool. - ConcurrentPool(ConcurrentPool.StrategyType, int) - Constructor for class org.eclipse.jetty.util.ConcurrentPool
-
Creates an instance with the specified strategy.
- ConcurrentPool(ConcurrentPool.StrategyType, int, ToIntFunction) - Constructor for class org.eclipse.jetty.util.ConcurrentPool
-
Creates an instance with the specified strategy. and a function that returns the max multiplex count for a given pooled object.
- ConcurrentPool.ConcurrentEntry<E> - Class in org.eclipse.jetty.util
-
A Pool entry that holds metadata and a pooled object.
- ConcurrentPool.StrategyType - Enum Class in org.eclipse.jetty.util
-
The type of the strategy to use for the pool.
- ConditionalHandler - Class in org.eclipse.jetty.server.handler
-
A
Handler.Wrapperthat conditionally handles aRequest. - ConditionalHandler.Abstract - Class in org.eclipse.jetty.server.handler
-
An Abstract
ConditionalHandler. - ConditionalHandler.ConnectorPredicate - Class in org.eclipse.jetty.server.handler
-
A
PredicateoverRequestthat tests thenameof theconnectorobtained fromRequest.getConnectionMetaData() - ConditionalHandler.DontHandle - Class in org.eclipse.jetty.server.handler
-
An implementation of
ConditionalHandlerthat, if conditions are met, will not do any further handling by returningfalsefromConditionalHandler.DontHandle.onConditionsMet(Request, Response, Callback). - ConditionalHandler.ElseNext - Class in org.eclipse.jetty.server.handler
-
An abstract implementation of
ConditionalHandlerthat, if conditions are not met, will call theConditionalHandler.nextHandler(Request, Response, Callback)fromConditionalHandler.ElseNext.onConditionsNotMet(Request, Response, Callback). - ConditionalHandler.InetAddressPatternPredicate - Class in org.eclipse.jetty.server.handler
-
A
PredicateoverRequestthat tests anInetAddressPatternagainst thegetRemoteSocketAddress()ofRequest.getConnectionMetaData(). - ConditionalHandler.MethodPredicate - Class in org.eclipse.jetty.server.handler
- ConditionalHandler.NextElseReject - Class in org.eclipse.jetty.server.handler
-
An implementation of
ConditionalHandlerthat, if conditions are met, callsConditionalHandler.nextHandler(Request, Response, Callback), otherwise sends an error response with a configurable HTTP status code, by default403(Forbidden). - ConditionalHandler.PathSpecPredicate - Class in org.eclipse.jetty.server.handler
- ConditionalHandler.PredicateSet - Class in org.eclipse.jetty.server.handler
- ConditionalHandler.Reject - Class in org.eclipse.jetty.server.handler
-
An implementation of
ConditionalHandlerthat, if conditions are met, will reject the request by sending a response (by default aHttpStatus.FORBIDDEN_403). - ConditionalHandler.SkipNext - Class in org.eclipse.jetty.server.handler
-
An implementation of
ConditionalHandlerthat, if conditions are met, will skip the nextHandlerby invoking itsnext Handler. - Confidential - Enum constant in enum class org.eclipse.jetty.ee8.security.UserDataConstraint
- Confidential - Enum constant in enum class org.eclipse.jetty.ee9.security.UserDataConstraint
- config - Variable in class org.eclipse.jetty.ee10.websocket.jakarta.common.decoders.RegisteredDecoder
- config - Variable in class org.eclipse.jetty.ee11.websocket.jakarta.common.decoders.RegisteredDecoder
- config - Variable in class org.eclipse.jetty.ee8.websocket.javax.common.decoders.RegisteredDecoder
- config - Variable in class org.eclipse.jetty.ee9.websocket.jakarta.common.decoders.RegisteredDecoder
- Config() - Constructor for class org.eclipse.jetty.ee10.servlet.ServletHolder.Config
- Config() - Constructor for class org.eclipse.jetty.ee11.servlet.ServletHolder.Config
- Config() - Constructor for class org.eclipse.jetty.ee8.servlet.ServletHolder.Config
- Config() - Constructor for class org.eclipse.jetty.ee9.servlet.ServletHolder.Config
- Configurable - Interface in org.eclipse.jetty.websocket.api
-
Implementations allow to configure WebSocket parameters.
- ConfigurableSpnegoAuthenticator - Class in org.eclipse.jetty.ee8.security.authentication
-
A LoginAuthenticator that uses SPNEGO and the GSS API to authenticate requests.
- ConfigurableSpnegoAuthenticator - Class in org.eclipse.jetty.ee9.security.authentication
-
A LoginAuthenticator that uses SPNEGO and the GSS API to authenticate requests.
- ConfigurableSpnegoAuthenticator() - Constructor for class org.eclipse.jetty.ee8.security.authentication.ConfigurableSpnegoAuthenticator
- ConfigurableSpnegoAuthenticator() - Constructor for class org.eclipse.jetty.ee9.security.authentication.ConfigurableSpnegoAuthenticator
- ConfigurableSpnegoAuthenticator(String) - Constructor for class org.eclipse.jetty.ee8.security.authentication.ConfigurableSpnegoAuthenticator
-
Allow for a custom authMethod value to be set for instances where SPNEGO may not be appropriate
- ConfigurableSpnegoAuthenticator(String) - Constructor for class org.eclipse.jetty.ee9.security.authentication.ConfigurableSpnegoAuthenticator
-
Allow for a custom authMethod value to be set for instances where SPNEGO may not be appropriate
- Configuration - Interface in org.eclipse.jetty.ee10.webapp
-
A pluggable Configuration for
WebAppContexts. - Configuration - Interface in org.eclipse.jetty.ee11.webapp
-
A pluggable Configuration for
WebAppContexts. - Configuration - Interface in org.eclipse.jetty.ee8.webapp
-
A pluggable Configuration for
WebAppContexts. - Configuration - Interface in org.eclipse.jetty.ee9.webapp
-
A pluggable Configuration for
WebAppContexts. - Configuration - Interface in org.eclipse.jetty.websocket.core
- CONFIGURATION_CLASSES - Static variable in interface org.eclipse.jetty.server.Deployable
-
Attribute key name: The Configuration Classes for EE based deployments.
- Configuration.ConfigurationCustomizer - Class in org.eclipse.jetty.websocket.core
- Configuration.Customizer - Interface in org.eclipse.jetty.websocket.core
- Configuration.Wrapper - Class in org.eclipse.jetty.ee8.webapp
- Configuration.Wrapper - Class in org.eclipse.jetty.ee9.webapp
- Configuration.WrapperFunction - Interface in org.eclipse.jetty.ee8.webapp
-
Experimental Wrapper mechanism for WebApp Configuration components.
- Configuration.WrapperFunction - Interface in org.eclipse.jetty.ee9.webapp
-
Experimental Wrapper mechanism for WebApp Configuration components.
- ConfigurationCustomizer() - Constructor for class org.eclipse.jetty.websocket.core.Configuration.ConfigurationCustomizer
- ConfigurationProcessor - Interface in org.eclipse.jetty.xml
-
A ConfigurationProcessor for non XmlConfiguration format files.
- ConfigurationProcessorFactory - Interface in org.eclipse.jetty.xml
- Configurations - Class in org.eclipse.jetty.ee10.webapp
-
An ordered list of
Configurationinstances. - Configurations - Class in org.eclipse.jetty.ee11.webapp
-
An ordered list of
Configurationinstances. - Configurations - Class in org.eclipse.jetty.ee8.webapp
-
An ordered list of
Configurationinstances. - Configurations - Class in org.eclipse.jetty.ee9.webapp
-
An ordered list of
Configurationinstances. - Configurations() - Constructor for class org.eclipse.jetty.ee10.webapp.Configurations
- Configurations() - Constructor for class org.eclipse.jetty.ee11.webapp.Configurations
- Configurations() - Constructor for class org.eclipse.jetty.ee8.webapp.Configurations
- Configurations() - Constructor for class org.eclipse.jetty.ee9.webapp.Configurations
- Configurations(String...) - Constructor for class org.eclipse.jetty.ee10.webapp.Configurations
- Configurations(String...) - Constructor for class org.eclipse.jetty.ee11.webapp.Configurations
- Configurations(String...) - Constructor for class org.eclipse.jetty.ee8.webapp.Configurations
- Configurations(String...) - Constructor for class org.eclipse.jetty.ee9.webapp.Configurations
- Configurations(List) - Constructor for class org.eclipse.jetty.ee8.webapp.Configurations
- Configurations(List) - Constructor for class org.eclipse.jetty.ee9.webapp.Configurations
- Configurations(List) - Constructor for class org.eclipse.jetty.ee10.webapp.Configurations
- Configurations(List) - Constructor for class org.eclipse.jetty.ee11.webapp.Configurations
- Configurations(Configuration...) - Constructor for class org.eclipse.jetty.ee10.webapp.Configurations
- Configurations(Configuration...) - Constructor for class org.eclipse.jetty.ee11.webapp.Configurations
- Configurations(Configurations) - Constructor for class org.eclipse.jetty.ee8.webapp.Configurations
- Configurations(Configurations) - Constructor for class org.eclipse.jetty.ee9.webapp.Configurations
- configure() - Method in class org.eclipse.jetty.ee10.webapp.WebAppContext
- configure() - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
- configure() - Method in class org.eclipse.jetty.ee8.webapp.WebAppContext
- configure() - Method in class org.eclipse.jetty.ee9.webapp.WebAppContext
- configure() - Method in interface org.eclipse.jetty.xml.ConfigurationProcessor
- configure() - Method in class org.eclipse.jetty.xml.XmlConfiguration
-
Applies the XML configuration script.
- configure(Object) - Method in interface org.eclipse.jetty.xml.ConfigurationProcessor
- configure(Object) - Method in class org.eclipse.jetty.xml.XmlConfiguration
-
Applies the XML configuration script to the given object.
- configure(ServerSocket) - Method in class org.eclipse.jetty.server.ShutdownService
-
Configure the ServerSocket before binding.
- configure(Socket) - Method in class org.eclipse.jetty.server.ServerConnector
- configure(SelectableChannel) - Method in class org.eclipse.jetty.io.ClientConnector
- configure(SocketChannel) - Method in class org.eclipse.jetty.unixdomain.server.UnixDomainServerConnector
- configure(Consumer) - Method in class org.eclipse.jetty.websocket.server.WebSocketUpgradeHandler
- configure(SSLEngine, Connection) - Method in class org.eclipse.jetty.alpn.bouncycastle.client.BouncyCastleClientALPNProcessor
- configure(SSLEngine, Connection) - Method in class org.eclipse.jetty.alpn.bouncycastle.server.BouncyCastleServerALPNProcessor
- configure(SSLEngine, Connection) - Method in class org.eclipse.jetty.alpn.conscrypt.client.ConscryptClientALPNProcessor
- configure(SSLEngine, Connection) - Method in class org.eclipse.jetty.alpn.conscrypt.server.ConscryptServerALPNProcessor
- configure(SSLEngine, Connection) - Method in class org.eclipse.jetty.alpn.java.client.JDK9ClientALPNProcessor
- configure(SSLEngine, Connection) - Method in class org.eclipse.jetty.alpn.java.server.JDK9ServerALPNProcessor
- configure(SSLEngine, Connection) - Method in interface org.eclipse.jetty.io.ssl.ALPNProcessor
-
Configures the given SSLEngine and the given Connection for ALPN.
- configure(SAXParser) - Method in class org.eclipse.jetty.xml.XmlParser
- configure(QuickStartGeneratorConfiguration, WebAppContext) - Method in class org.eclipse.jetty.ee10.quickstart.QuickStartConfiguration
- configure(ServletContextHandler, JakartaWebSocketServletContainerInitializer.Configurator) - Static method in class org.eclipse.jetty.ee10.websocket.jakarta.server.config.JakartaWebSocketServletContainerInitializer
-
Configure the
ServletContextHandlerto callJakartaWebSocketServletContainerInitializer.onStartup(Set, ServletContext)during theServletContextinitialization phase. - configure(ServletContextHandler, JettyWebSocketServletContainerInitializer.Configurator) - Static method in class org.eclipse.jetty.ee10.websocket.server.config.JettyWebSocketServletContainerInitializer
-
Configure the
ServletContextHandlerto call theJettyWebSocketServletContainerInitializerduring theServletContextinitialization phase. - configure(WebAppContext) - Method in class org.eclipse.jetty.ee10.annotations.AnnotationConfiguration
- configure(WebAppContext) - Method in class org.eclipse.jetty.ee10.plus.webapp.EnvConfiguration
- configure(WebAppContext) - Method in class org.eclipse.jetty.ee10.plus.webapp.PlusConfiguration
- configure(WebAppContext) - Method in class org.eclipse.jetty.ee10.quickstart.QuickStartConfiguration
- configure(WebAppContext) - Method in class org.eclipse.jetty.ee10.quickstart.QuickStartGeneratorConfiguration
- configure(WebAppContext) - Method in class org.eclipse.jetty.ee10.webapp.AbstractConfiguration
- configure(WebAppContext) - Method in interface org.eclipse.jetty.ee10.webapp.Configuration
-
Configure WebApp.
- configure(WebAppContext) - Method in class org.eclipse.jetty.ee10.webapp.Configurations
- configure(WebAppContext) - Method in class org.eclipse.jetty.ee10.webapp.JettyWebXmlConfiguration
-
Configure Apply web-jetty.xml configuration
- configure(WebAppContext) - Method in class org.eclipse.jetty.ee10.webapp.MetaInfConfiguration
- configure(WebAppContext) - Method in class org.eclipse.jetty.ee10.webapp.WebInfConfiguration
- configure(WebAppContext) - Method in class org.eclipse.jetty.ee10.webapp.WebXmlConfiguration
-
Process web-default.xml, web.xml, override-web.xml
- configure(JettyWebSocketServletFactory) - Method in class org.eclipse.jetty.ee10.websocket.server.JettyWebSocketServlet
-
Configure the JettyWebSocketServletFactory for this servlet instance by setting default configuration (which may be overriden by annotations) and mapping
JettyWebSocketCreators. - configure(QuickStartGeneratorConfiguration, WebAppContext) - Method in class org.eclipse.jetty.ee11.quickstart.QuickStartConfiguration
- configure(ServletContextHandler, JakartaWebSocketServletContainerInitializer.Configurator) - Static method in class org.eclipse.jetty.ee11.websocket.jakarta.server.config.JakartaWebSocketServletContainerInitializer
-
Configure the
ServletContextHandlerto callJakartaWebSocketServletContainerInitializer.onStartup(Set, ServletContext)during theServletContextinitialization phase. - configure(ServletContextHandler, JettyWebSocketServletContainerInitializer.Configurator) - Static method in class org.eclipse.jetty.ee11.websocket.server.config.JettyWebSocketServletContainerInitializer
-
Configure the
ServletContextHandlerto call theJettyWebSocketServletContainerInitializerduring theServletContextinitialization phase. - configure(WebAppContext) - Method in class org.eclipse.jetty.ee11.annotations.AnnotationConfiguration
- configure(WebAppContext) - Method in class org.eclipse.jetty.ee11.plus.webapp.EnvConfiguration
- configure(WebAppContext) - Method in class org.eclipse.jetty.ee11.plus.webapp.PlusConfiguration
- configure(WebAppContext) - Method in class org.eclipse.jetty.ee11.quickstart.QuickStartConfiguration
- configure(WebAppContext) - Method in class org.eclipse.jetty.ee11.quickstart.QuickStartGeneratorConfiguration
- configure(WebAppContext) - Method in class org.eclipse.jetty.ee11.webapp.AbstractConfiguration
- configure(WebAppContext) - Method in interface org.eclipse.jetty.ee11.webapp.Configuration
-
Configure WebApp.
- configure(WebAppContext) - Method in class org.eclipse.jetty.ee11.webapp.Configurations
- configure(WebAppContext) - Method in class org.eclipse.jetty.ee11.webapp.JettyWebXmlConfiguration
-
Configure Apply web-jetty.xml configuration
- configure(WebAppContext) - Method in class org.eclipse.jetty.ee11.webapp.MetaInfConfiguration
- configure(WebAppContext) - Method in class org.eclipse.jetty.ee11.webapp.WebInfConfiguration
- configure(WebAppContext) - Method in class org.eclipse.jetty.ee11.webapp.WebXmlConfiguration
-
Process web-default.xml, web.xml, override-web.xml
- configure(JettyWebSocketServletFactory) - Method in class org.eclipse.jetty.ee11.websocket.server.JettyWebSocketServlet
-
Configure the JettyWebSocketServletFactory for this servlet instance by setting default configuration (which may be overriden by annotations) and mapping
JettyWebSocketCreators. - configure(QuickStartGeneratorConfiguration, WebAppContext) - Method in class org.eclipse.jetty.ee8.quickstart.QuickStartConfiguration
- configure(ServletContextHandler, JavaxWebSocketServletContainerInitializer.Configurator) - Static method in class org.eclipse.jetty.ee8.websocket.javax.server.config.JavaxWebSocketServletContainerInitializer
-
Configure the
ServletContextHandlerto callJavaxWebSocketServletContainerInitializer.onStartup(Set, ServletContext)during theServletContextinitialization phase. - configure(ServletContextHandler, JettyWebSocketServletContainerInitializer.Configurator) - Static method in class org.eclipse.jetty.ee8.websocket.server.config.JettyWebSocketServletContainerInitializer
-
Configure the
ServletContextHandlerto call theJettyWebSocketServletContainerInitializerduring theServletContextinitialization phase. - configure(WebAppContext) - Method in class org.eclipse.jetty.ee8.annotations.AnnotationConfiguration
- configure(WebAppContext) - Method in class org.eclipse.jetty.ee8.plus.webapp.EnvConfiguration
- configure(WebAppContext) - Method in class org.eclipse.jetty.ee8.plus.webapp.PlusConfiguration
- configure(WebAppContext) - Method in class org.eclipse.jetty.ee8.quickstart.QuickStartConfiguration
- configure(WebAppContext) - Method in class org.eclipse.jetty.ee8.quickstart.QuickStartGeneratorConfiguration
- configure(WebAppContext) - Method in class org.eclipse.jetty.ee8.webapp.AbstractConfiguration
- configure(WebAppContext) - Method in interface org.eclipse.jetty.ee8.webapp.Configuration
-
Configure WebApp.
- configure(WebAppContext) - Method in class org.eclipse.jetty.ee8.webapp.Configuration.Wrapper
- configure(WebAppContext) - Method in class org.eclipse.jetty.ee8.webapp.Configurations
- configure(WebAppContext) - Method in class org.eclipse.jetty.ee8.webapp.JettyWebXmlConfiguration
-
Configure Apply web-jetty.xml configuration
- configure(WebAppContext) - Method in class org.eclipse.jetty.ee8.webapp.MetaInfConfiguration
- configure(WebAppContext) - Method in class org.eclipse.jetty.ee8.webapp.WebInfConfiguration
- configure(WebAppContext) - Method in class org.eclipse.jetty.ee8.webapp.WebXmlConfiguration
-
Process web-default.xml, web.xml, override-web.xml
- configure(JettyWebSocketServletFactory) - Method in class org.eclipse.jetty.ee8.websocket.server.JettyWebSocketServlet
-
Configure the JettyWebSocketServletFactory for this servlet instance by setting default configuration (which may be overriden by annotations) and mapping
JettyWebSocketCreators. - configure(QuickStartGeneratorConfiguration, WebAppContext) - Method in class org.eclipse.jetty.ee9.quickstart.QuickStartConfiguration
- configure(ServletContextHandler, JakartaWebSocketServletContainerInitializer.Configurator) - Static method in class org.eclipse.jetty.ee9.websocket.jakarta.server.config.JakartaWebSocketServletContainerInitializer
-
Configure the
ServletContextHandlerto callJakartaWebSocketServletContainerInitializer.onStartup(Set, ServletContext)during theServletContextinitialization phase. - configure(ServletContextHandler, JettyWebSocketServletContainerInitializer.Configurator) - Static method in class org.eclipse.jetty.ee9.websocket.server.config.JettyWebSocketServletContainerInitializer
-
Configure the
ServletContextHandlerto call theJettyWebSocketServletContainerInitializerduring theServletContextinitialization phase. - configure(WebAppContext) - Method in class org.eclipse.jetty.ee9.annotations.AnnotationConfiguration
- configure(WebAppContext) - Method in class org.eclipse.jetty.ee9.plus.webapp.EnvConfiguration
- configure(WebAppContext) - Method in class org.eclipse.jetty.ee9.plus.webapp.PlusConfiguration
- configure(WebAppContext) - Method in class org.eclipse.jetty.ee9.quickstart.QuickStartConfiguration
- configure(WebAppContext) - Method in class org.eclipse.jetty.ee9.quickstart.QuickStartGeneratorConfiguration
- configure(WebAppContext) - Method in class org.eclipse.jetty.ee9.webapp.AbstractConfiguration
- configure(WebAppContext) - Method in interface org.eclipse.jetty.ee9.webapp.Configuration
-
Configure WebApp.
- configure(WebAppContext) - Method in class org.eclipse.jetty.ee9.webapp.Configuration.Wrapper
- configure(WebAppContext) - Method in class org.eclipse.jetty.ee9.webapp.Configurations
- configure(WebAppContext) - Method in class org.eclipse.jetty.ee9.webapp.JettyWebXmlConfiguration
-
Configure Apply web-jetty.xml configuration
- configure(WebAppContext) - Method in class org.eclipse.jetty.ee9.webapp.MetaInfConfiguration
- configure(WebAppContext) - Method in class org.eclipse.jetty.ee9.webapp.WebInfConfiguration
- configure(WebAppContext) - Method in class org.eclipse.jetty.ee9.webapp.WebXmlConfiguration
-
Process web-default.xml, web.xml, override-web.xml
- configure(JettyWebSocketServletFactory) - Method in class org.eclipse.jetty.ee9.websocket.server.JettyWebSocketServlet
-
Configure the JettyWebSocketServletFactory for this servlet instance by setting default configuration (which may be overriden by annotations) and mapping
JettyWebSocketCreators. - configure(MultiPartConfig) - Method in class org.eclipse.jetty.http.MultiPartFormData.Parser
-
Configure the Parser given a
MultiPartConfiginstance. - configure(EndPoint) - Method in class org.eclipse.jetty.ee8.websocket.client.impl.DelegatedJettyClientUpgradeRequest
- configure(EndPoint) - Method in class org.eclipse.jetty.ee9.websocket.client.impl.DelegatedJettyClientUpgradeRequest
- configure(Connector) - Method in class org.eclipse.jetty.http3.server.AbstractHTTP3ServerConnectionFactory
- configure(Connector) - Method in class org.eclipse.jetty.quic.quiche.server.QuicheServerConnectionFactory
- configure(Connector) - Method in interface org.eclipse.jetty.server.ConnectionFactory.Configuring
-
Called during
LifeCycle.start(). - configure(Connector) - Method in class org.eclipse.jetty.server.SslConnectionFactory
- configure(SslContextFactory.Client) - Method in class org.eclipse.jetty.quic.quiche.client.QuicheClientQuicConfiguration
- configure(SslContextFactory.Server) - Method in class org.eclipse.jetty.quic.quiche.server.QuicheServerQuicConfiguration
- configure(T) - Static method in class org.eclipse.jetty.http3.client.HTTP3ClientQuicConfiguration
-
Configures the given
ClientQuicConfigurationwith default values that are suitable for an HTTP/3 client. - configure(T) - Static method in class org.eclipse.jetty.http3.server.HTTP3ServerQuicConfiguration
-
Configures the given
ServerQuicConfigurationwith default values that are suitable for an HTTP/3 server. - configure(T, Connector, EndPoint) - Method in class org.eclipse.jetty.server.AbstractConnectionFactory
- configure(T, Connector, EndPoint) - Method in class org.eclipse.jetty.server.SslConnectionFactory
- configureCallbacks() - Method in class org.eclipse.jetty.security.jaas.spi.AbstractLoginModule
- configureClassLoader(ClassLoader) - Method in class org.eclipse.jetty.ee10.webapp.WebAppContext
-
Configure the context
ClassLoader, potentially wrapping it. - configureClassLoader(ClassLoader) - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
-
Configure the context
ClassLoader, potentially wrapping it. - configureClassLoader(ClassLoader) - Method in class org.eclipse.jetty.ee8.webapp.WebAppContext
-
Configure the context
ClassLoader, potentially wrapping it. - configureClassLoader(ClassLoader) - Method in class org.eclipse.jetty.ee9.webapp.WebAppContext
-
Configure the context
ClassLoader, potentially wrapping it. - configureCookies() - Method in class org.eclipse.jetty.ee10.servlet.SessionHandler
-
Set up cookie configuration based on init params
- configureCookies() - Method in class org.eclipse.jetty.ee11.servlet.SessionHandler
-
Set up cookie configuration based on init params
- configureCookies() - Method in class org.eclipse.jetty.ee8.nested.SessionHandler
- configureCookies() - Method in class org.eclipse.jetty.ee9.nested.SessionHandler
- ConfiguredEndpoint - Class in org.eclipse.jetty.ee10.websocket.jakarta.common
-
Associate a JSR Endpoint with its optional
EndpointConfig - ConfiguredEndpoint - Class in org.eclipse.jetty.ee11.websocket.jakarta.common
-
Associate a JSR Endpoint with its optional
EndpointConfig - ConfiguredEndpoint - Class in org.eclipse.jetty.ee8.websocket.javax.common
-
Associate a JSR Endpoint with its optional
EndpointConfig - ConfiguredEndpoint - Class in org.eclipse.jetty.ee9.websocket.jakarta.common
-
Associate a JSR Endpoint with its optional
EndpointConfig - ConfiguredEndpoint(Object, EndpointConfig) - Constructor for class org.eclipse.jetty.ee10.websocket.jakarta.common.ConfiguredEndpoint
- ConfiguredEndpoint(Object, EndpointConfig) - Constructor for class org.eclipse.jetty.ee11.websocket.jakarta.common.ConfiguredEndpoint
- ConfiguredEndpoint(Object, EndpointConfig) - Constructor for class org.eclipse.jetty.ee9.websocket.jakarta.common.ConfiguredEndpoint
- ConfiguredEndpoint(Object, EndpointConfig) - Constructor for class org.eclipse.jetty.ee8.websocket.javax.common.ConfiguredEndpoint
- configureEnvironment(String) - Method in class org.eclipse.jetty.deploy.DeploymentScanner
-
Configure the Environment specific Deploy settings.
- configureForSubject(Subject) - Method in class org.eclipse.jetty.security.RolePrincipal
- configureHttpClient(HttpClient) - Method in class org.eclipse.jetty.proxy.ProxyHandler
-
Configures the
HttpClientinstance before it is started. - configureMode(Server, String) - Static method in class org.eclipse.jetty.ee10.quickstart.QuickStartConfiguration
-
Configure the server for the quickstart mode.
- configureMode(Server, String) - Static method in class org.eclipse.jetty.ee11.quickstart.QuickStartConfiguration
-
Configure the server for the quickstart mode.
- configureMode(Server, String) - Static method in class org.eclipse.jetty.ee8.quickstart.QuickStartConfiguration
-
Configure the server for the quickstart mode.
- configureMode(Server, String) - Static method in class org.eclipse.jetty.ee9.quickstart.QuickStartConfiguration
-
Configure the server for the quickstart mode.
- configureRoleInfo(RoleInfo, ConstraintMapping) - Method in class org.eclipse.jetty.ee8.security.ConstraintSecurityHandler
-
Initialize or update the RoleInfo from the constraint
- configureRoleInfo(RoleInfo, ConstraintMapping) - Method in class org.eclipse.jetty.ee9.security.ConstraintSecurityHandler
-
Initialize or update the RoleInfo from the constraint
- configureSubject(Subject) - Method in class org.eclipse.jetty.security.UserPrincipal
- Configuring Connection Factories - Section in class org.eclipse.jetty.server.AbstractConnector
- CONFLICT - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
- CONFLICT_409 - Static variable in class org.eclipse.jetty.http.HttpStatus
- connect() - Method in class org.eclipse.jetty.server.LocalConnector
- connect() - Method in class org.eclipse.jetty.server.MemoryConnector
-
Client-side applications use this method to connect to the server and obtain a
EndPoint.Pipe. - connect(int) - Method in class org.eclipse.jetty.server.LocalConnector
- connect(Object, URI) - Method in class org.eclipse.jetty.ee8.websocket.client.WebSocketClient
- connect(Object, URI) - Method in class org.eclipse.jetty.ee9.websocket.client.WebSocketClient
- connect(Object, URI) - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
-
Connect to remote websocket endpoint
- connect(Object, URI, ClientUpgradeRequest) - Method in class org.eclipse.jetty.ee8.websocket.client.WebSocketClient
-
Connect to remote websocket endpoint
- connect(Object, URI, ClientUpgradeRequest, JettyUpgradeListener) - Method in class org.eclipse.jetty.ee8.websocket.client.WebSocketClient
-
Connect to remote websocket endpoint
- connect(Object, URI, ClientUpgradeRequest) - Method in class org.eclipse.jetty.ee9.websocket.client.WebSocketClient
-
Connect to remote websocket endpoint
- connect(Object, URI, ClientUpgradeRequest, JettyUpgradeListener) - Method in class org.eclipse.jetty.ee9.websocket.client.WebSocketClient
-
Connect to remote websocket endpoint
- connect(Object, URI, ClientUpgradeRequest) - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
-
Deprecated, for removal: This API element is subject to removal in a future version.
- connect(Object, URI, ClientUpgradeRequest, JettyUpgradeListener) - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
-
Deprecated, for removal: This API element is subject to removal in a future version.
- connect(Object, URI, JettyUpgradeListener) - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
-
Connect to remote websocket endpoint
- connect(Object, ClientUpgradeRequest) - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
-
Connect to remote websocket endpoint
- connect(Object, ClientUpgradeRequest, JettyUpgradeListener) - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
-
Connect to remote websocket endpoint
- connect(SocketAddress, Map) - Method in class org.eclipse.jetty.client.AbstractConnectorHttpClientTransport
- connect(SocketAddress, Map) - Method in interface org.eclipse.jetty.client.HttpClientTransport
-
Establishes a physical connection to the given
address. - connect(SocketAddress, Map) - Method in class org.eclipse.jetty.http2.client.transport.HttpClientTransportOverHTTP2
- connect(SocketAddress, Map) - Method in class org.eclipse.jetty.http3.client.transport.HttpClientTransportOverHTTP3
- connect(SocketAddress, Map) - Method in class org.eclipse.jetty.io.ClientConnector
- connect(SocketAddress, Map) - Method in interface org.eclipse.jetty.io.Transport
-
Establishes a connection to the given socket address.
- connect(SocketAddress, Map) - Method in class org.eclipse.jetty.io.Transport.Socket
- connect(SocketAddress, Map) - Method in class org.eclipse.jetty.io.Transport.Wrapper
- connect(SocketAddress, Map) - Method in class org.eclipse.jetty.server.MemoryTransport
- connect(SocketAddress, Session.Listener) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
-
Connect for clear-text HTTP/2.
- connect(SocketAddress, Session.Listener, Promise) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
-
Connect for clear-text HTTP/2.
- connect(SelectableChannel, Object) - Method in class org.eclipse.jetty.io.SelectorManager
-
Registers a channel to perform a non-blocking connect.
- connect(Transport, SocketAddress, Session.Client.Listener, Promise.Invocable) - Method in class org.eclipse.jetty.http3.client.HTTP3Client
-
Connect for HTTP/3, clear-text or intrinsically secure depending on the
Transport. - connect(Transport, SslContextFactory.Client, SocketAddress, Session.Listener) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
-
Connect for clear-text or secure HTTP/2 with the specified
Transport. - connect(Transport, SslContextFactory.Client, SocketAddress, Session.Listener, Promise) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
-
Connect for clear-text or secure HTTP/2 with the specified
Transport. - connect(Transport, SslContextFactory.Client, SocketAddress, Session.Listener, Promise, Map) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
- connect(Transport, SslContextFactory.Client, SocketAddress, Session.Listener, Promise, Map) - Method in class org.eclipse.jetty.http2.client.transport.HttpClientTransportOverHTTP2
- connect(Transport, SslContextFactory.Client, SocketAddress, Session.Client.Listener, Map, Promise.Invocable) - Method in class org.eclipse.jetty.http3.client.HTTP3Client
- connect(Transport, SslContextFactory.Client, SocketAddress, Session.Client.Listener, Promise.Invocable) - Method in class org.eclipse.jetty.http3.client.HTTP3Client
-
Connect for HTTP/3, clear-text, or secure, or intrinsically secure depending on the
Transport. - connect(QuicheConfig, InetSocketAddress, InetSocketAddress) - Static method in class org.eclipse.jetty.quic.quiche.foreign.ForeignQuicheConnection
- connect(QuicheConfig, InetSocketAddress, InetSocketAddress) - Static method in class org.eclipse.jetty.quic.quiche.jna.JnaQuicheConnection
- connect(QuicheConfig, InetSocketAddress, InetSocketAddress) - Static method in class org.eclipse.jetty.quic.quiche.Quiche
- connect(QuicheConfig, InetSocketAddress, InetSocketAddress, int) - Method in class org.eclipse.jetty.quic.quiche.foreign.ForeignQuicheBinding
- connect(QuicheConfig, InetSocketAddress, InetSocketAddress, int) - Static method in class org.eclipse.jetty.quic.quiche.foreign.ForeignQuicheConnection
- connect(QuicheConfig, InetSocketAddress, InetSocketAddress, int) - Method in class org.eclipse.jetty.quic.quiche.jna.JnaQuicheBinding
- connect(QuicheConfig, InetSocketAddress, InetSocketAddress, int) - Static method in class org.eclipse.jetty.quic.quiche.jna.JnaQuicheConnection
- connect(QuicheConfig, InetSocketAddress, InetSocketAddress, int) - Static method in class org.eclipse.jetty.quic.quiche.Quiche
- connect(QuicheConfig, InetSocketAddress, InetSocketAddress, int) - Method in interface org.eclipse.jetty.quic.quiche.QuicheBinding
- connect(SslContextFactory.Client, SocketAddress, Session.Listener) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
-
Connect for clear-text or secure HTTP/2.
- connect(SslContextFactory.Client, SocketAddress, Session.Listener, Promise) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
-
Connect for clear-text or secure HTTP/2.
- connect(CoreClientUpgradeRequest) - Method in class org.eclipse.jetty.websocket.core.client.WebSocketCoreClient
- connect(FrameHandler, URI) - Method in class org.eclipse.jetty.websocket.core.client.WebSocketCoreClient
- CONNECT - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
- ConnectContext(Request, Response, Callback, EndPoint) - Constructor for class org.eclipse.jetty.server.handler.ConnectHandler.ConnectContext
- connectDatabase() - Method in class org.eclipse.jetty.security.JDBCLoginService
-
Connect to database with parameters setup by loadConfig()
- connectFailed(SelectableChannel, SocketAddress, Throwable, Map) - Method in class org.eclipse.jetty.io.ClientConnector
- connectFailed(Map, Throwable) - Method in class org.eclipse.jetty.client.AbstractHttpClientTransport
- ConnectHandler - Class in org.eclipse.jetty.server.handler
-
Implementation of a
Handlerthat supports HTTP CONNECT. - ConnectHandler() - Constructor for class org.eclipse.jetty.server.handler.ConnectHandler
- ConnectHandler(Handler) - Constructor for class org.eclipse.jetty.server.handler.ConnectHandler
- ConnectHandler.ConnectContext - Class in org.eclipse.jetty.server.handler
- ConnectHandler.ConnectManager - Class in org.eclipse.jetty.server.handler
- ConnectHandler.DownstreamConnection - Class in org.eclipse.jetty.server.handler
- ConnectHandler.UpstreamConnection - Class in org.eclipse.jetty.server.handler
- Connection - Interface in org.eclipse.jetty.client
-
Connectionrepresent a connection to aDestinationand allow applications to send requests viaConnection.send(Request, Response.CompleteListener). - Connection - Interface in org.eclipse.jetty.io
-
A
Connectionis associated to anEndPointso that I/O events happening on theEndPointcan be processed by theConnection. - CONNECTION - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
-
General Fields.
- CONNECTION_CLOSE - Enum constant in enum class org.eclipse.jetty.quic.common.frames.FrameType
- CONNECTION_CLOSE - Static variable in interface org.eclipse.jetty.http.HttpFields
-
A constant
HttpFieldfor the HTTP header: - CONNECTION_ID_LIMIT_ERROR - Static variable in interface org.eclipse.jetty.quic.quiche.QuicheConstants.quic_error
- CONNECTION_ID_LIMIT_ERROR - Static variable in class org.eclipse.jetty.quic.util.ErrorCode
- CONNECTION_KEEPALIVE - Static variable in interface org.eclipse.jetty.http.HttpFields
-
A constant
HttpFieldfor the HTTP header: - CONNECTION_PROMISE_CONTEXT_KEY - Static variable in class org.eclipse.jetty.io.ClientConnector
- CONNECTION_REFUSED - Static variable in interface org.eclipse.jetty.quic.quiche.QuicheConstants.quic_error
- CONNECTION_REFUSED_ERROR - Static variable in class org.eclipse.jetty.quic.util.ErrorCode
- Connection.Listener - Interface in org.eclipse.jetty.io
-
A Listener for connection events.
- Connection.Tunnel - Interface in org.eclipse.jetty.io
-
Start a tunnel over the current connection without replacing the connection.
- Connection.UpgradeFrom - Interface in org.eclipse.jetty.io
-
Connectionimplementations implement this interface when they can upgrade from the protocol they speak (for example HTTP/1.1) to a different protocol (e.g. - Connection.UpgradeTo - Interface in org.eclipse.jetty.io
-
Connectionimplementations implement this interface when they can be upgraded to the protocol they speak (e.g. - connectionClosed(Connection, Throwable) - Method in class org.eclipse.jetty.io.SelectorManager
-
Callback method invoked when a connection is closed.
- ConnectionCloseFrame - Class in org.eclipse.jetty.quic.api.frames
- ConnectionCloseFrame(long, String) - Constructor for class org.eclipse.jetty.quic.api.frames.ConnectionCloseFrame
-
Creates a connection close frame with the given application error code and reason.
- ConnectionCloseFrame(long, String, long) - Constructor for class org.eclipse.jetty.quic.api.frames.ConnectionCloseFrame
-
Creates a connection close frame with the given QUIC error code, reason, and frame type.
- Connection Factories - Section in class org.eclipse.jetty.server.AbstractConnector
- Connection Factories - Section in class org.eclipse.jetty.server.ServerConnector
- ConnectionFactory - Interface in org.eclipse.jetty.server
-
A Factory to create
Connectioninstances forConnectors. - ConnectionFactory.Configuring - Interface in org.eclipse.jetty.server
-
A ConnectionFactory that can configure the connector.
- ConnectionFactory.Detecting - Interface in org.eclipse.jetty.server
-
Connections created by this factory MUST implement
Connection.UpgradeTo. - ConnectionFactory.Detecting.Detection - Enum Class in org.eclipse.jetty.server
-
The possible outcomes of the
ConnectionFactory.Detecting.detect(ByteBuffer)method. - ConnectionFactory.Upgrading - Interface in org.eclipse.jetty.server
- Connection Factory Operation - Section in class org.eclipse.jetty.server.AbstractConnector
- connectionFailed(SelectableChannel, Throwable, Object) - Method in class org.eclipse.jetty.io.ClientConnector.ClientSelectorManager
- connectionFailed(SelectableChannel, Throwable, Object) - Method in class org.eclipse.jetty.io.SelectorManager
-
Callback method invoked when a non-blocking connect failed.
- connectionFailed(SelectableChannel, Throwable, Object) - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ConnectManager
- connectionFailure(ByteBuffer, int, String) - Method in class org.eclipse.jetty.http2.parser.BodyParser
- ConnectionLimit - Class in org.eclipse.jetty.server
-
Deprecated, for removal: This API element is subject to removal in a future version.use
NetworkConnectionLimitinstead - ConnectionLimit(int, Connector...) - Constructor for class org.eclipse.jetty.server.ConnectionLimit
-
Deprecated.
- ConnectionLimit(int, Server) - Constructor for class org.eclipse.jetty.server.ConnectionLimit
-
Deprecated.
- ConnectionMetaData - Interface in org.eclipse.jetty.server
- ConnectionMetaData.Wrapper - Class in org.eclipse.jetty.server
- connectionOpened(Connection, Object) - Method in class org.eclipse.jetty.io.ClientConnector.ClientSelectorManager
- connectionOpened(Connection, Object) - Method in class org.eclipse.jetty.io.SelectorManager
-
Callback method invoked when a connection is opened.
- ConnectionPool - Interface in org.eclipse.jetty.client
-
Client-side connection pool abstraction.
- ConnectionPool.Factory - Interface in org.eclipse.jetty.client
-
Factory for ConnectionPool instances.
- ConnectionPool.MaxMultiplexable - Interface in org.eclipse.jetty.client
-
Marks a connection as supporting multiplexed requests.
- ConnectionPool.MaxUsable - Interface in org.eclipse.jetty.client
-
Marks a connection as being usable for a maximum number of requests.
- ConnectionSet() - Constructor for class org.eclipse.jetty.io.IncludeExcludeConnectionStatistics.ConnectionSet
- ConnectionStatistics - Class in org.eclipse.jetty.io
-
A
Connection.Listenerthat tracks connection statistics. - ConnectionStatistics() - Constructor for class org.eclipse.jetty.io.ConnectionStatistics
- ConnectionStatistics.Stats - Class in org.eclipse.jetty.io
- ConnectionStatisticsMBean - Class in org.eclipse.jetty.io.jmx
- ConnectionStatisticsMBean(Object) - Constructor for class org.eclipse.jetty.io.jmx.ConnectionStatisticsMBean
- connectionSucceeded(SelectableChannel) - Method in class org.eclipse.jetty.io.ClientConnector.ClientSelectorManager
- connectionSucceeded(SelectableChannel) - Method in class org.eclipse.jetty.io.SelectorManager
-
Callback method invoked when a non-blocking connect was succeeded.
- ConnectManager(Executor, Scheduler, int) - Constructor for class org.eclipse.jetty.server.handler.ConnectHandler.ConnectManager
- Connector - Interface in org.eclipse.jetty.server
-
A
Connectoraccept connections and data from remote peers, and allows applications to send data to remote peers, by setting up the machinery needed to handle such tasks. - ConnectorPredicate(String) - Constructor for class org.eclipse.jetty.server.handler.ConditionalHandler.ConnectorPredicate
- ConnectorServer - Class in org.eclipse.jetty.jmx
-
LifeCycle wrapper for JMXConnectorServer.
- ConnectorServer(JMXServiceURL, String) - Constructor for class org.eclipse.jetty.jmx.ConnectorServer
-
Constructs a ConnectorServer
- ConnectorServer(JMXServiceURL, Map, String) - Constructor for class org.eclipse.jetty.jmx.ConnectorServer
-
Constructs a ConnectorServer
- ConnectorServer(JMXServiceURL, Map, String, SslContextFactory.Server) - Constructor for class org.eclipse.jetty.jmx.ConnectorServer
-
Constructs a ConnectorServer
- Connector Services - Section in class org.eclipse.jetty.server.AbstractConnector
- ConnectorsThreadPoolLowResourceCheck() - Constructor for class org.eclipse.jetty.server.LowResourceMonitor.ConnectorsThreadPoolLowResourceCheck
- ConnectRequest(long, String, HostPortHttpField, String, HttpFields, String) - Constructor for class org.eclipse.jetty.http.MetaData.ConnectRequest
- ConnectRequest(long, HttpScheme, HostPortHttpField, String, HttpFields, String) - Constructor for class org.eclipse.jetty.http.MetaData.ConnectRequest
- ConnectRequest(String, HostPortHttpField, String, HttpFields, String) - Constructor for class org.eclipse.jetty.http.MetaData.ConnectRequest
- ConnectRequest(HttpScheme, HostPortHttpField, String, HttpFields, String) - Constructor for class org.eclipse.jetty.http.MetaData.ConnectRequest
- connectToServer(Endpoint, ClientEndpointConfig, URI) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.client.JakartaWebSocketClientContainer
- connectToServer(Endpoint, ClientEndpointConfig, URI) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.client.JakartaWebSocketClientContainer
- connectToServer(Endpoint, ClientEndpointConfig, URI) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.client.JakartaWebSocketClientContainer
- connectToServer(Class, URI) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.client.JakartaWebSocketClientContainer
- connectToServer(Class, URI) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.client.JakartaWebSocketClientContainer
- connectToServer(Class, URI) - Method in class org.eclipse.jetty.ee8.websocket.javax.client.JavaxWebSocketClientContainer
- connectToServer(Class, URI) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.client.JakartaWebSocketClientContainer
- connectToServer(Class, ClientEndpointConfig, URI) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.client.JakartaWebSocketClientContainer
- connectToServer(Class, ClientEndpointConfig, URI) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.client.JakartaWebSocketClientContainer
- connectToServer(Class, ClientEndpointConfig, URI) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.client.JakartaWebSocketClientContainer
- connectToServer(Class, ClientEndpointConfig, URI) - Method in class org.eclipse.jetty.ee8.websocket.javax.client.JavaxWebSocketClientContainer
- connectToServer(Object, URI) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.client.JakartaWebSocketClientContainer
- connectToServer(Object, URI) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.client.JakartaWebSocketClientContainer
- connectToServer(Object, URI) - Method in class org.eclipse.jetty.ee8.websocket.javax.client.JavaxWebSocketClientContainer
- connectToServer(Object, URI) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.client.JakartaWebSocketClientContainer
- connectToServer(Endpoint, ClientEndpointConfig, URI) - Method in class org.eclipse.jetty.ee8.websocket.javax.client.JavaxWebSocketClientContainer
- connectToServer(Request, String, int, Promise) - Method in class org.eclipse.jetty.server.handler.ConnectHandler
- ConscryptClientALPNProcessor - Class in org.eclipse.jetty.alpn.conscrypt.client
- ConscryptClientALPNProcessor() - Constructor for class org.eclipse.jetty.alpn.conscrypt.client.ConscryptClientALPNProcessor
- ConscryptServerALPNProcessor - Class in org.eclipse.jetty.alpn.conscrypt.server
- ConscryptServerALPNProcessor() - Constructor for class org.eclipse.jetty.alpn.conscrypt.server.ConscryptServerALPNProcessor
- ConstantThrowable - Exception Class in org.eclipse.jetty.util
-
A
Throwablethat may be used in static contexts, for example when stored as astaticfield. - ConstantThrowable() - Constructor for exception class org.eclipse.jetty.util.ConstantThrowable
- ConstantThrowable(String) - Constructor for exception class org.eclipse.jetty.util.ConstantThrowable
- Constraint - Interface in org.eclipse.jetty.security
-
A Security constraint that is applied to a request, which contain: A name Authorization to specify if authentication is needed and what roles are applicable An optional list of role names used for
Constraint.Authorization.KNOWN_ROLEA Transport constraint, indicating if it must be secure or not. - Constraint.Authorization - Enum Class in org.eclipse.jetty.security
-
The Authorization applied to any authentication of the request/
- Constraint.Builder - Class in org.eclipse.jetty.security
-
Builder for Constraint.
- Constraint.Transport - Enum Class in org.eclipse.jetty.security
-
The constraints requirement for the transport
- ConstraintAware - Interface in org.eclipse.jetty.ee10.servlet.security
- ConstraintAware - Interface in org.eclipse.jetty.ee11.servlet.security
- ConstraintAware - Interface in org.eclipse.jetty.ee8.security
- ConstraintAware - Interface in org.eclipse.jetty.ee9.security
- ConstraintMapping - Class in org.eclipse.jetty.ee10.servlet.security
- ConstraintMapping - Class in org.eclipse.jetty.ee11.servlet.security
- ConstraintMapping - Class in org.eclipse.jetty.ee8.security
- ConstraintMapping - Class in org.eclipse.jetty.ee9.security
- ConstraintMapping() - Constructor for class org.eclipse.jetty.ee10.servlet.security.ConstraintMapping
- ConstraintMapping() - Constructor for class org.eclipse.jetty.ee11.servlet.security.ConstraintMapping
- ConstraintMapping() - Constructor for class org.eclipse.jetty.ee8.security.ConstraintMapping
- ConstraintMapping() - Constructor for class org.eclipse.jetty.ee9.security.ConstraintMapping
- ConstraintSecurityHandler - Class in org.eclipse.jetty.ee10.servlet.security
-
ConstraintSecurityHandler
- ConstraintSecurityHandler - Class in org.eclipse.jetty.ee11.servlet.security
-
ConstraintSecurityHandler
- ConstraintSecurityHandler - Class in org.eclipse.jetty.ee8.security
-
ConstraintSecurityHandler
- ConstraintSecurityHandler - Class in org.eclipse.jetty.ee9.security
-
ConstraintSecurityHandler
- ConstraintSecurityHandler() - Constructor for class org.eclipse.jetty.ee10.servlet.security.ConstraintSecurityHandler
- ConstraintSecurityHandler() - Constructor for class org.eclipse.jetty.ee11.servlet.security.ConstraintSecurityHandler
- ConstraintSecurityHandler() - Constructor for class org.eclipse.jetty.ee8.security.ConstraintSecurityHandler
- ConstraintSecurityHandler() - Constructor for class org.eclipse.jetty.ee9.security.ConstraintSecurityHandler
- constraintsExist(List, List) - Method in class org.eclipse.jetty.ee10.annotations.ServletSecurityAnnotationHandler
-
Check if there are already
<security-constraint>elements defined that match the url-patterns for the servlet. - constraintsExist(List, List) - Method in class org.eclipse.jetty.ee11.annotations.ServletSecurityAnnotationHandler
-
Check if there are already
<security-constraint>elements defined that match the url-patterns for the servlet. - constraintsExist(List, List) - Method in class org.eclipse.jetty.ee8.annotations.ServletSecurityAnnotationHandler
-
Check if there are already
<security-constraint>elements defined that match the url-patterns for the servlet. - constraintsExist(List, List) - Method in class org.eclipse.jetty.ee9.annotations.ServletSecurityAnnotationHandler
-
Check if there are already
<security-constraint>elements defined that match the url-patterns for the servlet. - construct(Map, IncludeExcludeSet, IncludeExcludeSet) - Method in interface org.eclipse.jetty.util.ClassMatcher.Constructor
-
Deprecated.
- consumeAll() - Method in interface org.eclipse.jetty.ee8.nested.ContentProducer
-
Consumes all content currently available in this
ContentProducerinstance as well as in the underlyingContent.Source. - consumeAll() - Method in class org.eclipse.jetty.ee8.nested.HttpInput
- consumeAll() - Method in interface org.eclipse.jetty.ee9.nested.ContentProducer
-
Consumes all content currently available in this
ContentProducerinstance as well as in the underlyingContent.Source. - consumeAll() - Method in class org.eclipse.jetty.ee9.nested.HttpInput
- consumeAll(Content.Source) - Static method in interface org.eclipse.jetty.io.Content.Source
-
Reads, blocking if necessary, the given content source, until a
failureor EOF, and discards the content. - consumeAll(Content.Source, Callback) - Static method in interface org.eclipse.jetty.io.Content.Source
-
Reads, non-blocking, the given content source, until a
failureor EOF and discards the content. - consumeAvailable() - Method in interface org.eclipse.jetty.ee10.servlet.ContentProducer
-
Fail all content currently available in this
ContentProducerinstance as well as in the underlyingContent.Source. - consumeAvailable() - Method in class org.eclipse.jetty.ee10.servlet.HttpInput
- consumeAvailable() - Method in class org.eclipse.jetty.ee10.servlet.ServletCoreRequest
- consumeAvailable() - Method in interface org.eclipse.jetty.ee11.servlet.ContentProducer
-
Fail all content currently available in this
ContentProducerinstance as well as in the underlyingContent.Source. - consumeAvailable() - Method in class org.eclipse.jetty.ee11.servlet.HttpInput
- consumeAvailable() - Method in class org.eclipse.jetty.ee11.servlet.ServletCoreRequest
- consumeAvailable() - Method in class org.eclipse.jetty.ee8.nested.ServletCoreRequest
- consumeAvailable() - Method in class org.eclipse.jetty.ee9.nested.ServletCoreRequest
- consumeAvailable() - Method in interface org.eclipse.jetty.server.HttpStream
- consumeAvailable() - Method in class org.eclipse.jetty.server.HttpStream.Wrapper
- consumeAvailable() - Method in interface org.eclipse.jetty.server.Request
-
Consume any available content.
- consumeAvailable() - Method in class org.eclipse.jetty.server.Request.Wrapper
- consumeAvailable(HttpStream, HttpConfiguration) - Static method in interface org.eclipse.jetty.server.HttpStream
- container - Variable in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketFrameHandlerFactory
- container - Variable in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketFrameHandlerFactory
- container - Variable in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketFrameHandlerFactory
- container - Variable in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketFrameHandlerFactory
- Container - Interface in org.eclipse.jetty.util.component
-
A Container
- CONTAINER_INITIALIZER_STARTER - Static variable in class org.eclipse.jetty.ee10.annotations.AnnotationConfiguration
- CONTAINER_INITIALIZER_STARTER - Static variable in class org.eclipse.jetty.ee11.annotations.AnnotationConfiguration
- CONTAINER_INITIALIZER_STARTER - Static variable in class org.eclipse.jetty.ee8.annotations.AnnotationConfiguration
- CONTAINER_INITIALIZER_STARTER - Static variable in class org.eclipse.jetty.ee9.annotations.AnnotationConfiguration
- CONTAINER_INITIALIZERS - Static variable in class org.eclipse.jetty.ee10.annotations.AnnotationConfiguration
- CONTAINER_INITIALIZERS - Static variable in class org.eclipse.jetty.ee11.annotations.AnnotationConfiguration
- CONTAINER_INITIALIZERS - Static variable in class org.eclipse.jetty.ee8.annotations.AnnotationConfiguration
- CONTAINER_INITIALIZERS - Static variable in class org.eclipse.jetty.ee9.annotations.AnnotationConfiguration
- CONTAINER_JAR_PATTERN - Static variable in class org.eclipse.jetty.ee10.webapp.MetaInfConfiguration
- CONTAINER_JAR_PATTERN - Static variable in class org.eclipse.jetty.ee11.webapp.MetaInfConfiguration
- CONTAINER_JAR_PATTERN - Static variable in class org.eclipse.jetty.ee8.webapp.MetaInfConfiguration
- CONTAINER_JAR_PATTERN - Static variable in class org.eclipse.jetty.ee9.webapp.MetaInfConfiguration
- CONTAINER_SCAN_JARS - Static variable in interface org.eclipse.jetty.server.Deployable
-
Attribute key name: The Container Scan Jar Pattern for EE based deployments.
- Container.InheritedListener - Interface in org.eclipse.jetty.util.component
-
Inherited Listener.
- Container.Listener - Interface in org.eclipse.jetty.util.component
-
A listener for Container events.
- ContainerDefaultConfigurator - Class in org.eclipse.jetty.ee10.websocket.jakarta.server.config
-
The "Container Default Configurator" per the JSR-356 spec.
- ContainerDefaultConfigurator - Class in org.eclipse.jetty.ee11.websocket.jakarta.server.config
-
The "Container Default Configurator" per the JSR-356 spec.
- ContainerDefaultConfigurator - Class in org.eclipse.jetty.ee8.websocket.javax.server.config
-
The "Container Default Configurator" per the JSR-356 spec.
- ContainerDefaultConfigurator - Class in org.eclipse.jetty.ee9.websocket.jakarta.server.config
-
The "Container Default Configurator" per the JSR-356 spec.
- ContainerDefaultConfigurator() - Constructor for class org.eclipse.jetty.ee10.websocket.jakarta.server.config.ContainerDefaultConfigurator
-
Default Constructor required, as jakarta.websocket.server.ServerEndpointConfig$Configurator.fetchContainerDefaultConfigurator() will be the one that instantiates this class in most cases.
- ContainerDefaultConfigurator() - Constructor for class org.eclipse.jetty.ee11.websocket.jakarta.server.config.ContainerDefaultConfigurator
-
Default Constructor required, as jakarta.websocket.server.ServerEndpointConfig$Configurator.fetchContainerDefaultConfigurator() will be the one that instantiates this class in most cases.
- ContainerDefaultConfigurator() - Constructor for class org.eclipse.jetty.ee8.websocket.javax.server.config.ContainerDefaultConfigurator
-
Default Constructor required, as javax.websocket.server.ServerEndpointConfig$Configurator.fetchContainerDefaultConfigurator() will be the one that instantiates this class in most cases.
- ContainerDefaultConfigurator() - Constructor for class org.eclipse.jetty.ee9.websocket.jakarta.server.config.ContainerDefaultConfigurator
-
Default Constructor required, as jakarta.websocket.server.ServerEndpointConfig$Configurator.fetchContainerDefaultConfigurator() will be the one that instantiates this class in most cases.
- ContainerInitializer - Class in org.eclipse.jetty.ee10.servlet.listener
-
Utility Methods for manual execution of
ServletContainerInitializerwhen using Embedded Jetty. - ContainerInitializer - Class in org.eclipse.jetty.ee11.servlet.listener
-
Utility Methods for manual execution of
ServletContainerInitializerwhen using Embedded Jetty. - ContainerInitializer - Class in org.eclipse.jetty.ee8.servlet.listener
-
Utility Methods for manual execution of
ServletContainerInitializerwhen using Embedded Jetty. - ContainerInitializer - Class in org.eclipse.jetty.ee9.servlet.listener
-
Utility Methods for manual execution of
ServletContainerInitializerwhen using Embedded Jetty. - ContainerInitializer() - Constructor for class org.eclipse.jetty.ee10.servlet.listener.ContainerInitializer
- ContainerInitializer() - Constructor for class org.eclipse.jetty.ee11.servlet.listener.ContainerInitializer
- ContainerInitializer() - Constructor for class org.eclipse.jetty.ee8.servlet.listener.ContainerInitializer
- ContainerInitializer() - Constructor for class org.eclipse.jetty.ee9.servlet.listener.ContainerInitializer
- ContainerInitializer.ServletContainerInitializerServletContextListener - Class in org.eclipse.jetty.ee10.servlet.listener
- ContainerInitializer.ServletContainerInitializerServletContextListener - Class in org.eclipse.jetty.ee11.servlet.listener
- ContainerInitializer.ServletContainerInitializerServletContextListener - Class in org.eclipse.jetty.ee8.servlet.listener
- ContainerInitializer.ServletContainerInitializerServletContextListener - Class in org.eclipse.jetty.ee9.servlet.listener
- ContainerInitializerAnnotationHandler - Class in org.eclipse.jetty.ee10.annotations
-
Discovers classes that contain the specified annotation, either at class or method level.
- ContainerInitializerAnnotationHandler - Class in org.eclipse.jetty.ee11.annotations
-
Discovers classes that contain the specified annotation, either at class or method level.
- ContainerInitializerAnnotationHandler - Class in org.eclipse.jetty.ee8.annotations
-
ContainerInitializerAnnotationHandler
- ContainerInitializerAnnotationHandler - Class in org.eclipse.jetty.ee9.annotations
-
ContainerInitializerAnnotationHandler
- ContainerInitializerAnnotationHandler(ServletContainerInitializerHolder, Class) - Constructor for class org.eclipse.jetty.ee10.annotations.ContainerInitializerAnnotationHandler
- ContainerInitializerAnnotationHandler(ServletContainerInitializerHolder, Class) - Constructor for class org.eclipse.jetty.ee11.annotations.ContainerInitializerAnnotationHandler
- ContainerInitializerAnnotationHandler(ServletContainerInitializerHolder, Class) - Constructor for class org.eclipse.jetty.ee8.annotations.ContainerInitializerAnnotationHandler
- ContainerInitializerAnnotationHandler(ServletContainerInitializerHolder, Class) - Constructor for class org.eclipse.jetty.ee9.annotations.ContainerInitializerAnnotationHandler
- ContainerLifeCycle - Class in org.eclipse.jetty.util.component
-
A ContainerLifeCycle is an
LifeCycleimplementation for a collection of contained beans. - ContainerLifeCycle() - Constructor for class org.eclipse.jetty.util.component.ContainerLifeCycle
- contains(Object) - Method in class org.eclipse.jetty.util.AsciiLowerCaseSet
- contains(Object) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
- contains(Object, Object) - Static method in class org.eclipse.jetty.util.LazyList
- contains(String) - Method in class org.eclipse.jetty.http.HttpField
-
Returns whether this field value, possibly multi-valued, contains the specified search string, case-insensitively.
- contains(String) - Method in interface org.eclipse.jetty.http.HttpFields
-
Returns whether this instance contains the given field name.
- contains(String) - Method in class org.eclipse.jetty.http.PreEncodedHttpField
- contains(String) - Method in class org.eclipse.jetty.session.AbstractSessionCache
-
Check to see if this cache contains an entry for the session corresponding to the session id.
- contains(String) - Method in interface org.eclipse.jetty.session.SessionCache
-
Check to see if a Session is in the cache.
- contains(String) - Method in interface org.eclipse.jetty.util.Index
-
Check if there is an exact match from a String key
- contains(String, String) - Static method in class org.eclipse.jetty.http.HttpField
-
Returns whether the given value, possibly multi-valued, contains the specified search string, case-insensitively.
- contains(String, String) - Method in interface org.eclipse.jetty.http.HttpFields
-
Returns whether this instance contains the given field name with the given value.
- contains(EnumSet) - Method in interface org.eclipse.jetty.http.HttpFields
-
Returns whether this instance contains at least one of the given field names.
- contains(Request) - Method in class org.eclipse.jetty.client.transport.HttpConversation
-
Whether the given request is in this conversation.
- contains(HttpField) - Method in interface org.eclipse.jetty.http.HttpFields
-
Returns whether this instance contains the given
HttpField. - contains(HttpHeader) - Method in interface org.eclipse.jetty.http.HttpFields
-
Returns whether this instance contains the given field name.
- contains(HttpHeader, String) - Method in interface org.eclipse.jetty.http.HttpFields
-
Returns whether this instance contains the given
HttpHeaderwith the given value. - contains(Resource) - Method in class org.eclipse.jetty.util.resource.CombinedResource
- contains(Resource) - Method in class org.eclipse.jetty.util.resource.PathResource
- contains(Resource) - Method in class org.eclipse.jetty.util.resource.Resource
-
Return true if this resource deeply contains the other Resource.
- containsFilterHolder(FilterHolder) - Method in class org.eclipse.jetty.ee10.servlet.ServletHandler
- containsFilterHolder(FilterHolder) - Method in class org.eclipse.jetty.ee11.servlet.ServletHandler
- containsFilterHolder(FilterHolder) - Method in class org.eclipse.jetty.ee8.servlet.ServletHandler
- containsFilterHolder(FilterHolder) - Method in class org.eclipse.jetty.ee9.servlet.ServletHandler
- containsHeader(String) - Method in class org.eclipse.jetty.ee10.servlet.ServletApiResponse
- containsHeader(String) - Method in class org.eclipse.jetty.ee10.servlet.ServletResponseHttpWrapper
- containsHeader(String) - Method in class org.eclipse.jetty.ee11.servlet.ServletApiResponse
- containsHeader(String) - Method in class org.eclipse.jetty.ee11.servlet.ServletResponseHttpWrapper
- containsHeader(String) - Method in class org.eclipse.jetty.ee8.nested.Response
- containsHeader(String) - Method in class org.eclipse.jetty.ee8.nested.ServletResponseHttpWrapper
- containsHeader(String) - Method in class org.eclipse.jetty.ee9.nested.Response
- containsHeader(String) - Method in class org.eclipse.jetty.ee9.nested.ServletResponseHttpWrapper
- containsHeader(String) - Static method in class org.eclipse.jetty.http.tools.matchers.HttpFieldsMatchers
- containsHeader(HttpHeader) - Static method in class org.eclipse.jetty.http.tools.matchers.HttpFieldsMatchers
- containsHeaderValue(String, String) - Static method in class org.eclipse.jetty.http.tools.matchers.HttpFieldsMatchers
- containsHeaderValue(HttpHeader, String) - Static method in class org.eclipse.jetty.http.tools.matchers.HttpFieldsMatchers
- containsKey(Object) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.PutListenerMap
- containsKey(Object) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.PutListenerMap
- containsKey(Object) - Method in class org.eclipse.jetty.ee8.websocket.javax.common.PutListenerMap
- containsKey(Object) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.PutListenerMap
- containsKey(String) - Static method in class org.eclipse.jetty.http.tools.matchers.HttpFieldsContainsHeaderKey
- containsLast(String) - Method in class org.eclipse.jetty.http.HttpField
-
Look for a value as the last value in a possible multivalued field Parameters and specifically quality parameters are not considered.
- containsLast(String, String) - Static method in class org.eclipse.jetty.http.HttpField
-
Deprecated, for removal: This API element is subject to removal in a future version.use non-static
HttpField.containsLast(String)instead. - containsLast(HttpHeader, String) - Method in interface org.eclipse.jetty.http.HttpFields
-
Look for a value as the last value in a possible multivalued field.
- containsPathSpec(String) - Method in class org.eclipse.jetty.ee10.servlet.ServletMapping
-
Test if the list of path specs contains a particular one.
- containsPathSpec(String) - Method in class org.eclipse.jetty.ee11.servlet.ServletMapping
-
Test if the list of path specs contains a particular one.
- containsPathSpec(String) - Method in class org.eclipse.jetty.ee8.servlet.ServletMapping
-
Test if the list of path specs contains a particular one.
- containsPathSpec(String) - Method in class org.eclipse.jetty.ee9.servlet.ServletMapping
-
Test if the list of path specs contains a particular one.
- containsSameFieldName(Field, Class, boolean) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
- containsSameMethodSignature(Method, Class, boolean) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
- containsServletHolder(ServletHolder) - Method in class org.eclipse.jetty.ee10.servlet.ServletHandler
- containsServletHolder(ServletHolder) - Method in class org.eclipse.jetty.ee11.servlet.ServletHandler
- containsServletHolder(ServletHolder) - Method in class org.eclipse.jetty.ee8.servlet.ServletHandler
- containsServletHolder(ServletHolder) - Method in class org.eclipse.jetty.ee9.servlet.ServletHandler
- containsSimpleValue(V) - Method in class org.eclipse.jetty.util.MultiMap
-
Test for a specific single value in the map.
- containsValue(Object) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.PutListenerMap
- containsValue(Object) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.PutListenerMap
- containsValue(Object) - Method in class org.eclipse.jetty.ee8.websocket.javax.common.PutListenerMap
- containsValue(Object) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.PutListenerMap
- content(String) - Method in class org.eclipse.jetty.xml.XmlAppendable
- content(ByteBuffer) - Method in interface org.eclipse.jetty.http.HttpParser.HttpHandler
- content(ByteBuffer) - Method in class org.eclipse.jetty.http.HttpTester.Message
- content(ByteBuffer, boolean) - Method in interface org.eclipse.jetty.ee8.nested.MultiPartParser.Handler
- content(ByteBuffer, boolean) - Method in interface org.eclipse.jetty.ee9.nested.MultiPartParser.Handler
- Content - Class in org.eclipse.jetty.io
-
Namespace class that contains the definitions of a
content source, acontent sinkand acontent chunk. - Content(ByteBuffer) - Constructor for class org.eclipse.jetty.ee8.nested.HttpInput.Content
- Content(ByteBuffer) - Constructor for class org.eclipse.jetty.ee9.nested.HttpInput.Content
- CONTENT - Enum constant in enum class org.eclipse.jetty.http.HttpParser.State
- CONTENT_DISPOSITION - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
- CONTENT_ENCODING - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
- CONTENT_END - Enum constant in enum class org.eclipse.jetty.http.HttpParser.State
- CONTENT_HEADERS - Static variable in enum class org.eclipse.jetty.http.HttpHeader
- CONTENT_HEADERS_304 - Static variable in enum class org.eclipse.jetty.http.HttpHeader
- CONTENT_LANGUAGE - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
- CONTENT_LENGTH - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
- CONTENT_LENGTH - Enum constant in enum class org.eclipse.jetty.http.HttpTokens.EndOfContent
- CONTENT_LENGTH - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
- CONTENT_LENGTH_0 - Static variable in interface org.eclipse.jetty.http.HttpFields
-
A constant
HttpFieldfor the HTTP header: - CONTENT_LOCATION - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
- CONTENT_MD5 - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
- CONTENT_NOT_CONSUMED - Static variable in interface org.eclipse.jetty.server.HttpStream
- CONTENT_RANGE - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
- CONTENT_TRANSFER_ENCODING - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
- CONTENT_TRANSFER_ENCODING - Enum constant in enum class org.eclipse.jetty.http.MultiPartCompliance.Violation
- CONTENT_TYPE - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
- CONTENT_TYPE - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
- Content.Chunk - Interface in org.eclipse.jetty.io
-
A chunk of content indicating whether it is the last chunk.
- Content.Chunk.Empty - Class in org.eclipse.jetty.io
-
An empty chunk implementation.
- Content.Chunk.Processor - Interface in org.eclipse.jetty.io
-
Implementations of this interface may process
Content.Chunks being copied by theContent.copy(Source, Sink, Processor, Callback)method, so thatContent.Chunks of unknown types can be copied. - Content.Sink - Interface in org.eclipse.jetty.io
-
A content sink that writes the content to its implementation (a socket, a file, etc.).
- Content.Source - Interface in org.eclipse.jetty.io
-
A source of content that can be read with a read/demand model.
- Content.Source.Factory - Interface in org.eclipse.jetty.io
-
Factory of
Content.Source. - contentComplete() - Method in interface org.eclipse.jetty.http.HttpParser.HttpHandler
- contentComplete() - Method in class org.eclipse.jetty.http.HttpTester.Message
- ContentDecoder - Interface in org.eclipse.jetty.client
-
Groups abstractions related to response content decoding.
- ContentDecoder.Factories - Class in org.eclipse.jetty.client
- ContentDecoder.Factory - Class in org.eclipse.jetty.client
-
A factory for
Content.Sourcethat decode response content. - contentEncodingField() - Method in record class org.eclipse.jetty.rewrite.handler.RewriteEncodingRule.Encoding
-
Returns the value of the
contentEncodingFieldrecord component. - ContentLoader(Handler, Request, Response, Callback) - Constructor for class org.eclipse.jetty.server.handler.EagerContentHandler.ContentLoader
- ContentParser - Class in org.eclipse.jetty.fcgi.parser
-
Parser for FastCGI frame content.
- ContentParser(HeaderParser) - Constructor for class org.eclipse.jetty.fcgi.parser.ContentParser
- ContentParser.Result - Enum Class in org.eclipse.jetty.fcgi.parser
-
The result of the frame content parsing.
- ContentProducer - Interface in org.eclipse.jetty.ee10.servlet
-
ContentProducer is the bridge between
HttpInputandContent.Source. - ContentProducer - Interface in org.eclipse.jetty.ee11.servlet
-
ContentProducer is the bridge between
HttpInputandContent.Source. - ContentProducer - Interface in org.eclipse.jetty.ee8.nested
-
ContentProducer is the bridge between
HttpInputandContent.Source. - ContentProducer - Interface in org.eclipse.jetty.ee9.nested
-
ContentProducer is the bridge between
HttpInputandContent.Source. - ContentResponse - Interface in org.eclipse.jetty.client
-
A specialized
Responsethat can hold a limited content in memory. - ContentSinkOutputStream - Class in org.eclipse.jetty.io.content
-
An
OutputStreambacked by aContent.Sink. - ContentSinkOutputStream(Content.Sink) - Constructor for class org.eclipse.jetty.io.content.ContentSinkOutputStream
- ContentSinkSubscriber - Class in org.eclipse.jetty.io.content
-
A
Flow.Subscriberthat wraps aContent.Sink. - ContentSinkSubscriber(Content.Sink, Callback) - Constructor for class org.eclipse.jetty.io.content.ContentSinkSubscriber
- ContentSource(String) - Constructor for class org.eclipse.jetty.http.MultiPartByteRanges.ContentSource
- ContentSource(String) - Constructor for class org.eclipse.jetty.http.MultiPartFormData.ContentSource
- ContentSourceCompletableFuture<X> - Class in org.eclipse.jetty.io.content
-
A utility class to convert content from a
Content.Sourceto an instance available via aCompletableFuture. - ContentSourceCompletableFuture(Content.Source) - Constructor for class org.eclipse.jetty.io.content.ContentSourceCompletableFuture
- ContentSourceCompletableFuture(Content.Source, Invocable.InvocationType) - Constructor for class org.eclipse.jetty.io.content.ContentSourceCompletableFuture
- ContentSourceInputStream - Class in org.eclipse.jetty.io.content
-
An
InputStreamthat is backed by aContent.Source. - ContentSourceInputStream(Content.Source) - Constructor for class org.eclipse.jetty.io.content.ContentSourceInputStream
- ContentSourcePart(String, String, HttpFields, Content.Source) - Constructor for class org.eclipse.jetty.http.MultiPart.ContentSourcePart
- ContentSourcePublisher - Class in org.eclipse.jetty.io.content
-
Wraps a
Content.Sourceas aFlow.Publisher. - ContentSourcePublisher(Content.Source) - Constructor for class org.eclipse.jetty.io.content.ContentSourcePublisher
- ContentSourceRequestContent - Class in org.eclipse.jetty.client
-
A
Request.Contentthat wraps aContent.Source. - ContentSourceRequestContent(Content.Source) - Constructor for class org.eclipse.jetty.client.ContentSourceRequestContent
- ContentSourceRequestContent(Content.Source, String) - Constructor for class org.eclipse.jetty.client.ContentSourceRequestContent
- ContentSourceTransformer - Class in org.eclipse.jetty.io.content
-
This abstract
Content.Sourcewraps anotherContent.Sourceand implementers need only to implement theContentSourceTransformer.transform(Content.Chunk)method, which is used to transformContent.Chunkread from the wrapped source. - ContentSourceTransformer(Content.Source) - Constructor for class org.eclipse.jetty.io.content.ContentSourceTransformer
- Context - Interface in org.eclipse.jetty.server
-
A context for handling an
Request. - Context() - Constructor for class org.eclipse.jetty.ee8.webapp.WebAppContext.Context
- Context() - Constructor for class org.eclipse.jetty.ee9.webapp.WebAppContext.Context
- CONTEXT_HANDLER_CLASS - Static variable in interface org.eclipse.jetty.server.Deployable
-
Deprecated, for removal: This API element is subject to removal in a future version.no longer used. see DeploymentScanner EnvironmentConfig for new location.
- CONTEXT_INIT - Static variable in class org.eclipse.jetty.ee10.servlet.DefaultServlet
- CONTEXT_INIT - Static variable in class org.eclipse.jetty.ee11.servlet.DefaultServlet
- CONTEXT_INIT - Static variable in class org.eclipse.jetty.ee8.servlet.DefaultServlet
- CONTEXT_INIT - Static variable in class org.eclipse.jetty.ee9.servlet.DefaultServlet
- CONTEXT_KEY - Static variable in interface org.eclipse.jetty.client.Destination
- CONTEXT_KEY - Static variable in class org.eclipse.jetty.http2.client.HTTP2Client
- CONTEXT_KEY - Static variable in class org.eclipse.jetty.http3.client.HTTP3Client
- CONTEXT_KEY - Static variable in interface org.eclipse.jetty.io.ClientConnectionFactory
- CONTEXT_KEY - Static variable in interface org.eclipse.jetty.io.ClientConnectionFactory.Decorator
- CONTEXT_KEY - Static variable in class org.eclipse.jetty.io.ClientConnector
- CONTEXT_KEY - Static variable in interface org.eclipse.jetty.io.Transport
- CONTEXT_PATH - Static variable in interface org.eclipse.jetty.server.Deployable
-
Attribute key name: Specifies the context-path of the
ContextHandler - CONTEXT_RESOURCES - Static variable in class org.eclipse.jetty.ee.test.resources.TestEEResources
- Context.Wrapper - Class in org.eclipse.jetty.server
- ContextBundleTracker(BundleContext, String) - Constructor for class org.eclipse.jetty.osgi.BundleContextProvider.ContextBundleTracker
- contextDestroyed() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler
-
Call the ServletContextListeners with contextDestroyed.
- contextDestroyed() - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler
-
Call the ServletContextListeners with contextDestroyed.
- contextDestroyed() - Method in class org.eclipse.jetty.ee8.nested.ContextHandler
-
Call the ServletContextListeners with contextDestroyed.
- contextDestroyed() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
-
Call the ServletContextListeners with contextDestroyed.
- contextDestroyed(ServletContextEvent) - Method in class org.eclipse.jetty.ee10.servlet.DebugListener
- contextDestroyed(ServletContextEvent) - Method in class org.eclipse.jetty.ee10.servlet.listener.ContainerInitializer.ServletContainerInitializerServletContextListener
- contextDestroyed(ServletContextEvent) - Method in class org.eclipse.jetty.ee10.servlet.listener.IntrospectorCleaner
- contextDestroyed(ServletContextEvent) - Method in class org.eclipse.jetty.ee10.servlet.ManagedAttributeListener
- contextDestroyed(ServletContextEvent) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.client.webapp.JakartaWebSocketShutdownContainer
- contextDestroyed(ServletContextEvent) - Method in class org.eclipse.jetty.ee11.servlet.DebugListener
- contextDestroyed(ServletContextEvent) - Method in class org.eclipse.jetty.ee11.servlet.listener.ContainerInitializer.ServletContainerInitializerServletContextListener
- contextDestroyed(ServletContextEvent) - Method in class org.eclipse.jetty.ee11.servlet.listener.IntrospectorCleaner
- contextDestroyed(ServletContextEvent) - Method in class org.eclipse.jetty.ee11.servlet.ManagedAttributeListener
- contextDestroyed(ServletContextEvent) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.client.webapp.JakartaWebSocketShutdownContainer
- contextDestroyed(ServletContextEvent) - Method in class org.eclipse.jetty.ee9.nested.DebugListener
- contextDestroyed(ServletContextEvent) - Method in class org.eclipse.jetty.ee9.nested.ManagedAttributeListener
- contextDestroyed(ServletContextEvent) - Method in class org.eclipse.jetty.ee9.servlet.listener.ContainerInitializer.ServletContainerInitializerServletContextListener
- contextDestroyed(ServletContextEvent) - Method in class org.eclipse.jetty.ee9.servlet.listener.ELContextCleaner
-
Deprecated.
- contextDestroyed(ServletContextEvent) - Method in class org.eclipse.jetty.ee9.servlet.listener.IntrospectorCleaner
- contextDestroyed(ServletContextEvent) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.client.webapp.JakartaWebSocketShutdownContainer
- contextDestroyed(ServletContextEvent) - Method in class org.eclipse.jetty.ee8.nested.DebugListener
- contextDestroyed(ServletContextEvent) - Method in class org.eclipse.jetty.ee8.nested.ManagedAttributeListener
- contextDestroyed(ServletContextEvent) - Method in class org.eclipse.jetty.ee8.servlet.listener.ContainerInitializer.ServletContainerInitializerServletContextListener
- contextDestroyed(ServletContextEvent) - Method in class org.eclipse.jetty.ee8.servlet.listener.ELContextCleaner
-
Deprecated.
- contextDestroyed(ServletContextEvent) - Method in class org.eclipse.jetty.ee8.servlet.listener.IntrospectorCleaner
- contextDestroyed(ServletContextEvent) - Method in class org.eclipse.jetty.ee8.websocket.javax.client.webapp.JavaxWebSocketShutdownContainer
- ContextFactory - Class in org.eclipse.jetty.jndi
-
ContextFactory
- ContextFactory - Interface in org.eclipse.jetty.osgi
-
Factory to create a ContextHandler instance based on data contained in an osgi bundle
- ContextFactory() - Constructor for class org.eclipse.jetty.jndi.ContextFactory
- contextFor(String) - Method in class org.eclipse.jetty.util.ajax.JSON
-
Every time a JSON object field representation
{"name": value}is parsed, this method is called to (possibly) return a different JSON instance (for example configured with different converters) to parse the object field. - contextForArray() - Method in class org.eclipse.jetty.util.ajax.JSON
-
Every time a JSON array representation
[...]is parsed, this method is called to (possibly) return a different JSON instance (for example configured with different converters) to parse the array items. - ContextHandler - Class in org.eclipse.jetty.ee8.nested
-
This handler wraps a call to handle by setting the context and servlet path, plus setting the context classloader.
- ContextHandler - Class in org.eclipse.jetty.ee9.nested
-
This handler wraps a call to handle by setting the context and servlet path, plus setting the context classloader.
- ContextHandler - Class in org.eclipse.jetty.server.handler
- ContextHandler() - Constructor for class org.eclipse.jetty.ee8.nested.ContextHandler
- ContextHandler() - Constructor for class org.eclipse.jetty.ee9.nested.ContextHandler
- ContextHandler() - Constructor for class org.eclipse.jetty.server.handler.ContextHandler
- ContextHandler(String) - Constructor for class org.eclipse.jetty.ee8.nested.ContextHandler
- ContextHandler(String) - Constructor for class org.eclipse.jetty.ee9.nested.ContextHandler
- ContextHandler(String) - Constructor for class org.eclipse.jetty.server.handler.ContextHandler
- ContextHandler(String, Handler) - Constructor for class org.eclipse.jetty.ee8.nested.ContextHandler
- ContextHandler(String, Handler) - Constructor for class org.eclipse.jetty.ee9.nested.ContextHandler
- ContextHandler(ContextHandler.APIContext, Handler.Container, String) - Constructor for class org.eclipse.jetty.ee8.nested.ContextHandler
- ContextHandler(ContextHandler.APIContext, Handler.Container, String) - Constructor for class org.eclipse.jetty.ee9.nested.ContextHandler
- ContextHandler(Handler) - Constructor for class org.eclipse.jetty.server.handler.ContextHandler
- ContextHandler(Handler.Container) - Constructor for class org.eclipse.jetty.ee8.nested.ContextHandler
- ContextHandler(Handler.Container) - Constructor for class org.eclipse.jetty.ee9.nested.ContextHandler
- ContextHandler(Handler.Container, String) - Constructor for class org.eclipse.jetty.ee8.nested.ContextHandler
- ContextHandler(Handler.Container, String) - Constructor for class org.eclipse.jetty.ee9.nested.ContextHandler
- ContextHandler(Handler, String) - Constructor for class org.eclipse.jetty.server.handler.ContextHandler
- ContextHandler.APIContext - Class in org.eclipse.jetty.ee8.nested
-
Context.
- ContextHandler.APIContext - Class in org.eclipse.jetty.ee9.nested
-
Context.
- ContextHandler.Availability - Enum Class in org.eclipse.jetty.server.handler
- ContextHandler.ContextScopeListener - Interface in org.eclipse.jetty.ee8.nested
-
Listener for all threads entering context scope, including async IO callbacks
- ContextHandler.ContextScopeListener - Interface in org.eclipse.jetty.ee9.nested
-
Listener for all threads entering context scope, including async IO callbacks
- ContextHandler.ContextScopeListener - Interface in org.eclipse.jetty.server.handler
-
Listener for all threads entering context scope, including async IO callbacks
- ContextHandler.ContextStatus - Enum Class in org.eclipse.jetty.ee8.nested
- ContextHandler.ContextStatus - Enum Class in org.eclipse.jetty.ee9.nested
- ContextHandler.CoreContextHandler - Class in org.eclipse.jetty.ee8.nested
- ContextHandler.CoreContextHandler - Class in org.eclipse.jetty.ee9.nested
- ContextHandler.CoreContextRequest - Class in org.eclipse.jetty.ee8.nested
- ContextHandler.CoreContextRequest - Class in org.eclipse.jetty.ee9.nested
- ContextHandler.ScopedContext - Class in org.eclipse.jetty.server.handler
- ContextHandlerCollection - Class in org.eclipse.jetty.server.handler
-
Creates a Map of contexts to it's contained handlers based on the context path and virtual hosts of any contained
ContextHandlers. - ContextHandlerCollection(boolean, ContextHandler...) - Constructor for class org.eclipse.jetty.server.handler.ContextHandlerCollection
- ContextHandlerCollection(ContextHandler...) - Constructor for class org.eclipse.jetty.server.handler.ContextHandlerCollection
- ContextHandlerFactory - Interface in org.eclipse.jetty.deploy
-
A factory to create a ContextHandler from a set of associated files.
- ContextHandlerMBean - Class in org.eclipse.jetty.ee8.nested.jmx
- ContextHandlerMBean - Class in org.eclipse.jetty.ee9.nested.jmx
- ContextHandlerMBean - Class in org.eclipse.jetty.server.handler.jmx
- ContextHandlerMBean(Object) - Constructor for class org.eclipse.jetty.ee8.nested.jmx.ContextHandlerMBean
- ContextHandlerMBean(Object) - Constructor for class org.eclipse.jetty.ee9.nested.jmx.ContextHandlerMBean
- ContextHandlerMBean(Object) - Constructor for class org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean
- contextInitialized() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler
-
Call the ServletContextListeners contextInitialized methods.
- contextInitialized() - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler
-
Call the ServletContextListeners contextInitialized methods.
- contextInitialized() - Method in class org.eclipse.jetty.ee8.nested.ContextHandler
-
Call the ServletContextListeners contextInitialized methods.
- contextInitialized() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
-
Call the ServletContextListeners contextInitialized methods.
- contextInitialized(ServletContextEvent) - Method in class org.eclipse.jetty.ee10.servlet.DebugListener
- contextInitialized(ServletContextEvent) - Method in class org.eclipse.jetty.ee10.servlet.listener.ContainerInitializer.ServletContainerInitializerServletContextListener
- contextInitialized(ServletContextEvent) - Method in class org.eclipse.jetty.ee10.servlet.listener.IntrospectorCleaner
- contextInitialized(ServletContextEvent) - Method in class org.eclipse.jetty.ee10.servlet.ManagedAttributeListener
- contextInitialized(ServletContextEvent) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.client.webapp.JakartaWebSocketShutdownContainer
- contextInitialized(ServletContextEvent) - Method in class org.eclipse.jetty.ee11.servlet.DebugListener
- contextInitialized(ServletContextEvent) - Method in class org.eclipse.jetty.ee11.servlet.listener.ContainerInitializer.ServletContainerInitializerServletContextListener
- contextInitialized(ServletContextEvent) - Method in class org.eclipse.jetty.ee11.servlet.listener.IntrospectorCleaner
- contextInitialized(ServletContextEvent) - Method in class org.eclipse.jetty.ee11.servlet.ManagedAttributeListener
- contextInitialized(ServletContextEvent) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.client.webapp.JakartaWebSocketShutdownContainer
- contextInitialized(ServletContextEvent) - Method in class org.eclipse.jetty.ee9.nested.DebugListener
- contextInitialized(ServletContextEvent) - Method in class org.eclipse.jetty.ee9.nested.ManagedAttributeListener
- contextInitialized(ServletContextEvent) - Method in class org.eclipse.jetty.ee9.servlet.listener.ContainerInitializer.ServletContainerInitializerServletContextListener
- contextInitialized(ServletContextEvent) - Method in class org.eclipse.jetty.ee9.servlet.listener.ELContextCleaner
-
Deprecated.
- contextInitialized(ServletContextEvent) - Method in class org.eclipse.jetty.ee9.servlet.listener.IntrospectorCleaner
- contextInitialized(ServletContextEvent) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.client.webapp.JakartaWebSocketShutdownContainer
- contextInitialized(ServletContextEvent) - Method in class org.eclipse.jetty.ee8.nested.DebugListener
- contextInitialized(ServletContextEvent) - Method in class org.eclipse.jetty.ee8.nested.ManagedAttributeListener
- contextInitialized(ServletContextEvent) - Method in class org.eclipse.jetty.ee8.servlet.listener.ContainerInitializer.ServletContainerInitializerServletContextListener
- contextInitialized(ServletContextEvent) - Method in class org.eclipse.jetty.ee8.servlet.listener.ELContextCleaner
-
Deprecated.
- contextInitialized(ServletContextEvent) - Method in class org.eclipse.jetty.ee8.servlet.listener.IntrospectorCleaner
- contextInitialized(ServletContextEvent) - Method in class org.eclipse.jetty.ee8.websocket.javax.client.webapp.JavaxWebSocketShutdownContainer
- ContextRequest - Class in org.eclipse.jetty.server.handler
- ContextRequest(ContextHandler.ScopedContext, Request) - Constructor for class org.eclipse.jetty.server.handler.ContextRequest
- ContextResponse - Class in org.eclipse.jetty.server.handler
- ContextResponse(ContextHandler.ScopedContext, Request, Response) - Constructor for class org.eclipse.jetty.server.handler.ContextResponse
- CONTINUATION - Enum constant in enum class org.eclipse.jetty.ee8.websocket.api.Frame.Type
- CONTINUATION - Enum constant in enum class org.eclipse.jetty.ee9.websocket.api.Frame.Type
- CONTINUATION - Enum constant in enum class org.eclipse.jetty.http2.frames.FrameType
- CONTINUATION - Enum constant in enum class org.eclipse.jetty.websocket.api.Frame.Type
- CONTINUATION - Static variable in class org.eclipse.jetty.websocket.core.OpCode
-
OpCode for a Continuation Frame
- ContinuationBodyParser - Class in org.eclipse.jetty.http2.parser
- ContinuationBodyParser(HeaderParser, Parser.Listener, HeaderBlockParser, HeaderBlockFragments) - Constructor for class org.eclipse.jetty.http2.parser.ContinuationBodyParser
- ContinuationFrame - Class in org.eclipse.jetty.http2.frames
- ContinuationFrame(int, boolean) - Constructor for class org.eclipse.jetty.http2.frames.ContinuationFrame
- CONTINUE - Enum constant in enum class org.eclipse.jetty.http.HttpGenerator.Result
- CONTINUE - Enum constant in enum class org.eclipse.jetty.http.HttpHeaderValue
- CONTINUE - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
- CONTINUE_100 - Static variable in class org.eclipse.jetty.http.HttpStatus
- CONTINUE_100_INFO - Static variable in class org.eclipse.jetty.http.HttpGenerator
- ContinueListener() - Constructor for class org.eclipse.jetty.client.ContinueProtocolHandler.ContinueListener
- ContinueProtocolHandler - Class in org.eclipse.jetty.client
-
A protocol handler that handles the 100 response code.
- ContinueProtocolHandler() - Constructor for class org.eclipse.jetty.client.ContinueProtocolHandler
- ContinueProtocolHandler.ContinueListener - Class in org.eclipse.jetty.client
- control(RetainableByteBuffer.Mutable, Frame) - Method in class org.eclipse.jetty.http2.generator.Generator
- CONTROL_STREAM - Enum constant in enum class org.eclipse.jetty.http3.StreamType
- ControlFlusher - Class in org.eclipse.jetty.http3
- ControlFlusher(ByteBufferPool, StreamEndPoint, boolean) - Constructor for class org.eclipse.jetty.http3.ControlFlusher
- ControlGenerator - Class in org.eclipse.jetty.http3.generator
- ControlGenerator(ByteBufferPool, boolean) - Constructor for class org.eclipse.jetty.http3.generator.ControlGenerator
- ControlParser - Class in org.eclipse.jetty.http3.parser
-
The HTTP/3 protocol parser.
- ControlParser(ParserListener) - Constructor for class org.eclipse.jetty.http3.parser.ControlParser
- convert(SocketAddress) - Static method in class org.eclipse.jetty.quic.quiche.jna.sockaddr
- convert(SocketAddress, SegmentAllocator) - Static method in class org.eclipse.jetty.quic.quiche.foreign.linux.sockaddr_linux
- convert(SocketAddress, SegmentAllocator) - Static method in class org.eclipse.jetty.quic.quiche.foreign.macos.sockaddr_macos
- convert(SocketAddress, SegmentAllocator) - Static method in class org.eclipse.jetty.quic.quiche.foreign.sockaddr
- convert(SocketAddress, SegmentAllocator) - Static method in class org.eclipse.jetty.quic.quiche.foreign.windows.sockaddr_windows
- convert(Fields) - Static method in class org.eclipse.jetty.client.FormRequestContent
- convert(Fields, Charset) - Static method in class org.eclipse.jetty.client.FormRequestContent
- convertCause(Throwable) - Static method in class org.eclipse.jetty.ee10.websocket.jakarta.client.JakartaWebSocketClientContainer
- convertCause(Throwable) - Static method in class org.eclipse.jetty.ee8.websocket.common.JettyWebSocketFrameHandler
- convertCause(Throwable) - Static method in class org.eclipse.jetty.ee8.websocket.javax.client.JavaxWebSocketClientContainer
- convertCause(Throwable) - Static method in class org.eclipse.jetty.ee9.websocket.common.JettyWebSocketFrameHandler
- convertCause(Throwable) - Static method in class org.eclipse.jetty.ee9.websocket.jakarta.client.JakartaWebSocketClientContainer
- convertCause(Throwable) - Static method in class org.eclipse.jetty.websocket.common.JettyWebSocketFrameHandler
- convertCredentialLdapToJetty(String) - Static method in class org.eclipse.jetty.security.jaas.spi.LdapLoginModule
- convertHexDigit(byte) - Static method in class org.eclipse.jetty.util.TypeUtil
- convertHexDigit(char) - Static method in class org.eclipse.jetty.util.TypeUtil
- convertHexDigit(int) - Static method in class org.eclipse.jetty.util.TypeUtil
- convertible() - Method in class org.eclipse.jetty.websocket.core.util.InvokerUtils.Arg
- convertIdentifier(String) - Method in class org.eclipse.jetty.session.DatabaseAdaptor
-
Convert a camel case identifier into either upper or lower depending on the way the db stores identifiers.
- convertTo(Class, Map) - Method in class org.eclipse.jetty.util.ajax.JSON
- cookie(HttpCookie) - Method in interface org.eclipse.jetty.client.Request
- cookie(HttpCookie) - Method in class org.eclipse.jetty.client.transport.HttpRequest
- COOKIE - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
-
Other Fields.
- COOKIE_ATTRIBUTE - Static variable in interface org.eclipse.jetty.server.Request
- CookieCache - Class in org.eclipse.jetty.http
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
org.eclipse.jetty.server.CookieCache - CookieCache - Class in org.eclipse.jetty.server
-
Cookie parser
- CookieCache() - Constructor for class org.eclipse.jetty.http.CookieCache
-
Deprecated.
- CookieCache() - Constructor for class org.eclipse.jetty.server.CookieCache
- CookieCache(CookieCompliance) - Constructor for class org.eclipse.jetty.http.CookieCache
-
Deprecated.
- CookieCache(CookieCompliance) - Constructor for class org.eclipse.jetty.server.CookieCache
- CookieCache(CookieCompliance, ComplianceViolation.Listener) - Constructor for class org.eclipse.jetty.http.CookieCache
-
Deprecated, for removal: This API element is subject to removal in a future version.
- CookieCompliance - Class in org.eclipse.jetty.http
-
The compliance mode for Cookie handling.
- CookieCompliance(String, Set) - Constructor for class org.eclipse.jetty.http.CookieCompliance
- CookieCompliance.Violation - Enum Class in org.eclipse.jetty.http
- CookieConfig() - Constructor for class org.eclipse.jetty.ee10.servlet.SessionHandler.CookieConfig
- CookieConfig() - Constructor for class org.eclipse.jetty.ee11.servlet.SessionHandler.CookieConfig
- CookieConfig() - Constructor for class org.eclipse.jetty.ee8.nested.SessionHandler.CookieConfig
- CookieConfig() - Constructor for class org.eclipse.jetty.ee9.nested.SessionHandler.CookieConfig
- CookieCutter - Class in org.eclipse.jetty.http
-
Deprecated.
- CookieCutter(CookieParser.Handler, CookieCompliance, ComplianceViolation.Listener) - Constructor for class org.eclipse.jetty.http.CookieCutter
-
Deprecated.
- CookieParser - Interface in org.eclipse.jetty.http
-
Cookie parser.
- CookieParser.Handler - Interface in org.eclipse.jetty.http
-
The handler of parsed cookies.
- CookieParser.InvalidCookieException - Exception Class in org.eclipse.jetty.http
-
The exception thrown when a cookie cannot be parsed and
CookieCompliance.Violation.INVALID_COOKIESis not allowed. - CookiePatternRule - Class in org.eclipse.jetty.rewrite.handler
-
Sets a response cookie whenever the rule matches.
- CookiePatternRule() - Constructor for class org.eclipse.jetty.rewrite.handler.CookiePatternRule
- CookiePatternRule(String, String, String) - Constructor for class org.eclipse.jetty.rewrite.handler.CookiePatternRule
- Cookies - Class in org.eclipse.jetty.ee8.nested
-
Cookie parser
- Cookies - Class in org.eclipse.jetty.ee9.nested
-
Cookie parser
- Cookies() - Constructor for class org.eclipse.jetty.ee8.nested.Cookies
- Cookies() - Constructor for class org.eclipse.jetty.ee9.nested.Cookies
- Cookies(CookieCompliance, ComplianceViolation.Listener) - Constructor for class org.eclipse.jetty.ee8.nested.Cookies
- Cookies(CookieCompliance, ComplianceViolation.Listener) - Constructor for class org.eclipse.jetty.ee9.nested.Cookies
- copy() - Method in interface org.eclipse.jetty.io.RetainableByteBuffer
-
Creates a deep copy of this RetainableByteBuffer that is entirely independent
- copy() - Method in class org.eclipse.jetty.io.RetainableByteBuffer.DynamicCapacity
- copy() - Method in class org.eclipse.jetty.io.RetainableByteBuffer.EmptyRetainableByteBuffer
- copy() - Method in class org.eclipse.jetty.io.RetainableByteBuffer.Pooled
- copy() - Method in class org.eclipse.jetty.io.RetainableByteBuffer.Wrapper
- copy(File, File) - Static method in class org.eclipse.jetty.util.IO
-
Copy files or directories
- copy(InputStream, OutputStream) - Static method in class org.eclipse.jetty.util.IO
-
Copy Stream in to Stream out until EOF or exception.
- copy(InputStream, OutputStream, long) - Static method in class org.eclipse.jetty.util.IO
-
Copy Stream in to Stream for byteCount bytes or until EOF or exception.
- copy(Reader, Writer) - Static method in class org.eclipse.jetty.util.IO
-
Copy Reader to Writer out until EOF or exception.
- copy(Reader, Writer, long) - Static method in class org.eclipse.jetty.util.IO
-
Copy Reader to Writer for byteCount bytes or until EOF or exception.
- copy(URI) - Method in class org.eclipse.jetty.client.transport.HttpRequest
- copy(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
-
Deep copy of a buffer
- copy(Content.Source, Content.Sink, Content.Chunk.Processor, Callback) - Static method in class org.eclipse.jetty.io.Content
-
Copies the given content source to the given content sink, notifying the given callback when the copy is complete.
- copy(Content.Source, Content.Sink, Callback) - Static method in class org.eclipse.jetty.io.Content
-
Copies the given content source to the given content sink, notifying the given callback when the copy is complete (either succeeded or failed).
- copy(Request, Response, Callback) - Method in class org.eclipse.jetty.server.handler.EchoHandler.Buffered
- copy(Request, Response, Callback) - Method in class org.eclipse.jetty.server.handler.EchoHandler.BufferedAsync
- copy(Request, Response, Callback) - Method in class org.eclipse.jetty.server.handler.EchoHandler
- copy(Request, Response, Callback) - Method in class org.eclipse.jetty.server.handler.EchoHandler.Reactive
- copy(Request, Response, Callback) - Method in class org.eclipse.jetty.server.handler.EchoHandler.Stream
- copy(SessionData) - Method in class org.eclipse.jetty.session.SessionData
-
Copy the info from the given sessiondata
- copy(Resource, Content.Sink, ByteBufferPool.Sized, long, long, Callback) - Static method in class org.eclipse.jetty.io.IOResources
-
Performs an asynchronous copy of a subset of the contents of a resource to a sink, using the given buffer pool and buffer characteristics.
- copy(Frame) - Static method in class org.eclipse.jetty.websocket.core.Frame
- COPY - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
- copyBuffer(ByteBuffer) - Method in class org.eclipse.jetty.io.ByteBufferAccumulator
-
Deprecated.
- copyBytes(byte[], int, int) - Method in class org.eclipse.jetty.io.ByteBufferAccumulator
-
Deprecated.
- copyDir(File, File) - Static method in class org.eclipse.jetty.util.IO
- copyDir(Path, Path) - Static method in class org.eclipse.jetty.util.IO
-
Copy the contents of a source directory to destination directory.
- copyDir(Path, Path, CopyOption...) - Static method in class org.eclipse.jetty.util.IO
-
Deprecated, for removal: This API element is subject to removal in a future version.use
IO.copyDir(Path, Path)instead to avoid foreign target behavior across FileSystems. - copyFile(File, File) - Static method in class org.eclipse.jetty.util.IO
-
Copy the contents of a source file to destination file.
- copyFile(Path, Path) - Static method in class org.eclipse.jetty.util.IO
-
Copy the contents of a source file to destination file.
- copyHeaders(Frame) - Method in class org.eclipse.jetty.websocket.core.Frame
- copyInstance(URI) - Method in class org.eclipse.jetty.client.transport.HttpRequest
- copyOf(JakartaWebSocketMessageMetadata) - Static method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketMessageMetadata
- copyOf(JakartaWebSocketMessageMetadata) - Static method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketMessageMetadata
- copyOf(JavaxWebSocketMessageMetadata) - Static method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketMessageMetadata
- copyOf(JakartaWebSocketMessageMetadata) - Static method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketMessageMetadata
- copyRequest(Request, URI) - Method in class org.eclipse.jetty.client.HttpClient
- copyRequestHeaders(HttpServletRequest, Request) - Method in class org.eclipse.jetty.ee10.proxy.AbstractProxyServlet
- copyRequestHeaders(HttpServletRequest, Request) - Method in class org.eclipse.jetty.ee11.proxy.AbstractProxyServlet
- copyRequestHeaders(HttpServletRequest, Request) - Method in class org.eclipse.jetty.ee9.proxy.AbstractProxyServlet
- copyRequestHeaders(HttpServletRequest, Request) - Method in class org.eclipse.jetty.ee8.proxy.AbstractProxyServlet
- copyRequestHeaders(Request, Request) - Method in class org.eclipse.jetty.proxy.ProxyHandler
- copyTo(Path) - Method in class org.eclipse.jetty.util.resource.CombinedResource
- copyTo(Path) - Method in class org.eclipse.jetty.util.resource.Resource
-
Copy the Resource to the new destination file or directory.
- copyWithoutPayload(Frame) - Static method in class org.eclipse.jetty.websocket.core.Frame
- CoreAppContext - Class in org.eclipse.jetty.coreapp
-
A Core WebApp.
- CoreAppContext() - Constructor for class org.eclipse.jetty.coreapp.CoreAppContext
- CoreAppContext(String) - Constructor for class org.eclipse.jetty.coreapp.CoreAppContext
- coreClient - Variable in class org.eclipse.jetty.ee10.websocket.jakarta.client.JakartaWebSocketClientContainer
- coreClient - Variable in class org.eclipse.jetty.ee11.websocket.jakarta.client.JakartaWebSocketClientContainer
- coreClient - Variable in class org.eclipse.jetty.ee8.websocket.javax.client.JavaxWebSocketClientContainer
- coreClient - Variable in class org.eclipse.jetty.ee9.websocket.jakarta.client.JakartaWebSocketClientContainer
- coreClientFactory - Variable in class org.eclipse.jetty.ee10.websocket.jakarta.client.JakartaWebSocketClientContainer
- coreClientFactory - Variable in class org.eclipse.jetty.ee11.websocket.jakarta.client.JakartaWebSocketClientContainer
- coreClientFactory - Variable in class org.eclipse.jetty.ee8.websocket.javax.client.JavaxWebSocketClientContainer
- coreClientFactory - Variable in class org.eclipse.jetty.ee9.websocket.jakarta.client.JakartaWebSocketClientContainer
- CoreClientUpgradeRequest - Class in org.eclipse.jetty.websocket.core.client
- CoreClientUpgradeRequest(WebSocketCoreClient, URI) - Constructor for class org.eclipse.jetty.websocket.core.client.CoreClientUpgradeRequest
- CoreContextRequest(Request, ContextHandler.ScopedContext, HttpChannel) - Constructor for class org.eclipse.jetty.ee8.nested.ContextHandler.CoreContextRequest
- CoreContextRequest(Request, ContextHandler.ScopedContext, HttpChannel) - Constructor for class org.eclipse.jetty.ee9.nested.ContextHandler.CoreContextRequest
- CoreSession - Interface in org.eclipse.jetty.websocket.core
-
Represents the outgoing Frames.
- CoreSession.Empty - Class in org.eclipse.jetty.websocket.core
- correctFileURI(URI) - Static method in class org.eclipse.jetty.util.URIUtil
-
Deprecated, for removal: This API element is subject to removal in a future version.use
URIUtil.correctURI(URI)instead, will be removed in Jetty 12.1.0 - correctURI(URI) - Static method in class org.eclipse.jetty.util.URIUtil
-
Corrects any bad
filebased URIs (even within ajar:file:based URIs) from the bad out-of-spec format that various older Java APIs creates (most notably:Filecreates with it'sFile.toURL()andFile.toURI(), along with the side effects of usingURL.toURI()) - count() - Method in class org.eclipse.jetty.io.content.AsyncContent
- COUNTER - Static variable in class org.eclipse.jetty.session.DefaultSessionIdManager
- CounterStatistic - Class in org.eclipse.jetty.util.statistic
-
Statistics on a counter value.
- CounterStatistic() - Constructor for class org.eclipse.jetty.util.statistic.CounterStatistic
- CountingCallback - Class in org.eclipse.jetty.util
-
A callback wrapper that succeeds the wrapped callback when the count is reached, or on first failure.
- CountingCallback(Callback, int) - Constructor for class org.eclipse.jetty.util.CountingCallback
- CR - Enum constant in enum class org.eclipse.jetty.http.HttpTokens.Type
- CR - Static variable in class org.eclipse.jetty.util.TypeUtil
- CR_LINE_TERMINATION - Enum constant in enum class org.eclipse.jetty.http.MultiPartCompliance.Violation
- create(long, LongFunction) - Static method in class org.eclipse.jetty.quic.api.frames.TransportParameters.Ids
-
Creates a new
TransportParameters.Idwith the given id and type. - create(String) - Static method in class org.eclipse.jetty.util.PidFile
- create(String, ClassLoader) - Static method in interface org.eclipse.jetty.util.component.Environment
-
Creates an environment with the given name and classloader.
- createAnnotationParser() - Method in class org.eclipse.jetty.ee8.annotations.AnnotationConfiguration
- createAnnotationParser() - Method in class org.eclipse.jetty.ee9.annotations.AnnotationConfiguration
- createAnnotationParser(int) - Method in class org.eclipse.jetty.ee10.annotations.AnnotationConfiguration
- createAnnotationParser(int) - Method in class org.eclipse.jetty.ee11.annotations.AnnotationConfiguration
- createConnection(Promise) - Method in class org.eclipse.jetty.client.transport.HttpDestination
- createConnector(boolean) - Method in class org.eclipse.jetty.ee10.servlet.ServletTester
-
Create a port based connector.
- createConnector(boolean) - Method in class org.eclipse.jetty.ee11.servlet.ServletTester
-
Create a port based connector.
- createConnector(boolean) - Method in class org.eclipse.jetty.ee8.servlet.ServletTester
-
Create a port based connector.
- createConnector(boolean) - Method in class org.eclipse.jetty.ee9.servlet.ServletTester
-
Create a port based connector.
- createConstraint() - Static method in class org.eclipse.jetty.ee8.security.ConstraintSecurityHandler
- createConstraint() - Static method in class org.eclipse.jetty.ee9.security.ConstraintSecurityHandler
- createConstraint(String, boolean, String[], int) - Static method in class org.eclipse.jetty.ee8.security.ConstraintSecurityHandler
-
Create a security constraint
- createConstraint(String, boolean, String[], int) - Static method in class org.eclipse.jetty.ee9.security.ConstraintSecurityHandler
-
Create a security constraint
- createConstraint(String, HttpConstraintElement) - Static method in class org.eclipse.jetty.ee10.servlet.security.ConstraintSecurityHandler
-
Create a Constraint
- createConstraint(String, HttpConstraintElement) - Static method in class org.eclipse.jetty.ee11.servlet.security.ConstraintSecurityHandler
-
Create a Constraint
- createConstraint(String, HttpConstraintElement) - Static method in class org.eclipse.jetty.ee9.security.ConstraintSecurityHandler
-
Create a Constraint
- createConstraint(String, String[], ServletSecurity.EmptyRoleSemantic, ServletSecurity.TransportGuarantee) - Static method in class org.eclipse.jetty.ee10.servlet.security.ConstraintSecurityHandler
-
Create Constraint
- createConstraint(String, String[], ServletSecurity.EmptyRoleSemantic, ServletSecurity.TransportGuarantee) - Static method in class org.eclipse.jetty.ee11.servlet.security.ConstraintSecurityHandler
-
Create Constraint
- createConstraint(String, String[], ServletSecurity.EmptyRoleSemantic, ServletSecurity.TransportGuarantee) - Static method in class org.eclipse.jetty.ee9.security.ConstraintSecurityHandler
-
Create Constraint
- createConstraint(String, String[], ServletSecurity.EmptyRoleSemantic, ServletSecurity.TransportGuarantee) - Static method in class org.eclipse.jetty.ee8.security.ConstraintSecurityHandler
-
Create Constraint
- createConstraint(String, HttpConstraintElement) - Static method in class org.eclipse.jetty.ee8.security.ConstraintSecurityHandler
-
Create a Constraint
- createConstraint(ServletConstraint) - Static method in class org.eclipse.jetty.ee8.security.ConstraintSecurityHandler
- createConstraint(ServletConstraint) - Static method in class org.eclipse.jetty.ee9.security.ConstraintSecurityHandler
- createConstraintsWithMappingsForPath(String, String, ServletSecurityElement) - Static method in class org.eclipse.jetty.ee10.servlet.security.ConstraintSecurityHandler
-
Generate Constraints and ConstraintMappings for the given url pattern and ServletSecurityElement
- createConstraintsWithMappingsForPath(String, String, ServletSecurityElement) - Static method in class org.eclipse.jetty.ee11.servlet.security.ConstraintSecurityHandler
-
Generate Constraints and ConstraintMappings for the given url pattern and ServletSecurityElement
- createConstraintsWithMappingsForPath(String, String, ServletSecurityElement) - Static method in class org.eclipse.jetty.ee9.security.ConstraintSecurityHandler
-
Generate Constraints and ContraintMappings for the given url pattern and ServletSecurityElement
- createConstraintsWithMappingsForPath(String, String, ServletSecurityElement) - Static method in class org.eclipse.jetty.ee8.security.ConstraintSecurityHandler
-
Generate Constraints and ContraintMappings for the given url pattern and ServletSecurityElement
- createContentSource() - Method in class org.eclipse.jetty.http.MultiPart.Part
-
Returns the content of this part as a new
Content.Source - createContext(String) - Method in class org.eclipse.jetty.http.spi.JettyHttpServer
- createContext(String, HttpHandler) - Method in class org.eclipse.jetty.http.spi.JettyHttpServer
- createContextHandler(AbstractContextProvider, BundleMetadata) - Method in interface org.eclipse.jetty.osgi.ContextFactory
- createContextHandler(BundleMetadata) - Method in class org.eclipse.jetty.osgi.AbstractContextProvider
- CREATED - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
- CREATED_201 - Static variable in class org.eclipse.jetty.http.HttpStatus
- createEndpointMetadata(EndpointConfig) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketFrameHandlerFactory
- createEndpointMetadata(EndpointConfig) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketFrameHandlerFactory
- createEndpointMetadata(EndpointConfig) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketFrameHandlerFactory
- createEndpointMetadata(EndpointConfig) - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketFrameHandlerFactory
- createEnvContext(WebAppContext) - Method in class org.eclipse.jetty.ee10.plus.webapp.EnvConfiguration
- createEnvContext(WebAppContext) - Method in class org.eclipse.jetty.ee11.plus.webapp.EnvConfiguration
- createEnvContext(WebAppContext) - Method in class org.eclipse.jetty.ee8.plus.webapp.EnvConfiguration
- createEnvContext(WebAppContext) - Method in class org.eclipse.jetty.ee9.plus.webapp.EnvConfiguration
- createFile() - Method in class org.eclipse.jetty.ee8.nested.MultiPartFormInputStream.MultiPart
- createFile() - Method in class org.eclipse.jetty.ee8.nested.MultiPartInputStreamLegacyParser.MultiPart
-
Deprecated.
- createFile() - Method in class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream.MultiPart
- createFile() - Method in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser.MultiPart
-
Deprecated.
- createFilter(Class) - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler.ServletContextApi
- createFilter(Class) - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler.ServletContextApi
- createFilter(Class) - Method in class org.eclipse.jetty.ee8.nested.ContextHandler.APIContext
- createFilter(Class) - Method in class org.eclipse.jetty.ee8.servlet.ServletContextHandler.ServletAPIContext
- createFilter(Class) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
- createFilter(Class) - Method in class org.eclipse.jetty.ee9.servlet.ServletContextHandler.ServletAPIContext
- createFilter(BundleContext, String, String) - Static method in class org.eclipse.jetty.osgi.util.Util
-
Create an osgi filter for the given classname and server name.
- createHttpClient() - Method in class org.eclipse.jetty.ee10.proxy.AbstractProxyServlet
-
Creates a
HttpClientinstance, configured with init parameters of this servlet. - createHttpClient() - Method in class org.eclipse.jetty.ee11.proxy.AbstractProxyServlet
-
Creates a
HttpClientinstance, configured with init parameters of this servlet. - createHttpClient() - Method in class org.eclipse.jetty.ee8.proxy.AbstractProxyServlet
-
Creates a
HttpClientinstance, configured with init parameters of this servlet. - createHttpClient() - Method in class org.eclipse.jetty.ee9.proxy.AbstractProxyServlet
-
Creates a
HttpClientinstance, configured with init parameters of this servlet. - createHttpServer(InetSocketAddress, int) - Method in class org.eclipse.jetty.http.spi.JettyHttpServerProvider
- createHttpsServer(InetSocketAddress, int) - Method in class org.eclipse.jetty.http.spi.JettyHttpServerProvider
- createInstance() - Method in class org.eclipse.jetty.ee10.servlet.BaseHolder
- createInstance() - Method in class org.eclipse.jetty.ee10.servlet.FilterHolder
- createInstance() - Method in class org.eclipse.jetty.ee10.servlet.ListenerHolder
- createInstance() - Method in class org.eclipse.jetty.ee10.servlet.ServletHolder
- createInstance() - Method in class org.eclipse.jetty.ee11.servlet.BaseHolder
- createInstance() - Method in class org.eclipse.jetty.ee11.servlet.FilterHolder
- createInstance() - Method in class org.eclipse.jetty.ee11.servlet.ListenerHolder
- createInstance() - Method in class org.eclipse.jetty.ee11.servlet.ServletHolder
- createInstance() - Method in class org.eclipse.jetty.ee8.servlet.BaseHolder
- createInstance() - Method in class org.eclipse.jetty.ee8.servlet.FilterHolder
- createInstance() - Method in class org.eclipse.jetty.ee8.servlet.ListenerHolder
- createInstance() - Method in class org.eclipse.jetty.ee8.servlet.ServletHolder
- createInstance() - Method in class org.eclipse.jetty.ee9.servlet.BaseHolder
- createInstance() - Method in class org.eclipse.jetty.ee9.servlet.FilterHolder
- createInstance() - Method in class org.eclipse.jetty.ee9.servlet.ListenerHolder
- createInstance() - Method in class org.eclipse.jetty.ee9.servlet.ServletHolder
- createInstance(Class) - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler.ServletContextApi
- createInstance(Class) - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler.ServletContextApi
- createInstance(Class) - Method in class org.eclipse.jetty.ee8.nested.ContextHandler.APIContext
- createInstance(Class) - Method in class org.eclipse.jetty.ee8.servlet.ServletContextHandler.ServletAPIContext
- createInstance(Class) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
- createInstance(Class) - Method in class org.eclipse.jetty.ee9.servlet.ServletContextHandler.ServletAPIContext
- createInstance(Class) - Method in class org.eclipse.jetty.util.DecoratedObjectFactory
- createInstance(BaseHolder) - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler.ServletScopedContext
- createInstance(BaseHolder) - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler.ServletScopedContext
- createInstance(BaseHolder) - Method in class org.eclipse.jetty.ee8.servlet.ServletContextHandler.ServletAPIContext
- createInstance(BaseHolder) - Method in class org.eclipse.jetty.ee9.servlet.ServletContextHandler.ServletAPIContext
- createLibExtClassLoader(List, List, ClassLoader) - Static method in class org.eclipse.jetty.osgi.LibExtClassLoaderHelper
- createListener(Class) - Method in class org.eclipse.jetty.ee10.servlet.AsyncContextState
- createListener(Class) - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler.ServletContextApi
- createListener(Class) - Method in class org.eclipse.jetty.ee11.servlet.AsyncContextState
- createListener(Class) - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler.ServletContextApi
- createListener(Class) - Method in class org.eclipse.jetty.ee8.nested.AsyncContextState
- createListener(Class) - Method in class org.eclipse.jetty.ee8.nested.ContextHandler.APIContext
- createListener(Class) - Method in class org.eclipse.jetty.ee8.servlet.ServletContextHandler.ServletAPIContext
- createListener(Class) - Method in class org.eclipse.jetty.ee9.nested.AsyncContextState
- createListener(Class) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
- createListener(Class) - Method in class org.eclipse.jetty.ee9.servlet.ServletContextHandler.ServletAPIContext
- createLocalConnector() - Method in class org.eclipse.jetty.ee10.servlet.ServletTester
- createLocalConnector() - Method in class org.eclipse.jetty.ee11.servlet.ServletTester
- createLocalConnector() - Method in class org.eclipse.jetty.ee8.servlet.ServletTester
- createLocalConnector() - Method in class org.eclipse.jetty.ee9.servlet.ServletTester
- createLocalStream(int, MetaData.Request, Consumer) - Method in class org.eclipse.jetty.http2.HTTP2Session
- createLogger() - Method in class org.eclipse.jetty.ee10.proxy.AbstractProxyServlet
- createLogger() - Method in class org.eclipse.jetty.ee11.proxy.AbstractProxyServlet
- createLogger() - Method in class org.eclipse.jetty.ee8.proxy.AbstractProxyServlet
- createLogger() - Method in class org.eclipse.jetty.ee9.proxy.AbstractProxyServlet
- createMessageSink(JakartaWebSocketSession, JakartaWebSocketMessageMetadata) - Static method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketFrameHandlerFactory
- createMessageSink(JakartaWebSocketSession, JakartaWebSocketMessageMetadata) - Static method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketFrameHandlerFactory
- createMessageSink(JavaxWebSocketSession, JavaxWebSocketMessageMetadata) - Static method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketFrameHandlerFactory
- createMessageSink(JakartaWebSocketSession, JakartaWebSocketMessageMetadata) - Static method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketFrameHandlerFactory
- createMessageSink(MethodHolder, Class, Executor, WebSocketSession) - Static method in class org.eclipse.jetty.ee8.websocket.common.JettyWebSocketFrameHandlerFactory
- createMessageSink(MethodHolder, Class, Executor, WebSocketSession) - Static method in class org.eclipse.jetty.ee9.websocket.common.JettyWebSocketFrameHandlerFactory
- createMetadata(Class) - Method in class org.eclipse.jetty.ee8.websocket.common.JettyWebSocketFrameHandlerFactory
- createMetadata(Class) - Method in class org.eclipse.jetty.ee9.websocket.common.JettyWebSocketFrameHandlerFactory
- createMetadata(Class) - Method in class org.eclipse.jetty.websocket.common.JettyWebSocketFrameHandlerFactory
- createNonce(Session) - Method in class org.eclipse.jetty.security.siwe.EthereumAuthenticator
- createOrigin(Request, Origin.Protocol) - Method in class org.eclipse.jetty.client.HttpClient
- createRemoteStream(int, MetaData.Request) - Method in class org.eclipse.jetty.http2.HTTP2Session
- createServer(String, Dictionary, List) - Static method in class org.eclipse.jetty.osgi.JettyServerFactory
- createServlet(Class) - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler.ServletContextApi
- createServlet(Class) - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler.ServletContextApi
- createServlet(Class) - Method in class org.eclipse.jetty.ee8.nested.ContextHandler.APIContext
- createServlet(Class) - Method in class org.eclipse.jetty.ee8.servlet.ServletContextHandler.ServletAPIContext
- createServlet(Class) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
- createServlet(Class) - Method in class org.eclipse.jetty.ee9.servlet.ServletContextHandler.ServletAPIContext
- createServletContainerInitializerAnnotationHandlers(WebAppContext, List) - Method in class org.eclipse.jetty.ee10.annotations.AnnotationConfiguration
- createServletContainerInitializerAnnotationHandlers(WebAppContext, List) - Method in class org.eclipse.jetty.ee11.annotations.AnnotationConfiguration
- createServletContainerInitializerAnnotationHandlers(WebAppContext, List) - Method in class org.eclipse.jetty.ee8.annotations.AnnotationConfiguration
- createServletContainerInitializerAnnotationHandlers(WebAppContext, List) - Method in class org.eclipse.jetty.ee9.annotations.AnnotationConfiguration
- createStream(StreamEndPoint) - Method in class org.eclipse.jetty.http3.HTTP3Session
- createStreamEndPoint(Stream, Consumer) - Method in class org.eclipse.jetty.quic.common.ProtocolSession
- createSubcontext(String) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
- createSubcontext(String) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
- createSubcontext(String) - Method in class org.eclipse.jetty.jndi.NamingContext
-
Create a Context as a child of this one
- createSubcontext(Name) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
- createSubcontext(Name) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
- createSubcontext(Name) - Method in class org.eclipse.jetty.jndi.NamingContext
-
Create a context as a child of this one
- createTempDirectory() - Method in class org.eclipse.jetty.ee10.webapp.WebAppContext
- createTempDirectory() - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
- createTempDirectory() - Method in class org.eclipse.jetty.ee8.nested.ContextHandler.CoreContextHandler
- createTempDirectory() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.CoreContextHandler
- createTempDirectory() - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Create the temporary directory.
- createWeakEtagField(Resource) - Static method in class org.eclipse.jetty.http.EtagUtils
-
Create a new
HttpFieldHttpHeader.ETAGfield suitable to represent the provided Resource. - createWeakEtagField(Resource, String) - Static method in class org.eclipse.jetty.http.EtagUtils
-
Create a new
HttpFieldHttpHeader.ETAGfield suitable to represent the provided Resource. - createWebSocket(JettyServerUpgradeRequest, JettyServerUpgradeResponse) - Method in interface org.eclipse.jetty.ee10.websocket.server.JettyWebSocketCreator
-
Creates a websocket from the incoming request.
- createWebSocket(JettyServerUpgradeRequest, JettyServerUpgradeResponse) - Method in interface org.eclipse.jetty.ee11.websocket.server.JettyWebSocketCreator
-
Creates a websocket from the incoming request.
- createWebSocket(JettyServerUpgradeRequest, JettyServerUpgradeResponse) - Method in interface org.eclipse.jetty.ee8.websocket.server.JettyWebSocketCreator
-
Create a websocket from the incoming request.
- createWebSocket(JettyServerUpgradeRequest, JettyServerUpgradeResponse) - Method in interface org.eclipse.jetty.ee9.websocket.server.JettyWebSocketCreator
-
Create a websocket from the incoming request.
- createWebSocket(ServerUpgradeRequest, ServerUpgradeResponse, Callback) - Method in interface org.eclipse.jetty.websocket.core.server.WebSocketCreator
-
Create a websocket from the incoming request.
- createWebSocket(ServerUpgradeRequest, ServerUpgradeResponse, Callback) - Method in interface org.eclipse.jetty.websocket.server.WebSocketCreator
-
Creates a WebSocket endpoint instance from the incoming request.
- Credential - Class in org.eclipse.jetty.util.security
-
An abstraction for checking authentication credentials.
- Credential() - Constructor for class org.eclipse.jetty.util.security.Credential
- Credential.Crypt - Class in org.eclipse.jetty.util.security
-
Unix Crypt Credential.
- Credential.MD - Class in org.eclipse.jetty.util.security
-
Generic message digest credential.
- Credential.MD5 - Class in org.eclipse.jetty.util.security
-
MD5 Credential.
- credentialLogin(Object) - Method in class org.eclipse.jetty.security.jaas.spi.LdapLoginModule
-
password supplied authentication check
- CredentialProvider - Interface in org.eclipse.jetty.util.security
-
Provider of credentials, it converts a String into a credential if it starts with a given prefix
- CredentialValidationCallback - Class in org.eclipse.jetty.ee10.security.jaspi.callback
-
Store a jetty Credential for a user so that it can be validated by jaspi
- CredentialValidationCallback - Class in org.eclipse.jetty.ee11.security.jaspi.callback
-
Store a jetty Credential for a user so that it can be validated by jaspi
- CredentialValidationCallback - Class in org.eclipse.jetty.ee8.security.jaspi.callback
-
Store a jetty Credential for a user so that it can be validated by jaspi
- CredentialValidationCallback - Class in org.eclipse.jetty.ee9.security.jaspi.callback
-
Store a jetty Credential for a user so that it can be validated by jaspi
- CredentialValidationCallback(Subject, String, Credential) - Constructor for class org.eclipse.jetty.ee10.security.jaspi.callback.CredentialValidationCallback
- CredentialValidationCallback(Subject, String, Credential) - Constructor for class org.eclipse.jetty.ee11.security.jaspi.callback.CredentialValidationCallback
- CredentialValidationCallback(Subject, String, Credential) - Constructor for class org.eclipse.jetty.ee8.security.jaspi.callback.CredentialValidationCallback
- CredentialValidationCallback(Subject, String, Credential) - Constructor for class org.eclipse.jetty.ee9.security.jaspi.callback.CredentialValidationCallback
- CRLF - Static variable in class org.eclipse.jetty.util.IO
- CRLF - Static variable in class org.eclipse.jetty.util.StringUtil
- CRLF_BYTES - Static variable in class org.eclipse.jetty.util.IO
- CROSS_CONTEXT_ATTRIBUTE - Static variable in class org.eclipse.jetty.server.handler.ContextHandler
-
The attribute name that is set as a
Requestattribute to indicate the request is a cross context dispatch. - CrossContextForwarded(ServletContextRequest) - Constructor for class org.eclipse.jetty.ee10.servlet.ServletApiRequest.CrossContextForwarded
- CrossContextForwarded(ServletContextRequest) - Constructor for class org.eclipse.jetty.ee11.servlet.ServletApiRequest.CrossContextForwarded
- CrossContextInclude(ServletContextResponse) - Constructor for class org.eclipse.jetty.ee10.servlet.ServletApiResponse.CrossContextInclude
- CrossContextInclude(ServletContextResponse) - Constructor for class org.eclipse.jetty.ee11.servlet.ServletApiResponse.CrossContextInclude
- CrossContextIncluded(ServletContextRequest) - Constructor for class org.eclipse.jetty.ee10.servlet.ServletApiRequest.CrossContextIncluded
- CrossContextIncluded(ServletContextRequest) - Constructor for class org.eclipse.jetty.ee11.servlet.ServletApiRequest.CrossContextIncluded
- CrossOriginFilter - Class in org.eclipse.jetty.ee10.servlets
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
CrossOriginHandlerinstead - CrossOriginFilter - Class in org.eclipse.jetty.ee11.servlets
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
CrossOriginHandlerinstead - CrossOriginFilter - Class in org.eclipse.jetty.ee8.servlets
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
CrossOriginHandlerinstead - CrossOriginFilter - Class in org.eclipse.jetty.ee9.servlets
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
CrossOriginHandlerinstead - CrossOriginFilter() - Constructor for class org.eclipse.jetty.ee10.servlets.CrossOriginFilter
-
Deprecated.
- CrossOriginFilter() - Constructor for class org.eclipse.jetty.ee11.servlets.CrossOriginFilter
-
Deprecated.
- CrossOriginFilter() - Constructor for class org.eclipse.jetty.ee8.servlets.CrossOriginFilter
-
Deprecated.
- CrossOriginFilter() - Constructor for class org.eclipse.jetty.ee9.servlets.CrossOriginFilter
-
Deprecated.
- CrossOriginHandler - Class in org.eclipse.jetty.server.handler
-
Implementation of the CORS protocol defined by the fetch standard.
- CrossOriginHandler() - Constructor for class org.eclipse.jetty.server.handler.CrossOriginHandler
- crypt(String, String) - Static method in class org.eclipse.jetty.util.security.Credential.Crypt
- crypt(String, String) - Static method in class org.eclipse.jetty.util.security.UnixCrypt
-
Encrypts String into crypt (Unix) code.
- CRYPTO - Enum constant in enum class org.eclipse.jetty.quic.common.frames.FrameType
- CRYPTO_BUFFER_EXCEEDED - Static variable in interface org.eclipse.jetty.quic.quiche.QuicheConstants.quic_error
- CRYPTO_BUFFER_EXCEEDED_ERROR - Static variable in class org.eclipse.jetty.quic.util.ErrorCode
- CryptoFrame - Class in org.eclipse.jetty.quic.api.frames
- CryptoFrame(long, ByteBuffer) - Constructor for class org.eclipse.jetty.quic.api.frames.CryptoFrame
- CSRF_TOKEN - Static variable in class org.eclipse.jetty.ee8.security.openid.OpenIdAuthenticator
-
Deprecated.
- CSRF_TOKEN - Static variable in class org.eclipse.jetty.ee9.security.openid.OpenIdAuthenticator
-
Deprecated.
- CSRF_TOKEN - Static variable in class org.eclipse.jetty.security.openid.OpenIdAuthenticator
-
Deprecated.
- CSV - Static variable in interface org.eclipse.jetty.util.QuotedStringTokenizer
-
A QuotedStringTokenizer for comma separated values with optional white space.
- csvSplit(String) - Static method in class org.eclipse.jetty.util.StringUtil
-
Parse a CSV string using
StringUtil.csvSplit(List, String, int, int) - csvSplit(String, int, int) - Static method in class org.eclipse.jetty.util.StringUtil
-
Parse a CSV string using
StringUtil.csvSplit(List, String, int, int) - csvSplit(List, String, int, int) - Static method in class org.eclipse.jetty.util.StringUtil
-
Split a quoted comma separated string to a list
- csvSplitAndResolvePaths(String, String) - Static method in class org.eclipse.jetty.xml.XmlConfiguration
-
Utility method to split a comma-separated list of paths and resolve them against a directory.
- CUBIC - Enum constant in enum class org.eclipse.jetty.quic.quiche.QuicheConfig.CongestionControl
- customize(Socket, Class, boolean) - Method in class org.eclipse.jetty.server.SocketCustomizationListener
-
This method may be extended to configure a socket on open events.
- customize(SSLEngine) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.Client
- customize(SSLEngine) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
Customize an SslEngine instance with the configuration of this factory, by calling
SslContextFactory.customize(SSLParameters) - customize(SSLParameters) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
Customize an SslParameters instance with the configuration of this factory.
- customize(Request, HttpFields.Mutable) - Method in class org.eclipse.jetty.fcgi.client.transport.HttpClientTransportOverFCGI
- customize(Connection, Map) - Method in interface org.eclipse.jetty.io.ClientConnectionFactory
- customize(Connection, Map) - Method in class org.eclipse.jetty.io.ClientConnectionFactory.Wrapper
- customize(Connection, Map) - Method in class org.eclipse.jetty.io.ssl.SslClientConnectionFactory
- customize(EndPoint) - Method in class org.eclipse.jetty.websocket.core.client.CoreClientUpgradeRequest
-
Allow for overridden customization of endpoint (such as special transport level properties: e.g.
- customize(Request, HttpFields.Mutable) - Method in class org.eclipse.jetty.http2.server.AuthorityCustomizer
- customize(Request, HttpFields.Mutable) - Method in class org.eclipse.jetty.rewrite.RewriteCustomizer
- customize(Request, HttpFields.Mutable) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
- customize(Request, HttpFields.Mutable) - Method in class org.eclipse.jetty.server.HostHeaderCustomizer
- customize(Request, HttpFields.Mutable) - Method in interface org.eclipse.jetty.server.HttpConfiguration.Customizer
- customize(Request, HttpFields.Mutable) - Method in class org.eclipse.jetty.server.ProxyCustomizer
- customize(Request, HttpFields.Mutable) - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
- customize(Configuration) - Method in class org.eclipse.jetty.websocket.core.Configuration.ConfigurationCustomizer
- customize(Configuration) - Method in interface org.eclipse.jetty.websocket.core.Configuration.Customizer
- customize(Configuration) - Method in class org.eclipse.jetty.websocket.core.server.WebSocketNegotiator.AbstractNegotiator
- customize(Configuration) - Method in interface org.eclipse.jetty.websocket.core.server.WebSocketNegotiator
- customizeFastCGIHeaders(Request, HttpFields.Mutable) - Method in class org.eclipse.jetty.ee10.fcgi.proxy.FastCGIProxyServlet
- customizeFastCGIHeaders(Request, HttpFields.Mutable) - Method in class org.eclipse.jetty.ee11.fcgi.proxy.FastCGIProxyServlet
- customizeFastCGIHeaders(Request, HttpFields.Mutable) - Method in class org.eclipse.jetty.ee9.fcgi.proxy.FastCGIProxyServlet
- customizeFastCGIHeaders(Request, HttpFields.Mutable) - Method in class org.eclipse.jetty.fcgi.proxy.FastCGIProxyHandler
- customizePartHeaders(MultiPart.Part) - Method in class org.eclipse.jetty.client.MultiPartRequestContent
- customizePartHeaders(MultiPart.Part) - Method in class org.eclipse.jetty.http.MultiPart.AbstractContentSource
- customizePartHeaders(MultiPart.Part) - Method in class org.eclipse.jetty.http.MultiPartFormData.ContentSource
- CustomRequestLog - Class in org.eclipse.jetty.server
-
A flexible RequestLog, which produces log strings in a customizable format.
- CustomRequestLog() - Constructor for class org.eclipse.jetty.server.CustomRequestLog
- CustomRequestLog(String) - Constructor for class org.eclipse.jetty.server.CustomRequestLog
- CustomRequestLog(String, String) - Constructor for class org.eclipse.jetty.server.CustomRequestLog
- CustomRequestLog(RequestLog.Writer, String) - Constructor for class org.eclipse.jetty.server.CustomRequestLog
- CustomRequestLog.LogDetail - Record Class in org.eclipse.jetty.server
-
Record holding extra detail for logging
- cwnd - Variable in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_path_stats
- CyclicTimeout - Class in org.eclipse.jetty.io
-
An abstract implementation of a timeout.
- CyclicTimeout(Scheduler) - Constructor for class org.eclipse.jetty.io.CyclicTimeout
- CyclicTimeouts<T> - Class in org.eclipse.jetty.io
-
An implementation of a timeout that manages many
expirableentities whose timeouts are mostly cancelled or re-scheduled. - CyclicTimeouts(Scheduler) - Constructor for class org.eclipse.jetty.io.CyclicTimeouts
- CyclicTimeouts.Expirable - Interface in org.eclipse.jetty.io
-
An entity that may expire.
D
- data(boolean, List, Promise.Invocable) - Method in interface org.eclipse.jetty.quic.api.Stream
-
Sends a STREAM frame with the given data bytes and the indication of whether they are the last to be sent.
- data(boolean, List, Promise.Invocable) - Method in class org.eclipse.jetty.quic.quiche.QuicheStream
- data(byte[], int, int, Callback) - Method in class org.eclipse.jetty.ee10.proxy.AsyncProxyServlet.StreamWriter
- data(byte[], int, int, Callback) - Method in class org.eclipse.jetty.ee11.proxy.AsyncProxyServlet.StreamWriter
- data(byte[], int, int, Callback) - Method in class org.eclipse.jetty.ee8.proxy.AsyncProxyServlet.StreamWriter
- data(byte[], int, int, Callback) - Method in class org.eclipse.jetty.ee9.proxy.AsyncProxyServlet.StreamWriter
- data(String) - Method in interface org.eclipse.jetty.ee10.servlets.EventSource.Emitter
-
Sends a default event with data to the client.
- data(String) - Method in class org.eclipse.jetty.ee10.servlets.EventSourceServlet.EventSourceEmitter
- data(String) - Method in interface org.eclipse.jetty.ee11.servlets.EventSource.Emitter
-
Sends a default event with data to the client.
- data(String) - Method in class org.eclipse.jetty.ee11.servlets.EventSourceServlet.EventSourceEmitter
- data(String) - Method in interface org.eclipse.jetty.ee8.servlets.EventSource.Emitter
-
Sends a default event with data to the client.
- data(String) - Method in class org.eclipse.jetty.ee8.servlets.EventSourceServlet.EventSourceEmitter
- data(String) - Method in interface org.eclipse.jetty.ee9.servlets.EventSource.Emitter
-
Sends a default event with data to the client.
- data(String) - Method in class org.eclipse.jetty.ee9.servlets.EventSourceServlet.EventSourceEmitter
- data(DataFrame) - Method in interface org.eclipse.jetty.http2.api.Stream
-
Sends the given DATA
frame. - data(DataFrame, Callback) - Method in interface org.eclipse.jetty.http2.api.Stream
-
Sends the given DATA
frame. - data(DataFrame, Callback) - Method in class org.eclipse.jetty.http2.HTTP2Stream
- data(HTTP2Stream, DataFrame, Callback) - Method in class org.eclipse.jetty.http2.HTTP2Session
- data(DataFrame, Promise.Invocable) - Method in interface org.eclipse.jetty.http3.api.Stream
-
Sends the given DATA frame containing some or all the bytes of the request content or of the response content.
- data(DataFrame, Promise.Invocable) - Method in class org.eclipse.jetty.http3.HTTP3Stream
- data(RetainableByteBuffer.Mutable, DataFrame, int) - Method in class org.eclipse.jetty.http2.generator.Generator
- data(QuicheStream, boolean, ByteBuffer) - Method in class org.eclipse.jetty.quic.quiche.QuicheSession
- Data(DataFrame) - Constructor for class org.eclipse.jetty.http2.api.Stream.Data
- DATA - Enum constant in enum class org.eclipse.jetty.fcgi.FCGI.FrameType
- DATA - Enum constant in enum class org.eclipse.jetty.http2.frames.FrameType
- DATA - Enum constant in enum class org.eclipse.jetty.http3.frames.FrameType
- DATA - Enum constant in enum class org.eclipse.jetty.http3.HTTP3Stream.FrameState
-
The stream has received HTTP content.
- DATA_BLOCKED - Enum constant in enum class org.eclipse.jetty.quic.common.frames.FrameType
- DatabaseAdaptor - Class in org.eclipse.jetty.session
-
Handles differences between databases.
- DatabaseAdaptor() - Constructor for class org.eclipse.jetty.session.DatabaseAdaptor
- dataBlocked(long, Promise.Invocable) - Method in interface org.eclipse.jetty.quic.api.Stream
-
Sends a STREAM_DATA_BLOCKED frame, with the given offset.
- dataBlocked(long, Promise.Invocable) - Method in class org.eclipse.jetty.quic.quiche.QuicheStream
- DataBlockedFrame - Class in org.eclipse.jetty.quic.api.frames
- DataBlockedFrame(long) - Constructor for class org.eclipse.jetty.quic.api.frames.DataBlockedFrame
- DataBodyParser - Class in org.eclipse.jetty.http2.parser
- DataBodyParser - Class in org.eclipse.jetty.http3.parser
- DataBodyParser(HeaderParser, Parser.Listener) - Constructor for class org.eclipse.jetty.http2.parser.DataBodyParser
- DataBodyParser(HeaderParser, ParserListener, long) - Constructor for class org.eclipse.jetty.http3.parser.DataBodyParser
- dataBytes() - Method in record class org.eclipse.jetty.quic.common.frames.FrameGenerator.BytesGenerated
-
Returns the value of the
dataBytesrecord component. - DataFrame - Class in org.eclipse.jetty.http2.frames
- DataFrame - Class in org.eclipse.jetty.http3.frames
- DataFrame(int, ByteBuffer, boolean) - Constructor for class org.eclipse.jetty.http2.frames.DataFrame
- DataFrame(int, ByteBuffer, boolean, int) - Constructor for class org.eclipse.jetty.http2.frames.DataFrame
- DataFrame(ByteBuffer, boolean) - Constructor for class org.eclipse.jetty.http2.frames.DataFrame
- DataFrame(ByteBuffer, boolean) - Constructor for class org.eclipse.jetty.http3.frames.DataFrame
- DataGenerator - Class in org.eclipse.jetty.http2.generator
- DataGenerator - Class in org.eclipse.jetty.http3.generator
- DataGenerator(HeaderGenerator) - Constructor for class org.eclipse.jetty.http2.generator.DataGenerator
- DataGenerator(ByteBufferPool, boolean) - Constructor for class org.eclipse.jetty.http3.generator.DataGenerator
- DatagramChannelEndPoint - Class in org.eclipse.jetty.io
-
An
EndPointimplementation based onDatagramChannel. - DatagramChannelEndPoint(DatagramChannel, ManagedSelector, SelectionKey, Scheduler) - Constructor for class org.eclipse.jetty.io.DatagramChannelEndPoint
- DatagramServerConnector - Class in org.eclipse.jetty.server
- DatagramServerConnector(Server, Executor, Scheduler, ByteBufferPool, ConnectionFactory...) - Constructor for class org.eclipse.jetty.server.DatagramServerConnector
- DatagramServerConnector(Server, ConnectionFactory...) - Constructor for class org.eclipse.jetty.server.DatagramServerConnector
- DataSourceCloser - Class in org.eclipse.jetty.plus.jndi
-
Close a DataSource.
- DataSourceCloser(DataSource) - Constructor for class org.eclipse.jetty.plus.jndi.DataSourceCloser
- DataSourceCloser(DataSource, String) - Constructor for class org.eclipse.jetty.plus.jndi.DataSourceCloser
- DataSourceLoginModule - Class in org.eclipse.jetty.security.jaas.spi
-
A LoginModule that uses a DataSource to retrieve user authentication and authorisation information.
- DataSourceLoginModule() - Constructor for class org.eclipse.jetty.security.jaas.spi.DataSourceLoginModule
- DataSourceLoginService - Class in org.eclipse.jetty.plus.security
-
DataSourceLoginService
- DataSourceLoginService() - Constructor for class org.eclipse.jetty.plus.security.DataSourceLoginService
- DataSourceLoginService(String) - Constructor for class org.eclipse.jetty.plus.security.DataSourceLoginService
- DataSourceLoginService(String, IdentityService) - Constructor for class org.eclipse.jetty.plus.security.DataSourceLoginService
- DataSourceLoginService.DBUserPrincipal - Class in org.eclipse.jetty.plus.security
-
DBUser
- dataType - Variable in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketFrameHandler
- dataType - Variable in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketFrameHandler
- dataType - Variable in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketFrameHandler
- dataType - Variable in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketFrameHandler
- DATE - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
- DateCache - Class in org.eclipse.jetty.util
-
Computes String representations of Dates then caches the results so that subsequent requests within the same second will be fast.
- DateCache() - Constructor for class org.eclipse.jetty.util.DateCache
-
Make a DateCache that will use a default format.
- DateCache(String) - Constructor for class org.eclipse.jetty.util.DateCache
-
Make a DateCache that will use the given format.
- DateCache(String, Locale) - Constructor for class org.eclipse.jetty.util.DateCache
- DateCache(String, Locale, String) - Constructor for class org.eclipse.jetty.util.DateCache
- DateCache(String, Locale, TimeZone) - Constructor for class org.eclipse.jetty.util.DateCache
- DateCache(String, Locale, TimeZone, boolean) - Constructor for class org.eclipse.jetty.util.DateCache
- DateCache.Tick - Class in org.eclipse.jetty.util
- DateGenerator - Class in org.eclipse.jetty.http
-
ThreadLocal Date formatters for HTTP style dates.
- DateGenerator() - Constructor for class org.eclipse.jetty.http.DateGenerator
- DateParser - Class in org.eclipse.jetty.http
-
Deprecated, for removal: This API element is subject to removal in a future version.use
HttpDateTimeinstead - DateParser() - Constructor for class org.eclipse.jetty.http.DateParser
-
Deprecated.
- DBUserPrincipal(String, Credential, int) - Constructor for class org.eclipse.jetty.plus.security.DataSourceLoginService.DBUserPrincipal
- DC_CONFIDENTIAL - Static variable in class org.eclipse.jetty.ee8.nested.ServletConstraint
- DC_CONFIDENTIAL - Static variable in class org.eclipse.jetty.ee9.nested.ServletConstraint
- DC_INTEGRAL - Static variable in class org.eclipse.jetty.ee8.nested.ServletConstraint
- DC_INTEGRAL - Static variable in class org.eclipse.jetty.ee9.nested.ServletConstraint
- DC_NONE - Static variable in class org.eclipse.jetty.ee8.nested.ServletConstraint
- DC_NONE - Static variable in class org.eclipse.jetty.ee9.nested.ServletConstraint
- deactivate(Connection) - Method in class org.eclipse.jetty.client.AbstractConnectionPool
- debug(Object) - Method in class org.eclipse.jetty.ee10.apache.jsp.JuliLog
- debug(Object) - Method in class org.eclipse.jetty.ee11.apache.jsp.JuliLog
- debug(Object) - Method in class org.eclipse.jetty.ee8.apache.jsp.JuliLog
- debug(Object) - Method in class org.eclipse.jetty.ee9.apache.jsp.JuliLog
- debug(Object, Throwable) - Method in class org.eclipse.jetty.ee10.apache.jsp.JuliLog
- debug(Object, Throwable) - Method in class org.eclipse.jetty.ee11.apache.jsp.JuliLog
- debug(Object, Throwable) - Method in class org.eclipse.jetty.ee8.apache.jsp.JuliLog
- debug(Object, Throwable) - Method in class org.eclipse.jetty.ee9.apache.jsp.JuliLog
- debug(String) - Method in class org.eclipse.jetty.logging.JettyLogger
- debug(String, Object) - Method in class org.eclipse.jetty.logging.JettyLogger
- debug(String, Object...) - Method in class org.eclipse.jetty.logging.JettyLogger
- debug(String, Object, Object) - Method in class org.eclipse.jetty.logging.JettyLogger
- debug(String, Throwable) - Method in class org.eclipse.jetty.logging.JettyLogger
- debug(Marker, String) - Method in class org.eclipse.jetty.logging.JettyLogger
- debug(Marker, String, Object) - Method in class org.eclipse.jetty.logging.JettyLogger
- debug(Marker, String, Object...) - Method in class org.eclipse.jetty.logging.JettyLogger
- debug(Marker, String, Object, Object) - Method in class org.eclipse.jetty.logging.JettyLogger
- debug(Marker, String, Throwable) - Method in class org.eclipse.jetty.logging.JettyLogger
- DEBUG - Enum constant in enum class org.eclipse.jetty.logging.JettyLevel
- DebugHandler - Class in org.eclipse.jetty.ee8.nested
-
Debug Handler.
- DebugHandler - Class in org.eclipse.jetty.ee9.nested
-
Debug Handler.
- DebugHandler - Class in org.eclipse.jetty.server.handler
-
Debug Handler.
- DebugHandler() - Constructor for class org.eclipse.jetty.ee8.nested.DebugHandler
- DebugHandler() - Constructor for class org.eclipse.jetty.ee9.nested.DebugHandler
- DebugHandler() - Constructor for class org.eclipse.jetty.server.handler.DebugHandler
- DebugHandler(Handler) - Constructor for class org.eclipse.jetty.server.handler.DebugHandler
- DebugListener - Class in org.eclipse.jetty.ee10.servlet
-
A Context Listener that produces additional debug.
- DebugListener - Class in org.eclipse.jetty.ee11.servlet
-
A Context Listener that produces additional debug.
- DebugListener - Class in org.eclipse.jetty.ee8.nested
-
A Context Listener that produces additional debug.
- DebugListener - Class in org.eclipse.jetty.ee9.nested
-
A Context Listener that produces additional debug.
- DebugListener() - Constructor for class org.eclipse.jetty.ee10.servlet.DebugListener
- DebugListener() - Constructor for class org.eclipse.jetty.ee11.servlet.DebugListener
- DebugListener() - Constructor for class org.eclipse.jetty.ee8.nested.DebugListener
- DebugListener() - Constructor for class org.eclipse.jetty.ee9.nested.DebugListener
- DebugListener(boolean, boolean, boolean) - Constructor for class org.eclipse.jetty.ee10.servlet.DebugListener
- DebugListener(boolean, boolean, boolean) - Constructor for class org.eclipse.jetty.ee11.servlet.DebugListener
- DebugListener(boolean, boolean, boolean) - Constructor for class org.eclipse.jetty.ee8.nested.DebugListener
- DebugListener(boolean, boolean, boolean) - Constructor for class org.eclipse.jetty.ee9.nested.DebugListener
- DebugListener(OutputStream, boolean, boolean, boolean) - Constructor for class org.eclipse.jetty.ee10.servlet.DebugListener
- DebugListener(OutputStream, boolean, boolean, boolean) - Constructor for class org.eclipse.jetty.ee11.servlet.DebugListener
- DebugListener(OutputStream, boolean, boolean, boolean) - Constructor for class org.eclipse.jetty.ee8.nested.DebugListener
- DebugListener(OutputStream, boolean, boolean, boolean) - Constructor for class org.eclipse.jetty.ee9.nested.DebugListener
- declaredRolesContains(String) - Method in class org.eclipse.jetty.ee8.security.AbstractUserAuthentication
- declaredRolesContains(String) - Method in class org.eclipse.jetty.ee9.security.AbstractUserAuthentication
- declareRoles(String...) - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler.ServletContextApi
- declareRoles(String...) - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler.ServletContextApi
- declareRoles(String...) - Method in class org.eclipse.jetty.ee8.nested.ContextHandler.APIContext
- declareRoles(String...) - Method in class org.eclipse.jetty.ee8.servlet.ServletContextHandler.ServletAPIContext
- declareRoles(String...) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
- declareRoles(String...) - Method in class org.eclipse.jetty.ee9.servlet.ServletContextHandler.ServletAPIContext
- DeclareRolesAnnotationHandler - Class in org.eclipse.jetty.ee10.annotations
-
DeclaresRolesAnnotationHandler
- DeclareRolesAnnotationHandler - Class in org.eclipse.jetty.ee11.annotations
-
DeclaresRolesAnnotationHandler
- DeclareRolesAnnotationHandler - Class in org.eclipse.jetty.ee8.annotations
-
DeclaresRolesAnnotationHandler
- DeclareRolesAnnotationHandler - Class in org.eclipse.jetty.ee9.annotations
-
DeclaresRolesAnnotationHandler
- DeclareRolesAnnotationHandler(WebAppContext) - Constructor for class org.eclipse.jetty.ee10.annotations.DeclareRolesAnnotationHandler
- DeclareRolesAnnotationHandler(WebAppContext) - Constructor for class org.eclipse.jetty.ee11.annotations.DeclareRolesAnnotationHandler
- DeclareRolesAnnotationHandler(WebAppContext) - Constructor for class org.eclipse.jetty.ee8.annotations.DeclareRolesAnnotationHandler
- DeclareRolesAnnotationHandler(WebAppContext) - Constructor for class org.eclipse.jetty.ee9.annotations.DeclareRolesAnnotationHandler
- decode(long, ByteBuffer, QpackDecoder.Handler) - Method in class org.eclipse.jetty.http3.qpack.QpackDecoder
-
Decode a buffer into a
MetaDataobject given a HTTP/3 stream ID. - decode(InputStream) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.decoders.InputStreamDecoder
- decode(InputStream) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.decoders.InputStreamDecoder
- decode(InputStream) - Method in class org.eclipse.jetty.ee8.websocket.javax.common.decoders.InputStreamDecoder
- decode(InputStream) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.decoders.InputStreamDecoder
- decode(Reader) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.decoders.ReaderDecoder
- decode(Reader) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.decoders.ReaderDecoder
- decode(Reader) - Method in class org.eclipse.jetty.ee8.websocket.javax.common.decoders.ReaderDecoder
- decode(Reader) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.decoders.ReaderDecoder
- decode(String) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.decoders.BooleanDecoder
- decode(String) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.decoders.ByteDecoder
- decode(String) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.decoders.CharacterDecoder
- decode(String) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.decoders.DoubleDecoder
- decode(String) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.decoders.FloatDecoder
- decode(String) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.decoders.IntegerDecoder
- decode(String) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.decoders.LongDecoder
- decode(String) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.decoders.ShortDecoder
- decode(String) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.decoders.StringDecoder
- decode(String) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.decoders.BooleanDecoder
- decode(String) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.decoders.ByteDecoder
- decode(String) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.decoders.CharacterDecoder
- decode(String) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.decoders.DoubleDecoder
- decode(String) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.decoders.FloatDecoder
- decode(String) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.decoders.IntegerDecoder
- decode(String) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.decoders.LongDecoder
- decode(String) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.decoders.ShortDecoder
- decode(String) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.decoders.StringDecoder
- decode(String) - Method in class org.eclipse.jetty.ee8.websocket.javax.common.decoders.BooleanDecoder
- decode(String) - Method in class org.eclipse.jetty.ee8.websocket.javax.common.decoders.ByteDecoder
- decode(String) - Method in class org.eclipse.jetty.ee8.websocket.javax.common.decoders.CharacterDecoder
- decode(String) - Method in class org.eclipse.jetty.ee8.websocket.javax.common.decoders.DoubleDecoder
- decode(String) - Method in class org.eclipse.jetty.ee8.websocket.javax.common.decoders.FloatDecoder
- decode(String) - Method in class org.eclipse.jetty.ee8.websocket.javax.common.decoders.IntegerDecoder
- decode(String) - Method in class org.eclipse.jetty.ee8.websocket.javax.common.decoders.LongDecoder
- decode(String) - Method in class org.eclipse.jetty.ee8.websocket.javax.common.decoders.ShortDecoder
- decode(String) - Method in class org.eclipse.jetty.ee8.websocket.javax.common.decoders.StringDecoder
- decode(String) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.decoders.BooleanDecoder
- decode(String) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.decoders.ByteDecoder
- decode(String) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.decoders.CharacterDecoder
- decode(String) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.decoders.DoubleDecoder
- decode(String) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.decoders.FloatDecoder
- decode(String) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.decoders.IntegerDecoder
- decode(String) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.decoders.LongDecoder
- decode(String) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.decoders.ShortDecoder
- decode(String) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.decoders.StringDecoder
- decode(String) - Static method in class org.eclipse.jetty.security.openid.JwtDecoder
-
Decodes a JSON Web Token (JWT) into a Map of claims.
- decode(ByteBuffer) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.decoders.ByteArrayDecoder
- decode(ByteBuffer) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.decoders.ByteBufferDecoder
- decode(ByteBuffer) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.decoders.ByteArrayDecoder
- decode(ByteBuffer) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.decoders.ByteBufferDecoder
- decode(ByteBuffer) - Method in class org.eclipse.jetty.ee8.websocket.javax.common.decoders.ByteArrayDecoder
- decode(ByteBuffer) - Method in class org.eclipse.jetty.ee8.websocket.javax.common.decoders.ByteBufferDecoder
- decode(ByteBuffer) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.decoders.ByteArrayDecoder
- decode(ByteBuffer) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.decoders.ByteBufferDecoder
- decode(ByteBuffer) - Method in class org.eclipse.jetty.http.compression.HuffmanDecoder
- decode(ByteBuffer) - Method in class org.eclipse.jetty.http.compression.NBitStringDecoder
-
Decode a string from the buffer.
- decode(ByteBuffer) - Method in class org.eclipse.jetty.http.GZIPContentDecoder
-
Inflates compressed data from a buffer.
- decode(ByteBuffer) - Method in class org.eclipse.jetty.http2.hpack.HpackDecoder
- DECODE_ERROR - Static variable in interface org.eclipse.jetty.quic.quiche.QuicheConstants.tls_alert
- decode88591To(InputStream, BiConsumer, int, int) - Static method in class org.eclipse.jetty.util.UrlEncoded
-
Decoded parameters to MultiMap, using ISO8859-1 encodings.
- decode88591To(InputStream, MultiMap, int, int) - Static method in class org.eclipse.jetty.util.UrlEncoded
-
Decoded parameters to MultiMap, using ISO8859-1 encodings.
- decodeCharset(String) - Static method in class org.eclipse.jetty.util.UrlEncoded
- decodeChunks(ByteBuffer) - Method in class org.eclipse.jetty.http.GZIPContentDecoder
-
Inflates compressed data.
- DecodedBinaryMessageSink<T> - Class in org.eclipse.jetty.ee10.websocket.jakarta.common.messages
- DecodedBinaryMessageSink<T> - Class in org.eclipse.jetty.ee11.websocket.jakarta.common.messages
- DecodedBinaryMessageSink<T> - Class in org.eclipse.jetty.ee8.websocket.javax.common.messages
- DecodedBinaryMessageSink<T> - Class in org.eclipse.jetty.ee9.websocket.jakarta.common.messages
- DecodedBinaryMessageSink(CoreSession, MethodHolder, List) - Constructor for class org.eclipse.jetty.ee10.websocket.jakarta.common.messages.DecodedBinaryMessageSink
- DecodedBinaryMessageSink(CoreSession, MethodHolder, List) - Constructor for class org.eclipse.jetty.ee11.websocket.jakarta.common.messages.DecodedBinaryMessageSink
- DecodedBinaryMessageSink(CoreSession, MethodHolder, List) - Constructor for class org.eclipse.jetty.ee8.websocket.javax.common.messages.DecodedBinaryMessageSink
- DecodedBinaryMessageSink(CoreSession, MethodHolder, List) - Constructor for class org.eclipse.jetty.ee9.websocket.jakarta.common.messages.DecodedBinaryMessageSink
- DecodedBinaryStreamMessageSink<T> - Class in org.eclipse.jetty.ee10.websocket.jakarta.common.messages
- DecodedBinaryStreamMessageSink<T> - Class in org.eclipse.jetty.ee11.websocket.jakarta.common.messages
- DecodedBinaryStreamMessageSink<T> - Class in org.eclipse.jetty.ee8.websocket.javax.common.messages
- DecodedBinaryStreamMessageSink<T> - Class in org.eclipse.jetty.ee9.websocket.jakarta.common.messages
- DecodedBinaryStreamMessageSink(CoreSession, MethodHolder, List) - Constructor for class org.eclipse.jetty.ee10.websocket.jakarta.common.messages.DecodedBinaryStreamMessageSink
- DecodedBinaryStreamMessageSink(CoreSession, MethodHolder, List) - Constructor for class org.eclipse.jetty.ee11.websocket.jakarta.common.messages.DecodedBinaryStreamMessageSink
- DecodedBinaryStreamMessageSink(CoreSession, MethodHolder, List, Consumer) - Constructor for class org.eclipse.jetty.ee11.websocket.jakarta.common.messages.DecodedBinaryStreamMessageSink
- DecodedBinaryStreamMessageSink(CoreSession, MethodHolder, List) - Constructor for class org.eclipse.jetty.ee8.websocket.javax.common.messages.DecodedBinaryStreamMessageSink
- DecodedBinaryStreamMessageSink(CoreSession, MethodHolder, List) - Constructor for class org.eclipse.jetty.ee9.websocket.jakarta.common.messages.DecodedBinaryStreamMessageSink
- decodedChunk(RetainableByteBuffer) - Method in class org.eclipse.jetty.http.GZIPContentDecoder
-
Called when a chunk of data is inflated.
- decodedPath(String) - Method in class org.eclipse.jetty.http.HttpURI.Mutable
- DecodedTextMessageSink<T> - Class in org.eclipse.jetty.ee10.websocket.jakarta.common.messages
- DecodedTextMessageSink<T> - Class in org.eclipse.jetty.ee11.websocket.jakarta.common.messages
- DecodedTextMessageSink<T> - Class in org.eclipse.jetty.ee8.websocket.javax.common.messages
- DecodedTextMessageSink<T> - Class in org.eclipse.jetty.ee9.websocket.jakarta.common.messages
- DecodedTextMessageSink(CoreSession, MethodHolder, List) - Constructor for class org.eclipse.jetty.ee10.websocket.jakarta.common.messages.DecodedTextMessageSink
- DecodedTextMessageSink(CoreSession, MethodHolder, List) - Constructor for class org.eclipse.jetty.ee11.websocket.jakarta.common.messages.DecodedTextMessageSink
- DecodedTextMessageSink(CoreSession, MethodHolder, List) - Constructor for class org.eclipse.jetty.ee8.websocket.javax.common.messages.DecodedTextMessageSink
- DecodedTextMessageSink(CoreSession, MethodHolder, List) - Constructor for class org.eclipse.jetty.ee9.websocket.jakarta.common.messages.DecodedTextMessageSink
- DecodedTextStreamMessageSink<T> - Class in org.eclipse.jetty.ee10.websocket.jakarta.common.messages
- DecodedTextStreamMessageSink<T> - Class in org.eclipse.jetty.ee11.websocket.jakarta.common.messages
- DecodedTextStreamMessageSink<T> - Class in org.eclipse.jetty.ee8.websocket.javax.common.messages
- DecodedTextStreamMessageSink<T> - Class in org.eclipse.jetty.ee9.websocket.jakarta.common.messages
- DecodedTextStreamMessageSink(CoreSession, MethodHolder, List) - Constructor for class org.eclipse.jetty.ee10.websocket.jakarta.common.messages.DecodedTextStreamMessageSink
- DecodedTextStreamMessageSink(CoreSession, MethodHolder, List) - Constructor for class org.eclipse.jetty.ee11.websocket.jakarta.common.messages.DecodedTextStreamMessageSink
- DecodedTextStreamMessageSink(CoreSession, MethodHolder, List, Consumer) - Constructor for class org.eclipse.jetty.ee11.websocket.jakarta.common.messages.DecodedTextStreamMessageSink
- DecodedTextStreamMessageSink(CoreSession, MethodHolder, List) - Constructor for class org.eclipse.jetty.ee8.websocket.javax.common.messages.DecodedTextStreamMessageSink
- DecodedTextStreamMessageSink(CoreSession, MethodHolder, List) - Constructor for class org.eclipse.jetty.ee9.websocket.jakarta.common.messages.DecodedTextStreamMessageSink
- decodeHexByte(char, char) - Static method in class org.eclipse.jetty.util.UrlEncoded
- decodeInt(ByteBuffer) - Method in class org.eclipse.jetty.http.compression.NBitIntegerDecoder
-
Decode an integer from the buffer.
- decodeInt(ByteBuffer) - Static method in class org.eclipse.jetty.quic.util.VarLenInt
-
Decodes an
intvalue from the givenByteBuffer. - decodeLong(ByteBuffer) - Method in class org.eclipse.jetty.http.compression.NBitIntegerDecoder
-
Decode a long from the buffer.
- decodeLong(ByteBuffer) - Static method in class org.eclipse.jetty.quic.util.VarLenInt
-
Decodes a
longvalue from the givenByteBuffer. - decodeName(String) - Static method in class org.eclipse.jetty.nosql.mongodb.MongoUtils
- decodePath(String) - Static method in class org.eclipse.jetty.util.URIUtil
-
Decodes a percent-encoded URI path (assuming UTF-8 characters) and strips path parameters.
- decodePath(String, int, int) - Static method in class org.eclipse.jetty.util.URIUtil
-
Decodes a percent-encoded URI path (assuming UTF-8 characters) and strips path parameters.
- decodeQuery(String) - Static method in class org.eclipse.jetty.util.UrlEncoded
- decoder - Variable in class org.eclipse.jetty.ee10.websocket.jakarta.common.decoders.RegisteredDecoder
- decoder - Variable in class org.eclipse.jetty.ee11.websocket.jakarta.common.decoders.RegisteredDecoder
- decoder - Variable in class org.eclipse.jetty.ee8.websocket.javax.common.decoders.RegisteredDecoder
- decoder - Variable in class org.eclipse.jetty.ee9.websocket.jakarta.common.decoders.RegisteredDecoder
- DECODER_STREAM - Enum constant in enum class org.eclipse.jetty.http3.StreamType
- DecoderConfig - Interface in org.eclipse.jetty.compression
- DecoderSource - Class in org.eclipse.jetty.compression
- DecoderSource(Content.Source) - Constructor for class org.eclipse.jetty.compression.DecoderSource
- DecoderStreamConnection - Class in org.eclipse.jetty.http3
- DecoderStreamConnection(EndPoint, Executor, ByteBufferPool, QpackEncoder, ParserListener) - Constructor for class org.eclipse.jetty.http3.DecoderStreamConnection
- DecoderStringBuilder(CharsetDecoder, CodingErrorAction, CodingErrorAction) - Constructor for class org.eclipse.jetty.util.CharsetStringBuilder.DecoderStringBuilder
- decodeSpecific(String, String) - Static method in class org.eclipse.jetty.util.URIUtil
-
Decode a raw String and convert any specific URI encoded sequences into characters.
- decodeString(String) - Static method in class org.eclipse.jetty.util.UrlEncoded
-
Decode String with % encoding.
- decodeString(String, int, int, Charset) - Static method in class org.eclipse.jetty.util.UrlEncoded
-
Decode String with % encoding.
- decodeTo(InputStream, BiConsumer, Charset, int, int) - Static method in class org.eclipse.jetty.util.UrlEncoded
-
Decoded parameters to Map.
- decodeTo(InputStream, MultiMap, Charset, int, int) - Static method in class org.eclipse.jetty.util.UrlEncoded
-
Decoded parameters to Map.
- decodeTo(String, BiConsumer, Charset) - Static method in class org.eclipse.jetty.util.UrlEncoded
-
Decoded parameters to Map.
- decodeTo(String, BiConsumer, Charset, int) - Static method in class org.eclipse.jetty.util.UrlEncoded
-
Decoded parameters to Map.
- decodeTo(String, MultiMap, String) - Static method in class org.eclipse.jetty.util.UrlEncoded
-
Deprecated, for removal: This API element is subject to removal in a future version.use
UrlEncoded.decodeTo(String, MultiMap, Charset)instead - decodeTo(String, MultiMap, Charset) - Static method in class org.eclipse.jetty.util.UrlEncoded
-
Decoded parameters to Map.
- decodeTo(String, MultiMap, Charset, int) - Static method in class org.eclipse.jetty.util.UrlEncoded
-
Decoded parameters to Map.
- decodeUtf16To(InputStream, BiConsumer, int, int) - Static method in class org.eclipse.jetty.util.UrlEncoded
- decodeUtf16To(InputStream, MultiMap, int, int) - Static method in class org.eclipse.jetty.util.UrlEncoded
- decodeUtf8To(InputStream, BiConsumer, int, int) - Static method in class org.eclipse.jetty.util.UrlEncoded
-
Decoded parameters to Map.
- decodeUtf8To(InputStream, Fields, int, int) - Static method in class org.eclipse.jetty.util.UrlEncoded
-
Decoded parameters to Map.
- decodeUtf8To(InputStream, MultiMap, int, int) - Static method in class org.eclipse.jetty.util.UrlEncoded
-
Deprecated, for removal: This API element is subject to removal in a future version.
- decodeUtf8To(String, int, int, BiConsumer) - Static method in class org.eclipse.jetty.util.UrlEncoded
-
Decodes URI query parameters as UTF8 string
- decodeUtf8To(String, int, int, BiConsumer, boolean, boolean, boolean) - Static method in class org.eclipse.jetty.util.UrlEncoded
-
Decodes URI query parameters as UTF8 string
- decodeUtf8To(String, int, int, Fields) - Static method in class org.eclipse.jetty.util.UrlEncoded
-
Decodes URI query parameters into a
Fieldsinstance. - decodeUtf8To(String, int, int, MultiMap) - Static method in class org.eclipse.jetty.util.UrlEncoded
-
Deprecated.use
UrlEncoded.decodeUtf8To(String, int, int, Fields)instead. - decodeUtf8To(String, Fields) - Static method in class org.eclipse.jetty.util.UrlEncoded
-
Decodes URI query parameters into a
Fieldsinstance. - decodeUtf8To(String, MultiMap) - Static method in class org.eclipse.jetty.util.UrlEncoded
-
Deprecated.use
UrlEncoded.decodeUtf8To(String, Fields)instead. - decodeValue(Object) - Static method in class org.eclipse.jetty.nosql.mongodb.MongoUtils
- decompressExcludeEncoding(String) - Method in class org.eclipse.jetty.compression.server.CompressionConfig.Builder
- decompressExcludeMethod(String) - Method in class org.eclipse.jetty.compression.server.CompressionConfig.Builder
- decompressExcludeMimeType(String) - Method in class org.eclipse.jetty.compression.server.CompressionConfig.Builder
- decompressExcludePath(String) - Method in class org.eclipse.jetty.compression.server.CompressionConfig.Builder
-
A path spec to exclude for request decompression.
- decompressIncludeEncoding(String) - Method in class org.eclipse.jetty.compression.server.CompressionConfig.Builder
- decompressIncludeMethod(String) - Method in class org.eclipse.jetty.compression.server.CompressionConfig.Builder
- decompressIncludeMimeType(String) - Method in class org.eclipse.jetty.compression.server.CompressionConfig.Builder
- decompressIncludePath(String) - Method in class org.eclipse.jetty.compression.server.CompressionConfig.Builder
-
A path spec to include for request decompression.
- deconfigure(WebAppContext) - Method in class org.eclipse.jetty.ee10.plus.webapp.EnvConfiguration
-
Remove jndi setup from start
- deconfigure(WebAppContext) - Method in class org.eclipse.jetty.ee10.plus.webapp.PlusConfiguration
- deconfigure(WebAppContext) - Method in class org.eclipse.jetty.ee10.quickstart.QuickStartConfiguration
- deconfigure(WebAppContext) - Method in class org.eclipse.jetty.ee10.quickstart.QuickStartGeneratorConfiguration
- deconfigure(WebAppContext) - Method in class org.eclipse.jetty.ee10.webapp.AbstractConfiguration
- deconfigure(WebAppContext) - Method in interface org.eclipse.jetty.ee10.webapp.Configuration
-
DeConfigure WebApp.
- deconfigure(WebAppContext) - Method in class org.eclipse.jetty.ee10.webapp.WebInfConfiguration
- deconfigure(WebAppContext) - Method in class org.eclipse.jetty.ee10.webapp.WebXmlConfiguration
- deconfigure(WebAppContext) - Method in class org.eclipse.jetty.ee11.plus.webapp.EnvConfiguration
-
Remove jndi setup from start
- deconfigure(WebAppContext) - Method in class org.eclipse.jetty.ee11.plus.webapp.PlusConfiguration
- deconfigure(WebAppContext) - Method in class org.eclipse.jetty.ee11.quickstart.QuickStartConfiguration
- deconfigure(WebAppContext) - Method in class org.eclipse.jetty.ee11.quickstart.QuickStartGeneratorConfiguration
- deconfigure(WebAppContext) - Method in class org.eclipse.jetty.ee11.webapp.AbstractConfiguration
- deconfigure(WebAppContext) - Method in interface org.eclipse.jetty.ee11.webapp.Configuration
-
DeConfigure WebApp.
- deconfigure(WebAppContext) - Method in class org.eclipse.jetty.ee11.webapp.WebInfConfiguration
- deconfigure(WebAppContext) - Method in class org.eclipse.jetty.ee11.webapp.WebXmlConfiguration
- deconfigure(WebAppContext) - Method in class org.eclipse.jetty.ee8.annotations.AnnotationConfiguration
- deconfigure(WebAppContext) - Method in class org.eclipse.jetty.ee8.plus.webapp.EnvConfiguration
-
Remove jndi setup from start
- deconfigure(WebAppContext) - Method in class org.eclipse.jetty.ee8.plus.webapp.PlusConfiguration
- deconfigure(WebAppContext) - Method in class org.eclipse.jetty.ee8.quickstart.QuickStartConfiguration
- deconfigure(WebAppContext) - Method in class org.eclipse.jetty.ee8.quickstart.QuickStartGeneratorConfiguration
- deconfigure(WebAppContext) - Method in class org.eclipse.jetty.ee8.webapp.AbstractConfiguration
- deconfigure(WebAppContext) - Method in interface org.eclipse.jetty.ee8.webapp.Configuration
-
DeConfigure WebApp.
- deconfigure(WebAppContext) - Method in class org.eclipse.jetty.ee8.webapp.Configuration.Wrapper
- deconfigure(WebAppContext) - Method in class org.eclipse.jetty.ee8.webapp.MetaInfConfiguration
- deconfigure(WebAppContext) - Method in class org.eclipse.jetty.ee8.webapp.WebInfConfiguration
- deconfigure(WebAppContext) - Method in class org.eclipse.jetty.ee8.webapp.WebXmlConfiguration
- deconfigure(WebAppContext) - Method in class org.eclipse.jetty.ee9.annotations.AnnotationConfiguration
- deconfigure(WebAppContext) - Method in class org.eclipse.jetty.ee9.plus.webapp.EnvConfiguration
-
Remove jndi setup from start
- deconfigure(WebAppContext) - Method in class org.eclipse.jetty.ee9.plus.webapp.PlusConfiguration
- deconfigure(WebAppContext) - Method in class org.eclipse.jetty.ee9.quickstart.QuickStartConfiguration
- deconfigure(WebAppContext) - Method in class org.eclipse.jetty.ee9.quickstart.QuickStartGeneratorConfiguration
- deconfigure(WebAppContext) - Method in class org.eclipse.jetty.ee9.webapp.AbstractConfiguration
- deconfigure(WebAppContext) - Method in interface org.eclipse.jetty.ee9.webapp.Configuration
-
DeConfigure WebApp.
- deconfigure(WebAppContext) - Method in class org.eclipse.jetty.ee9.webapp.Configuration.Wrapper
- deconfigure(WebAppContext) - Method in class org.eclipse.jetty.ee9.webapp.MetaInfConfiguration
- deconfigure(WebAppContext) - Method in class org.eclipse.jetty.ee9.webapp.WebInfConfiguration
- deconfigure(WebAppContext) - Method in class org.eclipse.jetty.ee9.webapp.WebXmlConfiguration
- deconfigure(SslContextFactory.Client) - Method in class org.eclipse.jetty.quic.quiche.client.QuicheClientQuicConfiguration
- deconfigure(SslContextFactory.Server) - Method in class org.eclipse.jetty.quic.quiche.server.QuicheServerQuicConfiguration
- deconfigureSubject(Subject) - Method in class org.eclipse.jetty.security.UserPrincipal
- decorate(Object) - Method in class org.eclipse.jetty.ee10.plus.webapp.PlusDecorator
- decorate(Object) - Method in class org.eclipse.jetty.ee11.plus.webapp.PlusDecorator
- decorate(Object) - Method in class org.eclipse.jetty.ee8.annotations.AnnotationDecorator
- decorate(Object) - Method in class org.eclipse.jetty.ee8.plus.webapp.PlusDecorator
- decorate(Object) - Method in class org.eclipse.jetty.ee9.annotations.AnnotationDecorator
- decorate(Object) - Method in class org.eclipse.jetty.ee9.plus.webapp.PlusDecorator
- decorate(T) - Method in class org.eclipse.jetty.ee10.annotations.AnnotationDecorator
- decorate(T) - Method in class org.eclipse.jetty.ee10.cdi.CdiSpiDecorator
-
Decorate an object.
- decorate(T) - Method in class org.eclipse.jetty.ee11.annotations.AnnotationDecorator
- decorate(T) - Method in class org.eclipse.jetty.ee11.cdi.CdiSpiDecorator
-
Decorate an object.
- decorate(T) - Method in class org.eclipse.jetty.ee8.cdi.CdiSpiDecorator
-
Decorate an object.
- decorate(T) - Method in class org.eclipse.jetty.ee9.cdi.CdiSpiDecorator
-
Decorate an object.
- decorate(T) - Method in class org.eclipse.jetty.server.Context.Wrapper
- decorate(T) - Method in class org.eclipse.jetty.server.handler.ContextHandler.ScopedContext
- decorate(T) - Method in class org.eclipse.jetty.util.DecoratedObjectFactory
- decorate(T) - Method in interface org.eclipse.jetty.util.Decorator
- decorate(T) - Method in class org.eclipse.jetty.util.DeprecationWarning
- DecoratedObjectFactory - Class in org.eclipse.jetty.util
-
An ObjectFactory enhanced by
Decoratorinstances. - DecoratedObjectFactory() - Constructor for class org.eclipse.jetty.util.DecoratedObjectFactory
- DecoratingListener - Class in org.eclipse.jetty.ee10.servlet
-
A ServletContextAttributeListener that listens for a context attribute to obtain a decorator instance.
- DecoratingListener - Class in org.eclipse.jetty.ee10.webapp
-
An extended org.eclipse.jetty.servlet.DecoratingListener.
- DecoratingListener - Class in org.eclipse.jetty.ee11.servlet
-
A ServletContextAttributeListener that listens for a context attribute to obtain a decorator instance.
- DecoratingListener - Class in org.eclipse.jetty.ee11.webapp
-
An extended org.eclipse.jetty.servlet.DecoratingListener.
- DecoratingListener - Class in org.eclipse.jetty.ee8.servlet
-
A ServletContextAttributeListener that listens for a context attribute to obtain a decorator instance.
- DecoratingListener - Class in org.eclipse.jetty.ee8.webapp
-
An extended org.eclipse.jetty.ee8.servlet.DecoratingListener.
- DecoratingListener - Class in org.eclipse.jetty.ee9.servlet
-
A ServletContextAttributeListener that listens for a context attribute to obtain a decorator instance.
- DecoratingListener - Class in org.eclipse.jetty.ee9.webapp
-
An extended org.eclipse.jetty.ee9.servlet.DecoratingListener.
- DecoratingListener() - Constructor for class org.eclipse.jetty.ee10.webapp.DecoratingListener
- DecoratingListener() - Constructor for class org.eclipse.jetty.ee11.webapp.DecoratingListener
- DecoratingListener() - Constructor for class org.eclipse.jetty.ee8.webapp.DecoratingListener
- DecoratingListener() - Constructor for class org.eclipse.jetty.ee9.webapp.DecoratingListener
- DecoratingListener(String) - Constructor for class org.eclipse.jetty.ee10.webapp.DecoratingListener
- DecoratingListener(String) - Constructor for class org.eclipse.jetty.ee11.webapp.DecoratingListener
- DecoratingListener(String) - Constructor for class org.eclipse.jetty.ee8.webapp.DecoratingListener
- DecoratingListener(String) - Constructor for class org.eclipse.jetty.ee9.webapp.DecoratingListener
- DecoratingListener(ServletContextHandler) - Constructor for class org.eclipse.jetty.ee10.webapp.DecoratingListener
- DecoratingListener(ServletContextHandler, String) - Constructor for class org.eclipse.jetty.ee10.servlet.DecoratingListener
- DecoratingListener(ServletContextHandler, String) - Constructor for class org.eclipse.jetty.ee10.webapp.DecoratingListener
- DecoratingListener(ServletContextHandler) - Constructor for class org.eclipse.jetty.ee11.webapp.DecoratingListener
- DecoratingListener(ServletContextHandler, String) - Constructor for class org.eclipse.jetty.ee11.servlet.DecoratingListener
- DecoratingListener(ServletContextHandler, String) - Constructor for class org.eclipse.jetty.ee11.webapp.DecoratingListener
- DecoratingListener(ServletContextHandler) - Constructor for class org.eclipse.jetty.ee8.webapp.DecoratingListener
- DecoratingListener(ServletContextHandler, String) - Constructor for class org.eclipse.jetty.ee8.servlet.DecoratingListener
- DecoratingListener(ServletContextHandler, String) - Constructor for class org.eclipse.jetty.ee8.webapp.DecoratingListener
- DecoratingListener(ServletContextHandler) - Constructor for class org.eclipse.jetty.ee9.webapp.DecoratingListener
- DecoratingListener(ServletContextHandler, String) - Constructor for class org.eclipse.jetty.ee9.servlet.DecoratingListener
- DecoratingListener(ServletContextHandler, String) - Constructor for class org.eclipse.jetty.ee9.webapp.DecoratingListener
- Decorator - Interface in org.eclipse.jetty.util
-
Interface to decorate objects created by the
DecoratedObjectFactory - DECORATOR_ATTRIBUTE - Static variable in class org.eclipse.jetty.ee10.webapp.DecoratingListener
- DECORATOR_ATTRIBUTE - Static variable in class org.eclipse.jetty.ee11.webapp.DecoratingListener
- DECORATOR_ATTRIBUTE - Static variable in class org.eclipse.jetty.ee8.webapp.DecoratingListener
- DECORATOR_ATTRIBUTE - Static variable in class org.eclipse.jetty.ee9.webapp.DecoratingListener
- decrement() - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
-
Decrements the value by one.
- decrementCount() - Method in class org.eclipse.jetty.io.ConnectionStatistics.Stats
- DECRYPT_ERROR - Static variable in interface org.eclipse.jetty.quic.quiche.QuicheConstants.tls_alert
- deduceKeyLength(String) - Static method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
Given the name of a TLS/SSL cipher suite, return an int representing it effective stream cipher key strength. i.e.
- DEEP_BINDING - Static variable in class org.eclipse.jetty.jndi.NamingContext
- Default() - Constructor for class org.eclipse.jetty.http.HttpCookieStore.Default
- DEFAULT - Enum constant in enum class org.eclipse.jetty.ee10.servlet.ServletContextResponse.EncodingFrom
-
Using the default character encoding from the context otherwise iso-8859-1.
- DEFAULT - Enum constant in enum class org.eclipse.jetty.ee11.servlet.ServletContextResponse.EncodingFrom
-
Using the default character encoding from the context otherwise iso-8859-1.
- DEFAULT - Enum constant in enum class org.eclipse.jetty.http.pathmap.PathSpecGroup
-
The default spec for accessing the Default path behavior.
- DEFAULT - Static variable in class org.eclipse.jetty.ee10.servlet.FilterMapping
-
Dispatch types
- DEFAULT - Static variable in class org.eclipse.jetty.ee11.servlet.FilterMapping
-
Dispatch types
- DEFAULT - Static variable in class org.eclipse.jetty.ee8.servlet.FilterMapping
-
Dispatch types
- DEFAULT - Static variable in class org.eclipse.jetty.ee9.servlet.FilterMapping
-
Dispatch types
- DEFAULT - Static variable in class org.eclipse.jetty.http.UriCompliance
-
The default compliance mode allows no violations from RFC3986 and is equivalent to
UriCompliance.RFC3986compliance. - DEFAULT - Static variable in interface org.eclipse.jetty.osgi.util.BundleClassLoaderHelper
-
The default instance supports felix and equinox
- DEFAULT - Static variable in interface org.eclipse.jetty.osgi.util.BundleFileLocatorHelper
-
The default instance supports felix and equinox
- DEFAULT_AUTO_FRAGMENT - Static variable in class org.eclipse.jetty.websocket.core.WebSocketConstants
-
Whether frames are automatically fragmented to respect the maximum frame size.
- DEFAULT_BUFFER_SIZE - Static variable in class org.eclipse.jetty.util.IO
- DEFAULT_CAPACITY - Static variable in class org.eclipse.jetty.util.BlockingArrayQueue
-
Default initial capacity, 128.
- DEFAULT_CAPACITY - Static variable in class org.eclipse.jetty.util.compression.CompressionPool
- DEFAULT_CONNECT_TIMEOUT - Static variable in class org.eclipse.jetty.io.SelectorManager
- DEFAULT_CONTEXT_HANDLER_CLASS_ATTRIBUTE - Static variable in interface org.eclipse.jetty.deploy.ContextHandlerFactory
-
The attribute name for the value holding the default class to used for creating
ContextHandlerin the environment - DEFAULT_CONTEXT_PATH - Static variable in interface org.eclipse.jetty.server.Deployable
-
Attribute key name: Specifies the context-path of the
ContextHandler - DEFAULT_DATE_FORMAT - Static variable in class org.eclipse.jetty.server.CustomRequestLog
- DEFAULT_DELIMS - Static variable in class org.eclipse.jetty.util.StringUtil
- DEFAULT_FILENAME - Static variable in class org.eclipse.jetty.security.jaas.spi.PropertyFileLoginModule
- DEFAULT_FORMAT - Static variable in class org.eclipse.jetty.util.DateCache
- DEFAULT_GRACE_PERIOD_SEC - Static variable in class org.eclipse.jetty.session.AbstractSessionDataStore
- DEFAULT_GROWTH - Static variable in class org.eclipse.jetty.util.BlockingArrayQueue
-
Deprecated, for removal: This API element is subject to removal in a future version.the growth strategy has changed and doesn't use this constant anymore.
- DEFAULT_HIDDEN_CLASSES - Static variable in class org.eclipse.jetty.ee.webapp.WebAppClassLoading
-
The default hidden (server) classes used by a web application, which can be applied to the
ClassMatchers created byWebAppClassLoading.getHiddenClasses(Environment). - DEFAULT_HOST - Static variable in class org.eclipse.jetty.memcached.session.MemcachedSessionDataMap
- DEFAULT_IDLE_TIMEOUT - Static variable in class org.eclipse.jetty.websocket.core.WebSocketConstants
-
The default duration that a websocket connection may be idle before being closed by the implementation.
- DEFAULT_INPUT_BUFFER_SIZE - Static variable in class org.eclipse.jetty.websocket.core.WebSocketConstants
-
The default input buffer size used to read from network/transport layer.
- DEFAULT_JETTY_ETC_FILES - Static variable in class org.eclipse.jetty.osgi.JettyBootstrapActivator
-
Set of config files to apply to a jetty Server instance if none are supplied by SYS_PROP_JETTY_ETC_FILES
- DEFAULT_JETTY_XML_FILES - Static variable in class org.eclipse.jetty.osgi.JettyBootstrapActivator
-
List of XML reference strings to default XML files.
- DEFAULT_JETTYHOME - Static variable in class org.eclipse.jetty.osgi.JettyBootstrapActivator
-
Default location within bundle of a jetty home dir.
- DEFAULT_KEYMANAGERFACTORY_ALGORITHM - Static variable in class org.eclipse.jetty.util.ssl.SslContextFactory
- DEFAULT_LISTENER_TYPE_INDEX - Static variable in class org.eclipse.jetty.ee10.servlet.ServletContextHandler
- DEFAULT_LISTENER_TYPE_INDEX - Static variable in class org.eclipse.jetty.ee11.servlet.ServletContextHandler
- DEFAULT_LISTENER_TYPE_INDEX - Static variable in class org.eclipse.jetty.ee8.nested.ContextHandler
- DEFAULT_LISTENER_TYPE_INDEX - Static variable in class org.eclipse.jetty.ee9.nested.ContextHandler
- DEFAULT_LOCALES - Static variable in interface org.eclipse.jetty.server.Request
- DEFAULT_MAX_BINARY_MESSAGE_SIZE - Static variable in class org.eclipse.jetty.websocket.core.WebSocketConstants
-
The default maximum size of a binary message that can be received.
- DEFAULT_MAX_CONTENT_LENGTH - Static variable in class org.eclipse.jetty.client.AuthenticationProtocolHandler
- DEFAULT_MAX_FORM_CONTENT_SIZE - Static variable in class org.eclipse.jetty.ee10.servlet.ServletContextHandler
- DEFAULT_MAX_FORM_CONTENT_SIZE - Static variable in class org.eclipse.jetty.ee11.servlet.ServletContextHandler
- DEFAULT_MAX_FORM_CONTENT_SIZE - Static variable in class org.eclipse.jetty.ee8.nested.ContextHandler
- DEFAULT_MAX_FORM_CONTENT_SIZE - Static variable in class org.eclipse.jetty.ee9.nested.ContextHandler
- DEFAULT_MAX_FORM_KEYS - Static variable in class org.eclipse.jetty.ee10.servlet.ServletContextHandler
- DEFAULT_MAX_FORM_KEYS - Static variable in class org.eclipse.jetty.ee11.servlet.ServletContextHandler
- DEFAULT_MAX_FORM_KEYS - Static variable in class org.eclipse.jetty.ee8.nested.ContextHandler
- DEFAULT_MAX_FORM_KEYS - Static variable in class org.eclipse.jetty.ee9.nested.ContextHandler
- DEFAULT_MAX_FRAME_SIZE - Static variable in class org.eclipse.jetty.websocket.core.WebSocketConstants
-
The default maximum payload size of any WebSocket frame that can be received.
- DEFAULT_MAX_HEADER_LIST_SIZE - Static variable in class org.eclipse.jetty.http2.hpack.HpackContext
- DEFAULT_MAX_KEYS - Static variable in class org.eclipse.jetty.http2.frames.SettingsFrame
- DEFAULT_MAX_OUTGOING_FRAMES - Static variable in class org.eclipse.jetty.websocket.core.WebSocketConstants
-
The default maximum number of data frames allowed to be waiting to be sent at any one time.
- DEFAULT_MAX_SCAN_WAIT - Static variable in class org.eclipse.jetty.ee10.annotations.AnnotationConfiguration
- DEFAULT_MAX_SCAN_WAIT - Static variable in class org.eclipse.jetty.ee11.annotations.AnnotationConfiguration
- DEFAULT_MAX_SCAN_WAIT - Static variable in class org.eclipse.jetty.ee8.annotations.AnnotationConfiguration
- DEFAULT_MAX_SCAN_WAIT - Static variable in class org.eclipse.jetty.ee9.annotations.AnnotationConfiguration
- DEFAULT_MAX_SIZE - Static variable in class org.eclipse.jetty.http2.frames.Frame
- DEFAULT_MAX_SIZE - Static variable in class org.eclipse.jetty.quic.api.frames.Frame
- DEFAULT_MAX_TABLE_CAPACITY - Static variable in class org.eclipse.jetty.http2.hpack.HpackContext
- DEFAULT_MAX_TEXT_MESSAGE_SIZE - Static variable in class org.eclipse.jetty.websocket.core.WebSocketConstants
-
The default maximum size of a text message that can be received.
- DEFAULT_MIN_GZIP_SIZE - Static variable in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Deprecated.
- DEFAULT_MULTI_THREADED - Static variable in class org.eclipse.jetty.ee10.annotations.AnnotationConfiguration
- DEFAULT_MULTI_THREADED - Static variable in class org.eclipse.jetty.ee11.annotations.AnnotationConfiguration
- DEFAULT_MULTI_THREADED - Static variable in class org.eclipse.jetty.ee8.annotations.AnnotationConfiguration
- DEFAULT_MULTI_THREADED - Static variable in class org.eclipse.jetty.ee9.annotations.AnnotationConfiguration
- DEFAULT_ORIGIN_ATTRIBUTE_NAME - Static variable in class org.eclipse.jetty.ee10.quickstart.QuickStartGeneratorConfiguration
- DEFAULT_ORIGIN_ATTRIBUTE_NAME - Static variable in class org.eclipse.jetty.ee11.quickstart.QuickStartGeneratorConfiguration
- DEFAULT_ORIGIN_ATTRIBUTE_NAME - Static variable in class org.eclipse.jetty.ee8.quickstart.QuickStartGeneratorConfiguration
- DEFAULT_ORIGIN_ATTRIBUTE_NAME - Static variable in class org.eclipse.jetty.ee9.quickstart.QuickStartGeneratorConfiguration
- DEFAULT_OUTPUT_BUFFER_SIZE - Static variable in class org.eclipse.jetty.websocket.core.WebSocketConstants
-
The default output buffer size used to write to the network/transport layer.
- DEFAULT_PERIOD_MS - Static variable in class org.eclipse.jetty.session.HouseKeeper
- DEFAULT_PORT - Static variable in class org.eclipse.jetty.memcached.session.MemcachedSessionDataMap
- DEFAULT_PROTECTED_CLASSES - Static variable in class org.eclipse.jetty.ee.webapp.WebAppClassLoading
-
The default protected (system) classes used by a web application, which will be applied to the
ClassMatchers created byWebAppClassLoading.getProtectedClasses(Environment). - DEFAULT_PROTECTED_OSGI_TARGETS - Static variable in class org.eclipse.jetty.osgi.OSGiWebappConstants
-
Set of extra dirs that must not be served by osgi webapps
- DEFAULT_ROLE_CLASS_NAME - Static variable in class org.eclipse.jetty.security.jaas.JAASLoginService
- DEFAULT_ROLE_CLASS_NAMES - Static variable in class org.eclipse.jetty.security.jaas.JAASLoginService
- DEFAULT_SAVE_PERIOD_SEC - Static variable in class org.eclipse.jetty.session.AbstractSessionDataStore
- DEFAULT_SCAN_DEPTH - Static variable in class org.eclipse.jetty.util.Scanner
-
When walking a directory, a depth of 1 ensures that the directory's descendants are visited, not just the directory itself (as a file).
- DEFAULT_SESSION_TRACKING_MODES - Static variable in class org.eclipse.jetty.ee10.servlet.SessionHandler
- DEFAULT_SESSION_TRACKING_MODES - Static variable in class org.eclipse.jetty.ee11.servlet.SessionHandler
- DEFAULT_SESSION_TRACKING_MODES - Static variable in class org.eclipse.jetty.ee8.nested.SessionHandler
- DEFAULT_SESSION_TRACKING_MODES - Static variable in class org.eclipse.jetty.ee9.nested.SessionHandler
- DEFAULT_TRUSTMANAGERFACTORY_ALGORITHM - Static variable in class org.eclipse.jetty.util.ssl.SslContextFactory
- DEFAULT_USE_CONTAINER_METAINF_CACHE - Static variable in class org.eclipse.jetty.ee10.webapp.MetaInfConfiguration
- DEFAULT_USE_CONTAINER_METAINF_CACHE - Static variable in class org.eclipse.jetty.ee11.webapp.MetaInfConfiguration
- DEFAULT_USE_CONTAINER_METAINF_CACHE - Static variable in class org.eclipse.jetty.ee8.webapp.MetaInfConfiguration
- DEFAULT_USE_CONTAINER_METAINF_CACHE - Static variable in class org.eclipse.jetty.ee9.webapp.MetaInfConfiguration
- DEFAULT_WINDOW_SIZE - Static variable in interface org.eclipse.jetty.http2.FlowControlStrategy
- Default404Servlet() - Constructor for class org.eclipse.jetty.ee10.servlet.ServletHandler.Default404Servlet
- Default404Servlet() - Constructor for class org.eclipse.jetty.ee11.servlet.ServletHandler.Default404Servlet
- Default404Servlet() - Constructor for class org.eclipse.jetty.ee8.servlet.ServletHandler.Default404Servlet
- Default404Servlet() - Constructor for class org.eclipse.jetty.ee9.servlet.ServletHandler.Default404Servlet
- DefaultAuthConfigFactory - Class in org.eclipse.jetty.ee10.security.jaspi
-
A very basic
AuthConfigFactorythat allows for registering providers programmatically. - DefaultAuthConfigFactory - Class in org.eclipse.jetty.ee11.security.jaspi
-
A very basic
AuthConfigFactorythat allows for registering providers programmatically. - DefaultAuthConfigFactory - Class in org.eclipse.jetty.ee8.security.jaspi
-
A very basic
AuthConfigFactorythat allows for registering providers programmatically. - DefaultAuthConfigFactory - Class in org.eclipse.jetty.ee9.security.jaspi
-
A very basic
AuthConfigFactorythat allows for registering providers programmatically. - DefaultAuthConfigFactory() - Constructor for class org.eclipse.jetty.ee10.security.jaspi.DefaultAuthConfigFactory
- DefaultAuthConfigFactory() - Constructor for class org.eclipse.jetty.ee11.security.jaspi.DefaultAuthConfigFactory
- DefaultAuthConfigFactory() - Constructor for class org.eclipse.jetty.ee8.security.jaspi.DefaultAuthConfigFactory
- DefaultAuthConfigFactory() - Constructor for class org.eclipse.jetty.ee9.security.jaspi.DefaultAuthConfigFactory
- DefaultAuthenticatorFactory - Class in org.eclipse.jetty.ee8.security
-
The Default Authenticator Factory.
- DefaultAuthenticatorFactory - Class in org.eclipse.jetty.ee9.security
-
The Default Authenticator Factory.
- DefaultAuthenticatorFactory - Class in org.eclipse.jetty.security
-
The Default Authenticator Factory.
- DefaultAuthenticatorFactory() - Constructor for class org.eclipse.jetty.ee8.security.DefaultAuthenticatorFactory
- DefaultAuthenticatorFactory() - Constructor for class org.eclipse.jetty.ee9.security.DefaultAuthenticatorFactory
- DefaultAuthenticatorFactory() - Constructor for class org.eclipse.jetty.security.DefaultAuthenticatorFactory
- DefaultBundleClassLoaderHelper - Class in org.eclipse.jetty.osgi.util
-
DefaultBundleClassLoaderHelper
- DefaultBundleClassLoaderHelper() - Constructor for class org.eclipse.jetty.osgi.util.DefaultBundleClassLoaderHelper
- DefaultCallbackHandler - Class in org.eclipse.jetty.security.jaas.callback
-
An implementation of the JAAS CallbackHandler.
- DefaultCallbackHandler() - Constructor for class org.eclipse.jetty.security.jaas.callback.DefaultCallbackHandler
- defaultCustomizer - Variable in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketContainer
- defaultCustomizer - Variable in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketContainer
- defaultCustomizer - Variable in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketContainer
- defaultCustomizer - Variable in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketContainer
- DefaultFactory() - Constructor for class org.eclipse.jetty.server.HttpChannel.DefaultFactory
- DefaultFileLocatorHelper - Class in org.eclipse.jetty.osgi.util
-
DefaultFileLocatorHelper
- DefaultFileLocatorHelper() - Constructor for class org.eclipse.jetty.osgi.util.DefaultFileLocatorHelper
- DefaultHandler - Class in org.eclipse.jetty.server.handler
-
This default handler will deal with unhandled requests in the server.
- DefaultHandler() - Constructor for class org.eclipse.jetty.server.handler.DefaultHandler
- DefaultHandler(boolean, boolean) - Constructor for class org.eclipse.jetty.server.handler.DefaultHandler
- DefaultIdentityService - Class in org.eclipse.jetty.security
-
The default
IdentityService, which creates and usesDefaultUserIdentitys. - DefaultIdentityService() - Constructor for class org.eclipse.jetty.security.DefaultIdentityService
- DefaultImpl() - Constructor for class org.eclipse.jetty.util.Uptime.DefaultImpl
-
Deprecated.
- DefaultParser() - Constructor for class org.eclipse.jetty.jndi.InitialContextFactory.DefaultParser
- defaults() - Method in class org.eclipse.jetty.compression.server.CompressionConfig.Builder
-
Configures this
Builderwith the default configuration. - DEFAULTS - Static variable in class org.eclipse.jetty.http.MimeTypes
- DEFAULTS_DESCRIPTOR - Static variable in interface org.eclipse.jetty.server.Deployable
-
Attribute key name: Specifies the default descriptor to user for EE based deployments.
- DefaultsDescriptor - Class in org.eclipse.jetty.ee10.webapp
-
DefaultsDescriptor
- DefaultsDescriptor - Class in org.eclipse.jetty.ee11.webapp
-
DefaultsDescriptor
- DefaultsDescriptor - Class in org.eclipse.jetty.ee8.webapp
-
DefaultsDescriptor
- DefaultsDescriptor - Class in org.eclipse.jetty.ee9.webapp
-
DefaultsDescriptor
- DefaultsDescriptor(Resource) - Constructor for class org.eclipse.jetty.ee10.webapp.DefaultsDescriptor
- DefaultsDescriptor(Resource) - Constructor for class org.eclipse.jetty.ee11.webapp.DefaultsDescriptor
- DefaultsDescriptor(Resource) - Constructor for class org.eclipse.jetty.ee8.webapp.DefaultsDescriptor
- DefaultsDescriptor(Resource) - Constructor for class org.eclipse.jetty.ee9.webapp.DefaultsDescriptor
- DefaultServlet - Class in org.eclipse.jetty.ee10.servlet
-
The
DefaultServlet, is a specialization of theResourceServletto be mapped to/as the "default" servlet for a context. - DefaultServlet - Class in org.eclipse.jetty.ee11.servlet
-
The
DefaultServlet, is a specialization of theResourceServletto be mapped to/as the "default" servlet for a context. - DefaultServlet - Class in org.eclipse.jetty.ee8.servlet
-
The default servlet.
- DefaultServlet - Class in org.eclipse.jetty.ee9.servlet
-
The default servlet.
- DefaultServlet() - Constructor for class org.eclipse.jetty.ee10.servlet.DefaultServlet
- DefaultServlet() - Constructor for class org.eclipse.jetty.ee11.servlet.DefaultServlet
- DefaultServlet() - Constructor for class org.eclipse.jetty.ee8.servlet.DefaultServlet
- DefaultServlet() - Constructor for class org.eclipse.jetty.ee9.servlet.DefaultServlet
- DefaultServlet(ResourceService) - Constructor for class org.eclipse.jetty.ee8.servlet.DefaultServlet
- DefaultServlet(ResourceService) - Constructor for class org.eclipse.jetty.ee9.servlet.DefaultServlet
- DefaultSessionCache - Class in org.eclipse.jetty.session
-
A session store that keeps its sessions in memory within a concurrent map
- DefaultSessionCache(SessionManager) - Constructor for class org.eclipse.jetty.session.DefaultSessionCache
- DefaultSessionCache(SessionManager, ConcurrentMap) - Constructor for class org.eclipse.jetty.session.DefaultSessionCache
- DefaultSessionCacheFactory - Class in org.eclipse.jetty.session
-
Factory for creating new DefaultSessionCaches.
- DefaultSessionCacheFactory() - Constructor for class org.eclipse.jetty.session.DefaultSessionCacheFactory
- DefaultSessionIdManager - Class in org.eclipse.jetty.session
-
Manages session ids to ensure each session id within a context is unique, and that session ids can be shared across contexts (but not session contents).
- DefaultSessionIdManager(Server) - Constructor for class org.eclipse.jetty.session.DefaultSessionIdManager
- DefaultSessionIdManager(Server, Random) - Constructor for class org.eclipse.jetty.session.DefaultSessionIdManager
- defer(LoginAuthenticator) - Static method in interface org.eclipse.jetty.security.AuthenticationState
- DeferredAuthentication - Class in org.eclipse.jetty.ee8.security.authentication
- DeferredAuthentication - Class in org.eclipse.jetty.ee9.security.authentication
- DeferredAuthentication(LoginAuthenticator) - Constructor for class org.eclipse.jetty.ee8.security.authentication.DeferredAuthentication
- DeferredAuthentication(LoginAuthenticator) - Constructor for class org.eclipse.jetty.ee9.security.authentication.DeferredAuthentication
- DEFLATE - Static variable in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Deprecated.
- DeflaterPool - Class in org.eclipse.jetty.util.compression
- DeflaterPool(int, int, boolean) - Constructor for class org.eclipse.jetty.util.compression.DeflaterPool
-
Create a Pool of
Deflaterinstances. - DELAY - Enum constant in enum class org.eclipse.jetty.ee10.servlets.DoSFilter.Action
-
The request is delayed based on
DoSFilter.getDelayMs() - DELAY - Enum constant in enum class org.eclipse.jetty.ee11.servlets.DoSFilter.Action
-
The request is delayed based on
DoSFilter.getDelayMs() - DELAY - Enum constant in enum class org.eclipse.jetty.ee8.servlets.DoSFilter.Action
-
The request is delayed based on
DoSFilter.getDelayMs() - DELAY - Enum constant in enum class org.eclipse.jetty.ee9.servlets.DoSFilter.Action
-
The request is delayed based on
DoSFilter.getDelayMs() - DelayedHandler - Class in org.eclipse.jetty.server.handler
-
Deprecated, for removal: This API element is subject to removal in a future version.
- DelayedRejectHandler() - Constructor for class org.eclipse.jetty.server.handler.DoSHandler.DelayedRejectHandler
- DelayedRejectHandler(long, int, Request.Handler) - Constructor for class org.eclipse.jetty.server.handler.DoSHandler.DelayedRejectHandler
- delayHandling(Request, AsyncContext) - Method in class org.eclipse.jetty.ee8.nested.AsyncDelayHandler
-
Called to indicate that a requests handling is being delayed/ The implementation should arrange for context.dispatch() to be called when the request should be handled.
- delayHandling(Request, AsyncContext) - Method in class org.eclipse.jetty.ee9.nested.AsyncDelayHandler
-
Called to indicate that a requests handling is being delayed/ The implementation should arrange for context.dispatch() to be called when the request should be handled.
- DELEGATE - Static variable in interface org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager.SniSelector
- DelegatedJettyClientUpgradeRequest - Class in org.eclipse.jetty.ee8.websocket.client.impl
-
Representing the Jetty
Requestin theUpgradeRequestinterface. - DelegatedJettyClientUpgradeRequest - Class in org.eclipse.jetty.ee9.websocket.client.impl
-
Representing the Jetty
Requestin theUpgradeRequestinterface. - DelegatedJettyClientUpgradeRequest(CoreClientUpgradeRequest) - Constructor for class org.eclipse.jetty.ee8.websocket.client.impl.DelegatedJettyClientUpgradeRequest
- DelegatedJettyClientUpgradeRequest(CoreClientUpgradeRequest) - Constructor for class org.eclipse.jetty.ee9.websocket.client.impl.DelegatedJettyClientUpgradeRequest
- DelegatedJettyClientUpgradeResponse - Class in org.eclipse.jetty.ee8.websocket.client.impl
-
Representing the Jetty
Responsein theUpgradeResponseinterface. - DelegatedJettyClientUpgradeResponse - Class in org.eclipse.jetty.ee9.websocket.client.impl
-
Representing the Jetty
Responsein theUpgradeResponseinterface. - DelegatedJettyClientUpgradeResponse(Response) - Constructor for class org.eclipse.jetty.ee8.websocket.client.impl.DelegatedJettyClientUpgradeResponse
- DelegatedJettyClientUpgradeResponse(Response) - Constructor for class org.eclipse.jetty.ee9.websocket.client.impl.DelegatedJettyClientUpgradeResponse
- DelegatingThreadPool - Class in org.eclipse.jetty.http.spi
- DelegatingThreadPool(Executor) - Constructor for class org.eclipse.jetty.http.spi.DelegatingThreadPool
- delete() - Method in class org.eclipse.jetty.ee8.nested.MultiPartFormInputStream.MultiPart
-
Remove the file, whether or not Part.write() was called on it (ie no longer temporary)
- delete() - Method in class org.eclipse.jetty.ee8.nested.MultiPartInputStreamLegacyParser.MultiPart
-
Deprecated.Remove the file, whether or not Part.write() was called on it (ie no longer temporary)
- delete() - Method in class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream.MultiPart
-
Remove the file, whether or not Part.write() was called on it (ie no longer temporary)
- delete() - Method in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser.MultiPart
-
Deprecated.Remove the file, whether or not Part.write() was called on it (ie no longer temporary)
- delete() - Method in class org.eclipse.jetty.http.MultiPart.Part
- delete(File) - Static method in class org.eclipse.jetty.util.IO
-
Delete File.
- delete(String) - Method in class org.eclipse.jetty.hazelcast.session.HazelcastSessionDataStore
- delete(String) - Method in class org.eclipse.jetty.memcached.session.MemcachedSessionDataMap
- delete(String) - Method in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStore
- delete(String) - Method in class org.eclipse.jetty.session.AbstractSessionCache
-
Remove a session object from this store and from any backing store.
- delete(String) - Method in class org.eclipse.jetty.session.CachingSessionDataStore
- delete(String) - Method in class org.eclipse.jetty.session.FileSessionDataStore
-
Delete a session
- delete(String) - Method in class org.eclipse.jetty.session.JDBCSessionDataStore
- delete(String) - Method in class org.eclipse.jetty.session.NullSessionDataStore
- delete(String) - Method in interface org.eclipse.jetty.session.SessionCache
-
Remove a Session completely: from both this cache and the SessionDataStore.
- delete(String) - Method in interface org.eclipse.jetty.session.SessionDataMap
-
Delete session data
- delete(Path) - Static method in class org.eclipse.jetty.util.IO
-
Delete the path, recursively.
- DELETE - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
- deleteFile(String) - Method in class org.eclipse.jetty.session.FileSessionDataStore
-
Delete the file associated with a session
- deleteParts() - Method in class org.eclipse.jetty.ee8.nested.MultiPartFormInputStream
-
Delete any tmp storage for parts, and clear out the parts list.
- deleteParts() - Method in class org.eclipse.jetty.ee8.nested.MultiPartInputStreamLegacyParser
-
Deprecated.Delete any tmp storage for parts, and clear out the parts list.
- deleteParts() - Method in class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream
-
Delete any tmp storage for parts, and clear out the parts list.
- deleteParts() - Method in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser
-
Deprecated.Delete any tmp storage for parts, and clear out the parts list.
- DELIMITER - Enum constant in enum class org.eclipse.jetty.ee8.nested.MultiPartParser.State
- DELIMITER - Enum constant in enum class org.eclipse.jetty.ee9.nested.MultiPartParser.State
- DELIMITER_CLOSE - Enum constant in enum class org.eclipse.jetty.ee8.nested.MultiPartParser.State
- DELIMITER_CLOSE - Enum constant in enum class org.eclipse.jetty.ee9.nested.MultiPartParser.State
- DELIMITER_PADDING - Enum constant in enum class org.eclipse.jetty.ee8.nested.MultiPartParser.State
- DELIMITER_PADDING - Enum constant in enum class org.eclipse.jetty.ee9.nested.MultiPartParser.State
- delimiters(String) - Method in class org.eclipse.jetty.util.QuotedStringTokenizer.Builder
- DELIMITERS - Static variable in class org.eclipse.jetty.http.QuotedCSVParser
- delivery_rate - Variable in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_path_stats
- demand() - Method in interface org.eclipse.jetty.http2.api.Stream
-
Demands more
DATAframes for this stream. - demand() - Method in class org.eclipse.jetty.http2.HTTP2Stream
- demand() - Method in interface org.eclipse.jetty.http3.api.Stream
-
Demands more
DATAframes for this stream. - demand() - Method in class org.eclipse.jetty.http3.HTTP3Stream
- demand() - Method in interface org.eclipse.jetty.quic.api.Stream
-
Demands more data bytes for this stream.
- demand() - Method in class org.eclipse.jetty.quic.quiche.QuicheStream
- demand() - Method in interface org.eclipse.jetty.server.HttpStream
-
Demands more content chunks to the underlying implementation.
- demand() - Method in class org.eclipse.jetty.server.HttpStream.Wrapper
- demand() - Method in interface org.eclipse.jetty.websocket.api.Session
-
Explicitly demands for WebSocket events.
- demand() - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
- demand() - Method in interface org.eclipse.jetty.websocket.core.CoreSession
-
Manages flow control by indicating demand for a WebSocket frame.
- demand() - Method in class org.eclipse.jetty.websocket.core.CoreSession.Empty
- demand() - Method in class org.eclipse.jetty.websocket.core.ExtensionStack
- demand() - Method in interface org.eclipse.jetty.websocket.core.util.DemandChain
- demand() - Method in class org.eclipse.jetty.websocket.core.util.WebSocketDemander
-
This is demand is called by the application to demand a new frame to be processed in
WebSocketDemander.handle(Frame, Callback, boolean). - demand() - Method in class org.eclipse.jetty.websocket.core.WebSocketConnection
- demand() - Method in class org.eclipse.jetty.websocket.core.WebSocketCoreSession
- demand(Runnable) - Method in class org.eclipse.jetty.client.ContentSourceRequestContent
- demand(Runnable) - Method in class org.eclipse.jetty.ee10.servlet.ServletCoreRequest
- demand(Runnable) - Method in class org.eclipse.jetty.ee11.servlet.ServletCoreRequest
- demand(Runnable) - Method in class org.eclipse.jetty.ee8.nested.ServletCoreRequest
- demand(Runnable) - Method in class org.eclipse.jetty.ee9.nested.ServletCoreRequest
- demand(Runnable) - Method in class org.eclipse.jetty.http.MultiPart.AbstractContentSource
- demand(Runnable) - Method in class org.eclipse.jetty.http.MultiPartByteRanges.PathContentSource
-
Deprecated.
- demand(Runnable) - Method in class org.eclipse.jetty.io.content.AsyncContent
- demand(Runnable) - Method in class org.eclipse.jetty.io.content.ByteBufferContentSource
- demand(Runnable) - Method in class org.eclipse.jetty.io.content.ChunksContentSource
- demand(Runnable) - Method in class org.eclipse.jetty.io.content.ContentSourceTransformer
- demand(Runnable) - Method in class org.eclipse.jetty.io.content.InputStreamContentSource
- demand(Runnable) - Method in class org.eclipse.jetty.io.content.OutputStreamContentSource
- demand(Runnable) - Method in class org.eclipse.jetty.io.content.PathContentSource
- demand(Runnable) - Method in interface org.eclipse.jetty.io.Content.Source
-
Demands to invoke the given demand callback parameter when a chunk of content is available.
- demand(Runnable) - Method in class org.eclipse.jetty.server.handler.ContextRequest
- demand(Runnable) - Method in class org.eclipse.jetty.server.handler.ErrorHandler.ErrorRequest
- demand(Runnable) - Method in class org.eclipse.jetty.server.handler.gzip.GzipRequest
- demand(Runnable) - Method in class org.eclipse.jetty.server.handler.StatisticsHandler.MinimumDataRateHandler.MinimumDataRateRequest
- demand(Runnable) - Method in interface org.eclipse.jetty.server.Request
-
Demands to invoke the given demand callback parameter when a chunk of content is available.
- demand(Runnable) - Method in class org.eclipse.jetty.server.Request.Wrapper
- DemandChain - Interface in org.eclipse.jetty.websocket.core.util
-
This is extended by an
Extensionso it can intercept demand calls. - demask() - Method in class org.eclipse.jetty.websocket.core.Frame
- deobfuscate(String) - Static method in class org.eclipse.jetty.util.security.Password
- deploy(ContextHandler) - Method in interface org.eclipse.jetty.deploy.Deployer
-
Deploy a ContextHandler to the server, and start it if appropriate.
- deploy(ContextHandler) - Method in class org.eclipse.jetty.deploy.StandardDeployer
- DEPLOY - Enum constant in enum class org.eclipse.jetty.deploy.DeploymentScanner.DeployAction.Type
- Deployable - Interface in org.eclipse.jetty.server
-
Interface that can be implemented by a
ContextHandlerto allow configuration to be passed from aDeployerwithout dependencies on the jetty-deploy module itself. - DeployAction(DeploymentScanner.DeployAction.Type, String) - Constructor for record class org.eclipse.jetty.deploy.DeploymentScanner.DeployAction
-
Creates an instance of a
DeployActionrecord class. - DEPLOYED_EVENT - Static variable in class org.eclipse.jetty.osgi.util.EventSender
- Deployer - Interface in org.eclipse.jetty.deploy
-
Deployer for ContextHandlers
- Deployer.Listener - Interface in org.eclipse.jetty.deploy
- deployHandler(Handler, Callback) - Method in class org.eclipse.jetty.server.handler.ContextHandlerCollection
-
Thread safe deploy of a Handler.
- DEPLOYING_EVENT - Static variable in class org.eclipse.jetty.osgi.util.EventSender
- DeploymentScanner - Class in org.eclipse.jetty.deploy
-
Jetty WebApp Hot Deployment Scanner.
- DeploymentScanner(Server) - Constructor for class org.eclipse.jetty.deploy.DeploymentScanner
-
Construct a raw DeploymentScanner that will (periodically) scan specific directories for paths that can be used to construct webapps that will be submitted to the
Deployerfor eventual deployment to its configured destination. - DeploymentScanner(Server, Deployer) - Constructor for class org.eclipse.jetty.deploy.DeploymentScanner
-
Construct a raw DeploymentScanner that will (periodically) scan specific directories for paths that can be used to construct webapps that will be submitted to the
Deployerfor eventual deployment to its configured destination. - DeploymentScanner(Server, Deployer, FilenameFilter) - Constructor for class org.eclipse.jetty.deploy.DeploymentScanner
-
Construct a raw DeploymentScanner that will (periodically) scan specific directories for paths that can be used to construct webapps that will be submitted to the
Deployerfor eventual deployment to its configured destination. - DeploymentScanner(Server, Deployer, FilenameFilter, ContextHandlerFactory) - Constructor for class org.eclipse.jetty.deploy.DeploymentScanner
-
Construct a raw DeploymentScanner that will (periodically) scan specific directories for paths that can be used to construct webapps that will be submitted to the
Deployerfor eventual deployment to its configured destination. - DeploymentScanner(Server, Deployer, ContextHandlerFactory) - Constructor for class org.eclipse.jetty.deploy.DeploymentScanner
-
Construct a raw DeploymentScanner that will (periodically) scan specific directories for paths that can be used to construct webapps that will be submitted to the
Deployerfor eventual deployment to its configured destination. - DeploymentScanner.DeployAction - Record Class in org.eclipse.jetty.deploy
- DeploymentScanner.DeployAction.Type - Enum Class in org.eclipse.jetty.deploy
- DeploymentScanner.EnvironmentConfig - Class in org.eclipse.jetty.deploy
-
Builder of a deployment configuration for a specific
Environment. - DeprecationWarning - Class in org.eclipse.jetty.util
- DeprecationWarning() - Constructor for class org.eclipse.jetty.util.DeprecationWarning
- depth() - Method in interface org.eclipse.jetty.util.ajax.AsyncJSON.Context
- deRefRole(UserIdentityScope, String) - Static method in interface org.eclipse.jetty.ee8.nested.UserIdentityScope
- deRefRole(UserIdentityScope, String) - Static method in interface org.eclipse.jetty.ee9.nested.UserIdentityScope
- deregister(LifeCycle) - Static method in class org.eclipse.jetty.server.ShutdownMonitor
-
Deprecated, for removal: This API element is subject to removal in a future version.
- deregister(LifeCycle) - Static method in class org.eclipse.jetty.util.thread.ShutdownThread
- deregisterAsOSGiService(ContextHandler) - Static method in class org.eclipse.jetty.osgi.util.Util
- describeTo(Description) - Method in class org.eclipse.jetty.http.tools.matchers.HttpFieldsContainsHeaderKey
- describeTo(Description) - Method in class org.eclipse.jetty.http.tools.matchers.HttpFieldsContainsHeaderValue
- describeTo(Description) - Method in class org.eclipse.jetty.http.tools.matchers.HttpFieldsHeaderValue
- description() - Element in annotation interface org.eclipse.jetty.util.annotation.Name
-
the description of the parameter
- Descriptor - Class in org.eclipse.jetty.ee10.webapp
- Descriptor - Class in org.eclipse.jetty.ee11.webapp
- Descriptor - Class in org.eclipse.jetty.ee8.webapp
- Descriptor - Class in org.eclipse.jetty.ee9.webapp
- Descriptor(Resource) - Constructor for class org.eclipse.jetty.ee10.webapp.Descriptor
- Descriptor(Resource) - Constructor for class org.eclipse.jetty.ee11.webapp.Descriptor
- Descriptor(Resource) - Constructor for class org.eclipse.jetty.ee8.webapp.Descriptor
- Descriptor(Resource) - Constructor for class org.eclipse.jetty.ee9.webapp.Descriptor
- DESCRIPTOR - Enum constant in enum class org.eclipse.jetty.ee10.servlet.Source.Origin
- DESCRIPTOR - Enum constant in enum class org.eclipse.jetty.ee11.servlet.Source.Origin
- DESCRIPTOR - Enum constant in enum class org.eclipse.jetty.ee8.servlet.Source.Origin
- DESCRIPTOR - Enum constant in enum class org.eclipse.jetty.ee9.servlet.Source.Origin
- DescriptorProcessor - Interface in org.eclipse.jetty.ee10.webapp
-
DescriptorProcessor
- DescriptorProcessor - Interface in org.eclipse.jetty.ee11.webapp
-
DescriptorProcessor
- DescriptorProcessor - Interface in org.eclipse.jetty.ee8.webapp
-
DescriptorProcessor
- DescriptorProcessor - Interface in org.eclipse.jetty.ee9.webapp
-
DescriptorProcessor
- deserialize(byte[]) - Method in class org.eclipse.jetty.memcached.session.MemcachedSessionDataMap.SessionDataTranscoder
- deserializeAttributes(SessionData, InputStream) - Method in class org.eclipse.jetty.session.ObjectStreamSessionDataStore
-
Deserialize the attribute map from the InputStream provided and store into the SessionData.
- deserializeAttributes(SessionData, ObjectInputStream) - Static method in class org.eclipse.jetty.session.SessionData
-
De-serialize the attribute map of a session.
- Destination - Interface in org.eclipse.jetty.client
-
A
Destinationrepresents the receiver of HTTP requests, and it is identified by anOrigin. - destroy() - Method in class org.eclipse.jetty.client.transport.HttpChannel
- destroy() - Method in class org.eclipse.jetty.client.transport.HttpConnection
- destroy() - Method in class org.eclipse.jetty.ee10.fcgi.proxy.TryFilesFilter
- destroy() - Method in class org.eclipse.jetty.ee10.proxy.AbstractProxyServlet
- destroy() - Method in class org.eclipse.jetty.ee10.proxy.AfterContentTransformer
- destroy() - Method in class org.eclipse.jetty.ee10.servlet.FilterHolder.Wrapper
- destroy() - Method in class org.eclipse.jetty.ee10.servlet.ServletHolder.Wrapper
- destroy() - Method in class org.eclipse.jetty.ee10.servlets.CrossOriginFilter
-
Deprecated.
- destroy() - Method in class org.eclipse.jetty.ee10.servlets.DoSFilter
- destroy() - Method in class org.eclipse.jetty.ee10.servlets.EventSourceServlet
- destroy() - Method in class org.eclipse.jetty.ee10.servlets.IncludeExcludeBasedFilter
- destroy() - Method in class org.eclipse.jetty.ee10.servlets.QoSFilter
-
Deprecated.
- destroy() - Method in class org.eclipse.jetty.ee10.webapp.WebAppContext
- destroy() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.decoders.AbstractDecoder
- destroy() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.decoders.InputStreamDecoder
- destroy() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.decoders.ReaderDecoder
- destroy() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.encoders.AbstractEncoder
- destroy() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.encoders.ByteArrayEncoder
- destroy() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.encoders.ByteBufferEncoder
- destroy() - Method in class org.eclipse.jetty.ee10.websocket.server.JettyWebSocketServlet
- destroy() - Method in class org.eclipse.jetty.ee10.websocket.servlet.WebSocketUpgradeFilter
- destroy() - Method in class org.eclipse.jetty.ee11.fcgi.proxy.TryFilesFilter
- destroy() - Method in class org.eclipse.jetty.ee11.proxy.AbstractProxyServlet
- destroy() - Method in class org.eclipse.jetty.ee11.proxy.AfterContentTransformer
- destroy() - Method in class org.eclipse.jetty.ee11.servlet.FilterHolder.Wrapper
- destroy() - Method in class org.eclipse.jetty.ee11.servlet.ServletHolder.Wrapper
- destroy() - Method in class org.eclipse.jetty.ee11.servlets.CrossOriginFilter
-
Deprecated.
- destroy() - Method in class org.eclipse.jetty.ee11.servlets.DoSFilter
- destroy() - Method in class org.eclipse.jetty.ee11.servlets.EventSourceServlet
- destroy() - Method in class org.eclipse.jetty.ee11.servlets.IncludeExcludeBasedFilter
- destroy() - Method in class org.eclipse.jetty.ee11.servlets.QoSFilter
-
Deprecated.
- destroy() - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
- destroy() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.decoders.AbstractDecoder
- destroy() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.decoders.InputStreamDecoder
- destroy() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.decoders.ReaderDecoder
- destroy() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.encoders.AbstractEncoder
- destroy() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.encoders.ByteArrayEncoder
- destroy() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.encoders.ByteBufferEncoder
- destroy() - Method in class org.eclipse.jetty.ee11.websocket.server.JettyWebSocketServlet
- destroy() - Method in class org.eclipse.jetty.ee11.websocket.servlet.WebSocketUpgradeFilter
- destroy() - Method in class org.eclipse.jetty.ee8.nested.AbstractHandler
- destroy() - Method in interface org.eclipse.jetty.ee8.nested.Handler
- destroy() - Method in class org.eclipse.jetty.ee8.nested.HandlerCollection
- destroy() - Method in class org.eclipse.jetty.ee8.nested.HandlerWrapper
- destroy() - Method in class org.eclipse.jetty.ee8.nested.HotSwapHandler
- destroy() - Method in class org.eclipse.jetty.ee8.proxy.AbstractProxyServlet
- destroy() - Method in class org.eclipse.jetty.ee8.proxy.AfterContentTransformer
- destroy() - Method in class org.eclipse.jetty.ee8.servlet.DefaultServlet
- destroy() - Method in class org.eclipse.jetty.ee8.servlet.FilterHolder.Wrapper
- destroy() - Method in class org.eclipse.jetty.ee8.servlet.ServletHolder.Wrapper
- destroy() - Method in class org.eclipse.jetty.ee8.servlets.CrossOriginFilter
-
Deprecated.
- destroy() - Method in class org.eclipse.jetty.ee8.servlets.DoSFilter
- destroy() - Method in class org.eclipse.jetty.ee8.servlets.EventSourceServlet
- destroy() - Method in class org.eclipse.jetty.ee8.servlets.IncludeExcludeBasedFilter
- destroy() - Method in class org.eclipse.jetty.ee8.servlets.QoSFilter
-
Deprecated.
- destroy() - Method in class org.eclipse.jetty.ee8.webapp.WebAppContext
- destroy() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.decoders.AbstractDecoder
- destroy() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.decoders.InputStreamDecoder
- destroy() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.decoders.ReaderDecoder
- destroy() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.encoders.AbstractEncoder
- destroy() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.encoders.ByteArrayEncoder
- destroy() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.encoders.ByteBufferEncoder
- destroy() - Method in class org.eclipse.jetty.ee8.websocket.server.JettyWebSocketServlet
- destroy() - Method in class org.eclipse.jetty.ee8.websocket.servlet.WebSocketUpgradeFilter
- destroy() - Method in class org.eclipse.jetty.ee9.fcgi.proxy.TryFilesFilter
- destroy() - Method in class org.eclipse.jetty.ee9.nested.AbstractHandler
- destroy() - Method in interface org.eclipse.jetty.ee9.nested.Handler
- destroy() - Method in class org.eclipse.jetty.ee9.nested.HandlerCollection
- destroy() - Method in class org.eclipse.jetty.ee9.nested.HandlerWrapper
- destroy() - Method in class org.eclipse.jetty.ee9.nested.HotSwapHandler
- destroy() - Method in class org.eclipse.jetty.ee9.proxy.AbstractProxyServlet
- destroy() - Method in class org.eclipse.jetty.ee9.proxy.AfterContentTransformer
- destroy() - Method in class org.eclipse.jetty.ee9.servlet.DefaultServlet
- destroy() - Method in class org.eclipse.jetty.ee9.servlet.FilterHolder.Wrapper
- destroy() - Method in class org.eclipse.jetty.ee9.servlet.ServletHolder.Wrapper
- destroy() - Method in class org.eclipse.jetty.ee9.servlets.CrossOriginFilter
-
Deprecated.
- destroy() - Method in class org.eclipse.jetty.ee9.servlets.DoSFilter
- destroy() - Method in class org.eclipse.jetty.ee9.servlets.EventSourceServlet
- destroy() - Method in class org.eclipse.jetty.ee9.servlets.IncludeExcludeBasedFilter
- destroy() - Method in class org.eclipse.jetty.ee9.servlets.QoSFilter
-
Deprecated.
- destroy() - Method in class org.eclipse.jetty.ee9.webapp.WebAppContext
- destroy() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.decoders.AbstractDecoder
- destroy() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.decoders.InputStreamDecoder
- destroy() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.decoders.ReaderDecoder
- destroy() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.encoders.AbstractEncoder
- destroy() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.encoders.ByteArrayEncoder
- destroy() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.encoders.ByteBufferEncoder
- destroy() - Method in class org.eclipse.jetty.ee9.websocket.server.JettyWebSocketServlet
- destroy() - Method in class org.eclipse.jetty.ee9.websocket.servlet.WebSocketUpgradeFilter
- destroy() - Method in class org.eclipse.jetty.hazelcast.session.SessionDataSerializer
- destroy() - Method in class org.eclipse.jetty.http.GZIPContentDecoder
- destroy() - Method in class org.eclipse.jetty.io.CyclicTimeout
-
Destroys this CyclicTimeout.
- destroy() - Method in class org.eclipse.jetty.io.CyclicTimeouts
- destroy() - Method in class org.eclipse.jetty.jmx.MBeanContainer
- destroy() - Method in class org.eclipse.jetty.plus.jndi.DataSourceCloser
- destroy() - Method in class org.eclipse.jetty.server.Handler.Abstract
- destroy() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- destroy() - Method in class org.eclipse.jetty.server.handler.HotSwapHandler
- destroy() - Method in class org.eclipse.jetty.session.SessionInactivityTimer
- destroy() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
- destroy() - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
-
Destroys the managed Destroyable beans in the reverse order they were added.
- destroy() - Method in interface org.eclipse.jetty.util.component.Destroyable
- destroy() - Method in class org.eclipse.jetty.util.component.FileDestroyable
- destroy(Object) - Method in class org.eclipse.jetty.ee10.annotations.AnnotationDecorator
- destroy(Object) - Method in class org.eclipse.jetty.ee10.cdi.CdiSpiDecorator
-
Destroy a decorated object.
- destroy(Object) - Method in class org.eclipse.jetty.ee10.plus.webapp.PlusDecorator
- destroy(Object) - Method in class org.eclipse.jetty.ee11.annotations.AnnotationDecorator
- destroy(Object) - Method in class org.eclipse.jetty.ee11.cdi.CdiSpiDecorator
-
Destroy a decorated object.
- destroy(Object) - Method in class org.eclipse.jetty.ee11.plus.webapp.PlusDecorator
- destroy(Object) - Method in class org.eclipse.jetty.ee8.annotations.AnnotationDecorator
- destroy(Object) - Method in class org.eclipse.jetty.ee8.cdi.CdiSpiDecorator
-
Destroy a decorated object.
- destroy(Object) - Method in class org.eclipse.jetty.ee8.plus.webapp.PlusDecorator
- destroy(Object) - Method in class org.eclipse.jetty.ee9.annotations.AnnotationDecorator
- destroy(Object) - Method in class org.eclipse.jetty.ee9.cdi.CdiSpiDecorator
-
Destroy a decorated object.
- destroy(Object) - Method in class org.eclipse.jetty.ee9.plus.webapp.PlusDecorator
- destroy(Object) - Method in class org.eclipse.jetty.server.Context.Wrapper
- destroy(Object) - Method in class org.eclipse.jetty.server.handler.ContextHandler.ScopedContext
- destroy(Object) - Method in class org.eclipse.jetty.util.DecoratedObjectFactory
- destroy(Object) - Method in interface org.eclipse.jetty.util.Decorator
- destroy(Object) - Method in class org.eclipse.jetty.util.DeprecationWarning
- destroy(WebAppContext) - Method in class org.eclipse.jetty.ee10.plus.webapp.EnvConfiguration
-
Remove all jndi setup
- destroy(WebAppContext) - Method in class org.eclipse.jetty.ee10.webapp.AbstractConfiguration
- destroy(WebAppContext) - Method in interface org.eclipse.jetty.ee10.webapp.Configuration
-
Destroy WebApp.
- destroy(WebAppContext) - Method in class org.eclipse.jetty.ee11.plus.webapp.EnvConfiguration
-
Remove all jndi setup
- destroy(WebAppContext) - Method in class org.eclipse.jetty.ee11.webapp.AbstractConfiguration
- destroy(WebAppContext) - Method in interface org.eclipse.jetty.ee11.webapp.Configuration
-
Destroy WebApp.
- destroy(WebAppContext) - Method in class org.eclipse.jetty.ee8.plus.webapp.EnvConfiguration
-
Remove all jndi setup
- destroy(WebAppContext) - Method in class org.eclipse.jetty.ee8.webapp.AbstractConfiguration
- destroy(WebAppContext) - Method in interface org.eclipse.jetty.ee8.webapp.Configuration
-
Destroy WebApp.
- destroy(WebAppContext) - Method in class org.eclipse.jetty.ee8.webapp.Configuration.Wrapper
- destroy(WebAppContext) - Method in class org.eclipse.jetty.ee9.plus.webapp.EnvConfiguration
-
Remove all jndi setup
- destroy(WebAppContext) - Method in class org.eclipse.jetty.ee9.webapp.AbstractConfiguration
- destroy(WebAppContext) - Method in interface org.eclipse.jetty.ee9.webapp.Configuration
-
Destroy WebApp.
- destroy(WebAppContext) - Method in class org.eclipse.jetty.ee9.webapp.Configuration.Wrapper
- Destroyable - Interface in org.eclipse.jetty.util.component
-
A Destroyable is an object which can be destroyed.
- destroyContextForScope(Object) - Static method in class org.eclipse.jetty.plus.jndi.NamingEntryUtil
- DESTROYED - Enum constant in enum class org.eclipse.jetty.ee10.servlet.ServletContextHandler.ContextStatus
- DESTROYED - Enum constant in enum class org.eclipse.jetty.ee11.servlet.ServletContextHandler.ContextStatus
- DESTROYED - Enum constant in enum class org.eclipse.jetty.ee8.nested.ContextHandler.ContextStatus
- DESTROYED - Enum constant in enum class org.eclipse.jetty.ee9.nested.ContextHandler.ContextStatus
- destroyFilter(T) - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler.ServletScopedContext
- destroyFilter(T) - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler.ServletScopedContext
- destroyFilter(T) - Method in class org.eclipse.jetty.ee8.servlet.ServletContextHandler.ServletAPIContext
- destroyFilter(T) - Method in class org.eclipse.jetty.ee9.servlet.ServletContextHandler.ServletAPIContext
- destroyInstance() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.decoders.RegisteredDecoder
- destroyInstance() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.encoders.RegisteredEncoder
- destroyInstance() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.decoders.RegisteredDecoder
- destroyInstance() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.encoders.RegisteredEncoder
- destroyInstance() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.decoders.RegisteredDecoder
- destroyInstance() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.encoders.RegisteredEncoder
- destroyInstance() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.decoders.RegisteredDecoder
- destroyInstance() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.encoders.RegisteredEncoder
- destroyInstance(Object) - Method in class org.eclipse.jetty.ee10.servlet.FilterHolder
- destroyInstance(Object) - Method in class org.eclipse.jetty.ee10.servlet.Holder
- destroyInstance(Object) - Method in class org.eclipse.jetty.ee10.servlet.ServletHolder
- destroyInstance(Object) - Method in class org.eclipse.jetty.ee11.servlet.FilterHolder
- destroyInstance(Object) - Method in class org.eclipse.jetty.ee11.servlet.Holder
- destroyInstance(Object) - Method in class org.eclipse.jetty.ee11.servlet.ServletHolder
- destroyInstance(Object) - Method in class org.eclipse.jetty.ee8.servlet.FilterHolder
- destroyInstance(Object) - Method in class org.eclipse.jetty.ee8.servlet.Holder
- destroyInstance(Object) - Method in class org.eclipse.jetty.ee8.servlet.ServletHolder
- destroyInstance(Object) - Method in class org.eclipse.jetty.ee9.servlet.FilterHolder
- destroyInstance(Object) - Method in class org.eclipse.jetty.ee9.servlet.Holder
- destroyInstance(Object) - Method in class org.eclipse.jetty.ee9.servlet.ServletHolder
- destroyServlet(T) - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler.ServletScopedContext
- destroyServlet(T) - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler.ServletScopedContext
- destroyServlet(T) - Method in class org.eclipse.jetty.ee8.servlet.ServletContextHandler.ServletAPIContext
- destroyServlet(T) - Method in class org.eclipse.jetty.ee9.servlet.ServletContextHandler.ServletAPIContext
- destroySubcontext(String) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
- destroySubcontext(String) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
- destroySubcontext(String) - Method in class org.eclipse.jetty.jndi.NamingContext
- destroySubcontext(Name) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
- destroySubcontext(Name) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
- destroySubcontext(Name) - Method in class org.eclipse.jetty.jndi.NamingContext
- detachListener(RegistrationListener, String, String) - Method in class org.eclipse.jetty.ee10.security.jaspi.DefaultAuthConfigFactory
- detachListener(RegistrationListener, String, String) - Method in class org.eclipse.jetty.ee11.security.jaspi.DefaultAuthConfigFactory
- detachListener(RegistrationListener, String, String) - Method in class org.eclipse.jetty.ee9.security.jaspi.DefaultAuthConfigFactory
- detachListener(RegistrationListener, String, String) - Method in class org.eclipse.jetty.ee8.security.jaspi.DefaultAuthConfigFactory
- details() - Method in record class org.eclipse.jetty.http.ComplianceViolation.Event
-
Returns the value of the
detailsrecord component. - detect(ByteBuffer) - Method in interface org.eclipse.jetty.server.ConnectionFactory.Detecting
-
Check the bytes in the given
bufferto figure out if thisConnectionFactory.Detectinginstance can work with them or not. - detect(ByteBuffer) - Method in class org.eclipse.jetty.server.DetectorConnectionFactory
-
Performs a detection using multiple
ConnectionFactory.Detectinginstances and returns the aggregated outcome. - detect(ByteBuffer) - Method in class org.eclipse.jetty.server.SslConnectionFactory
- DetectorConnectionFactory - Class in org.eclipse.jetty.server
-
A
ConnectionFactorycombining multipleConnectionFactory.Detectinginstances that will upgrade to the first one recognizing the bytes in the buffer. - DetectorConnectionFactory(ConnectionFactory.Detecting...) - Constructor for class org.eclipse.jetty.server.DetectorConnectionFactory
-
When the first bytes are not recognized by the
detectingConnectionFactories, the default behavior is to upgrade to the protocol returned byAbstractConnectionFactory.findNextProtocol(Connector). - DGRAM - Enum constant in enum class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag.Protocol
- digest(String) - Static method in class org.eclipse.jetty.util.security.Credential.MD5
-
Used only by Command Line Password utility
- DIGEST_AUTH - Static variable in interface org.eclipse.jetty.ee8.security.Authenticator
- DIGEST_AUTH - Static variable in interface org.eclipse.jetty.ee9.security.Authenticator
- DIGEST_AUTH - Static variable in interface org.eclipse.jetty.security.Authenticator
- DigestAuthentication - Class in org.eclipse.jetty.client
-
Implementation of the HTTP "Digest" authentication defined in RFC 2617.
- DigestAuthentication(URI, String, String, String) - Constructor for class org.eclipse.jetty.client.DigestAuthentication
-
Construct a DigestAuthentication with a
SecureRandomnonce. - DigestAuthentication(URI, String, String, String, Random) - Constructor for class org.eclipse.jetty.client.DigestAuthentication
- DigestAuthenticator - Class in org.eclipse.jetty.ee8.security.authentication
-
The nonce max age in ms can be set with the
SecurityHandler.setInitParameter(String, String)using the name "maxNonceAge". - DigestAuthenticator - Class in org.eclipse.jetty.ee9.security.authentication
-
The nonce max age in ms can be set with the
SecurityHandler.setInitParameter(String, String)using the name "maxNonceAge". - DigestAuthenticator - Class in org.eclipse.jetty.security.authentication
-
The nonce max age in ms can be set with the
SecurityHandler.setParameter(String, String)using the name "maxNonceAge". - DigestAuthenticator() - Constructor for class org.eclipse.jetty.ee8.security.authentication.DigestAuthenticator
- DigestAuthenticator() - Constructor for class org.eclipse.jetty.ee9.security.authentication.DigestAuthenticator
- DigestAuthenticator() - Constructor for class org.eclipse.jetty.security.authentication.DigestAuthenticator
- DIGIT - Enum constant in enum class org.eclipse.jetty.http.HttpTokens.Type
- DIR_ALLOWED - Static variable in interface org.eclipse.jetty.server.Deployable
-
Attribute key name: Configure Directory Listing for Base Resource.
- directUpgrade() - Method in class org.eclipse.jetty.http2.parser.PrefaceParser
-
Advances this parser after the
PrefaceFrame.PREFACE_PREAMBLE_BYTES. - directUpgrade() - Method in class org.eclipse.jetty.http2.parser.ServerParser
-
A direct upgrade is an unofficial upgrade from HTTP/1.1 to HTTP/2.0.
- disassociate(HttpExchange) - Method in class org.eclipse.jetty.client.transport.HttpChannel
-
Disassociates the exchange from this channel.
- disassociateClassLoader() - Static method in class org.eclipse.jetty.jndi.ContextFactory
- disassociateInfo() - Static method in class org.eclipse.jetty.util.DecoratedObjectFactory
- disconnect() - Method in interface org.eclipse.jetty.ee8.websocket.api.Session
-
Issue a harsh disconnect of the underlying connection.
- disconnect() - Method in class org.eclipse.jetty.ee8.websocket.common.WebSocketSession
- disconnect() - Method in interface org.eclipse.jetty.ee9.websocket.api.Session
-
Issue a harsh disconnect of the underlying connection.
- disconnect() - Method in class org.eclipse.jetty.ee9.websocket.common.WebSocketSession
- disconnect() - Method in class org.eclipse.jetty.http2.HTTP2Session
- disconnect() - Method in interface org.eclipse.jetty.websocket.api.Session
-
Abruptly closes the WebSocket connection without sending a CLOSE frame.
- disconnect() - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
- disconnect(long, Throwable, boolean, Promise.Invocable) - Method in class org.eclipse.jetty.quic.common.StreamEndPoint
- disconnect(long, Throwable, Promise.Invocable) - Method in interface org.eclipse.jetty.http3.api.Stream
-
Abruptly terminates this stream with the given error.
- disconnect(long, Throwable, Promise.Invocable) - Method in class org.eclipse.jetty.http3.HTTP3Stream
- disconnect(long, Throwable, Promise.Invocable) - Method in interface org.eclipse.jetty.quic.api.Stream
-
Abruptly terminates this stream with the given error.
- disconnect(long, Throwable, Promise.Invocable) - Method in class org.eclipse.jetty.quic.quiche.QuicheStream
- disconnect(ConnectionCloseFrame, Throwable, Promise.Invocable) - Method in interface org.eclipse.jetty.quic.api.Session
-
Disconnects this session, with the given
CONNECTION_CLOSEand failure cause, if any. - disconnect(ConnectionCloseFrame, Throwable, Promise.Invocable) - Method in class org.eclipse.jetty.quic.quiche.QuicheSession
- disconnect(ConnectionCloseFrame, Throwable, Promise.Invocable) - Method in class org.eclipse.jetty.quic.common.ProtocolSession
-
Performs an outward disconnection.
- disconnect(QuicheSession, ConnectionCloseFrame, Throwable) - Method in class org.eclipse.jetty.quic.quiche.QuicheConnection
- DISCONNECT - Enum constant in enum class org.eclipse.jetty.http2.frames.FrameType
- DisconnectFrame - Class in org.eclipse.jetty.http2.frames
-
Deprecated, for removal: This API element is subject to removal in a future version.No replacement, never used.
- DisconnectFrame() - Constructor for class org.eclipse.jetty.http2.frames.DisconnectFrame
-
Deprecated.
- DiscoveredAnnotation - Class in org.eclipse.jetty.ee10.webapp
-
Represents an annotation that has been discovered by scanning source code of WEB-INF/classes and WEB-INF/lib jars.
- DiscoveredAnnotation - Class in org.eclipse.jetty.ee11.webapp
-
Represents an annotation that has been discovered by scanning source code of WEB-INF/classes and WEB-INF/lib jars.
- DiscoveredAnnotation - Class in org.eclipse.jetty.ee8.webapp
-
Represents an annotation that has been discovered by scanning source code of WEB-INF/classes and WEB-INF/lib jars.
- DiscoveredAnnotation - Class in org.eclipse.jetty.ee9.webapp
-
Represents an annotation that has been discovered by scanning source code of WEB-INF/classes and WEB-INF/lib jars.
- DiscoveredAnnotation(WebAppContext, String) - Constructor for class org.eclipse.jetty.ee10.webapp.DiscoveredAnnotation
- DiscoveredAnnotation(WebAppContext, String, Resource) - Constructor for class org.eclipse.jetty.ee10.webapp.DiscoveredAnnotation
- DiscoveredAnnotation(WebAppContext, String) - Constructor for class org.eclipse.jetty.ee11.webapp.DiscoveredAnnotation
- DiscoveredAnnotation(WebAppContext, String, Resource) - Constructor for class org.eclipse.jetty.ee11.webapp.DiscoveredAnnotation
- DiscoveredAnnotation(WebAppContext, String) - Constructor for class org.eclipse.jetty.ee8.webapp.DiscoveredAnnotation
- DiscoveredAnnotation(WebAppContext, String, Resource) - Constructor for class org.eclipse.jetty.ee8.webapp.DiscoveredAnnotation
- DiscoveredAnnotation(WebAppContext, String) - Constructor for class org.eclipse.jetty.ee9.webapp.DiscoveredAnnotation
- DiscoveredAnnotation(WebAppContext, String, Resource) - Constructor for class org.eclipse.jetty.ee9.webapp.DiscoveredAnnotation
- DiscoveredServletContainerInitializerHolder(Source, ServletContainerInitializer, Class...) - Constructor for class org.eclipse.jetty.ee10.annotations.AnnotationConfiguration.DiscoveredServletContainerInitializerHolder
- DiscoveredServletContainerInitializerHolder(Source, ServletContainerInitializer, Class...) - Constructor for class org.eclipse.jetty.ee11.annotations.AnnotationConfiguration.DiscoveredServletContainerInitializerHolder
- DiscoveredServletContainerInitializerHolder(Source, ServletContainerInitializer, Class...) - Constructor for class org.eclipse.jetty.ee8.annotations.AnnotationConfiguration.DiscoveredServletContainerInitializerHolder
- DiscoveredServletContainerInitializerHolder(Source, ServletContainerInitializer, Class...) - Constructor for class org.eclipse.jetty.ee9.annotations.AnnotationConfiguration.DiscoveredServletContainerInitializerHolder
- discoverJakartaFrameHandlerMetadata(Class, JakartaWebSocketFrameHandlerMetadata) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketFrameHandlerFactory
- discoverJakartaFrameHandlerMetadata(Class, JakartaWebSocketFrameHandlerMetadata) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketFrameHandlerFactory
- discoverJakartaFrameHandlerMetadata(Class, JavaxWebSocketFrameHandlerMetadata) - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketFrameHandlerFactory
- discoverJakartaFrameHandlerMetadata(Class, JakartaWebSocketFrameHandlerMetadata) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketFrameHandlerFactory
- dispatch() - Method in class org.eclipse.jetty.ee10.servlet.AsyncContextState
- dispatch() - Method in class org.eclipse.jetty.ee11.servlet.AsyncContextState
- dispatch() - Method in class org.eclipse.jetty.ee8.nested.AsyncContextState
- dispatch() - Method in class org.eclipse.jetty.ee9.nested.AsyncContextState
- dispatch() - Method in class org.eclipse.jetty.http2.HTTP2Connection
- dispatch() - Method in class org.eclipse.jetty.quic.quiche.QuicheSession
- dispatch() - Method in interface org.eclipse.jetty.util.thread.ExecutionStrategy
-
Initiates (or resumes) the task production and consumption.
- dispatch() - Method in class org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy
- dispatch() - Method in class org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume
- dispatch() - Method in class org.eclipse.jetty.util.thread.strategy.ProduceConsume
- dispatch() - Method in class org.eclipse.jetty.util.thread.strategy.ProduceExecuteConsume
- dispatch(int) - Static method in class org.eclipse.jetty.ee10.servlet.FilterMapping
-
Dispatch type from name
- dispatch(int) - Static method in class org.eclipse.jetty.ee11.servlet.FilterMapping
-
Dispatch type from name
- dispatch(int) - Static method in class org.eclipse.jetty.ee8.servlet.FilterMapping
-
Dispatch type from name
- dispatch(int) - Static method in class org.eclipse.jetty.ee9.servlet.FilterMapping
-
Dispatch type from name
- dispatch(DispatcherType) - Static method in class org.eclipse.jetty.ee10.servlet.FilterMapping
-
Dispatch type from name
- dispatch(DispatcherType) - Static method in class org.eclipse.jetty.ee11.servlet.FilterMapping
-
Dispatch type from name
- dispatch(DispatcherType) - Static method in class org.eclipse.jetty.ee9.servlet.FilterMapping
-
Dispatch type from name
- dispatch(ServletContext, String) - Method in class org.eclipse.jetty.ee10.servlet.AsyncContextState
- dispatch(ServletContext, String) - Method in class org.eclipse.jetty.ee10.servlet.ServletChannelState
- dispatch(ServletContext, String) - Method in class org.eclipse.jetty.ee11.servlet.AsyncContextState
- dispatch(ServletContext, String) - Method in class org.eclipse.jetty.ee11.servlet.ServletChannelState
- dispatch(ServletContext, String) - Method in class org.eclipse.jetty.ee9.nested.AsyncContextState
- dispatch(ServletContext, String) - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
- dispatch(String) - Method in class org.eclipse.jetty.ee10.servlet.AsyncContextState
- dispatch(String) - Static method in class org.eclipse.jetty.ee10.servlet.FilterMapping
-
Dispatch type from name
- dispatch(String) - Method in class org.eclipse.jetty.ee11.servlet.AsyncContextState
- dispatch(String) - Static method in class org.eclipse.jetty.ee11.servlet.FilterMapping
-
Dispatch type from name
- dispatch(String) - Method in class org.eclipse.jetty.ee8.nested.AsyncContextState
- dispatch(String) - Static method in class org.eclipse.jetty.ee8.servlet.FilterMapping
-
Dispatch type from name
- dispatch(String) - Method in class org.eclipse.jetty.ee9.nested.AsyncContextState
- dispatch(String) - Static method in class org.eclipse.jetty.ee9.servlet.FilterMapping
-
Dispatch type from name
- dispatch(DispatcherType) - Static method in class org.eclipse.jetty.ee8.servlet.FilterMapping
-
Dispatch type from name
- dispatch(ServletContext, String) - Method in class org.eclipse.jetty.ee8.nested.AsyncContextState
- dispatch(ServletContext, String) - Method in class org.eclipse.jetty.ee8.nested.HttpChannelState
- DISPATCH - Enum constant in enum class org.eclipse.jetty.ee10.servlet.ServletChannelState.Action
- DISPATCH - Enum constant in enum class org.eclipse.jetty.ee11.servlet.ServletChannelState.Action
- DISPATCH - Enum constant in enum class org.eclipse.jetty.ee8.nested.HttpChannelState.Action
- DISPATCH - Enum constant in enum class org.eclipse.jetty.ee9.nested.HttpChannelState.Action
- DISPATCH_PARAM - Static variable in class org.eclipse.jetty.security.siwe.EthereumAuthenticator
- dispatchAsync() - Method in class org.eclipse.jetty.ee10.servlet.ServletChannel
-
An AsyncContext dispatch method was called.
- dispatchAsync() - Method in class org.eclipse.jetty.ee11.servlet.ServletChannel
-
An AsyncContext dispatch method was called.
- DispatchedMessageSink - Class in org.eclipse.jetty.websocket.core.messages
-
A partial implementation of
MessageSinkfor methods that consume WebSocket messages using blocking stream APIs, typically viaInputStreamorReader. - DispatchedMessageSink(CoreSession, MethodHolder, boolean) - Constructor for class org.eclipse.jetty.websocket.core.messages.DispatchedMessageSink
- DispatchedMessageSink(CoreSession, MethodHolder, boolean, Consumer) - Constructor for class org.eclipse.jetty.websocket.core.messages.DispatchedMessageSink
- Dispatcher - Class in org.eclipse.jetty.ee10.servlet
- Dispatcher - Class in org.eclipse.jetty.ee11.servlet
- Dispatcher - Class in org.eclipse.jetty.ee8.nested
- Dispatcher - Class in org.eclipse.jetty.ee9.nested
- Dispatcher(ServletContextHandler, String) - Constructor for class org.eclipse.jetty.ee10.servlet.Dispatcher
- Dispatcher(ServletContextHandler, HttpURI, String) - Constructor for class org.eclipse.jetty.ee10.servlet.Dispatcher
- Dispatcher(ServletContextHandler, String) - Constructor for class org.eclipse.jetty.ee11.servlet.Dispatcher
- Dispatcher(ServletContextHandler, HttpURI, String) - Constructor for class org.eclipse.jetty.ee11.servlet.Dispatcher
- Dispatcher(ContextHandler, String) - Constructor for class org.eclipse.jetty.ee8.nested.Dispatcher
- Dispatcher(ContextHandler, HttpURI, String) - Constructor for class org.eclipse.jetty.ee8.nested.Dispatcher
- Dispatcher(ContextHandler, String) - Constructor for class org.eclipse.jetty.ee9.nested.Dispatcher
- Dispatcher(ContextHandler, HttpURI, String) - Constructor for class org.eclipse.jetty.ee9.nested.Dispatcher
- Dispatcher.ParameterRequestWrapper - Class in org.eclipse.jetty.ee10.servlet
- Dispatcher.ParameterRequestWrapper - Class in org.eclipse.jetty.ee11.servlet
- dispose() - Method in class org.eclipse.jetty.client.transport.HttpReceiver
-
Disposes the state of this HttpReceiver.
- dispose() - Method in class org.eclipse.jetty.client.transport.HttpSender
- dispose() - Method in class org.eclipse.jetty.quic.quiche.foreign.ForeignQuicheConnection
- dispose() - Method in class org.eclipse.jetty.quic.quiche.jna.JnaQuicheConnection
- dispose() - Method in class org.eclipse.jetty.quic.quiche.Quiche
- DO_NOT_HUFFMAN - Static variable in class org.eclipse.jetty.http3.qpack.QpackEncoder
- DO_NOT_INDEX - Static variable in class org.eclipse.jetty.http3.qpack.QpackEncoder
- doAccept(SelectableChannel) - Method in class org.eclipse.jetty.io.SelectorManager
- doAs(Subject, Callable) - Static method in class org.eclipse.jetty.util.security.SecurityUtils
-
Deprecated, for removal: This API element is subject to removal in a future version.
- doCheckExpired(Set, long) - Method in class org.eclipse.jetty.hazelcast.session.HazelcastSessionDataStore
- doCheckExpired(Set, long) - Method in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStore
- doCheckExpired(Set, long) - Method in class org.eclipse.jetty.session.AbstractSessionDataStore
-
Implemented by subclasses to resolve which sessions in this context that are being managed by this node that should be expired.
- doCheckExpired(Set, long) - Method in class org.eclipse.jetty.session.FileSessionDataStore
-
Check to see which sessions have expired.
- doCheckExpired(Set, long) - Method in class org.eclipse.jetty.session.JDBCSessionDataStore
- doCheckExpired(Set, long) - Method in class org.eclipse.jetty.session.NullSessionDataStore
- doCleanOrphans(long) - Method in class org.eclipse.jetty.hazelcast.session.HazelcastSessionDataStore
- doCleanOrphans(long) - Method in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStore
- doCleanOrphans(long) - Method in class org.eclipse.jetty.session.AbstractSessionDataStore
-
Implemented by subclasses to delete sessions for other contexts that expired at or before the timeLimit.
- doCleanOrphans(long) - Method in class org.eclipse.jetty.session.FileSessionDataStore
- doCleanOrphans(long) - Method in class org.eclipse.jetty.session.JDBCSessionDataStore
- doCleanOrphans(long) - Method in class org.eclipse.jetty.session.NullSessionDataStore
- doClientStart() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.client.JakartaWebSocketClientContainer
- doClientStart() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.server.JakartaWebSocketServerContainer
- doClientStart() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.client.JakartaWebSocketClientContainer
- doClientStart() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.server.JakartaWebSocketServerContainer
- doClientStart() - Method in class org.eclipse.jetty.ee8.websocket.javax.client.JavaxWebSocketClientContainer
- doClientStart() - Method in class org.eclipse.jetty.ee8.websocket.javax.server.JavaxWebSocketServerContainer
- doClientStart() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.client.JakartaWebSocketClientContainer
- doClientStart() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.server.JakartaWebSocketServerContainer
- doClientStop() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.client.JakartaWebSocketClientContainer
- doClientStop() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.server.JakartaWebSocketServerContainer
- doClientStop() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.client.JakartaWebSocketClientContainer
- doClientStop() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.server.JakartaWebSocketServerContainer
- doClientStop() - Method in class org.eclipse.jetty.ee8.websocket.javax.client.JavaxWebSocketClientContainer
- doClientStop() - Method in class org.eclipse.jetty.ee8.websocket.javax.server.JavaxWebSocketServerContainer
- doClientStop() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.client.JakartaWebSocketClientContainer
- doClientStop() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.server.JakartaWebSocketServerContainer
- doClose() - Method in class org.eclipse.jetty.io.AbstractEndPoint
- doClose() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
- doClose() - Method in class org.eclipse.jetty.io.SelectableChannelEndPoint
- doClose() - Method in class org.eclipse.jetty.io.ssl.SslConnection.SslEndPoint
- doComputeIfAbsent(String, Function) - Method in class org.eclipse.jetty.session.AbstractSessionCache
-
Compute the mappingFunction to create a Session object iff the session with the given id isn't already in the map, otherwise return the existing Session.
- doComputeIfAbsent(String, Function) - Method in class org.eclipse.jetty.session.DefaultSessionCache
- doComputeIfAbsent(String, Function) - Method in class org.eclipse.jetty.session.NullSessionCache
- DOCUMENT_ROOT - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
- DOCUMENT_URI - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
- doDelete(String) - Method in class org.eclipse.jetty.session.AbstractSessionCache
-
Remove the session with this identity from the store
- doDelete(String) - Method in class org.eclipse.jetty.session.DefaultSessionCache
- doDelete(String) - Method in class org.eclipse.jetty.session.NullSessionCache
- doError(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee8.nested.AbstractHandler
-
Deprecated.
- doError(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee9.nested.AbstractHandler
-
Deprecated.
- doExists(String) - Method in class org.eclipse.jetty.hazelcast.session.HazelcastSessionDataStore
- doExists(String) - Method in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStore
- doExists(String) - Method in class org.eclipse.jetty.session.AbstractSessionDataStore
-
Check if a session for the given id exists.
- doExists(String) - Method in class org.eclipse.jetty.session.FileSessionDataStore
- doExists(String) - Method in class org.eclipse.jetty.session.JDBCSessionDataStore
- doExists(String) - Method in class org.eclipse.jetty.session.NullSessionDataStore
- doFetchRoles() - Method in class org.eclipse.jetty.security.jaas.spi.AbstractDatabaseLoginModule.JDBCUser
- doFetchRoles() - Method in class org.eclipse.jetty.security.jaas.spi.AbstractLoginModule.JAASUser
- doFetchRoles() - Method in class org.eclipse.jetty.security.jaas.spi.LdapLoginModule.LDAPBindingUser
- doFetchRoles() - Method in class org.eclipse.jetty.security.jaas.spi.LdapLoginModule.LDAPUser
- doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.eclipse.jetty.ee10.servlets.DoSFilter
- doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.eclipse.jetty.ee11.servlets.DoSFilter
- doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.eclipse.jetty.ee9.servlets.DoSFilter
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.ee10.fcgi.proxy.TryFilesFilter
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.ee10.servlet.FilterHolder
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.ee10.servlet.FilterHolder.Wrapper
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.ee10.servlets.CrossOriginFilter
-
Deprecated.
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.ee10.servlets.DoSFilter
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.ee10.servlets.HeaderFilter
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.ee10.servlets.QoSFilter
-
Deprecated.
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.ee10.websocket.servlet.WebSocketUpgradeFilter
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.ee11.fcgi.proxy.TryFilesFilter
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.ee11.servlet.FilterHolder
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.ee11.servlet.FilterHolder.Wrapper
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.ee11.servlets.CrossOriginFilter
-
Deprecated.
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.ee11.servlets.DoSFilter
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.ee11.servlets.HeaderFilter
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.ee11.servlets.QoSFilter
-
Deprecated.
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.ee11.websocket.servlet.WebSocketUpgradeFilter
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.ee9.fcgi.proxy.TryFilesFilter
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.ee9.servlet.FilterHolder
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.ee9.servlet.FilterHolder.Wrapper
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.ee9.servlets.CrossOriginFilter
-
Deprecated.
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.ee9.servlets.DoSFilter
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.ee9.servlets.HeaderFilter
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.ee9.servlets.QoSFilter
-
Deprecated.
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.ee9.websocket.servlet.WebSocketUpgradeFilter
- doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.eclipse.jetty.ee8.servlets.DoSFilter
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.ee8.servlet.FilterHolder
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.ee8.servlet.FilterHolder.Wrapper
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.ee8.servlets.CrossOriginFilter
-
Deprecated.
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.ee8.servlets.DoSFilter
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.ee8.servlets.HeaderFilter
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.ee8.servlets.QoSFilter
-
Deprecated.
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.ee8.websocket.servlet.WebSocketUpgradeFilter
- doFilterChain(FilterChain, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee10.servlets.DoSFilter
- doFilterChain(FilterChain, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee11.servlets.DoSFilter
- doFilterChain(FilterChain, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee9.servlets.DoSFilter
- doFilterChain(FilterChain, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee8.servlets.DoSFilter
- doFinishConnect(SelectableChannel) - Method in class org.eclipse.jetty.io.SelectorManager
- doFormat(long, DateTimeFormatter) - Method in class org.eclipse.jetty.util.DateCache
-
Format a date according to supplied formatter.
- doFormatCookieDate(StringBuilder, long) - Method in class org.eclipse.jetty.http.DateGenerator
-
Format "EEE, dd-MMM-yy HH:mm:ss 'GMT'" for cookies
- doFormatDate(long) - Method in class org.eclipse.jetty.http.DateGenerator
-
Format HTTP date "EEE, dd MMM yyyy HH:mm:ss 'GMT'"
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee10.servlet.NoJspServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee10.servlet.ResourceServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee10.servlet.ServletHandler.Default404Servlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee10.servlets.EventSourceServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee11.servlet.NoJspServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee11.servlet.ResourceServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee11.servlet.ServletHandler.Default404Servlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee11.servlets.EventSourceServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee9.nested.ResourceService
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee9.servlet.DefaultServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee9.servlet.NoJspServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee9.servlet.ServletHandler.Default404Servlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee9.servlets.EventSourceServlet
- doGet(String) - Method in class org.eclipse.jetty.session.AbstractSessionCache
-
Get the session matching the key from the cache.
- doGet(String) - Method in class org.eclipse.jetty.session.DefaultSessionCache
- doGet(String) - Method in class org.eclipse.jetty.session.NullSessionCache
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee8.nested.ResourceService
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee8.servlet.DefaultServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee8.servlet.NoJspServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee8.servlet.ServletHandler.Default404Servlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee8.servlets.EventSourceServlet
- doGet(Request, Response, Callback, HttpContent) - Method in class org.eclipse.jetty.server.ResourceService
- doGetExpired(long) - Method in class org.eclipse.jetty.hazelcast.session.HazelcastSessionDataStore
- doGetExpired(long) - Method in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStore
- doGetExpired(long) - Method in class org.eclipse.jetty.session.AbstractSessionDataStore
-
Implemented by subclasses to find sessions for this context in the store that expired at or before the time limit and thus not being actively managed by any node.
- doGetExpired(long) - Method in class org.eclipse.jetty.session.FileSessionDataStore
- doGetExpired(long) - Method in class org.eclipse.jetty.session.JDBCSessionDataStore
- doGetExpired(long) - Method in class org.eclipse.jetty.session.NullSessionDataStore
- doHandle(Class) - Method in class org.eclipse.jetty.ee8.annotations.DeclareRolesAnnotationHandler
- doHandle(Class) - Method in class org.eclipse.jetty.ee8.annotations.MultiPartConfigAnnotationHandler
- doHandle(Class) - Method in class org.eclipse.jetty.ee8.annotations.PostConstructAnnotationHandler
- doHandle(Class) - Method in class org.eclipse.jetty.ee8.annotations.PreDestroyAnnotationHandler
- doHandle(Class) - Method in class org.eclipse.jetty.ee8.annotations.RunAsAnnotationHandler
- doHandle(Class) - Method in class org.eclipse.jetty.ee8.annotations.ServletSecurityAnnotationHandler
- doHandle(Class) - Method in class org.eclipse.jetty.ee9.annotations.DeclareRolesAnnotationHandler
- doHandle(Class) - Method in class org.eclipse.jetty.ee9.annotations.MultiPartConfigAnnotationHandler
- doHandle(Class) - Method in class org.eclipse.jetty.ee9.annotations.PostConstructAnnotationHandler
- doHandle(Class) - Method in class org.eclipse.jetty.ee9.annotations.PreDestroyAnnotationHandler
- doHandle(Class) - Method in class org.eclipse.jetty.ee9.annotations.RunAsAnnotationHandler
- doHandle(Class) - Method in class org.eclipse.jetty.ee9.annotations.ServletSecurityAnnotationHandler
- doHandle(Class) - Method in class org.eclipse.jetty.ee10.annotations.AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
- doHandle(Class) - Method in class org.eclipse.jetty.ee10.annotations.DeclareRolesAnnotationHandler
- doHandle(Class) - Method in class org.eclipse.jetty.ee10.annotations.MultiPartConfigAnnotationHandler
- doHandle(Class) - Method in class org.eclipse.jetty.ee10.annotations.PostConstructAnnotationHandler
- doHandle(Class) - Method in class org.eclipse.jetty.ee10.annotations.PreDestroyAnnotationHandler
- doHandle(Class) - Method in class org.eclipse.jetty.ee10.annotations.ResourceAnnotationHandler
-
Class level Resource annotations declare a name in the environment that will be looked up at runtime.
- doHandle(Class) - Method in class org.eclipse.jetty.ee10.annotations.ResourcesAnnotationHandler
- doHandle(Class) - Method in class org.eclipse.jetty.ee10.annotations.RunAsAnnotationHandler
- doHandle(Class) - Method in class org.eclipse.jetty.ee10.annotations.ServletSecurityAnnotationHandler
- doHandle(Class) - Method in class org.eclipse.jetty.ee11.annotations.AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
- doHandle(Class) - Method in class org.eclipse.jetty.ee11.annotations.DeclareRolesAnnotationHandler
- doHandle(Class) - Method in class org.eclipse.jetty.ee11.annotations.MultiPartConfigAnnotationHandler
- doHandle(Class) - Method in class org.eclipse.jetty.ee11.annotations.PostConstructAnnotationHandler
- doHandle(Class) - Method in class org.eclipse.jetty.ee11.annotations.PreDestroyAnnotationHandler
- doHandle(Class) - Method in class org.eclipse.jetty.ee11.annotations.ResourceAnnotationHandler
-
Class level Resource annotations declare a name in the environment that will be looked up at runtime.
- doHandle(Class) - Method in class org.eclipse.jetty.ee11.annotations.ResourcesAnnotationHandler
- doHandle(Class) - Method in class org.eclipse.jetty.ee11.annotations.RunAsAnnotationHandler
- doHandle(Class) - Method in class org.eclipse.jetty.ee11.annotations.ServletSecurityAnnotationHandler
- doHandle(Class) - Method in class org.eclipse.jetty.ee8.annotations.AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
- doHandle(Class) - Method in class org.eclipse.jetty.ee8.annotations.ResourceAnnotationHandler
-
Class level Resource annotations declare a name in the environment that will be looked up at runtime.
- doHandle(Class) - Method in class org.eclipse.jetty.ee8.annotations.ResourcesAnnotationHandler
- doHandle(Class) - Method in class org.eclipse.jetty.ee9.annotations.AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
- doHandle(Class) - Method in class org.eclipse.jetty.ee9.annotations.ResourceAnnotationHandler
-
Class level Resource annotations declare a name in the environment that will be looked up at runtime.
- doHandle(Class) - Method in class org.eclipse.jetty.ee9.annotations.ResourcesAnnotationHandler
- doHandle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee8.nested.ContextHandler
- doHandle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee8.nested.ScopedHandler
-
Do the handler work within the scope.
- doHandle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee8.nested.SessionHandler
- doHandle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee8.servlet.ServletHandler
- doHandle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
- doHandle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee9.nested.ScopedHandler
-
Do the handler work within the scope.
- doHandle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee9.nested.SessionHandler
- doHandle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee9.servlet.ServletHandler
- doHead(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee10.servlet.ResourceServlet
- doHead(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee11.servlet.ResourceServlet
- doHead(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee9.servlet.DefaultServlet
- doHead(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee8.servlet.DefaultServlet
- doInsert(String, SessionData) - Method in class org.eclipse.jetty.session.JDBCSessionDataStore
- doInvoke(MethodHandle, Object...) - Static method in interface org.eclipse.jetty.websocket.core.util.MethodHolder
- doLoad(String) - Method in class org.eclipse.jetty.hazelcast.session.HazelcastSessionDataStore
- doLoad(String) - Method in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStore
- doLoad(String) - Method in class org.eclipse.jetty.session.AbstractSessionDataStore
-
Load the session from persistent store.
- doLoad(String) - Method in class org.eclipse.jetty.session.FileSessionDataStore
- doLoad(String) - Method in class org.eclipse.jetty.session.JDBCSessionDataStore
- doLoad(String) - Method in class org.eclipse.jetty.session.NullSessionDataStore
- domain(String) - Method in class org.eclipse.jetty.http.HttpCookie.Builder
- DOMAIN_ATTRIBUTE - Static variable in interface org.eclipse.jetty.http.HttpCookie
- DOMAINS_PARAM - Static variable in class org.eclipse.jetty.security.siwe.EthereumAuthenticator
- DONE - Enum constant in enum class org.eclipse.jetty.http.HttpGenerator.Result
- doNonErrorHandle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee8.nested.AbstractHandler.ErrorDispatchHandler
-
Deprecated.
- doNonErrorHandle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee9.nested.AbstractHandler.ErrorDispatchHandler
-
Deprecated.
- doNotFound(HttpServletRequest, HttpServletResponse, String) - Method in class org.eclipse.jetty.ee10.servlet.ResourceServlet
- doNotFound(HttpServletRequest, HttpServletResponse, String) - Method in class org.eclipse.jetty.ee11.servlet.ResourceServlet
- DontHandle() - Constructor for class org.eclipse.jetty.server.handler.ConditionalHandler.DontHandle
- DontHandle(Handler) - Constructor for class org.eclipse.jetty.server.handler.ConditionalHandler.DontHandle
- doOptions(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee10.servlet.ResourceServlet
- doOptions(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee11.servlet.ResourceServlet
- doOptions(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee9.servlet.DefaultServlet
- doOptions(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee8.servlet.DefaultServlet
- doPost(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee10.servlet.DefaultServlet
- doPost(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee11.servlet.DefaultServlet
- doPost(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee9.servlet.DefaultServlet
- doPost(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee8.servlet.DefaultServlet
- doPrivileged(PrivilegedAction) - Static method in class org.eclipse.jetty.util.security.SecurityUtils
-
Runs the given action with the calling context restricted to just the calling frame, not all the frames in the stack.
- doPutIfAbsent(String, ManagedSession) - Method in class org.eclipse.jetty.session.AbstractSessionCache
-
Put the session into the map if it wasn't already there
- doPutIfAbsent(String, ManagedSession) - Method in class org.eclipse.jetty.session.DefaultSessionCache
- doPutIfAbsent(String, ManagedSession) - Method in class org.eclipse.jetty.session.NullSessionCache
- doReplace(String, ManagedSession, ManagedSession) - Method in class org.eclipse.jetty.session.AbstractSessionCache
-
Replace the mapping from id to oldValue with newValue
- doReplace(String, ManagedSession, ManagedSession) - Method in class org.eclipse.jetty.session.DefaultSessionCache
- doReplace(String, ManagedSession, ManagedSession) - Method in class org.eclipse.jetty.session.NullSessionCache
- doRFC2254Encoding(String) - Method in class org.eclipse.jetty.security.jaas.spi.LdapLoginModule
- doScope(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee8.nested.ContextHandler
- doScope(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee8.nested.ScopedHandler
-
Scope the handler
- doScope(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee8.nested.SessionHandler
- doScope(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee8.servlet.ServletHandler
- doScope(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
- doScope(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee9.nested.ScopedHandler
-
Scope the handler
- doScope(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee9.nested.SessionHandler
- doScope(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee9.servlet.ServletHandler
- DoSFilter - Class in org.eclipse.jetty.ee10.servlets
-
Denial of Service filter
- DoSFilter - Class in org.eclipse.jetty.ee11.servlets
-
Denial of Service filter
- DoSFilter - Class in org.eclipse.jetty.ee8.servlets
-
Denial of Service filter
- DoSFilter - Class in org.eclipse.jetty.ee9.servlets
-
Denial of Service filter
- DoSFilter() - Constructor for class org.eclipse.jetty.ee10.servlets.DoSFilter
- DoSFilter() - Constructor for class org.eclipse.jetty.ee11.servlets.DoSFilter
- DoSFilter() - Constructor for class org.eclipse.jetty.ee8.servlets.DoSFilter
- DoSFilter() - Constructor for class org.eclipse.jetty.ee9.servlets.DoSFilter
- DoSFilter.Action - Enum Class in org.eclipse.jetty.ee10.servlets
- DoSFilter.Action - Enum Class in org.eclipse.jetty.ee11.servlets
- DoSFilter.Action - Enum Class in org.eclipse.jetty.ee8.servlets
- DoSFilter.Action - Enum Class in org.eclipse.jetty.ee9.servlets
- DoSFilter.Listener - Class in org.eclipse.jetty.ee10.servlets
-
Listener for actions taken against specific requests.
- DoSFilter.Listener - Class in org.eclipse.jetty.ee11.servlets
-
Listener for actions taken against specific requests.
- DoSFilter.Listener - Class in org.eclipse.jetty.ee8.servlets
-
Listener for actions taken against specific requests.
- DoSFilter.Listener - Class in org.eclipse.jetty.ee9.servlets
-
Listener for actions taken against specific requests.
- DoSFilter.OverLimit - Interface in org.eclipse.jetty.ee10.servlets
- DoSFilter.OverLimit - Interface in org.eclipse.jetty.ee11.servlets
- DoSFilter.OverLimit - Interface in org.eclipse.jetty.ee8.servlets
- DoSFilter.OverLimit - Interface in org.eclipse.jetty.ee9.servlets
- DoSFilter.RateType - Enum Class in org.eclipse.jetty.ee10.servlets
-
Deprecated.
- DoSFilter.RateType - Enum Class in org.eclipse.jetty.ee11.servlets
-
Deprecated.
- DoSFilter.RateType - Enum Class in org.eclipse.jetty.ee8.servlets
-
Deprecated.
- DoSFilter.RateType - Enum Class in org.eclipse.jetty.ee9.servlets
-
Deprecated.
- DoSHandler - Class in org.eclipse.jetty.server.handler
-
A Denial of Service Handler that protects from attacks by limiting the request rate from remote clients.
- DoSHandler(Function, DoSHandler.Tracker.Factory, Request.Handler, int) - Constructor for class org.eclipse.jetty.server.handler.DoSHandler
- DoSHandler(DoSHandler.Tracker.Factory) - Constructor for class org.eclipse.jetty.server.handler.DoSHandler
- DoSHandler(Handler, Function, DoSHandler.Tracker.Factory, Request.Handler, int) - Constructor for class org.eclipse.jetty.server.handler.DoSHandler
- DoSHandler(Handler, Function, DoSHandler.Tracker.Factory, Request.Handler, int, boolean) - Constructor for class org.eclipse.jetty.server.handler.DoSHandler
- DoSHandler.DelayedRejectHandler - Class in org.eclipse.jetty.server.handler
-
A Handler to reject DoS requests after first delaying them.
- DoSHandler.LeakingBucketTrackerFactory - Class in org.eclipse.jetty.server.handler
-
The Tracker implements the classic Leaky Bucket Algorithm.
- DoSHandler.StatusRejectHandler - Class in org.eclipse.jetty.server.handler
-
A Handler to reject DoS requests with a status code or failure.
- DoSHandler.Tracker - Interface in org.eclipse.jetty.server.handler
-
A RateTracker is associated with an id, and stores request rate data.
- DoSHandler.Tracker.Factory - Interface in org.eclipse.jetty.server.handler
- doShutdownInput() - Method in class org.eclipse.jetty.io.AbstractEndPoint
- doShutdownOutput() - Method in class org.eclipse.jetty.io.AbstractEndPoint
- doShutdownOutput() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
- doShutdownOutput() - Method in class org.eclipse.jetty.io.SocketChannelEndPoint
- doShutdownOutput() - Method in class org.eclipse.jetty.io.ssl.SslConnection.SslEndPoint
- doShutdownOutput() - Method in class org.eclipse.jetty.server.LocalConnector.LocalEndPoint
- doStart() - Method in class org.eclipse.jetty.client.AbstractConnectionPool
- doStart() - Method in class org.eclipse.jetty.client.AbstractConnectorHttpClientTransport
- doStart() - Method in class org.eclipse.jetty.client.HttpClient
- doStart() - Method in class org.eclipse.jetty.client.transport.HttpDestination
- doStart() - Method in class org.eclipse.jetty.compression.Compression
- doStart() - Method in class org.eclipse.jetty.compression.gzip.GzipCompression
- doStart() - Method in class org.eclipse.jetty.compression.server.CompressionHandler
- doStart() - Method in class org.eclipse.jetty.coreapp.CoreAppContext
- doStart() - Method in class org.eclipse.jetty.deploy.DeploymentScanner
- doStart() - Method in class org.eclipse.jetty.ee10.servlet.BaseHolder
- doStart() - Method in class org.eclipse.jetty.ee10.servlet.FilterHolder
- doStart() - Method in class org.eclipse.jetty.ee10.servlet.ListenerHolder
- doStart() - Method in class org.eclipse.jetty.ee10.servlet.security.ConstraintSecurityHandler
- doStart() - Method in class org.eclipse.jetty.ee10.servlet.ServletContainerInitializerHolder
- doStart() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler
- doStart() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler.ServletContainerInitializerStarter
- doStart() - Method in class org.eclipse.jetty.ee10.servlet.ServletHandler
- doStart() - Method in class org.eclipse.jetty.ee10.servlet.ServletHolder
- doStart() - Method in class org.eclipse.jetty.ee10.servlet.SessionHandler
- doStart() - Method in class org.eclipse.jetty.ee10.webapp.WebAppContext
- doStart() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.client.JakartaWebSocketClientContainer
- doStart() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.SessionTracker
- doStart() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.server.JakartaWebSocketServerContainer
- doStart() - Method in class org.eclipse.jetty.ee11.servlet.BaseHolder
- doStart() - Method in class org.eclipse.jetty.ee11.servlet.FilterHolder
- doStart() - Method in class org.eclipse.jetty.ee11.servlet.ListenerHolder
- doStart() - Method in class org.eclipse.jetty.ee11.servlet.security.ConstraintSecurityHandler
- doStart() - Method in class org.eclipse.jetty.ee11.servlet.ServletContainerInitializerHolder
- doStart() - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler
- doStart() - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler.ServletContainerInitializerStarter
- doStart() - Method in class org.eclipse.jetty.ee11.servlet.ServletHandler
- doStart() - Method in class org.eclipse.jetty.ee11.servlet.ServletHolder
- doStart() - Method in class org.eclipse.jetty.ee11.servlet.SessionHandler
- doStart() - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
- doStart() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.client.JakartaWebSocketClientContainer
- doStart() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.SessionTracker
- doStart() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.server.JakartaWebSocketServerContainer
- doStart() - Method in class org.eclipse.jetty.ee8.nested.AbstractHandler
- doStart() - Method in class org.eclipse.jetty.ee8.nested.ContextHandler.CoreContextHandler
- doStart() - Method in class org.eclipse.jetty.ee8.nested.ContextHandler
- doStart() - Method in class org.eclipse.jetty.ee8.nested.DebugHandler
- doStart() - Method in class org.eclipse.jetty.ee8.nested.ResourceHandler
- doStart() - Method in class org.eclipse.jetty.ee8.nested.ScopedHandler
- doStart() - Method in class org.eclipse.jetty.ee8.nested.SessionHandler
- doStart() - Method in class org.eclipse.jetty.ee8.nested.ThreadLimitHandler
- doStart() - Method in class org.eclipse.jetty.ee8.security.ConstraintSecurityHandler
- doStart() - Method in class org.eclipse.jetty.ee8.security.SecurityHandler
- doStart() - Method in class org.eclipse.jetty.ee8.servlet.BaseHolder
- doStart() - Method in class org.eclipse.jetty.ee8.servlet.ErrorPageErrorHandler
- doStart() - Method in class org.eclipse.jetty.ee8.servlet.FilterHolder
- doStart() - Method in class org.eclipse.jetty.ee8.servlet.ListenerHolder
- doStart() - Method in class org.eclipse.jetty.ee8.servlet.ServletContainerInitializerHolder
- doStart() - Method in class org.eclipse.jetty.ee8.servlet.ServletContextHandler
- doStart() - Method in class org.eclipse.jetty.ee8.servlet.ServletContextHandler.Initializer
-
Deprecated.
- doStart() - Method in class org.eclipse.jetty.ee8.servlet.ServletContextHandler.ServletContainerInitializerStarter
- doStart() - Method in class org.eclipse.jetty.ee8.servlet.ServletHandler
- doStart() - Method in class org.eclipse.jetty.ee8.servlet.ServletHolder
- doStart() - Method in class org.eclipse.jetty.ee8.webapp.WebAppContext
- doStart() - Method in class org.eclipse.jetty.ee8.websocket.common.SessionTracker
- doStart() - Method in class org.eclipse.jetty.ee8.websocket.javax.client.JavaxWebSocketClientContainer
- doStart() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.SessionTracker
- doStart() - Method in class org.eclipse.jetty.ee8.websocket.javax.server.JavaxWebSocketServerContainer
- doStart() - Method in class org.eclipse.jetty.ee9.nested.AbstractHandler
- doStart() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.CoreContextHandler
- doStart() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
- doStart() - Method in class org.eclipse.jetty.ee9.nested.DebugHandler
- doStart() - Method in class org.eclipse.jetty.ee9.nested.ResourceHandler
- doStart() - Method in class org.eclipse.jetty.ee9.nested.ScopedHandler
- doStart() - Method in class org.eclipse.jetty.ee9.nested.SessionHandler
- doStart() - Method in class org.eclipse.jetty.ee9.nested.ThreadLimitHandler
- doStart() - Method in class org.eclipse.jetty.ee9.security.ConstraintSecurityHandler
- doStart() - Method in class org.eclipse.jetty.ee9.security.SecurityHandler
- doStart() - Method in class org.eclipse.jetty.ee9.servlet.BaseHolder
- doStart() - Method in class org.eclipse.jetty.ee9.servlet.ErrorPageErrorHandler
- doStart() - Method in class org.eclipse.jetty.ee9.servlet.FilterHolder
- doStart() - Method in class org.eclipse.jetty.ee9.servlet.ListenerHolder
- doStart() - Method in class org.eclipse.jetty.ee9.servlet.ServletContainerInitializerHolder
- doStart() - Method in class org.eclipse.jetty.ee9.servlet.ServletContextHandler
- doStart() - Method in class org.eclipse.jetty.ee9.servlet.ServletContextHandler.Initializer
-
Deprecated.
- doStart() - Method in class org.eclipse.jetty.ee9.servlet.ServletContextHandler.ServletContainerInitializerStarter
- doStart() - Method in class org.eclipse.jetty.ee9.servlet.ServletHandler
- doStart() - Method in class org.eclipse.jetty.ee9.servlet.ServletHolder
- doStart() - Method in class org.eclipse.jetty.ee9.webapp.WebAppContext
- doStart() - Method in class org.eclipse.jetty.ee9.websocket.common.SessionTracker
- doStart() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.client.JakartaWebSocketClientContainer
- doStart() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.SessionTracker
- doStart() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.server.JakartaWebSocketServerContainer
- doStart() - Method in class org.eclipse.jetty.fcgi.proxy.FastCGIProxyHandler
- doStart() - Method in class org.eclipse.jetty.http2.client.transport.HttpClientTransportOverHTTP2
- doStart() - Method in class org.eclipse.jetty.http3.client.HTTP3Client
- doStart() - Method in class org.eclipse.jetty.http3.client.transport.HttpClientTransportOverHTTP3
- doStart() - Method in class org.eclipse.jetty.http3.server.AbstractHTTP3ServerConnectionFactory
- doStart() - Method in class org.eclipse.jetty.io.ClientConnector
- doStart() - Method in class org.eclipse.jetty.io.ConnectionStatistics
- doStart() - Method in class org.eclipse.jetty.io.ManagedSelector
- doStart() - Method in class org.eclipse.jetty.io.SelectorManager
- doStart() - Method in class org.eclipse.jetty.jmx.ConnectorServer
- doStart() - Method in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStore
- doStart() - Method in class org.eclipse.jetty.osgi.BundleContextProvider
- doStart() - Method in class org.eclipse.jetty.osgi.BundleWebAppProvider
- doStart() - Method in class org.eclipse.jetty.proxy.ProxyHandler
- doStart() - Method in class org.eclipse.jetty.quic.common.ProtocolSession
- doStart() - Method in class org.eclipse.jetty.quic.quiche.server.AbstractQuicheServerConnectionFactory
- doStart() - Method in class org.eclipse.jetty.quic.quiche.server.QuicheServerConnector
- doStart() - Method in class org.eclipse.jetty.security.HashLoginService
- doStart() - Method in class org.eclipse.jetty.security.jaas.JAASLoginService
- doStart() - Method in class org.eclipse.jetty.security.jaas.PropertyUserStoreManager
- doStart() - Method in class org.eclipse.jetty.security.JDBCLoginService
- doStart() - Method in class org.eclipse.jetty.security.openid.OpenIdConfiguration
- doStart() - Method in class org.eclipse.jetty.security.PropertyUserStore
-
Depending on the value of the refresh interval, this method will either start up a scanner thread that will monitor the properties file for changes after it has initially loaded it.
- doStart() - Method in class org.eclipse.jetty.security.SecurityHandler
- doStart() - Method in class org.eclipse.jetty.security.SPNEGOLoginService
- doStart() - Method in class org.eclipse.jetty.server.AbstractConnector
- doStart() - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
- doStart() - Method in class org.eclipse.jetty.server.AcceptRateLimit
- doStart() - Method in class org.eclipse.jetty.server.AllowedResourceAliasChecker
- doStart() - Method in class org.eclipse.jetty.server.AsyncRequestLogWriter
- doStart() - Method in class org.eclipse.jetty.server.ConnectionLimit
-
Deprecated.
- doStart() - Method in class org.eclipse.jetty.server.CustomRequestLog
-
Set up request logging and open log file.
- doStart() - Method in class org.eclipse.jetty.server.DatagramServerConnector
- doStart() - Method in class org.eclipse.jetty.server.Handler.Abstract
- doStart() - Method in class org.eclipse.jetty.server.handler.ConditionalHandler
- doStart() - Method in class org.eclipse.jetty.server.handler.ConnectHandler
- doStart() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- doStart() - Method in class org.eclipse.jetty.server.handler.CrossOriginHandler
- doStart() - Method in class org.eclipse.jetty.server.handler.DebugHandler
- doStart() - Method in class org.eclipse.jetty.server.handler.DoSHandler.DelayedRejectHandler
- doStart() - Method in class org.eclipse.jetty.server.handler.DoSHandler
- doStart() - Method in class org.eclipse.jetty.server.handler.GracefulHandler
- doStart() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Deprecated.
- doStart() - Method in class org.eclipse.jetty.server.handler.QoSHandler
- doStart() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
- doStart() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- doStart() - Method in class org.eclipse.jetty.server.handler.ThreadLimitHandler
- doStart() - Method in class org.eclipse.jetty.server.LowResourceMonitor
- doStart() - Method in class org.eclipse.jetty.server.MemoryConnector
- doStart() - Method in class org.eclipse.jetty.server.NetworkConnectionLimit
- doStart() - Method in class org.eclipse.jetty.server.RequestLogWriter
- doStart() - Method in class org.eclipse.jetty.server.Server
- doStart() - Method in class org.eclipse.jetty.server.ServerConnector
- doStart() - Method in class org.eclipse.jetty.server.Slf4jRequestLogWriter
- doStart() - Method in class org.eclipse.jetty.server.SslConnectionFactory
- doStart() - Method in class org.eclipse.jetty.session.AbstractSessionCache
- doStart() - Method in class org.eclipse.jetty.session.AbstractSessionDataStore
- doStart() - Method in class org.eclipse.jetty.session.AbstractSessionManager
- doStart() - Method in class org.eclipse.jetty.session.CachingSessionDataStore
- doStart() - Method in class org.eclipse.jetty.session.DefaultSessionIdManager
- doStart() - Method in class org.eclipse.jetty.session.FileSessionDataStore
- doStart() - Method in class org.eclipse.jetty.session.HouseKeeper
- doStart() - Method in class org.eclipse.jetty.session.JDBCSessionDataStore
- doStart() - Method in class org.eclipse.jetty.unixdomain.server.UnixDomainServerConnector
- doStart() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
-
Method to override to start the lifecycle
- doStart() - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
-
Starts the managed lifecycle beans in the order they were added.
- doStart() - Method in class org.eclipse.jetty.util.compression.CompressionPool
- doStart() - Method in class org.eclipse.jetty.util.preventers.AbstractLeakPreventer
- doStart() - Method in class org.eclipse.jetty.util.Scanner
-
Start the scanning action.
- doStart() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
Creates the SSLContext object and starts the lifecycle
- doStart() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
- doStart() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
- doStart() - Method in class org.eclipse.jetty.util.thread.ReservedThreadExecutor
- doStart() - Method in class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler
- doStart() - Method in class org.eclipse.jetty.util.thread.Sweeper
- doStart() - Method in class org.eclipse.jetty.util.thread.TimerScheduler
-
Deprecated.
- doStart() - Method in class org.eclipse.jetty.util.thread.VirtualThreadPool
- doStart() - Method in class org.eclipse.jetty.websocket.common.SessionTracker
- doStart() - Method in class org.eclipse.jetty.websocket.core.server.WebSocketUpgradeHandler
- doStart() - Method in class org.eclipse.jetty.websocket.server.ServerWebSocketContainer
- doStart() - Method in class org.eclipse.jetty.websocket.server.WebSocketUpgradeHandler
- doStartInContext() - Method in class org.eclipse.jetty.ee8.nested.ContextHandler
- doStartInContext() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
- doStop() - Method in class org.eclipse.jetty.client.AbstractConnectionPool
- doStop() - Method in class org.eclipse.jetty.client.HttpClient
- doStop() - Method in class org.eclipse.jetty.client.transport.HttpDestination
- doStop() - Method in class org.eclipse.jetty.compression.gzip.GzipCompression
- doStop() - Method in class org.eclipse.jetty.compression.server.CompressionHandler
- doStop() - Method in class org.eclipse.jetty.coreapp.CoreAppContext
- doStop() - Method in class org.eclipse.jetty.deploy.DeploymentScanner
- doStop() - Method in class org.eclipse.jetty.ee10.servlet.BaseHolder
- doStop() - Method in class org.eclipse.jetty.ee10.servlet.FilterHolder
- doStop() - Method in class org.eclipse.jetty.ee10.servlet.ListenerHolder
- doStop() - Method in class org.eclipse.jetty.ee10.servlet.security.ConstraintSecurityHandler
- doStop() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler
- doStop() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler.ServletContainerInitializerStarter
- doStop() - Method in class org.eclipse.jetty.ee10.servlet.ServletHandler
- doStop() - Method in class org.eclipse.jetty.ee10.servlet.ServletHolder
- doStop() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.client.JakartaWebSocketClientContainer
- doStop() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.SessionTracker
- doStop() - Method in class org.eclipse.jetty.ee11.servlet.BaseHolder
- doStop() - Method in class org.eclipse.jetty.ee11.servlet.FilterHolder
- doStop() - Method in class org.eclipse.jetty.ee11.servlet.ListenerHolder
- doStop() - Method in class org.eclipse.jetty.ee11.servlet.security.ConstraintSecurityHandler
- doStop() - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler
- doStop() - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler.ServletContainerInitializerStarter
- doStop() - Method in class org.eclipse.jetty.ee11.servlet.ServletHandler
- doStop() - Method in class org.eclipse.jetty.ee11.servlet.ServletHolder
- doStop() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.client.JakartaWebSocketClientContainer
- doStop() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.SessionTracker
- doStop() - Method in class org.eclipse.jetty.ee8.nested.AbstractHandler
- doStop() - Method in class org.eclipse.jetty.ee8.nested.ContextHandler.CoreContextHandler
- doStop() - Method in class org.eclipse.jetty.ee8.nested.ContextHandler
- doStop() - Method in class org.eclipse.jetty.ee8.nested.DebugHandler
- doStop() - Method in class org.eclipse.jetty.ee8.security.ConstraintSecurityHandler
- doStop() - Method in class org.eclipse.jetty.ee8.security.SecurityHandler
- doStop() - Method in class org.eclipse.jetty.ee8.servlet.BaseHolder
- doStop() - Method in class org.eclipse.jetty.ee8.servlet.FilterHolder
- doStop() - Method in class org.eclipse.jetty.ee8.servlet.ListenerHolder
- doStop() - Method in class org.eclipse.jetty.ee8.servlet.ServletContextHandler
- doStop() - Method in class org.eclipse.jetty.ee8.servlet.ServletContextHandler.ServletContainerInitializerStarter
- doStop() - Method in class org.eclipse.jetty.ee8.servlet.ServletHandler
- doStop() - Method in class org.eclipse.jetty.ee8.servlet.ServletHolder
- doStop() - Method in class org.eclipse.jetty.ee8.websocket.client.WebSocketClient
- doStop() - Method in class org.eclipse.jetty.ee8.websocket.common.SessionTracker
- doStop() - Method in class org.eclipse.jetty.ee8.websocket.javax.client.JavaxWebSocketClientContainer
- doStop() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.SessionTracker
- doStop() - Method in class org.eclipse.jetty.ee9.nested.AbstractHandler
- doStop() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.CoreContextHandler
- doStop() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
- doStop() - Method in class org.eclipse.jetty.ee9.nested.DebugHandler
- doStop() - Method in class org.eclipse.jetty.ee9.security.ConstraintSecurityHandler
- doStop() - Method in class org.eclipse.jetty.ee9.security.SecurityHandler
- doStop() - Method in class org.eclipse.jetty.ee9.servlet.BaseHolder
- doStop() - Method in class org.eclipse.jetty.ee9.servlet.FilterHolder
- doStop() - Method in class org.eclipse.jetty.ee9.servlet.ListenerHolder
- doStop() - Method in class org.eclipse.jetty.ee9.servlet.ServletContextHandler
- doStop() - Method in class org.eclipse.jetty.ee9.servlet.ServletContextHandler.ServletContainerInitializerStarter
- doStop() - Method in class org.eclipse.jetty.ee9.servlet.ServletHandler
- doStop() - Method in class org.eclipse.jetty.ee9.servlet.ServletHolder
- doStop() - Method in class org.eclipse.jetty.ee9.websocket.client.WebSocketClient
- doStop() - Method in class org.eclipse.jetty.ee9.websocket.common.SessionTracker
- doStop() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.client.JakartaWebSocketClientContainer
- doStop() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.SessionTracker
- doStop() - Method in class org.eclipse.jetty.http.spi.DelegatingThreadPool
- doStop() - Method in class org.eclipse.jetty.http2.HTTP2Session
- doStop() - Method in class org.eclipse.jetty.io.ClientConnector
- doStop() - Method in class org.eclipse.jetty.io.ManagedSelector
- doStop() - Method in class org.eclipse.jetty.io.SelectorManager
- doStop() - Method in class org.eclipse.jetty.jmx.ConnectorServer
- doStop() - Method in class org.eclipse.jetty.memcached.session.MemcachedSessionDataMap
- doStop() - Method in class org.eclipse.jetty.osgi.BundleContextProvider
- doStop() - Method in class org.eclipse.jetty.osgi.BundleWebAppProvider
- doStop() - Method in class org.eclipse.jetty.quic.common.ProtocolSession
- doStop() - Method in class org.eclipse.jetty.quic.quiche.server.AbstractQuicheServerConnectionFactory
- doStop() - Method in class org.eclipse.jetty.security.HashLoginService
- doStop() - Method in class org.eclipse.jetty.security.jaas.PropertyUserStoreManager
- doStop() - Method in class org.eclipse.jetty.security.JDBCLoginService
- doStop() - Method in class org.eclipse.jetty.security.PropertyUserStore
- doStop() - Method in class org.eclipse.jetty.security.SecurityHandler
- doStop() - Method in class org.eclipse.jetty.server.AbstractConnector
- doStop() - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
- doStop() - Method in class org.eclipse.jetty.server.AcceptRateLimit
- doStop() - Method in class org.eclipse.jetty.server.AllowedResourceAliasChecker
- doStop() - Method in class org.eclipse.jetty.server.AsyncRequestLogWriter
- doStop() - Method in class org.eclipse.jetty.server.ConnectionLimit
-
Deprecated.
- doStop() - Method in class org.eclipse.jetty.server.DatagramServerConnector
- doStop() - Method in class org.eclipse.jetty.server.Handler.Abstract
- doStop() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- doStop() - Method in class org.eclipse.jetty.server.handler.DebugHandler
- doStop() - Method in class org.eclipse.jetty.server.handler.DoSHandler.DelayedRejectHandler
- doStop() - Method in class org.eclipse.jetty.server.handler.DoSHandler
- doStop() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Deprecated.
- doStop() - Method in class org.eclipse.jetty.server.handler.QoSHandler
- doStop() - Method in class org.eclipse.jetty.server.LowResourceMonitor
- doStop() - Method in class org.eclipse.jetty.server.MemoryConnector
- doStop() - Method in class org.eclipse.jetty.server.NetworkConnectionLimit
- doStop() - Method in class org.eclipse.jetty.server.RequestLogWriter
- doStop() - Method in class org.eclipse.jetty.server.Server
- doStop() - Method in class org.eclipse.jetty.server.ServerConnector
- doStop() - Method in class org.eclipse.jetty.session.AbstractSessionCache
- doStop() - Method in class org.eclipse.jetty.session.AbstractSessionManager
- doStop() - Method in class org.eclipse.jetty.session.CachingSessionDataStore
- doStop() - Method in class org.eclipse.jetty.session.DefaultSessionIdManager
- doStop() - Method in class org.eclipse.jetty.session.FileSessionDataStore
- doStop() - Method in class org.eclipse.jetty.session.HouseKeeper
- doStop() - Method in class org.eclipse.jetty.session.JDBCSessionDataStore
- doStop() - Method in class org.eclipse.jetty.unixdomain.server.UnixDomainServerConnector
- doStop() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
-
Method to override to stop the lifecycle
- doStop() - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
-
Stops the managed lifecycle beans in the reverse order they were added.
- doStop() - Method in class org.eclipse.jetty.util.compression.CompressionPool
- doStop() - Method in class org.eclipse.jetty.util.Scanner
-
Stop the scanning.
- doStop() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- doStop() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
- doStop() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
- doStop() - Method in class org.eclipse.jetty.util.thread.ReservedThreadExecutor
- doStop() - Method in class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler
- doStop() - Method in class org.eclipse.jetty.util.thread.Sweeper
- doStop() - Method in class org.eclipse.jetty.util.thread.TimerScheduler
-
Deprecated.
- doStop() - Method in class org.eclipse.jetty.util.thread.VirtualThreadPool
- doStop() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
- doStop() - Method in class org.eclipse.jetty.websocket.common.SessionTracker
- doStopInContext() - Method in class org.eclipse.jetty.ee8.nested.ContextHandler
- doStopInContext() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
- doStore(String, SessionData, long) - Method in class org.eclipse.jetty.hazelcast.session.HazelcastSessionDataStore
- doStore(String, SessionData, long) - Method in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStore
- doStore(String, SessionData, long) - Method in class org.eclipse.jetty.session.AbstractSessionDataStore
-
Store the session data persistently.
- doStore(String, SessionData, long) - Method in class org.eclipse.jetty.session.FileSessionDataStore
- doStore(String, SessionData, long) - Method in class org.eclipse.jetty.session.JDBCSessionDataStore
- doStore(String, SessionData, long) - Method in class org.eclipse.jetty.session.NullSessionDataStore
- doTrace(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee10.servlet.ResourceServlet
- doTrace(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee11.servlet.ResourceServlet
- doTrace(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee9.servlet.DefaultServlet
- doTrace(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee8.servlet.DefaultServlet
- DoubleDecoder - Class in org.eclipse.jetty.ee10.websocket.jakarta.common.decoders
-
Default implementation of the
Decoder.TextMessage toDoubleto decoder - DoubleDecoder - Class in org.eclipse.jetty.ee11.websocket.jakarta.common.decoders
-
Default implementation of the
Decoder.TextMessage toDoubleto decoder - DoubleDecoder - Class in org.eclipse.jetty.ee8.websocket.javax.common.decoders
-
Default implementation of the
Decoder.TextMessage toDoubleto decoder - DoubleDecoder - Class in org.eclipse.jetty.ee9.websocket.jakarta.common.decoders
-
Default implementation of the
Decoder.TextMessage toDoubleto decoder - DoubleDecoder() - Constructor for class org.eclipse.jetty.ee10.websocket.jakarta.common.decoders.DoubleDecoder
- DoubleDecoder() - Constructor for class org.eclipse.jetty.ee11.websocket.jakarta.common.decoders.DoubleDecoder
- DoubleDecoder() - Constructor for class org.eclipse.jetty.ee8.websocket.javax.common.decoders.DoubleDecoder
- DoubleDecoder() - Constructor for class org.eclipse.jetty.ee9.websocket.jakarta.common.decoders.DoubleDecoder
- DoubleEncoder - Class in org.eclipse.jetty.ee10.websocket.jakarta.common.encoders
-
Default encoder for
DoubletoEncoder.TextMessage encoder - DoubleEncoder - Class in org.eclipse.jetty.ee11.websocket.jakarta.common.encoders
-
Default encoder for
DoubletoEncoder.TextMessage encoder - DoubleEncoder - Class in org.eclipse.jetty.ee8.websocket.javax.common.encoders
-
Default encoder for
DoubletoEncoder.TextMessage encoder - DoubleEncoder - Class in org.eclipse.jetty.ee9.websocket.jakarta.common.encoders
-
Default encoder for
DoubletoEncoder.TextMessage encoder - DoubleEncoder() - Constructor for class org.eclipse.jetty.ee10.websocket.jakarta.common.encoders.DoubleEncoder
- DoubleEncoder() - Constructor for class org.eclipse.jetty.ee11.websocket.jakarta.common.encoders.DoubleEncoder
- DoubleEncoder() - Constructor for class org.eclipse.jetty.ee8.websocket.javax.common.encoders.DoubleEncoder
- DoubleEncoder() - Constructor for class org.eclipse.jetty.ee9.websocket.jakarta.common.encoders.DoubleEncoder
- doUpdate(String, SessionData) - Method in class org.eclipse.jetty.session.JDBCSessionDataStore
- downcallHandle(String, FunctionDescriptor) - Static method in class org.eclipse.jetty.quic.quiche.foreign.NativeHelper
- DownstreamConnection(EndPoint, Executor, ByteBufferPool, ConcurrentMap) - Constructor for class org.eclipse.jetty.server.handler.ConnectHandler.DownstreamConnection
- drainCipherBytes(ByteBuffer) - Method in class org.eclipse.jetty.quic.quiche.foreign.ForeignQuicheConnection
- drainCipherBytes(ByteBuffer) - Method in class org.eclipse.jetty.quic.quiche.jna.JnaQuicheConnection
-
Fill the given buffer with cipher text to be sent.
- drainCipherBytes(ByteBuffer) - Method in class org.eclipse.jetty.quic.quiche.Quiche
-
Fill the given buffer with cipher text to be sent.
- drainClearBytesForStream(long, ByteBuffer, boolean[]) - Method in class org.eclipse.jetty.quic.quiche.foreign.ForeignQuicheConnection
- drainClearBytesForStream(long, ByteBuffer, boolean[]) - Method in class org.eclipse.jetty.quic.quiche.jna.JnaQuicheConnection
- drainClearBytesForStream(long, ByteBuffer, boolean[]) - Method in class org.eclipse.jetty.quic.quiche.Quiche
- drainTo(Collection) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
- drainTo(Collection, int) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
- DriverManagerLeakPreventer - Class in org.eclipse.jetty.util.preventers
-
Cause DriverManager.getCallerClassLoader() to be called, which will pin the classloader.
- DriverManagerLeakPreventer() - Constructor for class org.eclipse.jetty.util.preventers.DriverManagerLeakPreventer
- dummy - Variable in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_config
- dummy - Variable in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_conn
- dummy - Variable in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_stream_iter
- dump() - Method in class org.eclipse.jetty.client.ContentDecoder.Factories
- dump() - Method in class org.eclipse.jetty.client.ProtocolHandlers
- dump() - Method in class org.eclipse.jetty.ee10.servlet.BaseHolder
- dump() - Method in class org.eclipse.jetty.ee10.servlet.FilterMapping
- dump() - Method in class org.eclipse.jetty.ee10.servlet.Holder
- dump() - Method in class org.eclipse.jetty.ee10.webapp.Configurations
- dump() - Method in class org.eclipse.jetty.ee11.servlet.BaseHolder
- dump() - Method in class org.eclipse.jetty.ee11.servlet.FilterMapping
- dump() - Method in class org.eclipse.jetty.ee11.servlet.Holder
- dump() - Method in class org.eclipse.jetty.ee11.webapp.Configurations
- dump() - Method in class org.eclipse.jetty.ee8.servlet.BaseHolder
- dump() - Method in class org.eclipse.jetty.ee8.servlet.FilterMapping
- dump() - Method in class org.eclipse.jetty.ee8.servlet.Holder
- dump() - Method in class org.eclipse.jetty.ee8.webapp.Configurations
- dump() - Method in class org.eclipse.jetty.ee9.servlet.BaseHolder
- dump() - Method in class org.eclipse.jetty.ee9.servlet.FilterMapping
- dump() - Method in class org.eclipse.jetty.ee9.servlet.Holder
- dump() - Method in class org.eclipse.jetty.ee9.webapp.Configurations
- dump() - Method in class org.eclipse.jetty.http.pathmap.PathMappings
- dump() - Method in class org.eclipse.jetty.http2.AbstractFlowControlStrategy
- dump() - Method in class org.eclipse.jetty.http2.HTTP2Stream
- dump() - Method in class org.eclipse.jetty.io.ArrayByteBufferPool.Tracking.TrackedBuffer
- dump() - Method in class org.eclipse.jetty.jmx.MBeanContainer
- dump() - Method in class org.eclipse.jetty.jndi.NamingContext
- dump() - Method in class org.eclipse.jetty.quic.common.SessionContainer
- dump() - Method in class org.eclipse.jetty.server.HttpConfiguration
- dump() - Method in class org.eclipse.jetty.util.Attributes.Lazy
- dump() - Method in class org.eclipse.jetty.util.AttributesMap
-
Deprecated.
- dump() - Method in class org.eclipse.jetty.util.component.ClassLoaderDump
- dump() - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
- dump() - Method in interface org.eclipse.jetty.util.component.Dumpable
- dump() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- dump() - Method in class org.eclipse.jetty.util.statistic.RateStatistic
- dump() - Method in class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler
- dump() - Method in class org.eclipse.jetty.websocket.core.ExtensionStack
- dump() - Method in class org.eclipse.jetty.websocket.core.WebSocketConnection
- dump() - Method in class org.eclipse.jetty.websocket.core.WebSocketCoreSession
- dump(Appendable) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
-
Dump this object to an Appendable with no indent.
- dump(Appendable, String) - Method in class org.eclipse.jetty.client.AbstractConnectionPool
- dump(Appendable, String) - Method in class org.eclipse.jetty.client.ContentDecoder.Factories
- dump(Appendable, String) - Method in class org.eclipse.jetty.client.ProtocolHandlers
- dump(Appendable, String) - Method in class org.eclipse.jetty.client.RequestListeners
- dump(Appendable, String) - Method in class org.eclipse.jetty.client.transport.HttpDestination
- dump(Appendable, String) - Method in class org.eclipse.jetty.client.ValidatingConnectionPool
- dump(Appendable, String) - Method in class org.eclipse.jetty.deploy.DeploymentScanner
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee10.servlet.BaseHolder
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee10.servlet.FilterHolder
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee10.servlet.FilterMapping
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee10.servlet.security.ConstraintSecurityHandler
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee10.servlet.ServletHandler
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee10.servlet.ServletHolder
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee10.servlet.ServletMapping
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee10.webapp.Configurations
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee10.webapp.WebAppContext
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketContainer
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.SessionTracker
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee10.websocket.server.JettyWebSocketServerContainer
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee10.websocket.servlet.WebSocketUpgradeFilter
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee11.servlet.BaseHolder
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee11.servlet.FilterHolder
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee11.servlet.FilterMapping
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee11.servlet.security.ConstraintSecurityHandler
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee11.servlet.ServletHandler
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee11.servlet.ServletHolder
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee11.servlet.ServletMapping
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee11.webapp.Configurations
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketContainer
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.SessionTracker
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee11.websocket.server.JettyWebSocketServerContainer
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee11.websocket.servlet.WebSocketUpgradeFilter
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee8.nested.ContextHandler
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee8.nested.InetAccessHandler
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee8.security.ConstraintSecurityHandler
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee8.servlet.BaseHolder
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee8.servlet.FilterHolder
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee8.servlet.FilterMapping
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee8.servlet.ServletHandler
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee8.servlet.ServletHolder
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee8.servlet.ServletMapping
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee8.webapp.Configurations
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee8.webapp.WebAppContext
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee8.websocket.client.WebSocketClient
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee8.websocket.common.JettyWebSocketFrameHandlerFactory
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee8.websocket.common.SessionTracker
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee8.websocket.common.WebSocketSession
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketContainer
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee8.websocket.javax.common.SessionTracker
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee8.websocket.server.JettyWebSocketServerContainer
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee8.websocket.servlet.WebSocketUpgradeFilter
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee9.nested.InetAccessHandler
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee9.security.ConstraintSecurityHandler
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee9.servlet.BaseHolder
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee9.servlet.FilterHolder
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee9.servlet.FilterMapping
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee9.servlet.ServletHandler
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee9.servlet.ServletHolder
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee9.servlet.ServletMapping
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee9.webapp.Configurations
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee9.webapp.WebAppContext
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee9.websocket.client.WebSocketClient
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee9.websocket.common.JettyWebSocketFrameHandlerFactory
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee9.websocket.common.SessionTracker
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee9.websocket.common.WebSocketSession
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketContainer
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.SessionTracker
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee9.websocket.server.JettyWebSocketServerContainer
- dump(Appendable, String) - Method in class org.eclipse.jetty.ee9.websocket.servlet.WebSocketUpgradeFilter
- dump(Appendable, String) - Method in class org.eclipse.jetty.http.pathmap.PathMappings
- dump(Appendable, String) - Method in class org.eclipse.jetty.http2.AbstractFlowControlStrategy
- dump(Appendable, String) - Method in class org.eclipse.jetty.http2.HTTP2Session
- dump(Appendable, String) - Method in class org.eclipse.jetty.http2.HTTP2Stream
- dump(Appendable, String) - Method in class org.eclipse.jetty.http2.SessionContainer
- dump(Appendable, String) - Method in class org.eclipse.jetty.http3.HTTP3Session
- dump(Appendable, String) - Method in class org.eclipse.jetty.http3.qpack.QpackDecoder
- dump(Appendable, String) - Method in class org.eclipse.jetty.http3.qpack.QpackEncoder
- dump(Appendable, String) - Method in class org.eclipse.jetty.io.ArrayByteBufferPool
- dump(Appendable, String) - Method in class org.eclipse.jetty.io.ConnectionStatistics
- dump(Appendable, String) - Method in class org.eclipse.jetty.io.ConnectionStatistics.Stats
- dump(Appendable, String) - Method in class org.eclipse.jetty.io.ManagedSelector
- dump(Appendable, String) - Method in class org.eclipse.jetty.jmx.MBeanContainer
- dump(Appendable, String) - Static method in class org.eclipse.jetty.jndi.ContextFactory
- dump(Appendable, String) - Method in class org.eclipse.jetty.jndi.NamingContext
- dump(Appendable, String) - Method in class org.eclipse.jetty.quic.common.ProtocolSession
- dump(Appendable, String) - Method in class org.eclipse.jetty.quic.common.SessionContainer
- dump(Appendable, String) - Method in class org.eclipse.jetty.rewrite.handler.RuleContainer
- dump(Appendable, String) - Method in class org.eclipse.jetty.security.siwe.EthereumAuthenticator
- dump(Appendable, String) - Method in class org.eclipse.jetty.server.handler.ConditionalHandler
- dump(Appendable, String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
- dump(Appendable, String) - Method in class org.eclipse.jetty.server.handler.PathMappingsHandler
- dump(Appendable, String) - Method in class org.eclipse.jetty.server.handler.StateTrackingHandler
- dump(Appendable, String) - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- dump(Appendable, String) - Method in class org.eclipse.jetty.server.HttpConfiguration
- dump(Appendable, String) - Method in class org.eclipse.jetty.server.Server
- dump(Appendable, String) - Method in class org.eclipse.jetty.util.Attributes.Lazy
- dump(Appendable, String) - Method in class org.eclipse.jetty.util.AttributesMap
-
Deprecated.
- dump(Appendable, String) - Method in class org.eclipse.jetty.util.component.AttributeContainerMap
- dump(Appendable, String) - Method in class org.eclipse.jetty.util.component.ClassLoaderDump
- dump(Appendable, String) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
- dump(Appendable, String) - Method in interface org.eclipse.jetty.util.component.Dumpable
-
Dump this object (and children) into an Appendable using the provided indent after any new lines.
- dump(Appendable, String) - Method in class org.eclipse.jetty.util.component.DumpableAttributes
- dump(Appendable, String) - Method in class org.eclipse.jetty.util.component.DumpableCollection
- dump(Appendable, String) - Method in class org.eclipse.jetty.util.component.DumpableMap
- dump(Appendable, String) - Method in class org.eclipse.jetty.util.ConcurrentPool
- dump(Appendable, String) - Method in class org.eclipse.jetty.util.jndi.NamingDump
- dump(Appendable, String) - Method in class org.eclipse.jetty.util.resource.FileSystemPool
- dump(Appendable, String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- dump(Appendable, String) - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
- dump(Appendable, String) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
- dump(Appendable, String) - Method in class org.eclipse.jetty.util.thread.ReservedThreadExecutor
- dump(Appendable, String) - Method in class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler
- dump(Appendable, String) - Method in class org.eclipse.jetty.util.thread.ThreadIdPool
- dump(Appendable, String) - Method in class org.eclipse.jetty.util.thread.TrackingExecutor
- dump(Appendable, String) - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
- dump(Appendable, String) - Method in class org.eclipse.jetty.websocket.common.JettyWebSocketFrameHandlerFactory
- dump(Appendable, String) - Method in class org.eclipse.jetty.websocket.common.SessionTracker
- dump(Appendable, String) - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
- dump(Appendable, String) - Method in class org.eclipse.jetty.websocket.core.ExtensionStack
- dump(Appendable, String) - Method in class org.eclipse.jetty.websocket.core.server.WebSocketMappings
- dump(Appendable, String) - Method in class org.eclipse.jetty.websocket.core.WebSocketConnection
- dump(Appendable, String) - Method in class org.eclipse.jetty.websocket.core.WebSocketCoreSession
- dump(Class) - Static method in class org.eclipse.jetty.util.TypeUtil
- dump(ClassLoader) - Static method in class org.eclipse.jetty.util.TypeUtil
- dump(TimeUnit) - Method in class org.eclipse.jetty.util.statistic.RateStatistic
- dump(Dumpable) - Static method in interface org.eclipse.jetty.util.component.Dumpable
-
Utility method to dump to a
String - dump(Dumpable, Appendable) - Static method in interface org.eclipse.jetty.util.component.Dumpable
-
Utility method to dump to an
Appendable - dump(Resource) - Static method in class org.eclipse.jetty.util.resource.Resource
- Dumpable - Interface in org.eclipse.jetty.util.component
- Dumpable.DumpableContainer - Interface in org.eclipse.jetty.util.component
-
A Dumpable that is a container of beans can implement this interface to allow it to refine which of its beans can be dumped.
- Dumpable.DumpAppendable - Class in org.eclipse.jetty.util.component
-
An Appendable that helps avoid dump cycles.
- DumpableAttributes - Class in org.eclipse.jetty.util.component
- DumpableAttributes(String, Attributes) - Constructor for class org.eclipse.jetty.util.component.DumpableAttributes
- DumpableCollection - Class in org.eclipse.jetty.util.component
- DumpableCollection(String, Collection) - Constructor for class org.eclipse.jetty.util.component.DumpableCollection
- DumpableMap - Class in org.eclipse.jetty.util.component
- DumpableMap(String, Map) - Constructor for class org.eclipse.jetty.util.component.DumpableMap
- DumpAppendable() - Constructor for class org.eclipse.jetty.util.component.Dumpable.DumpAppendable
- DumpAppendable(Appendable) - Constructor for class org.eclipse.jetty.util.component.Dumpable.DumpAppendable
- dumpContainer(Appendable, String, Container, boolean) - Static method in interface org.eclipse.jetty.util.component.Dumpable
- DumpHandler - Class in org.eclipse.jetty.server.handler
-
Dumps GET and POST requests as HTML response content.
- DumpHandler() - Constructor for class org.eclipse.jetty.server.handler.DumpHandler
- DumpHandler(String) - Constructor for class org.eclipse.jetty.server.handler.DumpHandler
- dumpIterable(Appendable, String, Iterable, boolean) - Static method in interface org.eclipse.jetty.util.component.Dumpable
- dumpLeaks() - Method in class org.eclipse.jetty.io.ArrayByteBufferPool.Tracking
- dumpMapEntries(Appendable, String, Map, boolean) - Static method in interface org.eclipse.jetty.util.component.Dumpable
- dumpObject(Appendable, Object) - Static method in interface org.eclipse.jetty.util.component.Dumpable
-
Dump just an Object (but not it's contained items) to an Appendable.
- dumpObjects(Appendable, String, Object...) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
-
Dump this object, it's contained beans and additional items to an Appendable
- dumpObjects(Appendable, String, Object, Object...) - Static method in interface org.eclipse.jetty.util.component.Dumpable
-
Dump an Object, it's contained items and additional items to an
Appendable. - dumpSelf() - Method in class org.eclipse.jetty.ee8.websocket.common.WebSocketSession
- dumpSelf() - Method in class org.eclipse.jetty.ee9.websocket.common.WebSocketSession
- dumpSelf() - Method in interface org.eclipse.jetty.util.component.Dumpable
-
The description of this/self found in the dump.
- dumpSelf() - Method in class org.eclipse.jetty.util.component.DumpableCollection
- dumpSelf() - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
- dumpSelf() - Method in class org.eclipse.jetty.websocket.core.ExtensionStack
- dumpStdErr() - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
-
Dumps to
System.err. - dumpThread(long) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
- DuplexConnectionPool - Class in org.eclipse.jetty.client
-
A connection pool that provides connections for both directions of communication.
- DuplexConnectionPool(Destination, int) - Constructor for class org.eclipse.jetty.client.DuplexConnectionPool
-
Creates a duplex connection pool for the given destination.
- DUPLICATE_HOST_HEADERS - Enum constant in enum class org.eclipse.jetty.http.HttpCompliance.Violation
-
Since RFC 7230: Section 5.4, the HTTP protocol says that a Server must reject a request duplicate host headers.
- DuplicateAnnotationException - Exception Class in org.eclipse.jetty.websocket.core.exception
- DuplicateAnnotationException(String) - Constructor for exception class org.eclipse.jetty.websocket.core.exception.DuplicateAnnotationException
- DuplicateAnnotationException(String, Throwable) - Constructor for exception class org.eclipse.jetty.websocket.core.exception.DuplicateAnnotationException
- DynamicCapacity() - Constructor for class org.eclipse.jetty.io.RetainableByteBuffer.DynamicCapacity
-
A buffer with no size limit and default aggregation and retention settings.
- DynamicCapacity(ByteBufferPool) - Constructor for class org.eclipse.jetty.io.RetainableByteBuffer.DynamicCapacity
- DynamicCapacity(ByteBufferPool.Sized) - Constructor for class org.eclipse.jetty.io.RetainableByteBuffer.DynamicCapacity
- DynamicCapacity(ByteBufferPool.Sized, long) - Constructor for class org.eclipse.jetty.io.RetainableByteBuffer.DynamicCapacity
- DynamicCapacity(ByteBufferPool.Sized, long, int) - Constructor for class org.eclipse.jetty.io.RetainableByteBuffer.DynamicCapacity
- DynamicCapacity(ByteBufferPool, boolean, long) - Constructor for class org.eclipse.jetty.io.RetainableByteBuffer.DynamicCapacity
- DynamicCapacity(ByteBufferPool, boolean, long, int) - Constructor for class org.eclipse.jetty.io.RetainableByteBuffer.DynamicCapacity
- DynamicCapacity(ByteBufferPool, boolean, long, int, int) - Constructor for class org.eclipse.jetty.io.RetainableByteBuffer.DynamicCapacity
- dynamicHolderAdded(ServletHolder) - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler
-
notification that a ServletRegistration has been created so we can track the annotations
- dynamicHolderAdded(ServletHolder) - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler
-
notification that a ServletRegistration has been created so we can track the annotations
- dynamicHolderAdded(ServletHolder) - Method in class org.eclipse.jetty.ee8.servlet.ServletContextHandler
-
notification that a ServletRegistration has been created so we can track the annotations
- dynamicHolderAdded(ServletHolder) - Method in class org.eclipse.jetty.ee9.servlet.ServletContextHandler
-
notification that a ServletRegistration has been created so we can track the annotations
E
- EagerContentHandler - Class in org.eclipse.jetty.server.handler
-
A
ConditionalHandlerthat can eagerly load content asynchronously before calling thenext handler. - EagerContentHandler() - Constructor for class org.eclipse.jetty.server.handler.EagerContentHandler
-
Construct an
EagerContentHandlerwith the defaultEagerContentHandler.ContentLoaderFactoryset - EagerContentHandler(Handler) - Constructor for class org.eclipse.jetty.server.handler.EagerContentHandler
-
Construct an
EagerContentHandlerwith the defaultEagerContentHandler.ContentLoaderFactoryset - EagerContentHandler(EagerContentHandler.ContentLoaderFactory...) - Constructor for class org.eclipse.jetty.server.handler.EagerContentHandler
-
Construct an
EagerContentHandlerwith the specificEagerContentHandler.ContentLoaderFactoryinstances - EagerContentHandler(Handler, EagerContentHandler.ContentLoaderFactory...) - Constructor for class org.eclipse.jetty.server.handler.EagerContentHandler
-
Construct an
EagerContentHandlerwith the specificEagerContentHandler.ContentLoaderFactoryinstances - EagerContentHandler.ContentLoader - Class in org.eclipse.jetty.server.handler
-
An eager content processor, created by a
EagerContentHandler.ContentLoaderFactoryto asynchronous load content from aRequestbefore calling theRequest.Handler.handle(Request, Response, Callback)method of the passedHandler. - EagerContentHandler.ContentLoaderFactory - Interface in org.eclipse.jetty.server.handler
-
A factory to create new
EagerContentHandler.ContentLoaderinstances for a specific mime type. - EagerContentHandler.FormContentLoaderFactory - Class in org.eclipse.jetty.server.handler
-
An
EagerContentHandler.ContentLoaderFactoryforMimeTypes.Type.FORM_ENCODEDcontent, that usesFormFields.onFields(Request, Charset, int, int, Promise.Invocable)to asynchronously load and parse the content. - EagerContentHandler.MultiPartContentLoaderFactory - Class in org.eclipse.jetty.server.handler
-
An
EagerContentHandler.ContentLoaderFactoryforMimeTypes.Type.MULTIPART_FORM_DATAcontent, that usesMultiPartFormData.onParts(Content.Source, Attributes, String, MultiPartConfig, Promise.Invocable)to asynchronously load and parse the content. - EagerContentHandler.RetainedContentLoaderFactory - Class in org.eclipse.jetty.server.handler
-
An
EagerContentHandler.ContentLoaderFactoryfor any content, that usesRetainable.retain()to eagerly load content with zero copies, until all content is read or a maximum size is exceeded. - EagerContentHandler.RetainedContentLoaderFactory.RetainedContentLoader - Class in org.eclipse.jetty.server.handler
-
Delay dispatch until all content or an effective buffer size is reached
- EagerFormHandler - Class in org.eclipse.jetty.ee10.servlet
-
Deprecated, for removal: This API element is subject to removal in a future version.
- EagerFormHandler - Class in org.eclipse.jetty.ee11.servlet
-
Deprecated, for removal: This API element is subject to removal in a future version.
- EagerFormHandler() - Constructor for class org.eclipse.jetty.ee10.servlet.EagerFormHandler
-
Deprecated.
- EagerFormHandler() - Constructor for class org.eclipse.jetty.ee11.servlet.EagerFormHandler
-
Deprecated.
- EagerFormHandler(Handler) - Constructor for class org.eclipse.jetty.ee10.servlet.EagerFormHandler
-
Deprecated.
- EagerFormHandler(Handler) - Constructor for class org.eclipse.jetty.ee11.servlet.EagerFormHandler
-
Deprecated.
- EARLY_HINT - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
-
Deprecated, for removal: This API element is subject to removal in a future version.
- EARLY_HINT_103 - Static variable in class org.eclipse.jetty.http.HttpStatus
-
Deprecated, for removal: This API element is subject to removal in a future version.
- EARLY_HINTS - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
- EARLY_HINTS_103 - Static variable in class org.eclipse.jetty.http.HttpStatus
- earlyEOF() - Method in interface org.eclipse.jetty.ee8.nested.MultiPartParser.Handler
- earlyEOF() - Method in interface org.eclipse.jetty.ee9.nested.MultiPartParser.Handler
- earlyEOF() - Method in interface org.eclipse.jetty.http.HttpParser.HttpHandler
-
Called to signal that an EOF was received unexpectedly during the parsing of an HTTP message
- earlyEOF() - Method in class org.eclipse.jetty.http.HttpTester.Message
- EarlyHintsProtocolHandler - Class in org.eclipse.jetty.client
-
A protocol handler that handles the 103 response code.
- EarlyHintsProtocolHandler() - Constructor for class org.eclipse.jetty.client.EarlyHintsProtocolHandler
- EchoHandler - Class in org.eclipse.jetty.server.handler
-
A utility handler that echoes content from the request to the response.
- EchoHandler() - Constructor for class org.eclipse.jetty.server.handler.EchoHandler
- EchoHandler.Buffered - Class in org.eclipse.jetty.server.handler
- EchoHandler.BufferedAsync - Class in org.eclipse.jetty.server.handler
- EchoHandler.Reactive - Class in org.eclipse.jetty.server.handler
- EchoHandler.Stream - Class in org.eclipse.jetty.server.handler
- EITHER - Enum constant in enum class org.eclipse.jetty.util.thread.Invocable.InvocationType
-
Invoking the task may act either as a
BLOCKINGtask if invoked directly; or as aNON_BLOCKINGtask if invoked viaInvocable.invokeNonBlocking(Runnable). - elapsed(long, long) - Static method in class org.eclipse.jetty.util.NanoTime
-
Calculates the nanoseconds elapsed between two nanoTimes.
- ELContextCleaner - Class in org.eclipse.jetty.ee8.servlet.listener
-
Deprecated.
- ELContextCleaner - Class in org.eclipse.jetty.ee9.servlet.listener
-
Deprecated.
- ELContextCleaner() - Constructor for class org.eclipse.jetty.ee8.servlet.listener.ELContextCleaner
-
Deprecated.
- ELContextCleaner() - Constructor for class org.eclipse.jetty.ee9.servlet.listener.ELContextCleaner
-
Deprecated.
- element() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
- ElseNext() - Constructor for class org.eclipse.jetty.server.handler.ConditionalHandler.ElseNext
- ElseNext(Handler) - Constructor for class org.eclipse.jetty.server.handler.ConditionalHandler.ElseNext
- EMBEDDED - Enum constant in enum class org.eclipse.jetty.ee10.servlet.Source.Origin
- EMBEDDED - Enum constant in enum class org.eclipse.jetty.ee11.servlet.Source.Origin
- EMBEDDED - Enum constant in enum class org.eclipse.jetty.ee8.servlet.Source.Origin
- EMBEDDED - Enum constant in enum class org.eclipse.jetty.ee9.servlet.Source.Origin
- EMBEDDED - Static variable in class org.eclipse.jetty.ee10.servlet.Source
- EMBEDDED - Static variable in class org.eclipse.jetty.ee11.servlet.Source
- EMBEDDED - Static variable in class org.eclipse.jetty.ee8.servlet.Source
- EMBEDDED - Static variable in class org.eclipse.jetty.ee9.servlet.Source
- emit(JettyLogger, Level, long, String, Throwable, String, Object...) - Method in interface org.eclipse.jetty.logging.JettyAppender
- emit(JettyLogger, Level, long, String, Throwable, String, Object...) - Method in class org.eclipse.jetty.logging.StdErrAppender
- emitDisconnect() - Method in class org.eclipse.jetty.quic.common.AbstractSession
- emitFailure(Response, Throwable) - Method in class org.eclipse.jetty.client.transport.ResponseListeners
- emitFailureComplete(Result) - Method in class org.eclipse.jetty.client.transport.ResponseListeners
- emitFrame(Frame, Callback) - Method in class org.eclipse.jetty.websocket.core.util.WebSocketDemander
-
This is used within an implementation of
WebSocketDemander.handle(Frame, Callback, boolean)to forward a frame onto the next layer of processing. - emitOpen() - Method in class org.eclipse.jetty.quic.common.AbstractSession
- emitSuccess(Response) - Method in class org.eclipse.jetty.client.transport.ResponseListeners
- emitSuccessComplete(Result) - Method in class org.eclipse.jetty.client.transport.ResponseListeners
- empty(boolean) - Static method in interface org.eclipse.jetty.util.Index
- Empty() - Constructor for class org.eclipse.jetty.http.HttpCookieStore.Empty
- Empty() - Constructor for class org.eclipse.jetty.io.Content.Chunk.Empty
- Empty() - Constructor for class org.eclipse.jetty.websocket.core.CoreSession.Empty
- EMPTY - Static variable in interface org.eclipse.jetty.http.HttpFields
-
A constant for an immutable and empty
HttpFields. - EMPTY - Static variable in interface org.eclipse.jetty.http.pathmap.MatchedPath
- EMPTY - Static variable in interface org.eclipse.jetty.io.Content.Chunk
-
An empty, non-last, chunk instance.
- EMPTY - Static variable in interface org.eclipse.jetty.io.RetainableByteBuffer
-
A Zero-capacity, non-retainable
RetainableByteBuffer. - EMPTY - Static variable in class org.eclipse.jetty.util.Fields
- EMPTY_ARRAY - Static variable in class org.eclipse.jetty.http2.frames.Frame
- EMPTY_BUFFER - Static variable in class org.eclipse.jetty.util.BufferUtil
- EMPTY_BYTES - Static variable in class org.eclipse.jetty.util.BufferUtil
- EMPTY_MAP - Static variable in class org.eclipse.jetty.ee8.nested.MultiPartInputStreamLegacyParser
-
Deprecated.
- EMPTY_MAP - Static variable in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser
-
Deprecated.
- emptyBody(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.BodyParser
- emptyBody(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.ContinuationBodyParser
- emptyBody(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.DataBodyParser
- emptyBody(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.HeadersBodyParser
- emptyBody(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.SettingsBodyParser
- emptyBody(ByteBuffer, boolean) - Method in class org.eclipse.jetty.http3.parser.BodyParser
- emptyBody(ByteBuffer, boolean) - Method in class org.eclipse.jetty.http3.parser.DataBodyParser
- emptyBody(ByteBuffer, boolean) - Method in class org.eclipse.jetty.http3.parser.SettingsBodyParser
- EmptyLoginService - Class in org.eclipse.jetty.security
-
LoginService implementation which always denies any attempt to login.
- EmptyLoginService() - Constructor for class org.eclipse.jetty.security.EmptyLoginService
- EmptyRetainableByteBuffer() - Constructor for class org.eclipse.jetty.io.RetainableByteBuffer.EmptyRetainableByteBuffer
- enable(E, boolean) - Method in class org.eclipse.jetty.util.ConcurrentPool.ConcurrentEntry
- enable(E, boolean) - Method in interface org.eclipse.jetty.util.Pool.Entry
-
Enables this, previously
reserved,Entry. - enable(W, boolean) - Method in class org.eclipse.jetty.util.Pool.Entry.Wrapper
- ENABLE_CONNECT_PROTOCOL - Static variable in class org.eclipse.jetty.http2.frames.SettingsFrame
- ENABLE_KEY - Static variable in class org.eclipse.jetty.ee10.websocket.jakarta.server.config.JakartaWebSocketServletContainerInitializer
- ENABLE_KEY - Static variable in class org.eclipse.jetty.ee11.websocket.jakarta.server.config.JakartaWebSocketServletContainerInitializer
- ENABLE_KEY - Static variable in class org.eclipse.jetty.ee8.websocket.javax.server.config.JavaxWebSocketServletContainerInitializer
- ENABLE_KEY - Static variable in class org.eclipse.jetty.ee9.websocket.jakarta.server.config.JakartaWebSocketServletContainerInitializer
- ENABLE_PUSH - Static variable in class org.eclipse.jetty.http2.frames.SettingsFrame
- enabledByDefault(boolean) - Method in class org.eclipse.jetty.ee10.webapp.AbstractConfiguration.Builder
- enabledByDefault(boolean) - Method in class org.eclipse.jetty.ee11.webapp.AbstractConfiguration.Builder
- enableLowOnResources(boolean, boolean) - Method in class org.eclipse.jetty.server.LowResourceMonitor
- enableQlog(String, String, String) - Method in class org.eclipse.jetty.quic.quiche.jna.JnaQuicheConnection
- encode(boolean, ByteBuffer) - Method in class org.eclipse.jetty.compression.EncoderSink
- encode(byte[]) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.encoders.ByteArrayEncoder
- encode(byte[]) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.encoders.ByteArrayEncoder
- encode(byte[]) - Method in class org.eclipse.jetty.ee8.websocket.javax.common.encoders.ByteArrayEncoder
- encode(byte[]) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.encoders.ByteArrayEncoder
- encode(int, int) - Static method in class org.eclipse.jetty.util.AtomicBiInteger
-
Encodes hi and lo values into a long.
- encode(Boolean) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.encoders.BooleanEncoder
- encode(Boolean) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.encoders.BooleanEncoder
- encode(Boolean) - Method in class org.eclipse.jetty.ee8.websocket.javax.common.encoders.BooleanEncoder
- encode(Boolean) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.encoders.BooleanEncoder
- encode(Byte) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.encoders.ByteEncoder
- encode(Byte) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.encoders.ByteEncoder
- encode(Byte) - Method in class org.eclipse.jetty.ee8.websocket.javax.common.encoders.ByteEncoder
- encode(Byte) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.encoders.ByteEncoder
- encode(Character) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.encoders.CharacterEncoder
- encode(Character) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.encoders.CharacterEncoder
- encode(Character) - Method in class org.eclipse.jetty.ee8.websocket.javax.common.encoders.CharacterEncoder
- encode(Character) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.encoders.CharacterEncoder
- encode(Double) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.encoders.DoubleEncoder
- encode(Double) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.encoders.DoubleEncoder
- encode(Double) - Method in class org.eclipse.jetty.ee8.websocket.javax.common.encoders.DoubleEncoder
- encode(Double) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.encoders.DoubleEncoder
- encode(Float) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.encoders.FloatEncoder
- encode(Float) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.encoders.FloatEncoder
- encode(Float) - Method in class org.eclipse.jetty.ee8.websocket.javax.common.encoders.FloatEncoder
- encode(Float) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.encoders.FloatEncoder
- encode(Integer) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.encoders.IntegerEncoder
- encode(Integer) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.encoders.IntegerEncoder
- encode(Integer) - Method in class org.eclipse.jetty.ee8.websocket.javax.common.encoders.IntegerEncoder
- encode(Integer) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.encoders.IntegerEncoder
- encode(Long) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.encoders.LongEncoder
- encode(Long) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.encoders.LongEncoder
- encode(Long) - Method in class org.eclipse.jetty.ee8.websocket.javax.common.encoders.LongEncoder
- encode(Long) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.encoders.LongEncoder
- encode(Short) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.encoders.ShortEncoder
- encode(Short) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.encoders.ShortEncoder
- encode(Short) - Method in class org.eclipse.jetty.ee8.websocket.javax.common.encoders.ShortEncoder
- encode(Short) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.encoders.ShortEncoder
- encode(String) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.encoders.StringEncoder
- encode(String) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.encoders.StringEncoder
- encode(String) - Method in class org.eclipse.jetty.ee8.websocket.javax.common.encoders.StringEncoder
- encode(String) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.encoders.StringEncoder
- encode(ByteBuffer) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.encoders.ByteBufferEncoder
- encode(ByteBuffer) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.encoders.ByteBufferEncoder
- encode(ByteBuffer) - Method in class org.eclipse.jetty.ee8.websocket.javax.common.encoders.ByteBufferEncoder
- encode(ByteBuffer) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.encoders.ByteBufferEncoder
- encode(ByteBuffer, int, long) - Static method in class org.eclipse.jetty.http.compression.NBitIntegerEncoder
- encode(ByteBuffer, int, String, boolean) - Static method in class org.eclipse.jetty.http.compression.NBitStringEncoder
- encode(ByteBuffer, long) - Static method in class org.eclipse.jetty.quic.util.VarLenInt
-
Variable-length encodes the given
longvalue into the givenByteBuffer, starting at its current position. - encode(ByteBuffer, long, MetaData) - Method in class org.eclipse.jetty.http3.qpack.QpackEncoder
-
Encodes a
MetaDataobject into the suppliedByteBufferfor a specific HTTP/s stream. - encode(ByteBuffer, String) - Static method in class org.eclipse.jetty.http.compression.HuffmanEncoder
- encode(ByteBuffer, HttpField) - Method in class org.eclipse.jetty.http2.hpack.HpackEncoder
- encode(ByteBuffer, MetaData) - Method in class org.eclipse.jetty.http2.hpack.HpackEncoder
- encode(HpackEncoder, MetaData) - Method in class org.eclipse.jetty.http2.generator.FrameGenerator
- encode(ByteBufferPool, RetainableByteBuffer.Mutable) - Method in interface org.eclipse.jetty.http3.qpack.Instruction
- encode(MultiMap, Charset, boolean) - Static method in class org.eclipse.jetty.util.UrlEncoded
-
Encode MultiMap with % encoding.
- encodeContentDispositionFileName(String) - Static method in class org.eclipse.jetty.http.MultiPart
-
Encode a
Content-Dispositionfile name according to RFC8187 usingStandardCharsets.UTF_8 - EncodeFailedFuture - Class in org.eclipse.jetty.ee10.websocket.jakarta.common.encoders
-
A
Future<Void>that is already failed as a result of an Encode error - EncodeFailedFuture - Class in org.eclipse.jetty.ee11.websocket.jakarta.common.encoders
-
A
Future<Void>that is already failed as a result of an Encode error - EncodeFailedFuture - Class in org.eclipse.jetty.ee8.websocket.javax.common.encoders
-
A
Future<Void>that is already failed as a result of an Encode error - EncodeFailedFuture - Class in org.eclipse.jetty.ee9.websocket.jakarta.common.encoders
-
A
Future<Void>that is already failed as a result of an Encode error - EncodeFailedFuture(Object, Encoder, Class, Throwable) - Constructor for class org.eclipse.jetty.ee10.websocket.jakarta.common.encoders.EncodeFailedFuture
- EncodeFailedFuture(Object, Encoder, Class, Throwable) - Constructor for class org.eclipse.jetty.ee11.websocket.jakarta.common.encoders.EncodeFailedFuture
- EncodeFailedFuture(Object, Encoder, Class, Throwable) - Constructor for class org.eclipse.jetty.ee9.websocket.jakarta.common.encoders.EncodeFailedFuture
- EncodeFailedFuture(Object, Encoder, Class, Throwable) - Constructor for class org.eclipse.jetty.ee8.websocket.javax.common.encoders.EncodeFailedFuture
- encodeHi(long, int) - Static method in class org.eclipse.jetty.util.AtomicBiInteger
-
Sets the hi value into the given encoded value.
- encodeLo(long, int) - Static method in class org.eclipse.jetty.util.AtomicBiInteger
-
Sets the lo value into the given encoded value.
- encodeLowerCase(ByteBuffer, String) - Static method in class org.eclipse.jetty.http.compression.HuffmanEncoder
- encodeMaxDynamicTableSize(ByteBuffer, int) - Method in class org.eclipse.jetty.http2.hpack.HpackEncoder
- encodeName(Object) - Static method in class org.eclipse.jetty.nosql.mongodb.MongoUtils
- encodeName(String) - Static method in class org.eclipse.jetty.nosql.mongodb.MongoUtils
- encodePath(String) - Static method in class org.eclipse.jetty.util.URIUtil
-
Encode a URI path.
- encodePathSafeEncoding(String) - Static method in class org.eclipse.jetty.util.URIUtil
-
Encode characters in a path to ensure they only contain safe encodings suitable for both
URIandPaths.get(URI)usage. - encoder - Variable in class org.eclipse.jetty.ee10.websocket.jakarta.common.encoders.RegisteredEncoder
- encoder - Variable in class org.eclipse.jetty.ee11.websocket.jakarta.common.encoders.RegisteredEncoder
- encoder - Variable in class org.eclipse.jetty.ee8.websocket.javax.common.encoders.RegisteredEncoder
- encoder - Variable in class org.eclipse.jetty.ee9.websocket.jakarta.common.encoders.RegisteredEncoder
- ENCODER_STREAM - Enum constant in enum class org.eclipse.jetty.http3.StreamType
- EncoderConfig - Interface in org.eclipse.jetty.compression
- encodeRedirectUrl(String) - Method in class org.eclipse.jetty.ee8.nested.Response
-
Deprecated.
- encodeRedirectUrl(String) - Method in class org.eclipse.jetty.ee8.nested.ServletResponseHttpWrapper
-
Deprecated.
- encodeRedirectUrl(String) - Method in class org.eclipse.jetty.ee9.nested.Response
-
Deprecated.
- encodeRedirectUrl(String) - Method in class org.eclipse.jetty.ee9.nested.ServletResponseHttpWrapper
-
Deprecated.
- encodeRedirectURL(String) - Method in class org.eclipse.jetty.ee10.servlet.ServletApiResponse
- encodeRedirectURL(String) - Method in class org.eclipse.jetty.ee10.servlet.ServletResponseHttpWrapper
- encodeRedirectURL(String) - Method in class org.eclipse.jetty.ee11.servlet.ServletApiResponse
- encodeRedirectURL(String) - Method in class org.eclipse.jetty.ee11.servlet.ServletResponseHttpWrapper
- encodeRedirectURL(String) - Method in class org.eclipse.jetty.ee8.nested.Response
- encodeRedirectURL(String) - Method in class org.eclipse.jetty.ee8.nested.ServletResponseHttpWrapper
- encodeRedirectURL(String) - Method in class org.eclipse.jetty.ee9.nested.Response
- encodeRedirectURL(String) - Method in class org.eclipse.jetty.ee9.nested.ServletResponseHttpWrapper
- EncoderSink - Class in org.eclipse.jetty.compression
- EncoderSink(Content.Sink) - Constructor for class org.eclipse.jetty.compression.EncoderSink
- EncoderSink.WriteRecord - Record Class in org.eclipse.jetty.compression
- EncoderStreamConnection - Class in org.eclipse.jetty.http3
- EncoderStreamConnection(EndPoint, Executor, ByteBufferPool, QpackDecoder, ParserListener) - Constructor for class org.eclipse.jetty.http3.EncoderStreamConnection
- encodeSpecific(String, String) - Static method in class org.eclipse.jetty.util.URIUtil
-
Encode a raw String and convert any specific characters to their URI encoded equivalent.
- encodeString(String) - Static method in class org.eclipse.jetty.util.UrlEncoded
-
Perform URL encoding.
- encodeString(StringBuilder, String, String) - Static method in class org.eclipse.jetty.util.URIUtil
-
Encode a URI path.
- encodeString(String, Charset) - Static method in class org.eclipse.jetty.util.UrlEncoded
-
Perform URL encoding.
- encodeURI(Request, String, boolean) - Method in interface org.eclipse.jetty.server.Session
- encodeURI(Request, String, boolean) - Method in class org.eclipse.jetty.session.AbstractSessionManager
- encodeURI(Request, String, boolean) - Method in class org.eclipse.jetty.session.ManagedSession
- encodeURI(Request, String, boolean) - Method in interface org.eclipse.jetty.session.SessionManager
- encodeUrl(String) - Method in class org.eclipse.jetty.ee8.nested.Response
-
Deprecated.
- encodeUrl(String) - Method in class org.eclipse.jetty.ee8.nested.ServletResponseHttpWrapper
-
Deprecated.
- encodeUrl(String) - Method in class org.eclipse.jetty.ee9.nested.Response
-
Deprecated.
- encodeUrl(String) - Method in class org.eclipse.jetty.ee9.nested.ServletResponseHttpWrapper
-
Deprecated.
- encodeURL(String) - Method in class org.eclipse.jetty.ee10.servlet.ServletApiResponse
- encodeURL(String) - Method in class org.eclipse.jetty.ee10.servlet.ServletResponseHttpWrapper
- encodeURL(String) - Method in class org.eclipse.jetty.ee11.servlet.ServletApiResponse
- encodeURL(String) - Method in class org.eclipse.jetty.ee11.servlet.ServletResponseHttpWrapper
- encodeURL(String) - Method in class org.eclipse.jetty.ee8.nested.Response
- encodeURL(String) - Method in class org.eclipse.jetty.ee8.nested.ServletResponseHttpWrapper
- encodeURL(String) - Method in class org.eclipse.jetty.ee9.nested.Response
- encodeURL(String) - Method in class org.eclipse.jetty.ee9.nested.ServletResponseHttpWrapper
- encodeURL(String, Request) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator
- encoding() - Method in record class org.eclipse.jetty.rewrite.handler.RewriteEncodingRule.Encoding
-
Returns the value of the
encodingrecord component. - Encoding(String, String, HttpField) - Constructor for record class org.eclipse.jetty.rewrite.handler.RewriteEncodingRule.Encoding
-
Creates an instance of a
Encodingrecord class. - ENCODING - Static variable in class org.eclipse.jetty.util.UrlEncoded
- EncodingException - Exception Class in org.eclipse.jetty.http.compression
- EncodingException(String) - Constructor for exception class org.eclipse.jetty.http.compression.EncodingException
- EncodingHandler(Rule.Handler, String, RewriteEncodingRule.Encoding) - Constructor for class org.eclipse.jetty.rewrite.handler.RewriteEncodingRule.EncodingHandler
- end() - Method in class org.eclipse.jetty.ee10.annotations.AnnotationConfiguration.TimeStatistic
- end() - Method in class org.eclipse.jetty.ee11.annotations.AnnotationConfiguration.TimeStatistic
- end() - Method in class org.eclipse.jetty.ee8.annotations.AnnotationConfiguration.TimeStatistic
- end() - Method in class org.eclipse.jetty.ee9.annotations.AnnotationConfiguration.TimeStatistic
- end(int) - Method in class org.eclipse.jetty.fcgi.parser.ResponseContentParser
- end(int) - Method in class org.eclipse.jetty.fcgi.parser.StreamContentParser
- end(Deflater) - Method in class org.eclipse.jetty.util.compression.DeflaterPool
- end(Inflater) - Method in class org.eclipse.jetty.util.compression.InflaterPool
- end(WebAppContext, Descriptor) - Method in class org.eclipse.jetty.ee10.plus.webapp.PlusDescriptorProcessor
- end(WebAppContext, Descriptor) - Method in class org.eclipse.jetty.ee10.quickstart.ExtraXmlDescriptorProcessor
- end(WebAppContext, Descriptor) - Method in class org.eclipse.jetty.ee10.quickstart.QuickStartDescriptorProcessor
- end(WebAppContext, Descriptor) - Method in class org.eclipse.jetty.ee10.webapp.IterativeDescriptorProcessor
- end(WebAppContext, Descriptor) - Method in class org.eclipse.jetty.ee10.webapp.StandardDescriptorProcessor
- end(WebAppContext, Descriptor) - Method in class org.eclipse.jetty.ee11.plus.webapp.PlusDescriptorProcessor
- end(WebAppContext, Descriptor) - Method in class org.eclipse.jetty.ee11.quickstart.ExtraXmlDescriptorProcessor
- end(WebAppContext, Descriptor) - Method in class org.eclipse.jetty.ee11.quickstart.QuickStartDescriptorProcessor
- end(WebAppContext, Descriptor) - Method in class org.eclipse.jetty.ee11.webapp.IterativeDescriptorProcessor
- end(WebAppContext, Descriptor) - Method in class org.eclipse.jetty.ee11.webapp.StandardDescriptorProcessor
- end(WebAppContext, Descriptor) - Method in class org.eclipse.jetty.ee8.plus.webapp.PlusDescriptorProcessor
- end(WebAppContext, Descriptor) - Method in class org.eclipse.jetty.ee8.quickstart.ExtraXmlDescriptorProcessor
- end(WebAppContext, Descriptor) - Method in class org.eclipse.jetty.ee8.quickstart.QuickStartDescriptorProcessor
- end(WebAppContext, Descriptor) - Method in class org.eclipse.jetty.ee8.webapp.IterativeDescriptorProcessor
- end(WebAppContext, Descriptor) - Method in class org.eclipse.jetty.ee8.webapp.StandardDescriptorProcessor
- end(WebAppContext, Descriptor) - Method in class org.eclipse.jetty.ee9.plus.webapp.PlusDescriptorProcessor
- end(WebAppContext, Descriptor) - Method in class org.eclipse.jetty.ee9.quickstart.ExtraXmlDescriptorProcessor
- end(WebAppContext, Descriptor) - Method in class org.eclipse.jetty.ee9.quickstart.QuickStartDescriptorProcessor
- end(WebAppContext, Descriptor) - Method in class org.eclipse.jetty.ee9.webapp.IterativeDescriptorProcessor
- end(WebAppContext, Descriptor) - Method in class org.eclipse.jetty.ee9.webapp.StandardDescriptorProcessor
- end(T) - Method in class org.eclipse.jetty.util.compression.CompressionPool
- END - Enum constant in enum class org.eclipse.jetty.ee8.nested.MultiPartParser.State
- END - Enum constant in enum class org.eclipse.jetty.ee9.nested.MultiPartParser.State
- END - Enum constant in enum class org.eclipse.jetty.http.HttpGenerator.State
- END - Enum constant in enum class org.eclipse.jetty.http.HttpParser.State
- END_HEADERS - Static variable in interface org.eclipse.jetty.http2.Flags
- END_REQUEST - Enum constant in enum class org.eclipse.jetty.fcgi.FCGI.FrameType
- END_STREAM - Static variable in interface org.eclipse.jetty.http2.Flags
- END_STREAM_MASK - Static variable in class org.eclipse.jetty.quic.api.frames.StreamFrame
- endHandling(Request) - Method in class org.eclipse.jetty.ee8.nested.AsyncDelayHandler
-
Called to indicated the handling of the request is ending.
- endHandling(Request) - Method in class org.eclipse.jetty.ee9.nested.AsyncDelayHandler
-
Called to indicated the handling of the request is ending.
- endPart() - Method in class org.eclipse.jetty.util.MultiPartWriter
-
end creation of the next Content.
- EndPoint - Interface in org.eclipse.jetty.io
-
EndPoint is the abstraction for I/O communication using bytes.
- EndPoint.Pipe - Interface in org.eclipse.jetty.io
-
A communication conduit between two peers.
- EndPoint.SslSessionData - Interface in org.eclipse.jetty.io
-
Interface representing bundle of SSLSession associated data.
- EndPoint.Wrapper - Interface in org.eclipse.jetty.io
-
Marks an
EndPointthat wraps anotherEndPoint. - endPointClosed(EndPoint) - Method in class org.eclipse.jetty.io.ManagedSelector
- endPointClosed(EndPoint) - Method in class org.eclipse.jetty.io.SelectorManager
-
Callback method invoked when an endpoint is closed.
- endPointClosed(EndPoint) - Method in class org.eclipse.jetty.server.ServerConnector.ServerConnectorManager
- endPointClosed(EndPoint) - Method in class org.eclipse.jetty.unixdomain.server.UnixDomainServerConnector.UnixDomainSelectorManager
- EndpointConfigWrapper - Class in org.eclipse.jetty.ee10.websocket.jakarta.common
- EndpointConfigWrapper - Class in org.eclipse.jetty.ee11.websocket.jakarta.common
- EndpointConfigWrapper - Class in org.eclipse.jetty.ee8.websocket.javax.common
- EndpointConfigWrapper - Class in org.eclipse.jetty.ee9.websocket.jakarta.common
- EndpointConfigWrapper() - Constructor for class org.eclipse.jetty.ee10.websocket.jakarta.common.EndpointConfigWrapper
- EndpointConfigWrapper() - Constructor for class org.eclipse.jetty.ee11.websocket.jakarta.common.EndpointConfigWrapper
- EndpointConfigWrapper() - Constructor for class org.eclipse.jetty.ee8.websocket.javax.common.EndpointConfigWrapper
- EndpointConfigWrapper() - Constructor for class org.eclipse.jetty.ee9.websocket.jakarta.common.EndpointConfigWrapper
- EndpointConfigWrapper(EndpointConfig) - Constructor for class org.eclipse.jetty.ee10.websocket.jakarta.common.EndpointConfigWrapper
- EndpointConfigWrapper(EndpointConfig) - Constructor for class org.eclipse.jetty.ee11.websocket.jakarta.common.EndpointConfigWrapper
- EndpointConfigWrapper(EndpointConfig) - Constructor for class org.eclipse.jetty.ee9.websocket.jakarta.common.EndpointConfigWrapper
- EndpointConfigWrapper(EndpointConfig) - Constructor for class org.eclipse.jetty.ee8.websocket.javax.common.EndpointConfigWrapper
- endPointOpened(EndPoint) - Method in class org.eclipse.jetty.io.ManagedSelector
- endPointOpened(EndPoint) - Method in class org.eclipse.jetty.io.SelectorManager
-
Callback method invoked when an endpoint is opened.
- endPointOpened(EndPoint) - Method in class org.eclipse.jetty.server.ServerConnector.ServerConnectorManager
- endPointOpened(EndPoint) - Method in class org.eclipse.jetty.unixdomain.server.UnixDomainServerConnector.UnixDomainSelectorManager
- EndRequestContentParser - Class in org.eclipse.jetty.fcgi.parser
-
Parser for the END_REQUEST frame content.
- EndRequestContentParser(HeaderParser, Parser.Listener) - Constructor for class org.eclipse.jetty.fcgi.parser.EndRequestContentParser
- endSessionEndpoint(String) - Method in class org.eclipse.jetty.security.openid.OpenIdConfiguration.Builder
- endsWith(byte[], int, int) - Method in class org.eclipse.jetty.util.SearchPattern
-
Search for a partial match of the pattern at the end of the data.
- endsWith(ByteBuffer) - Method in class org.eclipse.jetty.util.SearchPattern
-
Searches for a partial match of the pattern at the end of the
ByteBuffer. - endsWithIgnoreCase(String, String) - Static method in class org.eclipse.jetty.util.StringUtil
-
Deprecated.
- ENHANCE_YOUR_CALM - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
- ENHANCE_YOUR_CALM_420 - Static variable in class org.eclipse.jetty.http.HttpStatus
- ENHANCE_YOUR_CALM_ERROR - Enum constant in enum class org.eclipse.jetty.http2.ErrorCode
-
Indicates that the other peer might be generating excessive load.
- enqueue(Queue, HttpExchange) - Method in class org.eclipse.jetty.client.transport.HttpDestination
- enqueueFrame(OutgoingEntry) - Method in class org.eclipse.jetty.websocket.core.WebSocketConnection
-
Enqueue a Frame to be sent.
- ensure(Appendable) - Static method in class org.eclipse.jetty.util.component.Dumpable.DumpAppendable
- ensure(String, Class) - Static method in interface org.eclipse.jetty.util.component.Environment
-
Gets the environment with the given name, creating it with the default classloader if necessary.
- ensure(Server) - Static method in class org.eclipse.jetty.websocket.server.ServerWebSocketContainer
-
Returns the
ServerWebSocketContainer, ensuring that it is available viaServerWebSocketContainer.get(Context). - ensure(Server, ContextHandler) - Static method in class org.eclipse.jetty.websocket.server.ServerWebSocketContainer
-
Returns the
ServerWebSocketContainer, ensuring that it is available viaServerWebSocketContainer.get(Context). - ensureBuffer(int) - Method in class org.eclipse.jetty.io.ByteBufferAccumulator
-
Deprecated.Get the last buffer of the accumulator, this can be written to directly to avoid copying into the accumulator.
- ensureBuffer(int, int) - Method in class org.eclipse.jetty.io.ByteBufferAccumulator
-
Deprecated.Get the last buffer of the accumulator, this can be written to directly to avoid copying into the accumulator.
- ensureCapacity(ByteBuffer, int) - Static method in class org.eclipse.jetty.util.BufferUtil
- ensureConfiguration(String) - Method in class org.eclipse.jetty.compression.server.CompressionHandler
-
Obtain a CompressionConfig for the specified PathSpec.
- ensureConfiguration(PathSpec) - Method in class org.eclipse.jetty.compression.server.CompressionHandler
-
Obtain a CompressionConfig for the specified PathSpec.
- ensureConsumeAllOrNotPersistent() - Method in class org.eclipse.jetty.ee8.nested.HttpChannel
- ensureConsumeAllOrNotPersistent() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
- ensureConsumeAvailableOrNotPersistent(Request, Response) - Static method in class org.eclipse.jetty.server.ResponseUtils
- ensureContainer(ServletContext) - Static method in class org.eclipse.jetty.ee10.websocket.jakarta.server.JakartaWebSocketServerContainer
- ensureContainer(ServletContext) - Static method in class org.eclipse.jetty.ee10.websocket.server.JettyWebSocketServerContainer
- ensureContainer(ServletContext) - Static method in class org.eclipse.jetty.ee11.websocket.jakarta.server.JakartaWebSocketServerContainer
- ensureContainer(ServletContext) - Static method in class org.eclipse.jetty.ee11.websocket.server.JettyWebSocketServerContainer
- ensureContainer(ServletContext) - Static method in class org.eclipse.jetty.ee9.websocket.jakarta.server.JakartaWebSocketServerContainer
- ensureContainer(ServletContext) - Static method in class org.eclipse.jetty.ee9.websocket.server.JettyWebSocketServerContainer
- ensureContainer(ServletContext) - Static method in class org.eclipse.jetty.ee8.websocket.javax.server.JavaxWebSocketServerContainer
- ensureContainer(ServletContext) - Static method in class org.eclipse.jetty.ee8.websocket.server.JettyWebSocketServerContainer
- ensureDirExists(Path) - Static method in class org.eclipse.jetty.util.IO
-
Ensure that the given path exists, and is a directory.
- ensureField(HttpField) - Method in interface org.eclipse.jetty.http.HttpFields.Mutable
-
Ensures that the given
HttpFieldis present when the field may not exist or may exist and be multi-valued. - ensureFilter(ServletContext) - Static method in class org.eclipse.jetty.ee10.websocket.servlet.WebSocketUpgradeFilter
-
Ensure a
WebSocketUpgradeFilteris available on the providedServletContext, a new filter will added if one does not already exist. - ensureFilter(ServletContext) - Static method in class org.eclipse.jetty.ee11.websocket.servlet.WebSocketUpgradeFilter
-
Ensure a
WebSocketUpgradeFilteris available on the providedServletContext, a new filter will added if one does not already exist. - ensureFilter(ServletContext) - Static method in class org.eclipse.jetty.ee9.websocket.servlet.WebSocketUpgradeFilter
-
Ensure a
WebSocketUpgradeFilteris available on the providedServletContext, a new filter will added if one does not already exist. - ensureFilter(ServletContext) - Static method in class org.eclipse.jetty.ee8.websocket.servlet.WebSocketUpgradeFilter
-
Ensure a
WebSocketUpgradeFilteris available on the providedServletContext, a new filter will added if one does not already exist. - ensureIndexes() - Method in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStore
- ensureMappings(ContextHandler) - Static method in class org.eclipse.jetty.websocket.core.server.WebSocketMappings
- ensureNotPersistent(Request, Response) - Static method in class org.eclipse.jetty.server.ResponseUtils
- ensurePool(Container) - Static method in class org.eclipse.jetty.util.compression.DeflaterPool
- ensurePool(Container) - Static method in class org.eclipse.jetty.util.compression.InflaterPool
- ensureSize(Object, int) - Static method in class org.eclipse.jetty.util.LazyList
-
Ensure the capacity of the underlying list.
- ensureSpareCapacity(int) - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
- ensureWebSocketComponents(Server) - Static method in class org.eclipse.jetty.websocket.core.server.WebSocketServerComponents
-
This ensures a
WebSocketComponentsis available on theServerattributeWebSocketServerComponents.WEBSOCKET_COMPONENTS_ATTRIBUTE. - ensureWebSocketComponents(Server, ContextHandler) - Static method in class org.eclipse.jetty.websocket.core.server.WebSocketServerComponents
-
This ensures a
WebSocketComponentsis available at theContextHandlerattributeWebSocketServerComponents.WEBSOCKET_COMPONENTS_ATTRIBUTE. - enterScope(ServletContextHandler.ServletScopedContext, ServletContextRequest) - Method in interface org.eclipse.jetty.ee10.servlet.ServletContextHandler.ServletContextScopeListener
- enterScope(ServletContextHandler.ServletScopedContext, ServletContextRequest) - Method in interface org.eclipse.jetty.ee11.servlet.ServletContextHandler.ServletContextScopeListener
- enterScope(ContextHandler.APIContext, Request, Object) - Method in interface org.eclipse.jetty.ee8.nested.ContextHandler.ContextScopeListener
- enterScope(Request, Object) - Method in class org.eclipse.jetty.ee8.nested.ContextHandler
- enterScope(ContextHandler.APIContext, Request, Object) - Method in interface org.eclipse.jetty.ee9.nested.ContextHandler.ContextScopeListener
- enterScope(Request, Object) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
- enterScope(Context, Request) - Method in interface org.eclipse.jetty.server.handler.ContextHandler.ContextScopeListener
- enterScope(Request) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Enters the scope of the
Context. - Entry(String, boolean) - Constructor for class org.eclipse.jetty.util.ClassMatcher.Entry
- Entry(Frame, HTTP2Stream, Callback) - Constructor for class org.eclipse.jetty.http2.HTTP2Session.Entry
- entrySet() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.PutListenerMap
- entrySet() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.PutListenerMap
- entrySet() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.PutListenerMap
- entrySet() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.PutListenerMap
- entrySet() - Method in class org.eclipse.jetty.http.pathmap.PathMappings
- ENV_ENTRY_TYPES - Static variable in class org.eclipse.jetty.ee10.annotations.ResourceAnnotationHandler
- ENV_ENTRY_TYPES - Static variable in class org.eclipse.jetty.ee11.annotations.ResourceAnnotationHandler
- ENV_ENTRY_TYPES - Static variable in class org.eclipse.jetty.ee8.annotations.ResourceAnnotationHandler
- ENV_ENTRY_TYPES - Static variable in class org.eclipse.jetty.ee9.annotations.ResourceAnnotationHandler
- EnvConfiguration - Class in org.eclipse.jetty.ee10.plus.webapp
-
EnvConfiguration
- EnvConfiguration - Class in org.eclipse.jetty.ee11.plus.webapp
-
EnvConfiguration
- EnvConfiguration - Class in org.eclipse.jetty.ee8.plus.webapp
-
EnvConfiguration
- EnvConfiguration - Class in org.eclipse.jetty.ee9.plus.webapp
-
EnvConfiguration
- EnvConfiguration() - Constructor for class org.eclipse.jetty.ee10.plus.webapp.EnvConfiguration
- EnvConfiguration() - Constructor for class org.eclipse.jetty.ee11.plus.webapp.EnvConfiguration
- EnvConfiguration() - Constructor for class org.eclipse.jetty.ee8.plus.webapp.EnvConfiguration
- EnvConfiguration() - Constructor for class org.eclipse.jetty.ee9.plus.webapp.EnvConfiguration
- EnvEntry - Class in org.eclipse.jetty.plus.jndi
-
This is an object that will be linked into a webapp's java:comp/env namespace as if it was an <env-entry> from web.xml.
- EnvEntry(Object, String, Object, boolean) - Constructor for class org.eclipse.jetty.plus.jndi.EnvEntry
- EnvEntry(String, Object) - Constructor for class org.eclipse.jetty.plus.jndi.EnvEntry
- EnvEntry(String, Object, boolean) - Constructor for class org.eclipse.jetty.plus.jndi.EnvEntry
- Environment - Interface in org.eclipse.jetty.util.component
-
A named runtime environment containing a
ClassLoaderandAttributes. - ENVIRONMENT - Static variable in class org.eclipse.jetty.ee10.servlet.ServletContextHandler
- ENVIRONMENT - Static variable in class org.eclipse.jetty.ee11.servlet.ServletContextHandler
- ENVIRONMENT - Static variable in class org.eclipse.jetty.ee8.nested.ContextHandler
- ENVIRONMENT - Static variable in class org.eclipse.jetty.ee9.nested.ContextHandler
- ENVIRONMENT - Static variable in interface org.eclipse.jetty.server.Deployable
-
Deprecated, for removal: This API element is subject to removal in a future version.no longer used by
Deployable.initializeDefaults(Attributes), functionality still exists in properties files, but is now managed by DeploymentScanner. - ENVIRONMENT_ATTRIBUTE - Static variable in interface org.eclipse.jetty.deploy.ContextHandlerFactory
-
The attribute name for the environment name.
- ENVIRONMENT_XML - Static variable in interface org.eclipse.jetty.server.Deployable
-
Deprecated, for removal: This API element is subject to removal in a future version.no longer used by
Deployable.initializeDefaults(Attributes), functionality exists as a${jetty.base}/environments/*.xmlfeature instead. - ENVIRONMENT_XML_PATHS_ATTRIBUTE - Static variable in interface org.eclipse.jetty.deploy.ContextHandlerFactory
-
Attribute name that stores the
List<Path>pointing to XML files that represent the Environment XML files to apply to the ContextHandler has been created. - EnvironmentBuilder - Class in org.eclipse.jetty.xml
-
A Builder of
Environments intended to be used in XML files processed bystart.jar. - EnvironmentBuilder(String) - Constructor for class org.eclipse.jetty.xml.EnvironmentBuilder
- eof() - Method in class org.eclipse.jetty.ee8.nested.HttpChannel
-
Mark the channel's input as EOF.
- eof() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
-
Mark the channel's input as EOF.
- eof() - Method in class org.eclipse.jetty.fcgi.parser.Parser
- eof(int) - Static method in class org.eclipse.jetty.http2.api.Stream.Data
- EOF - Static variable in interface org.eclipse.jetty.io.Content.Chunk
-
An empty, last, chunk.
- EOF - Static variable in interface org.eclipse.jetty.io.EndPoint
-
Constant returned by
EndPoint.receive(ByteBuffer)to indicate the end-of-file. - EOF_CONTENT - Enum constant in enum class org.eclipse.jetty.http.HttpParser.State
- EOF_CONTENT - Enum constant in enum class org.eclipse.jetty.http.HttpTokens.EndOfContent
- EofContent() - Constructor for class org.eclipse.jetty.ee8.nested.HttpInput.EofContent
- EofContent() - Constructor for class org.eclipse.jetty.ee9.nested.HttpInput.EofContent
- EofException - Exception Class in org.eclipse.jetty.io
-
A Jetty specialization of EOFException.
- EofException() - Constructor for exception class org.eclipse.jetty.io.EofException
- EofException(String) - Constructor for exception class org.eclipse.jetty.io.EofException
- EofException(String, Throwable) - Constructor for exception class org.eclipse.jetty.io.EofException
- EofException(Throwable) - Constructor for exception class org.eclipse.jetty.io.EofException
- EOL - Enum constant in enum class org.eclipse.jetty.http.HttpTokens.Type
- EOL_CRLF - Static variable in class org.eclipse.jetty.http.HttpTokens
- EOL_LF - Static variable in class org.eclipse.jetty.http.HttpTokens
- EPILOGUE - Enum constant in enum class org.eclipse.jetty.ee8.nested.MultiPartParser.State
- EPILOGUE - Enum constant in enum class org.eclipse.jetty.ee9.nested.MultiPartParser.State
- equals(int) - Method in enum class org.eclipse.jetty.http.HttpStatus.Code
- equals(Object) - Method in class org.eclipse.jetty.client.ContentDecoder.Factory
- equals(Object) - Method in class org.eclipse.jetty.client.Origin.Address
- equals(Object) - Method in class org.eclipse.jetty.client.Origin
- equals(Object) - Method in class org.eclipse.jetty.client.Origin.Protocol
- equals(Object) - Method in record class org.eclipse.jetty.client.PathResponseListener.PathResponse
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V1.Tag
- equals(Object) - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag
- equals(Object) - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag.TLV
- equals(Object) - Method in record class org.eclipse.jetty.compression.EncoderSink.WriteRecord
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.eclipse.jetty.deploy.DeploymentScanner.DeployAction
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.eclipse.jetty.ee10.servlet.ErrorHandler.ErrorPageMapper.ErrorPage
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.eclipse.jetty.ee10.servlet.ServletHolder
- equals(Object) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketExtension
- equals(Object) - Method in record class org.eclipse.jetty.ee11.servlet.ErrorHandler.ErrorPageMapper.ErrorPage
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.eclipse.jetty.ee11.servlet.ServletHolder
- equals(Object) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketExtension
- equals(Object) - Method in class org.eclipse.jetty.ee8.nested.InclusiveByteRange
- equals(Object) - Method in class org.eclipse.jetty.ee8.nested.Response.HttpCookieFacade
- equals(Object) - Method in class org.eclipse.jetty.ee8.servlet.ServletHolder
- equals(Object) - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketExtension
- equals(Object) - Method in class org.eclipse.jetty.ee9.nested.InclusiveByteRange
- equals(Object) - Method in class org.eclipse.jetty.ee9.nested.Response.HttpCookieFacade
- equals(Object) - Method in class org.eclipse.jetty.ee9.servlet.ServletHolder
- equals(Object) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketExtension
- equals(Object) - Method in record class org.eclipse.jetty.http.ByteRange
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.eclipse.jetty.http.ComplianceViolation.Event
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.eclipse.jetty.http.CompressedContentFormat
- equals(Object) - Method in interface org.eclipse.jetty.http.HttpCookie
- equals(Object) - Method in class org.eclipse.jetty.http.HttpCookie.Immutable
- equals(Object) - Method in class org.eclipse.jetty.http.HttpCookie.JavaNetHttpCookie
- equals(Object) - Method in class org.eclipse.jetty.http.HttpCookie.Wrapper
- equals(Object) - Method in class org.eclipse.jetty.http.HttpField
- equals(Object) - Method in class org.eclipse.jetty.http.HttpURI.Immutable
- equals(Object) - Method in class org.eclipse.jetty.http.HttpURI.Mutable
- equals(Object) - Method in class org.eclipse.jetty.http.HttpFields.ImmutableHttpFields
- equals(Object) - Method in class org.eclipse.jetty.http.HttpFields.MutableHttpFields
- equals(Object) - Method in class org.eclipse.jetty.http.HttpTester.Message
- equals(Object) - Method in class org.eclipse.jetty.http.HttpTester.Request
- equals(Object) - Method in class org.eclipse.jetty.http.HttpTester.Response
- equals(Object) - Method in class org.eclipse.jetty.http.pathmap.AbstractPathSpec
- equals(Object) - Method in class org.eclipse.jetty.http.pathmap.MappedResource
- equals(Object) - Method in class org.eclipse.jetty.http.QuotedQualityCSV.QualityValue
- equals(Object) - Method in class org.eclipse.jetty.http.spi.JettyHttpExchange
- equals(Object) - Method in class org.eclipse.jetty.http.spi.JettyHttpsExchange
- equals(Object) - Method in class org.eclipse.jetty.http2.HTTP2Stream
- equals(Object) - Method in interface org.eclipse.jetty.io.Transport
- equals(Object) - Method in class org.eclipse.jetty.io.Transport.Unix
- equals(Object) - Method in class org.eclipse.jetty.plus.annotation.LifeCycleCallback
- equals(Object) - Method in class org.eclipse.jetty.plus.annotation.PostConstructCallback
- equals(Object) - Method in class org.eclipse.jetty.plus.annotation.PreDestroyCallback
- equals(Object) - Method in class org.eclipse.jetty.quic.api.frames.TransportParameters.Id
- equals(Object) - Method in record class org.eclipse.jetty.quic.common.frames.FrameGenerator.BytesGenerated
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.eclipse.jetty.quic.quiche.client.QuicheTransport
- equals(Object) - Method in record class org.eclipse.jetty.quic.quiche.PemPaths
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.eclipse.jetty.quic.quiche.Quiche.CloseInfo
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.eclipse.jetty.quic.quiche.QuicheConnectionId
- equals(Object) - Method in class org.eclipse.jetty.quic.util.ErrorCode
- equals(Object) - Method in record class org.eclipse.jetty.rewrite.handler.CompactPathRule.CompactedEvent
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.eclipse.jetty.rewrite.handler.RewriteEncodingRule.Encoding
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.eclipse.jetty.security.jaas.JAASPrincipal
- equals(Object) - Method in class org.eclipse.jetty.security.jaas.JAASRole
- equals(Object) - Method in record class org.eclipse.jetty.security.siwe.EthereumAuthenticator.SignedMessage
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.eclipse.jetty.server.CustomRequestLog.LogDetail
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.eclipse.jetty.server.handler.ConditionalHandler.ConnectorPredicate
- equals(Object) - Method in class org.eclipse.jetty.server.handler.ConditionalHandler.InetAddressPatternPredicate
- equals(Object) - Method in class org.eclipse.jetty.server.handler.ConditionalHandler.MethodPredicate
- equals(Object) - Method in class org.eclipse.jetty.server.handler.ConditionalHandler.PathSpecPredicate
- equals(Object) - Method in record class org.eclipse.jetty.server.HttpChannel.IdleTimeoutTask
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.eclipse.jetty.server.MemoryTransport
- equals(Object) - Method in record class org.eclipse.jetty.server.ResourceService.WelcomeAction
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.eclipse.jetty.session.AbstractSessionManager.RequestedSession
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in interface org.eclipse.jetty.util.Attributes
- equals(Object) - Method in class org.eclipse.jetty.util.Attributes.Lazy
- equals(Object) - Method in class org.eclipse.jetty.util.Attributes.Mapped
- equals(Object) - Method in class org.eclipse.jetty.util.Attributes.Wrapper
- equals(Object) - Method in class org.eclipse.jetty.util.ClassMatcher.Entry
- equals(Object) - Method in class org.eclipse.jetty.util.Fields
- equals(Object) - Method in class org.eclipse.jetty.util.Fields.Field
- equals(Object) - Method in class org.eclipse.jetty.util.InetAddressPattern
- equals(Object) - Method in class org.eclipse.jetty.util.resource.CombinedResource
- equals(Object) - Method in class org.eclipse.jetty.util.resource.PathResource
- equals(Object) - Method in class org.eclipse.jetty.util.security.Credential.Crypt
- equals(Object) - Method in class org.eclipse.jetty.util.security.Credential.MD
- equals(Object) - Method in class org.eclipse.jetty.util.security.Credential.MD5
- equals(Object) - Method in class org.eclipse.jetty.util.security.Password
- equals(Object) - Method in record class org.eclipse.jetty.websocket.api.Frame.CloseStatus
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.eclipse.jetty.websocket.core.Frame
- equals(String, char[], int, int) - Static method in class org.eclipse.jetty.util.StringUtil
- equals(HttpCookie, Object) - Static method in interface org.eclipse.jetty.http.HttpCookie
-
Implementation of
Object.equals(Object)compatible with RFC 6265. - equals(Attributes, Object) - Static method in interface org.eclipse.jetty.util.Attributes
- error() - Method in record class org.eclipse.jetty.ee10.servlet.ErrorHandler.ErrorPageMapper.ErrorPage
-
Returns the value of the
errorrecord component. - error() - Method in record class org.eclipse.jetty.ee11.servlet.ErrorHandler.ErrorPageMapper.ErrorPage
-
Returns the value of the
errorrecord component. - error() - Method in record class org.eclipse.jetty.quic.quiche.Quiche.CloseInfo
-
Returns the value of the
errorrecord component. - error(ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.ee10.servlet.Dispatcher
- error(ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.ee11.servlet.Dispatcher
- error(ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.ee9.nested.Dispatcher
- error(Object) - Method in class org.eclipse.jetty.ee10.apache.jsp.JuliLog
- error(Object) - Method in class org.eclipse.jetty.ee11.apache.jsp.JuliLog
- error(Object) - Method in class org.eclipse.jetty.ee8.apache.jsp.JuliLog
- error(Object) - Method in class org.eclipse.jetty.ee9.apache.jsp.JuliLog
- error(Object, Throwable) - Method in class org.eclipse.jetty.ee10.apache.jsp.JuliLog
- error(Object, Throwable) - Method in class org.eclipse.jetty.ee11.apache.jsp.JuliLog
- error(Object, Throwable) - Method in class org.eclipse.jetty.ee8.apache.jsp.JuliLog
- error(Object, Throwable) - Method in class org.eclipse.jetty.ee9.apache.jsp.JuliLog
- error(String) - Method in class org.eclipse.jetty.logging.JettyLogger
- error(String, Object) - Method in class org.eclipse.jetty.logging.JettyLogger
- error(String, Object...) - Method in class org.eclipse.jetty.logging.JettyLogger
- error(String, Object, Object) - Method in class org.eclipse.jetty.logging.JettyLogger
- error(String, Throwable) - Method in class org.eclipse.jetty.logging.JettyLogger
- error(ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.ee8.nested.Dispatcher
- error(Marker, String) - Method in class org.eclipse.jetty.logging.JettyLogger
- error(Marker, String, Object) - Method in class org.eclipse.jetty.logging.JettyLogger
- error(Marker, String, Object...) - Method in class org.eclipse.jetty.logging.JettyLogger
- error(Marker, String, Object, Object) - Method in class org.eclipse.jetty.logging.JettyLogger
- error(Marker, String, Throwable) - Method in class org.eclipse.jetty.logging.JettyLogger
- ERROR - Enum constant in enum class org.eclipse.jetty.logging.JettyLevel
- ERROR - Static variable in class org.eclipse.jetty.ee10.servlet.FilterMapping
- ERROR - Static variable in class org.eclipse.jetty.ee11.servlet.FilterMapping
- ERROR - Static variable in class org.eclipse.jetty.ee8.servlet.FilterMapping
- ERROR - Static variable in class org.eclipse.jetty.ee9.servlet.FilterMapping
- ERROR_CACHE_CONTROL - Static variable in class org.eclipse.jetty.server.handler.ErrorHandler
- ERROR_CHARSET - Static variable in class org.eclipse.jetty.ee8.nested.ErrorHandler
- ERROR_CHARSET - Static variable in class org.eclipse.jetty.ee9.nested.ErrorHandler
- ERROR_CONTEXT - Static variable in class org.eclipse.jetty.ee8.nested.ErrorHandler
- ERROR_CONTEXT - Static variable in class org.eclipse.jetty.ee9.nested.ErrorHandler
- ERROR_CONTEXT - Static variable in class org.eclipse.jetty.server.handler.ErrorHandler
- ERROR_EXCEPTION - Static variable in class org.eclipse.jetty.server.handler.ErrorHandler
- ERROR_MESSAGE - Static variable in class org.eclipse.jetty.server.handler.ErrorHandler
- ERROR_METHODS - Static variable in class org.eclipse.jetty.server.handler.ErrorHandler
- ERROR_ORIGIN - Static variable in class org.eclipse.jetty.server.handler.ErrorHandler
- ERROR_PAGE - Static variable in class org.eclipse.jetty.ee8.nested.ErrorHandler
- ERROR_PAGE - Static variable in class org.eclipse.jetty.ee8.security.openid.OpenIdAuthenticator
- ERROR_PAGE - Static variable in class org.eclipse.jetty.ee8.webapp.WebAppContext
- ERROR_PAGE - Static variable in class org.eclipse.jetty.ee9.nested.ErrorHandler
- ERROR_PAGE - Static variable in class org.eclipse.jetty.ee9.security.openid.OpenIdAuthenticator
- ERROR_PAGE - Static variable in class org.eclipse.jetty.ee9.webapp.WebAppContext
- ERROR_PAGE - Static variable in class org.eclipse.jetty.security.openid.OpenIdAuthenticator
- ERROR_PARAMETER - Static variable in class org.eclipse.jetty.ee8.security.openid.OpenIdAuthenticator
- ERROR_PARAMETER - Static variable in class org.eclipse.jetty.ee9.security.openid.OpenIdAuthenticator
- ERROR_PARAMETER - Static variable in class org.eclipse.jetty.security.openid.OpenIdAuthenticator
- ERROR_PARAMETER - Static variable in class org.eclipse.jetty.security.siwe.EthereumAuthenticator
- ERROR_PATH_PARAM - Static variable in class org.eclipse.jetty.security.siwe.EthereumAuthenticator
- ERROR_STATUS - Static variable in class org.eclipse.jetty.server.handler.ErrorHandler
- errorClose() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextRequest
- errorClose() - Method in class org.eclipse.jetty.ee11.servlet.ServletContextRequest
- errorClose() - Method in class org.eclipse.jetty.ee8.nested.Response
- errorClose() - Method in class org.eclipse.jetty.ee9.nested.Response
- ErrorCode - Class in org.eclipse.jetty.quic.util
- ErrorCode - Enum Class in org.eclipse.jetty.http2
-
Standard HTTP/2 error codes.
- ErrorContent(Throwable) - Constructor for class org.eclipse.jetty.ee8.nested.HttpInput.ErrorContent
- ErrorContent(Throwable) - Constructor for class org.eclipse.jetty.ee9.nested.HttpInput.ErrorContent
- ErrorDispatchHandler() - Constructor for class org.eclipse.jetty.ee8.nested.AbstractHandler.ErrorDispatchHandler
-
Deprecated.
- ErrorDispatchHandler() - Constructor for class org.eclipse.jetty.ee9.nested.AbstractHandler.ErrorDispatchHandler
-
Deprecated.
- ErrorHandler - Class in org.eclipse.jetty.ee10.servlet
- ErrorHandler - Class in org.eclipse.jetty.ee11.servlet
- ErrorHandler - Class in org.eclipse.jetty.ee8.nested
-
Handler for Error pages
- ErrorHandler - Class in org.eclipse.jetty.ee9.nested
-
Handler for Error pages
- ErrorHandler - Class in org.eclipse.jetty.server.handler
-
Handler for Error pages An ErrorHandler is registered with
Server.setErrorHandler(Request.Handler). - ErrorHandler() - Constructor for class org.eclipse.jetty.ee10.servlet.ErrorHandler
- ErrorHandler() - Constructor for class org.eclipse.jetty.ee11.servlet.ErrorHandler
- ErrorHandler() - Constructor for class org.eclipse.jetty.ee8.nested.ErrorHandler
- ErrorHandler() - Constructor for class org.eclipse.jetty.ee9.nested.ErrorHandler
- ErrorHandler() - Constructor for class org.eclipse.jetty.server.handler.ErrorHandler
- ErrorHandler.ErrorPageMapper - Interface in org.eclipse.jetty.ee10.servlet
- ErrorHandler.ErrorPageMapper - Interface in org.eclipse.jetty.ee11.servlet
- ErrorHandler.ErrorPageMapper - Interface in org.eclipse.jetty.ee8.nested
- ErrorHandler.ErrorPageMapper - Interface in org.eclipse.jetty.ee9.nested
- ErrorHandler.ErrorPageMapper.ErrorPage - Record Class in org.eclipse.jetty.ee10.servlet
- ErrorHandler.ErrorPageMapper.ErrorPage - Record Class in org.eclipse.jetty.ee11.servlet
- ErrorHandler.ErrorPageMapper.PageLookupTechnique - Enum Class in org.eclipse.jetty.ee10.servlet
- ErrorHandler.ErrorPageMapper.PageLookupTechnique - Enum Class in org.eclipse.jetty.ee11.servlet
- ErrorHandler.ErrorRequest - Class in org.eclipse.jetty.server.handler
- errorPage() - Method in record class org.eclipse.jetty.ee10.servlet.ErrorHandler.ErrorPageMapper.ErrorPage
-
Returns the value of the
errorPagerecord component. - errorPage() - Method in record class org.eclipse.jetty.ee11.servlet.ErrorHandler.ErrorPageMapper.ErrorPage
-
Returns the value of the
errorPagerecord component. - ErrorPage(String, ErrorHandler.ErrorPageMapper.PageLookupTechnique, Throwable, Throwable, Class) - Constructor for record class org.eclipse.jetty.ee10.servlet.ErrorHandler.ErrorPageMapper.ErrorPage
-
Creates an instance of a
ErrorPagerecord class. - ErrorPage(String, ErrorHandler.ErrorPageMapper.PageLookupTechnique, Throwable, Throwable, Class) - Constructor for record class org.eclipse.jetty.ee11.servlet.ErrorHandler.ErrorPageMapper.ErrorPage
-
Creates an instance of a
ErrorPagerecord class. - ErrorPageErrorHandler - Class in org.eclipse.jetty.ee10.servlet
-
An ErrorHandler that maps exceptions and status codes to URIs for dispatch using the internal ERROR style of dispatch.
- ErrorPageErrorHandler - Class in org.eclipse.jetty.ee11.servlet
-
An ErrorHandler that maps exceptions and status codes to URIs for dispatch using the internal ERROR style of dispatch.
- ErrorPageErrorHandler - Class in org.eclipse.jetty.ee8.servlet
-
An ErrorHandler that maps exceptions and status codes to URIs for dispatch using the internal ERROR style of dispatch.
- ErrorPageErrorHandler - Class in org.eclipse.jetty.ee9.servlet
-
An ErrorHandler that maps exceptions and status codes to URIs for dispatch using the internal ERROR style of dispatch.
- ErrorPageErrorHandler() - Constructor for class org.eclipse.jetty.ee10.servlet.ErrorPageErrorHandler
- ErrorPageErrorHandler() - Constructor for class org.eclipse.jetty.ee11.servlet.ErrorPageErrorHandler
- ErrorPageErrorHandler() - Constructor for class org.eclipse.jetty.ee8.servlet.ErrorPageErrorHandler
- ErrorPageErrorHandler() - Constructor for class org.eclipse.jetty.ee9.servlet.ErrorPageErrorHandler
- errorPageForMethod(String) - Method in class org.eclipse.jetty.ee8.nested.ErrorHandler
- errorPageForMethod(String) - Method in class org.eclipse.jetty.ee9.nested.ErrorHandler
- errorPageForMethod(String) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
- ErrorRequest(Request, int, String, Throwable) - Constructor for class org.eclipse.jetty.server.handler.ErrorHandler.ErrorRequest
- errToString(long) - Static method in interface org.eclipse.jetty.quic.quiche.QuicheConstants.quic_error
- errToString(long) - Static method in interface org.eclipse.jetty.quic.quiche.QuicheConstants.quiche_error
- errToString(long) - Static method in interface org.eclipse.jetty.quic.quiche.QuicheConstants.tls_alert
- ESCAPE_IN_QUOTES - Enum constant in enum class org.eclipse.jetty.http.CookieCompliance.Violation
-
A backslash was found in a quoted cookie value.
- escapeString(Appendable, String) - Method in class org.eclipse.jetty.util.ajax.JSON
-
Escapes the characters of the given
inputstring into the given buffer. - escapeUnicode(Appendable, char) - Method in class org.eclipse.jetty.util.ajax.JSON
-
Per JSON specification, unicode characters are by default NOT escaped.
- etag(String) - Method in class org.eclipse.jetty.compression.Compression
-
Get an etag with suffix that represents this compression implementation.
- etag(String) - Method in class org.eclipse.jetty.http.CompressedContentFormat
-
Get an etag with suffix that represents this compressed type.
- ETAG - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
- ETAG_SEPARATOR - Static variable in class org.eclipse.jetty.http.EtagUtils
-
The separator within an etag used to indicate a compressed variant.
- Etags(ComplianceViolation.Mode, BiConsumer, String...) - Constructor for class org.eclipse.jetty.http.QuotedCSV.Etags
- EtagUtils - Class in org.eclipse.jetty.http
-
Utility classes for Entity Tag behaviors as outlined in RFC9110 : Section 8.8.3 - Entity Tag
- EthereumAuthenticator - Class in org.eclipse.jetty.security.siwe
- EthereumAuthenticator() - Constructor for class org.eclipse.jetty.security.siwe.EthereumAuthenticator
- EthereumAuthenticator.FixedSizeSet<T> - Class in org.eclipse.jetty.security.siwe
- EthereumAuthenticator.SignedMessage - Record Class in org.eclipse.jetty.security.siwe
- EthereumAuthenticatorFactory - Class in org.eclipse.jetty.security.siwe
- EthereumAuthenticatorFactory() - Constructor for class org.eclipse.jetty.security.siwe.EthereumAuthenticatorFactory
- event(String, String) - Method in interface org.eclipse.jetty.ee10.servlets.EventSource.Emitter
-
Sends a named event with data to the client.
- event(String, String) - Method in class org.eclipse.jetty.ee10.servlets.EventSourceServlet.EventSourceEmitter
- event(String, String) - Method in interface org.eclipse.jetty.ee11.servlets.EventSource.Emitter
-
Sends a named event with data to the client.
- event(String, String) - Method in class org.eclipse.jetty.ee11.servlets.EventSourceServlet.EventSourceEmitter
- event(String, String) - Method in interface org.eclipse.jetty.ee8.servlets.EventSource.Emitter
-
Sends a named event with data to the client.
- event(String, String) - Method in class org.eclipse.jetty.ee8.servlets.EventSourceServlet.EventSourceEmitter
- event(String, String) - Method in interface org.eclipse.jetty.ee9.servlets.EventSource.Emitter
-
Sends a named event with data to the client.
- event(String, String) - Method in class org.eclipse.jetty.ee9.servlets.EventSourceServlet.EventSourceEmitter
- Event(Object) - Constructor for class org.eclipse.jetty.io.ssl.SslHandshakeListener.Event
-
Deprecated, for removal: This API element is subject to removal in a future version.instances of this class can only be created by the implementation
- Event(ComplianceViolation.Mode, ComplianceViolation, String) - Constructor for record class org.eclipse.jetty.http.ComplianceViolation.Event
-
Creates an instance of a
Eventrecord class. - EventSender - Class in org.eclipse.jetty.osgi.util
-
Utility class for emitting OSGi EventAdmin events
- EventsHandler - Class in org.eclipse.jetty.server.handler
-
A
Handler.Wrapperthat fires events during the processing of the requests. - EventsHandler() - Constructor for class org.eclipse.jetty.server.handler.EventsHandler
- EventsHandler(Handler) - Constructor for class org.eclipse.jetty.server.handler.EventsHandler
- EventSource - Interface in org.eclipse.jetty.ee10.servlets
-
EventSourceis the passive half of an event source connection, as defined by the EventSource Specification. - EventSource - Interface in org.eclipse.jetty.ee11.servlets
-
EventSourceis the passive half of an event source connection, as defined by the EventSource Specification. - EventSource - Interface in org.eclipse.jetty.ee8.servlets
-
EventSourceis the passive half of an event source connection, as defined by the EventSource Specification. - EventSource - Interface in org.eclipse.jetty.ee9.servlets
-
EventSourceis the passive half of an event source connection, as defined by the EventSource Specification. - EventSource.Emitter - Interface in org.eclipse.jetty.ee10.servlets
-
EventSource.Emitteris the active half of an event source connection, and allows applications to operate on the connection by sending events, data or comments, or by closing the connection. - EventSource.Emitter - Interface in org.eclipse.jetty.ee11.servlets
-
EventSource.Emitteris the active half of an event source connection, and allows applications to operate on the connection by sending events, data or comments, or by closing the connection. - EventSource.Emitter - Interface in org.eclipse.jetty.ee8.servlets
-
EventSource.Emitteris the active half of an event source connection, and allows applications to operate on the connection by sending events, data or comments, or by closing the connection. - EventSource.Emitter - Interface in org.eclipse.jetty.ee9.servlets
-
EventSource.Emitteris the active half of an event source connection, and allows applications to operate on the connection by sending events, data or comments, or by closing the connection. - EventSourceEmitter(EventSource, AsyncContext) - Constructor for class org.eclipse.jetty.ee10.servlets.EventSourceServlet.EventSourceEmitter
- EventSourceEmitter(EventSource, AsyncContext) - Constructor for class org.eclipse.jetty.ee11.servlets.EventSourceServlet.EventSourceEmitter
- EventSourceEmitter(EventSource, AsyncContext) - Constructor for class org.eclipse.jetty.ee8.servlets.EventSourceServlet.EventSourceEmitter
- EventSourceEmitter(EventSource, AsyncContext) - Constructor for class org.eclipse.jetty.ee9.servlets.EventSourceServlet.EventSourceEmitter
- EventSourceServlet - Class in org.eclipse.jetty.ee10.servlets
-
A servlet that implements the event source protocol, also known as "server sent events".
- EventSourceServlet - Class in org.eclipse.jetty.ee11.servlets
-
A servlet that implements the event source protocol, also known as "server sent events".
- EventSourceServlet - Class in org.eclipse.jetty.ee8.servlets
-
A servlet that implements the event source protocol, also known as "server sent events".
- EventSourceServlet - Class in org.eclipse.jetty.ee9.servlets
-
A servlet that implements the event source protocol, also known as "server sent events".
- EventSourceServlet() - Constructor for class org.eclipse.jetty.ee10.servlets.EventSourceServlet
- EventSourceServlet() - Constructor for class org.eclipse.jetty.ee11.servlets.EventSourceServlet
- EventSourceServlet() - Constructor for class org.eclipse.jetty.ee8.servlets.EventSourceServlet
- EventSourceServlet() - Constructor for class org.eclipse.jetty.ee9.servlets.EventSourceServlet
- EventSourceServlet.EventSourceEmitter - Class in org.eclipse.jetty.ee10.servlets
- EventSourceServlet.EventSourceEmitter - Class in org.eclipse.jetty.ee11.servlets
- EventSourceServlet.EventSourceEmitter - Class in org.eclipse.jetty.ee8.servlets
- EventSourceServlet.EventSourceEmitter - Class in org.eclipse.jetty.ee9.servlets
- evict() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
-
Determines whether to evict the current thread from the pool.
- EVICT_ON_INACTIVITY - Static variable in interface org.eclipse.jetty.session.SessionCache
- EVICT_ON_SESSION_EXIT - Static variable in interface org.eclipse.jetty.session.SessionCache
- EXACT - Enum constant in enum class org.eclipse.jetty.http.pathmap.PathSpecGroup
-
For exactly defined path specs, no glob.
- exceedsMaxProgressive(long) - Static method in class org.eclipse.jetty.quic.common.StreamId
-
Tests whether the given stream id exceeds the
max progressive value. - Exception() - Constructor for exception class org.eclipse.jetty.io.QuietException.Exception
- Exception(String) - Constructor for exception class org.eclipse.jetty.io.QuietException.Exception
- Exception(String, Throwable) - Constructor for exception class org.eclipse.jetty.io.QuietException.Exception
- Exception(Throwable) - Constructor for exception class org.eclipse.jetty.io.QuietException.Exception
- ExceptionUtil - Class in org.eclipse.jetty.util
-
Exception (or rather
Throwableutility methods. - ExceptionUtil.MultiException - Class in org.eclipse.jetty.util
- EXCESSIVE_LOAD_ERROR - Enum constant in enum class org.eclipse.jetty.http3.HTTP3ErrorCode
- exchangeTerminated(HttpExchange, Result) - Method in class org.eclipse.jetty.client.transport.HttpChannel
- exchangeTerminating(HttpExchange, Result) - Method in class org.eclipse.jetty.client.transport.HttpChannel
- exclude(Class) - Method in class org.eclipse.jetty.io.IncludeExcludeConnectionStatistics
- exclude(String) - Method in class org.eclipse.jetty.ee8.nested.InetAccessHandler
-
Excludes an InetAccess entry pattern with an optional connector name, address and URI mapping.
- exclude(String) - Method in class org.eclipse.jetty.ee8.nested.ThreadLimitHandler
- exclude(String) - Method in class org.eclipse.jetty.ee9.nested.InetAccessHandler
-
Excludes an InetAccess entry pattern with an optional connector name, address and URI mapping.
- exclude(String) - Method in class org.eclipse.jetty.ee9.nested.ThreadLimitHandler
- exclude(String) - Method in class org.eclipse.jetty.io.IncludeExcludeConnectionStatistics
- exclude(String) - Method in class org.eclipse.jetty.server.handler.InetAccessHandler
-
Excludes an InetAccess entry pattern with an optional connector name, address and URI mapping.
- exclude(String) - Method in class org.eclipse.jetty.server.handler.ThreadLimitHandler
- exclude(String) - Method in class org.eclipse.jetty.util.ClassMatcher
- exclude(String...) - Method in class org.eclipse.jetty.ee8.nested.InetAccessHandler
-
Excludes InetAccess patterns
- exclude(String...) - Method in class org.eclipse.jetty.ee9.nested.InetAccessHandler
-
Excludes InetAccess patterns
- exclude(String...) - Method in class org.eclipse.jetty.server.handler.InetAccessHandler
-
Excludes InetAccess patterns
- exclude(String...) - Method in class org.eclipse.jetty.util.ClassMatcher
- exclude(String, String, PathSpec) - Method in class org.eclipse.jetty.ee8.nested.InetAccessHandler
-
Excludes an InetAccess entry.
- exclude(String, String, PathSpec) - Method in class org.eclipse.jetty.ee9.nested.InetAccessHandler
-
Excludes an InetAccess entry.
- exclude(String, String, PathSpec) - Method in class org.eclipse.jetty.server.handler.InetAccessHandler
-
Excludes an InetAccess entry.
- exclude(Predicate...) - Method in class org.eclipse.jetty.server.handler.ConditionalHandler
- exclude(PathSpec...) - Method in class org.eclipse.jetty.server.handler.ConditionalHandler
-
Exclude
PathSpecs in the conditions to be met - exclude(InetAddressPattern...) - Method in class org.eclipse.jetty.server.handler.ConditionalHandler
-
Exclude
InetAddressPatterns in the conditions to be met - exclude(T) - Method in class org.eclipse.jetty.util.IncludeExcludeSet
- exclude(T...) - Method in class org.eclipse.jetty.util.IncludeExcludeSet
- excludeConnector(String) - Method in class org.eclipse.jetty.ee8.nested.InetAccessHandler
-
Deprecated.use
InetAccessHandler.include(String)instead. - excludeConnector(String) - Method in class org.eclipse.jetty.ee9.nested.InetAccessHandler
-
Deprecated.use
InetAccessHandler.include(String)instead. - excludeConnectors(String...) - Method in class org.eclipse.jetty.ee8.nested.InetAccessHandler
-
Deprecated.use
InetAccessHandler.include(String)instead. - excludeConnectors(String...) - Method in class org.eclipse.jetty.ee9.nested.InetAccessHandler
-
Deprecated.use
InetAccessHandler.include(String)instead. - EXCLUDED_PROTOCOLS_ATTRIBUTE - Static variable in class org.eclipse.jetty.client.Origin.Protocol
- excludeInetAddressPattern(String...) - Method in class org.eclipse.jetty.server.handler.ConditionalHandler
-
Exclude
InetAddressPatternin the conditions to be met - excludeMethod(String...) - Method in class org.eclipse.jetty.server.handler.ConditionalHandler
-
Exclude
methods in the conditions to be met - excludeMimeType(String...) - Method in class org.eclipse.jetty.server.handler.BufferedResponseHandler
- excludePath(String...) - Method in class org.eclipse.jetty.server.handler.ConditionalHandler
-
Exclude
PathSpecin the conditions to be met - EXECUTABLE_COMPARATOR - Static variable in class org.eclipse.jetty.xml.XmlConfiguration
- execute(Runnable) - Method in class org.eclipse.jetty.ee10.servlet.ServletChannel
- execute(Runnable) - Method in class org.eclipse.jetty.ee11.servlet.ServletChannel
- execute(Runnable) - Method in class org.eclipse.jetty.ee8.nested.HttpChannel
- execute(Runnable) - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
- execute(Runnable) - Method in class org.eclipse.jetty.http.spi.DelegatingThreadPool
- execute(Runnable) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
- execute(Runnable) - Method in class org.eclipse.jetty.io.SelectorManager
-
Executes the given task in a different thread.
- execute(Runnable) - Method in interface org.eclipse.jetty.server.Context
-
Executes the given task in a thread scoped to this Context.
- execute(Runnable) - Method in class org.eclipse.jetty.server.Context.Wrapper
- execute(Runnable) - Method in class org.eclipse.jetty.server.handler.ContextHandler.ScopedContext
- execute(Runnable) - Method in class org.eclipse.jetty.server.LocalConnector.LocalEndPoint
- execute(Runnable) - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
- execute(Runnable) - Method in class org.eclipse.jetty.util.thread.MonitoredQueuedThreadPool
- execute(Runnable) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
- execute(Runnable) - Method in class org.eclipse.jetty.util.thread.ReservedThreadExecutor
- execute(Runnable) - Method in class org.eclipse.jetty.util.thread.SerializedExecutor
-
Arrange for a task to be executed, mutually excluded from other tasks.
- execute(Runnable) - Method in class org.eclipse.jetty.util.thread.TrackingExecutor
- execute(Runnable) - Method in interface org.eclipse.jetty.util.thread.TryExecutor
- execute(Runnable) - Method in class org.eclipse.jetty.util.thread.TryExecutor.NoTryExecutor
- execute(Runnable) - Method in class org.eclipse.jetty.util.thread.VirtualThreadPool
- execute(Runnable...) - Method in class org.eclipse.jetty.util.thread.SerializedExecutor
-
Arrange for tasks to be executed, mutually excluded from other tasks.
- execute(Runnable, Request) - Method in class org.eclipse.jetty.ee10.servlet.ServletChannel
- execute(Runnable, Request) - Method in class org.eclipse.jetty.ee11.servlet.ServletChannel
- execute(Runnable, Request) - Method in class org.eclipse.jetty.server.handler.ContextHandler.ScopedContext
- execute(Executor, Runnable) - Static method in class org.eclipse.jetty.util.VirtualThreads
-
Execute a task on the given executor, using virtual threads if the executor has been configured to use them.
- executeImmediately(Executor, Runnable) - Static method in interface org.eclipse.jetty.util.thread.ThreadPool
-
Execute a task immediately without queueing.
- executeOnVirtualThread(Runnable) - Static method in class org.eclipse.jetty.util.VirtualThreads
-
Deprecated, for removal: This API element is subject to removal in a future version.
- ExecuteProduceConsume - Class in org.eclipse.jetty.util.thread.strategy
-
A strategy where the thread that produces will always run the resulting task.
- ExecuteProduceConsume(ExecutionStrategy.Producer, Executor) - Constructor for class org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume
- executeRequest(String) - Method in class org.eclipse.jetty.server.LocalConnector
-
Execute a request and return the EndPoint through which multiple responses can be received or more input provided.
- ExecutionStrategy - Interface in org.eclipse.jetty.util.thread
- ExecutionStrategy.Producer - Interface in org.eclipse.jetty.util.thread
-
A producer of
Runnabletasks to run. - ExecutorThreadPool - Class in org.eclipse.jetty.util.thread
-
A
ThreadPool.SizedThreadPoolwrapper aroundThreadPoolExecutor. - ExecutorThreadPool() - Constructor for class org.eclipse.jetty.util.thread.ExecutorThreadPool
- ExecutorThreadPool(int) - Constructor for class org.eclipse.jetty.util.thread.ExecutorThreadPool
- ExecutorThreadPool(int, int) - Constructor for class org.eclipse.jetty.util.thread.ExecutorThreadPool
- ExecutorThreadPool(int, int, BlockingQueue) - Constructor for class org.eclipse.jetty.util.thread.ExecutorThreadPool
- ExecutorThreadPool(ThreadPoolExecutor) - Constructor for class org.eclipse.jetty.util.thread.ExecutorThreadPool
- ExecutorThreadPool(ThreadPoolExecutor, int) - Constructor for class org.eclipse.jetty.util.thread.ExecutorThreadPool
- ExecutorThreadPool(ThreadPoolExecutor, int, ThreadGroup) - Constructor for class org.eclipse.jetty.util.thread.ExecutorThreadPool
- exists() - Method in class org.eclipse.jetty.util.resource.CombinedResource
- exists() - Method in class org.eclipse.jetty.util.resource.MemoryResource
- exists() - Method in class org.eclipse.jetty.util.resource.PathResource
- exists() - Method in class org.eclipse.jetty.util.resource.Resource
-
Equivalent to
Files.exists(Path, LinkOption...)with the following parameters:Resource.getPath()andLinkOption.NOFOLLOW_LINKS. - exists(String) - Method in class org.eclipse.jetty.session.AbstractSessionCache
-
Check to see if a session corresponding to the id exists.
- exists(String) - Method in class org.eclipse.jetty.session.AbstractSessionDataStore
- exists(String) - Method in class org.eclipse.jetty.session.CachingSessionDataStore
- exists(String) - Method in interface org.eclipse.jetty.session.SessionCache
-
Check to see if a session exists: WILL consult the SessionDataStore.
- exists(String) - Method in interface org.eclipse.jetty.session.SessionDataStore
-
Test if data exists for a given session id.
- exists(String) - Method in class org.eclipse.jetty.util.Scanner
- exists(Resource) - Static method in class org.eclipse.jetty.util.resource.Resources
-
True if the resource exists.
- exitScope(ServletContextHandler.ServletScopedContext, ServletContextRequest) - Method in interface org.eclipse.jetty.ee10.servlet.ServletContextHandler.ServletContextScopeListener
- exitScope(ServletContextHandler.ServletScopedContext, ServletContextRequest) - Method in interface org.eclipse.jetty.ee11.servlet.ServletContextHandler.ServletContextScopeListener
- exitScope(ContextHandler.APIContext, Request) - Method in interface org.eclipse.jetty.ee8.nested.ContextHandler.ContextScopeListener
- exitScope(Request) - Method in class org.eclipse.jetty.ee8.nested.ContextHandler
- exitScope(ContextHandler.APIContext, Request) - Method in interface org.eclipse.jetty.ee9.nested.ContextHandler.ContextScopeListener
- exitScope(Request) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
- exitScope(Context, Request) - Method in interface org.eclipse.jetty.server.handler.ContextHandler.ContextScopeListener
- exitScope(Request, Context, ClassLoader) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Exits the scope of the
Context. - expand(String) - Method in class org.eclipse.jetty.util.resource.AttributeNormalizer
- expandChildren(List, Class) - Method in class org.eclipse.jetty.ee8.nested.AbstractHandlerContainer
- expandChildren(List, Class) - Method in class org.eclipse.jetty.ee8.nested.HandlerCollection
- expandChildren(List, Class) - Method in class org.eclipse.jetty.ee8.nested.HandlerWrapper
- expandChildren(List, Class) - Method in class org.eclipse.jetty.ee8.nested.HotSwapHandler
- expandChildren(List, Class) - Method in class org.eclipse.jetty.ee9.nested.AbstractHandlerContainer
- expandChildren(List, Class) - Method in class org.eclipse.jetty.ee9.nested.HandlerCollection
- expandChildren(List, Class) - Method in class org.eclipse.jetty.ee9.nested.HandlerWrapper
- expandChildren(List, Class) - Method in class org.eclipse.jetty.ee9.nested.HotSwapHandler
- expandHandler(Handler, List, Class) - Method in class org.eclipse.jetty.ee8.nested.AbstractHandlerContainer
- expandHandler(Handler, List, Class) - Method in class org.eclipse.jetty.ee9.nested.AbstractHandlerContainer
- EXPECT - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
- EXPECTATION_FAILED - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
- EXPECTATION_FAILED_417 - Static variable in class org.eclipse.jetty.http.HttpStatus
- EXPECTED_QUICHE_VERSION - Static variable in interface org.eclipse.jetty.quic.quiche.jna.LibQuiche
- expects100Continue(HttpServletRequest) - Method in class org.eclipse.jetty.ee10.proxy.AbstractProxyServlet
- expects100Continue(HttpServletRequest) - Method in class org.eclipse.jetty.ee11.proxy.AbstractProxyServlet
- expects100Continue(HttpServletRequest) - Method in class org.eclipse.jetty.ee9.proxy.AbstractProxyServlet
- expects100Continue(HttpServletRequest) - Method in class org.eclipse.jetty.ee8.proxy.AbstractProxyServlet
- expects100Continue(Request) - Method in class org.eclipse.jetty.client.transport.HttpSender
- expireAll(String) - Method in class org.eclipse.jetty.session.DefaultSessionIdManager
-
Remove an id from use by telling all contexts to remove a session with this id.
- expireAll(String) - Method in interface org.eclipse.jetty.session.SessionIdManager
-
Expire all sessions on all contexts that share the same id.
- expires(Instant) - Method in class org.eclipse.jetty.http.HttpCookie.Builder
- EXPIRES - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
- EXPIRES_01JAN1970 - Static variable in interface org.eclipse.jetty.http.HttpFields
-
A constant
HttpFieldfor the HTTP header: - EXPIRES_ATTRIBUTE - Static variable in interface org.eclipse.jetty.http.HttpCookie
- expireSuspended(Request, Response, Callback) - Method in class org.eclipse.jetty.server.handler.QoSHandler
-
Fails the given suspended request/response with status code 503 and a
TimeoutExceptionfailure. - exportKeyPair(KeyStore, String, char[], Path) - Static method in class org.eclipse.jetty.quic.quiche.PemExporter
- exportTrustStore(KeyStore, Path) - Static method in class org.eclipse.jetty.quic.quiche.PemExporter
- expose(String...) - Method in class org.eclipse.jetty.ee10.webapp.AbstractConfiguration.Builder
-
Expose classes to the web application by adding them as exclusions to the
AbstractConfiguration.getHiddenClasses() - expose(String...) - Method in class org.eclipse.jetty.ee11.webapp.AbstractConfiguration.Builder
-
Expose classes to the web application by adding them as exclusions to the
AbstractConfiguration.getHiddenClasses() - expose(String...) - Method in class org.eclipse.jetty.ee8.webapp.AbstractConfiguration
-
Expose classes to the web application by adding them as exclusions to the
AbstractConfiguration.getServerClasses() - expose(String...) - Method in class org.eclipse.jetty.ee9.webapp.AbstractConfiguration
-
Expose classes to the web application by adding them as exclusions to the
AbstractConfiguration.getServerClasses() - EXPOSED_HEADERS_PARAM - Static variable in class org.eclipse.jetty.ee10.servlets.CrossOriginFilter
-
Deprecated.
- EXPOSED_HEADERS_PARAM - Static variable in class org.eclipse.jetty.ee11.servlets.CrossOriginFilter
-
Deprecated.
- EXPOSED_HEADERS_PARAM - Static variable in class org.eclipse.jetty.ee8.servlets.CrossOriginFilter
-
Deprecated.
- EXPOSED_HEADERS_PARAM - Static variable in class org.eclipse.jetty.ee9.servlets.CrossOriginFilter
-
Deprecated.
- EXTENDED_LISTENER_TYPE_INDEX - Static variable in class org.eclipse.jetty.ee10.servlet.ServletContextHandler
- EXTENDED_LISTENER_TYPE_INDEX - Static variable in class org.eclipse.jetty.ee11.servlet.ServletContextHandler
- EXTENDED_LISTENER_TYPE_INDEX - Static variable in class org.eclipse.jetty.ee8.nested.ContextHandler
- EXTENDED_LISTENER_TYPE_INDEX - Static variable in class org.eclipse.jetty.ee9.nested.ContextHandler
- EXTENDED_NCSA_FORMAT - Static variable in class org.eclipse.jetty.server.CustomRequestLog
- extension() - Method in record class org.eclipse.jetty.rewrite.handler.RewriteEncodingRule.Encoding
-
Returns the value of the
extensionrecord component. - Extension - Interface in org.eclipse.jetty.websocket.core
-
Interface for WebSocket Extensions.
- EXTENSION_ERROR - Static variable in class org.eclipse.jetty.websocket.core.CloseStatus
- ExtensionConfig - Class in org.eclipse.jetty.websocket.core
-
Represents an Extension Configuration, as seen during the connection Handshake process.
- ExtensionConfig - Interface in org.eclipse.jetty.ee8.websocket.api
-
Represents an Extension Configuration, as seen during the connection Handshake process.
- ExtensionConfig - Interface in org.eclipse.jetty.ee9.websocket.api
-
Represents an Extension Configuration, as seen during the connection Handshake process.
- ExtensionConfig - Interface in org.eclipse.jetty.websocket.api
-
Represents an Extension Configuration, as seen during the connection Handshake process.
- ExtensionConfig(String) - Constructor for class org.eclipse.jetty.websocket.core.ExtensionConfig
- ExtensionConfig(String, Map) - Constructor for class org.eclipse.jetty.websocket.core.ExtensionConfig
- ExtensionConfig(ExtensionConfig) - Constructor for class org.eclipse.jetty.websocket.core.ExtensionConfig
-
Copy constructor
- ExtensionConfig.Parser - Interface in org.eclipse.jetty.ee8.websocket.api
- ExtensionConfig.Parser - Interface in org.eclipse.jetty.ee9.websocket.api
- ExtensionConfig.Parser - Interface in org.eclipse.jetty.websocket.api
- ExtensionConfigParser - Class in org.eclipse.jetty.ee8.websocket.common
- ExtensionConfigParser - Class in org.eclipse.jetty.ee9.websocket.common
- ExtensionConfigParser - Class in org.eclipse.jetty.websocket.common
- ExtensionConfigParser() - Constructor for class org.eclipse.jetty.ee8.websocket.common.ExtensionConfigParser
- ExtensionConfigParser() - Constructor for class org.eclipse.jetty.ee9.websocket.common.ExtensionConfigParser
- ExtensionConfigParser() - Constructor for class org.eclipse.jetty.websocket.common.ExtensionConfigParser
- ExtensionStack - Class in org.eclipse.jetty.websocket.core
-
Represents the stack of Extensions.
- ExtensionStack(WebSocketComponents, Behavior) - Constructor for class org.eclipse.jetty.websocket.core.ExtensionStack
- EXTRACT_WARS - Static variable in interface org.eclipse.jetty.server.Deployable
-
Attribute key name: Specifies the flag to extract/unpack a WAR file for EE based deployments.
- extractBoundary(String) - Static method in class org.eclipse.jetty.http.MultiPart
-
Extracts the value of the
boundaryparameter from theContent-Typeheader value, or returnsnullif theboundaryparameter is missing. - extractFormParameters(Fields) - Method in class org.eclipse.jetty.ee8.nested.Request
- extractFormParameters(Fields) - Method in class org.eclipse.jetty.ee9.nested.Request
- extractQueryParameters() - Method in class org.eclipse.jetty.ee10.servlet.ServletApiRequest.CrossContextForwarded
- extractQueryParameters() - Method in class org.eclipse.jetty.ee10.servlet.ServletApiRequest.CrossContextIncluded
- extractQueryParameters() - Method in class org.eclipse.jetty.ee10.servlet.ServletApiRequest
- extractQueryParameters() - Method in class org.eclipse.jetty.ee11.servlet.ServletApiRequest.CrossContextForwarded
- extractQueryParameters() - Method in class org.eclipse.jetty.ee11.servlet.ServletApiRequest.CrossContextIncluded
- extractQueryParameters() - Method in class org.eclipse.jetty.ee11.servlet.ServletApiRequest
- extractQueryParameters(Request) - Static method in interface org.eclipse.jetty.server.Request
- extractQueryParameters(Request, Charset) - Static method in interface org.eclipse.jetty.server.Request
- extractRedirectURI(Response) - Method in class org.eclipse.jetty.client.HttpRedirector
-
Extracts and sanitizes (by making it absolute and escaping paths and query parameters) the redirect URI of the given
response. - extractUserId(ServletRequest) - Method in class org.eclipse.jetty.ee10.servlets.DoSFilter
-
Deprecated.User ID no longer supported
- extractUserId(ServletRequest) - Method in class org.eclipse.jetty.ee11.servlets.DoSFilter
-
Deprecated.User ID no longer supported
- extractUserId(ServletRequest) - Method in class org.eclipse.jetty.ee9.servlets.DoSFilter
-
Deprecated.User ID no longer supported
- extractUserId(ServletRequest) - Method in class org.eclipse.jetty.ee8.servlets.DoSFilter
-
Deprecated.User ID no longer supported
- ExtraXmlDescriptorProcessor - Class in org.eclipse.jetty.ee10.quickstart
-
Saves literal XML snippets from web.xml.
- ExtraXmlDescriptorProcessor - Class in org.eclipse.jetty.ee11.quickstart
-
Saves literal XML snippets from web.xml.
- ExtraXmlDescriptorProcessor - Class in org.eclipse.jetty.ee8.quickstart
-
Saves literal XML snippets from web.xml.
- ExtraXmlDescriptorProcessor - Class in org.eclipse.jetty.ee9.quickstart
-
Saves literal XML snippets from web.xml.
- ExtraXmlDescriptorProcessor() - Constructor for class org.eclipse.jetty.ee10.quickstart.ExtraXmlDescriptorProcessor
- ExtraXmlDescriptorProcessor() - Constructor for class org.eclipse.jetty.ee11.quickstart.ExtraXmlDescriptorProcessor
- ExtraXmlDescriptorProcessor() - Constructor for class org.eclipse.jetty.ee8.quickstart.ExtraXmlDescriptorProcessor
- ExtraXmlDescriptorProcessor() - Constructor for class org.eclipse.jetty.ee9.quickstart.ExtraXmlDescriptorProcessor
F
- Factories() - Constructor for class org.eclipse.jetty.client.ContentDecoder.Factories
- Factory() - Constructor for class org.eclipse.jetty.util.ajax.AsyncJSON.Factory
- Factory(int) - Constructor for class org.eclipse.jetty.http2.WindowRateControl.Factory
- Factory(String) - Constructor for class org.eclipse.jetty.client.ContentDecoder.Factory
- Factory(String, float) - Constructor for class org.eclipse.jetty.client.ContentDecoder.Factory
- fail(Throwable) - Method in class org.eclipse.jetty.client.ContentSourceRequestContent
- fail(Throwable) - Method in class org.eclipse.jetty.ee10.servlet.ServletCoreRequest
- fail(Throwable) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.messages.AbstractDecodedMessageSink
- fail(Throwable) - Method in class org.eclipse.jetty.ee11.servlet.ServletCoreRequest
- fail(Throwable) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.messages.AbstractDecodedMessageSink
- fail(Throwable) - Method in class org.eclipse.jetty.ee8.nested.ServletCoreRequest
- fail(Throwable) - Method in class org.eclipse.jetty.ee8.websocket.javax.common.messages.AbstractDecodedMessageSink
- fail(Throwable) - Method in class org.eclipse.jetty.ee9.nested.ServletCoreRequest
- fail(Throwable) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.messages.AbstractDecodedMessageSink
- fail(Throwable) - Method in class org.eclipse.jetty.http.MultiPart.AbstractContentSource
- fail(Throwable) - Method in class org.eclipse.jetty.http.MultiPart.ChunksPart
- fail(Throwable) - Method in class org.eclipse.jetty.http.MultiPart.Part
- fail(Throwable) - Method in class org.eclipse.jetty.http.MultiPartByteRanges.PathContentSource
-
Deprecated.
- fail(Throwable) - Method in class org.eclipse.jetty.io.ByteBufferCallbackAccumulator
-
Deprecated.
- fail(Throwable) - Method in class org.eclipse.jetty.io.content.AsyncContent
- fail(Throwable) - Method in class org.eclipse.jetty.io.content.ByteBufferContentSource
- fail(Throwable) - Method in class org.eclipse.jetty.io.content.ChunksContentSource
- fail(Throwable) - Method in class org.eclipse.jetty.io.content.ContentSourceTransformer
- fail(Throwable) - Method in class org.eclipse.jetty.io.content.InputStreamContentSource
- fail(Throwable) - Method in class org.eclipse.jetty.io.content.OutputStreamContentSource
- fail(Throwable) - Method in class org.eclipse.jetty.io.content.PathContentSource
- fail(Throwable) - Method in interface org.eclipse.jetty.io.Content.Source
-
Fails this content source with a
lastfailure chunk, failing and discarding accumulated content chunks that were not yet read. - fail(Throwable) - Method in class org.eclipse.jetty.server.Request.Wrapper
- fail(Throwable) - Method in class org.eclipse.jetty.util.SharedBlockingCallback
-
Deprecated.
- fail(Throwable) - Method in class org.eclipse.jetty.websocket.api.Callback.Completable
- fail(Throwable) - Method in interface org.eclipse.jetty.websocket.api.Callback
-
Method to invoke to fail the callback.
- fail(Throwable) - Method in class org.eclipse.jetty.websocket.core.messages.ByteArrayMessageSink
- fail(Throwable) - Method in class org.eclipse.jetty.websocket.core.messages.ByteBufferMessageSink
- fail(Throwable) - Method in class org.eclipse.jetty.websocket.core.messages.DispatchedMessageSink
- fail(Throwable) - Method in class org.eclipse.jetty.websocket.core.messages.MessageInputStream
- fail(Throwable) - Method in class org.eclipse.jetty.websocket.core.messages.MessageReader
- fail(Throwable) - Method in interface org.eclipse.jetty.websocket.core.messages.MessageSink
-
Fails this
MessageSinkwith the given cause. - fail(Throwable) - Method in class org.eclipse.jetty.websocket.core.messages.PartialStringMessageSink
- fail(Throwable) - Method in class org.eclipse.jetty.websocket.core.messages.StringMessageSink
- fail(Throwable, boolean) - Method in class org.eclipse.jetty.client.ContentSourceRequestContent
- fail(Throwable, boolean) - Method in class org.eclipse.jetty.http.MultiPartByteRanges.PathContentSource
-
Deprecated.
- fail(Throwable, boolean) - Method in class org.eclipse.jetty.io.content.AsyncContent
- fail(Throwable, boolean) - Method in class org.eclipse.jetty.io.content.PathContentSource
- fail(Throwable, boolean) - Method in interface org.eclipse.jetty.io.Content.Source
-
Fails this content source with a
failure chunkthat may or not may belast. - fail(Request, Throwable, Response) - Method in class org.eclipse.jetty.client.HttpRedirector
- fail(Request, Response, Throwable) - Method in class org.eclipse.jetty.client.HttpRedirector
- failAllContent(Throwable) - Method in class org.eclipse.jetty.ee8.nested.HttpChannel
-
Fail all content that is currently stored within the channel.
- failAllContent(Throwable) - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
-
Fail all content that is currently stored within the channel.
- failAndClose(Throwable) - Method in class org.eclipse.jetty.client.transport.HttpReceiver
-
Fails the receiver and closes the underlying stream.
- failed(Throwable) - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.ProxyProtocolConnection
- failed(Throwable) - Method in class org.eclipse.jetty.client.transport.HttpDestination
- failed(Throwable) - Method in class org.eclipse.jetty.ee10.proxy.AsyncMiddleManServlet.ProxyResponseListener
- failed(Throwable) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.SendHandlerCallback
- failed(Throwable) - Method in class org.eclipse.jetty.ee11.proxy.AsyncMiddleManServlet.ProxyResponseListener
- failed(Throwable) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.SendHandlerCallback
- failed(Throwable) - Method in class org.eclipse.jetty.ee8.nested.HttpChannel
-
Fail the channel's input.
- failed(Throwable) - Method in class org.eclipse.jetty.ee8.nested.HttpInput.WrappingContent
- failed(Throwable) - Method in class org.eclipse.jetty.ee8.proxy.AsyncMiddleManServlet.ProxyResponseListener
- failed(Throwable) - Method in class org.eclipse.jetty.ee8.websocket.javax.common.SendHandlerCallback
- failed(Throwable) - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
-
Fail the channel's input.
- failed(Throwable) - Method in class org.eclipse.jetty.ee9.nested.HttpInput.WrappingContent
- failed(Throwable) - Method in class org.eclipse.jetty.ee9.proxy.AsyncMiddleManServlet.ProxyResponseListener
- failed(Throwable) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.SendHandlerCallback
- failed(Throwable) - Method in class org.eclipse.jetty.http2.HTTP2Stream
- failed(Throwable) - Method in class org.eclipse.jetty.server.handler.gzip.GzipResponseAndCallback
- failed(Throwable) - Method in class org.eclipse.jetty.server.HttpStream.Wrapper
- failed(Throwable) - Method in class org.eclipse.jetty.util.Callback.Completable
- failed(Throwable) - Method in interface org.eclipse.jetty.util.Callback.Completing
- failed(Throwable) - Method in interface org.eclipse.jetty.util.Callback
-
Callback invoked when the operation fails.
- failed(Throwable) - Method in class org.eclipse.jetty.util.Callback.Nested
- failed(Throwable) - Method in class org.eclipse.jetty.util.CountingCallback
- failed(Throwable) - Method in class org.eclipse.jetty.util.FutureCallback
- failed(Throwable) - Method in class org.eclipse.jetty.util.FuturePromise
- failed(Throwable) - Method in class org.eclipse.jetty.util.IteratingCallback
-
Method to invoke when the asynchronous sub-task fails, or to fail the overall asynchronous task and therefore terminate the iteration.
- failed(Throwable) - Method in class org.eclipse.jetty.util.Promise.Completable
- failed(Throwable) - Method in interface org.eclipse.jetty.util.Promise
-
Callback method to invoke when the operation fails.
- failed(Throwable) - Method in class org.eclipse.jetty.util.Promise.Task
- failed(Throwable) - Method in class org.eclipse.jetty.util.Promise.Wrapper
- failed(Throwable) - Method in class org.eclipse.jetty.util.SharedBlockingCallback.Blocker
-
Deprecated.
- Failed(String) - Constructor for exception class org.eclipse.jetty.ee8.nested.Authentication.Failed
- Failed(String) - Constructor for exception class org.eclipse.jetty.ee9.nested.Authentication.Failed
- FAILED - Enum constant in enum class org.eclipse.jetty.http3.HTTP3Stream.FrameState
-
The stream has encountered a failure.
- FAILED - Static variable in class org.eclipse.jetty.util.component.AbstractLifeCycle
- FAILED_DEPENDENCY - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
- FAILED_DEPENDENCY_424 - Static variable in class org.eclipse.jetty.http.HttpStatus
- FAILED_EVENT - Static variable in class org.eclipse.jetty.osgi.util.EventSender
- FAILED_TLS_HANDSHAKE - Static variable in class org.eclipse.jetty.ee8.websocket.api.StatusCode
-
1015 is a reserved value and MUST NOT be set as a status code in a Close control frame by an endpoint.
- FAILED_TLS_HANDSHAKE - Static variable in class org.eclipse.jetty.ee9.websocket.api.StatusCode
-
1015 is a reserved value and MUST NOT be set as a status code in a Close control frame by an endpoint.
- FAILED_TLS_HANDSHAKE - Static variable in class org.eclipse.jetty.websocket.api.StatusCode
-
1015 is a reserved value and MUST NOT be set as a status code in a Close control frame by an endpoint.
- FAILED_TLS_HANDSHAKE - Static variable in class org.eclipse.jetty.websocket.core.CloseStatus
- failFlusher(Throwable) - Method in class org.eclipse.jetty.websocket.core.util.WebSocketDemander
-
Used to fail this flusher possibly from an external event such as a callback.
- failFlusher(Throwable) - Method in class org.eclipse.jetty.websocket.core.util.WebSocketFlusher
-
Used to fail this flusher possibly from an external event such as a callback.
- failSuspended(Request, Response, Callback, int, Throwable) - Method in class org.eclipse.jetty.server.handler.QoSHandler
-
Fails the given suspended request/response with the given status code and failure.
- failure - Variable in class org.eclipse.jetty.client.transport.SendFailure
- FAILURE - Enum constant in enum class org.eclipse.jetty.http2.frames.FrameType
- FailureFrame - Class in org.eclipse.jetty.http2.frames
- FailureFrame(int, String, Throwable) - Constructor for class org.eclipse.jetty.http2.frames.FailureFrame
- FakeURLClassLoader - Class in org.eclipse.jetty.osgi.util
-
FakeURLClassLoader
- FakeURLClassLoader(ClassLoader, URL[]) - Constructor for class org.eclipse.jetty.osgi.util.FakeURLClassLoader
- fallback(HttpServletRequest, HttpServletResponse, FilterChain, String) - Method in class org.eclipse.jetty.ee10.fcgi.proxy.TryFilesFilter
- fallback(HttpServletRequest, HttpServletResponse, FilterChain, String) - Method in class org.eclipse.jetty.ee11.fcgi.proxy.TryFilesFilter
- fallback(HttpServletRequest, HttpServletResponse, FilterChain, String) - Method in class org.eclipse.jetty.ee9.fcgi.proxy.TryFilesFilter
- False - Enum constant in enum class org.eclipse.jetty.ee8.webapp.MetaData.Complete
- False - Enum constant in enum class org.eclipse.jetty.ee9.webapp.MetaData.Complete
- falsePredicate() - Static method in class org.eclipse.jetty.util.TypeUtil
- FASTCGI_ENV_NAMES_INIT_PARAM - Static variable in class org.eclipse.jetty.ee10.fcgi.proxy.FastCGIProxyServlet
- FASTCGI_ENV_NAMES_INIT_PARAM - Static variable in class org.eclipse.jetty.ee11.fcgi.proxy.FastCGIProxyServlet
- FASTCGI_ENV_NAMES_INIT_PARAM - Static variable in class org.eclipse.jetty.ee9.fcgi.proxy.FastCGIProxyServlet
- FASTCGI_HTTPS_INIT_PARAM - Static variable in class org.eclipse.jetty.ee10.fcgi.proxy.FastCGIProxyServlet
- FASTCGI_HTTPS_INIT_PARAM - Static variable in class org.eclipse.jetty.ee11.fcgi.proxy.FastCGIProxyServlet
- FASTCGI_HTTPS_INIT_PARAM - Static variable in class org.eclipse.jetty.ee9.fcgi.proxy.FastCGIProxyServlet
- FastCGIProxyHandler - Class in org.eclipse.jetty.fcgi.proxy
-
Specific implementation of
ProxyHandler.Reversefor FastCGI. - FastCGIProxyHandler(String, String, String) - Constructor for class org.eclipse.jetty.fcgi.proxy.FastCGIProxyHandler
-
Creates a new instance that rewrites the
HttpURIwith the given pattern and replacement strings, usingString.replaceAll(String, String). - FastCGIProxyHandler(Function, String) - Constructor for class org.eclipse.jetty.fcgi.proxy.FastCGIProxyHandler
-
Creates a new instance with the given
HttpURIrewriter function. - FastCGIProxyServlet - Class in org.eclipse.jetty.ee10.fcgi.proxy
-
Specific implementation of
AsyncProxyServlet.Transparentfor FastCGI. - FastCGIProxyServlet - Class in org.eclipse.jetty.ee11.fcgi.proxy
-
Specific implementation of
AsyncProxyServlet.Transparentfor FastCGI. - FastCGIProxyServlet - Class in org.eclipse.jetty.ee9.fcgi.proxy
-
Specific implementation of
AsyncProxyServlet.Transparentfor FastCGI. - FastCGIProxyServlet() - Constructor for class org.eclipse.jetty.ee10.fcgi.proxy.FastCGIProxyServlet
- FastCGIProxyServlet() - Constructor for class org.eclipse.jetty.ee11.fcgi.proxy.FastCGIProxyServlet
- FastCGIProxyServlet() - Constructor for class org.eclipse.jetty.ee9.fcgi.proxy.FastCGIProxyServlet
- fatal(Object) - Method in class org.eclipse.jetty.ee10.apache.jsp.JuliLog
- fatal(Object) - Method in class org.eclipse.jetty.ee11.apache.jsp.JuliLog
- fatal(Object) - Method in class org.eclipse.jetty.ee8.apache.jsp.JuliLog
- fatal(Object) - Method in class org.eclipse.jetty.ee9.apache.jsp.JuliLog
- fatal(Object, Throwable) - Method in class org.eclipse.jetty.ee10.apache.jsp.JuliLog
- fatal(Object, Throwable) - Method in class org.eclipse.jetty.ee11.apache.jsp.JuliLog
- fatal(Object, Throwable) - Method in class org.eclipse.jetty.ee8.apache.jsp.JuliLog
- fatal(Object, Throwable) - Method in class org.eclipse.jetty.ee9.apache.jsp.JuliLog
- FCGI - Class in org.eclipse.jetty.fcgi
- FCGI.FrameType - Enum Class in org.eclipse.jetty.fcgi
- FCGI.Headers - Class in org.eclipse.jetty.fcgi
- FCGI.Role - Enum Class in org.eclipse.jetty.fcgi
- FCGI.StreamType - Enum Class in org.eclipse.jetty.fcgi
- feed(SocketAddress, ByteBuffer) - Method in class org.eclipse.jetty.quic.quiche.QuicheSession
- feedCipherBytes(ByteBuffer, SocketAddress, SocketAddress) - Method in class org.eclipse.jetty.quic.quiche.foreign.ForeignQuicheConnection
- feedCipherBytes(ByteBuffer, SocketAddress, SocketAddress) - Method in class org.eclipse.jetty.quic.quiche.jna.JnaQuicheConnection
- feedCipherBytes(ByteBuffer, SocketAddress, SocketAddress) - Method in class org.eclipse.jetty.quic.quiche.Quiche
-
Read the buffer of cipher text coming from the network.
- feedClearBytesForStream(long, ByteBuffer) - Method in class org.eclipse.jetty.quic.quiche.Quiche
- feedClearBytesForStream(long, ByteBuffer, boolean) - Method in class org.eclipse.jetty.quic.quiche.foreign.ForeignQuicheConnection
- feedClearBytesForStream(long, ByteBuffer, boolean) - Method in class org.eclipse.jetty.quic.quiche.jna.JnaQuicheConnection
- feedClearBytesForStream(long, ByteBuffer, boolean) - Method in class org.eclipse.jetty.quic.quiche.Quiche
- feedFinForStream(long) - Method in class org.eclipse.jetty.quic.quiche.Quiche
- fetchOpenIdConnectMetadata() - Method in class org.eclipse.jetty.security.openid.OpenIdConfiguration
-
Obtain the JSON metadata from OpenID Connect Discovery Configuration Endpoint.
- fetchRoles() - Method in class org.eclipse.jetty.security.jaas.spi.AbstractLoginModule.JAASUser
- Field(String, String) - Constructor for class org.eclipse.jetty.util.Fields.Field
- Field(String, List) - Constructor for class org.eclipse.jetty.util.Fields.Field
- FIELD - Enum constant in enum class org.eclipse.jetty.ee8.nested.MultiPartParser.FieldState
- FIELD - Enum constant in enum class org.eclipse.jetty.ee9.nested.MultiPartParser.FieldState
- FIELD - Enum constant in enum class org.eclipse.jetty.http.HttpParser.FieldState
- FieldInfo(AnnotationParser.ClassInfo, String, int, String, String, Object) - Constructor for class org.eclipse.jetty.annotations.AnnotationParser.FieldInfo
- Fields - Class in org.eclipse.jetty.util
-
A container for name/value pairs, known as fields.
- Fields() - Constructor for class org.eclipse.jetty.util.Fields
-
Creates an empty, modifiable, case insensitive
Fieldsinstance. - Fields(boolean) - Constructor for class org.eclipse.jetty.util.Fields
-
Creates an empty, modifiable
Fieldsinstance. - Fields(Map) - Constructor for class org.eclipse.jetty.util.Fields
-
Creates a
Fieldsinstance from a map of fields. - Fields(Fields) - Constructor for class org.eclipse.jetty.util.Fields
-
Creates a copy of the given
Fieldsinstance. - Fields(MultiMap) - Constructor for class org.eclipse.jetty.util.Fields
-
Creates a
Fieldsinstance from a MultiMap. - Fields.Field - Class in org.eclipse.jetty.util
-
A named list of string values.
- file(Path) - Method in interface org.eclipse.jetty.client.Request
-
Shortcut method to specify a file as a content for this request, with the default content type of "application/octet-stream".
- file(Path) - Method in class org.eclipse.jetty.client.transport.HttpRequest
- file(Path, String) - Method in interface org.eclipse.jetty.client.Request
-
Shortcut method to specify a file as a content for this request, with the given content type.
- file(Path, String) - Method in class org.eclipse.jetty.client.transport.HttpRequest
- fileAdded(String) - Method in interface org.eclipse.jetty.util.Scanner.DiscreteListener
-
Called when a file is added.
- fileAdded(String) - Method in class org.eclipse.jetty.util.ssl.KeyStoreScanner
- FileBufferedResponseHandler - Class in org.eclipse.jetty.ee8.nested
-
A Handler that can apply a
HttpOutput.Interceptormechanism to buffer the entire response content until the output is closed. - FileBufferedResponseHandler - Class in org.eclipse.jetty.ee9.nested
-
A Handler that can apply a
HttpOutput.Interceptormechanism to buffer the entire response content until the output is closed. - FileBufferedResponseHandler() - Constructor for class org.eclipse.jetty.ee8.nested.FileBufferedResponseHandler
- FileBufferedResponseHandler() - Constructor for class org.eclipse.jetty.ee9.nested.FileBufferedResponseHandler
- fileChanged(String) - Method in interface org.eclipse.jetty.util.Scanner.DiscreteListener
-
Called when a file is changed.
- fileChanged(String) - Method in class org.eclipse.jetty.util.ssl.KeyStoreScanner
- FileDestroyable - Class in org.eclipse.jetty.util.component
- FileDestroyable() - Constructor for class org.eclipse.jetty.util.component.FileDestroyable
- FileDestroyable(String) - Constructor for class org.eclipse.jetty.util.component.FileDestroyable
- FileDestroyable(Path) - Constructor for class org.eclipse.jetty.util.component.FileDestroyable
- FileID - Class in org.eclipse.jetty.util
-
Simple, yet surprisingly common utility methods for identifying various file types commonly seen and worked with in a deployment scenario.
- FileID() - Constructor for class org.eclipse.jetty.util.FileID
- FileMappingHttpContentFactory - Class in org.eclipse.jetty.http.content
- FileMappingHttpContentFactory(HttpContent.Factory) - Constructor for class org.eclipse.jetty.http.content.FileMappingHttpContentFactory
-
Construct a
FileMappingHttpContentFactorywhich can use file mapped buffers. - FileMappingHttpContentFactory(HttpContent.Factory, int, int) - Constructor for class org.eclipse.jetty.http.content.FileMappingHttpContentFactory
-
Construct a
FileMappingHttpContentFactorywhich can use file mapped buffers. - fileNamesAsURLs(String, String) - Static method in class org.eclipse.jetty.osgi.util.Util
-
Treating the string as a separated list of filenames, convert and return the list of urls.
- FileNoticeLifeCycleListener - Class in org.eclipse.jetty.util.component
-
Deprecated.use
org.eclipse.jetty.server.StateLifeCycleListenerinstead - FileNoticeLifeCycleListener(String) - Constructor for class org.eclipse.jetty.util.component.FileNoticeLifeCycleListener
-
Deprecated.
- fileRemoved(String) - Method in interface org.eclipse.jetty.util.Scanner.DiscreteListener
-
Called when a file is removed.
- fileRemoved(String) - Method in class org.eclipse.jetty.util.ssl.KeyStoreScanner
- FILES_INIT_PARAM - Static variable in class org.eclipse.jetty.ee10.fcgi.proxy.TryFilesFilter
- FILES_INIT_PARAM - Static variable in class org.eclipse.jetty.ee11.fcgi.proxy.TryFilesFilter
- FILES_INIT_PARAM - Static variable in class org.eclipse.jetty.ee9.fcgi.proxy.TryFilesFilter
- filesChanged(Set) - Method in interface org.eclipse.jetty.util.Scanner.BulkListener
-
Deprecated, for removal: This API element is subject to removal in a future version.use
Scanner.BulkListener.pathsChanged(Map)instead - FileSessionDataStore - Class in org.eclipse.jetty.session
-
A file-based store of session data.
- FileSessionDataStore() - Constructor for class org.eclipse.jetty.session.FileSessionDataStore
- FileSessionDataStoreFactory - Class in org.eclipse.jetty.session
-
FileSessionDataStoreFactory
- FileSessionDataStoreFactory() - Constructor for class org.eclipse.jetty.session.FileSessionDataStoreFactory
- FileSystemPool - Class in org.eclipse.jetty.util.resource
-
TODO figure out if this should be a LifeCycle or not, how many instances of this class can reside in a JVM, who can call sweep and when.
- FileSystemPool.Listener - Interface in org.eclipse.jetty.util.resource
-
Listener for pool events
- FileSystemPool.Mount - Class in org.eclipse.jetty.util.resource
- FileSystemPool.StackLoggingListener - Class in org.eclipse.jetty.util.resource
-
Show a StackTrace
- fill() - Method in class org.eclipse.jetty.quic.common.StreamEndPoint
-
Fills from this
StreamEndPoint. - fill(ByteBuffer) - Method in class org.eclipse.jetty.http2.HTTP2StreamEndPoint
- fill(ByteBuffer) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
- fill(ByteBuffer) - Method in interface org.eclipse.jetty.io.EndPoint
-
Fills the passed buffer with data from this endpoint.
- fill(ByteBuffer) - Method in class org.eclipse.jetty.io.NetworkTrafficSocketChannelEndPoint
- fill(ByteBuffer) - Method in class org.eclipse.jetty.io.SocketChannelEndPoint
- fill(ByteBuffer) - Method in class org.eclipse.jetty.io.ssl.SslConnection.SslEndPoint
- fill(ByteBuffer) - Method in class org.eclipse.jetty.quic.common.StreamEndPoint
- fill(ByteBuffer) - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
- fill(ByteBuffer, byte[], int, int) - Static method in class org.eclipse.jetty.util.BufferUtil
-
Like append, but does not throw
BufferOverflowException - fillable() - Method in class org.eclipse.jetty.io.FillInterest
-
Call to signal that a read is now possible.
- fillBuffer() - Method in class org.eclipse.jetty.http.HttpTester.Input
- fillBufferFromInputStream(InputStream, byte[], int) - Method in class org.eclipse.jetty.io.content.InputStreamContentSource
- FillInterest - Class in org.eclipse.jetty.io
-
A Utility class to help implement
EndPoint.fillInterested(Callback)by keeping state and calling the context and callback objects. - FillInterest() - Constructor for class org.eclipse.jetty.io.FillInterest
- fillInterested() - Method in class org.eclipse.jetty.http3.HTTP3StreamConnection
- fillInterested() - Method in class org.eclipse.jetty.io.AbstractConnection
-
Registers read interest using the default
CallbackwithInvocable.InvocationType.BLOCKING. - fillInterested() - Method in class org.eclipse.jetty.io.AbstractConnection.NonBlocking
-
Registers read interest using the default
CallbackwithInvocable.InvocationType.NON_BLOCKING. - fillInterested() - Method in class org.eclipse.jetty.quic.quiche.QuicheConnection
- fillInterested(Callback) - Method in class org.eclipse.jetty.http2.HTTP2StreamEndPoint
- fillInterested(Callback) - Method in class org.eclipse.jetty.io.AbstractConnection
-
Registers read interest with the given callback.
- fillInterested(Callback) - Method in class org.eclipse.jetty.io.AbstractEndPoint
- fillInterested(Callback) - Method in interface org.eclipse.jetty.io.EndPoint
-
Requests callback methods to be invoked when a call to
EndPoint.fill(ByteBuffer)would return data or EOF. - fillInterested(Callback) - Method in class org.eclipse.jetty.quic.common.StreamEndPoint
- fillInterested(Callback) - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
- FILTER - Enum constant in enum class org.eclipse.jetty.fcgi.FCGI.Role
- FilterHolder - Class in org.eclipse.jetty.ee10.servlet
- FilterHolder - Class in org.eclipse.jetty.ee11.servlet
- FilterHolder - Class in org.eclipse.jetty.ee8.servlet
- FilterHolder - Class in org.eclipse.jetty.ee9.servlet
- FilterHolder() - Constructor for class org.eclipse.jetty.ee10.servlet.FilterHolder
-
Constructor
- FilterHolder() - Constructor for class org.eclipse.jetty.ee11.servlet.FilterHolder
-
Constructor
- FilterHolder() - Constructor for class org.eclipse.jetty.ee8.servlet.FilterHolder
-
Constructor
- FilterHolder() - Constructor for class org.eclipse.jetty.ee9.servlet.FilterHolder
-
Constructor
- FilterHolder(Filter) - Constructor for class org.eclipse.jetty.ee10.servlet.FilterHolder
-
Constructor for existing filter.
- FilterHolder(Filter) - Constructor for class org.eclipse.jetty.ee11.servlet.FilterHolder
-
Constructor for existing filter.
- FilterHolder(Filter) - Constructor for class org.eclipse.jetty.ee9.servlet.FilterHolder
-
Constructor for existing filter.
- FilterHolder(Class) - Constructor for class org.eclipse.jetty.ee10.servlet.FilterHolder
-
Constructor
- FilterHolder(Class) - Constructor for class org.eclipse.jetty.ee11.servlet.FilterHolder
-
Constructor
- FilterHolder(Class) - Constructor for class org.eclipse.jetty.ee9.servlet.FilterHolder
-
Constructor
- FilterHolder(Class) - Constructor for class org.eclipse.jetty.ee8.servlet.FilterHolder
-
Constructor
- FilterHolder(Filter) - Constructor for class org.eclipse.jetty.ee8.servlet.FilterHolder
-
Constructor for existing filter.
- FilterHolder(Source) - Constructor for class org.eclipse.jetty.ee10.servlet.FilterHolder
-
Constructor
- FilterHolder(Source) - Constructor for class org.eclipse.jetty.ee11.servlet.FilterHolder
-
Constructor
- FilterHolder(Source) - Constructor for class org.eclipse.jetty.ee8.servlet.FilterHolder
-
Constructor
- FilterHolder(Source) - Constructor for class org.eclipse.jetty.ee9.servlet.FilterHolder
-
Constructor
- FilterHolder.Registration - Class in org.eclipse.jetty.ee10.servlet
- FilterHolder.Registration - Class in org.eclipse.jetty.ee11.servlet
- FilterHolder.Registration - Class in org.eclipse.jetty.ee8.servlet
- FilterHolder.Registration - Class in org.eclipse.jetty.ee9.servlet
- FilterHolder.WrapFunction - Interface in org.eclipse.jetty.ee10.servlet
-
Experimental Wrapper mechanism for Filter objects.
- FilterHolder.WrapFunction - Interface in org.eclipse.jetty.ee11.servlet
-
Experimental Wrapper mechanism for Filter objects.
- FilterHolder.WrapFunction - Interface in org.eclipse.jetty.ee8.servlet
-
Experimental Wrapper mechanism for Filter objects.
- FilterHolder.WrapFunction - Interface in org.eclipse.jetty.ee9.servlet
-
Experimental Wrapper mechanism for Filter objects.
- FilterHolder.Wrapper - Class in org.eclipse.jetty.ee10.servlet
- FilterHolder.Wrapper - Class in org.eclipse.jetty.ee11.servlet
- FilterHolder.Wrapper - Class in org.eclipse.jetty.ee8.servlet
- FilterHolder.Wrapper - Class in org.eclipse.jetty.ee9.servlet
- FilterMapping - Class in org.eclipse.jetty.ee10.servlet
- FilterMapping - Class in org.eclipse.jetty.ee11.servlet
- FilterMapping - Class in org.eclipse.jetty.ee8.servlet
- FilterMapping - Class in org.eclipse.jetty.ee9.servlet
- FilterMapping() - Constructor for class org.eclipse.jetty.ee10.servlet.FilterMapping
- FilterMapping() - Constructor for class org.eclipse.jetty.ee11.servlet.FilterMapping
- FilterMapping() - Constructor for class org.eclipse.jetty.ee8.servlet.FilterMapping
- FilterMapping() - Constructor for class org.eclipse.jetty.ee9.servlet.FilterMapping
- FilterMappingMBean - Class in org.eclipse.jetty.ee10.servlet.jmx
- FilterMappingMBean - Class in org.eclipse.jetty.ee11.servlet.jmx
- FilterMappingMBean - Class in org.eclipse.jetty.ee8.servlet.jmx
- FilterMappingMBean - Class in org.eclipse.jetty.ee9.servlet.jmx
- FilterMappingMBean(Object) - Constructor for class org.eclipse.jetty.ee10.servlet.jmx.FilterMappingMBean
- FilterMappingMBean(Object) - Constructor for class org.eclipse.jetty.ee11.servlet.jmx.FilterMappingMBean
- FilterMappingMBean(Object) - Constructor for class org.eclipse.jetty.ee8.servlet.jmx.FilterMappingMBean
- FilterMappingMBean(Object) - Constructor for class org.eclipse.jetty.ee9.servlet.jmx.FilterMappingMBean
- filterReturnType(Object) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketSession
-
Access for MethodHandle implementations to filter the return value of user provided TEXT/BINARY based message handling methods.
- filterReturnType(Object) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketSession
-
Access for MethodHandle implementations to filter the return value of user provided TEXT/BINARY based message handling methods.
- filterReturnType(Object) - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketSession
-
Access for MethodHandle implementations to filter the return value of user provided TEXT/BINARY based message handling methods.
- filterReturnType(Object) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketSession
-
Access for MethodHandle implementations to filter the return value of user provided TEXT/BINARY based message handling methods.
- filterServerResponseHeader(HttpServletRequest, Response, String, String) - Method in class org.eclipse.jetty.ee10.proxy.AbstractProxyServlet
- filterServerResponseHeader(HttpServletRequest, Response, String, String) - Method in class org.eclipse.jetty.ee10.proxy.BalancerServlet
- filterServerResponseHeader(HttpServletRequest, Response, String, String) - Method in class org.eclipse.jetty.ee11.proxy.AbstractProxyServlet
- filterServerResponseHeader(HttpServletRequest, Response, String, String) - Method in class org.eclipse.jetty.ee11.proxy.BalancerServlet
- filterServerResponseHeader(HttpServletRequest, Response, String, String) - Method in class org.eclipse.jetty.ee9.proxy.AbstractProxyServlet
- filterServerResponseHeader(HttpServletRequest, Response, String, String) - Method in class org.eclipse.jetty.ee9.proxy.BalancerServlet
- filterServerResponseHeader(HttpServletRequest, Response, String, String) - Method in class org.eclipse.jetty.ee8.proxy.AbstractProxyServlet
- filterServerResponseHeader(HttpServletRequest, Response, String, String) - Method in class org.eclipse.jetty.ee8.proxy.BalancerServlet
- filterServerToProxyResponseField(HttpField) - Method in class org.eclipse.jetty.proxy.ProxyHandler
- FINAL_SIZE_ERROR - Static variable in interface org.eclipse.jetty.quic.quiche.QuicheConstants.quic_error
- FINAL_SIZE_ERROR - Static variable in class org.eclipse.jetty.quic.util.ErrorCode
- find(Request, Response) - Method in class org.eclipse.jetty.client.ProtocolHandlers
-
Finds the first protocol handler that
acceptsthe given request and response. - findAndFilterContainerPaths(WebAppContext) - Method in class org.eclipse.jetty.ee10.webapp.MetaInfConfiguration
-
Find jars and directories that are on the container's classpath and apply an optional filter.
- findAndFilterContainerPaths(WebAppContext) - Method in class org.eclipse.jetty.ee11.webapp.MetaInfConfiguration
-
Find jars and directories that are on the container's classpath and apply an optional filter.
- findAndFilterContainerPaths(WebAppContext) - Method in class org.eclipse.jetty.ee8.webapp.MetaInfConfiguration
-
Find jars and directories that are on the container's classpath and apply an optional filter.
- findAndFilterContainerPaths(WebAppContext) - Method in class org.eclipse.jetty.ee9.webapp.MetaInfConfiguration
-
Find jars and directories that are on the container's classpath and apply an optional filter.
- findAndFilterWebAppPaths(WebAppContext) - Method in class org.eclipse.jetty.ee10.webapp.MetaInfConfiguration
-
Finds the jars that are either physically or virtually in WEB-INF/lib, and applies an optional filter to their full pathnames.
- findAndFilterWebAppPaths(WebAppContext) - Method in class org.eclipse.jetty.ee11.webapp.MetaInfConfiguration
-
Finds the jars that are either physically or virtually in WEB-INF/lib, and applies an optional filter to their full pathnames.
- findAndFilterWebAppPaths(WebAppContext) - Method in class org.eclipse.jetty.ee8.webapp.MetaInfConfiguration
-
Finds the jars that are either physically or virtually in WEB-INF/lib, and applies an optional filter to their full pathnames.
- findAndFilterWebAppPaths(WebAppContext) - Method in class org.eclipse.jetty.ee9.webapp.MetaInfConfiguration
-
Finds the jars that are either physically or virtually in WEB-INF/lib, and applies an optional filter to their full pathnames.
- findAnnotatedMethod(Class, Class) - Static method in class org.eclipse.jetty.websocket.core.util.ReflectUtils
- findAnnotatedMethods(Class, Class) - Static method in class org.eclipse.jetty.websocket.core.util.ReflectUtils
- findAuthentication(String, URI, String) - Method in interface org.eclipse.jetty.client.AuthenticationStore
-
Returns the authentication that matches the given type (for example, "Basic" or "Digest"), the given request URI and the given realm.
- findAuthenticationResult(URI) - Method in interface org.eclipse.jetty.client.AuthenticationStore
-
Returns an
Authentication.Resultthat matches the given URI, or null if noAuthentication.Results match the given URI. - findBean(ObjectName) - Method in class org.eclipse.jetty.jmx.MBeanContainer
-
Lookup an instance by object name
- findClass(String) - Method in class org.eclipse.jetty.ee.webapp.WebAppClassLoader
- findClass(String) - Method in class org.eclipse.jetty.osgi.OSGiWebappClassLoader
- findClass(String) - Method in class org.eclipse.jetty.osgi.util.OSGiClassLoader
- findClassDirs(WebAppContext) - Method in class org.eclipse.jetty.ee10.webapp.MetaInfConfiguration
- findClassDirs(WebAppContext) - Method in class org.eclipse.jetty.ee11.webapp.MetaInfConfiguration
- findClassDirs(WebAppContext) - Method in class org.eclipse.jetty.ee8.webapp.MetaInfConfiguration
- findClassDirs(WebAppContext) - Method in class org.eclipse.jetty.ee9.webapp.MetaInfConfiguration
- findConnectionHeaders(HttpServletRequest) - Method in class org.eclipse.jetty.ee10.proxy.AbstractProxyServlet
- findConnectionHeaders(HttpServletRequest) - Method in class org.eclipse.jetty.ee11.proxy.AbstractProxyServlet
- findConnectionHeaders(HttpServletRequest) - Method in class org.eclipse.jetty.ee9.proxy.AbstractProxyServlet
- findConnectionHeaders(HttpServletRequest) - Method in class org.eclipse.jetty.ee8.proxy.AbstractProxyServlet
- findContainerOf(HandlerContainer, Class, Handler) - Static method in class org.eclipse.jetty.ee8.nested.AbstractHandlerContainer
- findContainerOf(HandlerContainer, Class, Handler) - Static method in class org.eclipse.jetty.ee9.nested.AbstractHandlerContainer
- findContainerOf(Handler.Container, Class, Handler) - Static method in class org.eclipse.jetty.server.Handler.AbstractContainer
- findContentParser(FCGI.FrameType) - Method in class org.eclipse.jetty.fcgi.parser.ClientParser
- findContentParser(FCGI.FrameType) - Method in class org.eclipse.jetty.fcgi.parser.Parser
- findContentParser(FCGI.FrameType) - Method in class org.eclipse.jetty.fcgi.parser.ServerParser
- findContextName(ServletContext) - Method in class org.eclipse.jetty.ee10.servlet.DebugListener
- findContextName(ServletContext) - Method in class org.eclipse.jetty.ee11.servlet.DebugListener
- findContextName(ServletContext) - Method in class org.eclipse.jetty.ee9.nested.DebugListener
- findContextName(ServletContext) - Method in class org.eclipse.jetty.ee8.nested.DebugListener
- findEntries(Bundle, String) - Method in interface org.eclipse.jetty.osgi.util.BundleFileLocatorHelper
-
Helper method equivalent to Bundle#getEntry(String entryPath) except that it searches for entries in the fragments by using the findEntries method.
- findEntries(Bundle, String) - Method in class org.eclipse.jetty.osgi.util.DefaultFileLocatorHelper
-
Helper method equivalent to Bundle#getEntry(String entryPath) except that it searches for entries in the fragments by using the Bundle#findEntries method.
- findExtraClasspathDirs(WebAppContext) - Method in class org.eclipse.jetty.ee10.webapp.MetaInfConfiguration
-
Get class dirs from WebAppContext.getExtraClasspath as resources
- findExtraClasspathDirs(WebAppContext) - Method in class org.eclipse.jetty.ee11.webapp.MetaInfConfiguration
-
Get class dirs from WebAppContext.getExtraClasspath as resources
- findExtraClasspathDirs(WebAppContext) - Method in class org.eclipse.jetty.ee8.webapp.MetaInfConfiguration
-
Get class dirs from WebAppContext.getExtraClasspath as resources
- findExtraClasspathDirs(WebAppContext) - Method in class org.eclipse.jetty.ee9.webapp.MetaInfConfiguration
-
Get class dirs from WebAppContext.getExtraClasspath as resources
- findExtraClasspathJars(WebAppContext) - Method in class org.eclipse.jetty.ee10.webapp.MetaInfConfiguration
-
Get jars from WebAppContext.getExtraClasspath as resources
- findExtraClasspathJars(WebAppContext) - Method in class org.eclipse.jetty.ee11.webapp.MetaInfConfiguration
-
Get jars from WebAppContext.getExtraClasspath as resources
- findExtraClasspathJars(WebAppContext) - Method in class org.eclipse.jetty.ee8.webapp.MetaInfConfiguration
-
Get jars from WebAppContext.getExtraClasspath as resources
- findExtraClasspathJars(WebAppContext) - Method in class org.eclipse.jetty.ee9.webapp.MetaInfConfiguration
-
Get jars from WebAppContext.getExtraClasspath as resources
- findField(Class, String, Class, boolean, boolean) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
- findGenericClassFor(Class, Class) - Static method in class org.eclipse.jetty.websocket.core.util.ReflectUtils
-
Given a Base (concrete) Class, find the interface specified, and return its concrete Generic class declaration.
- findGenericTypeFor(Class, Class) - Static method in class org.eclipse.jetty.websocket.core.util.ReflectUtils
- findIdentityService() - Method in class org.eclipse.jetty.ee8.security.SecurityHandler
- findIdentityService() - Method in class org.eclipse.jetty.ee9.security.SecurityHandler
- findIdentityService() - Method in class org.eclipse.jetty.security.SecurityHandler
- findInheritedField(Package, Class, String, Class, boolean) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
- findInheritedMethod(Package, Class, String, Class[], boolean) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
- findJars(WebAppContext) - Method in class org.eclipse.jetty.ee10.webapp.MetaInfConfiguration
-
Look for jars that should be treated as if they are in WEB-INF/lib
- findJars(WebAppContext) - Method in class org.eclipse.jetty.ee11.webapp.MetaInfConfiguration
-
Look for jars that should be treated as if they are in WEB-INF/lib
- findJars(WebAppContext) - Method in class org.eclipse.jetty.ee8.webapp.MetaInfConfiguration
-
Look for jars that should be treated as if they are in WEB-INF/lib
- findJars(WebAppContext) - Method in class org.eclipse.jetty.ee9.webapp.MetaInfConfiguration
-
Look for jars that should be treated as if they are in WEB-INF/lib
- findLoginService() - Method in class org.eclipse.jetty.ee8.security.SecurityHandler
- findLoginService() - Method in class org.eclipse.jetty.ee9.security.SecurityHandler
- findLoginService() - Method in class org.eclipse.jetty.security.SecurityHandler
-
Find an appropriate
LoginServicefrom the list returned byContainer.getBeans(Class)called on the result ofHandler.Abstract.getServer(). - findMBean(Object) - Method in class org.eclipse.jetty.jmx.MBeanContainer
-
Lookup an object name by instance
- findMethod(Class, String, Class...) - Static method in class org.eclipse.jetty.websocket.core.util.ReflectUtils
- findMethod(Class, String, Class[], boolean, boolean) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
- findMethod(Package, Class, String, boolean) - Method in class org.eclipse.jetty.plus.annotation.LifeCycleCallback
-
Find a method of the given name either directly in the given class, or inherited.
- findNextProtocol(Connector) - Method in class org.eclipse.jetty.server.AbstractConnectionFactory
- findNextProtocol(Connector, String) - Static method in class org.eclipse.jetty.server.AbstractConnectionFactory
- findProtocolHandler(Request, Response) - Method in class org.eclipse.jetty.client.HttpClient
- findRequestName(ServletRequest) - Method in class org.eclipse.jetty.ee10.servlet.DebugListener
- findRequestName(ServletRequest) - Method in class org.eclipse.jetty.ee11.servlet.DebugListener
- findRequestName(ServletRequest) - Method in class org.eclipse.jetty.ee9.nested.DebugListener
- findRequestName(ServletRequest) - Method in class org.eclipse.jetty.ee8.nested.DebugListener
- findRequestName(ServletContextRequest) - Method in class org.eclipse.jetty.ee10.servlet.DebugListener
- findRequestName(ServletContextRequest) - Method in class org.eclipse.jetty.ee11.servlet.DebugListener
- findRequestName(Request) - Method in class org.eclipse.jetty.server.handler.DebugHandler
- findResource(String) - Method in class org.eclipse.jetty.osgi.OSGiWebappClassLoader
- findServerName(ServletContext, Server) - Method in class org.eclipse.jetty.ee9.security.jaspi.JaspiAuthenticatorFactory
-
Find a servername.
- findServerName(ServletContext, Server) - Method in class org.eclipse.jetty.ee8.security.jaspi.JaspiAuthenticatorFactory
-
Find a servername.
- findServerName(Context, Server) - Method in class org.eclipse.jetty.ee10.security.jaspi.JaspiAuthenticatorFactory
-
Find a servername.
- findServerName(Context, Server) - Method in class org.eclipse.jetty.ee11.security.jaspi.JaspiAuthenticatorFactory
-
Find a servername.
- findServiceSubject(Server) - Method in class org.eclipse.jetty.ee10.security.jaspi.JaspiAuthenticatorFactory
-
Find a service Subject.
- findServiceSubject(Server) - Method in class org.eclipse.jetty.ee11.security.jaspi.JaspiAuthenticatorFactory
-
Find a service Subject.
- findServiceSubject(Server) - Method in class org.eclipse.jetty.ee8.security.jaspi.JaspiAuthenticatorFactory
-
Find a service Subject.
- findServiceSubject(Server) - Method in class org.eclipse.jetty.ee9.security.jaspi.JaspiAuthenticatorFactory
-
Find a service Subject.
- findWebInfClassesDir(WebAppContext) - Method in class org.eclipse.jetty.ee10.webapp.MetaInfConfiguration
-
Get
WEB-INF/classesdir - findWebInfClassesDir(WebAppContext) - Method in class org.eclipse.jetty.ee11.webapp.MetaInfConfiguration
-
Get
WEB-INF/classesdir - findWebInfClassesDir(WebAppContext) - Method in class org.eclipse.jetty.ee8.webapp.MetaInfConfiguration
-
Get
WEB-INF/classesdir - findWebInfClassesDir(WebAppContext) - Method in class org.eclipse.jetty.ee9.webapp.MetaInfConfiguration
-
Get
WEB-INF/classesdir - findWebInfLibJars(WebAppContext) - Method in class org.eclipse.jetty.ee10.webapp.MetaInfConfiguration
-
Look for jars in
WEB-INF/lib - findWebInfLibJars(WebAppContext) - Method in class org.eclipse.jetty.ee11.webapp.MetaInfConfiguration
-
Look for jars in
WEB-INF/lib - findWebInfLibJars(WebAppContext) - Method in class org.eclipse.jetty.ee8.webapp.MetaInfConfiguration
-
Look for jars in
WEB-INF/lib - findWebInfLibJars(WebAppContext) - Method in class org.eclipse.jetty.ee9.webapp.MetaInfConfiguration
-
Look for jars in
WEB-INF/lib - findWebXml(WebAppContext) - Method in class org.eclipse.jetty.ee10.webapp.WebXmlConfiguration
- findWebXml(WebAppContext) - Method in class org.eclipse.jetty.ee11.webapp.WebXmlConfiguration
- findWebXml(WebAppContext) - Method in class org.eclipse.jetty.ee8.webapp.WebXmlConfiguration
- findWebXml(WebAppContext) - Method in class org.eclipse.jetty.ee9.webapp.WebXmlConfiguration
- finishInvalidate() - Method in class org.eclipse.jetty.session.ManagedSession
-
Call HttpSessionAttributeListeners as part of invalidating a Session.
- finRsvOp - Variable in class org.eclipse.jetty.websocket.core.Frame
-
Combined FIN + RSV1 + RSV2 + RSV3 + OpCode byte.
- first() - Method in record class org.eclipse.jetty.http.ByteRange
-
Returns the value of the
firstrecord component. - FIRST - Enum constant in enum class org.eclipse.jetty.util.ConcurrentPool.StrategyType
-
A strategy that looks for an entry always starting from the first entry.
- FIRST_OCTETS - Enum constant in enum class org.eclipse.jetty.ee8.nested.MultiPartParser.State
- FIRST_OCTETS - Enum constant in enum class org.eclipse.jetty.ee9.nested.MultiPartParser.State
- FixedCapacity(ByteBuffer) - Constructor for class org.eclipse.jetty.io.RetainableByteBuffer.FixedCapacity
- FixedCapacity(ByteBuffer, Retainable) - Constructor for class org.eclipse.jetty.io.RetainableByteBuffer.FixedCapacity
- FixedSizeSet(int) - Constructor for class org.eclipse.jetty.security.siwe.EthereumAuthenticator.FixedSizeSet
- Flags - Interface in org.eclipse.jetty.http2
- flattenBindings(Context, String) - Static method in class org.eclipse.jetty.util.jndi.NamingUtil
-
Do a deep listing of the bindings for a context.
- flipToFill(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
-
Flip the buffer to fill mode.
- flipToFlush(ByteBuffer, int) - Static method in class org.eclipse.jetty.util.BufferUtil
-
Flip the buffer to Flush mode.
- FloatDecoder - Class in org.eclipse.jetty.ee10.websocket.jakarta.common.decoders
-
Default implementation of the Text Message to
Floatdecoder - FloatDecoder - Class in org.eclipse.jetty.ee11.websocket.jakarta.common.decoders
-
Default implementation of the Text Message to
Floatdecoder - FloatDecoder - Class in org.eclipse.jetty.ee8.websocket.javax.common.decoders
-
Default implementation of the Text Message to
Floatdecoder - FloatDecoder - Class in org.eclipse.jetty.ee9.websocket.jakarta.common.decoders
-
Default implementation of the Text Message to
Floatdecoder - FloatDecoder() - Constructor for class org.eclipse.jetty.ee10.websocket.jakarta.common.decoders.FloatDecoder
- FloatDecoder() - Constructor for class org.eclipse.jetty.ee11.websocket.jakarta.common.decoders.FloatDecoder
- FloatDecoder() - Constructor for class org.eclipse.jetty.ee8.websocket.javax.common.decoders.FloatDecoder
- FloatDecoder() - Constructor for class org.eclipse.jetty.ee9.websocket.jakarta.common.decoders.FloatDecoder
- FloatEncoder - Class in org.eclipse.jetty.ee10.websocket.jakarta.common.encoders
-
Default encoder for
FloattoEncoder.TextMessage encoder - FloatEncoder - Class in org.eclipse.jetty.ee11.websocket.jakarta.common.encoders
-
Default encoder for
FloattoEncoder.TextMessage encoder - FloatEncoder - Class in org.eclipse.jetty.ee8.websocket.javax.common.encoders
-
Default encoder for
FloattoEncoder.TextMessage encoder - FloatEncoder - Class in org.eclipse.jetty.ee9.websocket.jakarta.common.encoders
-
Default encoder for
FloattoEncoder.TextMessage encoder - FloatEncoder() - Constructor for class org.eclipse.jetty.ee10.websocket.jakarta.common.encoders.FloatEncoder
- FloatEncoder() - Constructor for class org.eclipse.jetty.ee11.websocket.jakarta.common.encoders.FloatEncoder
- FloatEncoder() - Constructor for class org.eclipse.jetty.ee8.websocket.javax.common.encoders.FloatEncoder
- FloatEncoder() - Constructor for class org.eclipse.jetty.ee9.websocket.jakarta.common.encoders.FloatEncoder
- FLOW_CONTROL_ERROR - Enum constant in enum class org.eclipse.jetty.http2.ErrorCode
-
Indicates an HTTP/2 flow control violation.
- FLOW_CONTROL_ERROR - Static variable in interface org.eclipse.jetty.quic.quiche.QuicheConstants.quic_error
- FLOW_CONTROL_ERROR - Static variable in class org.eclipse.jetty.quic.util.ErrorCode
- flowControlLength() - Method in class org.eclipse.jetty.http2.frames.DataFrame
- FlowControlStrategy - Interface in org.eclipse.jetty.http2
- FlowControlStrategy.Factory - Interface in org.eclipse.jetty.http2
- flush() - Method in class org.eclipse.jetty.ee10.servlet.HttpOutput
- flush() - Method in class org.eclipse.jetty.ee10.servlet.ResponseWriter
- flush() - Method in class org.eclipse.jetty.ee10.servlet.util.ServletOutputStreamWrapper
- flush() - Method in class org.eclipse.jetty.ee10.servlets.EventSourceServlet.EventSourceEmitter
- flush() - Method in class org.eclipse.jetty.ee11.servlet.HttpOutput
- flush() - Method in class org.eclipse.jetty.ee11.servlet.ResponseWriter
- flush() - Method in class org.eclipse.jetty.ee11.servlet.util.ServletOutputStreamWrapper
- flush() - Method in class org.eclipse.jetty.ee11.servlets.EventSourceServlet.EventSourceEmitter
- flush() - Method in class org.eclipse.jetty.ee8.nested.HttpOutput
- flush() - Method in class org.eclipse.jetty.ee8.nested.ResponseWriter
- flush() - Method in class org.eclipse.jetty.ee8.servlets.EventSourceServlet.EventSourceEmitter
- flush() - Method in interface org.eclipse.jetty.ee8.websocket.api.RemoteEndpoint
-
Flushes messages that may have been batched by the implementation.
- flush() - Method in class org.eclipse.jetty.ee8.websocket.common.JettyWebSocketRemoteEndpoint
- flush() - Method in class org.eclipse.jetty.ee9.nested.HttpOutput
- flush() - Method in class org.eclipse.jetty.ee9.nested.ResponseWriter
- flush() - Method in class org.eclipse.jetty.ee9.servlets.EventSourceServlet.EventSourceEmitter
- flush() - Method in interface org.eclipse.jetty.ee9.websocket.api.RemoteEndpoint
-
Flushes messages that may have been batched by the implementation.
- flush() - Method in class org.eclipse.jetty.ee9.websocket.common.JettyWebSocketRemoteEndpoint
- flush() - Method in class org.eclipse.jetty.io.ByteBufferOutputStream
- flush() - Method in class org.eclipse.jetty.io.content.AsyncContent
- flush() - Method in class org.eclipse.jetty.io.content.ContentSinkOutputStream
- flush() - Method in class org.eclipse.jetty.io.WriterOutputStream
- flush() - Method in class org.eclipse.jetty.io.WriteThroughWriter
- flush() - Method in class org.eclipse.jetty.quic.quiche.QuicheSession
- flush() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
- flush() - Method in class org.eclipse.jetty.util.RolloverFileOutputStream
- flush() - Method in class org.eclipse.jetty.websocket.core.messages.MessageOutputStream
- flush() - Method in class org.eclipse.jetty.websocket.core.messages.MessageWriter
- flush(SocketAddress, ByteBuffer[]) - Method in class org.eclipse.jetty.io.WriteFlusher
-
Flushes the buffers iteratively until no progress is made.
- flush(ByteBuffer...) - Method in class org.eclipse.jetty.http2.HTTP2StreamEndPoint
- flush(ByteBuffer...) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
- flush(ByteBuffer...) - Method in interface org.eclipse.jetty.io.EndPoint
-
Flushes data from the passed header/buffer to this endpoint.
- flush(ByteBuffer...) - Method in class org.eclipse.jetty.io.NetworkTrafficSocketChannelEndPoint
- flush(ByteBuffer...) - Method in class org.eclipse.jetty.io.SocketChannelEndPoint
- flush(ByteBuffer...) - Method in class org.eclipse.jetty.io.ssl.SslConnection.SslEndPoint
- flush(ByteBuffer...) - Method in class org.eclipse.jetty.quic.common.StreamEndPoint
- flush(ByteBuffer...) - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
- flush(ByteBufferPool.Accumulator, Callback) - Method in class org.eclipse.jetty.fcgi.generator.Flusher
- flush(Callback) - Method in class org.eclipse.jetty.http2.HTTP2Session
- flush(Callback) - Method in class org.eclipse.jetty.io.content.BufferedContentSink
-
Flush the buffered content.
- flush(Callback) - Method in class org.eclipse.jetty.websocket.core.CoreSession.Empty
- flush(Callback) - Method in interface org.eclipse.jetty.websocket.core.CoreSession
- flush(Callback) - Method in class org.eclipse.jetty.websocket.core.WebSocketCoreSession
- FLUSH - Enum constant in enum class org.eclipse.jetty.http.HttpGenerator.Result
- FLUSH - Enum constant in enum class org.eclipse.jetty.http2.frames.FrameType
- FLUSH_BUFFER - Static variable in class org.eclipse.jetty.io.content.BufferedContentSink
- flushBatch() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketRemoteEndpoint
- flushBatch() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketRemoteEndpoint
- flushBatch() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketRemoteEndpoint
- flushBatch() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketRemoteEndpoint
- flushBuffer() - Method in class org.eclipse.jetty.ee10.servlet.ServletApiResponse
- flushBuffer() - Method in class org.eclipse.jetty.ee11.servlet.ServletApiResponse
- flushBuffer() - Method in class org.eclipse.jetty.ee8.nested.Response
- flushBuffer() - Method in class org.eclipse.jetty.ee9.nested.Response
- flushCache() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory
- Flusher - Class in org.eclipse.jetty.fcgi.generator
- Flusher(EndPoint) - Constructor for class org.eclipse.jetty.fcgi.generator.Flusher
- FOLLOW_LINKS - Static variable in class org.eclipse.jetty.server.AllowedResourceAliasChecker
- followRedirects(boolean) - Method in interface org.eclipse.jetty.client.Request
- followRedirects(boolean) - Method in class org.eclipse.jetty.client.transport.HttpRequest
- FORBIDDEN - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
- FORBIDDEN - Enum constant in enum class org.eclipse.jetty.security.Constraint.Authorization
-
Access not allowed.
- FORBIDDEN - Static variable in interface org.eclipse.jetty.security.Constraint
-
A static Constraint that has
Constraint.Authorization.FORBIDDENandConstraint.Transport.INHERIT. - FORBIDDEN_403 - Static variable in class org.eclipse.jetty.http.HttpStatus
- FORCED - Enum constant in enum class org.eclipse.jetty.server.ForwardedRequestCustomizer.Source
- ForceRequestHeaderValueRule - Class in org.eclipse.jetty.rewrite.handler
- ForceRequestHeaderValueRule() - Constructor for class org.eclipse.jetty.rewrite.handler.ForceRequestHeaderValueRule
- forceStartAsync() - Method in class org.eclipse.jetty.ee10.servlet.ServletApiRequest
- forceStartAsync() - Method in class org.eclipse.jetty.ee11.servlet.ServletApiRequest
- forceStartAsync(ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.ee10.servlet.ServletApiRequest
- forceStartAsync(ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.ee11.servlet.ServletApiRequest
- forCharset(Charset) - Static method in interface org.eclipse.jetty.util.CharsetStringBuilder
- forCharset(Charset, CodingErrorAction, CodingErrorAction) - Static method in interface org.eclipse.jetty.util.CharsetStringBuilder
- ForeignQuicheBinding - Class in org.eclipse.jetty.quic.quiche.foreign
- ForeignQuicheBinding() - Constructor for class org.eclipse.jetty.quic.quiche.foreign.ForeignQuicheBinding
- ForeignQuicheConnection - Class in org.eclipse.jetty.quic.quiche.foreign
- FORM(String, Fields) - Method in class org.eclipse.jetty.client.HttpClient
-
Performs a POST request to the specified URI with the given form parameters.
- FORM(URI, Fields) - Method in class org.eclipse.jetty.client.HttpClient
-
Performs a POST request to the specified URI with the given form parameters.
- FORM_AUTH - Static variable in interface org.eclipse.jetty.ee8.security.Authenticator
- FORM_AUTH - Static variable in interface org.eclipse.jetty.ee9.security.Authenticator
- FORM_AUTH - Static variable in interface org.eclipse.jetty.security.Authenticator
- FORM_ENCODED - Enum constant in enum class org.eclipse.jetty.http.MimeTypes.Type
- FORM_ENCODED_8859_1 - Enum constant in enum class org.eclipse.jetty.http.MimeTypes.Type
- FORM_ENCODED_UTF_8 - Enum constant in enum class org.eclipse.jetty.http.MimeTypes.Type
- format(long) - Method in class org.eclipse.jetty.util.DateCache
-
Format a date according to our stored formatter.
- format(long) - Method in class org.eclipse.jetty.util.DateCache.Tick
- format(String, Object...) - Method in class org.eclipse.jetty.ee10.servlet.ResponseWriter
- format(String, Object...) - Method in class org.eclipse.jetty.ee11.servlet.ResponseWriter
- format(String, Object...) - Method in class org.eclipse.jetty.ee8.nested.ResponseWriter
- format(String, Object...) - Method in class org.eclipse.jetty.ee9.nested.ResponseWriter
- format(TemporalAccessor) - Static method in class org.eclipse.jetty.http.HttpDateTime
-
Formats provided Date/Time to a String following preferred RFC 1123 syntax from both HTTP and Cookie specs.
- format(Date) - Method in class org.eclipse.jetty.util.DateCache
-
Format a date according to our stored formatter.
- format(Locale, String, Object...) - Method in class org.eclipse.jetty.ee10.servlet.ResponseWriter
- format(Locale, String, Object...) - Method in class org.eclipse.jetty.ee11.servlet.ResponseWriter
- format(Locale, String, Object...) - Method in class org.eclipse.jetty.ee8.nested.ResponseWriter
- format(Locale, String, Object...) - Method in class org.eclipse.jetty.ee9.nested.ResponseWriter
- formatAddrOrHost(String) - Method in class org.eclipse.jetty.ee10.servlet.ServletChannel
-
Format the address or host returned from Request methods
- formatAddrOrHost(String) - Method in class org.eclipse.jetty.ee11.servlet.ServletChannel
-
Format the address or host returned from Request methods
- formatDate(long) - Static method in class org.eclipse.jetty.http.DateGenerator
-
Format HTTP date "EEE, dd MMM yyyy HH:mm:ss 'GMT'"
- formatDate(Instant) - Static method in class org.eclipse.jetty.http.DateGenerator
-
Format HTTP date "EEE, dd MMM yyyy HH:mm:ss 'GMT'"
- formatExpires(Instant) - Static method in interface org.eclipse.jetty.http.HttpCookie
-
Formats the
Instantassociated with theExpiresattribute into a RFC 1123 string. - formatTick(long) - Method in class org.eclipse.jetty.util.DateCache
- FormAuthentication(String, UserIdentity) - Constructor for class org.eclipse.jetty.ee8.security.authentication.FormAuthenticator.FormAuthentication
- FormAuthentication(String, UserIdentity) - Constructor for class org.eclipse.jetty.ee9.security.authentication.FormAuthenticator.FormAuthentication
- FormAuthenticator - Class in org.eclipse.jetty.ee8.security.authentication
-
FORM Authenticator.
- FormAuthenticator - Class in org.eclipse.jetty.ee9.security.authentication
-
FORM Authenticator.
- FormAuthenticator - Class in org.eclipse.jetty.security.authentication
-
FORM Authenticator.
- FormAuthenticator() - Constructor for class org.eclipse.jetty.ee8.security.authentication.FormAuthenticator
- FormAuthenticator() - Constructor for class org.eclipse.jetty.ee9.security.authentication.FormAuthenticator
- FormAuthenticator() - Constructor for class org.eclipse.jetty.security.authentication.FormAuthenticator
- FormAuthenticator(String, String, boolean) - Constructor for class org.eclipse.jetty.ee8.security.authentication.FormAuthenticator
- FormAuthenticator(String, String, boolean) - Constructor for class org.eclipse.jetty.ee9.security.authentication.FormAuthenticator
- FormAuthenticator(String, String, boolean) - Constructor for class org.eclipse.jetty.security.authentication.FormAuthenticator
- FormAuthenticator.FormAuthentication - Class in org.eclipse.jetty.ee8.security.authentication
-
This Authentication represents a just completed Form authentication.
- FormAuthenticator.FormAuthentication - Class in org.eclipse.jetty.ee9.security.authentication
-
This Authentication represents a just completed Form authentication.
- FormAuthenticator.FormRequest - Class in org.eclipse.jetty.ee8.security.authentication
- FormAuthenticator.FormRequest - Class in org.eclipse.jetty.ee9.security.authentication
- FormAuthenticator.FormResponse - Class in org.eclipse.jetty.ee8.security.authentication
- FormAuthenticator.FormResponse - Class in org.eclipse.jetty.ee9.security.authentication
- FormContentLoaderFactory() - Constructor for class org.eclipse.jetty.server.handler.EagerContentHandler.FormContentLoaderFactory
- FormContentLoaderFactory(int, int) - Constructor for class org.eclipse.jetty.server.handler.EagerContentHandler.FormContentLoaderFactory
- FormFields - Class in org.eclipse.jetty.server
-
A
CompletableFuturethat is completed once aapplication/x-www-form-urlencodedcontent has been parsed asynchronously from theContent.Source. - FormRequest(HttpServletRequest) - Constructor for class org.eclipse.jetty.ee9.security.authentication.FormAuthenticator.FormRequest
- FormRequest(HttpServletRequest) - Constructor for class org.eclipse.jetty.ee8.security.authentication.FormAuthenticator.FormRequest
- FormRequestContent - Class in org.eclipse.jetty.client
-
A
Request.Contentfor form uploads with the "application/x-www-form-urlencoded" content type. - FormRequestContent(Fields) - Constructor for class org.eclipse.jetty.client.FormRequestContent
- FormRequestContent(Fields, Charset) - Constructor for class org.eclipse.jetty.client.FormRequestContent
- FormResponse(HttpServletResponse) - Constructor for class org.eclipse.jetty.ee9.security.authentication.FormAuthenticator.FormResponse
- FormResponse(HttpServletResponse) - Constructor for class org.eclipse.jetty.ee8.security.authentication.FormAuthenticator.FormResponse
- forward(ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.ee10.servlet.Dispatcher
- forward(ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.ee11.servlet.Dispatcher
- forward(ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.ee9.nested.Dispatcher
- forward(ServletRequest, ServletResponse, DispatcherType) - Method in class org.eclipse.jetty.ee9.nested.Dispatcher
- forward(ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.ee8.nested.Dispatcher
- forward(ServletRequest, ServletResponse, DispatcherType) - Method in class org.eclipse.jetty.ee8.nested.Dispatcher
- Forward() - Constructor for class org.eclipse.jetty.proxy.ProxyHandler.Forward
- FORWARD - Static variable in class org.eclipse.jetty.ee10.servlet.FilterMapping
- FORWARD - Static variable in class org.eclipse.jetty.ee11.servlet.FilterMapping
- FORWARD - Static variable in class org.eclipse.jetty.ee8.servlet.FilterMapping
- FORWARD - Static variable in class org.eclipse.jetty.ee9.servlet.FilterMapping
- FORWARDED - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
- FORWARDED - Enum constant in enum class org.eclipse.jetty.server.ForwardedRequestCustomizer.Source
- ForwardedRequestCustomizer - Class in org.eclipse.jetty.server
-
Customize Requests for Proxy Forwarding.
- ForwardedRequestCustomizer() - Constructor for class org.eclipse.jetty.server.ForwardedRequestCustomizer
- ForwardedRequestCustomizer.Source - Enum Class in org.eclipse.jetty.server
-
Ordered Source Enum.
- ForwardedSchemeHeaderRule - Class in org.eclipse.jetty.rewrite.handler
-
Sets the request URI scheme, by default
https. - ForwardedSchemeHeaderRule() - Constructor for class org.eclipse.jetty.rewrite.handler.ForwardedSchemeHeaderRule
- forwardFrame(OutgoingEntry) - Method in class org.eclipse.jetty.websocket.core.util.FragmentingFlusher
- FOUND - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
- FOUND_302 - Static variable in class org.eclipse.jetty.http.HttpStatus
- foundClass(String, URL) - Method in class org.eclipse.jetty.ee.webapp.WebAppClassLoader
- fragment(String) - Method in class org.eclipse.jetty.http.HttpURI.Mutable
- FRAGMENT - Enum constant in enum class org.eclipse.jetty.http.UriCompliance.Violation
-
Allow a fragment in the URI.
- FRAGMENT_FRAME - Enum constant in enum class org.eclipse.jetty.http3.parser.BodyParser.Result
- FRAGMENT_RESOURCES - Static variable in class org.eclipse.jetty.ee10.webapp.FragmentConfiguration
- FRAGMENT_RESOURCES - Static variable in class org.eclipse.jetty.ee11.webapp.FragmentConfiguration
- FRAGMENT_RESOURCES - Static variable in class org.eclipse.jetty.ee8.webapp.FragmentConfiguration
- FRAGMENT_RESOURCES - Static variable in class org.eclipse.jetty.ee9.webapp.FragmentConfiguration
- FragmentConfiguration - Class in org.eclipse.jetty.ee10.webapp
-
FragmentConfiguration
- FragmentConfiguration - Class in org.eclipse.jetty.ee11.webapp
-
FragmentConfiguration
- FragmentConfiguration - Class in org.eclipse.jetty.ee8.webapp
-
FragmentConfiguration
- FragmentConfiguration - Class in org.eclipse.jetty.ee9.webapp
-
FragmentConfiguration
- FragmentConfiguration() - Constructor for class org.eclipse.jetty.ee10.webapp.FragmentConfiguration
- FragmentConfiguration() - Constructor for class org.eclipse.jetty.ee11.webapp.FragmentConfiguration
- FragmentConfiguration() - Constructor for class org.eclipse.jetty.ee8.webapp.FragmentConfiguration
- FragmentConfiguration() - Constructor for class org.eclipse.jetty.ee9.webapp.FragmentConfiguration
- FragmentDescriptor - Class in org.eclipse.jetty.ee10.webapp
-
A web-fragment.xml descriptor.
- FragmentDescriptor - Class in org.eclipse.jetty.ee11.webapp
-
A web-fragment.xml descriptor.
- FragmentDescriptor - Class in org.eclipse.jetty.ee8.webapp
-
A web-fragment.xml descriptor.
- FragmentDescriptor - Class in org.eclipse.jetty.ee9.webapp
-
A web-fragment.xml descriptor.
- FragmentDescriptor(Resource) - Constructor for class org.eclipse.jetty.ee10.webapp.FragmentDescriptor
- FragmentDescriptor(Resource) - Constructor for class org.eclipse.jetty.ee11.webapp.FragmentDescriptor
- FragmentDescriptor(Resource) - Constructor for class org.eclipse.jetty.ee8.webapp.FragmentDescriptor
- FragmentDescriptor(Resource) - Constructor for class org.eclipse.jetty.ee9.webapp.FragmentDescriptor
- FragmentDescriptor.OtherType - Enum Class in org.eclipse.jetty.ee10.webapp
- FragmentDescriptor.OtherType - Enum Class in org.eclipse.jetty.ee11.webapp
- FragmentDescriptor.OtherType - Enum Class in org.eclipse.jetty.ee8.webapp
- FragmentDescriptor.OtherType - Enum Class in org.eclipse.jetty.ee9.webapp
- FragmentingFlusher - Class in org.eclipse.jetty.websocket.core.util
-
Used to split large data frames into multiple frames below the maxFrameSize.
- FragmentingFlusher(Configuration) - Constructor for class org.eclipse.jetty.websocket.core.util.FragmentingFlusher
- frame - Variable in class org.eclipse.jetty.http2.HTTP2Session.Entry
- frame() - Method in class org.eclipse.jetty.http2.api.Stream.Data
- frame() - Method in class org.eclipse.jetty.http2.HTTP2Session.Entry
- frame(Frame) - Method in class org.eclipse.jetty.websocket.core.OutgoingEntry.Builder
- Frame - Class in org.eclipse.jetty.http2.frames
- Frame - Class in org.eclipse.jetty.http3.frames
- Frame - Class in org.eclipse.jetty.quic.api.frames
-
A generic QUIC frame carrying a frame type.
- Frame - Class in org.eclipse.jetty.websocket.core
-
A Base Frame as seen in RFC 6455.
- Frame - Interface in org.eclipse.jetty.ee8.websocket.api
-
An immutable websocket frame.
- Frame - Interface in org.eclipse.jetty.ee9.websocket.api
-
An immutable websocket frame.
- Frame - Interface in org.eclipse.jetty.websocket.api
-
An immutable websocket frame.
- Frame() - Constructor for class org.eclipse.jetty.websocket.core.Frame
- Frame(byte) - Constructor for class org.eclipse.jetty.websocket.core.Frame
-
Construct form opcode
- Frame(byte, boolean, String) - Constructor for class org.eclipse.jetty.websocket.core.Frame
- Frame(byte, boolean, ByteBuffer) - Constructor for class org.eclipse.jetty.websocket.core.Frame
- Frame(byte, byte[], ByteBuffer) - Constructor for class org.eclipse.jetty.websocket.core.Frame
- Frame(byte, String) - Constructor for class org.eclipse.jetty.websocket.core.Frame
- Frame(byte, ByteBuffer) - Constructor for class org.eclipse.jetty.websocket.core.Frame
- Frame(long) - Constructor for class org.eclipse.jetty.quic.api.frames.Frame
- Frame(FrameType) - Constructor for class org.eclipse.jetty.http2.frames.Frame
- Frame(FrameType) - Constructor for class org.eclipse.jetty.http3.frames.Frame
- FRAME - Enum constant in enum class org.eclipse.jetty.http3.parser.MessageParser.Result
-
Indicates that a frame was parsed.
- FRAME_ENCODING_ERROR - Static variable in interface org.eclipse.jetty.quic.quiche.QuicheConstants.quic_error
- FRAME_ENCODING_ERROR - Static variable in class org.eclipse.jetty.quic.util.ErrorCode
- FRAME_ERROR - Enum constant in enum class org.eclipse.jetty.http3.HTTP3ErrorCode
- FRAME_SIZE_ERROR - Enum constant in enum class org.eclipse.jetty.http2.ErrorCode
-
Indicates that a frame has an invalid length.
- FRAME_UNEXPECTED_ERROR - Enum constant in enum class org.eclipse.jetty.http3.HTTP3ErrorCode
- Frame.CloseStatus - Record Class in org.eclipse.jetty.websocket.api
- Frame.Parsed - Class in org.eclipse.jetty.websocket.core
- Frame.Type - Enum Class in org.eclipse.jetty.ee8.websocket.api
- Frame.Type - Enum Class in org.eclipse.jetty.ee9.websocket.api
- Frame.Type - Enum Class in org.eclipse.jetty.websocket.api
- Frame.WithStreamId - Class in org.eclipse.jetty.quic.api.frames
-
A QUIC frame that carries a stream id.
- frameBytes() - Method in record class org.eclipse.jetty.quic.common.frames.FrameGenerator.BytesGenerated
-
Returns the value of the
frameBytesrecord component. - FrameGenerator - Class in org.eclipse.jetty.http2.generator
- FrameGenerator - Class in org.eclipse.jetty.http3.generator
- FrameGenerator - Class in org.eclipse.jetty.quic.common.frames
- FrameGenerator(HeaderGenerator) - Constructor for class org.eclipse.jetty.http2.generator.FrameGenerator
- FrameGenerator(ByteBufferPool) - Constructor for class org.eclipse.jetty.http3.generator.FrameGenerator
- FrameGenerator(ByteBufferPool) - Constructor for class org.eclipse.jetty.quic.common.frames.FrameGenerator
- FrameGenerator.BytesGenerated - Record Class in org.eclipse.jetty.quic.common.frames
- FrameHandler - Interface in org.eclipse.jetty.websocket.core
-
Handles incoming WebSocket frames for a given endpoint.
- FrameHandlerFactory - Interface in org.eclipse.jetty.websocket.core.server
-
Factory for FrameHandler instances
- FrameList(HeadersFrame) - Constructor for class org.eclipse.jetty.http2.HTTP2Stream.FrameList
-
Creates a frame list of just the given HEADERS frame.
- FrameList(HeadersFrame, DataFrame, HeadersFrame) - Constructor for class org.eclipse.jetty.http2.HTTP2Stream.FrameList
-
Creates a frame list of the given frames.
- FrameParser - Class in org.eclipse.jetty.quic.common.frames
- FrameParser() - Constructor for class org.eclipse.jetty.quic.common.frames.FrameParser
- frames(HTTP2Stream, List, Callback) - Method in class org.eclipse.jetty.http2.HTTP2Session
- frameTimeout(long) - Method in class org.eclipse.jetty.websocket.core.OutgoingEntry.Builder
- FrameType - Enum Class in org.eclipse.jetty.http2.frames
- FrameType - Enum Class in org.eclipse.jetty.http3.frames
- FrameType - Enum Class in org.eclipse.jetty.quic.common.frames
- FrameValidation - Class in org.eclipse.jetty.websocket.core.util
-
Some static utility methods for validating a
Framebased on the state of itsCoreSession. - FrameValidation() - Constructor for class org.eclipse.jetty.websocket.core.util.FrameValidation
- from - Variable in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_recv_info
- from - Variable in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_send_info
- from(byte) - Static method in enum class org.eclipse.jetty.ee8.websocket.api.Frame.Type
- from(byte) - Static method in enum class org.eclipse.jetty.ee9.websocket.api.Frame.Type
- from(byte) - Static method in enum class org.eclipse.jetty.websocket.api.Frame.Type
- from(int) - Static method in enum class org.eclipse.jetty.fcgi.FCGI.FrameType
- from(int) - Static method in enum class org.eclipse.jetty.fcgi.FCGI.Role
- from(int) - Static method in enum class org.eclipse.jetty.http2.ErrorCode
- from(int) - Static method in enum class org.eclipse.jetty.http2.frames.FrameType
- from(long) - Static method in enum class org.eclipse.jetty.http3.frames.FrameType
- from(long) - Static method in enum class org.eclipse.jetty.http3.StreamType
- from(long) - Static method in enum class org.eclipse.jetty.quic.common.frames.FrameType
- from(long) - Static method in class org.eclipse.jetty.quic.util.ErrorCode
- from(ServletRequest) - Static method in class org.eclipse.jetty.ee10.servlet.ServletMultiPartFormData
-
Deprecated, for removal: This API element is subject to removal in a future version.
- from(ServletRequest) - Static method in class org.eclipse.jetty.ee11.servlet.ServletMultiPartFormData
-
Deprecated, for removal: This API element is subject to removal in a future version.
- from(ServletRequest, String) - Static method in class org.eclipse.jetty.ee10.servlet.ServletMultiPartFormData
-
Deprecated, for removal: This API element is subject to removal in a future version.
- from(ServletRequest, String) - Static method in class org.eclipse.jetty.ee11.servlet.ServletMultiPartFormData
-
Deprecated, for removal: This API element is subject to removal in a future version.
- from(InputStream) - Static method in class org.eclipse.jetty.http.HttpTester
- from(InputStream) - Static method in interface org.eclipse.jetty.io.Content.Source
- from(OutputStream) - Static method in interface org.eclipse.jetty.io.Content.Sink
-
Wraps the given
OutputStreamas aContent.Sink. - from(MethodHandle) - Static method in interface org.eclipse.jetty.websocket.core.util.MethodHolder
- from(MethodHandle, boolean) - Static method in interface org.eclipse.jetty.websocket.core.util.MethodHolder
- from(Object) - Static method in class org.eclipse.jetty.ee10.servlet.ServletPathMapping
-
Obtain a
ServletPathMappinginstance from an object which may be an instance of a mapping from a different EE version obtained from a cross context cross environment dispatch - from(Object) - Static method in class org.eclipse.jetty.ee11.servlet.ServletPathMapping
-
Obtain a
ServletPathMappinginstance from an object which may be an instance of a mapping from a different EE version obtained from a cross context cross environment dispatch - from(Object) - Static method in class org.eclipse.jetty.ee8.nested.ServletPathMapping
-
Obtain a
ServletPathMappinginstance from an object which may be an instance of a mapping from a different EE version obtained from a cross context cross environment dispatch - from(Object) - Static method in class org.eclipse.jetty.ee9.nested.ServletPathMapping
-
Obtain a
ServletPathMappinginstance from an object which may be an instance of a mapping from a different EE version obtained from a cross context cross environment dispatch - from(Runnable) - Static method in interface org.eclipse.jetty.util.Callback
-
Creates a callback that runs completed when it succeeds or fails
- from(Runnable) - Static method in interface org.eclipse.jetty.util.Promise
-
Creates a promise that runs the given
Runnablewhen it succeeds or fails. - from(Runnable, Consumer) - Static method in interface org.eclipse.jetty.util.Callback
-
Creates a callback from the given success and failure lambdas.
- from(Runnable, Consumer) - Static method in interface org.eclipse.jetty.websocket.api.Callback
-
Creates a callback from the given success and failure lambdas.
- from(Runnable, Callback) - Static method in interface org.eclipse.jetty.util.Callback
-
Creates a callback that runs the
Runnableargument before completing the callback argument. - from(Runnable, Promise.Invocable) - Static method in interface org.eclipse.jetty.util.Promise.Invocable
-
Returns a promise that, when it is completed, runs the given
Runnableand then completes the given promise. - from(String) - Static method in class org.eclipse.jetty.http.CookieCompliance
-
Create compliance set from string.
- from(String) - Static method in class org.eclipse.jetty.http.HttpCompliance
-
Create compliance mode from a String description.
- from(String) - Static method in enum class org.eclipse.jetty.http.HttpCookie.SameSite
- from(String) - Static method in class org.eclipse.jetty.http.HttpTester
- from(String) - Static method in interface org.eclipse.jetty.http.HttpURI
- from(String) - Static method in class org.eclipse.jetty.http.MultiPartCompliance
-
Create compliance set from string.
- from(String) - Static method in interface org.eclipse.jetty.http.pathmap.PathSpec
- from(String) - Static method in class org.eclipse.jetty.http.UriCompliance
-
Create compliance set from string.
- from(String) - Static method in class org.eclipse.jetty.util.InetAddressPattern
- from(String...) - Static method in interface org.eclipse.jetty.security.Constraint
- from(String, Object...) - Static method in class org.eclipse.jetty.util.component.DumpableCollection
- from(String, String) - Static method in interface org.eclipse.jetty.http.HttpCookie
-
Creates a new
HttpCookiefrom the given name and value. - from(String, String) - Static method in interface org.eclipse.jetty.http.HttpURI
- from(String, String) - Static method in interface org.eclipse.jetty.http.pathmap.MatchedPath
- from(String, String, int, String) - Static method in interface org.eclipse.jetty.http.HttpURI
- from(String, String, int, String, String, String) - Static method in interface org.eclipse.jetty.http.HttpURI
-
Creates a new
HttpURIwith the given arguments. - from(String, String, int, Map) - Static method in interface org.eclipse.jetty.http.HttpCookie
-
Creates a new
HttpCookiefrom the given name, value, version and attributes. - from(String, String, String, String) - Static method in class org.eclipse.jetty.server.handler.ConditionalHandler
-
Create a
PredicateoverRequestbuilt from theandof one or more of:ConditionalHandler.ConnectorPredicateConditionalHandler.InetAddressPatternPredicateConditionalHandler.MethodPredicateConditionalHandler.PathSpecPredicate - from(String, String, Map) - Static method in interface org.eclipse.jetty.http.HttpCookie
-
Creates a new
HttpCookiefrom the given name, value and attributes. - from(String, Collection) - Static method in class org.eclipse.jetty.util.component.DumpableCollection
- from(String, Constraint.Authorization, String...) - Static method in interface org.eclipse.jetty.security.Constraint
- from(String, Constraint.Transport) - Static method in interface org.eclipse.jetty.security.Constraint
- from(String, Constraint.Transport, Constraint.Authorization, Set) - Static method in interface org.eclipse.jetty.security.Constraint
- from(String, HostPort, String) - Static method in interface org.eclipse.jetty.http.HttpURI
- from(String, InetAddressPattern, String, PathSpec) - Static method in class org.eclipse.jetty.server.handler.ConditionalHandler
-
Create a
PredicateoverRequestbuilt from theandof one or more of:TypeUtil.truePredicate()ConditionalHandler.ConnectorPredicateConditionalHandler.InetAddressPatternPredicateConditionalHandler.MethodPredicateConditionalHandler.PathSpecPredicate - from(Throwable) - Static method in interface org.eclipse.jetty.io.Content.Chunk
-
Creates an
failure chunkwith the given failure andContent.Chunk.isLast()returning true. - from(Throwable, boolean) - Static method in interface org.eclipse.jetty.io.Content.Chunk
-
Creates an
failure chunkwith the given failure and givenlaststate. - from(HttpCookie) - Static method in interface org.eclipse.jetty.http.HttpCookie
-
Creates a new
HttpCookiecopied from the givenHttpCookie. - from(URI) - Static method in interface org.eclipse.jetty.http.HttpURI
- from(ByteBuffer) - Static method in class org.eclipse.jetty.http.HttpTester
- from(ByteBuffer...) - Static method in interface org.eclipse.jetty.io.Content.Source
-
Create a
Content.Sourcefrom zero or moreByteBuffers - from(ByteBuffer, boolean) - Static method in interface org.eclipse.jetty.io.Content.Chunk
-
Creates a Chunk with the given ByteBuffer.
- from(ByteBuffer, boolean, Runnable) - Static method in interface org.eclipse.jetty.io.Content.Chunk
-
Creates a Chunk with the given ByteBuffer.
- from(ByteBuffer, boolean, Consumer) - Static method in interface org.eclipse.jetty.io.Content.Chunk
-
Creates a last/non-last Chunk with the given ByteBuffer.
- from(AsynchronousByteChannel) - Static method in interface org.eclipse.jetty.io.Content.Sink
-
Wraps the given
AsynchronousByteChannelas aContent.Sink. - from(ByteChannel) - Static method in interface org.eclipse.jetty.io.Content.Sink
-
Wraps the given
ByteChannelas aContent.Sink. - from(ReadableByteChannel) - Static method in class org.eclipse.jetty.http.HttpTester
- from(Path) - Static method in interface org.eclipse.jetty.io.Content.Source
-
Create a
Content.Sourcefrom aPath. - from(Path, long, long) - Static method in interface org.eclipse.jetty.io.Content.Source
-
Create a
Content.Sourcefrom aPath. - from(CompletableFuture) - Static method in interface org.eclipse.jetty.util.Callback
-
Creates a non-blocking callback from the given incomplete CompletableFuture.
- from(CompletableFuture, Invocable.InvocationType) - Static method in interface org.eclipse.jetty.util.Callback
-
Creates a callback from the given incomplete CompletableFuture, with the given
blockingcharacteristic. - from(CompletableFuture) - Static method in interface org.eclipse.jetty.util.Promise
-
Creates a promise from the given incomplete CompletableFuture.
- from(Consumer, Consumer) - Static method in interface org.eclipse.jetty.util.Promise
-
Creates a Promise from the given success and failure consumers.
- from(Set) - Static method in class org.eclipse.jetty.http.MultiPartCompliance
-
Create compliance set from a set of allowed Violations.
- from(Set) - Static method in class org.eclipse.jetty.http.UriCompliance
-
Create compliance set from a set of allowed Violations.
- from(SSLSession, String, String, X509Certificate[]) - Static method in interface org.eclipse.jetty.io.EndPoint.SslSessionData
- from(Subject, Principal, String...) - Static method in interface org.eclipse.jetty.security.UserIdentity
- from(Response, byte[], String, String) - Static method in interface org.eclipse.jetty.client.ContentResponse
- from(HttpCookie, String...) - Static method in interface org.eclipse.jetty.http.HttpCookie
- from(HttpField...) - Static method in interface org.eclipse.jetty.http.HttpFields
-
Returns an immutable
HttpFieldsinstance containing the givenHttpFields. - from(ByteBufferPool.Sized, InputStream) - Static method in interface org.eclipse.jetty.io.Content.Source
-
Create a
Content.Sourcefrom anInputStream. - from(ByteBufferPool.Sized, InputStream, long, long) - Static method in interface org.eclipse.jetty.io.Content.Source
-
Create a
Content.Sourcefrom anInputStream. - from(ByteBufferPool.Sized, ByteChannel) - Static method in interface org.eclipse.jetty.io.Content.Source
-
Create a
Content.Sourcefrom aByteChannel. - from(ByteBufferPool.Sized, SeekableByteChannel, long, long) - Static method in interface org.eclipse.jetty.io.Content.Source
-
Create a
Content.Sourcefrom aByteChannel. - from(ByteBufferPool.Sized, Path) - Static method in interface org.eclipse.jetty.io.Content.Source
-
Create a
Content.Sourcefrom aPath. - from(ByteBufferPool.Sized, Path, long, long) - Static method in interface org.eclipse.jetty.io.Content.Source
-
Create a
Content.Sourcefrom aPath. - from(Content.Source, long, long) - Static method in interface org.eclipse.jetty.io.Content.Source
-
Wrap a
Content.Sourceto make it appear as a sub-range of the original. - from(Content.Source, Attributes, String, MultiPartConfig) - Static method in class org.eclipse.jetty.http.MultiPartFormData
-
Deprecated, for removal: This API element is subject to removal in a future version.
- from(RetainableByteBuffer, boolean) - Static method in interface org.eclipse.jetty.io.Content.Chunk
-
Creates a Chunk with the given RetainableByteBuffer
- from(Constraint.Transport, Constraint.Authorization, Set) - Static method in interface org.eclipse.jetty.security.Constraint
- from(Request) - Static method in class org.eclipse.jetty.server.FormFields
-
Deprecated, for removal: This API element is subject to removal in a future version.use
FormFields.onFields(Request, Promise.Invocable)instead. - from(Request) - Static method in interface org.eclipse.jetty.server.HttpChannel
- from(Request, int, int) - Static method in class org.eclipse.jetty.server.FormFields
-
Deprecated, for removal: This API element is subject to removal in a future version.
- from(Request, Charset) - Static method in class org.eclipse.jetty.server.FormFields
-
Deprecated, for removal: This API element is subject to removal in a future version.
- from(Request, Charset, int, int) - Static method in class org.eclipse.jetty.server.FormFields
-
Deprecated, for removal: This API element is subject to removal in a future version.
- from(Server) - Static method in class org.eclipse.jetty.websocket.server.WebSocketUpgradeHandler
-
Creates a new
WebSocketUpgradeHandler. - from(Server, Consumer) - Static method in class org.eclipse.jetty.websocket.server.WebSocketUpgradeHandler
-
Creates a new
WebSocketUpgradeHandler. - from(Server, ContextHandler) - Static method in class org.eclipse.jetty.websocket.server.WebSocketUpgradeHandler
-
Creates a new
WebSocketUpgradeHandler. - from(Server, ContextHandler, Consumer) - Static method in class org.eclipse.jetty.websocket.server.WebSocketUpgradeHandler
-
Creates a new
WebSocketUpgradeHandler. - from(Attributes, String, Function) - Static method in class org.eclipse.jetty.http.MultiPartFormData
-
Deprecated, for removal: This API element is subject to removal in a future version.
- from(Attributes, MultiPartCompliance, ComplianceViolation.Listener, String, Function) - Static method in class org.eclipse.jetty.http.MultiPartFormData
-
Deprecated, for removal: This API element is subject to removal in a future version.
- from(Callback) - Static method in class org.eclipse.jetty.util.Callback.Completable
-
Creates a completable future given a callback.
- from(Callback, Runnable) - Static method in interface org.eclipse.jetty.util.Callback
-
Creates a callback that runs the
Runnableargument after completing the callback argument. - from(Callback, Throwable) - Static method in interface org.eclipse.jetty.util.Callback
-
Creates a callback which always fails the callback argument on completion.
- from(Callback, Consumer) - Static method in interface org.eclipse.jetty.util.Callback
-
Creates a callback that runs the
Consumerargument after completing the callback argument. - from(Callback, Callback) - Static method in interface org.eclipse.jetty.util.Callback
-
Creates a callback which combines two other callbacks and will succeed or fail them both.
- from(Promise.Invocable, Runnable) - Static method in interface org.eclipse.jetty.util.Promise.Invocable
-
Returns a promise that, when it is completed, completes the given promise and then runs the given
Runnable. - from(Invocable.InvocationType, Runnable) - Static method in interface org.eclipse.jetty.util.Callback
-
Creates a Callback with the given
invocationType, that runs the givenRunnablewhen it succeeds or fails. - from(Invocable.InvocationType, Runnable) - Static method in interface org.eclipse.jetty.util.thread.Invocable
-
Creates a
Invocable.Taskfrom the given InvocationType and Runnable. - from(Invocable.InvocationType, Runnable, Consumer) - Static method in interface org.eclipse.jetty.util.Callback
-
Creates a callback with the given InvocationType from the given success and failure lambdas.
- from(Invocable.InvocationType, BiConsumer) - Static method in interface org.eclipse.jetty.util.Promise.Invocable
-
Factory method to create a promise from the given arguments.
- from(Invocable.InvocationType, Consumer, Consumer) - Static method in interface org.eclipse.jetty.util.Promise.Invocable
-
Factory method to create a promise from the given arguments.
- from(Callback, Runnable) - Static method in interface org.eclipse.jetty.websocket.api.Callback
-
Creates a nested callback that runs completed after completing the nested callback.
- from(WebSocketCoreClient, URI, FrameHandler) - Static method in class org.eclipse.jetty.websocket.core.client.CoreClientUpgradeRequest
- from(ExtensionStack) - Static method in class org.eclipse.jetty.websocket.core.Negotiated
- from(WebSocketCreator, FrameHandlerFactory) - Static method in interface org.eclipse.jetty.websocket.core.server.WebSocketNegotiator
- from(WebSocketCreator, FrameHandlerFactory, Configuration.Customizer) - Static method in interface org.eclipse.jetty.websocket.core.server.WebSocketNegotiator
- FROM - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
- from_len - Variable in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_recv_info
- from_len - Variable in class org.eclipse.jetty.quic.quiche.jna.LibQuiche.quiche_send_info
- fromArray(String, Object[]) - Static method in class org.eclipse.jetty.util.component.DumpableCollection
- fromDelay(long) - Static method in enum class org.eclipse.jetty.ee10.servlets.DoSFilter.Action
-
Obtain the Action based on configured
DoSFilter.getDelayMs() - fromDelay(long) - Static method in enum class org.eclipse.jetty.ee11.servlets.DoSFilter.Action
-
Obtain the Action based on configured
DoSFilter.getDelayMs() - fromDelay(long) - Static method in enum class org.eclipse.jetty.ee8.servlets.DoSFilter.Action
-
Obtain the Action based on configured
DoSFilter.getDelayMs() - fromDelay(long) - Static method in enum class org.eclipse.jetty.ee9.servlets.DoSFilter.Action
-
Obtain the Action based on configured
DoSFilter.getDelayMs() - fromEventsPerSecond(int) - Static method in class org.eclipse.jetty.http2.WindowRateControl
- fromHexString(String) - Static method in class org.eclipse.jetty.util.StringUtil
- fromJSON(Reader) - Method in class org.eclipse.jetty.util.ajax.JSON
-
Parses the JSON from the given Reader into an object.
- fromJSON(CharSequence) - Method in class org.eclipse.jetty.util.ajax.JSON
-
Parses the given JSON string into an object.
- fromJSON(Map) - Method in interface org.eclipse.jetty.util.ajax.JSON.Convertible
- fromJSON(Map) - Method in interface org.eclipse.jetty.util.ajax.JSON.Convertor
- fromJSON(Map) - Method in class org.eclipse.jetty.util.ajax.JSONCollectionConvertor
- fromJSON(Map) - Method in class org.eclipse.jetty.util.ajax.JSONDateConvertor
- fromJSON(Map) - Method in class org.eclipse.jetty.util.ajax.JSONEnumConvertor
- fromJSON(Map) - Method in class org.eclipse.jetty.util.ajax.JSONObjectConvertor
- fromJSON(Map) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
- fromJSON(Map) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertorFactory
- fromLevel(Level) - Static method in enum class org.eclipse.jetty.logging.JettyLevel
- fromName(String) - Static method in class org.eclipse.jetty.util.TypeUtil
-
Class from a canonical name for a type.
- fromPacket(ByteBuffer) - Method in class org.eclipse.jetty.quic.quiche.foreign.ForeignQuicheBinding
- fromPacket(ByteBuffer) - Static method in class org.eclipse.jetty.quic.quiche.foreign.ForeignQuicheConnection
- fromPacket(ByteBuffer) - Method in class org.eclipse.jetty.quic.quiche.jna.JnaQuicheBinding
- fromPacket(ByteBuffer) - Static method in class org.eclipse.jetty.quic.quiche.jna.JnaQuicheConnection
- fromPacket(ByteBuffer) - Method in interface org.eclipse.jetty.quic.quiche.QuicheBinding
- fromPacket(ByteBuffer) - Static method in class org.eclipse.jetty.quic.quiche.QuicheConnectionId
-
Does not consume the packet byte buffer.
- fromString(ClassLoader, String) - Static method in class org.eclipse.jetty.ee10.servlet.ServletContainerInitializerHolder
-
Re-inflate a stringified ServletContainerInitializerHolder.
- fromString(ClassLoader, String) - Static method in class org.eclipse.jetty.ee11.servlet.ServletContainerInitializerHolder
-
Re-inflate a stringified ServletContainerInitializerHolder.
- fromString(ClassLoader, String) - Static method in class org.eclipse.jetty.ee8.servlet.ServletContainerInitializerHolder
-
Re-inflate a stringified ServletContainerInitializerHolder.
- fromString(ClassLoader, String) - Static method in class org.eclipse.jetty.ee9.servlet.ServletContainerInitializerHolder
-
Re-inflate a stringified ServletContainerInitializerHolder.
- fromString(String) - Static method in enum class org.eclipse.jetty.http.HttpMethod
-
Converts the given String parameter to an HttpMethod.
- fromString(String) - Static method in enum class org.eclipse.jetty.http.HttpVersion
-
Case insensitive fromString() conversion
- fromVersion(int) - Static method in enum class org.eclipse.jetty.http.HttpVersion
- FutureCallback - Class in org.eclipse.jetty.util
- FutureCallback() - Constructor for class org.eclipse.jetty.util.FutureCallback
- FutureCallback(boolean) - Constructor for class org.eclipse.jetty.util.FutureCallback
- FutureCallback(Throwable) - Constructor for class org.eclipse.jetty.util.FutureCallback
- FuturePromise<C> - Class in org.eclipse.jetty.util
- FuturePromise() - Constructor for class org.eclipse.jetty.util.FuturePromise
- FuturePromise(C) - Constructor for class org.eclipse.jetty.util.FuturePromise
- FuturePromise(C, Throwable) - Constructor for class org.eclipse.jetty.util.FuturePromise
G
- GATEWAY_INTERFACE - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
- GATEWAY_TIMEOUT - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
- GATEWAY_TIMEOUT_504 - Static variable in class org.eclipse.jetty.http.HttpStatus
- generate() - Method in class org.eclipse.jetty.http.HttpTester.Message
- generate(ByteBufferPool.Accumulator, long, Frame, Consumer) - Method in class org.eclipse.jetty.http3.generator.CancelPushGenerator
- generate(ByteBufferPool.Accumulator, long, Frame, Consumer) - Method in class org.eclipse.jetty.http3.generator.ControlGenerator
- generate(ByteBufferPool.Accumulator, long, Frame, Consumer) - Method in class org.eclipse.jetty.http3.generator.DataGenerator
- generate(ByteBufferPool.Accumulator, long, Frame, Consumer) - Method in class org.eclipse.jetty.http3.generator.FrameGenerator
- generate(ByteBufferPool.Accumulator, long, Frame, Consumer) - Method in class org.eclipse.jetty.http3.generator.GoAwayGenerator
- generate(ByteBufferPool.Accumulator, long, Frame, Consumer) - Method in class org.eclipse.jetty.http3.generator.HeadersGenerator
- generate(ByteBufferPool.Accumulator, long, Frame, Consumer) - Method in class org.eclipse.jetty.http3.generator.MaxPushIdGenerator
- generate(ByteBufferPool.Accumulator, long, Frame, Consumer) - Method in class org.eclipse.jetty.http3.generator.MessageGenerator
- generate(ByteBufferPool.Accumulator, long, Frame, Consumer) - Method in class org.eclipse.jetty.http3.generator.PushPromiseGenerator
- generate(ByteBufferPool.Accumulator, long, Frame, Consumer) - Method in class org.eclipse.jetty.http3.generator.SettingsGenerator
- generate(ByteBufferPool.Accumulator, Frame) - Method in class org.eclipse.jetty.quic.common.frames.FrameGenerator
- generate(ByteBufferPool.Accumulator, StreamFrame, int, int) - Method in class org.eclipse.jetty.quic.common.frames.FrameGenerator
- generate(RetainableByteBuffer.Mutable) - Method in class org.eclipse.jetty.http2.HTTP2Session.Entry
- generate(RetainableByteBuffer.Mutable, DataFrame, int) - Method in class org.eclipse.jetty.http2.generator.DataGenerator
- generate(RetainableByteBuffer.Mutable, Frame) - Method in class org.eclipse.jetty.http2.generator.FrameGenerator
- generate(RetainableByteBuffer.Mutable, Frame) - Method in class org.eclipse.jetty.http2.generator.GoAwayGenerator
- generate(RetainableByteBuffer.Mutable, Frame) - Method in class org.eclipse.jetty.http2.generator.HeadersGenerator
- generate(RetainableByteBuffer.Mutable, Frame) - Method in class org.eclipse.jetty.http2.generator.NoOpGenerator
-
Deprecated.
- generate(RetainableByteBuffer.Mutable, Frame) - Method in class org.eclipse.jetty.http2.generator.PingGenerator
- generate(RetainableByteBuffer.Mutable, Frame) - Method in class org.eclipse.jetty.http2.generator.PrefaceGenerator
- generate(RetainableByteBuffer.Mutable, Frame) - Method in class org.eclipse.jetty.http2.generator.PriorityGenerator
- generate(RetainableByteBuffer.Mutable, Frame) - Method in class org.eclipse.jetty.http2.generator.PushPromiseGenerator
- generate(RetainableByteBuffer.Mutable, Frame) - Method in class org.eclipse.jetty.http2.generator.ResetGenerator
- generate(RetainableByteBuffer.Mutable, Frame) - Method in class org.eclipse.jetty.http2.generator.SettingsGenerator
- generate(RetainableByteBuffer.Mutable, Frame) - Method in class org.eclipse.jetty.http2.generator.WindowUpdateGenerator
- generate(RetainableByteBuffer.Mutable, FrameType, int, int, int, int) - Method in class org.eclipse.jetty.http2.generator.HeaderGenerator
- GENERATE - Enum constant in enum class org.eclipse.jetty.ee10.quickstart.QuickStartConfiguration.Mode
- GENERATE - Enum constant in enum class org.eclipse.jetty.ee11.quickstart.QuickStartConfiguration.Mode
- GENERATE - Enum constant in enum class org.eclipse.jetty.ee8.quickstart.QuickStartConfiguration.Mode
- GENERATE - Enum constant in enum class org.eclipse.jetty.ee9.quickstart.QuickStartConfiguration.Mode
- generateAcceptableResponse(Request, HttpServletRequest, HttpServletResponse, int, String) - Method in class org.eclipse.jetty.ee8.nested.ErrorHandler
-
Generate an acceptable error response.
- generateAcceptableResponse(Request, HttpServletRequest, HttpServletResponse, int, String, String) - Method in class org.eclipse.jetty.ee8.nested.ErrorHandler
-
Generate an acceptable error response for a mime type.
- generateAcceptableResponse(Request, HttpServletRequest, HttpServletResponse, int, String) - Method in class org.eclipse.jetty.ee9.nested.ErrorHandler
-
Generate an acceptable error response.
- generateAcceptableResponse(Request, HttpServletRequest, HttpServletResponse, int, String, String) - Method in class org.eclipse.jetty.ee9.nested.ErrorHandler
-
Generate an acceptable error response for a mime type.
- generateAcceptableResponse(Request, Response, Callback, String, List, int, String, Throwable) - Method in class org.eclipse.jetty.ee10.servlet.ErrorHandler
- generateAcceptableResponse(Request, Response, Callback, String, List, int, String, Throwable) - Method in class org.eclipse.jetty.ee11.servlet.ErrorHandler
- generateAcceptableResponse(Request, Response, Callback, String, List, int, String, Throwable) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
- generateBoundary(String, int) - Static method in class org.eclipse.jetty.http.MultiPart
-
Generates a multipart boundary, made of the given optional prefix string and the given number of random characters.
- generateCacheControl(Response) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
- generateContent(ByteBufferPool.Accumulator, int, ByteBuffer, boolean, FCGI.FrameType) - Method in class org.eclipse.jetty.fcgi.generator.Generator
- generateData(RetainableByteBuffer.Mutable, int, ByteBuffer, boolean, int) - Method in class org.eclipse.jetty.http2.generator.DataGenerator
- generateGoAway(RetainableByteBuffer.Mutable, int, int, byte[]) - Method in class org.eclipse.jetty.http2.generator.GoAwayGenerator
- generateGreaseValue() - Static method in class org.eclipse.jetty.http3.Grease
- generateHeader(RetainableByteBuffer.Mutable, FrameType, int, int, int) - Method in class org.eclipse.jetty.http2.generator.FrameGenerator
- generateHeaders(RetainableByteBuffer.Mutable, int, MetaData, PriorityFrame, boolean) - Method in class org.eclipse.jetty.http2.generator.HeadersGenerator
- generatePing(RetainableByteBuffer.Mutable, byte[], boolean) - Method in class org.eclipse.jetty.http2.generator.PingGenerator
- generatePriority(RetainableByteBuffer.Mutable, int, int, int, boolean) - Method in class org.eclipse.jetty.http2.generator.PriorityGenerator
- generatePriorityBody(RetainableByteBuffer.Mutable, int, int, int, boolean) - Method in class org.eclipse.jetty.http2.generator.PriorityGenerator
- generatePushPromise(RetainableByteBuffer.Mutable, int, int, MetaData) - Method in class org.eclipse.jetty.http2.generator.PushPromiseGenerator
- generateQuickStartWebXml(WebAppContext, OutputStream) - Method in class org.eclipse.jetty.ee10.quickstart.QuickStartGeneratorConfiguration
-
Perform the generation of the xml file
- generateQuickStartWebXml(WebAppContext, OutputStream) - Method in class org.eclipse.jetty.ee11.quickstart.QuickStartGeneratorConfiguration
-
Perform the generation of the xml file
- generateQuickStartWebXml(WebAppContext, OutputStream) - Method in class org.eclipse.jetty.ee8.quickstart.QuickStartGeneratorConfiguration
-
Perform the generation of the xml file
- generateQuickStartWebXml(WebAppContext, OutputStream) - Method in class org.eclipse.jetty.ee9.quickstart.QuickStartGeneratorConfiguration
-
Perform the generation of the xml file
- generateRequest(MetaData.Request, ByteBuffer, ByteBuffer, ByteBuffer, boolean) - Method in class org.eclipse.jetty.http.HttpGenerator
- generateRequestContent(ByteBufferPool.Accumulator, int, ByteBuffer, boolean) - Method in class org.eclipse.jetty.fcgi.generator.ClientGenerator
- generateRequestHeaders(ByteBufferPool.Accumulator, int, HttpFields) - Method in class org.eclipse.jetty.fcgi.generator.ClientGenerator
- generateReset(RetainableByteBuffer.Mutable, int, int) - Method in class org.eclipse.jetty.http2.generator.ResetGenerator
- generateResponse(MetaData.Response, boolean, ByteBuffer, ByteBuffer, ByteBuffer, boolean) - Method in class org.eclipse.jetty.http.HttpGenerator
- generateResponse(Request, Response, int, String, Throwable, Callback) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
- generateResponse(Request, Response, int, String, Throwable, Callback) - Method in class org.eclipse.jetty.server.handler.ReHandlingErrorHandler
- generateResponseContent(ByteBufferPool.Accumulator, int, ByteBuffer, boolean, boolean) - Method in class org.eclipse.jetty.fcgi.generator.ServerGenerator
- generateResponseHeaders(ByteBufferPool.Accumulator, int, int, String, HttpFields) - Method in class org.eclipse.jetty.fcgi.generator.ServerGenerator
- generateSetCookie(String, Map) - Method in class org.eclipse.jetty.session.ManagedSession
- generateSettings(RetainableByteBuffer.Mutable, Map, boolean) - Method in class org.eclipse.jetty.http2.generator.SettingsGenerator
- generateTestKeystore(String, String) - Static method in class org.eclipse.jetty.keystore.KeystoreGenerator
- generateWindowUpdate(RetainableByteBuffer.Mutable, int, int) - Method in class org.eclipse.jetty.http2.generator.WindowUpdateGenerator
- Generator - Class in org.eclipse.jetty.fcgi.generator
- Generator - Class in org.eclipse.jetty.http2.generator
- Generator(ByteBufferPool) - Constructor for class org.eclipse.jetty.http2.generator.Generator
- Generator(ByteBufferPool, boolean) - Constructor for class org.eclipse.jetty.fcgi.generator.Generator
- Generator(ByteBufferPool, boolean, int) - Constructor for class org.eclipse.jetty.http2.generator.Generator
- Generator(ByteBufferPool, int) - Constructor for class org.eclipse.jetty.http2.generator.Generator
- get() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.encoders.EncodeFailedFuture
- get() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.encoders.EncodeFailedFuture
- get() - Method in class org.eclipse.jetty.ee8.nested.ContextHandler
- get() - Method in class org.eclipse.jetty.ee8.nested.Response.HttpFieldsSupplier
- get() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.encoders.EncodeFailedFuture
- get() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
- get() - Method in class org.eclipse.jetty.ee9.nested.Response.HttpFieldsSupplier
- get() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.encoders.EncodeFailedFuture
- get() - Method in interface org.eclipse.jetty.http.HttpFields
-
Supplies this instance, typically used to supply HTTP trailers.
- get() - Method in class org.eclipse.jetty.io.content.ContentSourceCompletableFuture
- get() - Method in class org.eclipse.jetty.io.Retainable.ReferenceCounter
- get() - Method in class org.eclipse.jetty.io.RetainableByteBuffer.DynamicCapacity
- get() - Method in interface org.eclipse.jetty.io.RetainableByteBuffer
-
Consumes and returns a byte from this RetainableByteBuffer
- get() - Method in class org.eclipse.jetty.util.compression.CompressionPool.Entry
- get() - Method in class org.eclipse.jetty.util.FutureCallback
- get() - Method in class org.eclipse.jetty.util.FuturePromise
- get(byte[], int, int) - Method in class org.eclipse.jetty.ee8.nested.HttpInput.Content
-
Read the wrapped byte buffer.
- get(byte[], int, int) - Method in class org.eclipse.jetty.ee8.nested.HttpInput.SpecialContent
- get(byte[], int, int) - Method in class org.eclipse.jetty.ee9.nested.HttpInput.Content
-
Read the wrapped byte buffer.
- get(byte[], int, int) - Method in class org.eclipse.jetty.ee9.nested.HttpInput.SpecialContent
- get(byte[], int, int) - Method in class org.eclipse.jetty.io.RetainableByteBuffer.DynamicCapacity
- get(byte[], int, int) - Method in interface org.eclipse.jetty.io.RetainableByteBuffer
-
Consumes and copies the bytes from this RetainableByteBuffer to the given byte array.
- get(byte[], int, int) - Method in class org.eclipse.jetty.io.RetainableByteBuffer.Wrapper
- get(int) - Method in class org.eclipse.jetty.ee10.webapp.Configurations
- get(int) - Method in class org.eclipse.jetty.ee11.webapp.Configurations
- get(int) - Static method in enum class org.eclipse.jetty.ee8.security.UserDataConstraint
- get(int) - Method in class org.eclipse.jetty.ee8.webapp.Configurations
- get(int) - Static method in enum class org.eclipse.jetty.ee9.security.UserDataConstraint
- get(int) - Method in class org.eclipse.jetty.ee9.webapp.Configurations
- get(int) - Method in class org.eclipse.jetty.http.MultiPartByteRanges.Parts
-
Returns the
MultiPart.Partat the given index, a number between0included and the value returned byMultiPartByteRanges.Parts.size()excluded. - get(int) - Method in class org.eclipse.jetty.http.MultiPartFormData.Parts
-
Returns the
MultiPart.Partat the given index, a number between0included and the value returned byMultiPartFormData.Parts.size()excluded. - get(int) - Method in class org.eclipse.jetty.http2.hpack.HpackContext
- get(int) - Method in class org.eclipse.jetty.server.CookieCache
- get(int) - Method in class org.eclipse.jetty.server.handler.ReHandlingErrorHandler.ByHttpStatus
- get(int) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
- get(int) - Method in class org.eclipse.jetty.xml.XmlParser.Node
-
Get the ith child node or content.
- get(long) - Method in class org.eclipse.jetty.io.RetainableByteBuffer.DynamicCapacity
- get(long) - Method in class org.eclipse.jetty.io.RetainableByteBuffer.FixedCapacity
- get(long) - Method in interface org.eclipse.jetty.io.RetainableByteBuffer
-
Returns a byte from this RetainableByteBuffer at a specific index
- get(long) - Method in class org.eclipse.jetty.io.RetainableByteBuffer.Wrapper
- get(long) - Static method in class org.eclipse.jetty.quic.api.frames.TransportParameters.Ids
-
Returns a
TransportParameters.Idwith the given id. - get(long, TimeUnit) - Method in class org.eclipse.jetty.client.InputStreamResponseListener
-
Waits for the given timeout for the response to be available, then returns it.
- get(long, TimeUnit) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.encoders.EncodeFailedFuture
- get(long, TimeUnit) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.encoders.EncodeFailedFuture
- get(long, TimeUnit) - Method in class org.eclipse.jetty.ee8.websocket.javax.common.encoders.EncodeFailedFuture
- get(long, TimeUnit) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.encoders.EncodeFailedFuture
- get(long, TimeUnit) - Method in class org.eclipse.jetty.io.content.ContentSourceCompletableFuture
- get(long, TimeUnit) - Method in class org.eclipse.jetty.util.FutureCallback
- get(long, TimeUnit) - Method in class org.eclipse.jetty.util.FuturePromise
- get(Class) - Method in class org.eclipse.jetty.ee10.webapp.Configurations
- get(Class) - Method in class org.eclipse.jetty.ee11.webapp.Configurations
- get(Class) - Method in class org.eclipse.jetty.ee8.webapp.Configurations
- get(Class) - Method in class org.eclipse.jetty.ee9.webapp.Configurations
- get(Object) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.PutListenerMap
- get(Object) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.PutListenerMap
- get(Object) - Method in class org.eclipse.jetty.ee8.websocket.javax.common.PutListenerMap
- get(Object) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.PutListenerMap
- get(Object) - Method in class org.eclipse.jetty.http.pathmap.PathMappings
- get(Object) - Method in class org.eclipse.jetty.util.HostMap
- get(Object, int) - Static method in class org.eclipse.jetty.util.LazyList
-
Get item from the list
- get(String) - Method in interface org.eclipse.jetty.http.HttpFields
-
Returns the encoded value of the first field with the given field name, or
nullif no such field is present. - get(String) - Method in class org.eclipse.jetty.http.HttpFields.ImmutableHttpFields
- get(String) - Method in class org.eclipse.jetty.http2.hpack.HpackContext
- get(String) - Method in class org.eclipse.jetty.session.AbstractSessionCache
-
Get a session object.
- get(String) - Method in interface org.eclipse.jetty.session.SessionCache
-
Get an existing Session.
- get(String) - Static method in interface org.eclipse.jetty.util.component.Environment
-
Gets the environment with the given name.
- get(String) - Method in class org.eclipse.jetty.util.Fields
- get(String) - Method in interface org.eclipse.jetty.util.Index
-
Get an exact match from a String key
- get(String) - Method in class org.eclipse.jetty.xml.XmlParser.Node
-
Get the first child node with the tag.
- get(String, int, int) - Method in interface org.eclipse.jetty.util.Index
-
Get an exact match from a String key
- get(ByteBuffer) - Method in interface org.eclipse.jetty.util.Index
-
Get an exact match from a segment of a ByteBuffer as key
- get(ByteBuffer, int, int) - Method in interface org.eclipse.jetty.util.Index
-
Get an exact match from a segment of a ByteBuffer as key
- get(CompletableFuture) - Static method in class org.eclipse.jetty.util.ExceptionUtil
-
Get from a
CompletableFutureand convert any uncheck exceptions toRuntimeException. - get(HttpField) - Method in class org.eclipse.jetty.http2.hpack.HpackContext
- get(HttpHeader) - Method in interface org.eclipse.jetty.http.HttpFields
-
Returns the encoded value of the first field with the given field name, or
nullif no such header is present. - get(HttpHeader) - Method in class org.eclipse.jetty.http.HttpFields.ImmutableHttpFields
- get(HttpHeader) - Method in class org.eclipse.jetty.http2.hpack.HpackContext
- get(PathSpec) - Method in class org.eclipse.jetty.http.pathmap.PathMappings
- get(PathSpec) - Method in class org.eclipse.jetty.security.SecurityHandler.PathMapped
- get(TransportParameters.Id) - Method in class org.eclipse.jetty.quic.api.frames.TransportParameters
- get(Context) - Static method in class org.eclipse.jetty.websocket.server.ServerWebSocketContainer
-
Returns the
ServerWebSocketContainerpresent as the context attribute under the name corresponding to the full qualified name of classWebSocketContainer. - get(Request) - Static method in class org.eclipse.jetty.server.FormFields
-
Deprecated, for removal: This API element is subject to removal in a future version.use
FormFields.getFields(Request)instead. - get(Request, Class, Function) - Static method in interface org.eclipse.jetty.server.Request
- get(Attributes) - Static method in class org.eclipse.jetty.http.MultiPartFormData
-
Deprecated, for removal: This API element is subject to removal in a future version.use
MultiPartFormData.getParts(Attributes)instead - GET - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
- GET(String) - Method in class org.eclipse.jetty.client.HttpClient
-
Performs a GET request to the specified URI.
- GET(URI) - Method in class org.eclipse.jetty.client.HttpClient
-
Performs a GET request to the specified URI.
- GET_AS_INT - Static variable in enum class org.eclipse.jetty.http.HttpMethod
- get_cwnd(MemorySegment) - Static method in class org.eclipse.jetty.quic.quiche.foreign.quiche_path_stats
- get_peer_initial_max_streams_bidi(MemorySegment) - Static method in class org.eclipse.jetty.quic.quiche.foreign.quiche_transport_params
- GET_VALUES - Enum constant in enum class org.eclipse.jetty.fcgi.FCGI.FrameType
- GET_VALUES_RESULT - Enum constant in enum class org.eclipse.jetty.fcgi.FCGI.FrameType
- getAbortCause() - Method in interface org.eclipse.jetty.client.Request
- getAbortCause() - Method in class org.eclipse.jetty.client.transport.HttpRequest
- getAcceptableWriter(Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee8.nested.ErrorHandler
-
Deprecated.
- getAcceptableWriter(Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.ee9.nested.ErrorHandler
-
Deprecated.
- getAcceptedIssuers() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.X509ExtendedTrustManagerWrapper
- getAcceptedReceiveBufferSize() - Method in class org.eclipse.jetty.server.ServerConnector
- getAcceptedReceiveBufferSize() - Method in class org.eclipse.jetty.unixdomain.server.UnixDomainServerConnector
- getAcceptedSendBufferSize() - Method in class org.eclipse.jetty.server.ServerConnector
- getAcceptedSendBufferSize() - Method in class org.eclipse.jetty.unixdomain.server.UnixDomainServerConnector
- getAcceptedSubProtocol() - Method in interface org.eclipse.jetty.ee8.websocket.api.UpgradeResponse
-
Get the accepted WebSocket protocol.
- getAcceptedSubProtocol() - Method in class org.eclipse.jetty.ee8.websocket.client.impl.DelegatedJettyClientUpgradeResponse
- getAcceptedSubProtocol() - Method in interface org.eclipse.jetty.ee9.websocket.api.UpgradeResponse
-
Get the accepted WebSocket protocol.
- getAcceptedSubProtocol() - Method in class org.eclipse.jetty.ee9.websocket.client.impl.DelegatedJettyClientUpgradeResponse
- getAcceptedSubProtocol() - Method in interface org.eclipse.jetty.websocket.api.UpgradeResponse
-
Get the accepted WebSocket protocol.
- getAcceptedSubProtocol() - Method in interface org.eclipse.jetty.websocket.core.server.ServerUpgradeResponse
- getAcceptedSubProtocol() - Method in interface org.eclipse.jetty.websocket.server.ServerUpgradeResponse
- getAcceptedTcpNoDelay() - Method in class org.eclipse.jetty.server.ServerConnector
- getAcceptEncodingField() - Method in class org.eclipse.jetty.client.ContentDecoder.Factories
- getAcceptorPriorityDelta() - Method in class org.eclipse.jetty.server.AbstractConnector
- getAcceptors() - Method in class org.eclipse.jetty.server.AbstractConnector
- getAcceptQueueSize() - Method in class org.eclipse.jetty.server.ServerConnector
- getAcceptQueueSize() - Method in class org.eclipse.jetty.unixdomain.server.UnixDomainServerConnector
- getAcceptRateLimit() - Method in class org.eclipse.jetty.server.AcceptRateLimit
- getAccess() - Method in class org.eclipse.jetty.annotations.AnnotationParser.ClassInfo
- getAccess() - Method in class org.eclipse.jetty.annotations.AnnotationParser.FieldInfo
- getAccess() - Method in class org.eclipse.jetty.annotations.AnnotationParser.MethodInfo
- getAccessed() - Method in class org.eclipse.jetty.session.SessionData
-
Get time session was accessed.
- getAccessor() - Method in class org.eclipse.jetty.ee11.servlet.SessionHandler.ServletSessionApi
- getAccessTimeColumn() - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
- getAckDelay() - Method in class org.eclipse.jetty.quic.api.frames.AckFrame
- getAckNumber() - Method in class org.eclipse.jetty.quic.api.frames.AckFrame
- getAcquireInstant() - Method in class org.eclipse.jetty.io.ArrayByteBufferPool.Tracking.TrackedBuffer
- getAcquireStack() - Method in class org.eclipse.jetty.io.ArrayByteBufferPool.Tracking.TrackedBuffer
- getActionComparator() - Method in class org.eclipse.jetty.deploy.DeploymentScanner
- getActiveConnectionCount() - Method in class org.eclipse.jetty.client.AbstractConnectionPool
- getActiveConnectionIdLimit() - Method in class org.eclipse.jetty.quic.quiche.QuicheConfig
- getActualValue(Number) - Method in interface org.eclipse.jetty.util.ajax.JSONPojoConvertor.NumberType
- getAddress() - Method in class org.eclipse.jetty.client.Origin
- getAddress() - Method in class org.eclipse.jetty.client.ProxyConfiguration.Proxy
- getAddress() - Method in class org.eclipse.jetty.http.spi.JettyHttpServer
- getAddress() - Method in class org.eclipse.jetty.jmx.ConnectorServer
-
Get the JMXServiceURL of this ConnectorServer.
- getAddresses() - Method in class org.eclipse.jetty.hazelcast.session.HazelcastSessionDataStoreFactory
- getAddressResolutionTimeout() - Method in class org.eclipse.jetty.client.HttpClient
- getAfters() - Method in class org.eclipse.jetty.ee10.webapp.FragmentDescriptor
- getAfters() - Method in class org.eclipse.jetty.ee11.webapp.FragmentDescriptor
- getAfters() - Method in class org.eclipse.jetty.ee8.webapp.FragmentDescriptor
- getAfters() - Method in class org.eclipse.jetty.ee9.webapp.FragmentDescriptor
- getAgent() - Method in interface org.eclipse.jetty.client.Request
- getAgent() - Method in class org.eclipse.jetty.client.transport.HttpRequest
- getAggregationSize() - Method in class org.eclipse.jetty.io.RetainableByteBuffer.DynamicCapacity
- getAlgorithm() - Method in class org.eclipse.jetty.ee8.security.authentication.DigestAuthenticator
- getAlgorithm() - Method in class org.eclipse.jetty.ee9.security.authentication.DigestAuthenticator
- getAlgorithm() - Method in class org.eclipse.jetty.security.authentication.DigestAuthenticator
- getAlias() - Method in class org.eclipse.jetty.util.ssl.X509
- getAliasChecks() - Method in class org.eclipse.jetty.ee8.nested.ContextHandler
- getAliasChecks() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
- getAliasChecks() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getAliases() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- getAliasMapper() - Method in class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager
- getAll() - Static method in interface org.eclipse.jetty.util.component.Environment
-
Gets all existing environments.
- getAll(String) - Method in class org.eclipse.jetty.http.MultiPartFormData.Parts
-
Returns all the
MultiPart.Parts with the given name. - getAllAttributeNames() - Method in class org.eclipse.jetty.nosql.NoSqlSessionDataStore.NoSqlSessionData
- getAllAttributes() - Method in class org.eclipse.jetty.session.SessionData
- getAllContainerJars(WebAppContext) - Method in class org.eclipse.jetty.ee10.webapp.MetaInfConfiguration
- getAllContainerJars(WebAppContext) - Method in class org.eclipse.jetty.ee11.webapp.MetaInfConfiguration
- getAllContainerJars(WebAppContext) - Method in class org.eclipse.jetty.ee8.webapp.MetaInfConfiguration
- getAllContainerJars(WebAppContext) - Method in class org.eclipse.jetty.ee9.webapp.MetaInfConfiguration
- getAllowed() - Method in interface org.eclipse.jetty.http.ComplianceViolation.Mode
- getAllowed() - Method in class org.eclipse.jetty.http.CookieCompliance
- getAllowed() - Method in class org.eclipse.jetty.http.HttpCompliance
- getAllowed() - Method in class org.eclipse.jetty.http.MultiPartCompliance
- getAllowed() - Method in class org.eclipse.jetty.http.UriCompliance
-
Get the set of
UriCompliance.Violations allowed by this compliance mode. - getAllowedHeaders() - Method in class org.eclipse.jetty.server.handler.CrossOriginHandler
- getAllowedMethods() - Method in class org.eclipse.jetty.server.handler.CrossOriginHandler
- getAllowedOriginPatterns() - Method in class org.eclipse.jetty.server.handler.CrossOriginHandler
- getAllowedTimingOriginPatterns() - Method in class org.eclipse.jetty.server.handler.CrossOriginHandler
- getAllowNullPathInContext() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getAllowNullPathInfo() - Method in class org.eclipse.jetty.ee8.nested.ContextHandler
- getAllowNullPathInfo() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
- getAllResources() - Method in class org.eclipse.jetty.util.resource.MemoryResource
- getAllResources() - Method in class org.eclipse.jetty.util.resource.Resource
-
Get a deep collection of contained resources.
- getAlterTableForMaxIntervalAsString() - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
- getAlwaysSaveUri() - Method in class org.eclipse.jetty.ee8.security.authentication.FormAuthenticator
- getAlwaysSaveUri() - Method in class org.eclipse.jetty.ee9.security.authentication.FormAuthenticator
- getAlwaysSaveUri() - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator
- getAndEnter(String, boolean) - Method in class org.eclipse.jetty.session.AbstractSessionCache
-
Get a session object.
- getAndSetHi(int) - Method in class org.eclipse.jetty.util.AtomicBiInteger
-
Atomically sets the hi value without changing the lo value.
- getAndSetLo(int) - Method in class org.eclipse.jetty.util.AtomicBiInteger
-
Atomically sets the lo value without changing the hi value.
- getApi() - Method in interface org.eclipse.jetty.server.Session
- getApi() - Method in class org.eclipse.jetty.session.ManagedSession
-
A
ManagedSessionmay have an API wrapper (e.g. - getApiCookies(Class, Function) - Method in class org.eclipse.jetty.server.CookieCache
- getApiCookies(Request, Class, Function) - Static method in class org.eclipse.jetty.server.CookieCache
-
Get the API specific cookies for a request.
- getAppContext() - Method in class org.eclipse.jetty.ee10.security.jaspi.SimpleAuthConfig
-
Deprecated.
- getAppContext() - Method in class org.eclipse.jetty.ee11.security.jaspi.SimpleAuthConfig
-
Deprecated.
- getAppContext() - Method in class org.eclipse.jetty.ee8.security.jaspi.SimpleAuthConfig
-
Deprecated.
- getAppContext() - Method in class org.eclipse.jetty.ee9.security.jaspi.SimpleAuthConfig
-
Deprecated.
- getAppender() - Method in class org.eclipse.jetty.logging.JettyLogger
- getApplicableMimeType() - Method in interface org.eclipse.jetty.server.handler.EagerContentHandler.ContentLoaderFactory
- getApplicableMimeType() - Method in class org.eclipse.jetty.server.handler.EagerContentHandler.FormContentLoaderFactory
- getApplicableMimeType() - Method in class org.eclipse.jetty.server.handler.EagerContentHandler.MultiPartContentLoaderFactory
- getApplicableMimeType() - Method in class org.eclipse.jetty.server.handler.EagerContentHandler.RetainedContentLoaderFactory
- getApplicationContentLength() - Method in class org.eclipse.jetty.ee10.servlet.HttpOutput
-
Get the content-length as set by the application.
- getApplicationContentLength() - Method in class org.eclipse.jetty.ee11.servlet.HttpOutput
-
Get the content-length as set by the application.
- getApplicationData() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketPongMessage
- getApplicationData() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketPongMessage
- getApplicationData() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketPongMessage
- getApplicationData() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketPongMessage
- getApplicationErrorCode() - Method in class org.eclipse.jetty.quic.api.frames.ResetFrame
- getApplicationErrorCode() - Method in class org.eclipse.jetty.quic.api.frames.StopSendingFrame
- getApplicationMethodHandleLookup(Class) - Static method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketFrameHandlerFactory
-
Gives a
MethodHandles.Lookupinstance to be used to find public methods in application classes. - getApplicationMethodHandleLookup(Class) - Static method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketFrameHandlerFactory
-
Gives a
MethodHandles.Lookupinstance to be used to find public methods in application classes. - getApplicationMethodHandleLookup(Class) - Static method in class org.eclipse.jetty.ee8.websocket.common.JettyWebSocketFrameHandlerFactory
-
Gives a
MethodHandles.Lookupinstance to be used to find public methods in application classes. - getApplicationMethodHandleLookup(Class) - Static method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketFrameHandlerFactory
-
Gives a
MethodHandles.Lookupinstance to be used to find public methods in application classes. - getApplicationMethodHandleLookup(Class) - Static method in class org.eclipse.jetty.ee9.websocket.common.JettyWebSocketFrameHandlerFactory
-
Gives a
MethodHandles.Lookupinstance to be used to find public methods in application classes. - getApplicationMethodHandleLookup(Class) - Static method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketFrameHandlerFactory
-
Gives a
MethodHandles.Lookupinstance to be used to find public methods in application classes. - getApplicationMethodHandleLookup(Class) - Static method in class org.eclipse.jetty.websocket.common.JettyWebSocketFrameHandlerFactory
-
Gives a
MethodHandles.Lookupinstance to be used to find public methods in application classes. - getApplicationProtocols() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
- getApplicationProtocols() - Method in class org.eclipse.jetty.http3.client.HTTP3Client
- getApplicationProtos() - Method in class org.eclipse.jetty.quic.quiche.QuicheConfig
- getArrayConverter() - Method in class org.eclipse.jetty.util.ajax.AsyncJSON.Factory
- getArrayConverter() - Method in class org.eclipse.jetty.util.ajax.JSON
- getAssociatedInfo() - Static method in class org.eclipse.jetty.util.DecoratedObjectFactory
- getAssociation() - Method in class org.eclipse.jetty.ee8.security.authentication.DeferredAuthentication
- getAssociation() - Method in class org.eclipse.jetty.ee9.security.authentication.DeferredAuthentication
- getAssociation() - Method in class org.eclipse.jetty.security.authentication.LoginAuthenticator.LoggedOutAuthentication
- getAssociation() - Method in interface org.eclipse.jetty.security.AuthenticationState.Deferred
- getAssumedCharset(String) - Method in class org.eclipse.jetty.http.MimeTypes
- getAssumedCharsetName(String) - Method in class org.eclipse.jetty.http.MimeTypes
- getAsXHTML(Resource, String, boolean, String) - Static method in class org.eclipse.jetty.server.ResourceListing
-
Convert the Resource directory into an XHTML directory listing.
- getAsyncContext() - Method in class org.eclipse.jetty.ee10.servlet.AsyncContextEvent
- getAsyncContext() - Method in class org.eclipse.jetty.ee10.servlet.ServletApiRequest
- getAsyncContext() - Method in class org.eclipse.jetty.ee11.servlet.AsyncContextEvent
- getAsyncContext() - Method in class org.eclipse.jetty.ee11.servlet.ServletApiRequest
- getAsyncContext() - Method in class org.eclipse.jetty.ee8.nested.AsyncContextEvent
- getAsyncContext() - Method in class org.eclipse.jetty.ee8.nested.Request
- getAsyncContext() - Method in class org.eclipse.jetty.ee9.nested.AsyncContextEvent
- getAsyncContext() - Method in class org.eclipse.jetty.ee9.nested.Request
- getAsyncContextEvent() - Method in class org.eclipse.jetty.ee10.servlet.ServletChannelState
- getAsyncContextEvent() - Method in class org.eclipse.jetty.ee11.servlet.ServletChannelState
- getAsyncContextEvent() - Method in class org.eclipse.jetty.ee8.nested.HttpChannelState
- getAsyncContextEvent() - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
- getAsyncRemote() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketSession
- getAsyncRemote() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketSession
- getAsyncRemote() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketSession
- getAsyncRemote() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketSession
- getAttachment() - Method in class org.eclipse.jetty.client.transport.HttpConnection
- getAttachment() - Method in class org.eclipse.jetty.http2.HTTP2Stream
- getAttachment() - Method in class org.eclipse.jetty.http3.HTTP3Stream
- getAttachment() - Method in interface org.eclipse.jetty.util.Attachable
- getAttribute(String) - Method in class org.eclipse.jetty.ee10.servlet.ServletApiRequest
- getAttribute(String) - Method in class org.eclipse.jetty.ee10.servlet.ServletChannelState
- getAttribute(String) - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler.ServletContextApi
- getAttribute(String) - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler.ServletScopedContext
- getAttribute(String) - Method in class org.eclipse.jetty.ee10.servlet.ServletContextRequest
- getAttribute(String) - Method in class org.eclipse.jetty.ee10.servlet.ServletCoreRequest
- getAttribute(String) - Method in class org.eclipse.jetty.ee10.servlet.ServletCoreRequest.ServletAttributes
- getAttribute(String) - Method in class org.eclipse.jetty.ee10.servlet.ServletTester
- getAttribute(String) - Method in class org.eclipse.jetty.ee10.servlet.SessionHandler.CookieConfig
- getAttribute(String) - Method in class org.eclipse.jetty.ee10.servlet.SessionHandler.ServletSessionApi
- getAttribute(String) - Method in class org.eclipse.jetty.ee11.servlet.ServletApiRequest
- getAttribute(String) - Method in class org.eclipse.jetty.ee11.servlet.ServletChannelState
- getAttribute(String) - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler.ServletContextApi
- getAttribute(String) - Method in class org.eclipse.jetty.ee11.servlet.ServletContextRequest
- getAttribute(String) - Method in class org.eclipse.jetty.ee11.servlet.ServletCoreRequest
- getAttribute(String) - Method in class org.eclipse.jetty.ee11.servlet.ServletCoreRequest.ServletAttributes
- getAttribute(String) - Method in class org.eclipse.jetty.ee11.servlet.ServletTester
- getAttribute(String) - Method in class org.eclipse.jetty.ee11.servlet.SessionHandler.CookieConfig
- getAttribute(String) - Method in class org.eclipse.jetty.ee11.servlet.SessionHandler.ServletSessionApi
- getAttribute(String) - Method in class org.eclipse.jetty.ee8.nested.ContextHandler.APIContext
- getAttribute(String) - Method in class org.eclipse.jetty.ee8.nested.ContextHandler.CoreContextRequest
- getAttribute(String) - Method in class org.eclipse.jetty.ee8.nested.ContextHandler
- getAttribute(String) - Method in class org.eclipse.jetty.ee8.nested.HttpChannelState
- getAttribute(String) - Method in class org.eclipse.jetty.ee8.nested.Request
-
Get Request Attribute.
- getAttribute(String) - Method in class org.eclipse.jetty.ee8.nested.ServletCoreRequest
- getAttribute(String) - Method in class org.eclipse.jetty.ee8.nested.ServletCoreRequest.ServletAttributes
- getAttribute(String) - Method in class org.eclipse.jetty.ee8.nested.SessionHandler.ServletSessionApi
- getAttribute(String) - Method in class org.eclipse.jetty.ee8.servlet.ServletTester
- getAttribute(String) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
- getAttribute(String) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.CoreContextRequest
- getAttribute(String) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
- getAttribute(String) - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
- getAttribute(String) - Method in class org.eclipse.jetty.ee9.nested.Request
-
Get Request Attribute.
- getAttribute(String) - Method in class org.eclipse.jetty.ee9.nested.ServletCoreRequest
- getAttribute(String) - Method in class org.eclipse.jetty.ee9.nested.ServletCoreRequest.ServletAttributes
- getAttribute(String) - Method in class org.eclipse.jetty.ee9.nested.SessionHandler.ServletSessionApi
- getAttribute(String) - Method in class org.eclipse.jetty.ee9.servlet.ServletTester
- getAttribute(String) - Method in class org.eclipse.jetty.http.spi.JettyHttpExchange
- getAttribute(String) - Method in class org.eclipse.jetty.http.spi.JettyHttpExchangeDelegate
- getAttribute(String) - Method in class org.eclipse.jetty.http.spi.JettyHttpsExchange
- getAttribute(String) - Method in interface org.eclipse.jetty.http2.api.Stream
- getAttribute(String) - Method in class org.eclipse.jetty.http2.HTTP2Stream
- getAttribute(String) - Method in class org.eclipse.jetty.jmx.ObjectMBean
- getAttribute(String) - Method in class org.eclipse.jetty.logging.JettyLoggerFactory
- getAttribute(String) - Method in class org.eclipse.jetty.server.Context.Wrapper
- getAttribute(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getAttribute(String) - Method in class org.eclipse.jetty.server.handler.PathMappingsHandler.PathSpecRequest
- getAttribute(String) - Method in class org.eclipse.jetty.server.Request.AttributesWrapper
- getAttribute(String) - Method in class org.eclipse.jetty.server.Request.Wrapper
- getAttribute(String) - Method in class org.eclipse.jetty.server.Server
- getAttribute(String) - Method in record class org.eclipse.jetty.session.AbstractSessionManager.RequestedSession
-
Get attributes asssociated with this requested session: `org.eclipse.jetty.session.RequestedSession` this instance. `org.eclipse.jetty.session.RequestedSession.session` the
AbstractSessionManager.RequestedSession.session(). `org.eclipse.jetty.session.RequestedSession.sessionId` theAbstractSessionManager.RequestedSession.sessionId(). `org.eclipse.jetty.session.RequestedSession.sessionIdFrom` theAbstractSessionManager.RequestedSession.sessionIdFrom(). - getAttribute(String) - Method in class org.eclipse.jetty.session.ManagedSession
- getAttribute(String) - Method in class org.eclipse.jetty.session.SessionData
- getAttribute(String) - Method in class org.eclipse.jetty.session.SessionHandler.SessionRequest
- getAttribute(String) - Method in interface org.eclipse.jetty.util.Attributes
-
Get an attribute by name.
- getAttribute(String) - Method in class org.eclipse.jetty.util.Attributes.Layer
- getAttribute(String) - Method in class org.eclipse.jetty.util.Attributes.Lazy
- getAttribute(String) - Method in class org.eclipse.jetty.util.Attributes.Mapped
- getAttribute(String) - Method in class org.eclipse.jetty.util.Attributes.Synthetic
- getAttribute(String) - Method in class org.eclipse.jetty.util.Attributes.Wrapper
- getAttribute(String) - Method in class org.eclipse.jetty.util.AttributesMap
-
Deprecated.
- getAttribute(String) - Method in class org.eclipse.jetty.util.component.AttributeContainerMap
- getAttribute(String) - Method in class org.eclipse.jetty.xml.XmlParser.Node
-
Get an element attribute.
- getAttribute(String, String) - Method in class org.eclipse.jetty.xml.XmlParser.Node
-
Get an element attribute.
- getAttributeEntrySet() - Method in class org.eclipse.jetty.util.AttributesMap
-
Deprecated.
- getAttributeName() - Method in class org.eclipse.jetty.ee10.servlet.DecoratingListener
- getAttributeName() - Method in class org.eclipse.jetty.ee11.servlet.DecoratingListener
- getAttributeName() - Method in class org.eclipse.jetty.ee8.servlet.DecoratingListener
- getAttributeName() - Method in class org.eclipse.jetty.ee9.servlet.DecoratingListener
- getAttributeNames() - Method in class org.eclipse.jetty.ee10.servlet.ServletApiRequest
- getAttributeNames() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler.ServletContextApi
- getAttributeNames() - Method in class org.eclipse.jetty.ee10.servlet.ServletTester
- getAttributeNames() - Method in class org.eclipse.jetty.ee10.servlet.SessionHandler.ServletSessionApi
- getAttributeNames() - Method in class org.eclipse.jetty.ee11.servlet.ServletApiRequest
- getAttributeNames() - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler.ServletContextApi
- getAttributeNames() - Method in class org.eclipse.jetty.ee11.servlet.ServletTester
- getAttributeNames() - Method in class org.eclipse.jetty.ee11.servlet.SessionHandler.ServletSessionApi
- getAttributeNames() - Method in class org.eclipse.jetty.ee8.nested.ContextHandler.APIContext
- getAttributeNames() - Method in class org.eclipse.jetty.ee8.nested.ContextHandler
- getAttributeNames() - Method in class org.eclipse.jetty.ee8.nested.Request
- getAttributeNames() - Method in class org.eclipse.jetty.ee8.nested.SessionHandler.ServletSessionApi
- getAttributeNames() - Method in class org.eclipse.jetty.ee8.servlet.ServletTester
- getAttributeNames() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
- getAttributeNames() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
- getAttributeNames() - Method in class org.eclipse.jetty.ee9.nested.Request
- getAttributeNames() - Method in class org.eclipse.jetty.ee9.nested.SessionHandler.ServletSessionApi
- getAttributeNames() - Method in class org.eclipse.jetty.ee9.servlet.ServletTester
- getAttributeNamesCopy(Attributes) - Static method in class org.eclipse.jetty.util.AttributesMap
-
Deprecated.
- getAttributeNameSet() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler.ServletScopedContext
- getAttributeNameSet() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextRequest
- getAttributeNameSet() - Method in class org.eclipse.jetty.ee10.servlet.ServletCoreRequest
- getAttributeNameSet() - Method in class org.eclipse.jetty.ee10.servlet.ServletCoreRequest.ServletAttributes
- getAttributeNameSet() - Method in class org.eclipse.jetty.ee11.servlet.ServletContextRequest
- getAttributeNameSet() - Method in class org.eclipse.jetty.ee11.servlet.ServletCoreRequest
- getAttributeNameSet() - Method in class org.eclipse.jetty.ee11.servlet.ServletCoreRequest.ServletAttributes
- getAttributeNameSet() - Method in class org.eclipse.jetty.ee8.nested.ContextHandler.CoreContextHandler
- getAttributeNameSet() - Method in class org.eclipse.jetty.ee8.nested.ContextHandler
- getAttributeNameSet() - Method in class org.eclipse.jetty.ee8.nested.ServletCoreRequest
- getAttributeNameSet() - Method in class org.eclipse.jetty.ee8.nested.ServletCoreRequest.ServletAttributes
- getAttributeNameSet() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.CoreContextHandler
- getAttributeNameSet() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
- getAttributeNameSet() - Method in class org.eclipse.jetty.ee9.nested.ServletCoreRequest
- getAttributeNameSet() - Method in class org.eclipse.jetty.ee9.nested.ServletCoreRequest.ServletAttributes
- getAttributeNameSet() - Method in class org.eclipse.jetty.server.Context.Wrapper
- getAttributeNameSet() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getAttributeNameSet() - Method in class org.eclipse.jetty.server.handler.PathMappingsHandler.PathSpecRequest
- getAttributeNameSet() - Method in class org.eclipse.jetty.server.Request.AttributesWrapper
- getAttributeNameSet() - Method in class org.eclipse.jetty.server.Request.Wrapper
- getAttributeNameSet() - Method in class org.eclipse.jetty.server.Server
- getAttributeNameSet() - Method in class org.eclipse.jetty.session.ManagedSession
- getAttributeNameSet() - Method in interface org.eclipse.jetty.util.Attributes
-
Get the immutable set of attribute names.
- getAttributeNameSet() - Method in class org.eclipse.jetty.util.Attributes.Layer
- getAttributeNameSet() - Method in class org.eclipse.jetty.util.Attributes.Lazy
- getAttributeNameSet() - Method in class org.eclipse.jetty.util.Attributes.Mapped
- getAttributeNameSet() - Method in class org.eclipse.jetty.util.Attributes.Synthetic
- getAttributeNameSet() - Method in class org.eclipse.jetty.util.Attributes.Wrapper
- getAttributeNameSet() - Method in class org.eclipse.jetty.util.AttributesMap
-
Deprecated.
- getAttributeNameSet() - Method in class org.eclipse.jetty.util.component.AttributeContainerMap
- getAttributeNameSetCopy(Attributes) - Static method in class org.eclipse.jetty.util.AttributesMap
-
Deprecated.
- getAttributes() - Method in interface org.eclipse.jetty.client.Request
- getAttributes() - Method in class org.eclipse.jetty.client.transport.HttpRequest
- getAttributes() - Method in class org.eclipse.jetty.ee10.servlet.ServletTester
- getAttributes() - Method in class org.eclipse.jetty.ee10.servlet.SessionHandler.CookieConfig
-
According to the SessionCookieConfig javadoc, the attributes must also include all values set by explicit setters.
- getAttributes() - Method in class org.eclipse.jetty.ee11.servlet.ServletTester
- getAttributes() - Method in class org.eclipse.jetty.ee11.servlet.SessionHandler.CookieConfig
-
According to the SessionCookieConfig javadoc, the attributes must also include all values set by explicit setters.
- getAttributes() - Method in class org.eclipse.jetty.ee8.nested.ContextHandler
- getAttributes() - Method in class org.eclipse.jetty.ee8.nested.Request
- getAttributes() - Method in class org.eclipse.jetty.ee8.nested.Response.HttpCookieFacade
- getAttributes() - Method in class org.eclipse.jetty.ee8.servlet.ServletTester
- getAttributes() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
- getAttributes() - Method in class org.eclipse.jetty.ee9.nested.Request
- getAttributes() - Method in class org.eclipse.jetty.ee9.nested.Response.HttpCookieFacade
- getAttributes() - Method in class org.eclipse.jetty.ee9.servlet.ServletTester
- getAttributes() - Method in interface org.eclipse.jetty.http.HttpCookie
- getAttributes() - Method in class org.eclipse.jetty.http.HttpCookie.Immutable
- getAttributes() - Method in class org.eclipse.jetty.http.HttpCookie.JavaNetHttpCookie
- getAttributes() - Method in class org.eclipse.jetty.http.HttpCookie.Wrapper
- getAttributes() - Method in class org.eclipse.jetty.http.spi.JettyHttpContext
- getAttributes() - Method in class org.eclipse.jetty.osgi.AbstractContextProvider
- getAttributes() - Method in class org.eclipse.jetty.osgi.BundleMetadata
- getAttributes() - Method in class org.eclipse.jetty.xml.XmlParser.Node
-
Get an array of element attributes.
- getAttributes(String[]) - Method in class org.eclipse.jetty.jmx.ObjectMBean
- getAttributes(String[]) - Method in class org.eclipse.jetty.logging.JettyLoggerFactory
- getAttributeValue() - Method in enum class org.eclipse.jetty.http.HttpCookie.SameSite
- getAuthContext(String, Subject, Map) - Method in class org.eclipse.jetty.ee10.security.jaspi.SimpleAuthConfig
-
Deprecated.
- getAuthContext(String, Subject, Map) - Method in class org.eclipse.jetty.ee11.security.jaspi.SimpleAuthConfig
-
Deprecated.
- getAuthContext(String, Subject, Map) - Method in class org.eclipse.jetty.ee8.security.jaspi.SimpleAuthConfig
-
Deprecated.
- getAuthContext(String, Subject, Map) - Method in class org.eclipse.jetty.ee9.security.jaspi.SimpleAuthConfig
-
Deprecated.
- getAuthContextID(MessageInfo) - Method in class org.eclipse.jetty.ee10.security.jaspi.SimpleAuthConfig
-
Deprecated.
- getAuthContextID(MessageInfo) - Method in class org.eclipse.jetty.ee11.security.jaspi.SimpleAuthConfig
-
Deprecated.
- getAuthContextID(MessageInfo) - Method in class org.eclipse.jetty.ee9.security.jaspi.SimpleAuthConfig
-
Deprecated.
- getAuthContextID(MessageInfo) - Method in class org.eclipse.jetty.ee8.security.jaspi.SimpleAuthConfig
-
Deprecated.
- getAuthEndpoint() - Method in class org.eclipse.jetty.security.openid.OpenIdConfiguration
-
Deprecated, for removal: This API element is subject to removal in a future version.use
OpenIdConfiguration.getAuthorizationEndpoint()instead. - getAuthenticate() - Method in class org.eclipse.jetty.ee8.nested.ServletConstraint
- getAuthenticate() - Method in class org.eclipse.jetty.ee9.nested.ServletConstraint
- getAuthenticateHeader() - Method in class org.eclipse.jetty.client.AuthenticationProtocolHandler
- getAuthenticateHeader() - Method in class org.eclipse.jetty.client.ProxyAuthenticationProtocolHandler
- getAuthenticateHeader() - Method in class org.eclipse.jetty.client.WWWAuthenticationProtocolHandler
- getAuthentication() - Method in class org.eclipse.jetty.ee10.servlet.ServletApiRequest
-
Deprecated, for removal: This API element is subject to removal in a future version.use
ServletApiRequest.getAuthenticationState()instead. - getAuthentication() - Method in class org.eclipse.jetty.ee11.servlet.ServletApiRequest
- getAuthentication() - Method in class org.eclipse.jetty.ee8.nested.Request
-
Get the authentication.
- getAuthentication() - Method in class org.eclipse.jetty.ee9.nested.Request
-
Get the authentication.
- getAuthenticationAttribute() - Method in class org.eclipse.jetty.client.AuthenticationProtocolHandler
- getAuthenticationAttribute() - Method in class org.eclipse.jetty.client.ProxyAuthenticationProtocolHandler
- getAuthenticationAttribute() - Method in class org.eclipse.jetty.client.WWWAuthenticationProtocolHandler
- getAuthenticationDuration() - Method in class org.eclipse.jetty.ee8.security.authentication.ConfigurableSpnegoAuthenticator
-
Get the authentication duration.
- getAuthenticationDuration() - Method in class org.eclipse.jetty.ee9.security.authentication.ConfigurableSpnegoAuthenticator
-
Get the authentication duration.
- getAuthenticationDuration() - Method in class org.eclipse.jetty.security.authentication.SPNEGOAuthenticator
-
Get the authentication duration.
- getAuthenticationMethod() - Method in class org.eclipse.jetty.security.openid.OpenIdConfiguration
- getAuthenticationState() - Method in class org.eclipse.jetty.ee10.servlet.ServletApiRequest
- getAuthenticationState(Request) - Static method in interface org.eclipse.jetty.security.AuthenticationState
-
Get the authentication state of a request.
- getAuthenticationState(Request) - Static method in interface org.eclipse.jetty.server.Request
- getAuthenticationStore() - Method in class org.eclipse.jetty.client.HttpClient
-
Get the authentication store associated with this instance.
- getAuthenticationType() - Method in class org.eclipse.jetty.ee10.security.jaspi.JaspiAuthenticator
- getAuthenticationType() - Method in class org.eclipse.jetty.ee11.security.jaspi.JaspiAuthenticator
- getAuthenticationType() - Method in class org.eclipse.jetty.security.authentication.BasicAuthenticator
- getAuthenticationType() - Method in class org.eclipse.jetty.security.authentication.DigestAuthenticator
- getAuthenticationType() - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator
- getAuthenticationType() - Method in class org.eclipse.jetty.security.authentication.LoginAuthenticator.UserAuthenticationSucceeded
- getAuthenticationType() - Method in class org.eclipse.jetty.security.authentication.SPNEGOAuthenticator
- getAuthenticationType() - Method in class org.eclipse.jetty.security.authentication.SslClientCertAuthenticator
- getAuthenticationType() - Method in interface org.eclipse.jetty.security.AuthenticationState.Succeeded
- getAuthenticationType() - Method in interface org.eclipse.jetty.security.Authenticator.Configuration
- getAuthenticationType() - Method in class org.eclipse.jetty.security.Authenticator.Configuration.Wrapper
- getAuthenticationType() - Method in interface org.eclipse.jetty.security.Authenticator
- getAuthenticationType() - Method in class org.eclipse.jetty.security.Authenticator.NoOp
- getAuthenticationType() - Method in class org.eclipse.jetty.security.MultiAuthenticator
- getAuthenticationType() - Method in class org.eclipse.jetty.security.openid.OpenIdAuthenticator
- getAuthenticationType() - Method in class org.eclipse.jetty.security.SecurityHandler
- getAuthenticationType() - Method in class org.eclipse.jetty.security.siwe.EthereumAuthenticator
- getAuthenticationURI(Request) - Method in class org.eclipse.jetty.client.AuthenticationProtocolHandler
- getAuthenticationURI(Request) - Method in class org.eclipse.jetty.client.ProxyAuthenticationProtocolHandler
- getAuthenticationURI(Request) - Method in class org.eclipse.jetty.client.WWWAuthenticationProtocolHandler
- getAuthenticator() - Method in class org.eclipse.jetty.ee8.security.SecurityHandler
- getAuthenticator() - Method in class org.eclipse.jetty.ee9.security.SecurityHandler
- getAuthenticator() - Method in class org.eclipse.jetty.http.spi.JettyHttpContext
- getAuthenticator() - Method in class org.eclipse.jetty.security.SecurityHandler
- getAuthenticator(Server, ServletContext, Authenticator.AuthConfiguration, IdentityService, LoginService) - Method in interface org.eclipse.jetty.ee9.security.Authenticator.Factory
- getAuthenticator(Server, ServletContext, Authenticator.AuthConfiguration, IdentityService, LoginService) - Method in class org.eclipse.jetty.ee9.security.DefaultAuthenticatorFactory
- getAuthenticator(Server, ServletContext, Authenticator.AuthConfiguration, IdentityService, LoginService) - Method in class org.eclipse.jetty.ee9.security.jaspi.JaspiAuthenticatorFactory
- getAuthenticator(Server, ServletContext, Authenticator.AuthConfiguration, IdentityService, LoginService) - Method in class org.eclipse.jetty.ee9.security.openid.OpenIdAuthenticatorFactory
- getAuthenticator(Server, ServletContext, Authenticator.AuthConfiguration, IdentityService, LoginService) - Method in interface org.eclipse.jetty.ee8.security.Authenticator.Factory
- getAuthenticator(Server, ServletContext, Authenticator.AuthConfiguration, IdentityService, LoginService) - Method in class org.eclipse.jetty.ee8.security.DefaultAuthenticatorFactory
- getAuthenticator(Server, ServletContext, Authenticator.AuthConfiguration, IdentityService, LoginService) - Method in class org.eclipse.jetty.ee8.security.jaspi.JaspiAuthenticatorFactory
- getAuthenticator(Server, ServletContext, Authenticator.AuthConfiguration, IdentityService, LoginService) - Method in class org.eclipse.jetty.ee8.security.openid.OpenIdAuthenticatorFactory
- getAuthenticator(Server, Context, Authenticator.Configuration) - Method in class org.eclipse.jetty.ee10.security.jaspi.JaspiAuthenticatorFactory
- getAuthenticator(Server, Context, Authenticator.Configuration) - Method in class org.eclipse.jetty.ee11.security.jaspi.JaspiAuthenticatorFactory
- getAuthenticator(Server, Context, Authenticator.Configuration) - Method in interface org.eclipse.jetty.security.Authenticator.Factory
- getAuthenticator(Server, Context, Authenticator.Configuration) - Method in class org.eclipse.jetty.security.DefaultAuthenticatorFactory
- getAuthenticator(Server, Context, Authenticator.Configuration) - Method in class org.eclipse.jetty.security.openid.OpenIdAuthenticatorFactory
- getAuthenticator(Server, Context, Authenticator.Configuration) - Method in class org.eclipse.jetty.security.siwe.EthereumAuthenticatorFactory
- getAuthenticatorFactory() - Method in class org.eclipse.jetty.ee8.security.SecurityHandler
- getAuthenticatorFactory() - Method in class org.eclipse.jetty.ee9.security.SecurityHandler
- getAuthenticatorFactory() - Method in class org.eclipse.jetty.security.SecurityHandler
- getAuthMethod() - Method in interface org.eclipse.jetty.ee8.nested.Authentication.User
- getAuthMethod() - Method in class org.eclipse.jetty.ee8.security.AbstractUserAuthentication
- getAuthMethod() - Method in class org.eclipse.jetty.ee8.security.authentication.BasicAuthenticator
- getAuthMethod() - Method in class org.eclipse.jetty.ee8.security.authentication.ConfigurableSpnegoAuthenticator
- getAuthMethod() - Method in class org.eclipse.jetty.ee8.security.authentication.DigestAuthenticator
- getAuthMethod() - Method in class org.eclipse.jetty.ee8.security.authentication.FormAuthenticator
- getAuthMethod() - Method in class org.eclipse.jetty.ee8.security.authentication.SslClientCertAuthenticator
- getAuthMethod() - Method in interface org.eclipse.jetty.ee8.security.Authenticator.AuthConfiguration
- getAuthMethod() - Method in interface org.eclipse.jetty.ee8.security.Authenticator
- getAuthMethod() - Method in class org.eclipse.jetty.ee8.security.jaspi.JaspiAuthenticator
- getAuthMethod() - Method in class org.eclipse.jetty.ee8.security.jaspi.JaspiMessageInfo
- getAuthMethod() - Method in class org.eclipse.jetty.ee8.security.openid.OpenIdAuthenticator
- getAuthMethod() - Method in class org.eclipse.jetty.ee8.security.SecurityHandler
- getAuthMethod() - Method in class org.eclipse.jetty.ee8.security.WrappedAuthConfiguration
- getAuthMethod() - Method in interface org.eclipse.jetty.ee9.nested.Authentication.User
- getAuthMethod() - Method in class org.eclipse.jetty.ee9.security.AbstractUserAuthentication
- getAuthMethod() - Method in class org.eclipse.jetty.ee9.security.authentication.BasicAuthenticator
- getAuthMethod() - Method in class org.eclipse.jetty.ee9.security.authentication.ConfigurableSpnegoAuthenticator
- getAuthMethod() - Method in class org.eclipse.jetty.ee9.security.authentication.DigestAuthenticator
- getAuthMethod() - Method in class org.eclipse.jetty.ee9.security.authentication.FormAuthenticator
- getAuthMethod() - Method in class org.eclipse.jetty.ee9.security.authentication.SslClientCertAuthenticator
- getAuthMethod() - Method in interface org.eclipse.jetty.ee9.security.Authenticator.AuthConfiguration
- getAuthMethod() - Method in interface org.eclipse.jetty.ee9.security.Authenticator
- getAuthMethod() - Method in class org.eclipse.jetty.ee9.security.jaspi.JaspiAuthenticator
- getAuthMethod() - Method in class org.eclipse.jetty.ee9.security.jaspi.JaspiMessageInfo
- getAuthMethod() - Method in class org.eclipse.jetty.ee9.security.openid.OpenIdAuthenticator
- getAuthMethod() - Method in class org.eclipse.jetty.ee9.security.SecurityHandler
- getAuthMethod() - Method in class org.eclipse.jetty.ee9.security.WrappedAuthConfiguration
- getAuthority() - Method in interface org.eclipse.jetty.http.HttpURI
- getAuthority() - Method in class org.eclipse.jetty.http.HttpURI.Immutable
- getAuthority() - Method in class org.eclipse.jetty.http.HttpURI.Mutable
- getAuthorization() - Method in class org.eclipse.jetty.security.Constraint.Builder
- getAuthorization() - Method in interface org.eclipse.jetty.security.Constraint
- getAuthorizationEndpoint() - Method in class org.eclipse.jetty.security.openid.OpenIdConfiguration
- getAuthorizationHeader() - Method in class org.eclipse.jetty.client.AuthenticationProtocolHandler
- getAuthorizationHeader() - Method in class org.eclipse.jetty.client.ProxyAuthenticationProtocolHandler
- getAuthorizationHeader() - Method in class org.eclipse.jetty.client.WWWAuthenticationProtocolHandler
- getAuthorizationHeader() - Method in class org.eclipse.jetty.ee8.security.authentication.LoginAuthenticator
- getAuthorizationHeader() - Method in class org.eclipse.jetty.ee9.security.authentication.LoginAuthenticator
- getAuthorizationHeader() - Method in class org.eclipse.jetty.security.authentication.LoginAuthenticator
- getAuthType() - Method in class org.eclipse.jetty.ee10.servlet.ServletApiRequest
- getAuthType() - Method in class org.eclipse.jetty.ee10.servlet.ServletRequestHttpWrapper
- getAuthType() - Method in class org.eclipse.jetty.ee11.servlet.ServletApiRequest
- getAuthType() - Method in class org.eclipse.jetty.ee11.servlet.ServletRequestHttpWrapper
- getAuthType() - Method in class org.eclipse.jetty.ee8.nested.Request
- getAuthType() - Method in class org.eclipse.jetty.ee8.nested.ServletRequestHttpWrapper
- getAuthType() - Method in class org.eclipse.jetty.ee9.nested.Request
- getAuthType() - Method in class org.eclipse.jetty.ee9.nested.ServletRequestHttpWrapper
- getAvailable() - Method in class org.eclipse.jetty.util.thread.ReservedThreadExecutor
- getAvailableDecoders() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketFrameHandlerMetadata
- getAvailableDecoders() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketFrameHandlerMetadata
- getAvailableDecoders() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketFrameHandlerMetadata
- getAvailableDecoders() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketFrameHandlerMetadata
- getAvailableDirectByteBufferCount() - Method in class org.eclipse.jetty.io.ArrayByteBufferPool
- getAvailableDirectMemory() - Method in class org.eclipse.jetty.io.ArrayByteBufferPool
- getAvailableEncoders() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketFrameHandlerMetadata
- getAvailableEncoders() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketFrameHandlerMetadata
- getAvailableEncoders() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketFrameHandlerMetadata
- getAvailableEncoders() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketFrameHandlerMetadata
- getAvailableExtensionNames() - Method in interface org.eclipse.jetty.ee10.websocket.server.JettyWebSocketServletFactory
-
Get the names of all available WebSocket Extensions.
- getAvailableExtensionNames() - Method in interface org.eclipse.jetty.ee11.websocket.server.JettyWebSocketServletFactory
-
Get the names of all available WebSocket Extensions.
- getAvailableExtensionNames() - Method in interface org.eclipse.jetty.ee8.websocket.server.JettyWebSocketServletFactory
-
Get the names of all available WebSocket Extensions.
- getAvailableExtensionNames() - Method in interface org.eclipse.jetty.ee9.websocket.server.JettyWebSocketServletFactory
-
Get the names of all available WebSocket Extensions.
- getAvailableExtensionNames() - Method in class org.eclipse.jetty.websocket.core.WebSocketExtensionRegistry
- getAvailableExtensions() - Method in class org.eclipse.jetty.websocket.core.WebSocketExtensionRegistry
- getAvailableHeapByteBufferCount() - Method in class org.eclipse.jetty.io.ArrayByteBufferPool
- getAvailableHeapMemory() - Method in class org.eclipse.jetty.io.ArrayByteBufferPool
- getAvailableReservedThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
-
Deprecated, for removal: This API element is subject to removal in a future version.use
QueuedThreadPool.getCurrentReservedThreads()instead - getAverageQueueLatency() - Method in class org.eclipse.jetty.util.thread.MonitoredQueuedThreadPool
- getAverageSelectedKeys() - Method in class org.eclipse.jetty.io.ManagedSelector
- getAverageTaskLatency() - Method in class org.eclipse.jetty.util.thread.MonitoredQueuedThreadPool
- getBase(String) - Static method in class org.eclipse.jetty.http.MimeTypes
-
Get the base value, stripped of any parameters
- getBase64() - Method in class org.eclipse.jetty.client.Authentication.HeaderInfo
- getBasename(String) - Static method in class org.eclipse.jetty.util.FileID
-
Retrieve the basename of a path.
- getBasename(Path) - Static method in class org.eclipse.jetty.util.FileID
-
Retrieve the basename of a path.
- getBaseName(Resource) - Static method in class org.eclipse.jetty.server.handler.ContextHandler
- getBaseRequest() - Method in class org.eclipse.jetty.ee10.security.jaspi.JaspiMessageInfo
- getBaseRequest() - Method in class org.eclipse.jetty.ee11.security.jaspi.JaspiMessageInfo
- getBaseRequest() - Method in class org.eclipse.jetty.ee8.nested.HttpChannelState
- getBaseRequest() - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
- getBaseRequest(ServletRequest) - Static method in class org.eclipse.jetty.ee9.nested.Request
-
Obtain the base
Requestinstance of aServletRequest, by coercion, unwrapping or special attribute. - getBaseRequest(ServletRequest) - Static method in class org.eclipse.jetty.ee8.nested.Request
-
Obtain the base
Requestinstance of aServletRequest, by coercion, unwrapping or special attribute. - getBaseResource() - Method in class org.eclipse.jetty.ee8.nested.ContextHandler
- getBaseResource() - Method in class org.eclipse.jetty.ee8.nested.ResourceHandler
- getBaseResource() - Method in class org.eclipse.jetty.ee8.servlet.ServletTester
- getBaseResource() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
- getBaseResource() - Method in class org.eclipse.jetty.ee9.nested.ResourceHandler
- getBaseResource() - Method in class org.eclipse.jetty.ee9.servlet.ServletTester
- getBaseResource() - Method in class org.eclipse.jetty.server.AllowedResourceAliasChecker
- getBaseResource() - Method in interface org.eclipse.jetty.server.Context
- getBaseResource() - Method in class org.eclipse.jetty.server.Context.Wrapper
- getBaseResource() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getBaseResource() - Method in class org.eclipse.jetty.server.handler.ContextHandler.ScopedContext
- getBaseResource() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
- getBaseResponse() - Method in class org.eclipse.jetty.ee10.security.jaspi.JaspiMessageInfo
- getBaseResponse() - Method in class org.eclipse.jetty.ee11.security.jaspi.JaspiMessageInfo
- getBaseResponse(ServletResponse) - Static method in class org.eclipse.jetty.ee9.nested.Response
- getBaseResponse(ServletResponse) - Static method in class org.eclipse.jetty.ee8.nested.Response
- getBaseType() - Method in enum class org.eclipse.jetty.http.MimeTypes.Type
-
Get the base type of this type, which is the type without a charset specified
- getBaseType(String) - Static method in class org.eclipse.jetty.http.MimeTypes
-
Get the base type of this type, which is the type without a charset specified
- getBaseURI() - Method in class org.eclipse.jetty.ee10.servlet.AsyncContextEvent
- getBaseURI() - Method in class org.eclipse.jetty.ee11.servlet.AsyncContextEvent
- getBaseURI() - Method in class org.eclipse.jetty.ee8.nested.AsyncContextEvent
- getBaseURI() - Method in class org.eclipse.jetty.ee9.nested.AsyncContextEvent
- getBasicRemote() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketSession
- getBasicRemote() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketSession
- getBasicRemote() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketSession
- getBasicRemote() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketSession
- getBatchingAllowed() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketRemoteEndpoint
- getBatchingAllowed() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketRemoteEndpoint
- getBatchingAllowed() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketRemoteEndpoint
- getBatchingAllowed() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketRemoteEndpoint
- getBatchMode() - Method in interface org.eclipse.jetty.ee8.websocket.api.RemoteEndpoint
- getBatchMode() - Method in class org.eclipse.jetty.ee8.websocket.common.JettyWebSocketFrameHandler
- getBatchMode() - Method in class org.eclipse.jetty.ee8.websocket.common.JettyWebSocketFrameHandlerMetadata
- getBatchMode() - Method in class org.eclipse.jetty.ee8.websocket.common.JettyWebSocketRemoteEndpoint
- getBatchMode() - Method in interface org.eclipse.jetty.ee9.websocket.api.RemoteEndpoint
- getBatchMode() - Method in class org.eclipse.jetty.ee9.websocket.common.JettyWebSocketFrameHandler
- getBatchMode() - Method in class org.eclipse.jetty.ee9.websocket.common.JettyWebSocketFrameHandlerMetadata
- getBatchMode() - Method in class org.eclipse.jetty.ee9.websocket.common.JettyWebSocketRemoteEndpoint
- getBean(Class) - Method in interface org.eclipse.jetty.util.component.Container
- getBean(Class) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
- getBeans() - Method in interface org.eclipse.jetty.util.component.Container
- getBeans() - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
- getBeans(Class) - Method in interface org.eclipse.jetty.util.component.Container
- getBeans(Class) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
- getBefores() - Method in class org.eclipse.jetty.ee10.webapp.FragmentDescriptor
- getBefores() - Method in class org.eclipse.jetty.ee11.webapp.FragmentDescriptor
- getBefores() - Method in class org.eclipse.jetty.ee8.webapp.FragmentDescriptor
- getBefores() - Method in class org.eclipse.jetty.ee9.webapp.FragmentDescriptor
- getBeginListener() - Method in class org.eclipse.jetty.client.RequestListeners
- getBeginNanoTime() - Method in class org.eclipse.jetty.ee10.servlet.ServletCoreRequest
- getBeginNanoTime() - Method in class org.eclipse.jetty.ee11.servlet.ServletCoreRequest
- getBeginNanoTime() - Method in class org.eclipse.jetty.ee8.nested.Request
-
Get the nanoTime at which the request arrived to a connector, obtained via
System.nanoTime(). - getBeginNanoTime() - Method in class org.eclipse.jetty.ee8.nested.ServletCoreRequest
- getBeginNanoTime() - Method in class org.eclipse.jetty.ee9.nested.Request
-
Get the nanoTime at which the request arrived to a connector, obtained via
System.nanoTime(). - getBeginNanoTime() - Method in class org.eclipse.jetty.ee9.nested.ServletCoreRequest
- getBeginNanoTime() - Method in class org.eclipse.jetty.fcgi.parser.BeginRequestContentParser
- getBeginNanoTime() - Method in class org.eclipse.jetty.fcgi.parser.ServerParser
- getBeginNanoTime() - Method in class org.eclipse.jetty.http.HttpParser
- getBeginNanoTime() - Method in class org.eclipse.jetty.http.MetaData.Request
- getBeginNanoTime() - Method in class org.eclipse.jetty.http2.parser.Parser
- getBeginNanoTime() - Method in interface org.eclipse.jetty.server.Request
-
Get the nanoTime at which the request arrived to a connector, obtained via
System.nanoTime(). - getBeginNanoTime() - Method in class org.eclipse.jetty.server.Request.Wrapper
- getBehavior() - Method in interface org.eclipse.jetty.ee8.websocket.api.WebSocketPolicy
- getBehavior() - Method in class org.eclipse.jetty.ee8.websocket.client.WebSocketClient
- getBehavior() - Method in class org.eclipse.jetty.ee8.websocket.common.WebSocketSession
- getBehavior() - Method in class org.eclipse.jetty.ee8.websocket.server.JettyWebSocketServerContainer
- getBehavior() - Method in interface org.eclipse.jetty.ee8.websocket.server.JettyWebSocketServletFactory
- getBehavior() - Method in interface org.eclipse.jetty.ee9.websocket.api.WebSocketPolicy
- getBehavior() - Method in class org.eclipse.jetty.ee9.websocket.client.WebSocketClient
- getBehavior() - Method in class org.eclipse.jetty.ee9.websocket.common.WebSocketSession
- getBehavior() - Method in class org.eclipse.jetty.ee9.websocket.server.JettyWebSocketServerContainer
- getBehavior() - Method in interface org.eclipse.jetty.ee9.websocket.server.JettyWebSocketServletFactory
- getBehavior() - Method in class org.eclipse.jetty.websocket.core.CoreSession.Empty
- getBehavior() - Method in interface org.eclipse.jetty.websocket.core.CoreSession
- getBehavior() - Method in class org.eclipse.jetty.websocket.core.WebSocketCoreSession
- getBest(byte[]) - Method in interface org.eclipse.jetty.util.Index
-
Get the best match from key in a byte array.
- getBest(byte[], int, int) - Method in interface org.eclipse.jetty.util.Index
-
Get the best match from key in a byte array.
- getBest(String) - Method in interface org.eclipse.jetty.util.Index
-
Get the best match from key in a String, which may be a prefix match or an exact match.
- getBest(String, int, int) - Method in interface org.eclipse.jetty.util.Index
-
Get the best match from key in a String.
- getBest(ByteBuffer) - Method in interface org.eclipse.jetty.util.Index
-
Get the best match from key in a byte buffer.
- getBest(ByteBuffer, int, int) - Method in interface org.eclipse.jetty.util.Index
-
Get the best match from key in a byte buffer.
- getBidirectionalMaxStreams() - Method in class org.eclipse.jetty.quic.common.QuicConfiguration
- getBinaryDecoders(Class) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.decoders.AvailableDecoders
- getBinaryDecoders(Class) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.decoders.AvailableDecoders
- getBinaryDecoders(Class) - Method in class org.eclipse.jetty.ee8.websocket.javax.common.decoders.AvailableDecoders
- getBinaryDecoders(Class) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.decoders.AvailableDecoders
- getBinaryHandle() - Method in class org.eclipse.jetty.ee8.websocket.common.JettyWebSocketFrameHandlerMetadata
- getBinaryHandle() - Method in class org.eclipse.jetty.ee9.websocket.common.JettyWebSocketFrameHandlerMetadata
- getBinaryHandle() - Method in class org.eclipse.jetty.websocket.common.JettyWebSocketFrameHandlerMetadata
- getBinaryMetadata() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketFrameHandler
- getBinaryMetadata() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketFrameHandlerMetadata
- getBinaryMetadata() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketFrameHandler
- getBinaryMetadata() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketFrameHandlerMetadata
- getBinaryMetadata() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketFrameHandler
- getBinaryMetadata() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketFrameHandlerMetadata
- getBinaryMetadata() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketFrameHandler
- getBinaryMetadata() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketFrameHandlerMetadata
- getBinarySink() - Method in class org.eclipse.jetty.ee8.websocket.common.JettyWebSocketFrameHandlerMetadata
- getBinarySink() - Method in class org.eclipse.jetty.ee9.websocket.common.JettyWebSocketFrameHandlerMetadata
- getBinarySink() - Method in class org.eclipse.jetty.websocket.common.JettyWebSocketFrameHandlerMetadata
- getBinaryStreamDecoders(Class) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.decoders.AvailableDecoders
- getBinaryStreamDecoders(Class) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.decoders.AvailableDecoders
- getBinaryStreamDecoders(Class) - Method in class org.eclipse.jetty.ee8.websocket.javax.common.decoders.AvailableDecoders
- getBinaryStreamDecoders(Class) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.decoders.AvailableDecoders
- getBindAddress() - Method in class org.eclipse.jetty.client.HttpClient
- getBindAddress() - Method in class org.eclipse.jetty.ee8.websocket.client.WebSocketClient
- getBindAddress() - Method in class org.eclipse.jetty.ee9.websocket.client.WebSocketClient
- getBindAddress() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
- getBindAddress() - Method in class org.eclipse.jetty.io.ClientConnector
- getBindAddress() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
- getBinding(String) - Method in class org.eclipse.jetty.jndi.NamingContext
-
Get a name to object binding from this Context
- getBinding(Name) - Method in class org.eclipse.jetty.jndi.NamingContext
-
Get a name to object binding from this Context
- getBlackListHosts() - Method in class org.eclipse.jetty.ee10.proxy.AbstractProxyServlet
- getBlackListHosts() - Method in class org.eclipse.jetty.ee11.proxy.AbstractProxyServlet
- getBlackListHosts() - Method in class org.eclipse.jetty.ee8.proxy.AbstractProxyServlet
- getBlackListHosts() - Method in class org.eclipse.jetty.ee9.proxy.AbstractProxyServlet
- getBlackListHosts() - Method in class org.eclipse.jetty.server.handler.ConnectHandler
- getBlobInputStream(ResultSet, String) - Method in class org.eclipse.jetty.session.DatabaseAdaptor
- getBlobType() - Method in class org.eclipse.jetty.session.DatabaseAdaptor
- getBody() - Method in interface org.eclipse.jetty.client.Request
- getBody() - Method in class org.eclipse.jetty.client.transport.HttpRequest
- getBodyLength() - Method in class org.eclipse.jetty.http2.parser.BodyParser
- getBodyLength() - Method in class org.eclipse.jetty.http3.parser.BodyParser
- getBoolean(String, boolean) - Method in class org.eclipse.jetty.logging.JettyLoggerConfiguration
- getBootBundleContext() - Method in class org.eclipse.jetty.osgi.AbstractEEActivator
- getBoundary() - Method in class org.eclipse.jetty.http.MultiPart.AbstractContentSource
- getBoundary() - Method in class org.eclipse.jetty.http.MultiPart.Parser
- getBoundary() - Method in class org.eclipse.jetty.http.MultiPartByteRanges.Parser
- getBoundary() - Method in class org.eclipse.jetty.http.MultiPartByteRanges.Parts
- getBoundary() - Method in class org.eclipse.jetty.http.MultiPartFormData.Parser
- getBoundary() - Method in class org.eclipse.jetty.util.MultiPartOutputStream
- getBoundary() - Method in class org.eclipse.jetty.util.MultiPartWriter
- getBuf() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
- getBuf() - Method in class org.eclipse.jetty.util.ByteArrayOutputStream2
- getBuffer() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler.JspPropertyGroup
- getBuffer() - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler.JspPropertyGroup
- getBuffer() - Method in class org.eclipse.jetty.ee8.servlet.ServletContextHandler.JspPropertyGroup
- getBuffer() - Method in class org.eclipse.jetty.ee9.servlet.ServletContextHandler.JspPropertyGroup
- getBuffer() - Method in class org.eclipse.jetty.http.HttpTester.Input
- getBufferPool() - Method in class org.eclipse.jetty.http.MultiPart.Part
-
Returns the
ByteBufferPool.Sizedused to createContent.Sources for this part. - getBufferPool() - Method in class org.eclipse.jetty.http.MultiPartConfig
- getBufferRatio() - Method in class org.eclipse.jetty.http2.BufferingFlowControlStrategy
- getBufferSize() - Method in class org.eclipse.jetty.compression.brotli.BrotliDecoderConfig
- getBufferSize() - Method in class org.eclipse.jetty.compression.brotli.BrotliEncoderConfig
- getBufferSize() - Method in class org.eclipse.jetty.compression.Compression
- getBufferSize() - Method in interface org.eclipse.jetty.compression.DecoderConfig
- getBufferSize() - Method in interface org.eclipse.jetty.compression.EncoderConfig
- getBufferSize() - Method in class org.eclipse.jetty.compression.gzip.GzipDecoderConfig
- getBufferSize() - Method in class org.eclipse.jetty.compression.gzip.GzipEncoderConfig
- getBufferSize() - Method in class org.eclipse.jetty.compression.zstandard.ZstandardDecoderConfig
- getBufferSize() - Method in class org.eclipse.jetty.compression.zstandard.ZstandardEncoderConfig
- getBufferSize() - Method in class org.eclipse.jetty.ee10.servlet.HttpOutput
- getBufferSize() - Method in class org.eclipse.jetty.ee10.servlet.ServletApiResponse
- getBufferSize() - Method in class org.eclipse.jetty.ee11.servlet.HttpOutput
- getBufferSize() - Method in class org.eclipse.jetty.ee11.servlet.ServletApiResponse
- getBufferSize() - Method in class org.eclipse.jetty.ee8.nested.FileBufferedResponseHandler
- getBufferSize() - Method in class org.eclipse.jetty.ee8.nested.HttpOutput
- getBufferSize() - Method in class org.eclipse.jetty.ee8.nested.MultiPartFormInputStream
-
Get the size of buffer used to read data from the input stream.
- getBufferSize() - Method in class org.eclipse.jetty.ee8.nested.Response
- getBufferSize() - Method in class org.eclipse.jetty.ee9.nested.FileBufferedResponseHandler
- getBufferSize() - Method in class org.eclipse.jetty.ee9.nested.HttpOutput
- getBufferSize() - Method in class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream
-
Get the size of buffer used to read data from the input stream.
- getBufferSize() - Method in class org.eclipse.jetty.ee9.nested.Response
- getBufferSize() - Method in class org.eclipse.jetty.server.handler.ConnectHandler
- getBufferSize() - Method in class org.eclipse.jetty.server.handler.ErrorHandler
- getBuilder() - Method in class org.eclipse.jetty.memcached.session.MemcachedSessionDataMap
-
Get the builder.
- getBundle() - Method in class org.eclipse.jetty.osgi.BundleMetadata
- getBundle() - Method in class org.eclipse.jetty.osgi.OSGiWebappClassLoader
-
Returns the
Bundlethat defined this web-application. - getBundle(Resource) - Method in class org.eclipse.jetty.osgi.BundleIndex
- getBundleClassLoader(Bundle) - Method in interface org.eclipse.jetty.osgi.util.BundleClassLoaderHelper
- getBundleClassLoader(Bundle) - Method in class org.eclipse.jetty.osgi.util.DefaultBundleClassLoaderHelper
-
Assuming the bundle is started.
- getBundleInstallLocation(Bundle) - Method in interface org.eclipse.jetty.osgi.util.BundleFileLocatorHelper
-
Works with equinox, felix, nuxeo and probably more.
- getBundleInstallLocation(Bundle) - Method in class org.eclipse.jetty.osgi.util.DefaultFileLocatorHelper
-
Works with equinox, felix, nuxeo and probably more.
- getBundlePath(Bundle) - Static method in class org.eclipse.jetty.osgi.util.Util
-
Get the install location of a Bundle as a Path
- getBusyThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
-
The number of threads executing leased and unleased jobs.
- getByte() - Method in class org.eclipse.jetty.http.HttpTokens.Token
- getByteArray() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
- getByteBuffer() - Method in class org.eclipse.jetty.ee10.servlet.HttpOutput
- getByteBuffer() - Method in class org.eclipse.jetty.ee11.servlet.HttpOutput
- getByteBuffer() - Method in class org.eclipse.jetty.ee8.nested.HttpInput.Content
-
Get the wrapped byte buffer.
- getByteBuffer() - Method in class org.eclipse.jetty.ee8.nested.HttpInput.SpecialContent
- getByteBuffer() - Method in class org.eclipse.jetty.ee8.nested.HttpOutput
- getByteBuffer() - Method in class org.eclipse.jetty.ee9.nested.HttpInput.Content
-
Get the wrapped byte buffer.
- getByteBuffer() - Method in class org.eclipse.jetty.ee9.nested.HttpInput.SpecialContent
- getByteBuffer() - Method in class org.eclipse.jetty.ee9.nested.HttpOutput
- getByteBuffer() - Method in class org.eclipse.jetty.http2.frames.DataFrame
- getByteBuffer() - Method in class org.eclipse.jetty.http3.frames.DataFrame
- getByteBuffer() - Method in class org.eclipse.jetty.io.Content.Chunk.Empty
- getByteBuffer() - Method in class org.eclipse.jetty.io.RetainableByteBuffer.DynamicCapacity
- getByteBuffer() - Method in class org.eclipse.jetty.io.RetainableByteBuffer.EmptyRetainableByteBuffer
- getByteBuffer() - Method in class org.eclipse.jetty.io.RetainableByteBuffer.FixedCapacity
- getByteBuffer() - Method in interface org.eclipse.jetty.io.RetainableByteBuffer
-
Get the wrapped, not
null,ByteBuffer. - getByteBuffer() - Method in class org.eclipse.jetty.io.RetainableByteBuffer.Wrapper
- getByteBufferPool() - Method in class org.eclipse.jetty.client.HttpClient
-
Get the
ByteBufferPoolof this HttpClient. - getByteBufferPool() - Method in class org.eclipse.jetty.compression.Compression
- getByteBufferPool() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketContainer
- getByteBufferPool() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketContainer
- getByteBufferPool() - Method in class org.eclipse.jetty.ee8.nested.HttpChannel
- getByteBufferPool() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketContainer
- getByteBufferPool() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
- getByteBufferPool() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketContainer
- getByteBufferPool() - Method in class org.eclipse.jetty.fcgi.generator.Generator
- getByteBufferPool() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
- getByteBufferPool() - Method in class org.eclipse.jetty.http2.generator.Generator
- getByteBufferPool() - Method in class org.eclipse.jetty.http2.generator.HeaderGenerator
- getByteBufferPool() - Method in class org.eclipse.jetty.http3.generator.FrameGenerator
- getByteBufferPool() - Method in class org.eclipse.jetty.io.ClientConnector
- getByteBufferPool() - Method in class org.eclipse.jetty.io.ssl.SslClientConnectionFactory
- getByteBufferPool() - Method in class org.eclipse.jetty.quic.common.frames.FrameGenerator
- getByteBufferPool() - Method in class org.eclipse.jetty.quic.common.ProtocolSession
- getByteBufferPool() - Method in class org.eclipse.jetty.quic.quiche.QuicheConnection
- getByteBufferPool() - Method in class org.eclipse.jetty.quic.quiche.QuicheSession
- getByteBufferPool() - Method in class org.eclipse.jetty.server.AbstractConnector
- getByteBufferPool() - Method in interface org.eclipse.jetty.server.Components
- getByteBufferPool() - Method in interface org.eclipse.jetty.server.Connector
-
Get the
ByteBufferPoolto acquire buffers from and release buffers to. - getByteBufferPool() - Method in class org.eclipse.jetty.server.handler.ConnectHandler
- getByteBufferPool() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.DownstreamConnection
- getByteBufferPool() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.UpstreamConnection
- getByteBufferPool() - Method in class org.eclipse.jetty.server.Server
- getByteBufferPool() - Method in class org.eclipse.jetty.websocket.core.AbstractExtension
- getByteBufferPool() - Method in class org.eclipse.jetty.websocket.core.CoreSession.Empty
- getByteBufferPool() - Method in interface org.eclipse.jetty.websocket.core.CoreSession
- getByteBufferPool() - Method in class org.eclipse.jetty.websocket.core.WebSocketComponents
- getByteBufferPool() - Method in class org.eclipse.jetty.websocket.core.WebSocketCoreSession
- getByteBuffers() - Method in class org.eclipse.jetty.io.ByteBufferPool.Accumulator
-
Deprecated.
- getByteBuffers() - Method in class org.eclipse.jetty.io.content.ByteBufferContentSource
- getByteBufferSize() - Method in class org.eclipse.jetty.ee8.nested.ResourceHandler
- getByteBufferSize() - Method in class org.eclipse.jetty.ee9.nested.ResourceHandler
- getBytes() - Method in class org.eclipse.jetty.ee8.nested.MultiPartFormInputStream.MultiPart
- getBytes() - Method in class org.eclipse.jetty.ee8.nested.MultiPartInputStreamLegacyParser.MultiPart
-
Deprecated.
- getBytes() - Method in class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream.MultiPart
- getBytes() - Method in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser.MultiPart
-
Deprecated.
- getBytes() - Method in enum class org.eclipse.jetty.http.HttpHeader
- getBytes() - Method in enum class org.eclipse.jetty.http.HttpMethod
- getBytes() - Method in class org.eclipse.jetty.util.resource.MemoryResource
- getBytes(String) - Static method in class org.eclipse.jetty.util.StringUtil
- getBytes(String, String) - Static method in class org.eclipse.jetty.util.StringUtil
- getBytesArrived() - Method in interface org.eclipse.jetty.ee10.servlet.ContentProducer
-
Get the byte count produced by the underlying
Content.Source. - getBytesArrived() - Method in interface org.eclipse.jetty.ee11.servlet.ContentProducer
-
Get the byte count produced by the underlying
Content.Source. - getBytesColonSpace() - Method in enum class org.eclipse.jetty.http.HttpHeader
- getBytesIn() - Method in class org.eclipse.jetty.http2.HTTP2Connection
- getBytesIn() - Method in class org.eclipse.jetty.io.AbstractConnection
- getBytesIn() - Method in interface org.eclipse.jetty.io.Connection
- getBytesIn() - Method in class org.eclipse.jetty.io.ssl.SslConnection
- getBytesIn() - Method in class org.eclipse.jetty.websocket.core.WebSocketConnection
- getBytesOut() - Method in class org.eclipse.jetty.http2.HTTP2Connection
- getBytesOut() - Method in class org.eclipse.jetty.io.AbstractConnection
- getBytesOut() - Method in interface org.eclipse.jetty.io.Connection
- getBytesOut() - Method in class org.eclipse.jetty.io.ssl.SslConnection
- getBytesOut() - Method in class org.eclipse.jetty.websocket.core.WebSocketConnection
- getBytesRead() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- getBytesWritten() - Method in class org.eclipse.jetty.ee8.nested.HttpChannel
- getBytesWritten() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
- getBytesWritten() - Method in class org.eclipse.jetty.http2.HTTP2Session
- getBytesWritten() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- getCache() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory
- getCache() - Method in interface org.eclipse.jetty.server.Components
-
A map-like object that can be used as a cache (for example, as a cookie cache).
- getCacheControl() - Method in class org.eclipse.jetty.ee8.nested.ErrorHandler
-
Get the cacheControl.
- getCacheControl() - Method in class org.eclipse.jetty.ee8.nested.ResourceHandler
-
Get the cacheControl header to set on all static content..
- getCacheControl() - Method in class org.eclipse.jetty.ee8.nested.ResourceService
- getCacheControl() - Method in class org.eclipse.jetty.ee9.nested.ErrorHandler
-
Get the cacheControl.
- getCacheControl() - Method in class org.eclipse.jetty.ee9.nested.ResourceHandler
-
Get the cacheControl header to set on all static content..
- getCacheControl() - Method in class org.eclipse.jetty.ee9.nested.ResourceService
- getCacheControl() - Method in class org.eclipse.jetty.server.handler.ErrorHandler
-
Get the cacheControl.
- getCacheControl() - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
-
Get the
Cache-Controlheader value ornull. - getCacheControl() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
-
Get the cacheControl header to set on all static content..
- getCacheControl() - Method in class org.eclipse.jetty.server.ResourceService
-
Get the cacheControl header to set on all static content..
- getCachedBeans(Class) - Method in interface org.eclipse.jetty.util.component.Container
- getCachedFiles() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory
- getCachedSize() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory
- getCacheKey(String) - Method in class org.eclipse.jetty.hazelcast.session.HazelcastSessionDataStore
- getCacheLineBytes() - Static method in class org.eclipse.jetty.util.MemoryUtils
- getCallback() - Method in class org.eclipse.jetty.ee10.security.jaspi.JaspiMessageInfo
- getCallback() - Method in class org.eclipse.jetty.ee10.servlet.ServletChannel
- getCallback() - Method in class org.eclipse.jetty.ee11.security.jaspi.JaspiMessageInfo
- getCallback() - Method in class org.eclipse.jetty.ee11.servlet.ServletChannel
- getCallback() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ConnectContext
- getCallback() - Method in class org.eclipse.jetty.server.handler.EagerContentHandler.ContentLoader
- getCallback() - Method in class org.eclipse.jetty.util.Callback.Nested
- getCallback() - Method in class org.eclipse.jetty.websocket.core.OutgoingEntry
- getCallbackHandler() - Method in class org.eclipse.jetty.security.jaas.spi.AbstractLoginModule
- getCallbackInvocationType() - Method in class org.eclipse.jetty.io.FillInterest
- getCallbackInvocationType() - Method in class org.eclipse.jetty.io.WriteFlusher
- getCanonicalContextPath() - Method in class org.eclipse.jetty.session.SessionContext
- getCanonicalNameForTmpDir() - Method in class org.eclipse.jetty.ee10.webapp.WebAppContext
- getCanonicalNameForTmpDir() - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
- getCanonicalNameForTmpDir() - Method in class org.eclipse.jetty.ee8.nested.ContextHandler.CoreContextHandler
- getCanonicalNameForTmpDir() - Method in class org.eclipse.jetty.ee8.webapp.WebAppContext
- getCanonicalNameForTmpDir() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.CoreContextHandler
- getCanonicalNameForTmpDir() - Method in class org.eclipse.jetty.ee9.webapp.WebAppContext
- getCanonicalNameForTmpDir() - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Create a canonical name for a context temp directory.
- getCanonicalNameForWebAppTmpDir(WebAppContext) - Static method in class org.eclipse.jetty.ee10.webapp.WebInfConfiguration
-
Deprecated, for removal: This API element is subject to removal in a future version.this method is no longer used
- getCanonicalNameForWebAppTmpDir(WebAppContext) - Static method in class org.eclipse.jetty.ee11.webapp.WebInfConfiguration
-
Deprecated, for removal: This API element is subject to removal in a future version.this method is no longer used
- getCanonicalNameForWebAppTmpDir(WebAppContext) - Static method in class org.eclipse.jetty.ee8.webapp.WebInfConfiguration
-
Create a canonical name for a webapp temp directory.
- getCanonicalNameForWebAppTmpDir(WebAppContext) - Static method in class org.eclipse.jetty.ee9.webapp.WebInfConfiguration
-
Create a canonical name for a webapp temp directory.
- getCanonicalPath() - Method in interface org.eclipse.jetty.http.HttpURI
- getCanonicalPath() - Method in class org.eclipse.jetty.http.HttpURI.Immutable
- getCanonicalPath() - Method in class org.eclipse.jetty.http.HttpURI.Mutable
- getCapacity() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
-
Get the current capacity of this queue.
- getCapacity() - Method in class org.eclipse.jetty.util.compression.CompressionPool
- getCapacity() - Method in class org.eclipse.jetty.util.thread.ReservedThreadExecutor
- getCatalogName() - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
- getCause() - Method in class org.eclipse.jetty.websocket.core.CloseStatus
- getCauseFrameType() - Method in class org.eclipse.jetty.quic.api.frames.ConnectionCloseFrame
- getCECount() - Method in class org.eclipse.jetty.quic.api.frames.AckFrame
- getCertAlias() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- getCertChain(SSLSession) - Static method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
Obtain the X509 Certificate Chain from the provided SSLSession using this SslContextFactory's optional Provider specific
CertificateFactory. - getCertChainPemPath() - Method in class org.eclipse.jetty.quic.quiche.QuicheConfig
- getCertificate() - Method in class org.eclipse.jetty.util.ssl.X509
- getCertificateChain(String) - Method in class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
- getCertificateChain(String) - Method in class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager
- getCertificateChain(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.X509ExtendedKeyManagerWrapper
- getCertificateFactoryInstance(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- getCertificates() - Method in interface org.eclipse.jetty.ee10.websocket.server.JettyServerUpgradeRequest
- getCertificates() - Method in interface org.eclipse.jetty.ee11.websocket.server.JettyServerUpgradeRequest
- getCertificates() - Method in interface org.eclipse.jetty.ee8.websocket.server.JettyServerUpgradeRequest
- getCertificates() - Method in interface org.eclipse.jetty.ee9.websocket.server.JettyServerUpgradeRequest
- getCertStoreInstance(Collection) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- getChallengeHeader() - Method in class org.eclipse.jetty.ee8.security.authentication.LoginAuthenticator
- getChallengeHeader() - Method in class org.eclipse.jetty.ee9.security.authentication.LoginAuthenticator
- getChallengeHeader() - Method in class org.eclipse.jetty.security.authentication.LoginAuthenticator
- getChallengeUri(Request) - Method in class org.eclipse.jetty.ee8.security.openid.OpenIdAuthenticator
- getChallengeUri(Request) - Method in class org.eclipse.jetty.ee9.security.openid.OpenIdAuthenticator
- getChallengeUri(Request) - Method in class org.eclipse.jetty.security.openid.OpenIdAuthenticator
- getChannel() - Method in class org.eclipse.jetty.io.DatagramChannelEndPoint
- getChannel() - Method in class org.eclipse.jetty.io.SelectableChannelEndPoint
- getChannel() - Method in class org.eclipse.jetty.io.SocketChannelEndPoint
- getChar() - Method in class org.eclipse.jetty.http.HttpTokens.Token
- getCharacterEncoding() - Method in class org.eclipse.jetty.ee10.servlet.ServletApiRequest
- getCharacterEncoding() - Method in class org.eclipse.jetty.ee10.servlet.ServletApiResponse
- getCharacterEncoding() - Method in interface org.eclipse.jetty.ee10.servlet.ServletContextHandler.ServletResponseInfo
- getCharacterEncoding() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextResponse
- getCharacterEncoding() - Method in class org.eclipse.jetty.ee11.servlet.ServletApiRequest
- getCharacterEncoding() - Method in class org.eclipse.jetty.ee11.servlet.ServletApiResponse
- getCharacterEncoding() - Method in interface org.eclipse.jetty.ee11.servlet.ServletContextHandler.ServletResponseInfo
- getCharacterEncoding() - Method in class org.eclipse.jetty.ee11.servlet.ServletContextResponse
- getCharacterEncoding() - Method in class org.eclipse.jetty.ee8.nested.Request
- getCharacterEncoding() - Method in class org.eclipse.jetty.ee8.nested.Response
- getCharacterEncoding() - Method in class org.eclipse.jetty.ee9.nested.Request
- getCharacterEncoding() - Method in class org.eclipse.jetty.ee9.nested.Response
- getCharacterEncoding() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory.CachedHttpContent
- getCharacterEncoding() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory.NotFoundHttpContent
- getCharacterEncoding() - Method in interface org.eclipse.jetty.http.content.HttpContent
-
Get the character encoding of this HTTP content.
- getCharacterEncoding() - Method in class org.eclipse.jetty.http.content.HttpContent.Wrapper
- getCharacterEncoding() - Method in class org.eclipse.jetty.http.content.PreCompressedHttpContent
- getCharacterEncoding() - Method in class org.eclipse.jetty.http.content.ResourceHttpContent
- getCharacterEncoding(boolean) - Method in interface org.eclipse.jetty.ee10.servlet.ServletContextHandler.ServletResponseInfo
- getCharacterEncoding(boolean) - Method in class org.eclipse.jetty.ee10.servlet.ServletContextResponse
- getCharacterEncoding(boolean) - Method in interface org.eclipse.jetty.ee11.servlet.ServletContextHandler.ServletResponseInfo
- getCharacterEncoding(boolean) - Method in class org.eclipse.jetty.ee11.servlet.ServletContextResponse
- getCharset() - Method in class org.eclipse.jetty.ee8.security.authentication.BasicAuthenticator
- getCharset() - Method in class org.eclipse.jetty.ee9.security.authentication.BasicAuthenticator
- getCharset() - Method in enum class org.eclipse.jetty.http.MimeTypes.Type
- getCharset() - Method in class org.eclipse.jetty.security.authentication.BasicAuthenticator
- getCharset(String) - Method in class org.eclipse.jetty.http.MimeTypes
-
Get the explicit, assumed, or inferred Charset for a mime type
- getCharset(HttpField) - Method in class org.eclipse.jetty.http.MimeTypes
-
Get the explicit, assumed, or inferred Charset for a HttpField containing a mime type value
- getCharset(Request) - Static method in interface org.eclipse.jetty.server.Request
-
Get a
Charsetfrom the requestHttpHeader.CONTENT_TYPE, if any. - getCharsetFromContentType(String) - Static method in class org.eclipse.jetty.http.MimeTypes
-
Efficiently extract the charset value from a
Content-Typestring - getCharsetFromContentType(HttpField) - Static method in class org.eclipse.jetty.http.MimeTypes
-
Efficiently extract the charset value from a
Content-TypeHttpField. - getCharsetString() - Method in enum class org.eclipse.jetty.http.MimeTypes.Type
- getCheckSessionExistsStatement(Connection, SessionContext) - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
- getChildHandlerByClass(Class) - Method in class org.eclipse.jetty.ee8.nested.AbstractHandlerContainer
- getChildHandlerByClass(Class) - Method in interface org.eclipse.jetty.ee8.nested.HandlerContainer
- getChildHandlerByClass(Class) - Method in class org.eclipse.jetty.ee9.nested.AbstractHandlerContainer
- getChildHandlerByClass(Class) - Method in interface org.eclipse.jetty.ee9.nested.HandlerContainer
- getChildHandlers() - Method in class org.eclipse.jetty.ee8.nested.AbstractHandlerContainer
- getChildHandlers() - Method in interface org.eclipse.jetty.ee8.nested.HandlerContainer
- getChildHandlers() - Method in class org.eclipse.jetty.ee9.nested.AbstractHandlerContainer
- getChildHandlers() - Method in interface org.eclipse.jetty.ee9.nested.HandlerContainer
- getChildHandlersByClass(Class) - Method in class org.eclipse.jetty.ee8.nested.AbstractHandlerContainer
- getChildHandlersByClass(Class) - Method in interface org.eclipse.jetty.ee8.nested.HandlerContainer
- getChildHandlersByClass(Class) - Method in class org.eclipse.jetty.ee9.nested.AbstractHandlerContainer
- getChildHandlersByClass(Class) - Method in interface org.eclipse.jetty.ee9.nested.HandlerContainer
- getChunks() - Method in class org.eclipse.jetty.io.content.ChunksContentSource
- getCipherComparator() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- getClaims() - Method in class org.eclipse.jetty.security.openid.OpenIdCredentials
- getClasses() - Method in class org.eclipse.jetty.ee10.servlet.listener.ContainerInitializer.ServletContainerInitializerServletContextListener
- getClasses() - Method in class org.eclipse.jetty.ee11.servlet.listener.ContainerInitializer.ServletContainerInitializerServletContextListener
- getClasses() - Method in class org.eclipse.jetty.ee8.servlet.listener.ContainerInitializer.ServletContainerInitializerServletContextListener
- getClasses() - Method in class org.eclipse.jetty.ee9.servlet.listener.ContainerInitializer.ServletContainerInitializerServletContextListener
- getClassFromType(Type) - Static method in class org.eclipse.jetty.websocket.core.util.ReflectUtils
- getClassInfo() - Method in class org.eclipse.jetty.annotations.AnnotationParser.FieldInfo
- getClassInfo() - Method in class org.eclipse.jetty.annotations.AnnotationParser.MethodInfo
- getClassLoader() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler.ServletContextApi
- getClassLoader() - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler.ServletContextApi
- getClassLoader() - Method in class org.eclipse.jetty.ee8.nested.ContextHandler.APIContext
- getClassLoader() - Method in class org.eclipse.jetty.ee8.nested.ContextHandler
- getClassLoader() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
- getClassLoader() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
- getClassLoader() - Method in interface org.eclipse.jetty.server.Context
- getClassLoader() - Method in class org.eclipse.jetty.server.Context.Wrapper
- getClassLoader() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getClassLoader() - Method in class org.eclipse.jetty.server.handler.ContextHandler.ScopedContext
- getClassLoader() - Method in interface org.eclipse.jetty.util.component.Environment
- getClassLoader() - Method in class org.eclipse.jetty.websocket.core.client.WebSocketCoreClient
- getClassLoader() - Method in class org.eclipse.jetty.websocket.core.WebSocketCoreSession
- getClassLoaderLocation(Class) - Static method in class org.eclipse.jetty.util.TypeUtil
- getClassLoaderLocation(Class, ClassLoader) - Static method in class org.eclipse.jetty.util.TypeUtil
- getClassName() - Method in class org.eclipse.jetty.annotations.AnnotationParser.ClassInfo
- getClassName() - Method in class org.eclipse.jetty.ee10.servlet.BaseHolder
- getClassName() - Method in class org.eclipse.jetty.ee10.servlet.Holder.HolderRegistration
- getClassName() - Method in class org.eclipse.jetty.ee10.webapp.DiscoveredAnnotation
- getClassName() - Method in class org.eclipse.jetty.ee11.servlet.BaseHolder
- getClassName() - Method in class org.eclipse.jetty.ee11.servlet.Holder.HolderRegistration
- getClassName() - Method in class org.eclipse.jetty.ee11.webapp.DiscoveredAnnotation
- getClassName() - Method in class org.eclipse.jetty.ee8.servlet.BaseHolder
- getClassName() - Method in class org.eclipse.jetty.ee8.servlet.Holder.HolderRegistration
- getClassName() - Method in class org.eclipse.jetty.ee8.webapp.DiscoveredAnnotation
- getClassName() - Method in class org.eclipse.jetty.ee9.servlet.BaseHolder
- getClassName() - Method in class org.eclipse.jetty.ee9.servlet.Holder.HolderRegistration
- getClassName() - Method in class org.eclipse.jetty.ee9.webapp.DiscoveredAnnotation
- getClassNameForJsp(String) - Method in class org.eclipse.jetty.ee10.servlet.ServletHolder
- getClassNameForJsp(String) - Method in class org.eclipse.jetty.ee11.servlet.ServletHolder
- getClassNameForJsp(String) - Method in class org.eclipse.jetty.ee8.servlet.ServletHolder
- getClassNameForJsp(String) - Method in class org.eclipse.jetty.ee9.servlet.ServletHolder
- getClassNames() - Method in class org.eclipse.jetty.ee10.webapp.WebDescriptor
- getClassNames() - Method in class org.eclipse.jetty.ee11.webapp.WebDescriptor
- getClassNames() - Method in class org.eclipse.jetty.ee8.webapp.WebDescriptor
- getClassNames() - Method in class org.eclipse.jetty.ee9.webapp.WebDescriptor
- getClassPath() - Method in class org.eclipse.jetty.ee8.nested.ContextHandler
-
Make best effort to extract a file classpath from the context classloader
- getClassPath() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
-
Make best effort to extract a file classpath from the context classloader
- getClassPath() - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Make best effort to extract a file classpath from the context classloader
- getCleanOrphansStatement(Connection, long) - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
- getClientAliases(String, Principal[]) - Method in class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
- getClientAliases(String, Principal[]) - Method in class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager
- getClientAliases(String, Principal[]) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.X509ExtendedKeyManagerWrapper
- getClientAuthConfig(String, String, CallbackHandler) - Method in class org.eclipse.jetty.ee10.security.jaspi.provider.JaspiAuthConfigProvider
- getClientAuthConfig(String, String, CallbackHandler) - Method in class org.eclipse.jetty.ee11.security.jaspi.provider.JaspiAuthConfigProvider
- getClientAuthConfig(String, String, CallbackHandler) - Method in class org.eclipse.jetty.ee8.security.jaspi.provider.JaspiAuthConfigProvider
- getClientAuthConfig(String, String, CallbackHandler) - Method in class org.eclipse.jetty.ee9.security.jaspi.provider.JaspiAuthConfigProvider
- getClientConfig() - Method in class org.eclipse.jetty.hazelcast.session.HazelcastSessionDataStoreFactory
- getClientConnectionFactory() - Method in class org.eclipse.jetty.io.ClientConnectionFactory.Info
- getClientConnector() - Method in class org.eclipse.jetty.client.AbstractConnectorHttpClientTransport
- getClientConnector() - Method in class org.eclipse.jetty.client.HttpClient
- getClientConnector() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
- getClientConnector() - Method in class org.eclipse.jetty.http3.client.HTTP3Client
- getClientId() - Method in class org.eclipse.jetty.security.openid.OpenIdConfiguration
- getClientQuicConfiguration() - Method in class org.eclipse.jetty.http3.client.HTTP3Client
- getClientSecret() - Method in class org.eclipse.jetty.security.openid.OpenIdConfiguration
- getCloseHandle() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketFrameHandlerMetadata
- getCloseHandle() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketFrameHandlerMetadata
- getCloseHandle() - Method in class org.eclipse.jetty.ee8.websocket.common.JettyWebSocketFrameHandlerMetadata
- getCloseHandle() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketFrameHandlerMetadata
- getCloseHandle() - Method in class org.eclipse.jetty.ee9.websocket.common.JettyWebSocketFrameHandlerMetadata
- getCloseHandle() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketFrameHandlerMetadata
- getCloseHandle() - Method in class org.eclipse.jetty.websocket.common.JettyWebSocketFrameHandlerMetadata
- getCloseState() - Method in class org.eclipse.jetty.http2.HTTP2Session
- getCloseStatus() - Method in interface org.eclipse.jetty.websocket.api.Frame
- getCloseStatus() - Method in class org.eclipse.jetty.websocket.common.JettyWebSocketFrame
- getCloseStatus() - Method in interface org.eclipse.jetty.websocket.core.CloseStatus.Supplier
- getCloseStatus() - Method in class org.eclipse.jetty.websocket.core.Frame.Parsed
- getCloseStatus(Frame) - Static method in class org.eclipse.jetty.websocket.core.CloseStatus
- getCode() - Method in class org.eclipse.jetty.ee8.websocket.api.CloseStatus
- getCode() - Method in class org.eclipse.jetty.ee9.websocket.api.CloseStatus
- getCode() - Method in interface org.eclipse.jetty.http.HttpException
- getCode() - Method in exception class org.eclipse.jetty.http.HttpException.IllegalArgumentException
- getCode() - Method in exception class org.eclipse.jetty.http.HttpException.RuntimeException
- getCode() - Method in enum class org.eclipse.jetty.http.HttpStatus.Code
- getCode() - Method in class org.eclipse.jetty.rewrite.handler.InvalidURIRule
- getCode() - Method in class org.eclipse.jetty.rewrite.handler.ResponsePatternRule
- getCode() - Method in class org.eclipse.jetty.rewrite.handler.ResponseStatusHeaderRegexRule
- getCode() - Method in class org.eclipse.jetty.websocket.core.CloseStatus
- getCode(int) - Static method in class org.eclipse.jetty.http.HttpStatus
-
Get the HttpStatus.Code for a specific code.
- getCodeSourceLocation(Class) - Static method in class org.eclipse.jetty.util.TypeUtil
- getCollectionName() - Method in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStoreFactory
-
Get the collectionName.
- getCommand() - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag
- getComment() - Method in class org.eclipse.jetty.ee10.servlet.SessionHandler.CookieConfig
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getComment() - Method in class org.eclipse.jetty.ee11.servlet.SessionHandler.CookieConfig
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getComment() - Method in class org.eclipse.jetty.ee8.nested.Response.HttpCookieFacade
- getComment() - Method in class org.eclipse.jetty.ee8.nested.SessionHandler.CookieConfig
- getComment() - Method in class org.eclipse.jetty.ee9.nested.Response.HttpCookieFacade
- getComment() - Method in class org.eclipse.jetty.ee9.nested.SessionHandler.CookieConfig
- getComment() - Method in interface org.eclipse.jetty.http.HttpCookie
-
Equivalent to
getAttributes().get(COMMENT_ATTRIBUTE). - getComment() - Method in class org.eclipse.jetty.http.HttpCookie.JavaNetHttpCookie
- getComment() - Method in class org.eclipse.jetty.http.HttpCookie.Wrapper
- getCommentWithoutAttributes(String) - Static method in class org.eclipse.jetty.ee8.nested.Response.HttpCookieFacade
- getCommentWithoutAttributes(String) - Static method in class org.eclipse.jetty.ee9.nested.Response.HttpCookieFacade
- getCommitListener() - Method in class org.eclipse.jetty.client.RequestListeners
- getCommittedMetaData() - Method in class org.eclipse.jetty.ee8.nested.HttpChannel
- getCommittedMetaData() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
- getComplianceViolationListener() - Method in class org.eclipse.jetty.ee8.nested.Request
-
Deprecated, for removal: This API element is subject to removal in a future version.use core level ComplianceViolation.Listener instead. - will be removed in Jetty 12.1.0
- getComplianceViolationListener() - Method in class org.eclipse.jetty.ee9.nested.Request
-
Deprecated, for removal: This API element is subject to removal in a future version.use core level ComplianceViolation.Listener instead. - will be removed in Jetty 12.1.0
- getComplianceViolationListener() - Method in interface org.eclipse.jetty.server.HttpChannel
- getComplianceViolationListeners() - Method in class org.eclipse.jetty.server.HttpConfiguration
-
Get the list of configured
ComplianceViolation.Listenerto use. - getComponents() - Method in class org.eclipse.jetty.ee10.servlet.ServletCoreRequest
- getComponents() - Method in class org.eclipse.jetty.ee11.servlet.ServletCoreRequest
- getComponents() - Method in class org.eclipse.jetty.ee8.nested.ServletCoreRequest
- getComponents() - Method in class org.eclipse.jetty.ee9.nested.ServletCoreRequest
- getComponents() - Method in interface org.eclipse.jetty.server.Request
- getComponents() - Method in class org.eclipse.jetty.server.Request.Wrapper
- getComponentType() - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
- getCompressExcludeEncodings() - Method in class org.eclipse.jetty.compression.server.CompressionConfig
- getCompressExcludeMethods() - Method in class org.eclipse.jetty.compression.server.CompressionConfig
- getCompressExcludeMimeTypes() - Method in class org.eclipse.jetty.compression.server.CompressionConfig
- getCompressExcludePaths() - Method in class org.eclipse.jetty.compression.server.CompressionConfig
- getCompressIncludeEncodings() - Method in class org.eclipse.jetty.compression.server.CompressionConfig
- getCompressIncludeMethods() - Method in class org.eclipse.jetty.compression.server.CompressionConfig
- getCompressIncludeMimeTypes() - Method in class org.eclipse.jetty.compression.server.CompressionConfig
- getCompressIncludePaths() - Method in class org.eclipse.jetty.compression.server.CompressionConfig
- getCompressionLevel() - Method in class org.eclipse.jetty.compression.brotli.BrotliEncoderConfig
-
Get Brotli encoder compression quality.
- getCompressionLevel() - Method in interface org.eclipse.jetty.compression.EncoderConfig
- getCompressionLevel() - Method in class org.eclipse.jetty.compression.gzip.GzipEncoderConfig
- getCompressionLevel() - Method in class org.eclipse.jetty.compression.zstandard.ZstandardEncoderConfig
-
Get Zstandard encoder compression level.
- getCompressPreferredEncodings() - Method in class org.eclipse.jetty.compression.server.CompressionConfig
- getConfig() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.ConfiguredEndpoint
- getConfig() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.ConfiguredEndpoint
- getConfig() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.ConfiguredEndpoint
- getConfig() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.ConfiguredEndpoint
- getConfig() - Method in class org.eclipse.jetty.security.HashLoginService
- getConfig() - Method in class org.eclipse.jetty.security.JDBCLoginService
- getConfig() - Method in class org.eclipse.jetty.security.PropertyUserStore
-
Get the config (as a string)
- getConfig() - Method in class org.eclipse.jetty.websocket.core.AbstractExtension
- getConfig() - Method in interface org.eclipse.jetty.websocket.core.Extension
-
The active configuration for this extension.
- getConfigProvider(String, String, RegistrationListener) - Method in class org.eclipse.jetty.ee10.security.jaspi.DefaultAuthConfigFactory
- getConfigProvider(String, String, RegistrationListener) - Method in class org.eclipse.jetty.ee11.security.jaspi.DefaultAuthConfigFactory
- getConfigProvider(String, String, RegistrationListener) - Method in class org.eclipse.jetty.ee9.security.jaspi.DefaultAuthConfigFactory
- getConfigProvider(String, String, RegistrationListener) - Method in class org.eclipse.jetty.ee8.security.jaspi.DefaultAuthConfigFactory
- getConfigResource() - Method in class org.eclipse.jetty.security.PropertyUserStore
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getConfiguration() - Method in class org.eclipse.jetty.security.jaas.JAASLoginService
-
Get the configuration.
- getConfiguration() - Method in class org.eclipse.jetty.security.openid.OpenIdLoginService
- getConfiguration() - Method in class org.eclipse.jetty.websocket.core.AbstractExtension
- getConfiguration() - Method in class org.eclipse.jetty.websocket.core.server.WebSocketUpgradeHandler
- getConfiguration(Class) - Method in class org.eclipse.jetty.ee10.webapp.WebAppContext
- getConfiguration(Class) - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
- getConfiguration(Class) - Method in class org.eclipse.jetty.ee8.webapp.WebAppContext
- getConfiguration(Class) - Method in class org.eclipse.jetty.ee9.webapp.WebAppContext
- getConfiguration(String) - Method in class org.eclipse.jetty.compression.server.CompressionHandler
-
Get the
CompressionConfigassociated with thisPathSpec - getConfiguration(PathSpec) - Method in class org.eclipse.jetty.compression.server.CompressionHandler
-
Get the
CompressionConfigassociated with thisPathSpec - getConfigurationClasses() - Method in class org.eclipse.jetty.ee10.webapp.WebAppContext
- getConfigurationClasses() - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
- getConfigurationClasses() - Method in class org.eclipse.jetty.ee8.webapp.WebAppContext
- getConfigurationClasses() - Method in class org.eclipse.jetty.ee9.webapp.WebAppContext
- getConfigurationLocation() - Method in class org.eclipse.jetty.hazelcast.session.HazelcastSessionDataStoreFactory
- getConfigurationProcessor(String, String) - Method in interface org.eclipse.jetty.xml.ConfigurationProcessorFactory
- getConfigurations() - Method in class org.eclipse.jetty.ee10.webapp.Configurations
- getConfigurations() - Method in class org.eclipse.jetty.ee10.webapp.WebAppContext
- getConfigurations() - Method in class org.eclipse.jetty.ee11.webapp.Configurations
- getConfigurations() - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
- getConfigurations() - Method in class org.eclipse.jetty.ee8.webapp.Configurations
- getConfigurations() - Method in class org.eclipse.jetty.ee8.webapp.WebAppContext
- getConfigurations() - Method in class org.eclipse.jetty.ee9.webapp.Configurations
- getConfigurations() - Method in class org.eclipse.jetty.ee9.webapp.WebAppContext
- getConfigurations(Class) - Method in class org.eclipse.jetty.ee10.webapp.Configurations
- getConfigurations(Class) - Method in class org.eclipse.jetty.ee11.webapp.Configurations
- getConfigurations(Class) - Method in class org.eclipse.jetty.ee8.webapp.Configurations
- getConfigurations(Class) - Method in class org.eclipse.jetty.ee9.webapp.Configurations
- getConfigurator() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.ClientEndpointConfigWrapper
- getConfigurator() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.ServerEndpointConfigWrapper
- getConfigurator() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.ClientEndpointConfigWrapper
- getConfigurator() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.ServerEndpointConfigWrapper
- getConfigurator() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.ClientEndpointConfigWrapper
- getConfigurator() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.ServerEndpointConfigWrapper
- getConfigurator() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.ClientEndpointConfigWrapper
- getConfigurator() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.ServerEndpointConfigWrapper
- getConfiguredInstance() - Static method in class org.eclipse.jetty.server.ShutdownMonitor
-
Deprecated.Get configured
ShutdownMonitorinstance. - getCongestionControl() - Method in class org.eclipse.jetty.quic.quiche.QuicheConfig
- getConnectedEndPoints() - Method in class org.eclipse.jetty.server.AbstractConnector
- getConnectedEndPoints() - Method in interface org.eclipse.jetty.server.Connector
- getConnection() - Method in interface org.eclipse.jetty.client.Request
-
Returns the connection associated with this request.
- getConnection() - Method in class org.eclipse.jetty.client.transport.HttpChannel
- getConnection() - Method in class org.eclipse.jetty.client.transport.HttpRequest
- getConnection() - Method in class org.eclipse.jetty.ee10.servlet.ServletChannel
- getConnection() - Method in class org.eclipse.jetty.ee11.servlet.ServletChannel
- getConnection() - Method in class org.eclipse.jetty.ee8.nested.HttpChannel
- getConnection() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
- getConnection() - Method in class org.eclipse.jetty.http2.HTTP2StreamEndPoint
- getConnection() - Method in class org.eclipse.jetty.io.AbstractEndPoint
- getConnection() - Method in interface org.eclipse.jetty.io.EndPoint
- getConnection() - Method in class org.eclipse.jetty.quic.common.StreamEndPoint
- getConnection() - Method in class org.eclipse.jetty.quic.quiche.QuicheSession
- getConnection() - Method in class org.eclipse.jetty.security.jaas.spi.AbstractDatabaseLoginModule
- getConnection() - Method in class org.eclipse.jetty.security.jaas.spi.DataSourceLoginModule
-
Get a connection from the DataSource
- getConnection() - Method in class org.eclipse.jetty.security.jaas.spi.JDBCLoginModule
-
Get a connection from the DriverManager
- getConnection() - Method in class org.eclipse.jetty.server.AbstractMetaDataConnection
- getConnection() - Method in interface org.eclipse.jetty.server.ConnectionMetaData
- getConnection() - Method in class org.eclipse.jetty.server.ConnectionMetaData.Wrapper
- getConnection() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.DownstreamConnection
- getConnection() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.UpstreamConnection
- getConnection() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
- getConnection() - Method in class org.eclipse.jetty.session.DatabaseAdaptor
-
Get a connection from the driver or datasource.
- getConnection() - Method in class org.eclipse.jetty.websocket.core.WebSocketCoreSession
- getConnectionCount() - Method in class org.eclipse.jetty.client.AbstractConnectionPool
- getConnectionDurationMax() - Method in class org.eclipse.jetty.io.ConnectionStatistics
- getConnectionDurationMax() - Method in class org.eclipse.jetty.io.ConnectionStatistics.Stats
- getConnectionDurationMean() - Method in class org.eclipse.jetty.io.ConnectionStatistics
- getConnectionDurationMean() - Method in class org.eclipse.jetty.io.ConnectionStatistics.Stats
- getConnectionDurationStdDev() - Method in class org.eclipse.jetty.io.ConnectionStatistics
- getConnectionDurationStdDev() - Method in class org.eclipse.jetty.io.ConnectionStatistics.Stats
- getConnectionFactories() - Method in class org.eclipse.jetty.server.AbstractConnector
- getConnectionFactories() - Method in interface org.eclipse.jetty.server.Connector
- getConnectionFactory(Class) - Method in class org.eclipse.jetty.server.AbstractConnector
- getConnectionFactory(Class) - Method in interface org.eclipse.jetty.server.Connector
- getConnectionFactory(String) - Method in class org.eclipse.jetty.server.AbstractConnector
- getConnectionFactory(String) - Method in interface org.eclipse.jetty.server.Connector
- getConnectionId() - Method in class org.eclipse.jetty.quic.api.frames.NewConnectionIdFrame
- getConnectionId() - Method in class org.eclipse.jetty.quic.quiche.QuicheSession
- getConnectionMetaData() - Method in class org.eclipse.jetty.ee10.servlet.ServletChannel
- getConnectionMetaData() - Method in class org.eclipse.jetty.ee10.servlet.ServletCoreRequest
- getConnectionMetaData() - Method in class org.eclipse.jetty.ee11.servlet.ServletChannel
- getConnectionMetaData() - Method in class org.eclipse.jetty.ee11.servlet.ServletCoreRequest
- getConnectionMetaData() - Method in class org.eclipse.jetty.ee8.nested.HttpChannel
- getConnectionMetaData() - Method in class org.eclipse.jetty.ee8.nested.ServletCoreRequest
- getConnectionMetaData() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
- getConnectionMetaData() - Method in class org.eclipse.jetty.ee9.nested.ServletCoreRequest
- getConnectionMetaData() - Method in interface org.eclipse.jetty.server.HttpChannel
- getConnectionMetaData() - Method in interface org.eclipse.jetty.server.Request
- getConnectionMetaData() - Method in class org.eclipse.jetty.server.Request.Wrapper
- getConnectionPool() - Method in interface org.eclipse.jetty.client.Destination
- getConnectionPool() - Method in class org.eclipse.jetty.client.transport.HttpDestination
- getConnectionPoolFactory() - Method in class org.eclipse.jetty.client.AbstractHttpClientTransport
- getConnectionPoolFactory() - Method in interface org.eclipse.jetty.client.HttpClientTransport
- getConnections() - Method in class org.eclipse.jetty.io.ConnectionStatistics
- getConnections() - Method in class org.eclipse.jetty.io.ConnectionStatistics.Stats
- getConnections() - Method in class org.eclipse.jetty.server.ConnectionLimit
-
Deprecated.
- getConnectionsMax() - Method in class org.eclipse.jetty.io.ConnectionStatistics
- getConnectionsMax() - Method in class org.eclipse.jetty.io.ConnectionStatistics.Stats
- getConnectionStatisticsGroups() - Method in class org.eclipse.jetty.io.ConnectionStatistics
- getConnectionStatisticsGroups() - Method in class org.eclipse.jetty.io.jmx.ConnectionStatisticsMBean
- getConnectionsTotal() - Method in class org.eclipse.jetty.io.ConnectionStatistics
- getConnectionsTotal() - Method in class org.eclipse.jetty.io.ConnectionStatistics.Stats
- getConnectionString() - Method in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStoreFactory
-
Get the connectionString.
- getConnectionUrl() - Method in class org.eclipse.jetty.session.DatabaseAdaptor
- getConnector() - Method in class org.eclipse.jetty.ee10.servlet.ServletTester
- getConnector() - Method in class org.eclipse.jetty.ee11.servlet.ServletTester
- getConnector() - Method in class org.eclipse.jetty.ee8.nested.HttpChannel
- getConnector() - Method in class org.eclipse.jetty.ee8.servlet.ServletTester
- getConnector() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
- getConnector() - Method in class org.eclipse.jetty.ee9.servlet.ServletTester
- getConnector() - Method in class org.eclipse.jetty.server.AbstractMetaDataConnection
- getConnector() - Method in interface org.eclipse.jetty.server.ConnectionMetaData
- getConnector() - Method in class org.eclipse.jetty.server.ConnectionMetaData.Wrapper
- getConnector() - Method in class org.eclipse.jetty.server.NegotiatingServerConnection
- getConnectors() - Method in class org.eclipse.jetty.server.Server
- getConnectTimeout() - Method in class org.eclipse.jetty.client.HttpClient
- getConnectTimeout() - Method in class org.eclipse.jetty.ee8.websocket.client.WebSocketClient
- getConnectTimeout() - Method in class org.eclipse.jetty.ee9.websocket.client.WebSocketClient
- getConnectTimeout() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
- getConnectTimeout() - Method in class org.eclipse.jetty.io.ClientConnector
- getConnectTimeout() - Method in class org.eclipse.jetty.io.SelectorManager
-
Get the connect timeout
- getConnectTimeout() - Method in class org.eclipse.jetty.server.handler.ConnectHandler
-
Get the timeout, in milliseconds, to connect to the remote server.
- getConnectTimeout() - Method in class org.eclipse.jetty.util.resource.URLResourceFactory
-
URL Connection Connect Timeout
- getConnectTimeout() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
- getConstraint() - Method in class org.eclipse.jetty.ee10.servlet.security.ConstraintMapping
- getConstraint() - Method in class org.eclipse.jetty.ee11.servlet.security.ConstraintMapping
- getConstraint() - Method in class org.eclipse.jetty.ee8.security.ConstraintMapping
- getConstraint() - Method in class org.eclipse.jetty.ee9.security.ConstraintMapping
- getConstraint(String, Request) - Method in class org.eclipse.jetty.ee10.servlet.security.ConstraintSecurityHandler
- getConstraint(String, Request) - Method in class org.eclipse.jetty.ee11.servlet.security.ConstraintSecurityHandler
- getConstraint(String, Request) - Method in class org.eclipse.jetty.security.SecurityHandler
- getConstraint(String, Request) - Method in class org.eclipse.jetty.security.SecurityHandler.PathMapped
- getConstraint(String, Request) - Method in class org.eclipse.jetty.security.SecurityHandler.PathMethodMapped
- getConstraintAuthentication(String, Constraint.Authorization, Function) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator
- getConstraintAuthentication(String, Constraint.Authorization, Function) - Method in interface org.eclipse.jetty.security.Authenticator
-
Get an
Constraint.Authorizationapplicable to the path for this authenticator. - getConstraintAuthentication(String, Constraint.Authorization, Function) - Method in class org.eclipse.jetty.security.MultiAuthenticator
- getConstraintAuthentication(String, Constraint.Authorization, Function) - Method in class org.eclipse.jetty.security.openid.OpenIdAuthenticator
- getConstraintAuthentication(String, Constraint.Authorization, Function) - Method in class org.eclipse.jetty.security.siwe.EthereumAuthenticator
- getConstraintMappings() - Method in interface org.eclipse.jetty.ee10.servlet.security.ConstraintAware
- getConstraintMappings() - Method in class org.eclipse.jetty.ee10.servlet.security.ConstraintSecurityHandler
- getConstraintMappings() - Method in interface org.eclipse.jetty.ee11.servlet.security.ConstraintAware
- getConstraintMappings() - Method in class org.eclipse.jetty.ee11.servlet.security.ConstraintSecurityHandler
- getConstraintMappings() - Method in interface org.eclipse.jetty.ee8.security.ConstraintAware
- getConstraintMappings() - Method in class org.eclipse.jetty.ee8.security.ConstraintSecurityHandler
- getConstraintMappings() - Method in interface org.eclipse.jetty.ee9.security.ConstraintAware
- getConstraintMappings() - Method in class org.eclipse.jetty.ee9.security.ConstraintSecurityHandler
- getConstraintMappingsForPath(String, List) - Static method in class org.eclipse.jetty.ee8.security.ConstraintSecurityHandler
- getConstraintMappingsForPath(String, List) - Static method in class org.eclipse.jetty.ee9.security.ConstraintSecurityHandler
- getContainedBeans(Class) - Method in interface org.eclipse.jetty.util.component.Container
- getContainedBeans(Class) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
- getContainedBeans(Class, Collection) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
- getContainer() - Method in class org.eclipse.jetty.compression.Compression
-
Get the container being used for common components.
- getContainer() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.client.JakartaWebSocketClientContainerProvider
-
Used by
ContainerProvider.getWebSocketContainer()to get a NEW INSTANCE of the ClientWebSocketContainer. - getContainer() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketSession
- getContainer() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.client.JakartaWebSocketClientContainerProvider
-
Used by
ContainerProvider.getWebSocketContainer()to get a NEW INSTANCE of the ClientWebSocketContainer. - getContainer() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketSession
- getContainer() - Method in class org.eclipse.jetty.ee8.websocket.javax.client.JavaxWebSocketClientContainerProvider
-
Used by
ContainerProvider.getWebSocketContainer()to get a NEW INSTANCE of the ClientWebSocketContainer. - getContainer() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketSession
- getContainer() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.client.JakartaWebSocketClientContainerProvider
-
Used by
ContainerProvider.getWebSocketContainer()to get a NEW INSTANCE of the ClientWebSocketContainer. - getContainer() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketSession
- getContainer(ServletContext) - Static method in class org.eclipse.jetty.ee10.websocket.jakarta.server.JakartaWebSocketServerContainer
- getContainer(ServletContext) - Static method in class org.eclipse.jetty.ee10.websocket.server.JettyWebSocketServerContainer
- getContainer(ServletContext) - Static method in class org.eclipse.jetty.ee11.websocket.jakarta.server.JakartaWebSocketServerContainer
- getContainer(ServletContext) - Static method in class org.eclipse.jetty.ee11.websocket.server.JettyWebSocketServerContainer
- getContainer(ServletContext) - Static method in class org.eclipse.jetty.ee9.websocket.jakarta.server.JakartaWebSocketServerContainer
- getContainer(ServletContext) - Static method in class org.eclipse.jetty.ee9.websocket.server.JettyWebSocketServerContainer
- getContainer(ServletContext) - Static method in class org.eclipse.jetty.ee8.websocket.javax.server.JavaxWebSocketServerContainer
- getContainer(ServletContext) - Static method in class org.eclipse.jetty.ee8.websocket.server.JettyWebSocketServerContainer
- getContainer(HttpClient) - Static method in class org.eclipse.jetty.ee10.websocket.jakarta.client.JakartaWebSocketClientContainerProvider
-
Get a new instance of a client
WebSocketContainerwhich uses a suppliedHttpClient. - getContainer(HttpClient) - Static method in class org.eclipse.jetty.ee11.websocket.jakarta.client.JakartaWebSocketClientContainerProvider
-
Get a new instance of a client
WebSocketContainerwhich uses a suppliedHttpClient. - getContainer(HttpClient) - Static method in class org.eclipse.jetty.ee8.websocket.javax.client.JavaxWebSocketClientContainerProvider
-
Get a new instance of a client
WebSocketContainerwhich uses a suppliedHttpClient. - getContainer(HttpClient) - Static method in class org.eclipse.jetty.ee9.websocket.jakarta.client.JakartaWebSocketClientContainerProvider
-
Get a new instance of a client
WebSocketContainerwhich uses a suppliedHttpClient. - getContainer(Handler, Class) - Method in interface org.eclipse.jetty.server.Handler.Container
- getContainerImpl() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketSession
- getContainerImpl() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketSession
- getContainerImpl() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketSession
- getContainerImpl() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketSession
- getContainerPath() - Method in class org.eclipse.jetty.util.resource.MountedPathResource
- getContainerResources() - Method in class org.eclipse.jetty.ee10.webapp.MetaData
- getContainerResources() - Method in class org.eclipse.jetty.ee11.webapp.MetaData
- getContainerResources() - Method in class org.eclipse.jetty.ee8.webapp.MetaData
- getContainerResources() - Method in class org.eclipse.jetty.ee9.webapp.MetaData
- getContainingResource() - Method in class org.eclipse.jetty.annotations.AnnotationParser.ClassInfo
- getContent() - Method in class org.eclipse.jetty.client.AbstractResponseListener
- getContent() - Method in interface org.eclipse.jetty.client.ContentResponse
- getContent() - Method in class org.eclipse.jetty.http.HttpTester.Message
- getContent(String) - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory
- getContent(String) - Method in class org.eclipse.jetty.http.content.FileMappingHttpContentFactory
- getContent(String) - Method in interface org.eclipse.jetty.http.content.HttpContent.Factory
-
Get the
HttpContentinstance of a path. - getContent(String) - Method in class org.eclipse.jetty.http.content.PreCompressedHttpContentFactory
- getContent(String) - Method in class org.eclipse.jetty.http.content.ResourceHttpContentFactory
- getContent(String) - Method in class org.eclipse.jetty.http.content.VirtualHttpContentFactory
- getContent(String, Request) - Method in class org.eclipse.jetty.server.ResourceService
- getContentAsInputStream() - Method in class org.eclipse.jetty.client.AbstractResponseListener
- getContentAsString() - Method in class org.eclipse.jetty.client.AbstractResponseListener
- getContentAsString() - Method in interface org.eclipse.jetty.client.ContentResponse
- getContentAsString(String) - Method in class org.eclipse.jetty.client.AbstractResponseListener
- getContentAsString(Charset) - Method in class org.eclipse.jetty.client.AbstractResponseListener
- getContentAsString(Charset) - Method in class org.eclipse.jetty.http.MultiPart.Part
-
Returns the content of this part as a string.
- getContentByteBuffer() - Method in class org.eclipse.jetty.http.HttpTester.Message
- getContentBytes() - Method in class org.eclipse.jetty.http.HttpTester.Message
- getContentBytesRead(Request) - Static method in interface org.eclipse.jetty.server.Request
- getContentBytesWritten(Response) - Static method in interface org.eclipse.jetty.server.Response
- getContentConsumed() - Method in class org.eclipse.jetty.ee10.servlet.HttpInput
- getContentConsumed() - Method in class org.eclipse.jetty.ee11.servlet.HttpInput
- getContentConsumed() - Method in class org.eclipse.jetty.ee8.nested.HttpInput
- getContentConsumed() - Method in class org.eclipse.jetty.ee9.nested.HttpInput
- getContentCount() - Method in class org.eclipse.jetty.ee10.servlet.ServletApiResponse
- getContentCount() - Method in class org.eclipse.jetty.ee11.servlet.ServletApiResponse
- getContentCount() - Method in class org.eclipse.jetty.ee8.nested.Response
- getContentCount() - Method in class org.eclipse.jetty.ee9.nested.Response
- getContentDecoderFactories() - Method in class org.eclipse.jetty.client.HttpClient
-
Returns a non thread-safe set of
ContentDecoder.Factorys that can be modified before performing requests. - getContentDispositionFilename() - Method in class org.eclipse.jetty.ee8.nested.MultiPartFormInputStream.MultiPart
-
Get the filename from the content-disposition.
- getContentDispositionFilename() - Method in class org.eclipse.jetty.ee8.nested.MultiPartInputStreamLegacyParser.MultiPart
-
Deprecated.Get the filename from the content-disposition.
- getContentDispositionFilename() - Method in class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream.MultiPart
-
Get the filename from the content-disposition.
- getContentDispositionFilename() - Method in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser.MultiPart
-
Deprecated.Get the filename from the content-disposition.
- getContentEncoding() - Method in class org.eclipse.jetty.http.CompressedContentFormat
- getContentEncoding() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory.NotFoundHttpContent
- getContentEncoding() - Method in interface org.eclipse.jetty.http.content.HttpContent
-
Get the
HttpHeader.CONTENT_ENCODINGof this HTTP content. - getContentEncoding() - Method in class org.eclipse.jetty.http.content.HttpContent.Wrapper
- getContentEncoding() - Method in class org.eclipse.jetty.http.content.PreCompressedHttpContent
- getContentEncoding() - Method in class org.eclipse.jetty.http.content.ResourceHttpContent
- getContentEncodingField() - Method in class org.eclipse.jetty.compression.brotli.BrotliCompression
- getContentEncodingField() - Method in class org.eclipse.jetty.compression.Compression
-
The
HttpFieldforContent-Encodingsuitable for this Compression implementation. - getContentEncodingField() - Method in class org.eclipse.jetty.compression.gzip.GzipCompression
- getContentEncodingField() - Method in class org.eclipse.jetty.compression.zstandard.ZstandardCompression
- getContentEncodingValue() - Method in interface org.eclipse.jetty.http.content.HttpContent
- getContentLength() - Method in class org.eclipse.jetty.ee10.servlet.ServletApiRequest
- getContentLength() - Method in class org.eclipse.jetty.ee11.servlet.ServletApiRequest
- getContentLength() - Method in class org.eclipse.jetty.ee8.nested.Request
- getContentLength() - Method in class org.eclipse.jetty.ee8.nested.Response
- getContentLength() - Method in class org.eclipse.jetty.ee9.nested.Request
- getContentLength() - Method in class org.eclipse.jetty.ee9.nested.Response
- getContentLength() - Method in class org.eclipse.jetty.fcgi.parser.ContentParser
- getContentLength() - Method in class org.eclipse.jetty.fcgi.parser.HeaderParser
- getContentLength() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory.CachedHttpContent
- getContentLength() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory.NotFoundHttpContent
- getContentLength() - Method in interface org.eclipse.jetty.http.content.HttpContent
-
Get the
HttpHeader.CONTENT_LENGTHof this HTTP content. - getContentLength() - Method in class org.eclipse.jetty.http.content.HttpContent.Wrapper
- getContentLength() - Method in class org.eclipse.jetty.http.content.PreCompressedHttpContent
- getContentLength() - Method in class org.eclipse.jetty.http.content.ResourceHttpContent
- getContentLength() - Method in class org.eclipse.jetty.http.HttpParser
- getContentLength() - Method in class org.eclipse.jetty.http.MetaData
-
Get the length of the content in bytes.
- getContentLengthLong() - Method in class org.eclipse.jetty.ee10.servlet.ServletApiRequest
- getContentLengthLong() - Method in class org.eclipse.jetty.ee11.servlet.ServletApiRequest
- getContentLengthLong() - Method in class org.eclipse.jetty.ee8.nested.Request
- getContentLengthLong() - Method in class org.eclipse.jetty.ee9.nested.Request
- getContentLengthValue() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory.CachedHttpContent
- getContentLengthValue() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory.NotFoundHttpContent
- getContentLengthValue() - Method in interface org.eclipse.jetty.http.content.HttpContent
-
Get the content length of this resource.
- getContentLengthValue() - Method in class org.eclipse.jetty.http.content.HttpContent.Wrapper
- getContentLengthValue() - Method in class org.eclipse.jetty.http.content.PreCompressedHttpContent
- getContentLengthValue() - Method in class org.eclipse.jetty.http.content.ResourceHttpContent
- getContentListener() - Method in class org.eclipse.jetty.client.RequestListeners
- getContentPrepared() - Method in class org.eclipse.jetty.http.HttpGenerator
- getContentRead() - Method in class org.eclipse.jetty.ee8.nested.Request
- getContentRead() - Method in class org.eclipse.jetty.ee9.nested.Request
- getContentRead() - Method in class org.eclipse.jetty.http.HttpParser
- getContentReceived() - Method in class org.eclipse.jetty.ee10.servlet.HttpInput
- getContentReceived() - Method in class org.eclipse.jetty.ee11.servlet.HttpInput
- getContentReceived() - Method in class org.eclipse.jetty.ee8.nested.HttpInput
- getContentReceived() - Method in class org.eclipse.jetty.ee9.nested.HttpInput
- getContentSource() - Method in class org.eclipse.jetty.client.ContentSourceRequestContent
- getContentSource() - Method in class org.eclipse.jetty.http.MultiPart.Part
-
Returns the content of this part as a
Content.Source. - getContentSource() - Method in class org.eclipse.jetty.io.content.ContentSourceTransformer
- getContentSource() - Method in class org.eclipse.jetty.proxy.ProxyHandler.ProxyRequestContent
- getContentType() - Method in class org.eclipse.jetty.client.AsyncRequestContent
- getContentType() - Method in class org.eclipse.jetty.client.ByteBufferRequestContent
- getContentType() - Method in class org.eclipse.jetty.client.ContentSourceRequestContent
- getContentType() - Method in class org.eclipse.jetty.client.InputStreamRequestContent
- getContentType() - Method in class org.eclipse.jetty.client.MultiPartRequestContent
- getContentType() - Method in class org.eclipse.jetty.client.OutputStreamRequestContent
- getContentType() - Method in class org.eclipse.jetty.client.PathRequestContent
- getContentType() - Method in interface org.eclipse.jetty.client.Request.Content
- getContentType() - Method in class org.eclipse.jetty.ee10.servlet.ServletApiRequest
- getContentType() - Method in class org.eclipse.jetty.ee10.servlet.ServletApiResponse
- getContentType() - Method in interface org.eclipse.jetty.ee10.servlet.ServletContextHandler.ServletResponseInfo
- getContentType() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextResponse
- getContentType() - Method in class org.eclipse.jetty.ee11.servlet.ServletApiRequest
- getContentType() - Method in class org.eclipse.jetty.ee11.servlet.ServletApiResponse
- getContentType() - Method in interface org.eclipse.jetty.ee11.servlet.ServletContextHandler.ServletResponseInfo
- getContentType() - Method in class org.eclipse.jetty.ee11.servlet.ServletContextResponse
- getContentType() - Method in class org.eclipse.jetty.ee8.nested.MultiPartFormInputStream.MultiPart
- getContentType() - Method in class org.eclipse.jetty.ee8.nested.MultiPartInputStreamLegacyParser.MultiPart
-
Deprecated.
- getContentType() - Method in class org.eclipse.jetty.ee8.nested.Request
- getContentType() - Method in class org.eclipse.jetty.ee8.nested.Response
- getContentType() - Method in class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream.MultiPart
- getContentType() - Method in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser.MultiPart
-
Deprecated.
- getContentType() - Method in class org.eclipse.jetty.ee9.nested.Request
- getContentType() - Method in class org.eclipse.jetty.ee9.nested.Response
- getContentType() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory.NotFoundHttpContent
- getContentType() - Method in interface org.eclipse.jetty.http.content.HttpContent
-
Get the
HttpHeader.CONTENT_TYPEof this HTTP content. - getContentType() - Method in class org.eclipse.jetty.http.content.HttpContent.Wrapper
- getContentType() - Method in class org.eclipse.jetty.http.content.PreCompressedHttpContent
- getContentType() - Method in class org.eclipse.jetty.http.content.ResourceHttpContent
- getContentTypeField() - Method in enum class org.eclipse.jetty.http.MimeTypes.Type
- getContentTypeField(Charset) - Method in enum class org.eclipse.jetty.http.MimeTypes.Type
- getContentTypeValue() - Method in interface org.eclipse.jetty.http.content.HttpContent
- getContentTypeWithoutCharset(String) - Static method in class org.eclipse.jetty.http.MimeTypes
-
Efficiently extract the base mime-type from a content-type value
- getContext() - Method in class org.eclipse.jetty.ee.webapp.WebAppClassLoader
- getContext() - Method in class org.eclipse.jetty.ee10.annotations.AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
- getContext() - Method in class org.eclipse.jetty.ee10.servlet.AsyncContextEvent
- getContext() - Method in class org.eclipse.jetty.ee10.servlet.ServletChannel
- getContext() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler
- getContext() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler.ServletContextApi
- getContext() - Method in class org.eclipse.jetty.ee10.servlet.ServletCoreRequest
- getContext() - Method in class org.eclipse.jetty.ee10.servlet.ServletTester
- getContext() - Method in class org.eclipse.jetty.ee11.annotations.AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
- getContext() - Method in class org.eclipse.jetty.ee11.servlet.AsyncContextEvent
- getContext() - Method in class org.eclipse.jetty.ee11.servlet.ServletChannel
- getContext() - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler
- getContext() - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler.ServletContextApi
- getContext() - Method in class org.eclipse.jetty.ee11.servlet.ServletCoreRequest
- getContext() - Method in class org.eclipse.jetty.ee11.servlet.ServletTester
- getContext() - Method in class org.eclipse.jetty.ee8.annotations.AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
- getContext() - Method in class org.eclipse.jetty.ee8.nested.AsyncContextEvent
- getContext() - Method in class org.eclipse.jetty.ee8.nested.Request
- getContext() - Method in class org.eclipse.jetty.ee8.nested.ServletCoreRequest
- getContext() - Method in class org.eclipse.jetty.ee8.servlet.ServletTester
- getContext() - Method in class org.eclipse.jetty.ee9.annotations.AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
- getContext() - Method in class org.eclipse.jetty.ee9.nested.AsyncContextEvent
- getContext() - Method in class org.eclipse.jetty.ee9.nested.Request
- getContext() - Method in class org.eclipse.jetty.ee9.nested.ServletCoreRequest
- getContext() - Method in class org.eclipse.jetty.ee9.servlet.ServletTester
- getContext() - Method in class org.eclipse.jetty.io.NegotiatingClientConnection
- getContext() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ConnectContext
- getContext() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.DownstreamConnection
- getContext() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.UpstreamConnection
- getContext() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getContext() - Method in class org.eclipse.jetty.server.handler.ContextRequest
- getContext() - Method in class org.eclipse.jetty.server.handler.PathMappingsHandler.PathSpecRequest
- getContext() - Method in interface org.eclipse.jetty.server.Request
-
Get the
Contextassociated with thisRequest. - getContext() - Method in class org.eclipse.jetty.server.Request.Wrapper
- getContext() - Method in class org.eclipse.jetty.server.Server
- getContext() - Method in class org.eclipse.jetty.session.AbstractSessionManager
- getContext() - Method in class org.eclipse.jetty.session.SessionContext
- getContext() - Method in interface org.eclipse.jetty.session.SessionManager
- getContext(String) - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler.ServletContextApi
- getContext(String) - Method in class org.eclipse.jetty.ee10.webapp.WebAppContext.ServletApiContext
- getContext(String) - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler.ServletContextApi
- getContext(String) - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext.ServletApiContext
- getContext(String) - Method in class org.eclipse.jetty.ee8.nested.ContextHandler.APIContext
- getContext(String) - Method in class org.eclipse.jetty.ee8.webapp.WebAppContext.Context
- getContext(String) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
- getContext(String) - Method in class org.eclipse.jetty.ee9.webapp.WebAppContext.Context
- getContextAttributes() - Method in class org.eclipse.jetty.ee8.nested.jmx.ContextHandlerMBean
- getContextAttributes() - Method in class org.eclipse.jetty.ee9.nested.jmx.ContextHandlerMBean
- getContextAttributes() - Method in class org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean
- getContextForClassLoader(ClassLoader) - Method in class org.eclipse.jetty.jndi.ContextFactory
-
Find the naming Context for the given classloader
- getContextForScope(Object) - Static method in class org.eclipse.jetty.plus.jndi.NamingEntryUtil
- getContextFromFilename(String) - Method in class org.eclipse.jetty.session.FileSessionDataStore
- getContextHandler() - Method in class org.eclipse.jetty.ee10.servlet.ServletChannelState
- getContextHandler() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler.ServletContextApi
- getContextHandler() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.client.JakartaWebSocketClientContainer
- getContextHandler() - Method in class org.eclipse.jetty.ee11.servlet.ServletChannelState
- getContextHandler() - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler.ServletContextApi
- getContextHandler() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.client.JakartaWebSocketClientContainer
- getContextHandler() - Method in class org.eclipse.jetty.ee8.nested.ContextHandler.APIContext
- getContextHandler() - Method in class org.eclipse.jetty.ee8.nested.ContextHandler.CoreContextHandler
- getContextHandler() - Method in class org.eclipse.jetty.ee8.nested.HttpChannel
- getContextHandler() - Method in class org.eclipse.jetty.ee8.nested.HttpChannelState
- getContextHandler() - Method in interface org.eclipse.jetty.ee8.nested.UserIdentityScope
- getContextHandler() - Method in class org.eclipse.jetty.ee8.servlet.ServletHolder
- getContextHandler() - Method in class org.eclipse.jetty.ee8.websocket.javax.client.JavaxWebSocketClientContainer
- getContextHandler() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
- getContextHandler() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.CoreContextHandler
- getContextHandler() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
- getContextHandler() - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
- getContextHandler() - Method in interface org.eclipse.jetty.ee9.nested.UserIdentityScope
- getContextHandler() - Method in class org.eclipse.jetty.ee9.servlet.ServletHolder
- getContextHandler() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.client.JakartaWebSocketClientContainer
- getContextHandler() - Method in class org.eclipse.jetty.server.AllowedResourceAliasChecker
- getContextHandler() - Method in class org.eclipse.jetty.server.handler.ContextHandler.ScopedContext
- getContextHandler(ServletContext) - Static method in class org.eclipse.jetty.ee9.nested.ContextHandler
- getContextHandler(ServletContext) - Static method in class org.eclipse.jetty.ee8.nested.ContextHandler
- getContextHandler(Request) - Static method in class org.eclipse.jetty.server.handler.ContextHandler
- getContextHandlerManagement() - Method in class org.eclipse.jetty.osgi.AbstractContextProvider
- getContextPath() - Method in class org.eclipse.jetty.ee10.servlet.ServletApiRequest.CrossContextIncluded
- getContextPath() - Method in class org.eclipse.jetty.ee10.servlet.ServletApiRequest
- getContextPath() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler.ServletContextApi
- getContextPath() - Method in class org.eclipse.jetty.ee10.servlet.ServletRequestHttpWrapper
- getContextPath() - Method in class org.eclipse.jetty.ee10.servlet.ServletTester
- getContextPath() - Method in class org.eclipse.jetty.ee11.servlet.ServletApiRequest.CrossContextIncluded
- getContextPath() - Method in class org.eclipse.jetty.ee11.servlet.ServletApiRequest
- getContextPath() - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler.ServletContextApi
- getContextPath() - Method in class org.eclipse.jetty.ee11.servlet.ServletRequestHttpWrapper
- getContextPath() - Method in class org.eclipse.jetty.ee11.servlet.ServletTester
- getContextPath() - Method in class org.eclipse.jetty.ee8.nested.ContextHandler.APIContext
- getContextPath() - Method in class org.eclipse.jetty.ee8.nested.ContextHandler
- getContextPath() - Method in class org.eclipse.jetty.ee8.nested.Request
- getContextPath() - Method in class org.eclipse.jetty.ee8.nested.ServletRequestHttpWrapper
- getContextPath() - Method in interface org.eclipse.jetty.ee8.nested.UserIdentityScope
- getContextPath() - Method in class org.eclipse.jetty.ee8.servlet.ServletHolder
- getContextPath() - Method in class org.eclipse.jetty.ee8.servlet.ServletTester
- getContextPath() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
- getContextPath() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
- getContextPath() - Method in class org.eclipse.jetty.ee9.nested.Request
- getContextPath() - Method in class org.eclipse.jetty.ee9.nested.ServletRequestHttpWrapper
- getContextPath() - Method in interface org.eclipse.jetty.ee9.nested.UserIdentityScope
- getContextPath() - Method in class org.eclipse.jetty.ee9.servlet.ServletHolder
- getContextPath() - Method in class org.eclipse.jetty.ee9.servlet.ServletTester
- getContextPath() - Method in class org.eclipse.jetty.osgi.BundleMetadata
- getContextPath() - Method in interface org.eclipse.jetty.server.Context
- getContextPath() - Method in class org.eclipse.jetty.server.Context.Wrapper
- getContextPath() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getContextPath() - Method in class org.eclipse.jetty.server.handler.ContextHandler.ScopedContext
- getContextPath() - Method in class org.eclipse.jetty.session.SessionData
-
Get the context path associated with this session.
- getContextPath(Request) - Static method in interface org.eclipse.jetty.server.Request
-
Get the context path of this
Request. - getContextPath(Bundle) - Static method in class org.eclipse.jetty.osgi.util.Util
-
Get or create a contextPath from bundle headers and information
- getContextPathColumn() - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
- getContextPathEncoded() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler
- getContextPathEncoded() - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler
- getContextPathEncoded() - Method in class org.eclipse.jetty.ee8.nested.ContextHandler
- getContextPathEncoded() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
- getContextPaths() - Method in class org.eclipse.jetty.server.handler.ContextHandlerCollection
- getContexts() - Method in class org.eclipse.jetty.deploy.StandardDeployer
- getContexts() - Method in class org.eclipse.jetty.server.jmx.ServerMBean
- getConversation() - Method in class org.eclipse.jetty.client.transport.HttpExchange
- getConversation() - Method in class org.eclipse.jetty.client.transport.HttpRequest
- getConvertedType() - Method in class org.eclipse.jetty.websocket.core.util.InvokerUtils.Arg
- getConvertor(Class) - Method in class org.eclipse.jetty.util.ajax.JSON
-
Looks up a convertor for a class.
- getConvertor(String) - Method in class org.eclipse.jetty.util.ajax.AsyncJSON.Factory
-
Returns the
JSON.Convertorassociated with the given class name, if any. - getConvertorFor(String) - Method in class org.eclipse.jetty.util.ajax.JSON
-
Looks up a convertor for a class name.
- getCookies() - Method in interface org.eclipse.jetty.client.Request
- getCookies() - Method in class org.eclipse.jetty.client.transport.HttpRequest
- getCookies() - Method in class org.eclipse.jetty.ee10.servlet.ServletApiRequest
- getCookies() - Method in class org.eclipse.jetty.ee10.servlet.ServletRequestHttpWrapper
- getCookies() - Method in class org.eclipse.jetty.ee11.servlet.ServletApiRequest
- getCookies() - Method in class org.eclipse.jetty.ee11.servlet.ServletRequestHttpWrapper
- getCookies() - Method in class org.eclipse.jetty.ee8.nested.Cookies
- getCookies() - Method in class org.eclipse.jetty.ee8.nested.Request
- getCookies() - Method in class org.eclipse.jetty.ee8.nested.ServletRequestHttpWrapper
- getCookies() - Method in interface org.eclipse.jetty.ee8.websocket.api.UpgradeRequest
-
Get the list of Cookies on the Upgrade request
- getCookies() - Method in class org.eclipse.jetty.ee8.websocket.client.ClientUpgradeRequest
- getCookies() - Method in class org.eclipse.jetty.ee8.websocket.client.impl.DelegatedJettyClientUpgradeRequest
- getCookies() - Method in class org.eclipse.jetty.ee9.nested.Cookies
- getCookies() - Method in class org.eclipse.jetty.ee9.nested.Request
- getCookies() - Method in class org.eclipse.jetty.ee9.nested.ServletRequestHttpWrapper
- getCookies() - Method in interface org.eclipse.jetty.ee9.websocket.api.UpgradeRequest
-
Get the list of Cookies on the Upgrade request
- getCookies() - Method in class org.eclipse.jetty.ee9.websocket.client.ClientUpgradeRequest
- getCookies() - Method in class org.eclipse.jetty.ee9.websocket.client.impl.DelegatedJettyClientUpgradeRequest
- getCookies() - Method in interface org.eclipse.jetty.websocket.api.UpgradeRequest
-
Get the list of Cookies on the Upgrade request
- getCookies() - Method in class org.eclipse.jetty.websocket.client.ClientUpgradeRequest
- getCookies() - Method in class org.eclipse.jetty.websocket.core.client.CoreClientUpgradeRequest
- getCookies(HttpFields) - Method in class org.eclipse.jetty.http.CookieCache
-
Deprecated.
- getCookies(HttpFields, ComplianceViolation.Listener) - Method in class org.eclipse.jetty.http.CookieCache
-
Deprecated.
- getCookies(Request) - Static method in class org.eclipse.jetty.server.CookieCache
-
Get the core HttpCookies for a request.
- getCookies(Request) - Static method in interface org.eclipse.jetty.server.Request
- getCookieSet() - Method in class org.eclipse.jetty.session.SessionData
-
Get time cookie was set.
- getCookieSetTime() - Method in class org.eclipse.jetty.session.ManagedSession
- getCookieTimeColumn() - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
- getCoreConfig() - Method in class org.eclipse.jetty.ee8.websocket.common.JettyExtensionConfig
- getCoreConfig() - Method in class org.eclipse.jetty.ee9.websocket.common.JettyExtensionConfig
- getCoreConfig() - Method in class org.eclipse.jetty.websocket.common.JettyExtensionConfig
- getCoreContextHandler() - Method in class org.eclipse.jetty.ee8.nested.ContextHandler
- getCoreContextHandler() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
- getCoreRequest() - Method in class org.eclipse.jetty.ee8.nested.HttpChannel
- getCoreRequest() - Method in class org.eclipse.jetty.ee8.nested.Request
- getCoreRequest() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
- getCoreRequest() - Method in class org.eclipse.jetty.ee9.nested.Request
- getCoreResponse() - Method in class org.eclipse.jetty.ee8.nested.HttpChannel
- getCoreResponse() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
- getCoreSession() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketSession
- getCoreSession() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketSession
- getCoreSession() - Method in class org.eclipse.jetty.ee8.websocket.common.WebSocketSession
- getCoreSession() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketSession
- getCoreSession() - Method in class org.eclipse.jetty.ee9.websocket.common.WebSocketSession
- getCoreSession() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketSession
- getCoreSession() - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
- getCoreSession() - Method in class org.eclipse.jetty.websocket.core.AbstractExtension
- getCoreSession() - Method in class org.eclipse.jetty.websocket.core.messages.AbstractMessageSink
-
Get the WebSocket session.
- getCount() - Method in interface org.eclipse.jetty.ee10.servlets.DoSFilter.OverLimit
- getCount() - Method in interface org.eclipse.jetty.ee11.servlets.DoSFilter.OverLimit
- getCount() - Method in interface org.eclipse.jetty.ee8.servlets.DoSFilter.OverLimit
- getCount() - Method in interface org.eclipse.jetty.ee9.servlets.DoSFilter.OverLimit
- getCount() - Method in class org.eclipse.jetty.util.ByteArrayOutputStream2
- getCount() - Method in class org.eclipse.jetty.util.statistic.RateStatistic
-
Get the number of samples recorded.
- getCount() - Method in class org.eclipse.jetty.util.statistic.SampleStatistic
-
Get the number of samples recorded.
- getCreated() - Method in class org.eclipse.jetty.session.SessionData
- getCreatedTimeStamp() - Method in class org.eclipse.jetty.http2.HTTP2StreamEndPoint
- getCreatedTimeStamp() - Method in class org.eclipse.jetty.io.AbstractConnection
- getCreatedTimeStamp() - Method in class org.eclipse.jetty.io.AbstractEndPoint
- getCreatedTimeStamp() - Method in interface org.eclipse.jetty.io.Connection
- getCreatedTimeStamp() - Method in interface org.eclipse.jetty.io.EndPoint
- getCreatedTimeStamp() - Method in class org.eclipse.jetty.quic.common.StreamEndPoint
- getCreatedTimeStamp() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
- getCreateIndexOverExpiryStatementAsString(String) - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
- getCreateIndexOverSessionStatementAsString(String) - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
- getCreateStatementAsString() - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
- getCreateTables() - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
- getCreateTimeColumn() - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
- getCreationTime() - Method in class org.eclipse.jetty.ee10.servlet.SessionHandler.ServletSessionApi
- getCreationTime() - Method in class org.eclipse.jetty.ee11.servlet.SessionHandler.ServletSessionApi
- getCreationTime() - Method in class org.eclipse.jetty.ee8.nested.SessionHandler.ServletSessionApi
- getCreationTime() - Method in class org.eclipse.jetty.ee9.nested.SessionHandler.ServletSessionApi
- getCreationTime() - Method in class org.eclipse.jetty.session.ManagedSession
- getCredential() - Method in class org.eclipse.jetty.ee10.security.jaspi.callback.CredentialValidationCallback
- getCredential() - Method in interface org.eclipse.jetty.ee10.servlet.security.authentication.LoginCallback
- getCredential() - Method in class org.eclipse.jetty.ee10.servlet.security.authentication.LoginCallbackImpl
- getCredential() - Method in class org.eclipse.jetty.ee11.security.jaspi.callback.CredentialValidationCallback
- getCredential() - Method in interface org.eclipse.jetty.ee11.servlet.security.authentication.LoginCallback
- getCredential() - Method in class org.eclipse.jetty.ee11.servlet.security.authentication.LoginCallbackImpl
- getCredential() - Method in interface org.eclipse.jetty.ee8.security.authentication.LoginCallback
- getCredential() - Method in class org.eclipse.jetty.ee8.security.authentication.LoginCallbackImpl
- getCredential() - Method in class org.eclipse.jetty.ee8.security.jaspi.callback.CredentialValidationCallback
- getCredential() - Method in interface org.eclipse.jetty.ee9.security.authentication.LoginCallback
- getCredential() - Method in class org.eclipse.jetty.ee9.security.authentication.LoginCallbackImpl
- getCredential() - Method in class org.eclipse.jetty.ee9.security.jaspi.callback.CredentialValidationCallback
- getCredential() - Method in class org.eclipse.jetty.security.jaas.callback.AbstractCallbackHandler
- getCredential(String) - Static method in class org.eclipse.jetty.util.security.Credential
-
Converts the given String into a Credential.
- getCredential(String) - Method in interface org.eclipse.jetty.util.security.CredentialProvider
-
Get a credential from a String
- getCredential(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
Returns the credential object for the given realm.
- getCredentials() - Method in class org.eclipse.jetty.security.openid.OpenIdUserPrincipal
- getCrlPath() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- getCrls() - Method in class org.eclipse.jetty.util.security.CertificateValidator
- getCrossContextDispatchType(Request) - Method in interface org.eclipse.jetty.server.Context
-
Get any cross context dispatch type
- getCrossContextDispatchType(Request) - Method in class org.eclipse.jetty.server.handler.ContextHandler.ScopedContext
- getCrossContextHandler(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
If
cross context dispatch is supportedby this context then find a context bycontextPaththat also supports cross context dispatch. - getCSV(String, boolean) - Method in interface org.eclipse.jetty.http.HttpFields
-
Returns all the values of all the fields with the given field name.
- getCSV(HttpHeader, boolean) - Method in interface org.eclipse.jetty.http.HttpFields
-
Returns all the values of all the fields with the given field name.
- getCurrent() - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
-
Get current counter value.
- getCurrentContext() - Static method in class org.eclipse.jetty.ee8.nested.ContextHandler
-
Get the current ServletContext implementation.
- getCurrentContext() - Static method in class org.eclipse.jetty.ee9.nested.ContextHandler
-
Get the current ServletContext implementation.
- getCurrentContext() - Static method in class org.eclipse.jetty.server.handler.ContextHandler
-
Get the current Context if any.
- getCurrentContext(Server) - Static method in class org.eclipse.jetty.server.handler.ContextHandler
-
Get the current Context if any, or else server context if any.
- getCurrentContextHandler() - Static method in class org.eclipse.jetty.ee8.nested.ContextHandler
- getCurrentContextHandler() - Static method in class org.eclipse.jetty.ee9.nested.ContextHandler
- getCurrentContextHandler() - Static method in class org.eclipse.jetty.server.handler.ContextHandler
- getCurrentRequestCount() - Method in class org.eclipse.jetty.server.handler.GracefulHandler
- getCurrentReservedThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
- getCurrentSecurityHandler() - Static method in class org.eclipse.jetty.ee8.security.SecurityHandler
- getCurrentSecurityHandler() - Static method in class org.eclipse.jetty.ee9.security.SecurityHandler
- getCurrentSecurityHandler() - Static method in class org.eclipse.jetty.security.SecurityHandler
- getCurrentServletContext() - Static method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler
- getCurrentServletContext() - Static method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler
- getCurrentServletContextHandler() - Static method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler
- getCurrentServletContextHandler() - Static method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler
- getCurrentStreamWrapperCount() - Method in class org.eclipse.jetty.server.handler.GracefulHandler
- getCurrentUser() - Method in class org.eclipse.jetty.security.jaas.spi.AbstractLoginModule
- getCurrentWebAppContext() - Static method in class org.eclipse.jetty.ee10.webapp.WebAppContext
- getCurrentWebAppContext() - Static method in class org.eclipse.jetty.ee11.webapp.WebAppContext
- getCurrentWebAppContext() - Static method in class org.eclipse.jetty.ee8.webapp.WebAppContext
- getCurrentWebAppContext() - Static method in class org.eclipse.jetty.ee9.webapp.WebAppContext
- getCustomizer(Class) - Method in class org.eclipse.jetty.server.HttpConfiguration
- getCustomizers() - Method in class org.eclipse.jetty.server.HttpConfiguration
- getData() - Method in class org.eclipse.jetty.quic.api.frames.CryptoFrame
- getData() - Method in class org.eclipse.jetty.quic.api.frames.PathChallengeFrame
- getData() - Method in class org.eclipse.jetty.quic.api.frames.PathResponseFrame
- getData() - Method in class org.eclipse.jetty.quic.api.frames.StreamFrame
- getDataBytesRemaining() - Method in class org.eclipse.jetty.http2.HTTP2Session.Entry
- getDataConstraint() - Method in class org.eclipse.jetty.ee8.nested.ServletConstraint
- getDataConstraint() - Method in class org.eclipse.jetty.ee9.nested.ServletConstraint
- getDataLength() - Method in class org.eclipse.jetty.http2.HTTP2Stream
- getDatasource() - Method in class org.eclipse.jetty.session.DatabaseAdaptor
- getDatasourceName() - Method in class org.eclipse.jetty.session.DatabaseAdaptor
- getDatedFilename() - Method in class org.eclipse.jetty.server.RequestLogWriter
-
Retrieve the file name of the request log with the expanded date wildcard if the output is written to the disk using
RolloverFileOutputStream. - getDatedFilename() - Method in class org.eclipse.jetty.util.RolloverFileOutputStream
- getDateField() - Method in class org.eclipse.jetty.server.Server
- getDateField(String) - Method in interface org.eclipse.jetty.http.HttpFields
-
Returns the value of a date field as the number of milliseconds since the Unix Epoch, or -1 if no such field is present.
- getDateField(HttpHeader) - Method in interface org.eclipse.jetty.http.HttpFields
-
Returns the value of a date field as the number of milliseconds since the Unix Epoch, or -1 if no such field is present.
- getDateHeader(String) - Method in class org.eclipse.jetty.ee10.servlet.ServletApiRequest
- getDateHeader(String) - Method in class org.eclipse.jetty.ee10.servlet.ServletRequestHttpWrapper
- getDateHeader(String) - Method in class org.eclipse.jetty.ee11.servlet.ServletApiRequest
- getDateHeader(String) - Method in class org.eclipse.jetty.ee11.servlet.ServletRequestHttpWrapper
- getDateHeader(String) - Method in class org.eclipse.jetty.ee8.nested.Request
- getDateHeader(String) - Method in class org.eclipse.jetty.ee8.nested.ServletRequestHttpWrapper
- getDateHeader(String) - Method in class org.eclipse.jetty.ee8.security.authentication.FormAuthenticator.FormRequest
- getDateHeader(String) - Method in class org.eclipse.jetty.ee9.nested.Request
- getDateHeader(String) - Method in class org.eclipse.jetty.ee9.nested.ServletRequestHttpWrapper
- getDateHeader(String) - Method in class org.eclipse.jetty.ee9.security.authentication.FormAuthenticator.FormRequest
- getDBCollection() - Method in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStore
- getDbName() - Method in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStoreFactory
-
Get the dbName.
- getDBName() - Method in class org.eclipse.jetty.session.DatabaseAdaptor
- getDeclaration() - Method in interface org.eclipse.jetty.http.pathmap.PathSpec
-
The as-provided path spec.
- getDeclaration() - Method in class org.eclipse.jetty.http.pathmap.RegexPathSpec
- getDeclaration() - Method in class org.eclipse.jetty.http.pathmap.ServletPathSpec
- getDeclaration() - Method in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
- getDecodedPath() - Method in interface org.eclipse.jetty.http.HttpURI
- getDecodedPath() - Method in class org.eclipse.jetty.http.HttpURI.Immutable
- getDecodedPath() - Method in class org.eclipse.jetty.http.HttpURI.Mutable
- getDecodedPathInContext() - Method in interface org.eclipse.jetty.ee10.servlet.ServletContextHandler.ServletRequestInfo
- getDecodedPathInContext() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextRequest
- getDecodedPathInContext() - Method in interface org.eclipse.jetty.ee11.servlet.ServletContextHandler.ServletRequestInfo
- getDecodedPathInContext() - Method in class org.eclipse.jetty.ee11.servlet.ServletContextRequest
- getDecoders() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.EndpointConfigWrapper
- getDecoders() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketSession
- getDecoders() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.EndpointConfigWrapper
- getDecoders() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketSession
- getDecoders() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.EndpointConfigWrapper
- getDecoders() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketSession
- getDecoders() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.EndpointConfigWrapper
- getDecoders() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketSession
- getDecompressExcludeMethods() - Method in class org.eclipse.jetty.compression.server.CompressionConfig
- getDecompressExcludePaths() - Method in class org.eclipse.jetty.compression.server.CompressionConfig
- getDecompressIncludeMethods() - Method in class org.eclipse.jetty.compression.server.CompressionConfig
- getDecompressIncludePaths() - Method in class org.eclipse.jetty.compression.server.CompressionConfig
- getDecoratedObjectFactory() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler.ServletScopedContext
- getDecoratedObjectFactory() - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler.ServletScopedContext
- getDecoratedObjectFactory() - Method in class org.eclipse.jetty.server.handler.ContextHandler.ScopedContext
- getDecorators() - Method in class org.eclipse.jetty.util.DecoratedObjectFactory
- getDefaultAsyncSendTimeout() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketContainer
- getDefaultAsyncSendTimeout() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketContainer
- getDefaultAsyncSendTimeout() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketContainer
- getDefaultAsyncSendTimeout() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketContainer
- getDefaultCharset() - Method in class org.eclipse.jetty.http.MultiPartFormData.Parser
-
Returns the default charset as specified by RFC 7578, section 4.6, that is the charset specified by the part named
_charset_. - getDefaultConnectionFactory() - Method in class org.eclipse.jetty.quic.quiche.server.QuicheServerConnector
- getDefaultConnectionFactory() - Method in class org.eclipse.jetty.server.AbstractConnector
- getDefaultConnectionFactory() - Method in interface org.eclipse.jetty.server.Connector
-
Get the default
ConnectionFactoryassociated with the default protocol name. - getDefaultContentType() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler.JspPropertyGroup
- getDefaultContentType() - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler.JspPropertyGroup
- getDefaultContentType() - Method in class org.eclipse.jetty.ee8.servlet.ServletContextHandler.JspPropertyGroup
- getDefaultContentType() - Method in class org.eclipse.jetty.ee9.servlet.ServletContextHandler.JspPropertyGroup
- getDefaultDecoderConfig() - Method in class org.eclipse.jetty.compression.brotli.BrotliCompression
- getDefaultDecoderConfig() - Method in class org.eclipse.jetty.compression.Compression
- getDefaultDecoderConfig() - Method in class org.eclipse.jetty.compression.gzip.GzipCompression
- getDefaultDecoderConfig() - Method in class org.eclipse.jetty.compression.zstandard.ZstandardCompression
- getDefaultEncoderConfig() - Method in class org.eclipse.jetty.compression.brotli.BrotliCompression
- getDefaultEncoderConfig() - Method in class org.eclipse.jetty.compression.Compression
- getDefaultEncoderConfig() - Method in class org.eclipse.jetty.compression.gzip.GzipCompression
- getDefaultEncoderConfig() - Method in class org.eclipse.jetty.compression.zstandard.ZstandardCompression
- getDefaultFavicon() - Method in class org.eclipse.jetty.server.Server
-
Get the default Favicon
- getDefaultHandler() - Method in class org.eclipse.jetty.server.Server
- getDefaultMaxBinaryMessageBufferSize() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketContainer
- getDefaultMaxBinaryMessageBufferSize() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketContainer
- getDefaultMaxBinaryMessageBufferSize() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketContainer
- getDefaultMaxBinaryMessageBufferSize() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketContainer
- getDefaultMaxSessionIdleTimeout() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketContainer
- getDefaultMaxSessionIdleTimeout() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketContainer
- getDefaultMaxSessionIdleTimeout() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketContainer
- getDefaultMaxSessionIdleTimeout() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketContainer
- getDefaultMaxTextMessageBufferSize() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketContainer
- getDefaultMaxTextMessageBufferSize() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketContainer
- getDefaultMaxTextMessageBufferSize() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketContainer
- getDefaultMaxTextMessageBufferSize() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketContainer
- getDefaultPort() - Method in enum class org.eclipse.jetty.http.HttpScheme
- getDefaultPort(String) - Static method in enum class org.eclipse.jetty.http.HttpScheme
-
Deprecated.
- getDefaultPortForScheme(String) - Static method in class org.eclipse.jetty.util.URIUtil
-
Get the default port for some well known schemes
- getDefaultProtocol() - Method in class org.eclipse.jetty.server.AbstractConnector
- getDefaultProtocol() - Method in class org.eclipse.jetty.server.NegotiatingServerConnection
- getDefaultProtocol() - Method in class org.eclipse.jetty.server.NegotiatingServerConnectionFactory
- getDefaultRequestCharacterEncoding() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler
- getDefaultRequestCharacterEncoding() - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler
- getDefaultRequestCharacterEncoding() - Method in class org.eclipse.jetty.ee8.nested.ContextHandler
- getDefaultRequestCharacterEncoding() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
- getDefaultRequestContentType() - Method in class org.eclipse.jetty.client.HttpClient
- getDefaultResponseCharacterEncoding() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler
- getDefaultResponseCharacterEncoding() - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler
- getDefaultResponseCharacterEncoding() - Method in class org.eclipse.jetty.ee8.nested.ContextHandler
- getDefaultResponseCharacterEncoding() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
- getDefaultResponseMimeType() - Method in class org.eclipse.jetty.server.handler.ErrorHandler
- getDefaultsDescriptor() - Method in class org.eclipse.jetty.ee10.webapp.MetaData
- getDefaultsDescriptor() - Method in class org.eclipse.jetty.ee10.webapp.WebAppContext
-
The default descriptor is a web.xml format file that is applied to the context before the standard WEB-INF/web.xml
- getDefaultsDescriptor() - Method in class org.eclipse.jetty.ee11.webapp.MetaData
- getDefaultsDescriptor() - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
-
The default descriptor is a web.xml format file that is applied to the context before the standard WEB-INF/web.xml
- getDefaultsDescriptor() - Method in class org.eclipse.jetty.ee8.webapp.MetaData
- getDefaultsDescriptor() - Method in class org.eclipse.jetty.ee8.webapp.WebAppContext
-
The default descriptor is a web.xml format file that is applied to the context before the standard WEB-INF/web.xml
- getDefaultsDescriptor() - Method in class org.eclipse.jetty.ee9.webapp.MetaData
- getDefaultsDescriptor() - Method in class org.eclipse.jetty.ee9.webapp.WebAppContext
-
The default descriptor is a web.xml format file that is applied to the context before the standard WEB-INF/web.xml
- getDefaultSecurityHandlerClass() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler
-
Get the defaultSecurityHandlerClass.
- getDefaultSecurityHandlerClass() - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler
-
Get the defaultSecurityHandlerClass.
- getDefaultSecurityHandlerClass() - Method in class org.eclipse.jetty.ee8.servlet.ServletContextHandler
-
Get the defaultSecurityHandlerClass.
- getDefaultSecurityHandlerClass() - Method in class org.eclipse.jetty.ee9.servlet.ServletContextHandler
-
Get the defaultSecurityHandlerClass.
- getDefaultSessionTrackingModes() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler.ServletContextApi
- getDefaultSessionTrackingModes() - Method in class org.eclipse.jetty.ee10.servlet.SessionHandler
- getDefaultSessionTrackingModes() - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler.ServletContextApi
- getDefaultSessionTrackingModes() - Method in class org.eclipse.jetty.ee11.servlet.SessionHandler
- getDefaultSessionTrackingModes() - Method in class org.eclipse.jetty.ee8.nested.ContextHandler.APIContext
- getDefaultSessionTrackingModes() - Method in class org.eclipse.jetty.ee8.nested.SessionHandler
- getDefaultSessionTrackingModes() - Method in class org.eclipse.jetty.ee8.servlet.ServletContextHandler.ServletAPIContext
- getDefaultSessionTrackingModes() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
- getDefaultSessionTrackingModes() - Method in class org.eclipse.jetty.ee9.nested.SessionHandler
- getDefaultSessionTrackingModes() - Method in class org.eclipse.jetty.ee9.servlet.ServletContextHandler.ServletAPIContext
- getDefaultStyleSheet() - Method in class org.eclipse.jetty.server.Server
-
Get the Default CSS
- getDefaultVirtualThreadsExecutor() - Static method in class org.eclipse.jetty.util.VirtualThreads
-
Get a default virtual thread per task
Executor. - getDeferredSyntaxAllowedAsLiteral() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler.JspPropertyGroup
- getDeferredSyntaxAllowedAsLiteral() - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler.JspPropertyGroup
- getDeferredSyntaxAllowedAsLiteral() - Method in class org.eclipse.jetty.ee8.servlet.ServletContextHandler.JspPropertyGroup
- getDeferredSyntaxAllowedAsLiteral() - Method in class org.eclipse.jetty.ee9.servlet.ServletContextHandler.JspPropertyGroup
- getDeflaterEntry(Request, long) - Method in interface org.eclipse.jetty.server.handler.gzip.GzipFactory
- getDeflaterEntry(Request, long) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Deprecated.
- getDeflaterPool() - Method in class org.eclipse.jetty.compression.gzip.GzipCompression
- getDeflaterPool() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Deprecated.Get the DeflaterPool being used.
- getDeflaterPool() - Method in class org.eclipse.jetty.websocket.core.AbstractExtension
- getDeflaterPool() - Method in class org.eclipse.jetty.websocket.core.WebSocketComponents
- getDelayMs() - Method in class org.eclipse.jetty.ee10.servlets.DoSFilter
-
Get delay (in milliseconds) that is applied to all requests over the rate limit, before they are considered at all.
- getDelayMs() - Method in class org.eclipse.jetty.ee11.servlets.DoSFilter
-
Get delay (in milliseconds) that is applied to all requests over the rate limit, before they are considered at all.
- getDelayMs() - Method in class org.eclipse.jetty.ee8.servlets.DoSFilter
-
Get delay (in milliseconds) that is applied to all requests over the rate limit, before they are considered at all.
- getDelayMs() - Method in class org.eclipse.jetty.ee9.servlets.DoSFilter
-
Get delay (in milliseconds) that is applied to all requests over the rate limit, before they are considered at all.
- getDelegate() - Method in class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
- getDeleteStatement(Connection, String, SessionContext) - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
- getDemandCallbackTimeout() - Method in class org.eclipse.jetty.server.handler.StateTrackingHandler
- getDependencies() - Method in class org.eclipse.jetty.ee10.webapp.AbstractConfiguration
- getDependencies() - Method in interface org.eclipse.jetty.ee10.webapp.Configuration
-
Get known Configuration Dependencies.
- getDependencies() - Method in class org.eclipse.jetty.ee11.webapp.AbstractConfiguration
- getDependencies() - Method in interface org.eclipse.jetty.ee11.webapp.Configuration
-
Get known Configuration Dependencies.
- getDependencies() - Method in class org.eclipse.jetty.ee8.webapp.AbstractConfiguration
- getDependencies() - Method in interface org.eclipse.jetty.ee8.webapp.Configuration
-
Get known Configuration Dependencies.
- getDependencies() - Method in class org.eclipse.jetty.ee9.webapp.AbstractConfiguration
- getDependencies() - Method in interface org.eclipse.jetty.ee9.webapp.Configuration
-
Get known Configuration Dependencies.
- getDependents() - Method in class org.eclipse.jetty.ee10.webapp.AbstractConfiguration
- getDependents() - Method in interface org.eclipse.jetty.ee10.webapp.Configuration
-
Get known Configuration Dependents.
- getDependents() - Method in class org.eclipse.jetty.ee11.webapp.AbstractConfiguration
- getDependents() - Method in interface org.eclipse.jetty.ee11.webapp.Configuration
-
Get known Configuration Dependents.
- getDependents() - Method in class org.eclipse.jetty.ee8.webapp.AbstractConfiguration
- getDependents() - Method in interface org.eclipse.jetty.ee8.webapp.Configuration
-
Get known Configuration Dependents.
- getDependents() - Method in class org.eclipse.jetty.ee9.webapp.AbstractConfiguration
- getDependents() - Method in interface org.eclipse.jetty.ee9.webapp.Configuration
-
Get known Configuration Dependents.
- getDesc() - Method in class org.eclipse.jetty.annotations.AnnotationParser.MethodInfo
- getDescendant(Class) - Method in class org.eclipse.jetty.server.Handler.AbstractContainer
- getDescendant(Class) - Method in interface org.eclipse.jetty.server.Handler.Container
- getDescendants() - Method in interface org.eclipse.jetty.server.Handler.Container
- getDescendants(Class) - Method in class org.eclipse.jetty.server.Handler.AbstractContainer
- getDescendants(Class) - Method in interface org.eclipse.jetty.server.Handler.Container
- getDescription() - Method in interface org.eclipse.jetty.http.ComplianceViolation
- getDescription() - Method in enum class org.eclipse.jetty.http.CookieCompliance.Violation
- getDescription() - Method in enum class org.eclipse.jetty.http.HttpCompliance.Violation
- getDescription() - Method in enum class org.eclipse.jetty.http.MultiPartCompliance.Violation
- getDescription() - Method in enum class org.eclipse.jetty.http.UriCompliance.Violation
- getDescriptor() - Method in class org.eclipse.jetty.ee10.webapp.MetaData.OriginInfo
- getDescriptor() - Method in class org.eclipse.jetty.ee10.webapp.WebAppContext
- getDescriptor() - Method in class org.eclipse.jetty.ee11.webapp.MetaData.OriginInfo
- getDescriptor() - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
- getDescriptor() - Method in class org.eclipse.jetty.ee8.webapp.MetaData.OriginInfo
- getDescriptor() - Method in class org.eclipse.jetty.ee8.webapp.WebAppContext
- getDescriptor() - Method in class org.eclipse.jetty.ee9.webapp.MetaData.OriginInfo
- getDescriptor() - Method in class org.eclipse.jetty.ee9.webapp.WebAppContext
- getDestinationAddress() - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V1.Tag
- getDestinationAddress() - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag
- getDestinationIdleTimeout() - Method in class org.eclipse.jetty.client.HttpClient
-
The default value is 0
- getDestinationPort() - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V1.Tag
- getDestinationPort() - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag
- getDestinations() - Method in class org.eclipse.jetty.client.HttpClient
- getDigest() - Method in class org.eclipse.jetty.util.security.Credential.MD5
- getDirectBucketsStatistics() - Method in class org.eclipse.jetty.io.ArrayByteBufferPool
- getDirectByteBufferCount() - Method in class org.eclipse.jetty.io.ArrayByteBufferPool
- getDirectMemory() - Method in class org.eclipse.jetty.io.ArrayByteBufferPool
- getDisableActiveMigration() - Method in class org.eclipse.jetty.quic.quiche.QuicheConfig
- getDispatchContext() - Method in class org.eclipse.jetty.ee10.servlet.AsyncContextEvent
- getDispatchContext() - Method in class org.eclipse.jetty.ee11.servlet.AsyncContextEvent
- getDispatchContext() - Method in class org.eclipse.jetty.ee8.nested.AsyncContextEvent
- getDispatchContext() - Method in class org.eclipse.jetty.ee9.nested.AsyncContextEvent
- getDispatcherType() - Method in class org.eclipse.jetty.ee10.servlet.ServletApiRequest
- getDispatcherType() - Method in class org.eclipse.jetty.ee11.servlet.ServletApiRequest
- getDispatcherType() - Method in class org.eclipse.jetty.ee8.nested.Request
- getDispatcherType() - Method in class org.eclipse.jetty.ee9.nested.Request
- getDispatcherTypes() - Method in class org.eclipse.jetty.ee10.servlet.FilterMapping
- getDispatcherTypes() - Method in class org.eclipse.jetty.ee11.servlet.FilterMapping
- getDispatcherTypes() - Method in class org.eclipse.jetty.ee8.servlet.FilterMapping
- getDispatcherTypes() - Method in class org.eclipse.jetty.ee9.servlet.FilterMapping
- getDispatchPath() - Method in class org.eclipse.jetty.ee10.servlet.AsyncContextEvent
- getDispatchPath() - Method in class org.eclipse.jetty.ee11.servlet.AsyncContextEvent
- getDispatchPath() - Method in class org.eclipse.jetty.ee8.nested.AsyncContextEvent
- getDispatchPath() - Method in class org.eclipse.jetty.ee9.nested.AsyncContextEvent
- getDisplayName() - Method in class org.eclipse.jetty.ee10.servlet.Holder
- getDisplayName() - Method in class org.eclipse.jetty.ee11.servlet.Holder
- getDisplayName() - Method in class org.eclipse.jetty.ee8.nested.ContextHandler
- getDisplayName() - Method in class org.eclipse.jetty.ee8.servlet.Holder
- getDisplayName() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
- getDisplayName() - Method in class org.eclipse.jetty.ee9.servlet.Holder
- getDisplayName() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getDomain() - Method in class org.eclipse.jetty.ee10.servlet.SessionHandler.CookieConfig
- getDomain() - Method in class org.eclipse.jetty.ee11.servlet.SessionHandler.CookieConfig
- getDomain() - Method in class org.eclipse.jetty.ee8.nested.Response.HttpCookieFacade
- getDomain() - Method in class org.eclipse.jetty.ee8.nested.SessionHandler.CookieConfig
- getDomain() - Method in class org.eclipse.jetty.ee9.nested.Response.HttpCookieFacade
- getDomain() - Method in class org.eclipse.jetty.ee9.nested.SessionHandler.CookieConfig
- getDomain() - Method in interface org.eclipse.jetty.http.HttpCookie
-
Equivalent to
getAttributes().get(DOMAIN_ATTRIBUTE). - getDomain() - Method in class org.eclipse.jetty.http.HttpCookie.JavaNetHttpCookie
- getDomain() - Method in class org.eclipse.jetty.http.HttpCookie.Wrapper
- getDomain() - Method in class org.eclipse.jetty.jmx.MBeanContainer
-
Retrieve domain name used to add MBeans
- getDriver() - Method in class org.eclipse.jetty.session.DatabaseAdaptor
- getDriverClassName() - Method in class org.eclipse.jetty.session.DatabaseAdaptor
- getDTD() - Method in class org.eclipse.jetty.xml.XmlParser
- getDuration() - Method in interface org.eclipse.jetty.ee10.servlets.DoSFilter.OverLimit
- getDuration() - Method in interface org.eclipse.jetty.ee11.servlets.DoSFilter.OverLimit
- getDuration() - Method in interface org.eclipse.jetty.ee8.servlets.DoSFilter.OverLimit
- getDuration() - Method in interface org.eclipse.jetty.ee9.servlets.DoSFilter.OverLimit
- getDynamicTableSize() - Method in class org.eclipse.jetty.http2.hpack.HpackContext
- getECT0Count() - Method in class org.eclipse.jetty.quic.api.frames.AckFrame
- getECT1Count() - Method in class org.eclipse.jetty.quic.api.frames.AckFrame
- getEffectiveMajorVersion() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler.ServletContextApi
- getEffectiveMajorVersion() - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler.ServletContextApi
- getEffectiveMajorVersion() - Method in class org.eclipse.jetty.ee8.nested.ContextHandler.APIContext
- getEffectiveMajorVersion() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
- getEffectiveMinorVersion() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler.ServletContextApi
- getEffectiveMinorVersion() - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler.ServletContextApi
- getEffectiveMinorVersion() - Method in class org.eclipse.jetty.ee8.nested.ContextHandler.APIContext
- getEffectiveMinorVersion() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
- getEffectiveOpCode() - Method in interface org.eclipse.jetty.websocket.api.Frame
-
The effective opcode of the frame accounting for the CONTINUATION opcode.
- getEffectiveOpCode() - Method in class org.eclipse.jetty.websocket.common.JettyWebSocketFrame
- getEffectiveSessionTrackingModes() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler.ServletContextApi
- getEffectiveSessionTrackingModes() - Method in class org.eclipse.jetty.ee10.servlet.SessionHandler
- getEffectiveSessionTrackingModes() - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler.ServletContextApi
- getEffectiveSessionTrackingModes() - Method in class org.eclipse.jetty.ee11.servlet.SessionHandler
- getEffectiveSessionTrackingModes() - Method in class org.eclipse.jetty.ee8.nested.ContextHandler.APIContext
- getEffectiveSessionTrackingModes() - Method in class org.eclipse.jetty.ee8.nested.SessionHandler
- getEffectiveSessionTrackingModes() - Method in class org.eclipse.jetty.ee8.servlet.ServletContextHandler.ServletAPIContext
- getEffectiveSessionTrackingModes() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
- getEffectiveSessionTrackingModes() - Method in class org.eclipse.jetty.ee9.nested.SessionHandler
- getEffectiveSessionTrackingModes() - Method in class org.eclipse.jetty.ee9.servlet.ServletContextHandler.ServletAPIContext
- getElapsedNanos() - Method in class org.eclipse.jetty.ee10.annotations.AnnotationConfiguration.TimeStatistic
- getElapsedNanos() - Method in class org.eclipse.jetty.ee11.annotations.AnnotationConfiguration.TimeStatistic
- getElapsedNanos() - Method in class org.eclipse.jetty.ee8.annotations.AnnotationConfiguration.TimeStatistic
- getElapsedNanos() - Method in class org.eclipse.jetty.ee9.annotations.AnnotationConfiguration.TimeStatistic
- getElIgnored() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler.JspPropertyGroup
- getElIgnored() - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler.JspPropertyGroup
- getElIgnored() - Method in class org.eclipse.jetty.ee8.servlet.ServletContextHandler.JspPropertyGroup
- getElIgnored() - Method in class org.eclipse.jetty.ee9.servlet.ServletContextHandler.JspPropertyGroup
- getEncodedField() - Method in class org.eclipse.jetty.http2.hpack.HpackContext.StaticEntry
- getEncodedField(HttpHeader, String, String) - Method in class org.eclipse.jetty.http.Http1FieldPreEncoder
- getEncodedField(HttpHeader, String, String) - Method in interface org.eclipse.jetty.http.HttpFieldPreEncoder
- getEncodedField(HttpHeader, String, String) - Method in class org.eclipse.jetty.http2.hpack.HpackFieldPreEncoder
- getEncodedField(HttpHeader, String, String) - Method in class org.eclipse.jetty.http3.qpack.QpackFieldPreEncoder
- getEncodedLength(HttpVersion) - Method in class org.eclipse.jetty.http.PreEncodedHttpField
- getEncodedPathInContext(HttpServletRequest, boolean) - Method in class org.eclipse.jetty.ee10.servlet.DefaultServlet
-
Get the path in the context, of the resource to serve for a request.
- getEncodedPathInContext(HttpServletRequest, boolean) - Method in class org.eclipse.jetty.ee10.servlet.ResourceServlet
- getEncodedPathInContext(HttpServletRequest, boolean) - Method in class org.eclipse.jetty.ee11.servlet.DefaultServlet
-
Get the path in the context, of the resource to serve for a request.
- getEncodedPathInContext(HttpServletRequest, boolean) - Method in class org.eclipse.jetty.ee11.servlet.ResourceServlet
- getEncodedPathInContext(HttpServletRequest, String) - Method in class org.eclipse.jetty.ee10.servlet.DefaultServlet
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getEncodedPathInContext(HttpServletRequest, String) - Method in class org.eclipse.jetty.ee11.servlet.DefaultServlet
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getEncodedToken() - Method in class org.eclipse.jetty.ee8.security.SpnegoUserPrincipal
- getEncodedToken() - Method in class org.eclipse.jetty.ee9.security.SpnegoUserPrincipal
- getEncodedToken() - Method in class org.eclipse.jetty.security.SPNEGOUserPrincipal
- getEncoderFor(Class) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.encoders.AvailableEncoders
- getEncoderFor(Class) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.encoders.AvailableEncoders
- getEncoderFor(Class) - Method in class org.eclipse.jetty.ee8.websocket.javax.common.encoders.AvailableEncoders
- getEncoderFor(Class) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.encoders.AvailableEncoders
- getEncoders() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.EndpointConfigWrapper
- getEncoders() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketSession
- getEncoders() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.EndpointConfigWrapper
- getEncoders() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketSession
- getEncoders() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.EndpointConfigWrapper
- getEncoders() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketSession
- getEncoders() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.EndpointConfigWrapper
- getEncoders() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketSession
- getEncoding() - Method in class org.eclipse.jetty.client.AbstractResponseListener
- getEncoding() - Method in class org.eclipse.jetty.client.ContentDecoder.Factory
- getEncoding() - Method in interface org.eclipse.jetty.client.ContentResponse
- getEncoding() - Method in class org.eclipse.jetty.http.CompressedContentFormat
- getEncodingCacheSize() - Method in class org.eclipse.jetty.ee8.nested.ResourceService
- getEncodingCacheSize() - Method in class org.eclipse.jetty.ee9.nested.ResourceService
- getEncodingCacheSize() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
- getEncodingCacheSize() - Method in class org.eclipse.jetty.server.ResourceService
- getEncodingFrom() - Method in interface org.eclipse.jetty.ee10.servlet.ServletContextHandler.ServletResponseInfo
- getEncodingFrom() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextResponse
- getEncodingFrom() - Method in interface org.eclipse.jetty.ee11.servlet.ServletContextHandler.ServletResponseInfo
- getEncodingFrom() - Method in class org.eclipse.jetty.ee11.servlet.ServletContextResponse
- getEncodingName() - Method in class org.eclipse.jetty.compression.Compression
-
The name of the encoding if seen in the HTTP protocol in fields like
Content-EncodingorAccept-Encoding. - getEndpoint() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketFrameHandler
- getEndpoint() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketSession
- getEndpoint() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketFrameHandler
- getEndpoint() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketSession
- getEndpoint() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketFrameHandler
- getEndpoint() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketSession
- getEndpoint() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketFrameHandler
- getEndpoint() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketSession
- getEndPoint() - Method in class org.eclipse.jetty.ee10.servlet.ServletChannel
- getEndPoint() - Method in class org.eclipse.jetty.ee11.servlet.ServletChannel
- getEndPoint() - Method in class org.eclipse.jetty.ee8.nested.HttpChannel
- getEndPoint() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
- getEndPoint() - Method in class org.eclipse.jetty.http2.HTTP2Session
- getEndPoint() - Method in class org.eclipse.jetty.http3.HTTP3StreamConnection
- getEndPoint() - Method in class org.eclipse.jetty.http3.UnidirectionalStreamConnection
- getEndPoint() - Method in class org.eclipse.jetty.io.AbstractConnection
- getEndPoint() - Method in interface org.eclipse.jetty.io.Connection
- getEndPoint() - Method in class org.eclipse.jetty.io.ssl.SslHandshakeListener.Event
- getEndPoint() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ConnectContext
- getEndPoint() - Method in interface org.eclipse.jetty.server.TunnelSupport
-
Returns the
EndPointthat should be used to carry the tunneled protocol. - getEndpointClass() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.ServerEndpointConfigWrapper
- getEndpointClass() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.ServerEndpointConfigWrapper
- getEndpointClass() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.ServerEndpointConfigWrapper
- getEndpointClass() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.ServerEndpointConfigWrapper
- getEndpointConfig() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketFrameHandler
- getEndpointConfig() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketFrameHandler
- getEndpointConfig() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketFrameHandler
- getEndpointConfig() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketFrameHandler
- getEndpointIdentificationAlgorithm() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- getEndPointIdleTimeout() - Method in class org.eclipse.jetty.server.NetworkConnectionLimit
- getEndpointInstance(Class) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.server.config.ContainerDefaultConfigurator
- getEndpointInstance(Class) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.server.config.ContainerDefaultConfigurator
- getEndpointInstance(Class) - Method in class org.eclipse.jetty.ee8.websocket.javax.server.config.ContainerDefaultConfigurator
- getEndpointInstance(Class) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.server.config.ContainerDefaultConfigurator
- getEndSessionEndpoint() - Method in class org.eclipse.jetty.security.openid.OpenIdConfiguration
- getEnvironment() - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
- getEnvironment() - Method in class org.eclipse.jetty.jndi.local.localContextRoot
- getEnvironment() - Method in class org.eclipse.jetty.jndi.NamingContext
-
Get the environment of this Context.
- getEnvironment() - Method in class org.eclipse.jetty.osgi.AbstractEEActivator
- getEnvironment() - Method in class org.eclipse.jetty.security.jaas.spi.LdapLoginModule
-
get the context for connection
- getEnvironmentName() - Method in class org.eclipse.jetty.osgi.AbstractContextProvider
- getEnvironmentsDirectory() - Method in class org.eclipse.jetty.deploy.DeploymentScanner
- getEnvironmentsOrder() - Method in class org.eclipse.jetty.deploy.DeploymentScanner
- getEPCProduceCount() - Method in class org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy
- getEPCTasksConsumed() - Method in class org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy
- getError() - Method in class org.eclipse.jetty.ee8.nested.HttpInput.Content
-
Get the reported error.
- getError() - Method in class org.eclipse.jetty.ee8.nested.HttpInput.ErrorContent
- getError() - Method in class org.eclipse.jetty.ee9.nested.HttpInput.Content
-
Get the reported error.
- getError() - Method in class org.eclipse.jetty.ee9.nested.HttpInput.ErrorContent
- getError() - Method in class org.eclipse.jetty.http2.frames.FailureFrame
- getError() - Method in class org.eclipse.jetty.http2.frames.GoAwayFrame
- getError() - Method in class org.eclipse.jetty.http2.frames.ResetFrame
- getErrorCode() - Method in exception class org.eclipse.jetty.http3.HTTP3Exception
- getErrorCode() - Method in exception class org.eclipse.jetty.http3.qpack.QpackException
- getErrorCode() - Method in class org.eclipse.jetty.quic.api.frames.ConnectionCloseFrame
- getErrorCode() - Method in exception class org.eclipse.jetty.quic.util.QuicException
- getErrorContext() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextRequest
- getErrorContext() - Method in class org.eclipse.jetty.ee11.servlet.ServletContextRequest
- getErrorFields() - Method in class org.eclipse.jetty.security.openid.OpenIdCredentials
-
This returns a non-null value only when
OpenIdCredentials.redeemAuthCode(OpenIdConfiguration)has been called and an error occurred. - getErrorHandle() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketFrameHandlerMetadata
- getErrorHandle() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketFrameHandlerMetadata
- getErrorHandle() - Method in class org.eclipse.jetty.ee8.websocket.common.JettyWebSocketFrameHandlerMetadata
- getErrorHandle() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketFrameHandlerMetadata
- getErrorHandle() - Method in class org.eclipse.jetty.ee9.websocket.common.JettyWebSocketFrameHandlerMetadata
- getErrorHandle() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketFrameHandlerMetadata
- getErrorHandle() - Method in class org.eclipse.jetty.websocket.common.JettyWebSocketFrameHandlerMetadata
- getErrorHandler() - Method in class org.eclipse.jetty.ee8.nested.ContextHandler
- getErrorHandler() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
- getErrorHandler() - Method in interface org.eclipse.jetty.server.Context
- getErrorHandler() - Method in class org.eclipse.jetty.server.Context.Wrapper
- getErrorHandler() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getErrorHandler() - Method in class org.eclipse.jetty.server.handler.ContextHandler.ScopedContext
- getErrorHandler() - Method in class org.eclipse.jetty.server.Server
- getErrorHandler(Server, ContextHandler) - Static method in class org.eclipse.jetty.ee8.nested.ErrorHandler
- getErrorHandler(Server, ContextHandler) - Static method in class org.eclipse.jetty.ee9.nested.ErrorHandler
- getErrorHandler(Server, ContextHandler) - Static method in class org.eclipse.jetty.ee10.servlet.ErrorHandler
- getErrorHandler(Server, ContextHandler) - Static method in class org.eclipse.jetty.ee11.servlet.ErrorHandler
- getErrorHandler(Server, ContextHandler) - Static method in class org.eclipse.jetty.server.handler.ErrorHandler
- getErrorOnELNotFound() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler.JspPropertyGroup
- getErrorOnELNotFound() - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler.JspPropertyGroup
- getErrorOnUndeclaredNamespace() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler.JspPropertyGroup
- getErrorOnUndeclaredNamespace() - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler.JspPropertyGroup
- getErrorOnUndeclaredNamespace() - Method in class org.eclipse.jetty.ee8.servlet.ServletContextHandler.JspPropertyGroup
- getErrorOnUndeclaredNamespace() - Method in class org.eclipse.jetty.ee9.servlet.ServletContextHandler.JspPropertyGroup
- getErrorPage(HttpServletRequest) - Method in interface org.eclipse.jetty.ee9.nested.ErrorHandler.ErrorPageMapper
- getErrorPage(HttpServletRequest) - Method in class org.eclipse.jetty.ee9.servlet.ErrorPageErrorHandler
- getErrorPage(Integer, Throwable) - Method in interface org.eclipse.jetty.ee10.servlet.ErrorHandler.ErrorPageMapper
- getErrorPage(Integer, Throwable) - Method in class org.eclipse.jetty.ee10.servlet.ErrorPageErrorHandler
- getErrorPage(Integer, Throwable) - Method in interface org.eclipse.jetty.ee11.servlet.ErrorHandler.ErrorPageMapper
- getErrorPage(Integer, Throwable) - Method in class org.eclipse.jetty.ee11.servlet.ErrorPageErrorHandler
- getErrorPage(HttpServletRequest) - Method in interface org.eclipse.jetty.ee8.nested.ErrorHandler.ErrorPageMapper
- getErrorPage(HttpServletRequest) - Method in class org.eclipse.jetty.ee8.servlet.ErrorPageErrorHandler
- getErrorPages() - Method in class org.eclipse.jetty.ee10.servlet.ErrorPageErrorHandler
- getErrorPages() - Method in class org.eclipse.jetty.ee11.servlet.ErrorPageErrorHandler
- getErrorPages() - Method in class org.eclipse.jetty.ee8.servlet.ErrorPageErrorHandler
- getErrorPages() - Method in class org.eclipse.jetty.ee9.servlet.ErrorPageErrorHandler
- getETag() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory.CachedHttpContent
- getETag() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory.NotFoundHttpContent
- getETag() - Method in interface org.eclipse.jetty.http.content.HttpContent
-
Get the
HttpHeader.ETAGof this HTTP content. - getETag() - Method in class org.eclipse.jetty.http.content.HttpContent.Wrapper
- getETag() - Method in class org.eclipse.jetty.http.content.PreCompressedHttpContent
- getETag() - Method in class org.eclipse.jetty.http.content.ResourceHttpContent
- getEtagSuffix() - Method in class org.eclipse.jetty.compression.Compression
-
Get the ETag suffix.
- getEtagSuffix() - Method in class org.eclipse.jetty.http.CompressedContentFormat
- getETagValue() - Method in interface org.eclipse.jetty.http.content.HttpContent
- getEvent() - Method in exception class org.eclipse.jetty.http.ComplianceViolationException
- getEventListeners() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
- getEventListeners() - Method in interface org.eclipse.jetty.util.component.Container
-
Get the beans added to the container that are EventListeners.
- getEventsPerSecond() - Method in class org.eclipse.jetty.http2.WindowRateControl
- getEvictionPolicy() - Method in class org.eclipse.jetty.session.AbstractSessionCache
- getEvictionPolicy() - Method in class org.eclipse.jetty.session.AbstractSessionCacheFactory
-
Get the evictionPolicy.
- getEvictionPolicy() - Method in class org.eclipse.jetty.session.NullSessionCacheFactory
- getEvictionPolicy() - Method in interface org.eclipse.jetty.session.SessionCache
- getExceptions() - Method in class org.eclipse.jetty.annotations.AnnotationParser.MethodInfo
- getExchanges() - Method in class org.eclipse.jetty.client.transport.HttpConversation
- getExcludeCipherSuites() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- getExcluded() - Method in class org.eclipse.jetty.util.IncludeExcludeSet
- getExcludedAddresses() - Method in class org.eclipse.jetty.client.ProxyConfiguration.Proxy
- getExcludedInflationPaths() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Deprecated.Get the current filter list of excluded Path Specs for request inflation.
- getExcludedMethodList() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Deprecated.Get the excluded filter list of HTTP methods in CSV format
- getExcludedMethods() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Deprecated.Get the current filter list of excluded HTTP methods
- getExcludedMimeTypes() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Deprecated.Get the current filter list of excluded MIME types
- getExcludedPaths() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Deprecated.Get the current filter list of excluded Path Specs
- getExcludePredicate() - Method in class org.eclipse.jetty.util.IncludeExcludeSet
- getExcludeProtocols() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- getExclusions() - Method in class org.eclipse.jetty.util.ClassMatcher
- getExecutor() - Method in class org.eclipse.jetty.client.HttpClient
-
Get the
Executorof this HttpClient. - getExecutor() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.client.JakartaWebSocketClientContainer
- getExecutor() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketContainer
- getExecutor() - Method in class org.eclipse.jetty.ee10.websocket.server.JettyWebSocketServerContainer
- getExecutor() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.client.JakartaWebSocketClientContainer
- getExecutor() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketContainer
- getExecutor() - Method in class org.eclipse.jetty.ee11.websocket.server.JettyWebSocketServerContainer
- getExecutor() - Method in interface org.eclipse.jetty.ee8.websocket.api.WebSocketContainer
-
The Container provided Executor.
- getExecutor() - Method in class org.eclipse.jetty.ee8.websocket.client.WebSocketClient
- getExecutor() - Method in class org.eclipse.jetty.ee8.websocket.javax.client.JavaxWebSocketClientContainer
- getExecutor() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketContainer
- getExecutor() - Method in class org.eclipse.jetty.ee8.websocket.server.JettyWebSocketServerContainer
- getExecutor() - Method in interface org.eclipse.jetty.ee9.websocket.api.WebSocketContainer
-
The Container provided Executor.
- getExecutor() - Method in class org.eclipse.jetty.ee9.websocket.client.WebSocketClient
- getExecutor() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.client.JakartaWebSocketClientContainer
- getExecutor() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketContainer
- getExecutor() - Method in class org.eclipse.jetty.ee9.websocket.server.JettyWebSocketServerContainer
- getExecutor() - Method in class org.eclipse.jetty.http.spi.DelegatingThreadPool
- getExecutor() - Method in class org.eclipse.jetty.http.spi.JettyHttpServer
- getExecutor() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
- getExecutor() - Method in class org.eclipse.jetty.io.AbstractConnection
- getExecutor() - Method in class org.eclipse.jetty.io.ClientConnector
- getExecutor() - Method in class org.eclipse.jetty.io.SelectorManager
- getExecutor() - Method in class org.eclipse.jetty.io.ssl.SslClientConnectionFactory
- getExecutor() - Method in class org.eclipse.jetty.quic.common.AbstractSession
- getExecutor() - Method in class org.eclipse.jetty.quic.common.ProtocolSession
- getExecutor() - Method in class org.eclipse.jetty.server.AbstractConnector
- getExecutor() - Method in interface org.eclipse.jetty.server.Components
- getExecutor() - Method in interface org.eclipse.jetty.server.Connector
-
Get the
Executorused to submit tasks. - getExecutor() - Method in class org.eclipse.jetty.server.handler.ConnectHandler
- getExecutor() - Method in class org.eclipse.jetty.util.SocketAddressResolver.Async
- getExecutor() - Method in class org.eclipse.jetty.util.thread.ReservedThreadExecutor
- getExecutor() - Method in interface org.eclipse.jetty.websocket.api.WebSocketContainer
-
The Container provided Executor.
- getExecutor() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
- getExecutor() - Method in class org.eclipse.jetty.websocket.core.WebSocketComponents
- getExecutor() - Method in class org.eclipse.jetty.websocket.core.WebSocketConnection
- getExecutor() - Method in class org.eclipse.jetty.websocket.core.WebSocketCoreSession
- getExecutor() - Method in class org.eclipse.jetty.websocket.server.ServerWebSocketContainer
- getExecutor(Executor) - Static method in class org.eclipse.jetty.util.VirtualThreads
-
Get an executor that will use virtual threads if the given executor has been configured to use them.
- getExpired(Set) - Method in class org.eclipse.jetty.session.AbstractSessionDataStore
- getExpired(Set) - Method in class org.eclipse.jetty.session.CachingSessionDataStore
- getExpired(Set) - Method in interface org.eclipse.jetty.session.SessionDataStore
-
Called periodically, this method should search the data store for sessions that have been expired for a 'reasonable' amount of time.
- getExpiredSessionsStatement(Connection, String, String, long) - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
- getExpireNanoTime() - Method in class org.eclipse.jetty.client.transport.HttpChannel
- getExpireNanoTime() - Method in class org.eclipse.jetty.client.transport.HttpExchange
- getExpireNanoTime() - Method in class org.eclipse.jetty.http2.HTTP2Stream
- getExpireNanoTime() - Method in class org.eclipse.jetty.http3.HTTP3Stream
- getExpireNanoTime() - Method in interface org.eclipse.jetty.io.CyclicTimeouts.Expirable
-
Returns the expiration time in nanoseconds.
- getExpireNanoTime() - Method in class org.eclipse.jetty.quic.common.AbstractStream
- getExpires() - Method in interface org.eclipse.jetty.http.HttpCookie
- getExpires() - Method in class org.eclipse.jetty.http.HttpCookie.Wrapper
- getExpiry() - Method in class org.eclipse.jetty.session.SessionData
-
Get time at which session expires.
- getExpiryFromFilename(String) - Method in class org.eclipse.jetty.session.FileSessionDataStore
- getExpirySec() - Method in class org.eclipse.jetty.memcached.session.MemcachedSessionDataMap
-
Expiry time for memached entries.
- getExpirySec() - Method in class org.eclipse.jetty.memcached.session.MemcachedSessionDataMapFactory
- getExpiryTimeColumn() - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
- getExposedHeaders() - Method in class org.eclipse.jetty.server.handler.CrossOriginHandler
- getExtendedId() - Method in interface org.eclipse.jetty.server.Session
- getExtendedId() - Method in class org.eclipse.jetty.session.ManagedSession
- getExtendedId(String, Request) - Method in class org.eclipse.jetty.session.DefaultSessionIdManager
-
Get the session ID with any worker ID.
- getExtendedId(String, Request) - Method in interface org.eclipse.jetty.session.SessionIdManager
-
Get an extended id for a session.
- getExtension() - Method in class org.eclipse.jetty.http.CompressedContentFormat
- getExtension(String) - Static method in class org.eclipse.jetty.util.FileID
-
Retrieve the extension of a file path (not a directory).
- getExtension(String) - Method in class org.eclipse.jetty.websocket.core.WebSocketExtensionRegistry
- getExtension(URI) - Static method in class org.eclipse.jetty.util.FileID
-
Retrieve the extension of a URI path.
- getExtension(Path) - Static method in class org.eclipse.jetty.util.FileID
-
Retrieve the extension of a file path (not a directory).
- getExtensionRegistry() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketContainer
- getExtensionRegistry() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketContainer
- getExtensionRegistry() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketContainer
- getExtensionRegistry() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketContainer
- getExtensionRegistry() - Method in class org.eclipse.jetty.websocket.core.client.WebSocketCoreClient
- getExtensionRegistry() - Method in class org.eclipse.jetty.websocket.core.WebSocketComponents
- getExtensions() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.ClientEndpointConfigWrapper
- getExtensions() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.ServerEndpointConfigWrapper
- getExtensions() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.ClientEndpointConfigWrapper
- getExtensions() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.ServerEndpointConfigWrapper
- getExtensions() - Method in interface org.eclipse.jetty.ee8.websocket.api.UpgradeRequest
-
Get the list of WebSocket Extension Configurations for this Upgrade Request.
- getExtensions() - Method in interface org.eclipse.jetty.ee8.websocket.api.UpgradeResponse
-
Get the list of extensions that should be used for the websocket.
- getExtensions() - Method in class org.eclipse.jetty.ee8.websocket.client.ClientUpgradeRequest
- getExtensions() - Method in class org.eclipse.jetty.ee8.websocket.client.impl.DelegatedJettyClientUpgradeRequest
- getExtensions() - Method in class org.eclipse.jetty.ee8.websocket.client.impl.DelegatedJettyClientUpgradeResponse
- getExtensions() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.ClientEndpointConfigWrapper
- getExtensions() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.ServerEndpointConfigWrapper
- getExtensions() - Method in interface org.eclipse.jetty.ee9.websocket.api.UpgradeRequest
-
Get the list of WebSocket Extension Configurations for this Upgrade Request.
- getExtensions() - Method in interface org.eclipse.jetty.ee9.websocket.api.UpgradeResponse
-
Get the list of extensions that should be used for the websocket.
- getExtensions() - Method in class org.eclipse.jetty.ee9.websocket.client.ClientUpgradeRequest
- getExtensions() - Method in class org.eclipse.jetty.ee9.websocket.client.impl.DelegatedJettyClientUpgradeRequest
- getExtensions() - Method in class org.eclipse.jetty.ee9.websocket.client.impl.DelegatedJettyClientUpgradeResponse
- getExtensions() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.ClientEndpointConfigWrapper
- getExtensions() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.ServerEndpointConfigWrapper
- getExtensions() - Method in interface org.eclipse.jetty.websocket.api.UpgradeRequest
-
Get the list of WebSocket Extension Configurations for this Upgrade Request.
- getExtensions() - Method in interface org.eclipse.jetty.websocket.api.UpgradeResponse
-
Get the list of extensions that should be used for the websocket.
- getExtensions() - Method in class org.eclipse.jetty.websocket.client.ClientUpgradeRequest
- getExtensions() - Method in class org.eclipse.jetty.websocket.core.client.CoreClientUpgradeRequest
- getExtensions() - Method in class org.eclipse.jetty.websocket.core.ExtensionStack
- getExtensions() - Method in class org.eclipse.jetty.websocket.core.Negotiated
- getExtensions() - Method in interface org.eclipse.jetty.websocket.core.server.ServerUpgradeRequest
- getExtensions() - Method in interface org.eclipse.jetty.websocket.core.server.ServerUpgradeResponse
- getExtensions() - Method in interface org.eclipse.jetty.websocket.server.ServerUpgradeRequest
- getExtensions() - Method in interface org.eclipse.jetty.websocket.server.ServerUpgradeResponse
- getExtensionStack() - Method in class org.eclipse.jetty.websocket.core.WebSocketCoreSession
- getExtraClasspath() - Method in interface org.eclipse.jetty.ee.webapp.WebAppClassLoader.Context
- getExtraClasspath() - Method in class org.eclipse.jetty.ee10.webapp.WebAppContext
- getExtraClasspath() - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
- getExtraClasspath() - Method in class org.eclipse.jetty.ee8.webapp.WebAppContext
- getExtraClasspath() - Method in class org.eclipse.jetty.ee9.webapp.WebAppContext
- getExtraClassPath() - Method in class org.eclipse.jetty.coreapp.CoreAppContext
- getFactories(SslContextFactory.Server, ConnectionFactory...) - Static method in class org.eclipse.jetty.server.AbstractConnectionFactory
- getFactory() - Static method in class org.eclipse.jetty.osgi.util.BundleClassLoaderHelperFactory
- getFactory() - Static method in class org.eclipse.jetty.osgi.util.BundleFileLocatorHelperFactory
- getFailure() - Method in class org.eclipse.jetty.client.Result
-
Get the response failure, if any, otherwise the request failure, if any.
- getFailure() - Method in interface org.eclipse.jetty.http.MetaData.Failed
- getFailure() - Method in class org.eclipse.jetty.http2.frames.FailureFrame
- getFailure() - Method in interface org.eclipse.jetty.io.Content.Chunk
- getFailure(MetaData) - Static method in interface org.eclipse.jetty.http.MetaData.Failed
-
Inspects the given
MetaData, and if it is an instance of this interface return its failure, otherwise returnsnull. - getFailureListener() - Method in class org.eclipse.jetty.client.RequestListeners
- getFailures() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- getFamily() - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V1.Tag
- getFamily() - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag
- getFastCGIEnvNames() - Method in class org.eclipse.jetty.fcgi.proxy.FastCGIProxyHandler
- getField(int) - Method in interface org.eclipse.jetty.http.HttpFields
- getField(int) - Method in class org.eclipse.jetty.http.HttpFields.ImmutableHttpFields
- getField(int) - Method in class org.eclipse.jetty.http.HttpFields.MutableHttpFields
-
Get a Field by index.
- getField(int) - Method in class org.eclipse.jetty.http.HttpTester.Message
-
Get a Field by index.
- getField(int) - Method in class org.eclipse.jetty.http.HttpTester.Request
-
Get a Field by index.
- getField(int) - Method in class org.eclipse.jetty.http.HttpTester.Response
-
Get a Field by index.
- getField(String) - Method in interface org.eclipse.jetty.http.HttpFields
-
Returns the first
HttpFieldwith the given field name, ornullif no such field is present. - getField(String) - Method in class org.eclipse.jetty.http.HttpFields.ImmutableHttpFields
- getField(String) - Method in class org.eclipse.jetty.http.HttpFields.MutableHttpFields
- getField(String) - Method in class org.eclipse.jetty.http.HttpTester.Message
- getField(String) - Method in class org.eclipse.jetty.http.HttpTester.Request
- getField(String) - Method in class org.eclipse.jetty.http.HttpTester.Response
- getField(HttpHeader) - Method in interface org.eclipse.jetty.http.HttpFields
-
Returns the first
HttpFieldwith the given field name, ornullif no such field is present. - getField(HttpHeader) - Method in class org.eclipse.jetty.http.HttpFields.ImmutableHttpFields
- getField(HttpHeader) - Method in class org.eclipse.jetty.http.HttpFields.MutableHttpFields
- getField(HttpHeader) - Method in class org.eclipse.jetty.http.HttpTester.Message
- getField(HttpHeader) - Method in class org.eclipse.jetty.http.HttpTester.Request
- getField(HttpHeader) - Method in class org.eclipse.jetty.http.HttpTester.Response
- getFieldCache() - Method in class org.eclipse.jetty.http.HttpParser
- getFieldName() - Method in class org.eclipse.jetty.annotations.AnnotationParser.FieldInfo
- getFieldNames() - Method in interface org.eclipse.jetty.http.HttpFields
-
Deprecated.
- getFieldNamesCollection() - Method in interface org.eclipse.jetty.http.HttpFields
-
Returns a
Setof the field names. - getFields() - Method in class org.eclipse.jetty.ee10.servlet.ServletApiRequest
- getFields() - Method in class org.eclipse.jetty.ee11.servlet.ServletApiRequest
- getFields(String) - Method in interface org.eclipse.jetty.http.HttpFields
-
Returns all the
HttpFields with the given field name. - getFields(HttpHeader) - Method in interface org.eclipse.jetty.http.HttpFields
-
Returns all the
HttpFields with the given field name. - getFields(Content.Source, Attributes, Charset, int, int) - Static method in class org.eclipse.jetty.server.FormFields
-
Get the Fields from a request.
- getFields(Request) - Static method in class org.eclipse.jetty.server.FormFields
-
Get the Fields from a request.
- getFields(Request, int, int) - Static method in class org.eclipse.jetty.server.FormFields
-
Get the Fields from a request.
- getFieldType() - Method in class org.eclipse.jetty.annotations.AnnotationParser.FieldInfo
- getFile() - Method in class org.eclipse.jetty.ee8.nested.MultiPartFormInputStream.MultiPart
-
Get the file
- getFile() - Method in class org.eclipse.jetty.ee8.nested.MultiPartInputStreamLegacyParser.MultiPart
-
Deprecated.Get the file
- getFile() - Method in class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream.MultiPart
-
Get the file
- getFile() - Method in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser.MultiPart
-
Deprecated.Get the file
- getFileExtensionNames() - Method in class org.eclipse.jetty.compression.brotli.BrotliCompression
- getFileExtensionNames() - Method in class org.eclipse.jetty.compression.Compression
-
The filename extensions for this compression implementation.
- getFileExtensionNames() - Method in class org.eclipse.jetty.compression.gzip.GzipCompression
- getFileExtensionNames() - Method in class org.eclipse.jetty.compression.zstandard.ZstandardCompression
- getFileInBundle(Bundle, String) - Method in interface org.eclipse.jetty.osgi.util.BundleFileLocatorHelper
-
Locate a file inside a bundle.
- getFileInBundle(Bundle, String) - Method in class org.eclipse.jetty.osgi.util.DefaultFileLocatorHelper
-
Locate a file inside a bundle.
- getFilename() - Method in class org.eclipse.jetty.util.RolloverFileOutputStream
- getFileName() - Method in class org.eclipse.jetty.http.MultiPart.AbstractPartsListener
- getFileName() - Method in class org.eclipse.jetty.http.MultiPart.Part
-
Returns the file name of this part, as specified by the
HttpHeader.CONTENT_DISPOSITION'sfilenameparameter. - getFileName() - Method in class org.eclipse.jetty.server.RequestLogWriter
-
Retrieve the output file name of the request log.
- getFileName() - Method in class org.eclipse.jetty.util.resource.CombinedResource
- getFileName() - Method in class org.eclipse.jetty.util.resource.MemoryResource
- getFileName() - Method in class org.eclipse.jetty.util.resource.PathResource
- getFileName() - Method in class org.eclipse.jetty.util.resource.Resource
-
The file name of the resource.
- getFileName(String) - Static method in class org.eclipse.jetty.util.FileID
-
Get the last segment of a String path returning it as the filename
- getFileName(URI) - Static method in class org.eclipse.jetty.util.FileID
-
Get the last segment of the URI returning it as the filename
- getFilenameDateFormat() - Method in class org.eclipse.jetty.server.RequestLogWriter
-
Retrieve the file name date format string.
- getFilenameFilter() - Method in class org.eclipse.jetty.util.Scanner
-
Get any filter applied to files in the scan dir.
- getFilePath() - Method in class org.eclipse.jetty.osgi.util.ServerConnectorListener
-
Get the filePath.
- getFilesDirectory() - Method in class org.eclipse.jetty.http.MultiPartFormData.Parser
- getFileURL(URL) - Method in interface org.eclipse.jetty.osgi.util.BundleFileLocatorHelper
-
Only useful for equinox: on felix we get the
file://url already. - getFileURL(URL) - Method in class org.eclipse.jetty.osgi.util.DefaultFileLocatorHelper
-
Only useful for equinox: on felix we get the file:// url already.
- getFillInterest() - Method in class org.eclipse.jetty.io.AbstractEndPoint
- getFilter() - Method in class org.eclipse.jetty.ee10.servlet.FilterHolder
- getFilter() - Method in class org.eclipse.jetty.ee11.servlet.FilterHolder
- getFilter() - Method in class org.eclipse.jetty.ee8.servlet.FilterHolder
- getFilter() - Method in class org.eclipse.jetty.ee9.servlet.FilterHolder
- getFilter(ServletContext) - Static method in class org.eclipse.jetty.ee10.websocket.servlet.WebSocketUpgradeFilter
-
Return the default
WebSocketUpgradeFilterif present on theServletContext. - getFilter(ServletContext) - Static method in class org.eclipse.jetty.ee11.websocket.servlet.WebSocketUpgradeFilter
-
Return the default
WebSocketUpgradeFilterif present on theServletContext. - getFilter(ServletContext) - Static method in class org.eclipse.jetty.ee9.websocket.servlet.WebSocketUpgradeFilter
-
Return the default
WebSocketUpgradeFilterif present on theServletContext. - getFilter(String) - Method in class org.eclipse.jetty.ee10.servlet.ServletHandler
- getFilter(String) - Method in class org.eclipse.jetty.ee11.servlet.ServletHandler
- getFilter(String) - Method in class org.eclipse.jetty.ee8.servlet.ServletHandler
- getFilter(String) - Method in class org.eclipse.jetty.ee9.servlet.ServletHandler
- getFilter(ServletContext) - Static method in class org.eclipse.jetty.ee8.websocket.servlet.WebSocketUpgradeFilter
-
Return the default
WebSocketUpgradeFilterif present on theServletContext. - getFilterChain(HttpServletRequest, String, ServletHolder) - Method in class org.eclipse.jetty.ee10.servlet.ServletHandler
- getFilterChain(HttpServletRequest, String, ServletHolder) - Method in class org.eclipse.jetty.ee11.servlet.ServletHandler
- getFilterChain(Request, String, ServletHolder) - Method in class org.eclipse.jetty.ee8.servlet.ServletHandler
- getFilterChain(Request, String, ServletHolder) - Method in class org.eclipse.jetty.ee9.servlet.ServletHandler
- getFilterMappings() - Method in class org.eclipse.jetty.ee10.servlet.ServletHandler
- getFilterMappings() - Method in class org.eclipse.jetty.ee11.servlet.ServletHandler
- getFilterMappings() - Method in class org.eclipse.jetty.ee8.servlet.ServletHandler
- getFilterMappings() - Method in class org.eclipse.jetty.ee9.servlet.ServletHandler
- getFilterName() - Method in class org.eclipse.jetty.ee10.servlet.FilterMapping
- getFilterName() - Method in class org.eclipse.jetty.ee11.servlet.FilterMapping
- getFilterName() - Method in class org.eclipse.jetty.ee8.servlet.FilterMapping
- getFilterName() - Method in class org.eclipse.jetty.ee9.servlet.FilterMapping
- getFilterRegistration(String) - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler.ServletContextApi
- getFilterRegistration(String) - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler.ServletContextApi
- getFilterRegistration(String) - Method in class org.eclipse.jetty.ee8.nested.ContextHandler.APIContext
- getFilterRegistration(String) - Method in class org.eclipse.jetty.ee8.servlet.ServletContextHandler.ServletAPIContext
- getFilterRegistration(String) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
- getFilterRegistration(String) - Method in class org.eclipse.jetty.ee9.servlet.ServletContextHandler.ServletAPIContext
- getFilterRegistrations() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler.ServletContextApi
- getFilterRegistrations() - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler.ServletContextApi
- getFilterRegistrations() - Method in class org.eclipse.jetty.ee8.nested.ContextHandler.APIContext
- getFilterRegistrations() - Method in class org.eclipse.jetty.ee8.servlet.ServletContextHandler.ServletAPIContext
- getFilterRegistrations() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
- getFilterRegistrations() - Method in class org.eclipse.jetty.ee9.servlet.ServletContextHandler.ServletAPIContext
- getFilters() - Method in class org.eclipse.jetty.ee10.servlet.ServletHandler
- getFilters() - Method in class org.eclipse.jetty.ee11.servlet.ServletHandler
- getFilters() - Method in class org.eclipse.jetty.ee8.servlet.ServletHandler
- getFilters() - Method in class org.eclipse.jetty.ee9.servlet.ServletHandler
- getFilters() - Method in class org.eclipse.jetty.http.spi.JettyHttpContext
- getFinalSize() - Method in class org.eclipse.jetty.quic.api.frames.ResetFrame
- getFirst() - Method in class org.eclipse.jetty.ee8.nested.InclusiveByteRange
- getFirst() - Method in class org.eclipse.jetty.ee9.nested.InclusiveByteRange
- getFirst(String) - Method in class org.eclipse.jetty.http.MultiPartFormData.Parts
-
Returns the first
MultiPart.Partwith the given name, ornullif noMultiPart.Partwith that name exists. - getFirstRegisteredDecoder(Class) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.decoders.AvailableDecoders
- getFirstRegisteredDecoder(Class) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.decoders.AvailableDecoders
- getFirstRegisteredDecoder(Class) - Method in class org.eclipse.jetty.ee8.websocket.javax.common.decoders.AvailableDecoders
- getFirstRegisteredDecoder(Class) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.decoders.AvailableDecoders
- getFlags() - Method in class org.eclipse.jetty.http2.parser.HeaderParser
-
Returns the raw value of the header flag bits.
- getFlowControlStrategy() - Method in class org.eclipse.jetty.http2.HTTP2Session
- getFlowControlStrategyFactory() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
- getFlowControlStrategyFactory() - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
- getForcedHost() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
- getForcedPath() - Method in class org.eclipse.jetty.ee10.servlet.ServletHolder
- getForcedPath() - Method in class org.eclipse.jetty.ee11.servlet.ServletHolder
- getForcedPath() - Method in class org.eclipse.jetty.ee8.servlet.ServletHolder
- getForcedPath() - Method in class org.eclipse.jetty.ee9.servlet.ServletHolder
- getFormatString() - Method in class org.eclipse.jetty.server.CustomRequestLog
-
Retrieve the format string.
- getFormatString() - Method in class org.eclipse.jetty.util.DateCache
- getFormEncodedCharset(Request) - Static method in class org.eclipse.jetty.server.FormFields
- getFormEncodedMethods() - Method in class org.eclipse.jetty.server.HttpConfiguration
- getForwardedCipherSuiteHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
- getForwardedForHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
-
Get the forwarded for header.
- getForwardedHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
- getForwardedHostHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
- getForwardedHttpsHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
- getForwardedPortAsAuthority() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
- getForwardedPortHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
- getForwardedProtoHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
-
Get the forwardedProtoHeader.
- getForwardedServerHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
-
Get the header name for forwarded server..
- getForwardedSslSessionIdHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
- getFragment() - Method in interface org.eclipse.jetty.http.HttpURI
- getFragment() - Method in class org.eclipse.jetty.http.HttpURI.Immutable
- getFragment() - Method in class org.eclipse.jetty.http.HttpURI.Mutable
- getFragmentDescriptor(String) - Method in class org.eclipse.jetty.ee10.webapp.MetaData
- getFragmentDescriptor(String) - Method in class org.eclipse.jetty.ee11.webapp.MetaData
- getFragmentDescriptor(String) - Method in class org.eclipse.jetty.ee8.webapp.MetaData
- getFragmentDescriptor(String) - Method in class org.eclipse.jetty.ee9.webapp.MetaData
- getFragmentDescriptor(Resource) - Method in class org.eclipse.jetty.ee10.webapp.MetaData
- getFragmentDescriptor(Resource) - Method in class org.eclipse.jetty.ee11.webapp.MetaData
- getFragmentDescriptor(Resource) - Method in class org.eclipse.jetty.ee8.webapp.MetaData
- getFragmentDescriptor(Resource) - Method in class org.eclipse.jetty.ee9.webapp.MetaData
- getFragmentDescriptorForJar(Resource) - Method in class org.eclipse.jetty.ee10.webapp.MetaData
-
Get the web-fragment.xml related to a jar
- getFragmentDescriptorForJar(Resource) - Method in class org.eclipse.jetty.ee11.webapp.MetaData
-
Get the web-fragment.xml related to a jar
- getFragmentDescriptorForJar(Resource) - Method in class org.eclipse.jetty.ee8.webapp.MetaData
-
Get the web-fragment.xml related to a jar
- getFragmentDescriptorForJar(Resource) - Method in class org.eclipse.jetty.ee9.webapp.MetaData
-
Get the web-fragment.xml related to a jar
- getFragmentsAndRequiredBundles(BundleContext, Bundle) - Static method in class org.eclipse.jetty.osgi.util.Util
-
Returns the fragments and the required-bundles of a bundle.
- getFrame() - Method in class org.eclipse.jetty.websocket.core.OutgoingEntry
- getFrameBytesGenerated() - Method in class org.eclipse.jetty.http2.HTTP2Session.Entry
- getFrameHandle() - Method in class org.eclipse.jetty.ee8.websocket.common.JettyWebSocketFrameHandlerMetadata
- getFrameHandle() - Method in class org.eclipse.jetty.ee9.websocket.common.JettyWebSocketFrameHandlerMetadata
- getFrameHandle() - Method in class org.eclipse.jetty.websocket.common.JettyWebSocketFrameHandlerMetadata
- getFrameHandler() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketSession
- getFrameHandler() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketSession
- getFrameHandler() - Method in class org.eclipse.jetty.ee8.websocket.client.impl.JettyClientUpgradeRequest
- getFrameHandler() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketSession
- getFrameHandler() - Method in class org.eclipse.jetty.ee9.websocket.client.impl.JettyClientUpgradeRequest
- getFrameHandler() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketSession
- getFrameHandler() - Method in class org.eclipse.jetty.websocket.core.client.CoreClientUpgradeRequest
- getFrameHandlerFactory() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.client.JakartaWebSocketClientContainer
- getFrameHandlerFactory() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketContainer
- getFrameHandlerFactory() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.server.JakartaWebSocketServerContainer
- getFrameHandlerFactory() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.client.JakartaWebSocketClientContainer
- getFrameHandlerFactory() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketContainer
- getFrameHandlerFactory() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.server.JakartaWebSocketServerContainer
- getFrameHandlerFactory() - Method in class org.eclipse.jetty.ee8.websocket.javax.client.JavaxWebSocketClientContainer
- getFrameHandlerFactory() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketContainer
- getFrameHandlerFactory() - Method in class org.eclipse.jetty.ee8.websocket.javax.server.JavaxWebSocketServerContainer
- getFrameHandlerFactory() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.client.JakartaWebSocketClientContainer
- getFrameHandlerFactory() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketContainer
- getFrameHandlerFactory() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.server.JakartaWebSocketServerContainer
- getFrameLength() - Method in class org.eclipse.jetty.http3.parser.HeaderParser
- getFrameMaxSize() - Method in class org.eclipse.jetty.quic.common.frames.FrameParser
- getFrameQueueSize() - Method in class org.eclipse.jetty.http2.HTTP2Session
- getFrames() - Method in class org.eclipse.jetty.http2.HTTP2Stream.FrameList
- getFrameTimeout() - Method in class org.eclipse.jetty.websocket.core.OutgoingEntry
- getFrameType() - Method in class org.eclipse.jetty.fcgi.parser.HeaderParser
- getFrameType() - Method in class org.eclipse.jetty.http2.parser.BodyParser
- getFrameType() - Method in class org.eclipse.jetty.http2.parser.HeaderParser
- getFrameType() - Method in class org.eclipse.jetty.http2.parser.Parser
- getFrameType() - Method in class org.eclipse.jetty.http3.frames.Frame
- getFrameType() - Method in class org.eclipse.jetty.http3.parser.HeaderParser
- getFrameType() - Method in class org.eclipse.jetty.quic.api.frames.Frame
- getFrameType() - Method in exception class org.eclipse.jetty.quic.util.QuicException
- getGenerator() - Method in class org.eclipse.jetty.http2.HTTP2Session
- getGracePeriodSec() - Method in class org.eclipse.jetty.session.AbstractSessionDataStore
- getGracePeriodSec() - Method in class org.eclipse.jetty.session.AbstractSessionDataStoreFactory
-
Get the gracePeriodSec.
- getGroup() - Method in interface org.eclipse.jetty.http.pathmap.PathSpec
-
The spec group.
- getGroup() - Method in class org.eclipse.jetty.http.pathmap.RegexPathSpec
- getGroup() - Method in class org.eclipse.jetty.http.pathmap.ServletPathSpec
- getGroup() - Method in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
- getGroups(Subject) - Method in class org.eclipse.jetty.security.jaas.JAASLoginService
-
Get all of the groups for the user.
- getGzipEquivalentFileExtensions() - Method in class org.eclipse.jetty.ee8.nested.ResourceHandler
- getGzipEquivalentFileExtensions() - Method in class org.eclipse.jetty.ee8.nested.ResourceService
- getGzipEquivalentFileExtensions() - Method in class org.eclipse.jetty.ee9.nested.ResourceHandler
- getGzipEquivalentFileExtensions() - Method in class org.eclipse.jetty.ee9.nested.ResourceService
- getGzipEquivalentFileExtensions() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
- getGzipEquivalentFileExtensions() - Method in class org.eclipse.jetty.server.ResourceService
- getHandleActive() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- getHandleActiveMax() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- getHandledCounter() - Method in class org.eclipse.jetty.server.handler.DumpHandler
- getHandler() - Method in class org.eclipse.jetty.ee10.servlet.SessionHandler
- getHandler() - Method in class org.eclipse.jetty.ee11.servlet.SessionHandler
- getHandler() - Method in class org.eclipse.jetty.ee8.nested.HandlerWrapper
- getHandler() - Method in class org.eclipse.jetty.ee8.nested.HotSwapHandler
- getHandler() - Method in class org.eclipse.jetty.ee8.nested.MultiPartParser
- getHandler() - Method in class org.eclipse.jetty.ee9.nested.HandlerWrapper
- getHandler() - Method in class org.eclipse.jetty.ee9.nested.HotSwapHandler
- getHandler() - Method in class org.eclipse.jetty.ee9.nested.MultiPartParser
- getHandler() - Method in class org.eclipse.jetty.http.HttpParser
- getHandler() - Method in class org.eclipse.jetty.http.spi.JettyHttpContext
- getHandler() - Method in class org.eclipse.jetty.server.handler.EagerContentHandler.ContentLoader
- getHandler() - Method in class org.eclipse.jetty.server.handler.HotSwapHandler
- getHandler() - Method in interface org.eclipse.jetty.server.Handler.Singleton
- getHandler() - Method in class org.eclipse.jetty.server.Handler.Wrapper
- getHandler() - Method in class org.eclipse.jetty.session.SessionHandler
- getHandler() - Method in class org.eclipse.jetty.websocket.core.WebSocketCoreSession
- getHandlerCallbackTimeout() - Method in class org.eclipse.jetty.server.handler.StateTrackingHandler
- getHandlers() - Method in class org.eclipse.jetty.ee8.nested.HandlerCollection
- getHandlers() - Method in class org.eclipse.jetty.ee8.nested.HandlerCollection.Handlers
- getHandlers() - Method in interface org.eclipse.jetty.ee8.nested.HandlerContainer
- getHandlers() - Method in class org.eclipse.jetty.ee8.nested.HandlerWrapper
- getHandlers() - Method in class org.eclipse.jetty.ee8.nested.HotSwapHandler
- getHandlers() - Method in class org.eclipse.jetty.ee9.nested.HandlerCollection
- getHandlers() - Method in class org.eclipse.jetty.ee9.nested.HandlerCollection.Handlers
- getHandlers() - Method in interface org.eclipse.jetty.ee9.nested.HandlerContainer
- getHandlers() - Method in class org.eclipse.jetty.ee9.nested.HandlerWrapper
- getHandlers() - Method in class org.eclipse.jetty.ee9.nested.HotSwapHandler
- getHandlers() - Method in interface org.eclipse.jetty.server.Handler.Container
- getHandlers() - Method in class org.eclipse.jetty.server.handler.PathMappingsHandler
- getHandlers() - Method in class org.eclipse.jetty.server.Handler.Sequence
- getHandlers() - Method in interface org.eclipse.jetty.server.Handler.Singleton
- getHandlerType() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.RegisteredMessageHandler
- getHandlerType() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.RegisteredMessageHandler
- getHandlerType() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.RegisteredMessageHandler
- getHandlerType() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.RegisteredMessageHandler
- getHandleTimeMax() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- getHandleTimeMean() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- getHandleTimeStdDev() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- getHandleTimeTotal() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- getHandleTotal() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- getHandlingFailures() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- getHandshaker() - Method in class org.eclipse.jetty.websocket.core.server.WebSocketMappings
- getHazelcastInstance() - Method in class org.eclipse.jetty.hazelcast.session.HazelcastSessionDataStoreFactory
- getHazelcastInstanceName() - Method in class org.eclipse.jetty.hazelcast.session.HazelcastSessionDataStoreFactory
- getHeader() - Method in class org.eclipse.jetty.client.Authentication.HeaderInfo
- getHeader() - Method in class org.eclipse.jetty.http.HttpField
-
Get the
HttpHeaderof this field, ornull. - getHeader(String) - Method in class org.eclipse.jetty.ee10.servlet.ServletApiRequest
- getHeader(String) - Method in class org.eclipse.jetty.ee10.servlet.ServletApiResponse
- getHeader(String) - Method in class org.eclipse.jetty.ee10.servlet.ServletRequestHttpWrapper
- getHeader(String) - Method in class org.eclipse.jetty.ee10.servlet.ServletResponseHttpWrapper
- getHeader(String) - Method in class org.eclipse.jetty.ee11.servlet.ServletApiRequest
- getHeader(String) - Method in class org.eclipse.jetty.ee11.servlet.ServletApiResponse
- getHeader(String) - Method in class org.eclipse.jetty.ee11.servlet.ServletRequestHttpWrapper
- getHeader(String) - Method in class org.eclipse.jetty.ee11.servlet.ServletResponseHttpWrapper
- getHeader(String) - Method in class org.eclipse.jetty.ee8.nested.MultiPartFormInputStream.MultiPart
- getHeader(String) - Method in class org.eclipse.jetty.ee8.nested.MultiPartInputStreamLegacyParser.MultiPart
-
Deprecated.
- getHeader(String) - Method in class org.eclipse.jetty.ee8.nested.PushBuilderImpl
- getHeader(String) - Method in class org.eclipse.jetty.ee8.nested.Request
- getHeader(String) - Method in class org.eclipse.jetty.ee8.nested.Response
- getHeader(String) - Method in class org.eclipse.jetty.ee8.nested.ServletRequestHttpWrapper
- getHeader(String) - Method in class org.eclipse.jetty.ee8.nested.ServletResponseHttpWrapper
- getHeader(String) - Method in class org.eclipse.jetty.ee8.security.authentication.FormAuthenticator.FormRequest
- getHeader(String) - Method in interface org.eclipse.jetty.ee8.websocket.api.UpgradeRequest
-
Get a specific Header value from Upgrade Request
- getHeader(String) - Method in interface org.eclipse.jetty.ee8.websocket.api.UpgradeResponse
-
Get a header value
- getHeader(String) - Method in class org.eclipse.jetty.ee8.websocket.client.ClientUpgradeRequest
- getHeader(String) - Method in class org.eclipse.jetty.ee8.websocket.client.impl.DelegatedJettyClientUpgradeRequest
- getHeader(String) - Method in class org.eclipse.jetty.ee8.websocket.client.impl.DelegatedJettyClientUpgradeResponse
- getHeader(String) - Method in class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream.MultiPart
- getHeader(String) - Method in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser.MultiPart
-
Deprecated.
- getHeader(String) - Method in class org.eclipse.jetty.ee9.nested.PushBuilderImpl
- getHeader(String) - Method in class org.eclipse.jetty.ee9.nested.Request
- getHeader(String) - Method in class org.eclipse.jetty.ee9.nested.Response
- getHeader(String) - Method in class org.eclipse.jetty.ee9.nested.ServletRequestHttpWrapper
- getHeader(String) - Method in class org.eclipse.jetty.ee9.nested.ServletResponseHttpWrapper
- getHeader(String) - Method in class org.eclipse.jetty.ee9.security.authentication.FormAuthenticator.FormRequest
- getHeader(String) - Method in interface org.eclipse.jetty.ee9.websocket.api.UpgradeRequest
-
Get a specific Header value from Upgrade Request
- getHeader(String) - Method in interface org.eclipse.jetty.ee9.websocket.api.UpgradeResponse
-
Get a header value
- getHeader(String) - Method in class org.eclipse.jetty.ee9.websocket.client.ClientUpgradeRequest
- getHeader(String) - Method in class org.eclipse.jetty.ee9.websocket.client.impl.DelegatedJettyClientUpgradeRequest
- getHeader(String) - Method in class org.eclipse.jetty.ee9.websocket.client.impl.DelegatedJettyClientUpgradeResponse
- getHeader(String) - Method in interface org.eclipse.jetty.websocket.api.UpgradeRequest
-
Get a specific Header value from Upgrade Request
- getHeader(String) - Method in interface org.eclipse.jetty.websocket.api.UpgradeResponse
-
Get a header value
- getHeader(String) - Method in class org.eclipse.jetty.websocket.client.ClientUpgradeRequest
- getHeaderCacheSize() - Method in class org.eclipse.jetty.client.transport.HttpClientTransportOverHTTP
- getHeaderCacheSize() - Method in class org.eclipse.jetty.http.HttpParser
- getHeaderCacheSize() - Method in class org.eclipse.jetty.server.HttpConfiguration
- getHeaderInfo(String) - Method in class org.eclipse.jetty.client.AuthenticationProtocolHandler
- getHeaderInt(String) - Method in interface org.eclipse.jetty.ee8.websocket.api.UpgradeRequest
-
Get the specific Header value, as an
int, from the Upgrade Request. - getHeaderInt(String) - Method in class org.eclipse.jetty.ee8.websocket.client.ClientUpgradeRequest
- getHeaderInt(String) - Method in class org.eclipse.jetty.ee8.websocket.client.impl.DelegatedJettyClientUpgradeRequest
- getHeaderInt(String) - Method in interface org.eclipse.jetty.ee9.websocket.api.UpgradeRequest
-
Get the specific Header value, as an
int, from the Upgrade Request. - getHeaderInt(String) - Method in class org.eclipse.jetty.ee9.websocket.client.ClientUpgradeRequest
- getHeaderInt(String) - Method in class org.eclipse.jetty.ee9.websocket.client.impl.DelegatedJettyClientUpgradeRequest
- getHeaderInt(String) - Method in interface org.eclipse.jetty.websocket.api.UpgradeRequest
-
Get the specific Header value, as an
int, from the Upgrade Request. - getHeaderInt(String) - Method in class org.eclipse.jetty.websocket.client.ClientUpgradeRequest
- getHeaderLength() - Method in class org.eclipse.jetty.http.HttpParser
- getHeaderName() - Method in class org.eclipse.jetty.rewrite.handler.ForceRequestHeaderValueRule
- getHeaderName() - Method in class org.eclipse.jetty.rewrite.handler.HeaderPatternRule
- getHeaderName() - Method in class org.eclipse.jetty.rewrite.handler.HeaderRegexRule
- getHeaderName() - Method in class org.eclipse.jetty.rewrite.handler.HeaderRule
- getHeaderName() - Method in class org.eclipse.jetty.rewrite.handler.ResponseStatusHeaderRegexRule
- getHeaderNames() - Method in class org.eclipse.jetty.ee10.servlet.ServletApiRequest
- getHeaderNames() - Method in class org.eclipse.jetty.ee10.servlet.ServletApiResponse
- getHeaderNames() - Method in class org.eclipse.jetty.ee10.servlet.ServletRequestHttpWrapper
- getHeaderNames() - Method in class org.eclipse.jetty.ee10.servlet.ServletResponseHttpWrapper
- getHeaderNames() - Method in class org.eclipse.jetty.ee11.servlet.ServletApiRequest
- getHeaderNames() - Method in class org.eclipse.jetty.ee11.servlet.ServletApiResponse
- getHeaderNames() - Method in class org.eclipse.jetty.ee11.servlet.ServletRequestHttpWrapper
- getHeaderNames() - Method in class org.eclipse.jetty.ee11.servlet.ServletResponseHttpWrapper
- getHeaderNames() - Method in class org.eclipse.jetty.ee8.nested.MultiPartFormInputStream.MultiPart
- getHeaderNames() - Method in class org.eclipse.jetty.ee8.nested.MultiPartInputStreamLegacyParser.MultiPart
-
Deprecated.
- getHeaderNames() - Method in class org.eclipse.jetty.ee8.nested.PushBuilderImpl
- getHeaderNames() - Method in class org.eclipse.jetty.ee8.nested.Request
- getHeaderNames() - Method in class org.eclipse.jetty.ee8.nested.Response
- getHeaderNames() - Method in class org.eclipse.jetty.ee8.nested.ServletRequestHttpWrapper
- getHeaderNames() - Method in class org.eclipse.jetty.ee8.nested.ServletResponseHttpWrapper
- getHeaderNames() - Method in class org.eclipse.jetty.ee8.security.authentication.FormAuthenticator.FormRequest
- getHeaderNames() - Method in interface org.eclipse.jetty.ee8.websocket.api.UpgradeResponse
-
Get the header names
- getHeaderNames() - Method in class org.eclipse.jetty.ee8.websocket.client.impl.DelegatedJettyClientUpgradeResponse
- getHeaderNames() - Method in class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream.MultiPart
- getHeaderNames() - Method in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser.MultiPart
-
Deprecated.
- getHeaderNames() - Method in class org.eclipse.jetty.ee9.nested.PushBuilderImpl
- getHeaderNames() - Method in class org.eclipse.jetty.ee9.nested.Request
- getHeaderNames() - Method in class org.eclipse.jetty.ee9.nested.Response
- getHeaderNames() - Method in class org.eclipse.jetty.ee9.nested.ServletRequestHttpWrapper
- getHeaderNames() - Method in class org.eclipse.jetty.ee9.nested.ServletResponseHttpWrapper
- getHeaderNames() - Method in class org.eclipse.jetty.ee9.security.authentication.FormAuthenticator.FormRequest
- getHeaderNames() - Method in interface org.eclipse.jetty.ee9.websocket.api.UpgradeResponse
-
Get the header names
- getHeaderNames() - Method in class org.eclipse.jetty.ee9.websocket.client.impl.DelegatedJettyClientUpgradeResponse
- getHeaderNames() - Method in interface org.eclipse.jetty.websocket.api.UpgradeResponse
-
Get the header names
- getHeaderRegex() - Method in class org.eclipse.jetty.rewrite.handler.ResponseStatusHeaderRegexRule
- getHeaders() - Method in interface org.eclipse.jetty.client.Request
- getHeaders() - Method in interface org.eclipse.jetty.client.Response
-
Returns the headers of this response.
- getHeaders() - Method in class org.eclipse.jetty.client.transport.HttpRequest
- getHeaders() - Method in class org.eclipse.jetty.client.transport.HttpResponse
- getHeaders() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextResponse
- getHeaders() - Method in class org.eclipse.jetty.ee10.servlet.ServletCoreRequest
- getHeaders() - Method in class org.eclipse.jetty.ee10.servlet.ServletCoreResponse
- getHeaders() - Method in class org.eclipse.jetty.ee11.servlet.ServletContextResponse
- getHeaders() - Method in class org.eclipse.jetty.ee11.servlet.ServletCoreRequest
- getHeaders() - Method in class org.eclipse.jetty.ee11.servlet.ServletCoreResponse
- getHeaders() - Method in class org.eclipse.jetty.ee8.nested.ServletCoreRequest
- getHeaders() - Method in class org.eclipse.jetty.ee8.nested.ServletCoreResponse
- getHeaders() - Method in interface org.eclipse.jetty.ee8.websocket.api.UpgradeRequest
-
Get the headers as a Map of keys to value lists.
- getHeaders() - Method in interface org.eclipse.jetty.ee8.websocket.api.UpgradeResponse
-
Get the headers map
- getHeaders() - Method in class org.eclipse.jetty.ee8.websocket.client.ClientUpgradeRequest
- getHeaders() - Method in class org.eclipse.jetty.ee8.websocket.client.impl.DelegatedJettyClientUpgradeRequest
- getHeaders() - Method in class org.eclipse.jetty.ee8.websocket.client.impl.DelegatedJettyClientUpgradeResponse
- getHeaders() - Method in class org.eclipse.jetty.ee9.nested.ServletCoreRequest
- getHeaders() - Method in class org.eclipse.jetty.ee9.nested.ServletCoreResponse
- getHeaders() - Method in interface org.eclipse.jetty.ee9.websocket.api.UpgradeRequest
-
Get the headers as a Map of keys to value lists.
- getHeaders() - Method in interface org.eclipse.jetty.ee9.websocket.api.UpgradeResponse
-
Get the headers map
- getHeaders() - Method in class org.eclipse.jetty.ee9.websocket.client.ClientUpgradeRequest
- getHeaders() - Method in class org.eclipse.jetty.ee9.websocket.client.impl.DelegatedJettyClientUpgradeRequest
- getHeaders() - Method in class org.eclipse.jetty.ee9.websocket.client.impl.DelegatedJettyClientUpgradeResponse
- getHeaders() - Method in class org.eclipse.jetty.http.MultiPart.Part
- getHeaders() - Method in class org.eclipse.jetty.rewrite.handler.RewriteEncodingRule.EncodingHandler
- getHeaders() - Method in class org.eclipse.jetty.rewrite.handler.RewriteLanguageRule.LanguageHandler
- getHeaders() - Method in class org.eclipse.jetty.server.handler.gzip.GzipRequest
- getHeaders() - Method in class org.eclipse.jetty.server.handler.gzip.HeaderWrappingRequest
- getHeaders() - Method in interface org.eclipse.jetty.server.Request
- getHeaders() - Method in class org.eclipse.jetty.server.Request.Wrapper
- getHeaders() - Method in interface org.eclipse.jetty.server.Response
- getHeaders() - Method in class org.eclipse.jetty.server.Response.Wrapper
- getHeaders() - Method in interface org.eclipse.jetty.websocket.api.UpgradeRequest
-
Get the headers as a Map of keys to value lists.
- getHeaders() - Method in interface org.eclipse.jetty.websocket.api.UpgradeResponse
-
Get the headers map
- getHeaders() - Method in class org.eclipse.jetty.websocket.client.ClientUpgradeRequest
- getHeaders() - Method in class org.eclipse.jetty.websocket.core.client.CoreClientUpgradeRequest
- getHeaders(String) - Method in class org.eclipse.jetty.ee10.servlet.ServletApiRequest
- getHeaders(String) - Method in class org.eclipse.jetty.ee10.servlet.ServletApiResponse
- getHeaders(String) - Method in class org.eclipse.jetty.ee10.servlet.ServletRequestHttpWrapper
- getHeaders(String) - Method in class org.eclipse.jetty.ee10.servlet.ServletResponseHttpWrapper
- getHeaders(String) - Method in class org.eclipse.jetty.ee11.servlet.ServletApiRequest
- getHeaders(String) - Method in class org.eclipse.jetty.ee11.servlet.ServletApiResponse
- getHeaders(String) - Method in class org.eclipse.jetty.ee11.servlet.ServletRequestHttpWrapper
- getHeaders(String) - Method in class org.eclipse.jetty.ee11.servlet.ServletResponseHttpWrapper
- getHeaders(String) - Method in class org.eclipse.jetty.ee8.nested.MultiPartFormInputStream.MultiPart
- getHeaders(String) - Method in class org.eclipse.jetty.ee8.nested.MultiPartInputStreamLegacyParser.MultiPart
-
Deprecated.
- getHeaders(String) - Method in class org.eclipse.jetty.ee8.nested.Request
- getHeaders(String) - Method in class org.eclipse.jetty.ee8.nested.Response
- getHeaders(String) - Method in class org.eclipse.jetty.ee8.nested.ServletRequestHttpWrapper
- getHeaders(String) - Method in class org.eclipse.jetty.ee8.nested.ServletResponseHttpWrapper
- getHeaders(String) - Method in class org.eclipse.jetty.ee8.security.authentication.FormAuthenticator.FormRequest
- getHeaders(String) - Method in interface org.eclipse.jetty.ee8.websocket.api.UpgradeRequest
-
Get the specific header values (for multi-value headers)
- getHeaders(String) - Method in interface org.eclipse.jetty.ee8.websocket.api.UpgradeResponse
-
Get the multi-value header value
- getHeaders(String) - Method in class org.eclipse.jetty.ee8.websocket.client.ClientUpgradeRequest
- getHeaders(String) - Method in class org.eclipse.jetty.ee8.websocket.client.impl.DelegatedJettyClientUpgradeRequest
- getHeaders(String) - Method in class org.eclipse.jetty.ee8.websocket.client.impl.DelegatedJettyClientUpgradeResponse
- getHeaders(String) - Method in class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream.MultiPart
- getHeaders(String) - Method in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser.MultiPart
-
Deprecated.
- getHeaders(String) - Method in class org.eclipse.jetty.ee9.nested.Request
- getHeaders(String) - Method in class org.eclipse.jetty.ee9.nested.Response
- getHeaders(String) - Method in class org.eclipse.jetty.ee9.nested.ServletRequestHttpWrapper
- getHeaders(String) - Method in class org.eclipse.jetty.ee9.nested.ServletResponseHttpWrapper
- getHeaders(String) - Method in class org.eclipse.jetty.ee9.security.authentication.FormAuthenticator.FormRequest
- getHeaders(String) - Method in interface org.eclipse.jetty.ee9.websocket.api.UpgradeRequest
-
Get the specific header values (for multi-value headers)
- getHeaders(String) - Method in interface org.eclipse.jetty.ee9.websocket.api.UpgradeResponse
-
Get the multi-value header value
- getHeaders(String) - Method in class org.eclipse.jetty.ee9.websocket.client.ClientUpgradeRequest
- getHeaders(String) - Method in class org.eclipse.jetty.ee9.websocket.client.impl.DelegatedJettyClientUpgradeRequest
- getHeaders(String) - Method in class org.eclipse.jetty.ee9.websocket.client.impl.DelegatedJettyClientUpgradeResponse
- getHeaders(String) - Method in interface org.eclipse.jetty.websocket.api.UpgradeRequest
-
Get the specific header values (for multi-value headers)
- getHeaders(String) - Method in interface org.eclipse.jetty.websocket.api.UpgradeResponse
-
Get the multi-value header value
- getHeaders(String) - Method in class org.eclipse.jetty.websocket.client.ClientUpgradeRequest
- getHeadersListener() - Method in class org.eclipse.jetty.client.RequestListeners
- getHeadersNanoTime() - Method in class org.eclipse.jetty.ee10.servlet.ServletCoreRequest
- getHeadersNanoTime() - Method in class org.eclipse.jetty.ee11.servlet.ServletCoreRequest
- getHeadersNanoTime() - Method in class org.eclipse.jetty.ee8.nested.ServletCoreRequest
- getHeadersNanoTime() - Method in class org.eclipse.jetty.ee9.nested.ServletCoreRequest
- getHeadersNanoTime() - Method in interface org.eclipse.jetty.server.Request
-
Get the nanoTime at which the request headers were parsed, obtained via
System.nanoTime(). - getHeadersNanoTime() - Method in class org.eclipse.jetty.server.Request.Wrapper
- getHeaderValue() - Method in class org.eclipse.jetty.rewrite.handler.ForceRequestHeaderValueRule
- getHeaderValue() - Method in class org.eclipse.jetty.rewrite.handler.HeaderPatternRule
- getHeaderValue() - Method in class org.eclipse.jetty.rewrite.handler.HeaderRegexRule
- getHeaderValue() - Method in class org.eclipse.jetty.rewrite.handler.HeaderRule
- getHeapBucketsStatistics() - Method in class org.eclipse.jetty.io.ArrayByteBufferPool
- getHeapByteBufferCount() - Method in class org.eclipse.jetty.io.ArrayByteBufferPool
- getHeapMemory() - Method in class org.eclipse.jetty.io.ArrayByteBufferPool
- getHeldClass() - Method in class org.eclipse.jetty.ee10.servlet.BaseHolder
- getHeldClass() - Method in class org.eclipse.jetty.ee11.servlet.BaseHolder
- getHeldClass() - Method in class org.eclipse.jetty.ee8.servlet.BaseHolder
- getHeldClass() - Method in class org.eclipse.jetty.ee9.servlet.BaseHolder
- getHelper() - Method in class org.eclipse.jetty.osgi.util.BundleClassLoaderHelperFactory
- getHelper() - Method in class org.eclipse.jetty.osgi.util.BundleFileLocatorHelperFactory
- getHexDigit() - Method in class org.eclipse.jetty.http.HttpTokens.Token
- getHi() - Method in class org.eclipse.jetty.util.AtomicBiInteger
-
Get the hi value.
- getHi(long) - Static method in class org.eclipse.jetty.util.AtomicBiInteger
-
Gets a hi value from the given encoded value.
- getHiddenClasses() - Method in interface org.eclipse.jetty.ee.webapp.WebAppClassLoader.Context
- getHiddenClasses() - Method in class org.eclipse.jetty.ee10.webapp.AbstractConfiguration
- getHiddenClasses() - Method in interface org.eclipse.jetty.ee10.webapp.Configuration
-
Get the server (hidden) classes associated with this Configuration.
- getHiddenClasses() - Method in class org.eclipse.jetty.ee10.webapp.WebAppContext
- getHiddenClasses() - Method in class org.eclipse.jetty.ee11.webapp.AbstractConfiguration
- getHiddenClasses() - Method in interface org.eclipse.jetty.ee11.webapp.Configuration
-
Get the server (hidden) classes associated with this Configuration.
- getHiddenClasses() - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
- getHiddenClasses(Server) - Static method in class org.eclipse.jetty.ee.webapp.WebAppClassLoading
-
Get the default hidden (server) classes for a
Server - getHiddenClasses(Environment) - Static method in class org.eclipse.jetty.ee.webapp.WebAppClassLoading
-
Get the default hidden (server) classes for an
Environment - getHiddenClassMatcher() - Method in interface org.eclipse.jetty.ee.webapp.WebAppClassLoader.Context
- getHiddenClassMatcher() - Method in class org.eclipse.jetty.ee10.webapp.WebAppContext
- getHiddenClassMatcher() - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
- getHiddenClassMatcher() - Method in class org.eclipse.jetty.ee8.webapp.WebAppContext
- getHiddenClassMatcher() - Method in class org.eclipse.jetty.ee9.webapp.WebAppContext
- getHideStacks(String) - Method in class org.eclipse.jetty.logging.JettyLoggerConfiguration
- getHolderEntry(String) - Method in class org.eclipse.jetty.ee8.servlet.ServletHandler
-
Deprecated.Use
ServletHandler.getMatchedServlet(String)instead - getHolderEntry(String) - Method in class org.eclipse.jetty.ee9.servlet.ServletHandler
-
Deprecated.Use
ServletHandler.getMatchedServlet(String)instead - getHost() - Method in class org.eclipse.jetty.client.Origin.Address
- getHost() - Method in interface org.eclipse.jetty.client.Request
- getHost() - Method in class org.eclipse.jetty.client.transport.HttpDestination
- getHost() - Method in class org.eclipse.jetty.client.transport.HttpRequest
- getHost() - Method in interface org.eclipse.jetty.ee8.websocket.api.UpgradeRequest
-
The host of the Upgrade Request URI
- getHost() - Method in class org.eclipse.jetty.ee8.websocket.client.ClientUpgradeRequest
- getHost() - Method in class org.eclipse.jetty.ee8.websocket.client.impl.DelegatedJettyClientUpgradeRequest
- getHost() - Method in interface org.eclipse.jetty.ee9.websocket.api.UpgradeRequest
-
The host of the Upgrade Request URI
- getHost() - Method in class org.eclipse.jetty.ee9.websocket.client.ClientUpgradeRequest
- getHost() - Method in class org.eclipse.jetty.ee9.websocket.client.impl.DelegatedJettyClientUpgradeRequest
- getHost() - Method in class org.eclipse.jetty.http.HostPortHttpField
-
Get the host.
- getHost() - Method in interface org.eclipse.jetty.http.HttpURI
- getHost() - Method in class org.eclipse.jetty.http.HttpURI.Immutable
- getHost() - Method in class org.eclipse.jetty.http.HttpURI.Mutable
- getHost() - Method in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStoreFactory
-
Get the host.
- getHost() - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
- getHost() - Method in interface org.eclipse.jetty.server.NetworkConnector
- getHost() - Method in class org.eclipse.jetty.server.ShutdownService
- getHost() - Method in class org.eclipse.jetty.util.HostPort
-
Get the host.
- getHost() - Method in interface org.eclipse.jetty.websocket.api.UpgradeRequest
-
The host of the Upgrade Request URI
- getHost() - Method in class org.eclipse.jetty.websocket.client.ClientUpgradeRequest
- getHostField() - Method in class org.eclipse.jetty.client.transport.HttpDestination
- getHostHeader() - Method in class org.eclipse.jetty.ee10.proxy.AbstractProxyServlet
- getHostHeader() - Method in class org.eclipse.jetty.ee11.proxy.AbstractProxyServlet
- getHostHeader() - Method in class org.eclipse.jetty.ee8.proxy.AbstractProxyServlet
- getHostHeader() - Method in class org.eclipse.jetty.ee9.proxy.AbstractProxyServlet
- getHostHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
- getHostName() - Method in class org.eclipse.jetty.security.SPNEGOLoginService
- getHostName(InetSocketAddress) - Static method in interface org.eclipse.jetty.server.Request
- getHostnameVerifier() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
Get the HostnameVerifier used by a client to verify host names in the server certificate.
- getHostPort() - Method in class org.eclipse.jetty.http.HostPortHttpField
- getHosts() - Method in class org.eclipse.jetty.util.ssl.X509
- getHpackContext() - Method in class org.eclipse.jetty.http2.hpack.HpackDecoder
- getHpackContext() - Method in class org.eclipse.jetty.http2.hpack.HpackEncoder
- getHpackDecoder() - Method in class org.eclipse.jetty.http2.parser.Parser
- getHpackEncoder() - Method in class org.eclipse.jetty.http2.generator.Generator
- getHTTP2Client() - Method in class org.eclipse.jetty.http2.client.transport.HttpClientTransportOverHTTP2
- getHTTP3Client() - Method in class org.eclipse.jetty.http3.client.transport.HttpClientTransportOverHTTP3
- getHTTP3Configuration() - Method in class org.eclipse.jetty.http3.client.HTTP3Client
- getHTTP3Configuration() - Method in class org.eclipse.jetty.http3.server.AbstractHTTP3ServerConnectionFactory
- getHttpChannel() - Method in class org.eclipse.jetty.client.transport.HttpReceiver
- getHttpChannel() - Method in class org.eclipse.jetty.client.transport.HttpSender
- getHttpChannel() - Method in class org.eclipse.jetty.ee8.nested.AsyncContextState
- getHttpChannel() - Method in class org.eclipse.jetty.ee8.nested.ContextHandler.CoreContextRequest
- getHttpChannel() - Method in class org.eclipse.jetty.ee8.nested.HttpChannelState
- getHttpChannel() - Method in class org.eclipse.jetty.ee8.nested.HttpOutput
- getHttpChannel() - Method in class org.eclipse.jetty.ee8.nested.Request
- getHttpChannel() - Method in class org.eclipse.jetty.ee8.nested.Response
- getHttpChannel() - Method in class org.eclipse.jetty.ee9.nested.AsyncContextState
- getHttpChannel() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.CoreContextRequest
- getHttpChannel() - Method in class org.eclipse.jetty.ee9.nested.HttpChannelState
- getHttpChannel() - Method in class org.eclipse.jetty.ee9.nested.HttpOutput
- getHttpChannel() - Method in class org.eclipse.jetty.ee9.nested.Request
- getHttpChannel() - Method in class org.eclipse.jetty.ee9.nested.Response
- getHttpChannels() - Method in class org.eclipse.jetty.client.transport.HttpConnection
- getHttpChannelState() - Method in class org.eclipse.jetty.ee8.nested.AsyncContextEvent
- getHttpChannelState() - Method in class org.eclipse.jetty.ee8.nested.AsyncContextState
- getHttpChannelState() - Method in class org.eclipse.jetty.ee8.nested.Request
- getHttpChannelState() - Method in class org.eclipse.jetty.ee9.nested.AsyncContextEvent
- getHttpChannelState() - Method in class org.eclipse.jetty.ee9.nested.AsyncContextState
- getHttpChannelState() - Method in class org.eclipse.jetty.ee9.nested.Request
- getHttpClient() - Method in class org.eclipse.jetty.client.AbstractHttpClientTransport
- getHttpClient() - Method in class org.eclipse.jetty.client.AuthenticationProtocolHandler
- getHttpClient() - Method in interface org.eclipse.jetty.client.Destination
- getHttpClient() - Method in class org.eclipse.jetty.client.transport.HttpConnection
- getHttpClient() - Method in class org.eclipse.jetty.client.transport.HttpDestination
- getHttpClient() - Method in class org.eclipse.jetty.client.transport.HttpRequest
- getHttpClient() - Method in class org.eclipse.jetty.ee10.proxy.AbstractProxyServlet
- getHttpClient() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.client.JakartaWebSocketClientContainer
- getHttpClient() - Method in class org.eclipse.jetty.ee11.proxy.AbstractProxyServlet
- getHttpClient() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.client.JakartaWebSocketClientContainer
- getHttpClient() - Method in class org.eclipse.jetty.ee8.proxy.AbstractProxyServlet
- getHttpClient() - Method in class org.eclipse.jetty.ee8.websocket.client.WebSocketClient
- getHttpClient() - Method in class org.eclipse.jetty.ee8.websocket.javax.client.JavaxWebSocketClientContainer
- getHttpClient() - Method in class org.eclipse.jetty.ee9.proxy.AbstractProxyServlet
- getHttpClient() - Method in class org.eclipse.jetty.ee9.websocket.client.WebSocketClient
- getHttpClient() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.client.JakartaWebSocketClientContainer
- getHttpClient() - Method in class org.eclipse.jetty.proxy.ProxyHandler
- getHttpClient() - Method in class org.eclipse.jetty.security.openid.OpenIdConfiguration
- getHttpClient() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
- getHttpClient() - Method in class org.eclipse.jetty.websocket.core.client.WebSocketCoreClient
- getHttpClientTransport() - Method in class org.eclipse.jetty.client.HttpClient
- getHttpCompliance() - Method in class org.eclipse.jetty.client.HttpClient
-
Gets the http compliance mode for parsing http responses.
- getHttpCompliance() - Method in class org.eclipse.jetty.server.HttpConfiguration
- getHttpConfiguration() - Method in class org.eclipse.jetty.ee10.servlet.ServletChannel
- getHttpConfiguration() - Method in class org.eclipse.jetty.ee11.servlet.ServletChannel
- getHttpConfiguration() - Method in class org.eclipse.jetty.ee8.nested.HttpChannel
- getHttpConfiguration() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
- getHttpConfiguration() - Method in class org.eclipse.jetty.http.spi.JettyHttpServer
- getHttpConfiguration() - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
- getHttpConfiguration() - Method in class org.eclipse.jetty.http3.server.AbstractHTTP3ServerConnectionFactory
- getHttpConfiguration() - Method in class org.eclipse.jetty.server.AbstractMetaDataConnection
- getHttpConfiguration() - Method in interface org.eclipse.jetty.server.ConnectionMetaData
- getHttpConfiguration() - Method in class org.eclipse.jetty.server.ConnectionMetaData.Wrapper
- getHttpConfiguration() - Method in interface org.eclipse.jetty.server.HttpConfiguration.ConnectionFactory
- getHttpConfiguration() - Method in class org.eclipse.jetty.server.HttpConnectionFactory
- getHttpContentFactory() - Method in class org.eclipse.jetty.ee8.nested.ResourceHandler
- getHttpContentFactory() - Method in class org.eclipse.jetty.ee8.nested.ResourceService
- getHttpContentFactory() - Method in class org.eclipse.jetty.ee9.nested.ResourceHandler
- getHttpContentFactory() - Method in class org.eclipse.jetty.ee9.nested.ResourceService
- getHttpContentFactory() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
- getHttpContentFactory() - Method in class org.eclipse.jetty.server.ResourceService
- getHttpContext() - Method in class org.eclipse.jetty.http.spi.JettyHttpExchange
- getHttpContext() - Method in class org.eclipse.jetty.http.spi.JettyHttpExchangeDelegate
- getHttpContext() - Method in class org.eclipse.jetty.http.spi.JettyHttpsExchange
- getHttpCookie() - Method in class org.eclipse.jetty.server.HttpCookieUtils.SetCookieHttpField
- getHttpCookieStore() - Method in class org.eclipse.jetty.client.HttpClient
-
Get the cookie store associated with this instance.
- getHttpDestination() - Method in class org.eclipse.jetty.client.transport.HttpChannel
- getHttpDestination() - Method in class org.eclipse.jetty.client.transport.HttpConnection
- getHttpDestination() - Method in class org.eclipse.jetty.client.transport.HttpExchange
- getHttpDestination() - Method in class org.eclipse.jetty.client.transport.HttpReceiver
- getHttpExchange() - Method in class org.eclipse.jetty.client.transport.HttpChannel
-
Returns the
HttpExchangecurrently associated with this channel, possiblynull. - getHttpExchange() - Method in class org.eclipse.jetty.client.transport.HttpReceiver
- getHttpExchange() - Method in class org.eclipse.jetty.client.transport.HttpSender
- getHttpExchanges() - Method in class org.eclipse.jetty.client.transport.HttpDestination
- getHttpField() - Method in class org.eclipse.jetty.http2.hpack.HpackContext.Entry
- getHttpFields() - Method in class org.eclipse.jetty.ee8.nested.Request
- getHttpFields() - Method in class org.eclipse.jetty.ee8.nested.Response
- getHttpFields() - Method in class org.eclipse.jetty.ee9.nested.Request
- getHttpFields() - Method in class org.eclipse.jetty.ee9.nested.Response
- getHttpFields() - Method in class org.eclipse.jetty.http.MetaData
-
Get the HTTP headers or HTTP trailers.
- getHttpHandler() - Method in class org.eclipse.jetty.http.spi.HttpSpiContextHandler
- getHttpInput() - Method in class org.eclipse.jetty.ee10.servlet.ServletChannel
- getHttpInput() - Method in interface org.eclipse.jetty.ee10.servlet.ServletContextHandler.ServletRequestInfo
- getHttpInput() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextRequest
- getHttpInput() - Method in class org.eclipse.jetty.ee11.servlet.ServletChannel
- getHttpInput() - Method in interface org.eclipse.jetty.ee11.servlet.ServletContextHandler.ServletRequestInfo
- getHttpInput() - Method in class org.eclipse.jetty.ee11.servlet.ServletContextRequest
- getHttpInput() - Method in class org.eclipse.jetty.ee8.nested.Request
- getHttpInput() - Method in class org.eclipse.jetty.ee9.nested.Request
- getHttpOutput() - Method in class org.eclipse.jetty.ee10.servlet.ServletChannel
- getHttpOutput() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextRequest
- getHttpOutput() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextResponse
- getHttpOutput() - Method in class org.eclipse.jetty.ee11.servlet.ServletChannel
- getHttpOutput() - Method in class org.eclipse.jetty.ee11.servlet.ServletContextRequest
- getHttpOutput() - Method in class org.eclipse.jetty.ee11.servlet.ServletContextResponse
- getHttpOutput() - Method in class org.eclipse.jetty.ee8.nested.Response
- getHttpOutput() - Method in class org.eclipse.jetty.ee9.nested.Response
- getHttpReceiver() - Method in class org.eclipse.jetty.client.transport.HttpChannel
- getHttpsConfigurator() - Method in class org.eclipse.jetty.http.spi.JettyHttpServer
- getHttpSender() - Method in class org.eclipse.jetty.client.transport.HttpChannel
- getHttpServletMapping() - Method in class org.eclipse.jetty.ee10.servlet.ServletApiRequest.CrossContextIncluded
- getHttpServletMapping() - Method in class org.eclipse.jetty.ee10.servlet.ServletApiRequest
- getHttpServletMapping() - Method in class org.eclipse.jetty.ee11.servlet.ServletApiRequest.CrossContextIncluded
- getHttpServletMapping() - Method in class org.eclipse.jetty.ee11.servlet.ServletApiRequest
- getHttpServletMapping() - Method in class org.eclipse.jetty.ee8.nested.Request
- getHttpServletMapping() - Method in class org.eclipse.jetty.ee9.nested.Request
- getHttpServletRequest() - Method in interface org.eclipse.jetty.ee10.websocket.server.JettyServerUpgradeRequest
- getHttpServletRequest() - Method in interface org.eclipse.jetty.ee11.websocket.server.JettyServerUpgradeRequest
- getHttpServletRequest() - Method in interface org.eclipse.jetty.ee8.nested.Authentication.Wrapped
- getHttpServletRequest() - Method in interface org.eclipse.jetty.ee8.websocket.server.JettyServerUpgradeRequest
- getHttpServletRequest() - Method in interface org.eclipse.jetty.ee9.nested.Authentication.Wrapped
- getHttpServletRequest() - Method in interface org.eclipse.jetty.ee9.websocket.server.JettyServerUpgradeRequest
- getHttpServletResponse() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextRequest
- getHttpServletResponse() - Method in class org.eclipse.jetty.ee11.servlet.ServletContextRequest
- getHttpServletResponse() - Method in interface org.eclipse.jetty.ee8.nested.Authentication.Wrapped
- getHttpServletResponse() - Method in interface org.eclipse.jetty.ee9.nested.Authentication.Wrapped
- getHttpURI() - Method in class org.eclipse.jetty.ee10.servlet.ServletCoreRequest
- getHttpURI() - Method in class org.eclipse.jetty.ee11.servlet.ServletCoreRequest
- getHttpURI() - Method in class org.eclipse.jetty.ee8.nested.Request
- getHttpURI() - Method in class org.eclipse.jetty.ee8.nested.ServletCoreRequest
- getHttpURI() - Method in class org.eclipse.jetty.ee9.nested.Request
- getHttpURI() - Method in class org.eclipse.jetty.ee9.nested.ServletCoreRequest
- getHttpURI() - Method in class org.eclipse.jetty.http.MetaData.Request
- getHttpURI() - Method in class org.eclipse.jetty.rewrite.handler.RewriteEncodingRule.EncodingHandler
- getHttpURI() - Method in class org.eclipse.jetty.rewrite.handler.RewriteLanguageRule.LanguageHandler
- getHttpURI() - Method in class org.eclipse.jetty.rewrite.handler.Rule.HttpURIHandler
- getHttpURI() - Method in interface org.eclipse.jetty.server.Request
- getHttpURI() - Method in class org.eclipse.jetty.server.Request.Wrapper
- getHttpURIRewriter() - Method in class org.eclipse.jetty.proxy.ProxyHandler.Reverse
- getHttpVersion() - Method in class org.eclipse.jetty.ee8.nested.Request
- getHttpVersion() - Method in interface org.eclipse.jetty.ee8.websocket.api.UpgradeRequest
-
The HTTP version used for this Upgrade Request
- getHttpVersion() - Method in class org.eclipse.jetty.ee8.websocket.client.ClientUpgradeRequest
- getHttpVersion() - Method in class org.eclipse.jetty.ee8.websocket.client.impl.DelegatedJettyClientUpgradeRequest
- getHttpVersion() - Method in class org.eclipse.jetty.ee9.nested.Request
- getHttpVersion() - Method in interface org.eclipse.jetty.ee9.websocket.api.UpgradeRequest
-
The HTTP version used for this Upgrade Request
- getHttpVersion() - Method in class org.eclipse.jetty.ee9.websocket.client.ClientUpgradeRequest
- getHttpVersion() - Method in class org.eclipse.jetty.ee9.websocket.client.impl.DelegatedJettyClientUpgradeRequest
- getHttpVersion() - Method in class org.eclipse.jetty.http.Http10FieldPreEncoder
- getHttpVersion() - Method in class org.eclipse.jetty.http.Http11FieldPreEncoder
- getHttpVersion() - Method in interface org.eclipse.jetty.http.HttpFieldPreEncoder
-
The major version this encoder is for.
- getHttpVersion() - Method in class org.eclipse.jetty.http.MetaData
-
Get the HTTP protocol version.
- getHttpVersion() - Method in class org.eclipse.jetty.http2.hpack.HpackFieldPreEncoder
- getHttpVersion() - Method in class org.eclipse.jetty.http3.qpack.QpackFieldPreEncoder
- getHttpVersion() - Method in interface org.eclipse.jetty.server.ConnectionMetaData
- getHttpVersion() - Method in class org.eclipse.jetty.server.ConnectionMetaData.Wrapper
- getHttpVersion() - Method in interface org.eclipse.jetty.websocket.api.UpgradeRequest
-
The HTTP version used for this Upgrade Request
- getHttpVersion() - Method in class org.eclipse.jetty.websocket.client.ClientUpgradeRequest
- getId() - Method in class org.eclipse.jetty.ee10.servlet.ServletCoreRequest
- getId() - Method in class org.eclipse.jetty.ee10.servlet.SessionHandler.ServletSessionApi
- getId() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketSession
- getId() - Method in class org.eclipse.jetty.ee11.servlet.ServletCoreRequest
- getId() - Method in class org.eclipse.jetty.ee11.servlet.SessionHandler.ServletSessionApi
- getId() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketSession
- getId() - Method in class org.eclipse.jetty.ee8.nested.ServletCoreRequest
- getId() - Method in class org.eclipse.jetty.ee8.nested.SessionHandler.ServletSessionApi
- getId() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketSession
- getId() - Method in class org.eclipse.jetty.ee9.nested.ServletCoreRequest
- getId() - Method in class org.eclipse.jetty.ee9.nested.SessionHandler.ServletSessionApi
- getId() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketSession
- getId() - Method in interface org.eclipse.jetty.http2.api.Stream
-
Get the stream unique id.
- getId() - Method in class org.eclipse.jetty.http2.HTTP2Stream
- getId() - Method in interface org.eclipse.jetty.http3.api.Stream
-
Get the stream id.
- getId() - Method in class org.eclipse.jetty.http3.HTTP3Stream
- getId() - Method in class org.eclipse.jetty.quic.api.frames.TransportParameters.Id
- getId() - Method in interface org.eclipse.jetty.quic.api.Session
- getId() - Method in interface org.eclipse.jetty.quic.api.Stream
-
Returns the stream id.
- getId() - Method in class org.eclipse.jetty.quic.common.AbstractStream
- getId() - Method in class org.eclipse.jetty.quic.quiche.QuicheSession
- getId() - Method in interface org.eclipse.jetty.server.ConnectionMetaData
- getId() - Method in class org.eclipse.jetty.server.ConnectionMetaData.Wrapper
- getId() - Method in interface org.eclipse.jetty.server.HttpStream
- getId() - Method in class org.eclipse.jetty.server.HttpStream.Wrapper
- getId() - Method in interface org.eclipse.jetty.server.Request
-
an ID unique within the lifetime scope of the
ConnectionMetaData.getId()). - getId() - Method in class org.eclipse.jetty.server.Request.Wrapper
- getId() - Method in interface org.eclipse.jetty.server.Session
- getId() - Method in class org.eclipse.jetty.session.ManagedSession
- getId() - Method in class org.eclipse.jetty.session.SessionData
-
Get the id of the session.
- getId() - Method in exception class org.eclipse.jetty.session.UnreadableSessionDataException
-
Get the session id.
- getId() - Method in exception class org.eclipse.jetty.session.UnwriteableSessionDataException
- getId(String) - Method in class org.eclipse.jetty.session.DefaultSessionIdManager
-
Get the session ID without any worker ID.
- getId(String) - Method in interface org.eclipse.jetty.session.SessionIdManager
-
Get just the session id from an id that includes the worker name as a suffix.
- getIdColumn() - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
- getIdentityService() - Method in class org.eclipse.jetty.ee10.servlet.ServletHandler
- getIdentityService() - Method in class org.eclipse.jetty.ee11.servlet.ServletHandler
- getIdentityService() - Method in interface org.eclipse.jetty.ee8.security.Authenticator.AuthConfiguration
- getIdentityService() - Method in class org.eclipse.jetty.ee8.security.SecurityHandler
-
Get the identityService.
- getIdentityService() - Method in class org.eclipse.jetty.ee8.security.WrappedAuthConfiguration
- getIdentityService() - Method in class org.eclipse.jetty.ee8.servlet.ServletHandler
- getIdentityService() - Method in interface org.eclipse.jetty.ee9.security.Authenticator.AuthConfiguration
- getIdentityService() - Method in class org.eclipse.jetty.ee9.security.SecurityHandler
-
Get the identityService.
- getIdentityService() - Method in class org.eclipse.jetty.ee9.security.WrappedAuthConfiguration
- getIdentityService() - Method in class org.eclipse.jetty.ee9.servlet.ServletHandler
- getIdentityService() - Method in class org.eclipse.jetty.security.AbstractLoginService
- getIdentityService() - Method in class org.eclipse.jetty.security.AnyUserLoginService
- getIdentityService() - Method in interface org.eclipse.jetty.security.Authenticator.Configuration
- getIdentityService() - Method in class org.eclipse.jetty.security.Authenticator.Configuration.Wrapper
- getIdentityService() - Method in class org.eclipse.jetty.security.EmptyLoginService
- getIdentityService() - Method in class org.eclipse.jetty.security.jaas.JAASLoginService
-
Get the identityService.
- getIdentityService() - Method in interface org.eclipse.jetty.security.LoginService
-
Get the IdentityService associated with this Login Service.
- getIdentityService() - Method in class org.eclipse.jetty.security.openid.OpenIdLoginService
- getIdentityService() - Method in class org.eclipse.jetty.security.SecurityHandler
-
Get the identityService.
- getIdentityService() - Method in class org.eclipse.jetty.security.SPNEGOLoginService
- getIdFromFilename(String) - Method in class org.eclipse.jetty.session.FileSessionDataStore
- getIdle() - Method in class org.eclipse.jetty.client.transport.HttpDestination
- getIdleConnectionCount() - Method in class org.eclipse.jetty.client.AbstractConnectionPool
- getIdleCount() - Method in class org.eclipse.jetty.util.ConcurrentPool
- getIdleCount() - Method in interface org.eclipse.jetty.util.Pool
- getIdleCount() - Method in class org.eclipse.jetty.util.Pool.Wrapper
- getIdleFor() - Method in class org.eclipse.jetty.io.IdleTimeout
-
Get the period of time, in milliseconds, that this object was idle.
- getIdleThreads() - Method in class org.eclipse.jetty.http.spi.DelegatingThreadPool
- getIdleThreads() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
- getIdleThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
-
The number of idle threads, waiting for tasks to be submitted to
QueuedThreadPool.execute(Runnable). - getIdleThreads() - Method in interface org.eclipse.jetty.util.thread.ThreadPool
- getIdleThreads() - Method in class org.eclipse.jetty.util.thread.VirtualThreadPool
- getIdleTimeout() - Method in class org.eclipse.jetty.client.HttpClient
- getIdleTimeout() - Method in interface org.eclipse.jetty.client.Request
- getIdleTimeout() - Method in class org.eclipse.jetty.client.transport.HttpRequest
- getIdleTimeout() - Method in class org.eclipse.jetty.ee10.servlet.ServletChannel
-
Get the idle timeout.
- getIdleTimeout() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketRemoteEndpoint
- getIdleTimeout() - Method in class org.eclipse.jetty.ee10.websocket.server.JettyWebSocketServerContainer
- getIdleTimeout() - Method in class org.eclipse.jetty.ee11.servlet.ServletChannel
-
Get the idle timeout.
- getIdleTimeout() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketRemoteEndpoint
- getIdleTimeout() - Method in class org.eclipse.jetty.ee11.websocket.server.JettyWebSocketServerContainer
- getIdleTimeout() - Method in class org.eclipse.jetty.ee8.nested.HttpChannel
-
Get the idle timeout.
- getIdleTimeout() - Method in interface org.eclipse.jetty.ee8.websocket.api.WebSocketPolicy
-
The duration that a websocket may be idle before being closed by the implementation
- getIdleTimeout() - Method in class org.eclipse.jetty.ee8.websocket.client.WebSocketClient
- getIdleTimeout() - Method in class org.eclipse.jetty.ee8.websocket.common.WebSocketSession
- getIdleTimeout() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketRemoteEndpoint
- getIdleTimeout() - Method in class org.eclipse.jetty.ee8.websocket.server.JettyWebSocketServerContainer
- getIdleTimeout() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
-
Get the idle timeout.
- getIdleTimeout() - Method in interface org.eclipse.jetty.ee9.websocket.api.WebSocketPolicy
-
The duration that a websocket may be idle before being closed by the implementation
- getIdleTimeout() - Method in class org.eclipse.jetty.ee9.websocket.client.WebSocketClient
- getIdleTimeout() - Method in class org.eclipse.jetty.ee9.websocket.common.WebSocketSession
- getIdleTimeout() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketRemoteEndpoint
- getIdleTimeout() - Method in class org.eclipse.jetty.ee9.websocket.server.JettyWebSocketServerContainer
- getIdleTimeout() - Method in interface org.eclipse.jetty.http2.api.Stream
- getIdleTimeout() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
- getIdleTimeout() - Method in class org.eclipse.jetty.http2.HTTP2Stream
- getIdleTimeout() - Method in class org.eclipse.jetty.http2.HTTP2StreamEndPoint
- getIdleTimeout() - Method in class org.eclipse.jetty.http3.HTTP3Session
- getIdleTimeout() - Method in class org.eclipse.jetty.http3.HTTP3Stream
- getIdleTimeout() - Method in class org.eclipse.jetty.io.ClientConnector
- getIdleTimeout() - Method in interface org.eclipse.jetty.io.EndPoint
-
Returns the idle timeout in ms.
- getIdleTimeout() - Method in class org.eclipse.jetty.io.IdleTimeout
- getIdleTimeout() - Method in class org.eclipse.jetty.io.ssl.SslConnection.SslEndPoint
- getIdleTimeout() - Method in interface org.eclipse.jetty.quic.api.Session
- getIdleTimeout() - Method in interface org.eclipse.jetty.quic.api.Stream
- getIdleTimeout() - Method in class org.eclipse.jetty.quic.common.AbstractStream
- getIdleTimeout() - Method in class org.eclipse.jetty.quic.common.StreamEndPoint
- getIdleTimeout() - Method in class org.eclipse.jetty.quic.quiche.QuicheSession
- getIdleTimeout() - Method in class org.eclipse.jetty.server.AbstractConnector
- getIdleTimeout() - Method in class org.eclipse.jetty.server.ConnectionLimit
-
Deprecated.
- getIdleTimeout() - Method in interface org.eclipse.jetty.server.Connector
- getIdleTimeout() - Method in class org.eclipse.jetty.server.handler.ConnectHandler
-
Get the idle timeout, in milliseconds.
- getIdleTimeout() - Method in class org.eclipse.jetty.server.HttpConfiguration
-
The max idle time is applied to an HTTP request for IO operations and delayed dispatch.
- getIdleTimeout() - Method in interface org.eclipse.jetty.server.HttpStream
- getIdleTimeout() - Method in class org.eclipse.jetty.server.HttpStream.Wrapper
- getIdleTimeout() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
- getIdleTimeout() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
- getIdleTimeout() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
- getIdleTimeout() - Method in interface org.eclipse.jetty.websocket.api.Configurable
-
The duration that a websocket may be idle before being closed by the implementation
- getIdleTimeout() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
- getIdleTimeout() - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
- getIdleTimeout() - Method in class org.eclipse.jetty.websocket.core.Configuration.ConfigurationCustomizer
- getIdleTimeout() - Method in interface org.eclipse.jetty.websocket.core.Configuration
-
Get the Idle Timeout
- getIdleTimeout() - Method in class org.eclipse.jetty.websocket.core.WebSocketCoreSession
- getIdleTimeout() - Method in class org.eclipse.jetty.websocket.server.ServerWebSocketContainer
- getIdleTimeoutMs() - Method in class org.eclipse.jetty.ee8.nested.IdleTimeoutHandler
- getIdleTimeoutMs() - Method in class org.eclipse.jetty.ee9.nested.IdleTimeoutHandler
- getIdleTimeoutMs() - Method in class org.eclipse.jetty.server.handler.IdleTimeoutHandler
- getIdleTimeoutMs() - Method in class org.eclipse.jetty.util.thread.ReservedThreadExecutor
- getIdMap() - Method in class org.eclipse.jetty.xml.XmlConfiguration
-
Get the map of ID String to Objects that is used to hold and lookup any objects by ID.
- getIdWithContext(String) - Method in class org.eclipse.jetty.session.FileSessionDataStore
-
Get the session id with its context.
- getIdWithContextAndExpiry(SessionData) - Method in class org.eclipse.jetty.session.FileSessionDataStore
-
Get the session id with its context and its expiry time
- getIdWithContextFromFilename(String) - Method in class org.eclipse.jetty.session.FileSessionDataStore
-
Extract the session id and context from the filename
- getIgnorePaths() - Method in class org.eclipse.jetty.server.CustomRequestLog
-
Retrieve the request paths that will not be logged.
- getImpl() - Method in class org.eclipse.jetty.util.Uptime
-
Deprecated.
- getImplementationConfiguration() - Method in class org.eclipse.jetty.quic.common.QuicConfiguration
- getIncludeCipherSuites() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- getIncludeCodas() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler.JspPropertyGroup
- getIncludeCodas() - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler.JspPropertyGroup
- getIncludeCodas() - Method in class org.eclipse.jetty.ee8.servlet.ServletContextHandler.JspPropertyGroup
- getIncludeCodas() - Method in class org.eclipse.jetty.ee9.servlet.ServletContextHandler.JspPropertyGroup
- getIncluded() - Method in class org.eclipse.jetty.util.IncludeExcludeSet
- getIncludedAddresses() - Method in class org.eclipse.jetty.client.ProxyConfiguration.Proxy
- getIncludedInflationPaths() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Deprecated.Get the current filter list of included Path Specs for request inflation.
- getIncludedMethodList() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Deprecated.Get the included filter list of HTTP methods in CSV format
- getIncludedMethods() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Deprecated.Get the current filter list of included HTTP Methods
- getIncludedMimeTypes() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Deprecated.Get the current filter list of included MIME types
- getIncludedPaths() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Deprecated.Get the current filter list of included Path Specs
- getIncludePredicate() - Method in class org.eclipse.jetty.util.IncludeExcludeSet
- getIncludePreludes() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler.JspPropertyGroup
- getIncludePreludes() - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler.JspPropertyGroup
- getIncludePreludes() - Method in class org.eclipse.jetty.ee8.servlet.ServletContextHandler.JspPropertyGroup
- getIncludePreludes() - Method in class org.eclipse.jetty.ee9.servlet.ServletContextHandler.JspPropertyGroup
- getIncludeProtocols() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- getInclusions() - Method in class org.eclipse.jetty.util.ClassMatcher
- getIndexOf(String) - Method in class org.eclipse.jetty.ee10.annotations.AnnotationConfiguration.ServletContainerInitializerOrdering
-
Get the order index of the given classname
- getIndexOf(String) - Method in class org.eclipse.jetty.ee11.annotations.AnnotationConfiguration.ServletContainerInitializerOrdering
-
Get the order index of the given classname
- getIndexOf(String) - Method in class org.eclipse.jetty.ee8.annotations.AnnotationConfiguration.ServletContainerInitializerOrdering
-
Get the order index of the given classname
- getIndexOf(String) - Method in class org.eclipse.jetty.ee9.annotations.AnnotationConfiguration.ServletContainerInitializerOrdering
-
Get the order index of the given classname
- getInetAddress(SocketAddress) - Static method in class org.eclipse.jetty.server.handler.ConditionalHandler.InetAddressPatternPredicate
- getInferredCharset(String) - Method in class org.eclipse.jetty.http.MimeTypes
- getInferredCharsetName(String) - Method in class org.eclipse.jetty.http.MimeTypes
- getInflateBufferSize() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Deprecated.Get the size (in bytes) of the
Inflaterbuffer used to inflate compressed requests. - getInflaterPool() - Method in class org.eclipse.jetty.compression.gzip.GzipCompression
- getInflaterPool() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Deprecated.Get the InflaterPool being used.
- getInflaterPool() - Method in class org.eclipse.jetty.websocket.core.AbstractExtension
- getInflaterPool() - Method in class org.eclipse.jetty.websocket.core.WebSocketComponents
- getInfo() - Method in class org.eclipse.jetty.server.handler.StateTrackingHandler.ThreadInfo
- getInitialContext(Hashtable) - Method in class org.eclipse.jetty.jndi.InitialContextFactory
-
Get Context that has access to default Namespace.
- getInitializerOrdering(WebAppContext) - Method in class org.eclipse.jetty.ee10.annotations.AnnotationConfiguration
-
Jetty-specific extension that allows an ordering to be applied across ALL ServletContainerInitializers.
- getInitializerOrdering(WebAppContext) - Method in class org.eclipse.jetty.ee11.annotations.AnnotationConfiguration
-
Jetty-specific extension that allows an ordering to be applied across ALL ServletContainerInitializers.
- getInitializerOrdering(WebAppContext) - Method in class org.eclipse.jetty.ee8.annotations.AnnotationConfiguration
-
Jetty-specific extension that allows an ordering to be applied across ALL ServletContainerInitializers.
- getInitializerOrdering(WebAppContext) - Method in class org.eclipse.jetty.ee9.annotations.AnnotationConfiguration
-
Jetty-specific extension that allows an ordering to be applied across ALL ServletContainerInitializers.
- getInitialMaxData() - Method in class org.eclipse.jetty.quic.quiche.QuicheConfig
- getInitialMaxMultiplex() - Method in class org.eclipse.jetty.client.AbstractConnectionPool
- getInitialMaxMultiplex() - Method in class org.eclipse.jetty.client.MultiplexConnectionPool
- getInitialMaxStreamDataBidiLocal() - Method in class org.eclipse.jetty.quic.quiche.QuicheConfig
- getInitialMaxStreamDataBidiRemote() - Method in class org.eclipse.jetty.quic.quiche.QuicheConfig
- getInitialMaxStreamDataUni() - Method in class org.eclipse.jetty.quic.quiche.QuicheConfig
- getInitialMaxStreamsBidi() - Method in class org.eclipse.jetty.quic.quiche.QuicheConfig
- getInitialMaxStreamsUni() - Method in class org.eclipse.jetty.quic.quiche.QuicheConfig
- getInitialSessionRecvWindow() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
- getInitialSessionRecvWindow() - Method in class org.eclipse.jetty.http2.HTTP2Session
- getInitialSessionRecvWindow() - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
- getInitialStreamRecvWindow() - Method in class org.eclipse.jetty.http2.AbstractFlowControlStrategy
- getInitialStreamRecvWindow() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
- getInitialStreamRecvWindow() - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
- getInitialStreamSendWindow() - Method in class org.eclipse.jetty.http2.AbstractFlowControlStrategy
- getInitOrder() - Method in class org.eclipse.jetty.ee10.servlet.ServletHolder
- getInitOrder() - Method in class org.eclipse.jetty.ee10.servlet.ServletHolder.Registration
- getInitOrder() - Method in class org.eclipse.jetty.ee11.servlet.ServletHolder
- getInitOrder() - Method in class org.eclipse.jetty.ee11.servlet.ServletHolder.Registration
- getInitOrder() - Method in class org.eclipse.jetty.ee8.servlet.ServletHolder
- getInitOrder() - Method in class org.eclipse.jetty.ee8.servlet.ServletHolder.Registration
- getInitOrder() - Method in class org.eclipse.jetty.ee9.servlet.ServletHolder
- getInitOrder() - Method in class org.eclipse.jetty.ee9.servlet.ServletHolder.Registration
- getInitParameter(String) - Method in class org.eclipse.jetty.ee10.servlet.DefaultServlet
-
Returns a
Stringcontaining the value of the named initialization parameter, or null if the parameter does not exist. - getInitParameter(String) - Method in class org.eclipse.jetty.ee10.servlet.Holder
- getInitParameter(String) - Method in class org.eclipse.jetty.ee10.servlet.Holder.HolderConfig
- getInitParameter(String) - Method in class org.eclipse.jetty.ee10.servlet.Holder.HolderRegistration
- getInitParameter(String) - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler
- getInitParameter(String) - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler.ServletContextApi
- getInitParameter(String) - Method in class org.eclipse.jetty.ee10.servlet.ServletTester
- getInitParameter(String) - Method in class org.eclipse.jetty.ee11.servlet.DefaultServlet
-
Returns a
Stringcontaining the value of the named initialization parameter, or null if the parameter does not exist. - getInitParameter(String) - Method in class org.eclipse.jetty.ee11.servlet.Holder
- getInitParameter(String) - Method in class org.eclipse.jetty.ee11.servlet.Holder.HolderConfig
- getInitParameter(String) - Method in class org.eclipse.jetty.ee11.servlet.Holder.HolderRegistration
- getInitParameter(String) - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler
- getInitParameter(String) - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler.ServletContextApi
- getInitParameter(String) - Method in class org.eclipse.jetty.ee11.servlet.ServletTester
- getInitParameter(String) - Method in class org.eclipse.jetty.ee8.nested.ContextHandler.APIContext
- getInitParameter(String) - Method in class org.eclipse.jetty.ee8.nested.ContextHandler
- getInitParameter(String) - Method in interface org.eclipse.jetty.ee8.security.Authenticator.AuthConfiguration
-
Get a SecurityHandler init parameter
- getInitParameter(String) - Method in class org.eclipse.jetty.ee8.security.SecurityHandler
- getInitParameter(String) - Method in class org.eclipse.jetty.ee8.security.WrappedAuthConfiguration
- getInitParameter(String) - Method in class org.eclipse.jetty.ee8.servlet.DefaultServlet
-
Returns a
Stringcontaining the value of the named initialization parameter, or null if the parameter does not exist. - getInitParameter(String) - Method in class org.eclipse.jetty.ee8.servlet.Holder
- getInitParameter(String) - Method in class org.eclipse.jetty.ee8.servlet.Holder.HolderConfig
- getInitParameter(String) - Method in class org.eclipse.jetty.ee8.servlet.Holder.HolderRegistration
- getInitParameter(String) - Method in class org.eclipse.jetty.ee8.servlet.ServletContextHandler.ServletAPIContext
- getInitParameter(String) - Method in class org.eclipse.jetty.ee8.servlet.ServletTester
- getInitParameter(String) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
- getInitParameter(String) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
- getInitParameter(String) - Method in interface org.eclipse.jetty.ee9.security.Authenticator.AuthConfiguration
-
Get a SecurityHandler init parameter
- getInitParameter(String) - Method in class org.eclipse.jetty.ee9.security.SecurityHandler
- getInitParameter(String) - Method in class org.eclipse.jetty.ee9.security.WrappedAuthConfiguration
- getInitParameter(String) - Method in class org.eclipse.jetty.ee9.servlet.DefaultServlet
-
Returns a
Stringcontaining the value of the named initialization parameter, or null if the parameter does not exist. - getInitParameter(String) - Method in class org.eclipse.jetty.ee9.servlet.Holder
- getInitParameter(String) - Method in class org.eclipse.jetty.ee9.servlet.Holder.HolderConfig
- getInitParameter(String) - Method in class org.eclipse.jetty.ee9.servlet.Holder.HolderRegistration
- getInitParameter(String) - Method in class org.eclipse.jetty.ee9.servlet.ServletContextHandler.ServletAPIContext
- getInitParameter(String) - Method in class org.eclipse.jetty.ee9.servlet.ServletTester
- getInitParameterNames() - Method in class org.eclipse.jetty.ee10.servlet.Holder
- getInitParameterNames() - Method in class org.eclipse.jetty.ee10.servlet.Holder.HolderConfig
- getInitParameterNames() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler
- getInitParameterNames() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler.ServletContextApi
- getInitParameterNames() - Method in class org.eclipse.jetty.ee10.servlet.ServletTester
- getInitParameterNames() - Method in class org.eclipse.jetty.ee11.servlet.Holder
- getInitParameterNames() - Method in class org.eclipse.jetty.ee11.servlet.Holder.HolderConfig
- getInitParameterNames() - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler
- getInitParameterNames() - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler.ServletContextApi
- getInitParameterNames() - Method in class org.eclipse.jetty.ee11.servlet.ServletTester
- getInitParameterNames() - Method in class org.eclipse.jetty.ee8.nested.ContextHandler.APIContext
- getInitParameterNames() - Method in class org.eclipse.jetty.ee8.nested.ContextHandler
- getInitParameterNames() - Method in interface org.eclipse.jetty.ee8.security.Authenticator.AuthConfiguration
-
Get a SecurityHandler init parameter names
- getInitParameterNames() - Method in class org.eclipse.jetty.ee8.security.SecurityHandler
- getInitParameterNames() - Method in class org.eclipse.jetty.ee8.security.WrappedAuthConfiguration
- getInitParameterNames() - Method in class org.eclipse.jetty.ee8.servlet.Holder
- getInitParameterNames() - Method in class org.eclipse.jetty.ee8.servlet.Holder.HolderConfig
- getInitParameterNames() - Method in class org.eclipse.jetty.ee8.servlet.ServletTester
- getInitParameterNames() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
- getInitParameterNames() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
- getInitParameterNames() - Method in interface org.eclipse.jetty.ee9.security.Authenticator.AuthConfiguration
-
Get a SecurityHandler init parameter names
- getInitParameterNames() - Method in class org.eclipse.jetty.ee9.security.SecurityHandler
- getInitParameterNames() - Method in class org.eclipse.jetty.ee9.security.WrappedAuthConfiguration
- getInitParameterNames() - Method in class org.eclipse.jetty.ee9.servlet.Holder
- getInitParameterNames() - Method in class org.eclipse.jetty.ee9.servlet.Holder.HolderConfig
- getInitParameterNames() - Method in class org.eclipse.jetty.ee9.servlet.ServletTester
- getInitParameters() - Method in class org.eclipse.jetty.ee10.servlet.Holder
- getInitParameters() - Method in class org.eclipse.jetty.ee10.servlet.Holder.HolderRegistration
- getInitParameters() - Method in class org.eclipse.jetty.ee11.servlet.Holder
- getInitParameters() - Method in class org.eclipse.jetty.ee11.servlet.Holder.HolderRegistration
- getInitParameters() - Method in class org.eclipse.jetty.ee8.servlet.Holder
- getInitParameters() - Method in class org.eclipse.jetty.ee8.servlet.Holder.HolderRegistration
- getInitParameters() - Method in class org.eclipse.jetty.ee9.servlet.Holder
- getInitParameters() - Method in class org.eclipse.jetty.ee9.servlet.Holder.HolderRegistration
- getInitParams() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler
- getInitParams() - Method in class org.eclipse.jetty.ee10.servlet.ServletTester
- getInitParams() - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler
- getInitParams() - Method in class org.eclipse.jetty.ee11.servlet.ServletTester
- getInitParams() - Method in class org.eclipse.jetty.ee8.nested.ContextHandler
- getInitParams() - Method in class org.eclipse.jetty.ee8.servlet.ServletTester
- getInitParams() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
- getInitParams() - Method in class org.eclipse.jetty.ee9.servlet.ServletTester
- getInjection(String, Class, Field) - Method in class org.eclipse.jetty.plus.annotation.InjectionCollection
- getInjection(String, Class, Method, Class) - Method in class org.eclipse.jetty.plus.annotation.InjectionCollection
- getInjections(String) - Method in class org.eclipse.jetty.plus.annotation.InjectionCollection
- getInputBufferSize() - Method in class org.eclipse.jetty.ee10.websocket.server.JettyWebSocketServerContainer
- getInputBufferSize() - Method in class org.eclipse.jetty.ee11.websocket.server.JettyWebSocketServerContainer
- getInputBufferSize() - Method in interface org.eclipse.jetty.ee8.websocket.api.WebSocketPolicy
-
The input (read from network layer) buffer size.
- getInputBufferSize() - Method in class org.eclipse.jetty.ee8.websocket.client.WebSocketClient
- getInputBufferSize() - Method in class org.eclipse.jetty.ee8.websocket.common.WebSocketSession
- getInputBufferSize() - Method in class org.eclipse.jetty.ee8.websocket.server.JettyWebSocketServerContainer
- getInputBufferSize() - Method in interface org.eclipse.jetty.ee9.websocket.api.WebSocketPolicy
-
The input (read from network layer) buffer size.
- getInputBufferSize() - Method in class org.eclipse.jetty.ee9.websocket.client.WebSocketClient
- getInputBufferSize() - Method in class org.eclipse.jetty.ee9.websocket.common.WebSocketSession
- getInputBufferSize() - Method in class org.eclipse.jetty.ee9.websocket.server.JettyWebSocketServerContainer
- getInputBufferSize() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
- getInputBufferSize() - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
- getInputBufferSize() - Method in class org.eclipse.jetty.http3.HTTP3Configuration
- getInputBufferSize() - Method in class org.eclipse.jetty.http3.server.AbstractHTTP3ServerConnectionFactory
- getInputBufferSize() - Method in class org.eclipse.jetty.io.AbstractConnection
- getInputBufferSize() - Method in class org.eclipse.jetty.quic.common.QuicConfiguration
- getInputBufferSize() - Method in class org.eclipse.jetty.quic.quiche.server.AbstractQuicheServerConnectionFactory
- getInputBufferSize() - Method in class org.eclipse.jetty.quic.quiche.server.QuicheServerConnector
- getInputBufferSize() - Method in class org.eclipse.jetty.server.AbstractConnectionFactory
- getInputBufferSize() - Method in class org.eclipse.jetty.server.HttpConfiguration
- getInputBufferSize() - Method in class org.eclipse.jetty.server.HttpConnectionFactory
- getInputBufferSize() - Method in interface org.eclipse.jetty.websocket.api.Configurable
-
The input (read from network layer) buffer size.
- getInputBufferSize() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
- getInputBufferSize() - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
- getInputBufferSize() - Method in class org.eclipse.jetty.websocket.core.Configuration.ConfigurationCustomizer
- getInputBufferSize() - Method in interface org.eclipse.jetty.websocket.core.Configuration
- getInputBufferSize() - Method in class org.eclipse.jetty.websocket.core.WebSocketCoreSession
- getInputBufferSize() - Method in class org.eclipse.jetty.websocket.server.ServerWebSocketContainer
- getInputFilePrefix() - Method in class org.eclipse.jetty.ee10.proxy.AfterContentTransformer
- getInputFilePrefix() - Method in class org.eclipse.jetty.ee11.proxy.AfterContentTransformer
- getInputFilePrefix() - Method in class org.eclipse.jetty.ee8.proxy.AfterContentTransformer
- getInputFilePrefix() - Method in class org.eclipse.jetty.ee9.proxy.AfterContentTransformer
- getInputState() - Method in class org.eclipse.jetty.ee8.nested.Request
- getInputState() - Method in class org.eclipse.jetty.ee9.nested.Request
- getInputStream() - Method in class org.eclipse.jetty.client.InputStreamResponseListener
-
Returns an
InputStreamproviding the response content bytes. - getInputStream() - Method in class org.eclipse.jetty.ee10.proxy.AfterContentTransformer.Source
- getInputStream() - Method in class org.eclipse.jetty.ee10.servlet.ServletApiRequest
- getInputStream() - Method in class org.eclipse.jetty.ee11.proxy.AfterContentTransformer.Source
- getInputStream() - Method in class org.eclipse.jetty.ee11.servlet.ServletApiRequest
- getInputStream() - Method in class org.eclipse.jetty.ee8.nested.MultiPartFormInputStream.MultiPart
- getInputStream() - Method in class org.eclipse.jetty.ee8.nested.MultiPartInputStreamLegacyParser.MultiPart
-
Deprecated.
- getInputStream() - Method in class org.eclipse.jetty.ee8.nested.Request
- getInputStream() - Method in class org.eclipse.jetty.ee8.proxy.AfterContentTransformer.Source
- getInputStream() - Method in class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream.MultiPart
- getInputStream() - Method in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser.MultiPart
-
Deprecated.
- getInputStream() - Method in class org.eclipse.jetty.ee9.nested.Request
- getInputStream() - Method in class org.eclipse.jetty.ee9.proxy.AfterContentTransformer.Source
- getInsertSessionStatementAsString() - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
- getInstalledExtensions() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketContainer
- getInstalledExtensions() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketContainer
- getInstalledExtensions() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketContainer
- getInstalledExtensions() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketContainer
- getInstance() - Method in class org.eclipse.jetty.ee10.servlet.BaseHolder
- getInstance() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.decoders.RegisteredDecoder
- getInstance() - Method in class org.eclipse.jetty.ee11.servlet.BaseHolder
- getInstance() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.decoders.RegisteredDecoder
- getInstance() - Method in class org.eclipse.jetty.ee8.servlet.BaseHolder
- getInstance() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.decoders.RegisteredDecoder
- getInstance() - Method in class org.eclipse.jetty.ee9.servlet.BaseHolder
- getInstance() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.decoders.RegisteredDecoder
- getInstance() - Static method in class org.eclipse.jetty.osgi.util.EventSender
- getInstance() - Static method in class org.eclipse.jetty.server.ShutdownMonitor
-
Deprecated, for removal: This API element is subject to removal in a future version.No direct replacement, see
ShutdownService, which is not a singleton. - getInstance() - Static method in class org.eclipse.jetty.util.thread.ShutdownThread
-
Returns the instance of the singleton
- getInstance() - Static method in class org.eclipse.jetty.util.Uptime
-
Deprecated.
- getInstance(String) - Static method in class org.eclipse.jetty.ee10.apache.jsp.JuliLog
- getInstance(String) - Static method in class org.eclipse.jetty.ee11.apache.jsp.JuliLog
- getInstance(String) - Static method in class org.eclipse.jetty.ee8.apache.jsp.JuliLog
- getInstance(String) - Static method in class org.eclipse.jetty.ee9.apache.jsp.JuliLog
- getInstanceFor(Class) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.encoders.AvailableEncoders
- getInstanceFor(Class) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.encoders.AvailableEncoders
- getInstanceFor(Class) - Method in class org.eclipse.jetty.ee8.websocket.javax.common.encoders.AvailableEncoders
- getInstanceFor(Class) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.encoders.AvailableEncoders
- getInt(String, int) - Method in class org.eclipse.jetty.logging.JettyLoggerConfiguration
- getIntegersPerCacheLine() - Static method in class org.eclipse.jetty.util.MemoryUtils
- getInterceptor() - Method in interface org.eclipse.jetty.ee8.nested.ContentProducer
-
Get the
HttpInput.Interceptor. - getInterceptor() - Method in class org.eclipse.jetty.ee8.nested.HttpInput
- getInterceptor() - Method in class org.eclipse.jetty.ee8.nested.HttpOutput
- getInterceptor() - Method in interface org.eclipse.jetty.ee9.nested.ContentProducer
-
Get the
HttpInput.Interceptor. - getInterceptor() - Method in class org.eclipse.jetty.ee9.nested.HttpInput
- getInterceptor() - Method in class org.eclipse.jetty.ee9.nested.HttpOutput
- getInterfaces() - Method in class org.eclipse.jetty.annotations.AnnotationParser.ClassInfo
- getInternalParameters() - Method in class org.eclipse.jetty.websocket.core.ExtensionConfig
- getIntervalSec() - Method in class org.eclipse.jetty.session.HouseKeeper
-
Get the period between scavenge cycles.
- getIntHeader(String) - Method in class org.eclipse.jetty.ee10.servlet.ServletApiRequest
- getIntHeader(String) - Method in class org.eclipse.jetty.ee10.servlet.ServletRequestHttpWrapper
- getIntHeader(String) - Method in class org.eclipse.jetty.ee11.servlet.ServletApiRequest
- getIntHeader(String) - Method in class org.eclipse.jetty.ee11.servlet.ServletRequestHttpWrapper
- getIntHeader(String) - Method in class org.eclipse.jetty.ee8.nested.Request
- getIntHeader(String) - Method in class org.eclipse.jetty.ee8.nested.ServletRequestHttpWrapper
- getIntHeader(String) - Method in class org.eclipse.jetty.ee9.nested.Request
- getIntHeader(String) - Method in class org.eclipse.jetty.ee9.nested.ServletRequestHttpWrapper
- getIntValue() - Method in class org.eclipse.jetty.http.HttpField
- getIntValue() - Method in class org.eclipse.jetty.http.HttpField.IntValueHttpField
- getIntValue() - Method in class org.eclipse.jetty.http.HttpField.LongValueHttpField
- getIntValue() - Method in class org.eclipse.jetty.http.PreEncodedHttpField
- getInUseCount() - Method in class org.eclipse.jetty.util.ConcurrentPool
- getInUseCount() - Method in interface org.eclipse.jetty.util.Pool
- getInUseCount() - Method in class org.eclipse.jetty.util.Pool.Wrapper
- getInvocationType() - Method in class org.eclipse.jetty.client.AbstractHttpClientTransport
- getInvocationType() - Method in interface org.eclipse.jetty.client.HttpClientTransport
- getInvocationType() - Method in class org.eclipse.jetty.client.transport.HttpReceiver
- getInvocationType() - Method in class org.eclipse.jetty.ee10.proxy.AsyncMiddleManServlet.ProxyReader
- getInvocationType() - Method in class org.eclipse.jetty.ee10.proxy.AsyncMiddleManServlet.ProxyWriter
- getInvocationType() - Method in class org.eclipse.jetty.ee10.proxy.AsyncProxyServlet.StreamReader
- getInvocationType() - Method in class org.eclipse.jetty.ee10.servlet.HttpInput
- getInvocationType() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler
- getInvocationType() - Method in class org.eclipse.jetty.ee10.servlet.SessionHandler
- getInvocationType() - Method in class org.eclipse.jetty.ee11.proxy.AsyncMiddleManServlet.ProxyReader
- getInvocationType() - Method in class org.eclipse.jetty.ee11.proxy.AsyncMiddleManServlet.ProxyWriter
- getInvocationType() - Method in class org.eclipse.jetty.ee11.proxy.AsyncProxyServlet.StreamReader
- getInvocationType() - Method in class org.eclipse.jetty.ee11.servlet.HttpInput
- getInvocationType() - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler
- getInvocationType() - Method in class org.eclipse.jetty.ee11.servlet.SessionHandler
- getInvocationType() - Method in class org.eclipse.jetty.ee8.nested.HttpInput.Content
- getInvocationType() - Method in class org.eclipse.jetty.ee8.nested.HttpInput
- getInvocationType() - Method in class org.eclipse.jetty.ee8.nested.HttpInput.WrappingContent
- getInvocationType() - Method in class org.eclipse.jetty.ee8.proxy.AsyncMiddleManServlet.ProxyReader
- getInvocationType() - Method in class org.eclipse.jetty.ee8.proxy.AsyncMiddleManServlet.ProxyWriter
- getInvocationType() - Method in class org.eclipse.jetty.ee8.proxy.AsyncProxyServlet.StreamReader
- getInvocationType() - Method in class org.eclipse.jetty.ee9.nested.HttpInput.Content
- getInvocationType() - Method in class org.eclipse.jetty.ee9.nested.HttpInput
- getInvocationType() - Method in class org.eclipse.jetty.ee9.nested.HttpInput.WrappingContent
- getInvocationType() - Method in class org.eclipse.jetty.ee9.proxy.AsyncMiddleManServlet.ProxyReader
- getInvocationType() - Method in class org.eclipse.jetty.ee9.proxy.AsyncMiddleManServlet.ProxyWriter
- getInvocationType() - Method in class org.eclipse.jetty.ee9.proxy.AsyncProxyServlet.StreamReader
- getInvocationType() - Method in class org.eclipse.jetty.http2.HTTP2Stream
- getInvocationType() - Method in class org.eclipse.jetty.http2.HTTP2StreamEndPoint
- getInvocationType() - Method in class org.eclipse.jetty.http3.ControlFlusher
- getInvocationType() - Method in class org.eclipse.jetty.http3.InstructionFlusher
- getInvocationType() - Method in class org.eclipse.jetty.http3.MessageFlusher
- getInvocationType() - Method in class org.eclipse.jetty.io.content.ContentSourceCompletableFuture
- getInvocationType() - Method in class org.eclipse.jetty.server.Handler.Abstract
- getInvocationType() - Method in class org.eclipse.jetty.server.Handler.AbstractContainer
- getInvocationType() - Method in class org.eclipse.jetty.server.handler.EagerContentHandler.RetainedContentLoaderFactory.RetainedContentLoader
- getInvocationType() - Method in class org.eclipse.jetty.server.handler.EchoHandler.Buffered
- getInvocationType() - Method in class org.eclipse.jetty.server.handler.EchoHandler
- getInvocationType() - Method in class org.eclipse.jetty.server.handler.EchoHandler.Stream
- getInvocationType() - Method in class org.eclipse.jetty.server.handler.gzip.GzipResponseAndCallback
- getInvocationType() - Method in class org.eclipse.jetty.server.handler.HotSwapHandler
- getInvocationType() - Method in class org.eclipse.jetty.server.handler.ReHandlingErrorHandler
- getInvocationType() - Method in interface org.eclipse.jetty.server.Handler.Singleton
- getInvocationType() - Method in class org.eclipse.jetty.server.Handler.Wrapper
- getInvocationType() - Method in interface org.eclipse.jetty.server.HttpStream
- getInvocationType() - Method in class org.eclipse.jetty.server.HttpStream.Wrapper
- getInvocationType() - Method in interface org.eclipse.jetty.server.Request.Handler
- getInvocationType() - Method in class org.eclipse.jetty.server.Server
- getInvocationType() - Method in class org.eclipse.jetty.util.Callback.Completable
- getInvocationType() - Method in class org.eclipse.jetty.util.Callback.Nested
- getInvocationType() - Method in class org.eclipse.jetty.util.FutureCallback
- getInvocationType() - Method in class org.eclipse.jetty.util.IteratingNestedCallback
- getInvocationType() - Method in class org.eclipse.jetty.util.Promise.Invocable.Abstract
- getInvocationType() - Method in class org.eclipse.jetty.util.SharedBlockingCallback.Blocker
-
Deprecated.
- getInvocationType() - Method in interface org.eclipse.jetty.util.thread.Invocable
- getInvocationType() - Method in class org.eclipse.jetty.util.thread.Invocable.Task.Abstract
- getInvocationType() - Method in class org.eclipse.jetty.websocket.core.util.WebSocketDemander
- getInvocationType() - Method in class org.eclipse.jetty.websocket.server.ServerWebSocketContainer
- getInvocationType() - Method in class org.eclipse.jetty.websocket.server.WebSocketUpgradeHandler
- getInvocationType(Object) - Static method in interface org.eclipse.jetty.util.thread.Invocable
-
Get the
InvocationTypeof the given object. - getIssuer() - Method in class org.eclipse.jetty.security.openid.OpenIdConfiguration
- getIsXml() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler.JspPropertyGroup
- getIsXml() - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler.JspPropertyGroup
- getIsXml() - Method in class org.eclipse.jetty.ee8.servlet.ServletContextHandler.JspPropertyGroup
- getIsXml() - Method in class org.eclipse.jetty.ee9.servlet.ServletContextHandler.JspPropertyGroup
- getJarFor(ServletContainerInitializer) - Method in class org.eclipse.jetty.ee9.annotations.AnnotationConfiguration
- getJarFor(ServletContainerInitializer) - Method in class org.eclipse.jetty.ee8.annotations.AnnotationConfiguration
- getJarFor(WebAppContext, ServletContainerInitializer) - Method in class org.eclipse.jetty.ee10.annotations.AnnotationConfiguration
- getJarFor(WebAppContext, ServletContainerInitializer) - Method in class org.eclipse.jetty.ee11.annotations.AnnotationConfiguration
- getJarForFragmentName(String) - Method in class org.eclipse.jetty.ee10.webapp.MetaData
- getJarForFragmentName(String) - Method in class org.eclipse.jetty.ee11.webapp.MetaData
- getJarForFragmentName(String) - Method in class org.eclipse.jetty.ee8.webapp.MetaData
- getJarForFragmentName(String) - Method in class org.eclipse.jetty.ee9.webapp.MetaData
- getJettyContextHandler() - Method in class org.eclipse.jetty.http.spi.JettyHttpContext
- getJettyLogger(String) - Method in class org.eclipse.jetty.logging.JettyLoggerFactory
-
Get a
JettyLoggerinstance, creating if not yet existing. - getJettyLogger(String, boolean) - Method in class org.eclipse.jetty.logging.JettyLoggerFactory
-
Get a
JettyLoggerinstance, creating if not yet existing. - getJettyLoggerFactory() - Method in class org.eclipse.jetty.logging.JettyLoggingServiceProvider
- getJndiName() - Method in class org.eclipse.jetty.plus.annotation.Injection
-
Get the jndiName.
- getJndiName() - Method in class org.eclipse.jetty.plus.jndi.NamingEntry
-
Get the unique name of the object relative to the scope
- getJndiName() - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
- getJndiNameInScope() - Method in class org.eclipse.jetty.plus.jndi.NamingEntry
-
Get the name of the object, fully qualified with the scope
- getJspConfigDescriptor() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler.ServletContextApi
- getJspConfigDescriptor() - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler.ServletContextApi
- getJspConfigDescriptor() - Method in class org.eclipse.jetty.ee8.nested.ContextHandler.APIContext
- getJspConfigDescriptor() - Method in class org.eclipse.jetty.ee8.servlet.ServletContextHandler.ServletAPIContext
- getJspConfigDescriptor() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
- getJspConfigDescriptor() - Method in class org.eclipse.jetty.ee9.servlet.ServletContextHandler.ServletAPIContext
- getJspPackagePrefix() - Method in class org.eclipse.jetty.ee10.servlet.ServletHolder
-
Get the package for all jsps.
- getJspPackagePrefix() - Method in class org.eclipse.jetty.ee11.servlet.ServletHolder
-
Get the package for all jsps.
- getJspPackagePrefix() - Method in class org.eclipse.jetty.ee8.servlet.ServletHolder
-
Get the package for all jsps.
- getJspPackagePrefix() - Method in class org.eclipse.jetty.ee9.servlet.ServletHolder
-
Get the package for all jsps.
- getJspPropertyGroups() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler.JspConfig
- getJspPropertyGroups() - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler.JspConfig
- getJspPropertyGroups() - Method in class org.eclipse.jetty.ee8.servlet.ServletContextHandler.JspConfig
- getJspPropertyGroups() - Method in class org.eclipse.jetty.ee9.servlet.ServletContextHandler.JspConfig
- getKey() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory.CachedHttpContent
- getKey() - Method in interface org.eclipse.jetty.http.content.CachingHttpContentFactory.CachingHttpContent
- getKey() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory.NotFoundHttpContent
- getKey() - Method in class org.eclipse.jetty.http.pathmap.MappedResource
- getKey() - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService.DBUserPrincipal
- getKey() - Method in class org.eclipse.jetty.server.ShutdownMonitor
-
Deprecated.
- getKey() - Method in class org.eclipse.jetty.server.ShutdownService
- getKeyManagerFactoryAlgorithm() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- getKeyManagerFactoryInstance() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- getKeyManagerPassword() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- getKeyManagers(KeyStore) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- getKeyManagers(KeyStore) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.Server
- getKeys() - Method in class org.eclipse.jetty.session.SessionData
- getKeyStore() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- getKeyStore(Resource, String, String, String) - Static method in class org.eclipse.jetty.util.security.CertificateUtils
- getKeyStorePassword() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- getKeyStorePath() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- getKeyStoreProvider() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- getKeyStoreResource() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- getKeyStoreType() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- getKeyTabPath() - Method in class org.eclipse.jetty.security.SPNEGOLoginService
-
Get the path of the keyTab file containing service credentials.
- getKnown() - Static method in class org.eclipse.jetty.ee10.webapp.Configurations
- getKnown() - Static method in class org.eclipse.jetty.ee11.webapp.Configurations
- getKnown() - Static method in class org.eclipse.jetty.ee8.webapp.Configurations
- getKnown() - Static method in class org.eclipse.jetty.ee9.webapp.Configurations
- getKnown() - Method in interface org.eclipse.jetty.http.ComplianceViolation.Mode
- getKnown() - Method in class org.eclipse.jetty.http.CookieCompliance
- getKnown() - Method in class org.eclipse.jetty.http.HttpCompliance
- getKnown() - Method in class org.eclipse.jetty.http.MultiPartCompliance
- getKnown() - Method in class org.eclipse.jetty.http.UriCompliance
- getKnownAuthenticatorFactories() - Method in class org.eclipse.jetty.ee8.security.SecurityHandler
- getKnownAuthenticatorFactories() - Method in class org.eclipse.jetty.ee9.security.SecurityHandler
- getKnownAuthenticatorFactories() - Method in class org.eclipse.jetty.security.SecurityHandler
- getKnownCharset(String) - Static method in class org.eclipse.jetty.http.MimeTypes
- getKnownRoles() - Method in interface org.eclipse.jetty.ee10.servlet.security.ConstraintAware
- getKnownRoles() - Method in class org.eclipse.jetty.ee10.servlet.security.ConstraintSecurityHandler
- getKnownRoles() - Method in interface org.eclipse.jetty.ee11.servlet.security.ConstraintAware
- getKnownRoles() - Method in class org.eclipse.jetty.ee11.servlet.security.ConstraintSecurityHandler
- getKnownRoles() - Method in class org.eclipse.jetty.security.SecurityHandler
- getKnownRoles() - Method in class org.eclipse.jetty.security.SecurityHandler.PathMapped
- getKnownRoles() - Method in class org.eclipse.jetty.security.SecurityHandler.PathMethodMapped
- getLast() - Method in class org.eclipse.jetty.ee8.nested.InclusiveByteRange
- getLast() - Method in class org.eclipse.jetty.ee9.nested.InclusiveByteRange
- getLast(HttpHeader) - Method in interface org.eclipse.jetty.http.HttpFields
-
Returns the encoded value of the last field with the given field name, or
nullif no such header is present. - getLastAccessed() - Method in class org.eclipse.jetty.session.SessionData
-
Get previous time session was accessed.
- getLastAccessedNanos() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory.CachedHttpContent
- getLastAccessedNanos() - Method in interface org.eclipse.jetty.http.content.CachingHttpContentFactory.CachingHttpContent
- getLastAccessedNanos() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory.NotFoundHttpContent
- getLastAccessedTime() - Method in class org.eclipse.jetty.ee10.servlet.SessionHandler.ServletSessionApi
- getLastAccessedTime() - Method in class org.eclipse.jetty.ee11.servlet.SessionHandler.ServletSessionApi
- getLastAccessedTime() - Method in class org.eclipse.jetty.ee8.nested.SessionHandler.ServletSessionApi
- getLastAccessedTime() - Method in class org.eclipse.jetty.ee9.nested.SessionHandler.ServletSessionApi
- getLastAccessedTime() - Method in interface org.eclipse.jetty.server.Session
- getLastAccessedTime() - Method in class org.eclipse.jetty.session.ManagedSession
- getLastAccessTimeColumn() - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
- getLastContext() - Method in class org.eclipse.jetty.ee8.nested.Request
- getLastContext() - Method in class org.eclipse.jetty.ee9.nested.Request
- getLastId() - Method in class org.eclipse.jetty.http3.frames.GoAwayFrame
- getLastModified() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory.CachedHttpContent
- getLastModified() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory.NotFoundHttpContent
- getLastModified() - Method in interface org.eclipse.jetty.http.content.HttpContent
-
Get the
HttpHeader.LAST_MODIFIEDof this HTTP content. - getLastModified() - Method in class org.eclipse.jetty.http.content.HttpContent.Wrapper
- getLastModified() - Method in class org.eclipse.jetty.http.content.PreCompressedHttpContent
- getLastModified() - Method in class org.eclipse.jetty.http.content.ResourceHttpContent
- getLastModifiedInstant() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory.CachedHttpContent
- getLastModifiedInstant() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory.NotFoundHttpContent
- getLastModifiedInstant() - Method in interface org.eclipse.jetty.http.content.HttpContent
-
Get the last modified instant of this resource.
- getLastModifiedInstant() - Method in class org.eclipse.jetty.http.content.HttpContent.Wrapper
- getLastModifiedInstant() - Method in class org.eclipse.jetty.http.content.PreCompressedHttpContent
- getLastModifiedInstant() - Method in class org.eclipse.jetty.http.content.ResourceHttpContent
- getLastNode() - Method in class org.eclipse.jetty.session.SessionData
-
Get last node to manage the session.
- getLastNodeColumn() - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
- getLastPathInContext() - Method in class org.eclipse.jetty.ee8.nested.Request
- getLastPathInContext() - Method in class org.eclipse.jetty.ee9.nested.Request
- getLastRemoteStreamId() - Method in class org.eclipse.jetty.http2.HTTP2Session
- getLastSaved() - Method in class org.eclipse.jetty.session.SessionData
-
Get time at which session was last written out.
- getLastSavedTimeColumn() - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
- getLastStreamId() - Method in class org.eclipse.jetty.http2.frames.GoAwayFrame
- getLazyMatches(String) - Method in class org.eclipse.jetty.util.HostMap
-
Retrieve a lazy list of map entries associated with specified hostname by taking into account the domain suffix matches.
- getLeaked() - Method in class org.eclipse.jetty.util.ConcurrentPool
- getLeaks() - Method in class org.eclipse.jetty.io.ArrayByteBufferPool.Tracking
- getLeasedThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
-
The number of threads that are leased, and therefore cannot be used to execute unleased jobs.
- getLeasedThreads() - Method in class org.eclipse.jetty.util.thread.ThreadPoolBudget
- getLeftMost(String) - Static method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
- getLength() - Method in class org.eclipse.jetty.client.ContentSourceRequestContent
- getLength() - Method in class org.eclipse.jetty.ee10.proxy.ProxyServlet.ProxyInputStreamRequestContent
- getLength() - Method in class org.eclipse.jetty.ee11.proxy.ProxyServlet.ProxyInputStreamRequestContent
- getLength() - Method in class org.eclipse.jetty.ee8.proxy.ProxyServlet.ProxyInputStreamRequestContent
- getLength() - Method in class org.eclipse.jetty.ee9.proxy.ProxyServlet.ProxyInputStreamRequestContent
- getLength() - Method in record class org.eclipse.jetty.http.ByteRange
-
Get the length of this byte range.
- getLength() - Method in class org.eclipse.jetty.http.MultiPart.AbstractContentSource
- getLength() - Method in class org.eclipse.jetty.http.MultiPart.ByteBufferPart
- getLength() - Method in class org.eclipse.jetty.http.MultiPart.ChunksPart
- getLength() - Method in class org.eclipse.jetty.http.MultiPart.ContentSourcePart
- getLength() - Method in class org.eclipse.jetty.http.MultiPart.Part
- getLength() - Method in class org.eclipse.jetty.http.MultiPartByteRanges.PathContentSource
-
Deprecated.
- getLength() - Method in class org.eclipse.jetty.http2.parser.HeaderParser
- getLength() - Method in class org.eclipse.jetty.io.ByteBufferAccumulator
-
Deprecated.Get the amount of bytes which have been accumulated.
- getLength() - Method in class org.eclipse.jetty.io.ByteBufferCallbackAccumulator
-
Deprecated.Get the total length of the content in the accumulator..
- getLength() - Method in class org.eclipse.jetty.io.content.AsyncContent
- getLength() - Method in class org.eclipse.jetty.io.content.ByteBufferContentSource
- getLength() - Method in class org.eclipse.jetty.io.content.ChunksContentSource
- getLength() - Method in class org.eclipse.jetty.io.content.OutputStreamContentSource
- getLength() - Method in class org.eclipse.jetty.io.content.PathContentSource
- getLength() - Method in interface org.eclipse.jetty.io.Content.Source
- getLength() - Method in class org.eclipse.jetty.quic.api.frames.StreamFrame
- getLength() - Method in class org.eclipse.jetty.server.Request.Wrapper
- getLength() - Method in class org.eclipse.jetty.util.SearchPattern
- getLength(String) - Static method in class org.eclipse.jetty.util.StringUtil
-
Get the length of a string where a null string is length 0.
- getLevel() - Method in class org.eclipse.jetty.logging.JettyLogger
- getLevel(String) - Method in class org.eclipse.jetty.logging.JettyLoggerConfiguration
-
Returns the Logging Level for the provided log name.
- getLgWindow() - Method in class org.eclipse.jetty.compression.brotli.BrotliEncoderConfig
-
The Brotli log2(LZ window size).
- getLink() - Method in class org.eclipse.jetty.plus.jndi.Link
- getList(Object) - Static method in class org.eclipse.jetty.util.LazyList
-
Get the real List from a LazyList.
- getList(Object, boolean) - Static method in class org.eclipse.jetty.util.LazyList
-
Get the real List from a LazyList.
- getListener() - Method in class org.eclipse.jetty.ee10.servlet.AsyncContextState.WrappedAsyncListener
- getListener() - Method in class org.eclipse.jetty.ee10.servlet.ListenerHolder
- getListener() - Method in class org.eclipse.jetty.ee10.servlets.DoSFilter
- getListener() - Method in class org.eclipse.jetty.ee11.servlet.AsyncContextState.WrappedAsyncListener
- getListener() - Method in class org.eclipse.jetty.ee11.servlet.ListenerHolder
- getListener() - Method in class org.eclipse.jetty.ee11.servlets.DoSFilter
- getListener() - Method in class org.eclipse.jetty.ee8.nested.AsyncContextState.WrappedAsyncListener
- getListener() - Method in class org.eclipse.jetty.ee8.servlet.ListenerHolder
- getListener() - Method in class org.eclipse.jetty.ee8.servlets.DoSFilter
- getListener() - Method in class org.eclipse.jetty.ee9.nested.AsyncContextState.WrappedAsyncListener
- getListener() - Method in class org.eclipse.jetty.ee9.servlet.ListenerHolder
- getListener() - Method in class org.eclipse.jetty.ee9.servlets.DoSFilter
- getListener() - Method in interface org.eclipse.jetty.http2.api.Stream
-
Get the
Stream.Listenerassociated with this stream. - getListener() - Method in class org.eclipse.jetty.http2.HTTP2Stream
- getListener() - Method in class org.eclipse.jetty.http2.parser.Parser
- getListener() - Method in class org.eclipse.jetty.http2.parser.ServerParser
- getListener() - Method in class org.eclipse.jetty.http3.HTTP3Session
- getListener() - Method in class org.eclipse.jetty.http3.parser.MessageParser
- getListener() - Method in class org.eclipse.jetty.quic.common.AbstractSession
- getListener() - Method in class org.eclipse.jetty.quic.common.AbstractStream
- getListeners() - Method in class org.eclipse.jetty.ee10.servlet.ServletHandler
- getListeners() - Method in class org.eclipse.jetty.ee11.servlet.ServletHandler
- getListeners() - Method in class org.eclipse.jetty.ee8.servlet.ServletHandler
- getListeners() - Method in class org.eclipse.jetty.ee9.servlet.ServletHandler
- getLo() - Method in class org.eclipse.jetty.util.AtomicBiInteger
-
Get the lo value.
- getLo(long) - Static method in class org.eclipse.jetty.util.AtomicBiInteger
-
Gets a lo value from the given encoded value.
- getLoadStatement(Connection, String, SessionContext) - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
- getLocalAddr() - Method in class org.eclipse.jetty.ee10.servlet.ServletApiRequest
- getLocalAddr() - Method in class org.eclipse.jetty.ee11.servlet.ServletApiRequest
- getLocalAddr() - Method in class org.eclipse.jetty.ee8.nested.Request
- getLocalAddr() - Method in class org.eclipse.jetty.ee9.nested.Request
- getLocalAddr(Request) - Static method in interface org.eclipse.jetty.server.Request
- getLocalAddress() - Method in class org.eclipse.jetty.ee10.servlet.ServletChannel
- getLocalAddress() - Method in class org.eclipse.jetty.ee11.servlet.ServletChannel
- getLocalAddress() - Method in class org.eclipse.jetty.ee8.nested.HttpChannel
- getLocalAddress() - Method in interface org.eclipse.jetty.ee8.websocket.api.Session
-
The Local Socket Address for the active Session
- getLocalAddress() - Method in class org.eclipse.jetty.ee8.websocket.common.WebSocketSession
- getLocalAddress() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
- getLocalAddress() - Method in interface org.eclipse.jetty.ee9.websocket.api.Session
-
The Local Socket Address for the active Session
- getLocalAddress() - Method in class org.eclipse.jetty.ee9.websocket.common.WebSocketSession
- getLocalAddress() - Method in class org.eclipse.jetty.http.spi.JettyHttpExchange
- getLocalAddress() - Method in class org.eclipse.jetty.http.spi.JettyHttpExchangeDelegate
- getLocalAddress() - Method in class org.eclipse.jetty.http.spi.JettyHttpsExchange
- getLocalAddress() - Method in interface org.eclipse.jetty.http2.api.Session
-
Deprecated.use
Session.getLocalSocketAddress()instead - getLocalAddress() - Method in class org.eclipse.jetty.http2.HTTP2Session
- getLocalAddress() - Method in class org.eclipse.jetty.server.HttpConfiguration
-
Get the SocketAddress override to be reported as the local address of all connections
- getLocalAddress() - Method in class org.eclipse.jetty.websocket.core.CoreSession.Empty
- getLocalAddress() - Method in interface org.eclipse.jetty.websocket.core.CoreSession
-
The Local Socket Address for the connection
- getLocalAddress() - Method in class org.eclipse.jetty.websocket.core.WebSocketConnection
-
Deprecated.use
WebSocketConnection.getLocalSocketAddress()instead - getLocalAddress() - Method in class org.eclipse.jetty.websocket.core.WebSocketCoreSession
- getLocalBidirectionalMaxStreams() - Method in interface org.eclipse.jetty.quic.api.Session
- getLocalBidirectionalMaxStreams() - Method in class org.eclipse.jetty.quic.quiche.QuicheSession
- getLocalBidirectionalStreamMaxData() - Method in class org.eclipse.jetty.quic.common.QuicConfiguration
- getLocalCloseInfo() - Method in class org.eclipse.jetty.quic.quiche.foreign.ForeignQuicheConnection
- getLocalCloseInfo() - Method in class org.eclipse.jetty.quic.quiche.jna.JnaQuicheConnection
- getLocalCloseInfo() - Method in class org.eclipse.jetty.quic.quiche.Quiche
- getLocale() - Method in class org.eclipse.jetty.ee10.servlet.ServletApiRequest
- getLocale() - Method in class org.eclipse.jetty.ee10.servlet.ServletApiResponse
- getLocale() - Method in interface org.eclipse.jetty.ee10.servlet.ServletContextHandler.ServletResponseInfo
- getLocale() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextResponse
- getLocale() - Method in interface org.eclipse.jetty.ee10.websocket.server.JettyServerUpgradeRequest
- getLocale() - Method in class org.eclipse.jetty.ee11.servlet.ServletApiRequest
- getLocale() - Method in class org.eclipse.jetty.ee11.servlet.ServletApiResponse
- getLocale() - Method in interface org.eclipse.jetty.ee11.servlet.ServletContextHandler.ServletResponseInfo
- getLocale() - Method in class org.eclipse.jetty.ee11.servlet.ServletContextResponse
- getLocale() - Method in interface org.eclipse.jetty.ee11.websocket.server.JettyServerUpgradeRequest
- getLocale() - Method in class org.eclipse.jetty.ee8.nested.Request
- getLocale() - Method in class org.eclipse.jetty.ee8.nested.Response
- getLocale() - Method in interface org.eclipse.jetty.ee8.websocket.server.JettyServerUpgradeRequest
- getLocale() - Method in class org.eclipse.jetty.ee9.nested.Request
- getLocale() - Method in class org.eclipse.jetty.ee9.nested.Response
- getLocale() - Method in interface org.eclipse.jetty.ee9.websocket.server.JettyServerUpgradeRequest
- getLocaleEncoding(String) - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler
- getLocaleEncoding(String) - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler
- getLocaleEncoding(String) - Method in class org.eclipse.jetty.ee8.nested.ContextHandler
- getLocaleEncoding(String) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
- getLocaleEncoding(Locale) - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler
-
Get the character encoding for a locale.
- getLocaleEncoding(Locale) - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler
-
Get the character encoding for a locale.
- getLocaleEncoding(Locale) - Method in class org.eclipse.jetty.ee8.nested.ContextHandler
-
Get the character encoding for a locale.
- getLocaleEncoding(Locale) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
-
Get the character encoding for a locale.
- getLocaleEncodings() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler
-
Get all of the locale encodings
- getLocaleEncodings() - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler
-
Get all of the locale encodings
- getLocaleEncodings() - Method in class org.eclipse.jetty.ee8.nested.ContextHandler
-
Get all of the locale encodings
- getLocaleEncodings() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
-
Get all of the locale encodings
- getLocalEndPoint() - Method in interface org.eclipse.jetty.io.EndPoint.Pipe
- getLocalEndPoint() - Method in class org.eclipse.jetty.io.MemoryEndPointPipe
- getLocales() - Method in class org.eclipse.jetty.ee10.servlet.ServletApiRequest
- getLocales() - Method in interface org.eclipse.jetty.ee10.websocket.server.JettyServerUpgradeRequest
- getLocales() - Method in class org.eclipse.jetty.ee11.servlet.ServletApiRequest
- getLocales() - Method in interface org.eclipse.jetty.ee11.websocket.server.JettyServerUpgradeRequest
- getLocales() - Method in class org.eclipse.jetty.ee8.nested.Request
- getLocales() - Method in interface org.eclipse.jetty.ee8.websocket.server.JettyServerUpgradeRequest
- getLocales() - Method in class org.eclipse.jetty.ee9.nested.Request
- getLocales() - Method in interface org.eclipse.jetty.ee9.websocket.server.JettyServerUpgradeRequest
- getLocales(Request) - Static method in interface org.eclipse.jetty.server.Request
- getLocalizedEntry(String, Bundle) - Static method in class org.eclipse.jetty.osgi.util.Util
- getLocalName() - Method in class org.eclipse.jetty.ee10.servlet.ServletApiRequest
- getLocalName() - Method in class org.eclipse.jetty.ee10.servlet.ServletChannel
-
Return the local name of the connected channel.
- getLocalName() - Method in class org.eclipse.jetty.ee11.servlet.ServletApiRequest
- getLocalName() - Method in class org.eclipse.jetty.ee11.servlet.ServletChannel
-
Return the local name of the connected channel.
- getLocalName() - Method in class org.eclipse.jetty.ee8.nested.HttpChannel
-
Return the local name of the connected channel.
- getLocalName() - Method in class org.eclipse.jetty.ee8.nested.Request
- getLocalName() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
-
Return the local name of the connected channel.
- getLocalName() - Method in class org.eclipse.jetty.ee9.nested.Request
- getLocalPort() - Method in class org.eclipse.jetty.ee10.servlet.ServletApiRequest
- getLocalPort() - Method in class org.eclipse.jetty.ee10.servlet.ServletChannel
-
Return the Local Port of the connected channel.
- getLocalPort() - Method in class org.eclipse.jetty.ee11.servlet.ServletApiRequest
- getLocalPort() - Method in class org.eclipse.jetty.ee11.servlet.ServletChannel
-
Return the Local Port of the connected channel.
- getLocalPort() - Method in class org.eclipse.jetty.ee8.nested.HttpChannel
-
Return the Local Port of the connected channel.
- getLocalPort() - Method in class org.eclipse.jetty.ee8.nested.Request
- getLocalPort() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
-
Return the Local Port of the connected channel.
- getLocalPort() - Method in class org.eclipse.jetty.ee9.nested.Request
- getLocalPort() - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
- getLocalPort() - Method in class org.eclipse.jetty.server.DatagramServerConnector
- getLocalPort() - Method in interface org.eclipse.jetty.server.NetworkConnector
- getLocalPort() - Method in class org.eclipse.jetty.server.ServerConnector
- getLocalPort() - Method in class org.eclipse.jetty.server.ShutdownService
-
Get the
ServerSocket.getLocalPort()that this is listening on. - getLocalPort(Request) - Static method in interface org.eclipse.jetty.server.Request
- getLocalSocketAddress() - Method in interface org.eclipse.jetty.client.Connection
- getLocalSocketAddress() - Method in interface org.eclipse.jetty.ee10.websocket.server.JettyServerUpgradeRequest
- getLocalSocketAddress() - Method in interface org.eclipse.jetty.ee11.websocket.server.JettyServerUpgradeRequest
- getLocalSocketAddress() - Method in interface org.eclipse.jetty.ee8.websocket.server.JettyServerUpgradeRequest
- getLocalSocketAddress() - Method in interface org.eclipse.jetty.ee9.websocket.server.JettyServerUpgradeRequest
- getLocalSocketAddress() - Method in interface org.eclipse.jetty.http2.api.Session
- getLocalSocketAddress() - Method in class org.eclipse.jetty.http2.HTTP2Session
- getLocalSocketAddress() - Method in class org.eclipse.jetty.http2.HTTP2StreamEndPoint
- getLocalSocketAddress() - Method in interface org.eclipse.jetty.http3.api.Session
-
Get the local socket address this session is bound to.
- getLocalSocketAddress() - Method in class org.eclipse.jetty.http3.HTTP3Session
- getLocalSocketAddress() - Method in class org.eclipse.jetty.io.AbstractEndPoint
- getLocalSocketAddress() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
- getLocalSocketAddress() - Method in interface org.eclipse.jetty.io.EndPoint
- getLocalSocketAddress() - Method in class org.eclipse.jetty.io.SelectableChannelEndPoint
- getLocalSocketAddress() - Method in class org.eclipse.jetty.io.ssl.SslConnection.SslEndPoint
- getLocalSocketAddress() - Method in interface org.eclipse.jetty.quic.api.Session
- getLocalSocketAddress() - Method in class org.eclipse.jetty.quic.common.StreamEndPoint
- getLocalSocketAddress() - Method in class org.eclipse.jetty.quic.quiche.QuicheSession
- getLocalSocketAddress() - Method in class org.eclipse.jetty.server.AbstractMetaDataConnection
- getLocalSocketAddress() - Method in interface org.eclipse.jetty.server.ConnectionMetaData
- getLocalSocketAddress() - Method in class org.eclipse.jetty.server.ConnectionMetaData.Wrapper
- getLocalSocketAddress() - Method in class org.eclipse.jetty.server.MemoryConnector
- getLocalSocketAddress() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
- getLocalSocketAddress() - Method in class org.eclipse.jetty.unixdomain.server.UnixDomainServerConnector
- getLocalSocketAddress() - Method in interface org.eclipse.jetty.websocket.api.Session
- getLocalSocketAddress() - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
- getLocalSocketAddress() - Method in class org.eclipse.jetty.websocket.core.WebSocketConnection
- getLocalURL(URL) - Method in interface org.eclipse.jetty.osgi.util.BundleFileLocatorHelper
-
Only useful for equinox: on felix we get the
file://orjar://url already. - getLocalURL(URL) - Method in class org.eclipse.jetty.osgi.util.DefaultFileLocatorHelper
-
Only useful for equinox: on felix we get the file:// or jar:// url already.
- getLocalURL(URL) - Static method in class org.eclipse.jetty.osgi.util.Util
- getLocation() - Method in class org.eclipse.jetty.http.MultiPartConfig
- getLocation() - Method in class org.eclipse.jetty.rewrite.handler.RedirectPatternRule
- getLocation() - Method in class org.eclipse.jetty.rewrite.handler.RedirectRegexRule
- getLocationOfClass(Class) - Static method in class org.eclipse.jetty.util.TypeUtil
-
Attempt to find the Location of a loaded Class.
- getLock() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
- getLogger() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler
- getLogger() - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler
- getLogger() - Method in class org.eclipse.jetty.ee8.nested.ContextHandler
- getLogger() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
- getLogger(String) - Method in class org.eclipse.jetty.logging.JettyLoggerFactory
-
Main interface for
ILoggerFactory - getLoggerCount() - Method in class org.eclipse.jetty.logging.JettyLoggerFactory
- getLoggerFactory() - Method in class org.eclipse.jetty.logging.JettyLoggingServiceProvider
- getLoggerLevel(String) - Method in class org.eclipse.jetty.logging.JettyLoggerFactory
- getLoggerName() - Method in class org.eclipse.jetty.server.Slf4jRequestLogWriter
- getLoggerNames() - Method in class org.eclipse.jetty.logging.JettyLoggerFactory
- getLoginService() - Method in class org.eclipse.jetty.ee8.security.authentication.LoginAuthenticator
- getLoginService() - Method in interface org.eclipse.jetty.ee8.security.Authenticator.AuthConfiguration
- getLoginService() - Method in class org.eclipse.jetty.ee8.security.DefaultAuthenticatorFactory
-
Get the loginService.
- getLoginService() - Method in class org.eclipse.jetty.ee8.security.openid.OpenIdAuthConfiguration
- getLoginService() - Method in class org.eclipse.jetty.ee8.security.SecurityHandler
-
Get the loginService.
- getLoginService() - Method in class org.eclipse.jetty.ee8.security.WrappedAuthConfiguration
- getLoginService() - Method in class org.eclipse.jetty.ee9.security.authentication.LoginAuthenticator
- getLoginService() - Method in interface org.eclipse.jetty.ee9.security.Authenticator.AuthConfiguration
- getLoginService() - Method in class org.eclipse.jetty.ee9.security.DefaultAuthenticatorFactory
-
Get the loginService.
- getLoginService() - Method in class org.eclipse.jetty.ee9.security.openid.OpenIdAuthConfiguration
- getLoginService() - Method in class org.eclipse.jetty.ee9.security.SecurityHandler
-
Get the loginService.
- getLoginService() - Method in class org.eclipse.jetty.ee9.security.WrappedAuthConfiguration
- getLoginService() - Method in class org.eclipse.jetty.security.authentication.LoginAuthenticator
- getLoginService() - Method in interface org.eclipse.jetty.security.Authenticator.Configuration
- getLoginService() - Method in class org.eclipse.jetty.security.Authenticator.Configuration.Wrapper
- getLoginService() - Method in class org.eclipse.jetty.security.openid.OpenIdAuthenticatorConfiguration
- getLoginService() - Method in class org.eclipse.jetty.security.SecurityHandler
-
Get the loginService.
- getLongContentLength() - Method in class org.eclipse.jetty.ee8.nested.Response
- getLongContentLength() - Method in class org.eclipse.jetty.ee9.nested.Response
- getLongField(String) - Method in interface org.eclipse.jetty.http.HttpFields
-
Returns the value of a field as a
longvalue, or -1 if no such field is present. - getLongField(HttpHeader) - Method in interface org.eclipse.jetty.http.HttpFields
-
Returns the value of a field as a
longvalue, or -1 if no such field is present. - getLongsPerCacheLine() - Static method in class org.eclipse.jetty.util.MemoryUtils
- getLongType() - Method in class org.eclipse.jetty.session.DatabaseAdaptor
- getLongValue() - Method in class org.eclipse.jetty.http.HttpField
- getLongValue() - Method in class org.eclipse.jetty.http.HttpField.IntValueHttpField
- getLongValue() - Method in class org.eclipse.jetty.http.HttpField.LongValueHttpField
- getLongValue() - Method in class org.eclipse.jetty.http.PreEncodedHttpField
- getLowerCaseName() - Method in class org.eclipse.jetty.http.HttpField
-
Get the field name in lower-case.
- getLowResourceChecks() - Method in class org.eclipse.jetty.server.LowResourceMonitor
- getLowResourcesIdleTimeout() - Method in class org.eclipse.jetty.server.LowResourceMonitor
- getLowResourcesReasons() - Method in class org.eclipse.jetty.server.LowResourceMonitor
- getLowResourcesStarted() - Method in class org.eclipse.jetty.server.LowResourceMonitor
- getLowThreadsThreshold() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
- getMajor() - Method in class org.eclipse.jetty.util.JavaVersion
-
Returns the major number version, such as
1for JDK 1.8.0_92 and9for JDK 9.2.4. - getMajorVersion() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler.ServletContextApi
- getMajorVersion() - Method in class org.eclipse.jetty.ee10.webapp.WebDescriptor
- getMajorVersion() - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler.ServletContextApi
- getMajorVersion() - Method in class org.eclipse.jetty.ee11.webapp.WebDescriptor
- getMajorVersion() - Method in class org.eclipse.jetty.ee8.nested.ContextHandler.APIContext
- getMajorVersion() - Method in class org.eclipse.jetty.ee8.webapp.WebDescriptor
- getMajorVersion() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
- getMajorVersion() - Method in class org.eclipse.jetty.ee9.webapp.WebDescriptor
- getManagedObject() - Method in class org.eclipse.jetty.client.jmx.HttpClientMBean
- getManagedObject() - Method in class org.eclipse.jetty.client.transport.jmx.HttpDestinationMBean
- getManagedObject() - Method in class org.eclipse.jetty.ee10.servlet.jmx.FilterMappingMBean
- getManagedObject() - Method in class org.eclipse.jetty.ee10.servlet.jmx.HolderMBean
- getManagedObject() - Method in class org.eclipse.jetty.ee10.servlet.jmx.ServletMappingMBean
- getManagedObject() - Method in class org.eclipse.jetty.ee11.servlet.jmx.FilterMappingMBean
- getManagedObject() - Method in class org.eclipse.jetty.ee11.servlet.jmx.HolderMBean
- getManagedObject() - Method in class org.eclipse.jetty.ee11.servlet.jmx.ServletMappingMBean
- getManagedObject() - Method in class org.eclipse.jetty.ee8.nested.jmx.AbstractHandlerMBean
- getManagedObject() - Method in class org.eclipse.jetty.ee8.nested.jmx.ContextHandlerMBean
- getManagedObject() - Method in class org.eclipse.jetty.ee8.servlet.jmx.FilterMappingMBean
- getManagedObject() - Method in class org.eclipse.jetty.ee8.servlet.jmx.HolderMBean
- getManagedObject() - Method in class org.eclipse.jetty.ee8.servlet.jmx.ServletMappingMBean
- getManagedObject() - Method in class org.eclipse.jetty.ee9.nested.jmx.AbstractHandlerMBean
- getManagedObject() - Method in class org.eclipse.jetty.ee9.nested.jmx.ContextHandlerMBean
- getManagedObject() - Method in class org.eclipse.jetty.ee9.servlet.jmx.FilterMappingMBean
- getManagedObject() - Method in class org.eclipse.jetty.ee9.servlet.jmx.HolderMBean
- getManagedObject() - Method in class org.eclipse.jetty.ee9.servlet.jmx.ServletMappingMBean
- getManagedObject() - Method in class org.eclipse.jetty.jmx.ObjectMBean
-
Get the managed object.
- getManagedObject() - Method in class org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean
- getManagedObject() - Method in class org.eclipse.jetty.server.handler.jmx.QoSHandlerMBean
- getManagedObject() - Method in class org.eclipse.jetty.server.jmx.AbstractConnectorMBean
- getManagedObject() - Method in class org.eclipse.jetty.server.jmx.Handler.AbstractMBean
- getManagedObject() - Method in class org.eclipse.jetty.server.jmx.ServerMBean
- getManagedSession() - Method in interface org.eclipse.jetty.ee10.servlet.ServletContextHandler.ServletRequestInfo
- getManagedSession() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextRequest
- getManagedSession() - Method in interface org.eclipse.jetty.ee11.servlet.ServletContextHandler.ServletRequestInfo
- getManagedSession() - Method in class org.eclipse.jetty.ee11.servlet.ServletContextRequest
- getManagedSession() - Method in class org.eclipse.jetty.ee8.nested.ContextHandler.CoreContextRequest
- getManagedSession() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.CoreContextRequest
- getManagedSession(String) - Method in class org.eclipse.jetty.session.AbstractSessionManager
-
Get a known existing session
- getManagedSession(String) - Method in interface org.eclipse.jetty.session.SessionManager
- getManagedSession(Request) - Method in class org.eclipse.jetty.ee10.servlet.SessionHandler
- getManagedSession(Request) - Method in class org.eclipse.jetty.ee11.servlet.SessionHandler
- getManagedSession(Request) - Method in class org.eclipse.jetty.session.SessionHandler
- getManagedSession(Request) - Method in interface org.eclipse.jetty.session.SessionManager
- getManagedSession(SessionManager) - Method in class org.eclipse.jetty.ee8.nested.ContextHandler.CoreContextRequest
-
Retrieve an existing session, if one exists, for a given SessionManager.
- getManagedSession(SessionManager) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.CoreContextRequest
-
Retrieve an existing session, if one exists, for a given SessionManager.
- getManifest(Class) - Static method in class org.eclipse.jetty.util.ManifestUtils
- getManifestHeaderValue(String, String, Dictionary) - Static method in class org.eclipse.jetty.osgi.util.Util
-
Get the value of a manifest header.
- getManifestHeaderValue(String, Dictionary) - Static method in class org.eclipse.jetty.osgi.util.Util
-
Get the value of a manifest header.
- getMap() - Method in class org.eclipse.jetty.ee10.security.jaspi.JaspiMessageInfo
- getMap() - Method in class org.eclipse.jetty.ee11.security.jaspi.JaspiMessageInfo
- getMap() - Method in class org.eclipse.jetty.ee8.security.jaspi.JaspiMessageInfo
- getMap() - Method in class org.eclipse.jetty.ee9.security.jaspi.JaspiMessageInfo
- getMapColumn() - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
- getMapConfig() - Method in class org.eclipse.jetty.hazelcast.session.HazelcastSessionDataStoreFactory
- getMapFactory() - Method in class org.eclipse.jetty.session.CachingSessionDataStoreFactory
-
Get the SessionDataMapFactory.
- getMapName() - Method in class org.eclipse.jetty.hazelcast.session.HazelcastSessionDataStoreFactory
- getMappedServlet(String) - Method in class org.eclipse.jetty.ee10.servlet.ServletHandler
-
ServletHolder matching path.
- getMappedServlet(String) - Method in class org.eclipse.jetty.ee11.servlet.ServletHandler
-
ServletHolder matching path.
- getMappedServlet(String) - Method in class org.eclipse.jetty.ee8.servlet.ServletHandler
-
Deprecated.use
ServletHandler.getMatchedServlet(String)instead - getMappedServlet(String) - Method in class org.eclipse.jetty.ee9.servlet.ServletHandler
-
Deprecated.use
ServletHandler.getMatchedServlet(String)instead - getMapping(String) - Method in interface org.eclipse.jetty.ee10.websocket.server.JettyWebSocketServletFactory
-
Returns the creator for the given path spec.
- getMapping(String) - Method in interface org.eclipse.jetty.ee11.websocket.server.JettyWebSocketServletFactory
-
Returns the creator for the given path spec.
- getMapping(String) - Method in interface org.eclipse.jetty.ee8.websocket.server.JettyWebSocketServletFactory
-
Returns the creator for the given path spec.
- getMapping(String) - Method in interface org.eclipse.jetty.ee9.websocket.server.JettyWebSocketServletFactory
-
Returns the creator for the given path spec.
- getMappingMatch() - Method in class org.eclipse.jetty.ee10.servlet.ServletPathMapping
- getMappingMatch() - Method in class org.eclipse.jetty.ee11.servlet.ServletPathMapping
- getMappingMatch() - Method in class org.eclipse.jetty.ee8.nested.ServletPathMapping
- getMappingMatch() - Method in class org.eclipse.jetty.ee9.nested.ServletPathMapping
- getMappingName() - Method in class org.eclipse.jetty.plus.annotation.Injection
- getMappings() - Method in class org.eclipse.jetty.ee10.servlet.ServletHolder.Registration
- getMappings() - Method in class org.eclipse.jetty.ee11.servlet.ServletHolder.Registration
- getMappings() - Method in class org.eclipse.jetty.ee8.servlet.ServletHolder.Registration
- getMappings() - Method in class org.eclipse.jetty.ee9.servlet.ServletHolder.Registration
- getMappings() - Method in class org.eclipse.jetty.http.pathmap.PathMappings
- getMappings(ContextHandler) - Static method in class org.eclipse.jetty.websocket.core.server.WebSocketMappings
- getMarkerFactory() - Method in class org.eclipse.jetty.logging.JettyLoggingServiceProvider
- getMask() - Method in interface org.eclipse.jetty.ee8.websocket.api.Frame
- getMask() - Method in class org.eclipse.jetty.ee8.websocket.common.JettyWebSocketFrame
- getMask() - Method in interface org.eclipse.jetty.ee9.websocket.api.Frame
- getMask() - Method in class org.eclipse.jetty.ee9.websocket.common.JettyWebSocketFrame
- getMask() - Method in interface org.eclipse.jetty.websocket.api.Frame
- getMask() - Method in class org.eclipse.jetty.websocket.common.JettyWebSocketFrame
- getMask() - Method in class org.eclipse.jetty.websocket.core.Frame
- getMatched(String) - Method in class org.eclipse.jetty.http.pathmap.PathMappings
-
Find the best single match for a path.
- getMatchedList(String) - Method in class org.eclipse.jetty.http.pathmap.PathMappings
-
Return a list of MatchedResource matches for the specified path.
- getMatchedNegotiator(Request, BiConsumer) - Method in class org.eclipse.jetty.websocket.core.server.WebSocketMappings
-
Returns the mapped
WebSocketNegotiatorif there is a match of givenrequestagainst aregistered mapping, otherwise returnsnullif there is no match. - getMatchedPath() - Method in class org.eclipse.jetty.http.pathmap.MatchedResource
- getMatchedResource() - Method in interface org.eclipse.jetty.ee10.servlet.ServletContextHandler.ServletRequestInfo
- getMatchedResource() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextRequest
- getMatchedResource() - Method in interface org.eclipse.jetty.ee11.servlet.ServletContextHandler.ServletRequestInfo
- getMatchedResource() - Method in class org.eclipse.jetty.ee11.servlet.ServletContextRequest
- getMatchedServlet(String) - Method in class org.eclipse.jetty.ee10.servlet.ServletHandler
-
ServletHolder matching target path.
- getMatchedServlet(String) - Method in class org.eclipse.jetty.ee11.servlet.ServletHandler
-
ServletHolder matching target path.
- getMatchedServlet(String) - Method in class org.eclipse.jetty.ee8.servlet.ServletHandler
-
ServletHolder matching target path.
- getMatchedServlet(String) - Method in class org.eclipse.jetty.ee9.servlet.ServletHandler
-
ServletHolder matching target path.
- getMatcher(String) - Method in class org.eclipse.jetty.http.pathmap.RegexPathSpec
- getMatcher(String) - Method in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
- getMatches(String) - Method in class org.eclipse.jetty.http.pathmap.PathMappings
-
Return a list of MappedResource matches for the specified path.
- getMatchValue() - Method in class org.eclipse.jetty.ee10.servlet.ServletPathMapping
- getMatchValue() - Method in class org.eclipse.jetty.ee11.servlet.ServletPathMapping
- getMatchValue() - Method in class org.eclipse.jetty.ee8.nested.ServletPathMapping
- getMatchValue() - Method in class org.eclipse.jetty.ee9.nested.ServletPathMapping
- getMax() - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
-
Get max counter value.
- getMax() - Method in class org.eclipse.jetty.util.statistic.RateStatistic
-
Get the max number of samples per period..
- getMax() - Method in class org.eclipse.jetty.util.statistic.SampleStatistic
-
Get the max value of the recorded samples.
- getMaxAge() - Method in class org.eclipse.jetty.ee10.servlet.SessionHandler.CookieConfig
- getMaxAge() - Method in class org.eclipse.jetty.ee11.servlet.SessionHandler.CookieConfig
- getMaxAge() - Method in class org.eclipse.jetty.ee8.nested.Response.HttpCookieFacade
- getMaxAge() - Method in class org.eclipse.jetty.ee8.nested.SessionHandler.CookieConfig
- getMaxAge() - Method in class org.eclipse.jetty.ee9.nested.Response.HttpCookieFacade
- getMaxAge() - Method in class org.eclipse.jetty.ee9.nested.SessionHandler.CookieConfig
- getMaxAge() - Method in interface org.eclipse.jetty.http.HttpCookie
- getMaxAge() - Method in class org.eclipse.jetty.http.HttpCookie.JavaNetHttpCookie
- getMaxAge() - Method in class org.eclipse.jetty.http.HttpCookie.Wrapper
- getMaxAvailableThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
-
Deprecated, for removal: This API element is subject to removal in a future version.The term available can be applied to either idle or reserved threads, but not both. Use
QueuedThreadPool.getCurrentReservedThreads()orQueuedThreadPool.getIdleThreads()instead. - getMaxBinaryMessageBufferSize() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketSession
- getMaxBinaryMessageBufferSize() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketSession
- getMaxBinaryMessageBufferSize() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketSession
- getMaxBinaryMessageBufferSize() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketSession
- getMaxBinaryMessageSize() - Method in class org.eclipse.jetty.ee10.websocket.server.JettyWebSocketServerContainer
- getMaxBinaryMessageSize() - Method in class org.eclipse.jetty.ee11.websocket.server.JettyWebSocketServerContainer
- getMaxBinaryMessageSize() - Method in interface org.eclipse.jetty.ee8.websocket.api.WebSocketPolicy
-
Get the maximum size of a binary message during parsing.
- getMaxBinaryMessageSize() - Method in class org.eclipse.jetty.ee8.websocket.client.WebSocketClient
- getMaxBinaryMessageSize() - Method in class org.eclipse.jetty.ee8.websocket.common.WebSocketSession
- getMaxBinaryMessageSize() - Method in class org.eclipse.jetty.ee8.websocket.server.JettyWebSocketServerContainer
- getMaxBinaryMessageSize() - Method in interface org.eclipse.jetty.ee9.websocket.api.WebSocketPolicy
-
Get the maximum size of a binary message during parsing.
- getMaxBinaryMessageSize() - Method in class org.eclipse.jetty.ee9.websocket.client.WebSocketClient
- getMaxBinaryMessageSize() - Method in class org.eclipse.jetty.ee9.websocket.common.WebSocketSession
- getMaxBinaryMessageSize() - Method in class org.eclipse.jetty.ee9.websocket.server.JettyWebSocketServerContainer
- getMaxBinaryMessageSize() - Method in interface org.eclipse.jetty.websocket.api.Configurable
-
Get the maximum size of a binary message during parsing.
- getMaxBinaryMessageSize() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
- getMaxBinaryMessageSize() - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
- getMaxBinaryMessageSize() - Method in class org.eclipse.jetty.websocket.core.Configuration.ConfigurationCustomizer
- getMaxBinaryMessageSize() - Method in interface org.eclipse.jetty.websocket.core.Configuration
- getMaxBinaryMessageSize() - Method in class org.eclipse.jetty.websocket.core.WebSocketCoreSession
- getMaxBinaryMessageSize() - Method in class org.eclipse.jetty.websocket.server.ServerWebSocketContainer
- getMaxBlockedStreams() - Method in class org.eclipse.jetty.http3.HTTP3Configuration
- getMaxBlockedStreams() - Method in class org.eclipse.jetty.http3.qpack.QpackDecoder
- getMaxBlockedStreams() - Method in class org.eclipse.jetty.http3.qpack.QpackEncoder
- getMaxBusyThreads() - Method in class org.eclipse.jetty.util.thread.MonitoredQueuedThreadPool
- getMaxCachedFiles() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory
-
Get the max number of cached files..
- getMaxCachedFileSize() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory
- getMaxCacheSize() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory
- getMaxCapacity() - Method in class org.eclipse.jetty.io.ArrayByteBufferPool
- getMaxCapacity() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
-
Get the max capacity of this queue.
- getMaxCertPathLength() - Method in class org.eclipse.jetty.util.security.CertificateValidator
- getMaxCertPathLength() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- getMaxConcurrentPushedStreams() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
- getMaxConcurrentStreams() - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
- getMaxConnectionCount() - Method in class org.eclipse.jetty.client.AbstractConnectionPool
- getMaxConnections() - Method in class org.eclipse.jetty.server.ConnectionLimit
-
Deprecated.
- getMaxConnectionsPerDestination() - Method in class org.eclipse.jetty.client.HttpClient
- getMaxConnectionWindow() - Method in class org.eclipse.jetty.quic.quiche.QuicheConfig
- getMaxCookieAge() - Method in class org.eclipse.jetty.ee8.nested.SessionHandler
- getMaxCookieAge() - Method in class org.eclipse.jetty.ee9.nested.SessionHandler
- getMaxCookieAge() - Method in class org.eclipse.jetty.session.AbstractSessionManager
- getMaxCookieAge() - Method in interface org.eclipse.jetty.session.SessionConfig
- getMaxData() - Method in class org.eclipse.jetty.quic.api.frames.MaxDataFrame
- getMaxData() - Method in class org.eclipse.jetty.quic.api.frames.StreamMaxDataFrame
- getMaxDecoderTableCapacity() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
- getMaxDecoderTableCapacity() - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
- getMaxDecoderTableCapacity() - Method in class org.eclipse.jetty.http3.HTTP3Configuration
- getMaxDuration() - Method in class org.eclipse.jetty.client.AbstractConnectionPool
-
Returns the max usage duration in milliseconds of a pooled connection.
- getMaxDynamicTableSize() - Method in class org.eclipse.jetty.http2.hpack.HpackContext
- getMaxEncoderTableCapacity() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
- getMaxEncoderTableCapacity() - Method in class org.eclipse.jetty.http2.HTTP2Session
- getMaxEncoderTableCapacity() - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
- getMaxEncoderTableCapacity() - Method in class org.eclipse.jetty.http3.HTTP3Configuration
- getMaxErrorDispatches() - Method in class org.eclipse.jetty.server.HttpConfiguration
- getMaxEvictCount() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
- getMaxFileSize() - Method in class org.eclipse.jetty.http.MultiPartFormData.Parser
- getMaxFilterChainsCacheSize() - Method in class org.eclipse.jetty.ee10.servlet.ServletHandler
- getMaxFilterChainsCacheSize() - Method in class org.eclipse.jetty.ee11.servlet.ServletHandler
- getMaxFilterChainsCacheSize() - Method in class org.eclipse.jetty.ee8.servlet.ServletHandler
- getMaxFilterChainsCacheSize() - Method in class org.eclipse.jetty.ee9.servlet.ServletHandler
- getMaxFormContentSize() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler
- getMaxFormContentSize() - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler
- getMaxFormContentSize() - Method in class org.eclipse.jetty.ee8.nested.ContextHandler
- getMaxFormContentSize() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
- getMaxFormKeys() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler
- getMaxFormKeys() - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler
- getMaxFormKeys() - Method in class org.eclipse.jetty.ee8.nested.ContextHandler
- getMaxFormKeys() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
- getMaxFrameSize() - Method in class org.eclipse.jetty.ee10.websocket.server.JettyWebSocketServerContainer
- getMaxFrameSize() - Method in class org.eclipse.jetty.ee11.websocket.server.JettyWebSocketServerContainer
- getMaxFrameSize() - Method in interface org.eclipse.jetty.ee8.websocket.api.WebSocketPolicy
-
The maximum payload size of any WebSocket Frame which can be received.
- getMaxFrameSize() - Method in class org.eclipse.jetty.ee8.websocket.client.WebSocketClient
- getMaxFrameSize() - Method in class org.eclipse.jetty.ee8.websocket.common.WebSocketSession
- getMaxFrameSize() - Method in class org.eclipse.jetty.ee8.websocket.server.JettyWebSocketServerContainer
- getMaxFrameSize() - Method in interface org.eclipse.jetty.ee9.websocket.api.WebSocketPolicy
-
The maximum payload size of any WebSocket Frame which can be received.
- getMaxFrameSize() - Method in class org.eclipse.jetty.ee9.websocket.client.WebSocketClient
- getMaxFrameSize() - Method in class org.eclipse.jetty.ee9.websocket.common.WebSocketSession
- getMaxFrameSize() - Method in class org.eclipse.jetty.ee9.websocket.server.JettyWebSocketServerContainer
- getMaxFrameSize() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
- getMaxFrameSize() - Method in class org.eclipse.jetty.http2.generator.FrameGenerator
- getMaxFrameSize() - Method in class org.eclipse.jetty.http2.generator.Generator
- getMaxFrameSize() - Method in class org.eclipse.jetty.http2.generator.HeaderGenerator
- getMaxFrameSize() - Method in class org.eclipse.jetty.http2.parser.Parser
- getMaxFrameSize() - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
- getMaxFrameSize() - Method in interface org.eclipse.jetty.websocket.api.Configurable
-
The maximum payload size of any WebSocket Frame which can be received.
- getMaxFrameSize() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
- getMaxFrameSize() - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
- getMaxFrameSize() - Method in class org.eclipse.jetty.websocket.core.Configuration.ConfigurationCustomizer
- getMaxFrameSize() - Method in interface org.eclipse.jetty.websocket.core.Configuration
- getMaxFrameSize() - Method in class org.eclipse.jetty.websocket.core.WebSocketCoreSession
- getMaxFrameSize() - Method in class org.eclipse.jetty.websocket.server.ServerWebSocketContainer
- getMaxHeaderBlockFragment() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
- getMaxHeaderBlockFragment() - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
- getMaxHeaderBytes() - Method in class org.eclipse.jetty.http.HttpGenerator
- getMaxHeaderListSize() - Method in class org.eclipse.jetty.http2.hpack.HpackDecoder
- getMaxHeaderListSize() - Method in class org.eclipse.jetty.http2.hpack.HpackEncoder
- getMaxHeaderListSize() - Method in class org.eclipse.jetty.http2.parser.HeaderBlockParser
- getMaxHeadersSize() - Method in class org.eclipse.jetty.http.MultiPartConfig
- getMaxHeadersSize() - Method in class org.eclipse.jetty.http3.qpack.QpackDecoder
- getMaxHeadersSize() - Method in class org.eclipse.jetty.http3.qpack.QpackEncoder
- getMaxIdleTimeout() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketSession
- getMaxIdleTimeout() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketSession
- getMaxIdleTimeout() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketSession
- getMaxIdleTimeout() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketSession
- getMaxIdleTimeout() - Method in class org.eclipse.jetty.quic.quiche.QuicheConfig
- getMaxIdleTrackerMs() - Method in class org.eclipse.jetty.ee10.servlets.DoSFilter
-
Get maximum amount of time (in milliseconds) to keep track of request rates for a connection, before deciding that the user has gone away, and discarding it.
- getMaxIdleTrackerMs() - Method in class org.eclipse.jetty.ee11.servlets.DoSFilter
-
Get maximum amount of time (in milliseconds) to keep track of request rates for a connection, before deciding that the user has gone away, and discarding it.
- getMaxIdleTrackerMs() - Method in class org.eclipse.jetty.ee8.servlets.DoSFilter
-
Get maximum amount of time (in milliseconds) to keep track of request rates for a connection, before deciding that the user has gone away, and discarding it.
- getMaxIdleTrackerMs() - Method in class org.eclipse.jetty.ee9.servlets.DoSFilter
-
Get maximum amount of time (in milliseconds) to keep track of request rates for a connection, before deciding that the user has gone away, and discarding it.
- getMaxInactiveInterval() - Method in class org.eclipse.jetty.ee10.servlet.SessionHandler.ServletSessionApi
- getMaxInactiveInterval() - Method in class org.eclipse.jetty.ee11.servlet.SessionHandler.ServletSessionApi
- getMaxInactiveInterval() - Method in class org.eclipse.jetty.ee8.nested.SessionHandler
- getMaxInactiveInterval() - Method in class org.eclipse.jetty.ee8.nested.SessionHandler.ServletSessionApi
- getMaxInactiveInterval() - Method in class org.eclipse.jetty.ee9.nested.SessionHandler
- getMaxInactiveInterval() - Method in class org.eclipse.jetty.ee9.nested.SessionHandler.ServletSessionApi
- getMaxInactiveInterval() - Method in interface org.eclipse.jetty.server.Session
- getMaxInactiveInterval() - Method in class org.eclipse.jetty.session.AbstractSessionManager
- getMaxInactiveInterval() - Method in class org.eclipse.jetty.session.ManagedSession
- getMaxInactiveInterval() - Method in interface org.eclipse.jetty.session.SessionConfig
- getMaxInactiveMs() - Method in class org.eclipse.jetty.session.SessionData
- getMaxInputBufferSize() - Method in class org.eclipse.jetty.ee10.proxy.AfterContentTransformer
-
Returns the maximum input buffer size, after which the input is overflown to disk.
- getMaxInputBufferSize() - Method in class org.eclipse.jetty.ee11.proxy.AfterContentTransformer
-
Returns the maximum input buffer size, after which the input is overflown to disk.
- getMaxInputBufferSize() - Method in class org.eclipse.jetty.ee8.proxy.AfterContentTransformer
-
Returns the maximum input buffer size, after which the input is overflown to disk.
- getMaxInputBufferSize() - Method in class org.eclipse.jetty.ee9.proxy.AfterContentTransformer
-
Returns the maximum input buffer size, after which the input is overflown to disk.
- getMaxIntervalColumn() - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
- getMaxKeys() - Method in class org.eclipse.jetty.http2.parser.SettingsBodyParser
- getMaxLeasedThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getMaxLength() - Method in class org.eclipse.jetty.client.AbstractResponseListener
- getMaxLength() - Method in class org.eclipse.jetty.http.MultiPartFormData.Parser
- getMaxLocalStreams() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
- getMaxLocalStreams() - Method in class org.eclipse.jetty.http2.HTTP2Session
- getMaxLocalStreams() - Method in class org.eclipse.jetty.http3.HTTP3Session
- getMaxLowResourcesTime() - Method in class org.eclipse.jetty.server.LowResourceMonitor
- getMaxMappedFileSize() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
- getMaxMemory() - Method in class org.eclipse.jetty.server.LowResourceMonitor
- getMaxMemory() - Method in class org.eclipse.jetty.server.LowResourceMonitor.MemoryLowResourceCheck
- getMaxMemoryFileSize() - Method in class org.eclipse.jetty.http.MultiPartFormData.Parser
- getMaxMemoryPartSize() - Method in class org.eclipse.jetty.http.MultiPartConfig
- getMaxMessageSize() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketMessageMetadata
- getMaxMessageSize() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketMessageMetadata
- getMaxMessageSize() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketMessageMetadata
- getMaxMessageSize() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketMessageMetadata
- getMaxMultiplex() - Method in interface org.eclipse.jetty.client.ConnectionPool.MaxMultiplexable
- getMaxNetworkConnectionCount() - Method in class org.eclipse.jetty.server.NetworkConnectionLimit
- getMaxNonceAge() - Method in class org.eclipse.jetty.ee8.security.authentication.DigestAuthenticator
- getMaxNonceAge() - Method in class org.eclipse.jetty.ee9.security.authentication.DigestAuthenticator
- getMaxNonceAge() - Method in class org.eclipse.jetty.security.authentication.DigestAuthenticator
- getMaxNonceCount() - Method in class org.eclipse.jetty.ee8.security.authentication.DigestAuthenticator
- getMaxNonceCount() - Method in class org.eclipse.jetty.ee9.security.authentication.DigestAuthenticator
- getMaxNonceCount() - Method in class org.eclipse.jetty.security.authentication.DigestAuthenticator
- getMaxOutgoingFrames() - Method in class org.eclipse.jetty.ee10.websocket.server.JettyWebSocketServerContainer
- getMaxOutgoingFrames() - Method in class org.eclipse.jetty.ee11.websocket.server.JettyWebSocketServerContainer
- getMaxOutgoingFrames() - Method in interface org.eclipse.jetty.ee8.websocket.api.RemoteEndpoint
-
Get the maximum number of data frames allowed to be waiting to be sent at any one time.
- getMaxOutgoingFrames() - Method in class org.eclipse.jetty.ee8.websocket.common.JettyWebSocketRemoteEndpoint
- getMaxOutgoingFrames() - Method in interface org.eclipse.jetty.ee9.websocket.api.RemoteEndpoint
-
Get the maximum number of data frames allowed to be waiting to be sent at any one time.
- getMaxOutgoingFrames() - Method in class org.eclipse.jetty.ee9.websocket.common.JettyWebSocketRemoteEndpoint
- getMaxOutgoingFrames() - Method in interface org.eclipse.jetty.websocket.api.Configurable
-
Get the maximum number of data frames allowed to be waiting to be sent at any one time.
- getMaxOutgoingFrames() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
- getMaxOutgoingFrames() - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
- getMaxOutgoingFrames() - Method in class org.eclipse.jetty.websocket.core.Configuration.ConfigurationCustomizer
- getMaxOutgoingFrames() - Method in interface org.eclipse.jetty.websocket.core.Configuration
-
Get the maximum number of data frames allowed to be waiting to be sent at any one time.
- getMaxOutgoingFrames() - Method in class org.eclipse.jetty.websocket.core.WebSocketCoreSession
- getMaxOutgoingFrames() - Method in class org.eclipse.jetty.websocket.server.ServerWebSocketContainer
- getMaxOutputBufferSize() - Method in class org.eclipse.jetty.ee10.proxy.AfterContentTransformer
-
Returns the maximum output buffer size, after which the output is overflown to disk.
- getMaxOutputBufferSize() - Method in class org.eclipse.jetty.ee11.proxy.AfterContentTransformer
-
Returns the maximum output buffer size, after which the output is overflown to disk.
- getMaxOutputBufferSize() - Method in class org.eclipse.jetty.ee8.proxy.AfterContentTransformer
-
Returns the maximum output buffer size, after which the output is overflown to disk.
- getMaxOutputBufferSize() - Method in class org.eclipse.jetty.ee9.proxy.AfterContentTransformer
-
Returns the maximum output buffer size, after which the output is overflown to disk.
- getMaxParts() - Method in class org.eclipse.jetty.http.MultiPart.Parser
- getMaxParts() - Method in class org.eclipse.jetty.http.MultiPartConfig
- getMaxParts() - Method in class org.eclipse.jetty.http.MultiPartFormData.Parser
- getMaxPartSize() - Method in class org.eclipse.jetty.http.MultiPartConfig
- getMaxPriority() - Method in class org.eclipse.jetty.ee10.servlets.DoSFilter
-
Deprecated.Priority no longer supported
- getMaxPriority() - Method in class org.eclipse.jetty.ee11.servlets.DoSFilter
-
Deprecated.Priority no longer supported
- getMaxPriority() - Method in class org.eclipse.jetty.ee8.servlets.DoSFilter
-
Deprecated.Priority no longer supported
- getMaxPriority() - Method in class org.eclipse.jetty.ee9.servlets.DoSFilter
-
Deprecated.Priority no longer supported
- getMaxProxyHeader() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory
- getMaxQueueLatency() - Method in class org.eclipse.jetty.util.thread.MonitoredQueuedThreadPool
- getMaxQueueSize() - Method in class org.eclipse.jetty.util.thread.MonitoredQueuedThreadPool
- getMaxRate() - Method in class org.eclipse.jetty.server.AcceptRateLimit
- getMaxRedirects() - Method in class org.eclipse.jetty.client.HttpClient
- getMaxRemoteStreams() - Method in class org.eclipse.jetty.http2.HTTP2Session
- getMaxRequestCount() - Method in class org.eclipse.jetty.server.handler.QoSHandler
- getMaxRequestHeadersSize() - Method in class org.eclipse.jetty.client.HttpClient
- getMaxRequestHeadersSize() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
- getMaxRequestHeadersSize() - Method in class org.eclipse.jetty.http3.HTTP3Configuration
- getMaxRequestMs() - Method in class org.eclipse.jetty.ee10.servlets.DoSFilter
-
Get maximum amount of time (in milliseconds) to allow the request to process.
- getMaxRequestMs() - Method in class org.eclipse.jetty.ee11.servlets.DoSFilter
-
Get maximum amount of time (in milliseconds) to allow the request to process.
- getMaxRequestMs() - Method in class org.eclipse.jetty.ee8.servlets.DoSFilter
-
Get maximum amount of time (in milliseconds) to allow the request to process.
- getMaxRequestMs() - Method in class org.eclipse.jetty.ee9.servlets.DoSFilter
-
Get maximum amount of time (in milliseconds) to allow the request to process.
- getMaxRequests() - Method in class org.eclipse.jetty.ee10.servlets.QoSFilter
-
Deprecated.Get the maximum number of requests allowed to be processed at the same time.
- getMaxRequests() - Method in class org.eclipse.jetty.ee11.servlets.QoSFilter
-
Deprecated.Get the maximum number of requests allowed to be processed at the same time.
- getMaxRequests() - Method in class org.eclipse.jetty.ee8.servlets.QoSFilter
-
Deprecated.Get the maximum number of requests allowed to be processed at the same time.
- getMaxRequests() - Method in class org.eclipse.jetty.ee9.servlets.QoSFilter
-
Deprecated.Get the maximum number of requests allowed to be processed at the same time.
- getMaxRequestsPerSec() - Method in class org.eclipse.jetty.ee10.servlets.DoSFilter
-
Get maximum number of requests from a connection per second.
- getMaxRequestsPerSec() - Method in class org.eclipse.jetty.ee11.servlets.DoSFilter
-
Get maximum number of requests from a connection per second.
- getMaxRequestsPerSec() - Method in class org.eclipse.jetty.ee8.servlets.DoSFilter
-
Get maximum number of requests from a connection per second.
- getMaxRequestsPerSec() - Method in class org.eclipse.jetty.ee9.servlets.DoSFilter
-
Get maximum number of requests from a connection per second.
- getMaxRequestsQueuedPerDestination() - Method in class org.eclipse.jetty.client.HttpClient
- getMaxReservedThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
- getMaxResponseHeaderSize() - Method in class org.eclipse.jetty.server.HttpConfiguration
- getMaxResponseHeadersSize() - Method in class org.eclipse.jetty.client.HttpClient
- getMaxResponseHeadersSize() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
- getMaxResponseHeadersSize() - Method in class org.eclipse.jetty.http3.HTTP3Configuration
- getMaxScanWait(WebAppContext) - Method in class org.eclipse.jetty.ee10.annotations.AnnotationConfiguration
-
Work out how long we should wait for the async scanning to occur.
- getMaxScanWait(WebAppContext) - Method in class org.eclipse.jetty.ee11.annotations.AnnotationConfiguration
-
Work out how long we should wait for the async scanning to occur.
- getMaxScanWait(WebAppContext) - Method in class org.eclipse.jetty.ee8.annotations.AnnotationConfiguration
-
Work out how long we should wait for the async scanning to occur.
- getMaxScanWait(WebAppContext) - Method in class org.eclipse.jetty.ee9.annotations.AnnotationConfiguration
-
Work out how long we should wait for the async scanning to occur.
- getMaxSelectedKeys() - Method in class org.eclipse.jetty.io.ManagedSelector
- getMaxSettingsKeys() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
- getMaxSettingsKeys() - Method in class org.eclipse.jetty.http2.parser.Parser
- getMaxSettingsKeys() - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
- getMaxSize() - Method in class org.eclipse.jetty.http.MultiPartConfig
- getMaxSize() - Method in class org.eclipse.jetty.io.RetainableByteBuffer.DynamicCapacity
- getMaxSize() - Method in class org.eclipse.jetty.util.ConcurrentPool
- getMaxSize() - Method in class org.eclipse.jetty.util.LockedPool
- getMaxSize() - Method in interface org.eclipse.jetty.util.Pool
- getMaxSize() - Method in class org.eclipse.jetty.util.Pool.Wrapper
- getMaxStreams() - Method in class org.eclipse.jetty.quic.api.frames.MaxStreamsFrame
- getMaxStreams() - Method in class org.eclipse.jetty.quic.api.frames.StreamsBlockedFrame
- getMaxStreamWindow() - Method in class org.eclipse.jetty.quic.quiche.QuicheConfig
- getMaxSuspend() - Method in class org.eclipse.jetty.server.handler.QoSHandler
-
Get the max duration of time a request may stay suspended.
- getMaxSuspendedRequestCount() - Method in class org.eclipse.jetty.server.handler.QoSHandler
- getMaxSuspendMillis() - Method in class org.eclipse.jetty.server.handler.jmx.QoSHandlerMBean
- getMaxTableCapacity() - Method in class org.eclipse.jetty.http2.hpack.HpackDecoder
- getMaxTableCapacity() - Method in class org.eclipse.jetty.http2.hpack.HpackEncoder
- getMaxTableCapacity() - Method in class org.eclipse.jetty.http3.qpack.QpackDecoder
- getMaxTableCapacity() - Method in class org.eclipse.jetty.http3.qpack.QpackEncoder
- getMaxTaskLatency() - Method in class org.eclipse.jetty.util.thread.MonitoredQueuedThreadPool
- getMaxTextMessageBufferSize() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketSession
- getMaxTextMessageBufferSize() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketSession
- getMaxTextMessageBufferSize() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketSession
- getMaxTextMessageBufferSize() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketSession
- getMaxTextMessageSize() - Method in class org.eclipse.jetty.ee10.websocket.server.JettyWebSocketServerContainer
- getMaxTextMessageSize() - Method in class org.eclipse.jetty.ee11.websocket.server.JettyWebSocketServerContainer
- getMaxTextMessageSize() - Method in interface org.eclipse.jetty.ee8.websocket.api.WebSocketPolicy
-
Get the maximum size of a text message during parsing.
- getMaxTextMessageSize() - Method in class org.eclipse.jetty.ee8.websocket.client.WebSocketClient
- getMaxTextMessageSize() - Method in class org.eclipse.jetty.ee8.websocket.common.WebSocketSession
- getMaxTextMessageSize() - Method in class org.eclipse.jetty.ee8.websocket.server.JettyWebSocketServerContainer
- getMaxTextMessageSize() - Method in interface org.eclipse.jetty.ee9.websocket.api.WebSocketPolicy
-
Get the maximum size of a text message during parsing.
- getMaxTextMessageSize() - Method in class org.eclipse.jetty.ee9.websocket.client.WebSocketClient
- getMaxTextMessageSize() - Method in class org.eclipse.jetty.ee9.websocket.common.WebSocketSession
- getMaxTextMessageSize() - Method in class org.eclipse.jetty.ee9.websocket.server.JettyWebSocketServerContainer
- getMaxTextMessageSize() - Method in interface org.eclipse.jetty.websocket.api.Configurable
-
Get the maximum size of a text message during parsing.
- getMaxTextMessageSize() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
- getMaxTextMessageSize() - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
- getMaxTextMessageSize() - Method in class org.eclipse.jetty.websocket.core.Configuration.ConfigurationCustomizer
- getMaxTextMessageSize() - Method in interface org.eclipse.jetty.websocket.core.Configuration
- getMaxTextMessageSize() - Method in class org.eclipse.jetty.websocket.core.WebSocketCoreSession
- getMaxTextMessageSize() - Method in class org.eclipse.jetty.websocket.server.ServerWebSocketContainer
- getMaxThreads() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
- getMaxThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
- getMaxThreads() - Method in interface org.eclipse.jetty.util.thread.ThreadPool.SizedThreadPool
- getMaxThreads() - Method in class org.eclipse.jetty.util.thread.VirtualThreadPool
- getMaxTotalLocalStreams() - Method in class org.eclipse.jetty.http2.HTTP2Session
- getMaxUnconsumedRequestContentReads() - Method in class org.eclipse.jetty.server.HttpConfiguration
-
Gets the maximum amount of
HttpStream.read()s that can be done by theHttpStreamif the content is not fully consumed by the application. - getMaxUsage() - Method in class org.eclipse.jetty.client.AbstractConnectionPool
-
Returns the max number of times a pooled connection can be used.
- getMaxUsage() - Method in interface org.eclipse.jetty.client.ConnectionPool.MaxUsable
- getMaxWaitMs() - Method in class org.eclipse.jetty.ee10.servlets.DoSFilter
-
Get maximum amount of time (in milliseconds) the filter will blocking wait for the throttle semaphore.
- getMaxWaitMs() - Method in class org.eclipse.jetty.ee11.servlets.DoSFilter
-
Get maximum amount of time (in milliseconds) the filter will blocking wait for the throttle semaphore.
- getMaxWaitMs() - Method in class org.eclipse.jetty.ee8.servlets.DoSFilter
-
Get maximum amount of time (in milliseconds) the filter will blocking wait for the throttle semaphore.
- getMaxWaitMs() - Method in class org.eclipse.jetty.ee9.servlets.DoSFilter
-
Get maximum amount of time (in milliseconds) the filter will blocking wait for the throttle semaphore.
- getMaxWriteSize() - Method in class org.eclipse.jetty.io.WriteThroughWriter
- getMBeanContainer() - Method in class org.eclipse.jetty.jmx.ObjectMBean
- getMBeanInfo() - Method in class org.eclipse.jetty.jmx.ObjectMBean
- getMBeanInfo() - Method in class org.eclipse.jetty.logging.JettyLoggerFactory
- getMBeanServer() - Method in class org.eclipse.jetty.jmx.MBeanContainer
-
Retrieve instance of MBeanServer used by container
- getMDCAdapter() - Method in class org.eclipse.jetty.logging.JettyLoggingServiceProvider
- getMean() - Method in class org.eclipse.jetty.util.statistic.SampleStatistic
-
Get the average value of the samples recorded, or zero if there are no samples.
- getMediaType() - Method in class org.eclipse.jetty.client.AbstractResponseListener
- getMediaType() - Method in interface org.eclipse.jetty.client.ContentResponse
- getMessage() - Method in enum class org.eclipse.jetty.http.HttpStatus.Code
- getMessage() - Method in class org.eclipse.jetty.rewrite.handler.InvalidURIRule
- getMessage() - Method in class org.eclipse.jetty.rewrite.handler.ResponsePatternRule
- getMessage() - Method in class org.eclipse.jetty.rewrite.handler.ResponseStatusHeaderRegexRule
- getMessage() - Method in exception class org.eclipse.jetty.util.Utf8StringBuilder.Utf8CharacterCodingException
- getMessage(int) - Static method in class org.eclipse.jetty.http.HttpStatus
-
Get the status message for a specific code.
- getMessageAlignColumn() - Method in class org.eclipse.jetty.logging.StdErrAppender
- getMessageHandler() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.RegisteredMessageHandler
- getMessageHandler() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.RegisteredMessageHandler
- getMessageHandler() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.RegisteredMessageHandler
- getMessageHandler() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.RegisteredMessageHandler
- getMessageHandlerMap() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketFrameHandler
- getMessageHandlerMap() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketFrameHandler
- getMessageHandlerMap() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketFrameHandler
- getMessageHandlerMap() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketFrameHandler
- getMessageHandlers() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketFrameHandler
- getMessageHandlers() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketSession
- getMessageHandlers() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketFrameHandler
- getMessageHandlers() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketSession
- getMessageHandlers() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketFrameHandler
- getMessageHandlers() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketSession
- getMessageHandlers() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketFrameHandler
- getMessageHandlers() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketSession
- getMessageLayer() - Method in class org.eclipse.jetty.ee10.security.jaspi.SimpleAuthConfig
-
Deprecated.
- getMessageLayer() - Method in class org.eclipse.jetty.ee11.security.jaspi.SimpleAuthConfig
-
Deprecated.
- getMessageLayer() - Method in class org.eclipse.jetty.ee8.security.jaspi.SimpleAuthConfig
-
Deprecated.
- getMessageLayer() - Method in class org.eclipse.jetty.ee9.security.jaspi.SimpleAuthConfig
-
Deprecated.
- getMessagesIn() - Method in class org.eclipse.jetty.http2.HTTP2Connection
- getMessagesIn() - Method in class org.eclipse.jetty.io.AbstractConnection
- getMessagesIn() - Method in interface org.eclipse.jetty.io.Connection
- getMessagesIn() - Method in class org.eclipse.jetty.websocket.core.WebSocketConnection
- getMessagesOut() - Method in class org.eclipse.jetty.http2.HTTP2Connection
- getMessagesOut() - Method in class org.eclipse.jetty.io.AbstractConnection
- getMessagesOut() - Method in interface org.eclipse.jetty.io.Connection
- getMessagesOut() - Method in class org.eclipse.jetty.websocket.core.WebSocketConnection
- getMessageTimeout() - Method in class org.eclipse.jetty.websocket.core.OutgoingEntry
- getMetadata(Class) - Method in class org.eclipse.jetty.ee8.websocket.common.JettyWebSocketFrameHandlerFactory
- getMetadata(Class) - Method in class org.eclipse.jetty.ee9.websocket.common.JettyWebSocketFrameHandlerFactory
- getMetadata(Class) - Method in class org.eclipse.jetty.websocket.common.JettyWebSocketFrameHandlerFactory
- getMetadata(Class, EndpointConfig) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.client.JakartaWebSocketClientFrameHandlerFactory
- getMetadata(Class, EndpointConfig) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketFrameHandlerFactory
- getMetadata(Class, EndpointConfig) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.server.JakartaWebSocketServerFrameHandlerFactory
- getMetadata(Class, EndpointConfig) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.client.JakartaWebSocketClientFrameHandlerFactory
- getMetadata(Class, EndpointConfig) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketFrameHandlerFactory
- getMetadata(Class, EndpointConfig) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.server.JakartaWebSocketServerFrameHandlerFactory
- getMetadata(Class, EndpointConfig) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.client.JakartaWebSocketClientFrameHandlerFactory
- getMetadata(Class, EndpointConfig) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketFrameHandlerFactory
- getMetadata(Class, EndpointConfig) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.server.JakartaWebSocketServerFrameHandlerFactory
- getMetadata(Class, EndpointConfig) - Method in class org.eclipse.jetty.ee8.websocket.javax.client.JavaxWebSocketClientFrameHandlerFactory
- getMetadata(Class, EndpointConfig) - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketFrameHandlerFactory
- getMetadata(Class, EndpointConfig) - Method in class org.eclipse.jetty.ee8.websocket.javax.server.JavaxWebSocketServerFrameHandlerFactory
- getMetaData() - Method in class org.eclipse.jetty.ee10.webapp.WebAppContext
- getMetaData() - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
- getMetaData() - Method in class org.eclipse.jetty.ee8.nested.Request
- getMetaData() - Method in class org.eclipse.jetty.ee8.webapp.WebAppContext
- getMetaData() - Method in class org.eclipse.jetty.ee9.nested.Request
- getMetaData() - Method in class org.eclipse.jetty.ee9.webapp.WebAppContext
- getMetaData() - Method in class org.eclipse.jetty.http.HttpTester.Message
- getMetaData() - Method in class org.eclipse.jetty.http.HttpTester.Request
- getMetaData() - Method in class org.eclipse.jetty.http.HttpTester.Response
- getMetaData() - Method in class org.eclipse.jetty.http2.frames.HeadersFrame
- getMetaData() - Method in class org.eclipse.jetty.http2.frames.PushPromiseFrame
- getMetaData() - Method in class org.eclipse.jetty.http3.frames.HeadersFrame
- getMetaDataComplete() - Method in class org.eclipse.jetty.ee10.webapp.WebDescriptor
- getMetaDataComplete() - Method in class org.eclipse.jetty.ee11.webapp.WebDescriptor
- getMetaDataComplete() - Method in class org.eclipse.jetty.ee8.webapp.WebDescriptor
- getMetaDataComplete() - Method in class org.eclipse.jetty.ee9.webapp.WebDescriptor
- getMetaInfContainerBundlePatternAttributeName() - Method in class org.eclipse.jetty.osgi.AbstractEEActivator
- getMethod() - Method in interface org.eclipse.jetty.client.Request
- getMethod() - Method in interface org.eclipse.jetty.client.Socks5.Authentication.Factory
- getMethod() - Method in class org.eclipse.jetty.client.Socks5.NoAuthenticationFactory
- getMethod() - Method in class org.eclipse.jetty.client.Socks5.UsernamePasswordAuthenticationFactory
- getMethod() - Method in class org.eclipse.jetty.client.transport.HttpRequest
- getMethod() - Method in class org.eclipse.jetty.ee10.servlet.security.ConstraintMapping
- getMethod() - Method in class org.eclipse.jetty.ee10.servlet.ServletApiRequest
- getMethod() - Method in class org.eclipse.jetty.ee10.servlet.ServletCoreRequest
- getMethod() - Method in class org.eclipse.jetty.ee10.servlet.ServletRequestHttpWrapper
- getMethod() - Method in class org.eclipse.jetty.ee11.servlet.security.ConstraintMapping
- getMethod() - Method in class org.eclipse.jetty.ee11.servlet.ServletApiRequest
- getMethod() - Method in class org.eclipse.jetty.ee11.servlet.ServletCoreRequest
- getMethod() - Method in class org.eclipse.jetty.ee11.servlet.ServletRequestHttpWrapper
- getMethod() - Method in class org.eclipse.jetty.ee8.nested.PushBuilderImpl
- getMethod() - Method in class org.eclipse.jetty.ee8.nested.Request
- getMethod() - Method in class org.eclipse.jetty.ee8.nested.ServletCoreRequest
- getMethod() - Method in class org.eclipse.jetty.ee8.nested.ServletRequestHttpWrapper
- getMethod() - Method in class org.eclipse.jetty.ee8.security.ConstraintMapping
- getMethod() - Method in interface org.eclipse.jetty.ee8.websocket.api.UpgradeRequest
-
The HTTP method for this Upgrade Request.
- getMethod() - Method in class org.eclipse.jetty.ee8.websocket.client.ClientUpgradeRequest
- getMethod() - Method in class org.eclipse.jetty.ee8.websocket.client.impl.DelegatedJettyClientUpgradeRequest
- getMethod() - Method in class org.eclipse.jetty.ee9.nested.PushBuilderImpl
- getMethod() - Method in class org.eclipse.jetty.ee9.nested.Request
- getMethod() - Method in class org.eclipse.jetty.ee9.nested.ServletCoreRequest
- getMethod() - Method in class org.eclipse.jetty.ee9.nested.ServletRequestHttpWrapper
- getMethod() - Method in class org.eclipse.jetty.ee9.security.ConstraintMapping
- getMethod() - Method in interface org.eclipse.jetty.ee9.websocket.api.UpgradeRequest
-
The HTTP method for this Upgrade Request.
- getMethod() - Method in class org.eclipse.jetty.ee9.websocket.client.ClientUpgradeRequest
- getMethod() - Method in class org.eclipse.jetty.ee9.websocket.client.impl.DelegatedJettyClientUpgradeRequest
- getMethod() - Method in class org.eclipse.jetty.http.HttpTester.Request
- getMethod() - Method in class org.eclipse.jetty.http.MetaData.Request
- getMethod() - Method in interface org.eclipse.jetty.server.Request
- getMethod() - Method in class org.eclipse.jetty.server.Request.Wrapper
- getMethod() - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
- getMethod() - Method in interface org.eclipse.jetty.websocket.api.UpgradeRequest
-
The HTTP method for this Upgrade Request.
- getMethod() - Method in class org.eclipse.jetty.websocket.client.ClientUpgradeRequest
- getMethod() - Method in class org.eclipse.jetty.websocket.core.client.CoreClientUpgradeRequest
- getMethodHolder() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketMessageMetadata
- getMethodHolder() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketMessageMetadata
- getMethodHolder() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketMessageMetadata
- getMethodHolder() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketMessageMetadata
- getMethodHolder() - Method in class org.eclipse.jetty.websocket.core.messages.AbstractMessageSink
-
Get the application function.
- getMethodIncludeExclude() - Method in class org.eclipse.jetty.ee8.nested.BufferedResponseHandler
- getMethodIncludeExclude() - Method in class org.eclipse.jetty.ee9.nested.BufferedResponseHandler
- getMethodName() - Method in class org.eclipse.jetty.annotations.AnnotationParser.MethodInfo
- getMethodName() - Method in class org.eclipse.jetty.plus.annotation.LifeCycleCallback
- getMethodOmissions() - Method in class org.eclipse.jetty.ee10.servlet.security.ConstraintMapping
- getMethodOmissions() - Method in class org.eclipse.jetty.ee11.servlet.security.ConstraintMapping
- getMethodOmissions() - Method in class org.eclipse.jetty.ee8.security.ConstraintMapping
- getMethodOmissions() - Method in class org.eclipse.jetty.ee9.security.ConstraintMapping
- getMicro() - Method in class org.eclipse.jetty.util.JavaVersion
-
Returns the micro number version (aka security number), such as
0for JDK 1.8.0_92 and4for JDK 9.2.4. - getMimeByExtension(String) - Method in class org.eclipse.jetty.http.MimeTypes
-
Get the MIME type by filename extension.
- getMimeForExtension(String) - Method in class org.eclipse.jetty.http.MimeTypes
- getMimeIncludeExclude() - Method in class org.eclipse.jetty.ee8.nested.BufferedResponseHandler
- getMimeIncludeExclude() - Method in class org.eclipse.jetty.ee9.nested.BufferedResponseHandler
- getMimeMap() - Method in class org.eclipse.jetty.http.MimeTypes
- getMimeType() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextResponse
- getMimeType() - Method in class org.eclipse.jetty.ee11.servlet.ServletContextResponse
- getMimeType() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory.CachedHttpContent
- getMimeType() - Method in class org.eclipse.jetty.http.content.CachingHttpContentFactory.NotFoundHttpContent
- getMimeType() - Method in interface org.eclipse.jetty.http.content.HttpContent
-
Get the Mime type of this HTTP content.
- getMimeType() - Method in class org.eclipse.jetty.http.content.HttpContent.Wrapper
- getMimeType() - Method in class org.eclipse.jetty.http.content.PreCompressedHttpContent
- getMimeType() - Method in class org.eclipse.jetty.http.content.ResourceHttpContent
- getMimeType(String) - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler.ServletContextApi
- getMimeType(String) - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler.ServletContextApi
- getMimeType(String) - Method in class org.eclipse.jetty.ee8.nested.ContextHandler.APIContext
- getMimeType(String) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
- getMimeTypeAsStringFromContentType(HttpField) - Static method in class org.eclipse.jetty.http.MimeTypes
- getMimeTypeFromContentType(HttpField) - Static method in class org.eclipse.jetty.http.MimeTypes
- getMimeTypes() - Method in class org.eclipse.jetty.ee8.nested.ContextHandler
- getMimeTypes() - Method in class org.eclipse.jetty.ee8.nested.ResourceHandler
- getMimeTypes() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
- getMimeTypes() - Method in class org.eclipse.jetty.ee9.nested.ResourceHandler
- getMimeTypes() - Method in interface org.eclipse.jetty.server.Context
- getMimeTypes() - Method in class org.eclipse.jetty.server.Context.Wrapper
- getMimeTypes() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getMimeTypes() - Method in class org.eclipse.jetty.server.handler.ContextHandler.ScopedContext
- getMimeTypes() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
- getMimeTypes() - Method in class org.eclipse.jetty.server.Server
- getMinCapacity() - Method in class org.eclipse.jetty.io.ArrayByteBufferPool
- getMinCompressSize() - Method in class org.eclipse.jetty.compression.Compression
- getMinGzipSize() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Deprecated.Get the minimum size, in bytes, that a response
Content-Lengthmust be before compression will trigger. - getMinInputBufferSpace() - Method in class org.eclipse.jetty.quic.common.QuicConfiguration
- getMinInputBufferSpace() - Method in class org.eclipse.jetty.server.HttpConfiguration
- getMinMappedFileSize() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
- getMinor() - Method in class org.eclipse.jetty.util.JavaVersion
-
Returns the minor number version, such as
8for JDK 1.8.0_92 and2for JDK 9.2.4. - getMinorVersion() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler.ServletContextApi
- getMinorVersion() - Method in class org.eclipse.jetty.ee10.webapp.WebDescriptor
- getMinorVersion() - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler.ServletContextApi
- getMinorVersion() - Method in class org.eclipse.jetty.ee11.webapp.WebDescriptor
- getMinorVersion() - Method in class org.eclipse.jetty.ee8.nested.ContextHandler.APIContext
- getMinorVersion() - Method in class org.eclipse.jetty.ee8.webapp.WebDescriptor
- getMinorVersion() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
- getMinorVersion() - Method in class org.eclipse.jetty.ee9.webapp.WebDescriptor
- getMinRequestDataRate() - Method in class org.eclipse.jetty.server.HttpConfiguration
- getMinResponseDataRate() - Method in class org.eclipse.jetty.server.HttpConfiguration
- getMinRetainSize() - Method in class org.eclipse.jetty.io.RetainableByteBuffer.DynamicCapacity
- getMinThreads() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
- getMinThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
- getMinThreads() - Method in interface org.eclipse.jetty.util.thread.ThreadPool.SizedThreadPool
- getModuleLocation(Class) - Static method in class org.eclipse.jetty.util.TypeUtil
- getMonitoredConnectors() - Method in class org.eclipse.jetty.server.LowResourceMonitor
- getMonitoredOrServerConnectors() - Method in class org.eclipse.jetty.server.LowResourceMonitor
- getMonitorThreads() - Method in class org.eclipse.jetty.server.LowResourceMonitor
- getMultiPartCompliance() - Method in class org.eclipse.jetty.http.MultiPartConfig
- getMultiPartCompliance() - Method in class org.eclipse.jetty.server.HttpConfiguration
- getMultipartConfig() - Method in class org.eclipse.jetty.ee8.servlet.ServletHolder.Registration
- getMultipartConfig() - Method in class org.eclipse.jetty.ee9.servlet.ServletHolder.Registration
- getMultiPartConfig(Request, Path) - Static method in interface org.eclipse.jetty.server.Request
-
Get a
MultiPartConfig.Buildergiven aRequestand a location. - getMultipartConfigElement() - Method in class org.eclipse.jetty.ee10.servlet.ServletHolder
- getMultipartConfigElement() - Method in class org.eclipse.jetty.ee10.servlet.ServletHolder.Registration
- getMultipartConfigElement() - Method in class org.eclipse.jetty.ee11.servlet.ServletHolder
- getMultipartConfigElement() - Method in class org.eclipse.jetty.ee11.servlet.ServletHolder.Registration
- getMutableValues() - Method in class org.eclipse.jetty.http.QuotedCSV
- getMyExpiredSessionsStatement(Connection, SessionContext, long) - Method in class org.eclipse.jetty.session.JDBCSessionDataStore.SessionTableSchema
- getName() - Method in class org.eclipse.jetty.client.ContinueProtocolHandler
- getName() - Method in class org.eclipse.jetty.client.EarlyHintsProtocolHandler
- getName() - Method in class org.eclipse.jetty.client.HttpClient
- getName() - Method in class org.eclipse.jetty.client.ProcessingProtocolHandler
- getName() - Method in interface org.eclipse.jetty.client.ProtocolHandler
-
Get a unique name among protocol handlers.
- getName() - Method in class org.eclipse.jetty.client.ProxyAuthenticationProtocolHandler
- getName() - Method in class org.eclipse.jetty.client.RedirectProtocolHandler
- getName() - Method in class org.eclipse.jetty.client.UpgradeProtocolHandler
- getName() - Method in class org.eclipse.jetty.client.WWWAuthenticationProtocolHandler
- getName() - Method in class org.eclipse.jetty.compression.brotli.BrotliCompression
- getName() - Method in class org.eclipse.jetty.compression.Compression
- getName() - Method in class org.eclipse.jetty.compression.gzip.GzipCompression
- getName() - Method in class org.eclipse.jetty.compression.zstandard.ZstandardCompression
- getName() - Method in class org.eclipse.jetty.ee.webapp.WebAppClassLoader
-
Get the name of the classloader.
- getName() - Method in class org.eclipse.jetty.ee10.servlet.Holder
- getName() - Method in class org.eclipse.jetty.ee10.servlet.Holder.HolderRegistration
- getName() - Method in class org.eclipse.jetty.ee10.servlet.SessionHandler.CookieConfig
- getName() - Method in class org.eclipse.jetty.ee10.servlet.Source
-
Get the name.
- getName() - Method in class org.eclipse.jetty.ee10.servlets.DoSFilter
-
The unique name of the filter when there is more than one DosFilter instance.
- getName() - Method in class org.eclipse.jetty.ee10.webapp.FragmentDescriptor
- getName() - Method in class org.eclipse.jetty.ee10.webapp.MetaData.OriginInfo
- getName() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketExtension
- getName() - Method in class org.eclipse.jetty.ee11.servlet.Holder
- getName() - Method in class org.eclipse.jetty.ee11.servlet.Holder.HolderRegistration
- getName() - Method in class org.eclipse.jetty.ee11.servlet.SessionHandler.CookieConfig
- getName() - Method in class org.eclipse.jetty.ee11.servlet.Source
-
Get the name.
- getName() - Method in class org.eclipse.jetty.ee11.servlets.DoSFilter
-
The unique name of the filter when there is more than one DosFilter instance.
- getName() - Method in class org.eclipse.jetty.ee11.webapp.FragmentDescriptor
- getName() - Method in class org.eclipse.jetty.ee11.webapp.MetaData.OriginInfo
- getName() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketExtension
- getName() - Method in class org.eclipse.jetty.ee8.nested.MultiPartFormInputStream.MultiPart
- getName() - Method in class org.eclipse.jetty.ee8.nested.MultiPartInputStreamLegacyParser.MultiPart
-
Deprecated.
- getName() - Method in class org.eclipse.jetty.ee8.nested.Response.HttpCookieFacade
- getName() - Method in class org.eclipse.jetty.ee8.nested.ServletConstraint
- getName() - Method in class org.eclipse.jetty.ee8.nested.SessionHandler.CookieConfig
- getName() - Method in interface org.eclipse.jetty.ee8.nested.UserIdentityScope
- getName() - Method in class org.eclipse.jetty.ee8.security.SecurityHandler.NotChecked
- getName() - Method in class org.eclipse.jetty.ee8.security.SpnegoUserPrincipal
- getName() - Method in class org.eclipse.jetty.ee8.servlet.Holder
- getName() - Method in class org.eclipse.jetty.ee8.servlet.Holder.HolderRegistration
- getName() - Method in class org.eclipse.jetty.ee8.servlet.Source
-
Get the name.
- getName() - Method in class org.eclipse.jetty.ee8.servlets.DoSFilter
-
The unique name of the filter when there is more than one DosFilter instance.
- getName() - Method in class org.eclipse.jetty.ee8.webapp.FragmentDescriptor
- getName() - Method in class org.eclipse.jetty.ee8.webapp.MetaData.OriginInfo
- getName() - Method in interface org.eclipse.jetty.ee8.websocket.api.ExtensionConfig
- getName() - Method in class org.eclipse.jetty.ee8.websocket.common.JettyExtensionConfig
- getName() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketExtension
- getName() - Method in class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream.MultiPart
- getName() - Method in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser.MultiPart
-
Deprecated.
- getName() - Method in class org.eclipse.jetty.ee9.nested.Response.HttpCookieFacade
- getName() - Method in class org.eclipse.jetty.ee9.nested.ServletConstraint
- getName() - Method in class org.eclipse.jetty.ee9.nested.SessionHandler.CookieConfig
- getName() - Method in interface org.eclipse.jetty.ee9.nested.UserIdentityScope
- getName() - Method in class org.eclipse.jetty.ee9.security.SecurityHandler.NotChecked
- getName() - Method in class org.eclipse.jetty.ee9.security.SpnegoUserPrincipal
- getName() - Method in class org.eclipse.jetty.ee9.servlet.Holder
- getName() - Method in class org.eclipse.jetty.ee9.servlet.Holder.HolderRegistration
- getName() - Method in class org.eclipse.jetty.ee9.servlet.Source
-
Get the name.
- getName() - Method in class org.eclipse.jetty.ee9.servlets.DoSFilter
-
The unique name of the filter when there is more than one DosFilter instance.
- getName() - Method in class org.eclipse.jetty.ee9.webapp.FragmentDescriptor
- getName() - Method in class org.eclipse.jetty.ee9.webapp.MetaData.OriginInfo
- getName() - Method in interface org.eclipse.jetty.ee9.websocket.api.ExtensionConfig
- getName() - Method in class org.eclipse.jetty.ee9.websocket.common.JettyExtensionConfig
- getName() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketExtension
- getName() - Method in interface org.eclipse.jetty.http.ComplianceViolation
- getName() - Method in interface org.eclipse.jetty.http.ComplianceViolation.Mode
- getName() - Method in class org.eclipse.jetty.http.CookieCompliance
- getName() - Method in enum class org.eclipse.jetty.http.CookieCompliance.Violation
- getName() - Method in class org.eclipse.jetty.http.HttpCompliance
- getName() - Method in enum class org.eclipse.jetty.http.HttpCompliance.Violation
- getName() - Method in interface org.eclipse.jetty.http.HttpCookie
- getName() - Method in class org.eclipse.jetty.http.HttpCookie.Immutable
- getName() - Method in class org.eclipse.jetty.http.HttpCookie.JavaNetHttpCookie
- getName() - Method in class org.eclipse.jetty.http.HttpCookie.Wrapper
- getName() - Method in class org.eclipse.jetty.http.HttpField
-
Get the field name.
- getName() - Method in class org.eclipse.jetty.http.MultiPart.AbstractPartsListener
- getName() - Method in class org.eclipse.jetty.http.MultiPart.Part
-
Returns the name of this part, as specified by the
HttpHeader.CONTENT_DISPOSITION'snameparameter. - getName() - Method in class org.eclipse.jetty.http.MultiPartCompliance
- getName() - Method in enum class org.eclipse.jetty.http.MultiPartCompliance.Violation
- getName() - Method in class org.eclipse.jetty.http.UriCompliance
- getName() - Method in enum class org.eclipse.jetty.http.UriCompliance.Violation
- getName() - Method in class org.eclipse.jetty.io.ConnectionStatistics.Stats
- getName() - Method in class org.eclipse.jetty.jndi.NamingContext
-
Getter for _name
- getName() - Method in class org.eclipse.jetty.logging.JettyLogger
- getName() - Method in class org.eclipse.jetty.rewrite.handler.CookiePatternRule
-
Get the response cookie name.
- getName() - Method in class org.eclipse.jetty.security.AbstractLoginService
- getName() - Method in class org.eclipse.jetty.security.AnyUserLoginService
- getName() - Method in class org.eclipse.jetty.security.Constraint.Builder
- getName() - Method in interface org.eclipse.jetty.security.Constraint
- getName() - Method in class org.eclipse.jetty.security.EmptyLoginService
- getName() - Method in class org.eclipse.jetty.security.jaas.JAASLoginService
-
Get the name of the realm.
- getName() - Method in class org.eclipse.jetty.security.jaas.JAASPrincipal
- getName() - Method in class org.eclipse.jetty.security.jaas.JAASUserPrincipal
-
Get the name identifying the user
- getName() - Method in interface org.eclipse.jetty.security.LoginService
- getName() - Method in class org.eclipse.jetty.security.openid.OpenIdLoginService
- getName() - Method in class org.eclipse.jetty.security.openid.OpenIdUserPrincipal
- getName() - Method in class org.eclipse.jetty.security.RolePrincipal
- getName() - Method in class org.eclipse.jetty.security.SecurityHandler.NotChecked
- getName() - Method in class org.eclipse.jetty.security.SPNEGOLoginService
- getName() - Method in class org.eclipse.jetty.security.SPNEGOUserPrincipal
- getName() - Method in class org.eclipse.jetty.security.UserPrincipal
- getName() - Method in class org.eclipse.jetty.server.AbstractConnector
- getName() - Method in interface org.eclipse.jetty.server.Connector
-
Get the connector name if set.
- getName() - Method in class org.eclipse.jetty.server.Server
- getName() - Method in class org.eclipse.jetty.util.ClassMatcher.Entry
- getName() - Method in interface org.eclipse.jetty.util.component.Environment
- getName() - Method in class org.eclipse.jetty.util.Fields.Field
- getName() - Method in class org.eclipse.jetty.util.resource.CombinedResource
- getName() - Method in class org.eclipse.jetty.util.resource.MemoryResource
- getName() - Method in class org.eclipse.jetty.util.resource.MountedPathResource
- getName() - Method in class org.eclipse.jetty.util.resource.PathResource
- getName() - Method in class org.eclipse.jetty.util.resource.Resource
-
The full name of the resource.
- getName() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
- getName() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
- getName() - Method in class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler
- getName() - Method in class org.eclipse.jetty.util.thread.VirtualThreadPool
- getName() - Method in interface org.eclipse.jetty.websocket.api.ExtensionConfig
- getName() - Method in class org.eclipse.jetty.websocket.common.JettyExtensionConfig
- getName() - Method in class org.eclipse.jetty.websocket.core.AbstractExtension
- getName() - Method in interface org.eclipse.jetty.websocket.core.Extension
-
The
Sec-WebSocket-Extensionsname for this extension. - getName() - Method in class org.eclipse.jetty.websocket.core.ExtensionConfig
- getName() - Method in class org.eclipse.jetty.websocket.core.util.InvokerUtils.Arg
- getName() - Method in class org.eclipse.jetty.xml.XmlParser.Attribute
- getNamedDispatcher(String) - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler.ServletContextApi
- getNamedDispatcher(String) - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler.ServletContextApi
- getNamedDispatcher(String) - Method in class org.eclipse.jetty.ee8.nested.ContextHandler.APIContext
- getNamedDispatcher(String) - Method in class org.eclipse.jetty.ee8.servlet.ServletContextHandler.ServletAPIContext
- getNamedDispatcher(String) - Method in class org.eclipse.jetty.ee9.nested.ContextHandler.APIContext
- getNamedDispatcher(String) - Method in class org.eclipse.jetty.ee9.servlet.ServletContextHandler.ServletAPIContext
- getNamedFragmentDescriptors() - Method in class org.eclipse.jetty.ee10.webapp.MetaData
- getNamedFragmentDescriptors() - Method in class org.eclipse.jetty.ee11.webapp.MetaData
- getNamedFragmentDescriptors() - Method in class org.eclipse.jetty.ee8.webapp.MetaData
- getNamedFragmentDescriptors() - Method in class org.eclipse.jetty.ee9.webapp.MetaData
- getNamedTemplateVariables() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketFrameHandlerMetadata
- getNamedTemplateVariables() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketFrameHandlerMetadata
- getNamedTemplateVariables() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketFrameHandlerMetadata
- getNamedTemplateVariables() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketFrameHandlerMetadata
- getNamedVirtualThreadsExecutor(String) - Static method in class org.eclipse.jetty.util.VirtualThreads
-
Get a virtual threads
Executorthat names the virtual threads according to the provided name prefix. - getNameForScope(Object) - Static method in class org.eclipse.jetty.plus.jndi.NamingEntryUtil
- getNameInNamespace() - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
- getNameInNamespace() - Method in class org.eclipse.jetty.jndi.local.localContextRoot
- getNameInNamespace() - Method in class org.eclipse.jetty.jndi.NamingContext
-
Get the full name of this Context node by visiting it's ancestors back to root.
- getNameOfJspClass(String) - Method in class org.eclipse.jetty.ee10.servlet.ServletHolder
- getNameOfJspClass(String) - Method in class org.eclipse.jetty.ee11.servlet.ServletHolder
- getNameOfJspClass(String) - Method in class org.eclipse.jetty.ee8.servlet.ServletHolder
- getNameOfJspClass(String) - Method in class org.eclipse.jetty.ee9.servlet.ServletHolder
- getNameParser(String) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
- getNameParser(String) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
- getNameParser(String) - Method in class org.eclipse.jetty.jndi.NamingContext
-
Return a NameParser for this Context.
- getNameParser(Name) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
- getNameParser(Name) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
- getNameParser(Name) - Method in class org.eclipse.jetty.jndi.NamingContext
-
Return a NameParser for this Context.
- getNames() - Method in class org.eclipse.jetty.util.Fields
- getNamingEntryNameInScope() - Method in class org.eclipse.jetty.plus.jndi.NamingEntry
- getNeedClientAuth() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.Server
- getNegotiatedExtensions() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketSession
- getNegotiatedExtensions() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketSession
- getNegotiatedExtensions() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketSession
- getNegotiatedExtensions() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketSession
- getNegotiatedExtensions() - Method in class org.eclipse.jetty.websocket.core.CoreSession.Empty
- getNegotiatedExtensions() - Method in interface org.eclipse.jetty.websocket.core.CoreSession
-
The negotiated WebSocket Extension Configurations for this session.
- getNegotiatedExtensions() - Method in class org.eclipse.jetty.websocket.core.ExtensionStack
-
Get the list of negotiated extensions, each entry being a full "name; params" extension configuration
- getNegotiatedExtensions() - Method in class org.eclipse.jetty.websocket.core.WebSocketCoreSession
- getNegotiatedExtensions(List, List) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.server.config.ContainerDefaultConfigurator
- getNegotiatedExtensions(List, List) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.server.config.ContainerDefaultConfigurator
- getNegotiatedExtensions(List, List) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.server.config.ContainerDefaultConfigurator
- getNegotiatedExtensions(List, List) - Method in class org.eclipse.jetty.ee8.websocket.javax.server.config.ContainerDefaultConfigurator
- getNegotiatedProtocol() - Method in class org.eclipse.jetty.quic.quiche.foreign.ForeignQuicheConnection
- getNegotiatedProtocol() - Method in class org.eclipse.jetty.quic.quiche.jna.JnaQuicheConnection
- getNegotiatedProtocol() - Method in class org.eclipse.jetty.quic.quiche.Quiche
- getNegotiatedProtocol() - Method in class org.eclipse.jetty.quic.quiche.QuicheSession
- getNegotiatedProtocols() - Method in class org.eclipse.jetty.server.NegotiatingServerConnectionFactory
- getNegotiatedSubprotocol() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketSession
- getNegotiatedSubprotocol() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketSession
- getNegotiatedSubprotocol() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketSession
- getNegotiatedSubprotocol() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketSession
- getNegotiatedSubprotocol(List, List) - Method in class org.eclipse.jetty.ee10.websocket.jakarta.server.config.ContainerDefaultConfigurator
- getNegotiatedSubprotocol(List, List) - Method in class org.eclipse.jetty.ee11.websocket.jakarta.server.config.ContainerDefaultConfigurator
- getNegotiatedSubprotocol(List, List) - Method in class org.eclipse.jetty.ee8.websocket.javax.server.config.ContainerDefaultConfigurator
- getNegotiatedSubprotocol(List, List) - Method in class org.eclipse.jetty.ee9.websocket.jakarta.server.config.ContainerDefaultConfigurator
- getNegotiatedSubProtocol() - Method in class org.eclipse.jetty.websocket.core.CoreSession.Empty
- getNegotiatedSubProtocol() - Method in interface org.eclipse.jetty.websocket.core.CoreSession
- getNegotiatedSubProtocol() - Method in class org.eclipse.jetty.websocket.core.WebSocketCoreSession
- getNestedResourceForTempDirName() - Method in class org.eclipse.jetty.ee8.nested.ContextHandler
- getNestedResourceForTempDirName() - Method in class org.eclipse.jetty.ee8.webapp.WebAppContext
- getNestedResourceForTempDirName() - Method in class org.eclipse.jetty.ee9.nested.ContextHandler
- getNestedResourceForTempDirName() - Method in class org.eclipse.jetty.ee9.webapp.WebAppContext
- getNestedValue(Document, String) - Static method in class org.eclipse.jetty.nosql.mongodb.MongoUtils
-
Dig through a given dbObject for the nested value
- getNetworkConnectionCount() - Method in class org.eclipse.jetty.server.NetworkConnectionLimit
- getNetworkTrafficListener() - Method in class org.eclipse.jetty.server.NetworkTrafficServerConnector
-
Get the listener.
- getNextIncoming() - Method in class org.eclipse.jetty.websocket.core.AbstractExtension
- getNextIncoming() - Method in class org.eclipse.jetty.websocket.core.ExtensionStack
- getNextInterceptor() - Method in class org.eclipse.jetty.ee8.nested.HttpChannel
- getNextInterceptor() - Method in interface org.eclipse.jetty.ee8.nested.HttpOutput.Interceptor
- getNextInterceptor() - Method in class org.eclipse.jetty.ee9.nested.HttpChannel
- getNextInterceptor() - Method in interface org.eclipse.jetty.ee9.nested.HttpOutput.Interceptor
- getNextOutgoing() - Method in class org.eclipse.jetty.websocket.core.AbstractExtension
- getNextOutgoing() - Method in class org.eclipse.jetty.websocket.core.ExtensionStack
- getNextProtocol() - Method in class org.eclipse.jetty.server.SslConnectionFactory
- getNoBucketDirectAcquires() - Method in class org.eclipse.jetty.io.ArrayByteBufferPool
- getNoBucketHeapAcquires() - Method in class org.eclipse.jetty.io.ArrayByteBufferPool
- getNonComplianceWarnings() - Method in class org.eclipse.jetty.ee8.nested.MultiPartFormInputStream
- getNonComplianceWarnings() - Method in class org.eclipse.jetty.ee8.nested.MultiPartInputStreamLegacyParser
-
Deprecated.
- getNonComplianceWarnings() - Method in class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream
- getNonComplianceWarnings() - Method in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser
-
Deprecated.
- getNonExcludedInitializers(AnnotationConfiguration.State) - Method in class org.eclipse.jetty.ee10.annotations.AnnotationConfiguration
-
Get SCIs that are not excluded from consideration
- getNonExcludedInitializers(AnnotationConfiguration.State) - Method in class org.eclipse.jetty.ee11.annotations.AnnotationConfiguration
-
Get SCIs that are not excluded from consideration
- getNonExcludedInitializers(WebAppContext) - Method in class org.eclipse.jetty.ee8.annotations.AnnotationConfiguration
-
Get SCIs that are not excluded from consideration
- getNonExcludedInitializers(WebAppContext) - Method in class org.eclipse.jetty.ee9.annotations.AnnotationConfiguration
-
Get SCIs that are not excluded from consideration
- getNumberType() - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
- getNumberType(Class) - Static method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
- getNumSessions() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.SessionTracker
- getNumSessions() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.SessionTracker
- getNumSessions() - Method in class org.eclipse.jetty.ee8.websocket.common.SessionTracker
- getNumSessions() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.SessionTracker
- getNumSessions() - Method in class org.eclipse.jetty.ee9.websocket.common.SessionTracker
- getNumSessions() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.SessionTracker
- getNumSessions() - Method in class org.eclipse.jetty.websocket.common.SessionTracker
- getObject() - Method in class org.eclipse.jetty.security.jaas.callback.ObjectCallback
- getObjectContextBasis() - Method in class org.eclipse.jetty.client.jmx.HttpClientMBean
- getObjectContextBasis() - Method in class org.eclipse.jetty.client.transport.jmx.HttpDestinationMBean
- getObjectContextBasis() - Method in class org.eclipse.jetty.ee8.nested.jmx.ContextHandlerMBean
- getObjectContextBasis() - Method in class org.eclipse.jetty.ee9.nested.jmx.ContextHandlerMBean
- getObjectContextBasis() - Method in class org.eclipse.jetty.jmx.ObjectMBean
-
Allows to customize the ObjectName property
context. - getObjectContextBasis() - Method in class org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean
- getObjectContextBasis() - Method in class org.eclipse.jetty.server.jmx.AbstractConnectorMBean
- getObjectContextBasis() - Method in class org.eclipse.jetty.server.jmx.ServerMBean
- getObjectFactory() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler
-
The DecoratedObjectFactory for use by IoC containers (weld / spring / etc)
- getObjectFactory() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketContainer
- getObjectFactory() - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler
-
The DecoratedObjectFactory for use by IoC containers (weld / spring / etc)
- getObjectFactory() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketContainer
- getObjectFactory() - Method in class org.eclipse.jetty.ee8.servlet.ServletContextHandler
-
The DecoratedObjectFactory for use by IoC containers (weld / spring / etc)
- getObjectFactory() - Method in class org.eclipse.jetty.ee8.websocket.client.WebSocketClient
- getObjectFactory() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketContainer
- getObjectFactory() - Method in class org.eclipse.jetty.ee9.servlet.ServletContextHandler
-
The DecoratedObjectFactory for use by IoC containers (weld / spring / etc)
- getObjectFactory() - Method in class org.eclipse.jetty.ee9.websocket.client.WebSocketClient
- getObjectFactory() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketContainer
- getObjectFactory() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
- getObjectFactory() - Method in class org.eclipse.jetty.websocket.core.client.WebSocketCoreClient
- getObjectFactory() - Method in class org.eclipse.jetty.websocket.core.WebSocketComponents
- getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.eclipse.jetty.ee10.jndi.factories.MailSessionReference
-
Create a jakarta.mail.Session instance based on the information passed in the Reference
- getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.eclipse.jetty.ee11.jndi.factories.MailSessionReference
-
Create a jakarta.mail.Session instance based on the information passed in the Reference
- getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.eclipse.jetty.ee8.jndi.factories.MailSessionReference
-
Create a javax.mail.Session instance based on the information passed in the Reference
- getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.eclipse.jetty.ee9.jndi.factories.MailSessionReference
-
Create a jakarta.mail.Session instance based on the information passed in the Reference
- getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.eclipse.jetty.jndi.ContextFactory
-
Find or create a context which pertains to a classloader.
- getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.eclipse.jetty.jndi.java.javaURLContextFactory
-
Either return a new context or the resolution of a url.
- getObjectName() - Method in class org.eclipse.jetty.jmx.ConnectorServer
-
Get the ObjectName of this ConnectorServer.
- getObjectName() - Method in class org.eclipse.jetty.jmx.ObjectMBean
-
Allows to customize the ObjectName of this MBean.
- getObjectNameBasis() - Method in class org.eclipse.jetty.client.jmx.HttpClientMBean
- getObjectNameBasis() - Method in class org.eclipse.jetty.ee10.servlet.jmx.FilterMappingMBean
- getObjectNameBasis() - Method in class org.eclipse.jetty.ee10.servlet.jmx.HolderMBean
- getObjectNameBasis() - Method in class org.eclipse.jetty.ee10.servlet.jmx.ServletMappingMBean
- getObjectNameBasis() - Method in class org.eclipse.jetty.ee11.servlet.jmx.FilterMappingMBean
- getObjectNameBasis() - Method in class org.eclipse.jetty.ee11.servlet.jmx.HolderMBean
- getObjectNameBasis() - Method in class org.eclipse.jetty.ee11.servlet.jmx.ServletMappingMBean
- getObjectNameBasis() - Method in class org.eclipse.jetty.ee8.nested.jmx.ContextHandlerMBean
- getObjectNameBasis() - Method in class org.eclipse.jetty.ee8.servlet.jmx.FilterMappingMBean
- getObjectNameBasis() - Method in class org.eclipse.jetty.ee8.servlet.jmx.HolderMBean
- getObjectNameBasis() - Method in class org.eclipse.jetty.ee8.servlet.jmx.ServletMappingMBean
- getObjectNameBasis() - Method in class org.eclipse.jetty.ee9.nested.jmx.ContextHandlerMBean
- getObjectNameBasis() - Method in class org.eclipse.jetty.ee9.servlet.jmx.FilterMappingMBean
- getObjectNameBasis() - Method in class org.eclipse.jetty.ee9.servlet.jmx.HolderMBean
- getObjectNameBasis() - Method in class org.eclipse.jetty.ee9.servlet.jmx.ServletMappingMBean
- getObjectNameBasis() - Method in class org.eclipse.jetty.jmx.ObjectMBean
-
Allows to customize the ObjectName property
name. - getObjectNameBasis() - Method in class org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean
- getObjectNameBasis() - Method in class org.eclipse.jetty.server.jmx.AbstractConnectorMBean
- getObjectNameBasis() - Method in class org.eclipse.jetty.server.jmx.ServerMBean
- getOcspResponderURL() - Method in class org.eclipse.jetty.util.security.CertificateValidator
- getOcspResponderURL() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- getOffset() - Method in class org.eclipse.jetty.quic.api.frames.CryptoFrame
- getOffset() - Method in class org.eclipse.jetty.quic.api.frames.DataBlockedFrame
- getOffset() - Method in class org.eclipse.jetty.quic.api.frames.StreamDataBlockedFrame
- getOffset() - Method in class org.eclipse.jetty.quic.api.frames.StreamFrame
- getOldest(TimeUnit) - Method in class org.eclipse.jetty.util.statistic.RateStatistic
- getOmittedMethods(String) - Method in class org.eclipse.jetty.ee10.servlet.security.ConstraintSecurityHandler
-
Given a string of the form
<method>.<method>.omissionsplit out the individual method names. - getOmittedMethods(String) - Method in class org.eclipse.jetty.ee11.servlet.security.ConstraintSecurityHandler
-
Given a string of the form
<method>.<method>.omissionsplit out the individual method names. - getOmittedMethods(String) - Method in class org.eclipse.jetty.ee8.security.ConstraintSecurityHandler
-
Given a string of the form
<method>.<method>.omissionsplit out the individual method names. - getOmittedMethods(String) - Method in class org.eclipse.jetty.ee9.security.ConstraintSecurityHandler
-
Given a string of the form
<method>.<method>.omissionsplit out the individual method names. - getOpCode() - Method in interface org.eclipse.jetty.ee8.websocket.api.Frame
- getOpCode() - Method in enum class org.eclipse.jetty.ee8.websocket.api.Frame.Type
- getOpCode() - Method in class org.eclipse.jetty.ee8.websocket.common.JettyWebSocketFrame
- getOpCode() - Method in interface org.eclipse.jetty.ee9.websocket.api.Frame
- getOpCode() - Method in enum class org.eclipse.jetty.ee9.websocket.api.Frame.Type
- getOpCode() - Method in class org.eclipse.jetty.ee9.websocket.common.JettyWebSocketFrame
- getOpCode() - Method in interface org.eclipse.jetty.websocket.api.Frame
- getOpCode() - Method in enum class org.eclipse.jetty.websocket.api.Frame.Type
- getOpCode() - Method in class org.eclipse.jetty.websocket.common.JettyWebSocketFrame
- getOpCode() - Method in class org.eclipse.jetty.websocket.core.Frame
- getOpCode(byte) - Static method in class org.eclipse.jetty.websocket.core.OpCode
- getOpenHandle() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketFrameHandlerMetadata
- getOpenHandle() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketFrameHandlerMetadata
- getOpenHandle() - Method in class org.eclipse.jetty.ee8.websocket.common.JettyWebSocketFrameHandlerMetadata
- getOpenHandle() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketFrameHandlerMetadata
- getOpenHandle() - Method in class org.eclipse.jetty.ee9.websocket.common.JettyWebSocketFrameHandlerMetadata
- getOpenHandle() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketFrameHandlerMetadata
- getOpenHandle() - Method in class org.eclipse.jetty.websocket.common.JettyWebSocketFrameHandlerMetadata
- getOpenSessions() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketContainer
-
Used in
Session.getOpenSessions() - getOpenSessions() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketSession
- getOpenSessions() - Method in class org.eclipse.jetty.ee10.websocket.server.JettyWebSocketServerContainer
- getOpenSessions() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketContainer
-
Used in
Session.getOpenSessions() - getOpenSessions() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketSession
- getOpenSessions() - Method in class org.eclipse.jetty.ee11.websocket.server.JettyWebSocketServerContainer
- getOpenSessions() - Method in interface org.eclipse.jetty.ee8.websocket.api.WebSocketContainer
-
Get the collection of open Sessions being tracked by this container
- getOpenSessions() - Method in class org.eclipse.jetty.ee8.websocket.client.WebSocketClient
- getOpenSessions() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketContainer
-
Used in
Session.getOpenSessions() - getOpenSessions() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketSession
- getOpenSessions() - Method in class org.eclipse.jetty.ee8.websocket.server.JettyWebSocketServerContainer
- getOpenSessions() - Method in interface org.eclipse.jetty.ee9.websocket.api.WebSocketContainer
-
Get the collection of open Sessions being tracked by this container
- getOpenSessions() - Method in class org.eclipse.jetty.ee9.websocket.client.WebSocketClient
- getOpenSessions() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketContainer
-
Used in
Session.getOpenSessions() - getOpenSessions() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketSession
- getOpenSessions() - Method in class org.eclipse.jetty.ee9.websocket.server.JettyWebSocketServerContainer
- getOpenSessions() - Method in interface org.eclipse.jetty.websocket.api.WebSocketContainer
-
Get the collection of open Sessions being tracked by this container
- getOpenSessions() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
- getOpenSessions() - Method in class org.eclipse.jetty.websocket.server.ServerWebSocketContainer
- getOrCreateSession(ServletRequest) - Static method in class org.eclipse.jetty.ee9.nested.SessionHandler.ServletSessionApi
- getOrCreateSession(ServletRequest) - Static method in class org.eclipse.jetty.ee8.nested.SessionHandler.ServletSessionApi
- getOrdering() - Method in class org.eclipse.jetty.ee10.webapp.FragmentDescriptor
- getOrdering() - Method in class org.eclipse.jetty.ee10.webapp.MetaData
- getOrdering() - Method in class org.eclipse.jetty.ee10.webapp.WebDescriptor
- getOrdering() - Method in class org.eclipse.jetty.ee11.webapp.FragmentDescriptor
- getOrdering() - Method in class org.eclipse.jetty.ee11.webapp.MetaData
- getOrdering() - Method in class org.eclipse.jetty.ee11.webapp.WebDescriptor
- getOrdering() - Method in class org.eclipse.jetty.ee8.webapp.FragmentDescriptor
- getOrdering() - Method in class org.eclipse.jetty.ee8.webapp.MetaData
- getOrdering() - Method in class org.eclipse.jetty.ee8.webapp.WebDescriptor
- getOrdering() - Method in class org.eclipse.jetty.ee9.webapp.FragmentDescriptor
- getOrdering() - Method in class org.eclipse.jetty.ee9.webapp.MetaData
- getOrdering() - Method in class org.eclipse.jetty.ee9.webapp.WebDescriptor
- getOrigin() - Method in interface org.eclipse.jetty.client.Destination
- getOrigin() - Method in class org.eclipse.jetty.client.ProxyConfiguration.Proxy
- getOrigin() - Method in class org.eclipse.jetty.client.transport.HttpDestination
- getOrigin() - Method in class org.eclipse.jetty.client.transport.jmx.HttpDestinationMBean
- getOrigin() - Method in class org.eclipse.jetty.ee10.servlet.Source
-
Get the origin.
- getOrigin() - Method in class org.eclipse.jetty.ee11.servlet.Source
-
Get the origin.
- getOrigin() - Method in class org.eclipse.jetty.ee8.servlet.Source
-
Get the origin.
- getOrigin() - Method in interface org.eclipse.jetty.ee8.websocket.api.UpgradeRequest
-
The WebSocket Origin of this Upgrade Request
- getOrigin() - Method in class org.eclipse.jetty.ee8.websocket.client.ClientUpgradeRequest
- getOrigin() - Method in class org.eclipse.jetty.ee8.websocket.client.impl.DelegatedJettyClientUpgradeRequest
- getOrigin() - Method in class org.eclipse.jetty.ee9.servlet.Source
-
Get the origin.
- getOrigin() - Method in interface org.eclipse.jetty.ee9.websocket.api.UpgradeRequest
-
The WebSocket Origin of this Upgrade Request
- getOrigin() - Method in class org.eclipse.jetty.ee9.websocket.client.ClientUpgradeRequest
- getOrigin() - Method in class org.eclipse.jetty.ee9.websocket.client.impl.DelegatedJettyClientUpgradeRequest
- getOrigin() - Method in interface org.eclipse.jetty.websocket.api.UpgradeRequest
-
The WebSocket Origin of this Upgrade Request
- getOrigin() - Method in class org.eclipse.jetty.websocket.client.ClientUpgradeRequest
- getOrigin(String) - Method in class org.eclipse.jetty.ee10.webapp.MetaData
- getOrigin(String) - Method in class org.eclipse.jetty.ee11.webapp.MetaData
- getOrigin(String) - Method in class org.eclipse.jetty.ee8.webapp.MetaData
- getOrigin(String) - Method in class org.eclipse.jetty.ee9.webapp.MetaData
- getOriginalPathAttribute() - Method in class org.eclipse.jetty.fcgi.proxy.FastCGIProxyHandler
- getOriginalPathAttribute() - Method in class org.eclipse.jetty.rewrite.handler.RewriteHandler
- getOriginalPathAttribute() - Method in class org.eclipse.jetty.rewrite.handler.RuleContainer
- getOriginalPathAttribute() - Method in class org.eclipse.jetty.server.handler.TryPathsHandler
-
Get the attribute name of the original request path.
- getOriginalQueryAttribute() - Method in class org.eclipse.jetty.fcgi.proxy.FastCGIProxyHandler
- getOriginalQueryAttribute() - Method in class org.eclipse.jetty.server.handler.TryPathsHandler
-
Get the attribute name of the original request query.
- getOriginalResponse(Response) - Static method in interface org.eclipse.jetty.server.Response
-
Unwraps the given response until the innermost wrapped response instance.
- getOriginalURI() - Method in class org.eclipse.jetty.ee8.nested.Request
- getOriginalURI() - Method in class org.eclipse.jetty.ee9.nested.Request
- getOriginAttribute() - Method in class org.eclipse.jetty.ee10.quickstart.QuickStartGeneratorConfiguration
-
Get the originAttribute.
- getOriginAttribute() - Method in class org.eclipse.jetty.ee11.quickstart.QuickStartGeneratorConfiguration
-
Get the originAttribute.
- getOriginAttribute() - Method in class org.eclipse.jetty.ee8.quickstart.QuickStartGeneratorConfiguration
-
Get the originAttribute.
- getOriginAttribute() - Method in class org.eclipse.jetty.ee9.quickstart.QuickStartGeneratorConfiguration
-
Get the originAttribute.
- getOriginDescriptor(String) - Method in class org.eclipse.jetty.ee10.webapp.MetaData
- getOriginDescriptor(String) - Method in class org.eclipse.jetty.ee11.webapp.MetaData
- getOriginDescriptor(String) - Method in class org.eclipse.jetty.ee8.webapp.MetaData
- getOriginDescriptor(String) - Method in class org.eclipse.jetty.ee9.webapp.MetaData
- getOriginInfo(String) - Method in class org.eclipse.jetty.ee10.webapp.MetaData
- getOriginInfo(String) - Method in class org.eclipse.jetty.ee11.webapp.MetaData
- getOriginInfo(String) - Method in class org.eclipse.jetty.ee8.webapp.MetaData
- getOriginInfo(String) - Method in class org.eclipse.jetty.ee9.webapp.MetaData
- getOrigins() - Method in class org.eclipse.jetty.ee10.webapp.MetaData
- getOrigins() - Method in class org.eclipse.jetty.ee11.webapp.MetaData
- getOrigins() - Method in class org.eclipse.jetty.ee8.webapp.MetaData
- getOrigins() - Method in class org.eclipse.jetty.ee9.webapp.MetaData
- getOriginType() - Method in class org.eclipse.jetty.ee10.webapp.MetaData.OriginInfo
- getOriginType() - Method in class org.eclipse.jetty.ee11.webapp.MetaData.OriginInfo
- getOriginType() - Method in class org.eclipse.jetty.ee8.webapp.MetaData.OriginInfo
- getOriginType() - Method in class org.eclipse.jetty.ee9.webapp.MetaData.OriginInfo
- getOrThrow() - Method in class org.eclipse.jetty.util.FuturePromise
-
Return the result if completed successfully or in the case of failure, throw the Exception/Error, or an ExecutionException wrapping the cause if it is neither an Exception or Error.
- getOtherType() - Method in class org.eclipse.jetty.ee10.webapp.FragmentDescriptor
- getOtherType() - Method in class org.eclipse.jetty.ee11.webapp.FragmentDescriptor
- getOtherType() - Method in class org.eclipse.jetty.ee8.webapp.FragmentDescriptor
- getOtherType() - Method in class org.eclipse.jetty.ee9.webapp.FragmentDescriptor
- getOut() - Method in class org.eclipse.jetty.util.MultiPartOutputStream
- getOutput() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
- getOutputAggregationSize() - Method in class org.eclipse.jetty.server.HttpConfiguration
- getOutputBufferSize() - Method in class org.eclipse.jetty.ee10.websocket.server.JettyWebSocketServerContainer
- getOutputBufferSize() - Method in class org.eclipse.jetty.ee11.websocket.server.JettyWebSocketServerContainer
- getOutputBufferSize() - Method in interface org.eclipse.jetty.ee8.websocket.api.WebSocketPolicy
-
The output (write to network layer) buffer size.
- getOutputBufferSize() - Method in class org.eclipse.jetty.ee8.websocket.client.WebSocketClient
- getOutputBufferSize() - Method in class org.eclipse.jetty.ee8.websocket.common.WebSocketSession
- getOutputBufferSize() - Method in class org.eclipse.jetty.ee8.websocket.server.JettyWebSocketServerContainer
- getOutputBufferSize() - Method in interface org.eclipse.jetty.ee9.websocket.api.WebSocketPolicy
-
The output (write to network layer) buffer size.
- getOutputBufferSize() - Method in class org.eclipse.jetty.ee9.websocket.client.WebSocketClient
- getOutputBufferSize() - Method in class org.eclipse.jetty.ee9.websocket.common.WebSocketSession
- getOutputBufferSize() - Method in class org.eclipse.jetty.ee9.websocket.server.JettyWebSocketServerContainer
- getOutputBufferSize() - Method in class org.eclipse.jetty.http3.HTTP3Configuration
- getOutputBufferSize() - Method in class org.eclipse.jetty.quic.common.QuicConfiguration
- getOutputBufferSize() - Method in class org.eclipse.jetty.server.HttpConfiguration
- getOutputBufferSize() - Method in interface org.eclipse.jetty.websocket.api.Configurable
-
The output (write to network layer) buffer size.
- getOutputBufferSize() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
- getOutputBufferSize() - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
- getOutputBufferSize() - Method in class org.eclipse.jetty.websocket.core.Configuration.ConfigurationCustomizer
- getOutputBufferSize() - Method in interface org.eclipse.jetty.websocket.core.Configuration
- getOutputBufferSize() - Method in class org.eclipse.jetty.websocket.core.WebSocketCoreSession
- getOutputBufferSize() - Method in class org.eclipse.jetty.websocket.server.ServerWebSocketContainer
- getOutputFilePrefix() - Method in class org.eclipse.jetty.ee10.proxy.AfterContentTransformer
- getOutputFilePrefix() - Method in class org.eclipse.jetty.ee11.proxy.AfterContentTransformer
- getOutputFilePrefix() - Method in class org.eclipse.jetty.ee8.proxy.AfterContentTransformer
- getOutputFilePrefix() - Method in class org.eclipse.jetty.ee9.proxy.AfterContentTransformer
- getOutputStream() - Method in class org.eclipse.jetty.ee10.proxy.AfterContentTransformer.Sink
- getOutputStream() - Method in class org.eclipse.jetty.ee10.servlet.ServletApiResponse
- getOutputStream() - Method in class org.eclipse.jetty.ee11.proxy.AfterContentTransformer.Sink
- getOutputStream() - Method in class org.eclipse.jetty.ee11.servlet.ServletApiResponse
- getOutputStream() - Method in class org.eclipse.jetty.ee8.nested.DebugHandler
-
Get the out.
- getOutputStream() - Method in class org.eclipse.jetty.ee8.nested.Response
- getOutputStream() - Method in class org.eclipse.jetty.ee8.proxy.AfterContentTransformer.Sink
- getOutputStream() - Method in class org.eclipse.jetty.ee9.nested.DebugHandler
-
Get the out.
- getOutputStream() - Method in class org.eclipse.jetty.ee9.nested.Response
- getOutputStream() - Method in class org.eclipse.jetty.ee9.proxy.AfterContentTransformer.Sink
- getOutputStream() - Method in class org.eclipse.jetty.io.content.OutputStreamContentSource
- getOutputStream() - Method in class org.eclipse.jetty.server.handler.DebugHandler
-
Get the out.
- getOutputString() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
- getOutputString(Charset) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
- getOutputType() - Method in interface org.eclipse.jetty.ee10.servlet.ServletContextHandler.ServletResponseInfo
- getOutputType() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextResponse
- getOutputType() - Method in interface org.eclipse.jetty.ee11.servlet.ServletContextHandler.ServletResponseInfo
- getOutputType() - Method in class org.eclipse.jetty.ee11.servlet.ServletContextResponse
- getOverflowDirectory() - Method in class org.eclipse.jetty.ee10.proxy.AfterContentTransformer
-
Returns the directory where input and output are overflown to temporary files if they exceed, respectively, the
max input sizeor themax output size. - getOverflowDirectory() - Method in class org.eclipse.jetty.ee11.proxy.AfterContentTransformer
-
Returns the directory where input and output are overflown to temporary files if they exceed, respectively, the
max input sizeor themax output size. - getOverflowDirectory() - Method in class org.eclipse.jetty.ee8.proxy.AfterContentTransformer
-
Returns the directory where input and output are overflown to temporary files if they exceed, respectively, the
max input sizeor themax output size. - getOverflowDirectory() - Method in class org.eclipse.jetty.ee9.proxy.AfterContentTransformer
-
Returns the directory where input and output are overflown to temporary files if they exceed, respectively, the
max input sizeor themax output size. - getOverrideDescriptor() - Method in class org.eclipse.jetty.ee10.webapp.WebAppContext
-
The override descriptor is a web.xml format file that is applied to the context after the standard WEB-INF/web.xml
- getOverrideDescriptor() - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
-
The override descriptor is a web.xml format file that is applied to the context after the standard WEB-INF/web.xml
- getOverrideDescriptor() - Method in class org.eclipse.jetty.ee8.webapp.WebAppContext
-
The override descriptor is a web.xml format file that is applied to the context after the standard WEB-INF/web.xml
- getOverrideDescriptor() - Method in class org.eclipse.jetty.ee9.webapp.WebAppContext
-
The override descriptor is a web.xml format file that is applied to the context after the standard WEB-INF/web.xml
- getOverrideDescriptors() - Method in class org.eclipse.jetty.ee10.webapp.MetaData
- getOverrideDescriptors() - Method in class org.eclipse.jetty.ee10.webapp.WebAppContext
-
An override descriptor is a web.xml format file that is applied to the context after the standard WEB-INF/web.xml
- getOverrideDescriptors() - Method in class org.eclipse.jetty.ee11.webapp.MetaData
- getOverrideDescriptors() - Method in class org.eclipse.jetty.ee11.webapp.WebAppContext
-
An override descriptor is a web.xml format file that is applied to the context after the standard WEB-INF/web.xml
- getOverrideDescriptors() - Method in class org.eclipse.jetty.ee8.webapp.MetaData
- getOverrideDescriptors() - Method in class org.eclipse.jetty.ee8.webapp.WebAppContext
-
An override descriptor is a web.xml format file that is applied to the context after the standard WEB-INF/web.xml
- getOverrideDescriptors() - Method in class org.eclipse.jetty.ee9.webapp.MetaData
- getOverrideDescriptors() - Method in class org.eclipse.jetty.ee9.webapp.WebAppContext
-
An override descriptor is a web.xml format file that is applied to the context after the standard WEB-INF/web.xml
- getPackageOfJspClass(String) - Method in class org.eclipse.jetty.ee10.servlet.ServletHolder
- getPackageOfJspClass(String) - Method in class org.eclipse.jetty.ee11.servlet.ServletHolder
- getPackageOfJspClass(String) - Method in class org.eclipse.jetty.ee8.servlet.ServletHolder
- getPackageOfJspClass(String) - Method in class org.eclipse.jetty.ee9.servlet.ServletHolder
- getPaddingLength() - Method in class org.eclipse.jetty.fcgi.parser.HeaderParser
- getPageEncoding() - Method in class org.eclipse.jetty.ee10.servlet.ServletContextHandler.JspPropertyGroup
- getPageEncoding() - Method in class org.eclipse.jetty.ee11.servlet.ServletContextHandler.JspPropertyGroup
- getPageEncoding() - Method in class org.eclipse.jetty.ee8.servlet.ServletContextHandler.JspPropertyGroup
- getPageEncoding() - Method in class org.eclipse.jetty.ee9.servlet.ServletContextHandler.JspPropertyGroup
- getParam() - Method in interface org.eclipse.jetty.http.HttpURI
-
Get a URI path parameter.
- getParam() - Method in class org.eclipse.jetty.http.HttpURI.Immutable
- getParam() - Method in class org.eclipse.jetty.http.HttpURI.Mutable
- getParamArg(Method, Class, int) - Method in interface org.eclipse.jetty.websocket.core.util.InvokerUtils.ParamIdentifier
- getParamClass() - Method in class org.eclipse.jetty.plus.annotation.Injection
- getParameter(String) - Method in class org.eclipse.jetty.client.Authentication.HeaderInfo
- getParameter(String) - Method in class org.eclipse.jetty.ee10.servlet.Dispatcher.ParameterRequestWrapper
- getParameter(String) - Method in class org.eclipse.jetty.ee10.servlet.ServletApiRequest
- getParameter(String) - Method in class org.eclipse.jetty.ee11.servlet.Dispatcher.ParameterRequestWrapper
- getParameter(String) - Method in class org.eclipse.jetty.ee11.servlet.ServletApiRequest
- getParameter(String) - Method in class org.eclipse.jetty.ee8.nested.Request
- getParameter(String) - Method in class org.eclipse.jetty.ee9.nested.Request
- getParameter(String) - Method in interface org.eclipse.jetty.security.Authenticator.Configuration
-
Get a SecurityHandler init parameter
- getParameter(String) - Method in class org.eclipse.jetty.security.Authenticator.Configuration.Wrapper
- getParameter(String) - Method in class org.eclipse.jetty.security.SecurityHandler
- getParameter(String, int) - Method in interface org.eclipse.jetty.ee8.websocket.api.ExtensionConfig
- getParameter(String, int) - Method in class org.eclipse.jetty.ee8.websocket.common.JettyExtensionConfig
- getParameter(String, int) - Method in interface org.eclipse.jetty.ee9.websocket.api.ExtensionConfig
- getParameter(String, int) - Method in class org.eclipse.jetty.ee9.websocket.common.JettyExtensionConfig
- getParameter(String, int) - Method in interface org.eclipse.jetty.websocket.api.ExtensionConfig
- getParameter(String, int) - Method in class org.eclipse.jetty.websocket.common.JettyExtensionConfig
- getParameter(String, int) - Method in class org.eclipse.jetty.websocket.core.ExtensionConfig
- getParameter(String, String) - Method in interface org.eclipse.jetty.ee8.websocket.api.ExtensionConfig
- getParameter(String, String) - Method in class org.eclipse.jetty.ee8.websocket.common.JettyExtensionConfig
- getParameter(String, String) - Method in interface org.eclipse.jetty.ee9.websocket.api.ExtensionConfig
- getParameter(String, String) - Method in class org.eclipse.jetty.ee9.websocket.common.JettyExtensionConfig
- getParameter(String, String) - Method in interface org.eclipse.jetty.websocket.api.ExtensionConfig
- getParameter(String, String) - Method in class org.eclipse.jetty.websocket.common.JettyExtensionConfig
- getParameter(String, String) - Method in class org.eclipse.jetty.websocket.core.ExtensionConfig
- getParameterizedName() - Method in interface org.eclipse.jetty.ee8.websocket.api.ExtensionConfig
- getParameterizedName() - Method in class org.eclipse.jetty.ee8.websocket.common.JettyExtensionConfig
- getParameterizedName() - Method in interface org.eclipse.jetty.ee9.websocket.api.ExtensionConfig
- getParameterizedName() - Method in class org.eclipse.jetty.ee9.websocket.common.JettyExtensionConfig
- getParameterizedName() - Method in interface org.eclipse.jetty.websocket.api.ExtensionConfig
- getParameterizedName() - Method in class org.eclipse.jetty.websocket.common.JettyExtensionConfig
- getParameterizedName() - Method in class org.eclipse.jetty.websocket.core.ExtensionConfig
- getParameterizedNameWithoutInternalParams() - Method in class org.eclipse.jetty.websocket.core.ExtensionConfig
- getParameterKeys() - Method in interface org.eclipse.jetty.ee8.websocket.api.ExtensionConfig
- getParameterKeys() - Method in class org.eclipse.jetty.ee8.websocket.common.JettyExtensionConfig
- getParameterKeys() - Method in interface org.eclipse.jetty.ee9.websocket.api.ExtensionConfig
- getParameterKeys() - Method in class org.eclipse.jetty.ee9.websocket.common.JettyExtensionConfig
- getParameterKeys() - Method in interface org.eclipse.jetty.websocket.api.ExtensionConfig
- getParameterKeys() - Method in class org.eclipse.jetty.websocket.common.JettyExtensionConfig
- getParameterKeys() - Method in class org.eclipse.jetty.websocket.core.ExtensionConfig
- getParameterMap() - Method in class org.eclipse.jetty.ee10.servlet.Dispatcher.ParameterRequestWrapper
- getParameterMap() - Method in class org.eclipse.jetty.ee10.servlet.ServletApiRequest
- getParameterMap() - Method in class org.eclipse.jetty.ee11.servlet.Dispatcher.ParameterRequestWrapper
- getParameterMap() - Method in class org.eclipse.jetty.ee11.servlet.ServletApiRequest
- getParameterMap() - Method in class org.eclipse.jetty.ee8.nested.Request
- getParameterMap() - Method in interface org.eclipse.jetty.ee8.websocket.api.UpgradeRequest
-
Returns a map of the query parameters of the request.
- getParameterMap() - Method in class org.eclipse.jetty.ee8.websocket.client.ClientUpgradeRequest
- getParameterMap() - Method in class org.eclipse.jetty.ee8.websocket.client.impl.DelegatedJettyClientUpgradeRequest
- getParameterMap() - Method in class org.eclipse.jetty.ee9.nested.Request
- getParameterMap() - Method in interface org.eclipse.jetty.ee9.websocket.api.UpgradeRequest
-
Returns a map of the query parameters of the request.
- getParameterMap() - Method in class org.eclipse.jetty.ee9.websocket.client.ClientUpgradeRequest
- getParameterMap() - Method in class org.eclipse.jetty.ee9.websocket.client.impl.DelegatedJettyClientUpgradeRequest
- getParameterMap() - Method in interface org.eclipse.jetty.websocket.api.UpgradeRequest
-
Returns a map of the query parameters of the request.
- getParameterMap() - Method in class org.eclipse.jetty.websocket.client.ClientUpgradeRequest
- getParameterMap() - Method in class org.eclipse.jetty.websocket.core.CoreSession.Empty
- getParameterMap() - Method in interface org.eclipse.jetty.websocket.core.CoreSession
-
The parameter map (from URI Query) for the active session.
- getParameterMap() - Method in class org.eclipse.jetty.websocket.core.Negotiated
- getParameterMap() - Method in class org.eclipse.jetty.websocket.core.WebSocketCoreSession
- getParameterName() - Method in class org.eclipse.jetty.security.jaas.callback.RequestParameterCallback
- getParameterNames() - Method in class org.eclipse.jetty.ee10.servlet.Dispatcher.ParameterRequestWrapper
- getParameterNames() - Method in class org.eclipse.jetty.ee10.servlet.ServletApiRequest
- getParameterNames() - Method in class org.eclipse.jetty.ee11.servlet.Dispatcher.ParameterRequestWrapper
- getParameterNames() - Method in class org.eclipse.jetty.ee11.servlet.ServletApiRequest
- getParameterNames() - Method in class org.eclipse.jetty.ee8.nested.Request
- getParameterNames() - Method in class org.eclipse.jetty.ee9.nested.Request
- getParameterNames() - Method in interface org.eclipse.jetty.security.Authenticator.Configuration
-
Get a SecurityHandler init parameter names
- getParameterNames() - Method in class org.eclipse.jetty.security.Authenticator.Configuration.Wrapper
- getParameterNames() - Method in class org.eclipse.jetty.security.SecurityHandler
- getParameters() - Method in class org.eclipse.jetty.client.Authentication.HeaderInfo
- getParameters() - Method in class org.eclipse.jetty.ee10.servlet.Dispatcher.ParameterRequestWrapper
- getParameters() - Method in class org.eclipse.jetty.ee10.servlet.ServletApiRequest
- getParameters() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.JakartaWebSocketExtension
- getParameters() - Method in class org.eclipse.jetty.ee11.servlet.Dispatcher.ParameterRequestWrapper
- getParameters() - Method in class org.eclipse.jetty.ee11.servlet.ServletApiRequest
- getParameters() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.JakartaWebSocketExtension
- getParameters() - Method in interface org.eclipse.jetty.ee8.websocket.api.ExtensionConfig
-
Return parameters found in request URI.
- getParameters() - Method in class org.eclipse.jetty.ee8.websocket.common.JettyExtensionConfig
-
Return parameters found in request URI.
- getParameters() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketExtension
- getParameters() - Method in interface org.eclipse.jetty.ee9.websocket.api.ExtensionConfig
-
Return parameters found in request URI.
- getParameters() - Method in class org.eclipse.jetty.ee9.websocket.common.JettyExtensionConfig
-
Return parameters found in request URI.
- getParameters() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.JakartaWebSocketExtension
- getParameters() - Method in interface org.eclipse.jetty.websocket.api.ExtensionConfig
-
Return parameters found in request URI.
- getParameters() - Method in class org.eclipse.jetty.websocket.common.JettyExtensionConfig
-
Return parameters found in request URI.
- getParameters() - Method in class org.eclipse.jetty.websocket.core.ExtensionConfig
-
Return parameters found in request URI.
- getParameters(Request) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator
- getParameters(Request) - Method in class org.eclipse.jetty.security.openid.OpenIdAuthenticator
- getParameters(Request) - Method in class org.eclipse.jetty.security.siwe.EthereumAuthenticator
- getParameters(Request) - Static method in interface org.eclipse.jetty.server.Request
- getParametersAsync(Request) - Static method in interface org.eclipse.jetty.server.Request
-
Deprecated, for removal: This API element is subject to removal in a future version.use
Request.onParameters(Request, Promise.Invocable)instead. - getParameterValues() - Method in class org.eclipse.jetty.security.jaas.callback.RequestParameterCallback
- getParameterValues(String) - Method in class org.eclipse.jetty.ee10.servlet.Dispatcher.ParameterRequestWrapper
- getParameterValues(String) - Method in class org.eclipse.jetty.ee10.servlet.ServletApiRequest
- getParameterValues(String) - Method in class org.eclipse.jetty.ee11.servlet.Dispatcher.ParameterRequestWrapper
- getParameterValues(String) - Method in class org.eclipse.jetty.ee11.servlet.ServletApiRequest
- getParameterValues(String) - Method in class org.eclipse.jetty.ee8.nested.Request
- getParameterValues(String) - Method in class org.eclipse.jetty.ee9.nested.Request
- getParams() - Method in interface org.eclipse.jetty.client.Request
- getParams() - Method in class org.eclipse.jetty.client.transport.HttpRequest
- getParent() - Method in class org.eclipse.jetty.jndi.NamingContext
-
Getter for _parent
- getParent() - Method in class org.eclipse.jetty.xml.XmlParser.Node
- getParentStreamId() - Method in class org.eclipse.jetty.http2.frames.PriorityFrame
- getParsedParts() - Method in class org.eclipse.jetty.ee8.nested.MultiPartInputStreamLegacyParser
-
Deprecated.Get the already parsed parts.
- getParsedParts() - Method in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser
-
Deprecated.Get the already parsed parts.
- getParser() - Method in class org.eclipse.jetty.http2.HTTP2Session
- getParser(boolean) - Static method in class org.eclipse.jetty.ee10.webapp.WebDescriptor
-
Get a parser for parsing web descriptor content.
- getParser(boolean) - Static method in class org.eclipse.jetty.ee11.webapp.WebDescriptor
-
Get a parser for parsing web descriptor content.
- getParser(boolean) - Static method in class org.eclipse.jetty.ee8.webapp.WebDescriptor
-
Get a parser for parsing web descriptor content.
- getParser(boolean) - Static method in class org.eclipse.jetty.ee9.webapp.WebDescriptor
-
Get a parser for parsing web descriptor content.
- getParserListener() - Method in class org.eclipse.jetty.http2.parser.Parser.Listener.Wrapper
- getParserListener() - Method in class org.eclipse.jetty.http2.parser.ServerParser.Listener.Wrapper
- getParserListener() - Method in class org.eclipse.jetty.http3.HTTP3Session
- getParserListener() - Method in class org.eclipse.jetty.http3.parser.BodyParser
- getPart(String) - Method in class org.eclipse.jetty.ee10.servlet.ServletApiRequest
- getPart(String) - Method in class org.eclipse.jetty.ee10.servlet.ServletMultiPartFormData.Parts
- getPart(String) - Method in class org.eclipse.jetty.ee10.servlet.ServletRequestHttpWrapper
- getPart(String) - Method in class org.eclipse.jetty.ee11.servlet.ServletApiRequest
- getPart(String) - Method in class org.eclipse.jetty.ee11.servlet.ServletMultiPartFormData.Parts
- getPart(String) - Method in class org.eclipse.jetty.ee11.servlet.ServletRequestHttpWrapper
- getPart(String) - Method in class org.eclipse.jetty.ee8.nested.MultiPartFormInputStream
-
Get the named Part.
- getPart(String) - Method in class org.eclipse.jetty.ee8.nested.MultiPartInputStreamLegacyParser
-
Deprecated.Get the named Part.
- getPart(String) - Method in class org.eclipse.jetty.ee8.nested.Request
- getPart(String) - Method in class org.eclipse.jetty.ee8.nested.ServletRequestHttpWrapper
- getPart(String) - Method in class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream
-
Get the named Part.
- getPart(String) - Method in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser
-
Deprecated.Get the named Part.
- getPart(String) - Method in class org.eclipse.jetty.ee9.nested.Request
- getPart(String) - Method in class org.eclipse.jetty.ee9.nested.ServletRequestHttpWrapper
- getPartHeadersMaxLength() - Method in class org.eclipse.jetty.http.MultiPart.AbstractContentSource
- getPartHeadersMaxLength() - Method in class org.eclipse.jetty.http.MultiPart.Parser
- getPartHeadersMaxLength() - Method in class org.eclipse.jetty.http.MultiPartFormData.Parser
- getParts() - Method in class org.eclipse.jetty.ee10.servlet.ServletApiRequest
- getParts() - Method in class org.eclipse.jetty.ee10.servlet.ServletMultiPartFormData.Parts
- getParts() - Method in class org.eclipse.jetty.ee10.servlet.ServletRequestHttpWrapper
- getParts() - Method in class org.eclipse.jetty.ee11.servlet.ServletApiRequest
- getParts() - Method in class org.eclipse.jetty.ee11.servlet.ServletMultiPartFormData.Parts
- getParts() - Method in class org.eclipse.jetty.ee11.servlet.ServletRequestHttpWrapper
- getParts() - Method in class org.eclipse.jetty.ee8.nested.MultiPartFormInputStream
-
Parse, if necessary, the multipart data and return the list of Parts.
- getParts() - Method in class org.eclipse.jetty.ee8.nested.MultiPartInputStreamLegacyParser
-
Deprecated.Parse, if necessary, the multipart data and return the list of Parts.
- getParts() - Method in class org.eclipse.jetty.ee8.nested.Request
- getParts() - Method in class org.eclipse.jetty.ee8.nested.ServletRequestHttpWrapper
- getParts() - Method in class org.eclipse.jetty.ee9.nested.MultiPartFormInputStream
-
Parse, if necessary, the multipart data and return the list of Parts.
- getParts() - Method in class org.eclipse.jetty.ee9.nested.MultiPartInputStreamLegacyParser
-
Deprecated.Parse, if necessary, the multipart data and return the list of Parts.
- getParts() - Method in class org.eclipse.jetty.ee9.nested.Request
- getParts() - Method in class org.eclipse.jetty.ee9.nested.ServletRequestHttpWrapper
- getParts(Content.Source, Attributes, String, MultiPartConfig) - Static method in class org.eclipse.jetty.http.MultiPartFormData
-
Get
multipart/form-dataMultiPartFormData.Partsfrom aContent.Source, caching the results in anAttributes. - getParts(Attributes) - Static method in class org.eclipse.jetty.http.MultiPartFormData
-
Get
multipart/form-dataMultiPartFormData.Partsfrom anAttributes, typically cached there by calls toMultiPartFormData.getParts(Content.Source, Attributes, String, MultiPartConfig)orMultiPartFormData.onParts(Content.Source, Attributes, String, MultiPartConfig, Promise.Invocable) - getPassword() - Method in class org.eclipse.jetty.ee10.jndi.factories.MailSessionReference.PasswordAuthenticator
- getPassword() - Method in class org.eclipse.jetty.ee11.jndi.factories.MailSessionReference.PasswordAuthenticator
- getPassword() - Method in class org.eclipse.jetty.ee8.jndi.factories.MailSessionReference.PasswordAuthenticator
- getPassword() - Method in class org.eclipse.jetty.ee9.jndi.factories.MailSessionReference.PasswordAuthenticator
- getPassword(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
Deprecated, for removal: This API element is subject to removal in a future version.use {#link getCredential} instead.
- getPassword(String, String, String) - Static method in class org.eclipse.jetty.util.security.Password
-
Get a password.
- getPasswordAuthentication() - Method in class org.eclipse.jetty.ee10.jndi.factories.MailSessionReference.PasswordAuthenticator
- getPasswordAuthentication() - Method in class org.eclipse.jetty.ee11.jndi.factories.MailSessionReference.PasswordAuthenticator
- getPasswordAuthentication() - Method in class org.eclipse.jetty.ee8.jndi.factories.MailSessionReference.PasswordAuthenticator
- getPasswordAuthentication() - Method in class org.eclipse.jetty.ee9.jndi.factories.MailSessionReference.PasswordAuthenticator
- getPath() - Method in interface org.eclipse.jetty.client.Request
- getPath() - Method in class org.eclipse.jetty.client.transport.HttpRequest
- getPath() - Method in class org.eclipse.jetty.ee10.servlet.SessionHandler.CookieConfig
- getPath() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.ServerEndpointConfigWrapper
- getPath() - Method in class org.eclipse.jetty.ee11.servlet.SessionHandler.CookieConfig
- getPath() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.ServerEndpointConfigWrapper
- getPath() - Method in class org.eclipse.jetty.ee8.nested.PushBuilderImpl
- getPath() - Method in class org.eclipse.jetty.ee8.nested.Response.HttpCookieFacade
- getPath() - Method in class org.eclipse.jetty.ee8.nested.SessionHandler.CookieConfig
- getPath() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.ServerEndpointConfigWrapper
- getPath() - Method in class org.eclipse.jetty.ee9.nested.PushBuilderImpl
- getPath() - Method in class org.eclipse.jetty.ee9.nested.Response.HttpCookieFacade
- getPath() - Method in class org.eclipse.jetty.ee9.nested.SessionHandler.CookieConfig
- getPath() - Method in class org.eclipse.jetty.ee9.websocket.jakarta.common.ServerEndpointConfigWrapper
- getPath() - Method in interface org.eclipse.jetty.http.HttpCookie
-
Equivalent to
getAttributes().get(PATH_ATTRIBUTE). - getPath() - Method in class org.eclipse.jetty.http.HttpCookie.JavaNetHttpCookie
- getPath() - Method in class org.eclipse.jetty.http.HttpCookie.Wrapper
- getPath() - Method in interface org.eclipse.jetty.http.HttpURI
- getPath() - Method in class org.eclipse.jetty.http.HttpURI.Immutable
- getPath() - Method in class org.eclipse.jetty.http.HttpURI.Mutable
- getPath() - Method in class org.eclipse.jetty.http.MultiPart.PathPart
- getPath() - Method in class org.eclipse.jetty.http.spi.JettyHttpContext
- getPath() - Method in class org.eclipse.jetty.io.content.PathContentSource
- getPath() - Method in class org.eclipse.jetty.osgi.BundleMetadata
- getPath() - Method in class org.eclipse.jetty.util.resource.CombinedResource
- getPath() - Method in class org.eclipse.jetty.util.resource.MemoryResource
- getPath() - Method in class org.eclipse.jetty.util.resource.PathResource
- getPath() - Method in class org.eclipse.jetty.util.resource.Resource
-
Return the Path corresponding to this resource.
- getPath() - Method in class org.eclipse.jetty.xml.XmlParser.Node
- getPath(Resource) - Method in class org.eclipse.jetty.server.AllowedResourceAliasChecker
-
Deprecated.
- getPathDepth() - Method in interface org.eclipse.jetty.http.pathmap.PathSpec
-
Get the number of path elements that this path spec declares.
- getPathDepth() - Method in class org.eclipse.jetty.http.pathmap.RegexPathSpec
- getPathDepth() - Method in class org.eclipse.jetty.http.pathmap.ServletPathSpec
- getPathDepth() - Method in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
- getPathIncludeExclude() - Method in class org.eclipse.jetty.ee8.nested.BufferedResponseHandler
- getPathIncludeExclude() - Method in class org.eclipse.jetty.ee9.nested.BufferedResponseHandler
- getPathInContext() - Method in interface org.eclipse.jetty.ee10.websocket.jakarta.common.UpgradeRequest
-
For obtaining
PathParamvalues from the Request context path. - getPathInContext() - Method in class org.eclipse.jetty.ee10.websocket.jakarta.common.UpgradeRequestAdapter
- getPathInContext() - Method in interface org.eclipse.jetty.ee11.websocket.jakarta.common.UpgradeRequest
-
For obtaining
PathParamvalues from the Request context path. - getPathInContext() - Method in class org.eclipse.jetty.ee11.websocket.jakarta.common.UpgradeRequestAdapter
- getPathInContext() - Method in class org.eclipse.jetty.ee8.nested.Request
-
Get the path relative to the context path, analogous to
Request.getServletPath()+Request.getPathInfo(). - getPathInContext() - Method in interface org.eclipse.jetty.ee8.websocket.javax.common.UpgradeRequest
-
For obtaining
PathParamvalues from the Request context path. - getPathInContext() - Method in class org.eclipse.jetty.ee8.websocket.javax.common.UpgradeRequestAdapter
- getPathInContext() - Method in class org.eclipse.jetty.ee9.nested.Request
-
Get the path relative to the context path, analogous to
Request.getServletPath()+Request.getPathInfo(). - getPathInContext() - Method in interface org.eclipse.jetty.ee9.websocket.jakarta.common.UpgradeRequest
-
For obtaining
PathParamvalues from the Request context path.
Handler.Abstract