Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- ABNF_REQUIRED_QUOTING - Static variable in class org.eclipse.jetty.http.QuotedCSV
-
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.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.http.HttpGenerator
- abort() - Method in class org.eclipse.jetty.jaas.spi.AbstractLoginModule
- abort() - Method in class org.eclipse.jetty.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.internal.WebSocketCoreSession
- abort() - Method in class org.eclipse.jetty.websocket.javax.common.JavaxWebSocketSession
- abort(String, Throwable, Callback) - Method in class org.eclipse.jetty.http2.HTTP2Session
- abort(Throwable) - Method in interface org.eclipse.jetty.client.api.Request
-
Attempts to abort the send of this request.
- abort(Throwable) - Method in interface org.eclipse.jetty.client.api.Response
-
Attempts to abort the receive of this response.
- abort(Throwable) - Method in class org.eclipse.jetty.client.http.HttpConnectionOverHTTP
- abort(Throwable) - Method in class org.eclipse.jetty.client.HttpContentResponse
- abort(Throwable) - Method in class org.eclipse.jetty.client.HttpConversation
- abort(Throwable) - Method in class org.eclipse.jetty.client.HttpDestination
-
Aborts all the
HttpExchange
s queued in this destination. - abort(Throwable) - Method in class org.eclipse.jetty.client.HttpExchange
- abort(Throwable) - Method in class org.eclipse.jetty.client.HttpRequest
- abort(Throwable) - Method in class org.eclipse.jetty.client.HttpResponse
- abort(Throwable) - Method in class org.eclipse.jetty.fcgi.client.http.HttpConnectionOverFCGI
- abort(Throwable) - Method in class org.eclipse.jetty.fcgi.server.HttpTransportOverFCGI
- abort(Throwable) - Method in class org.eclipse.jetty.http2.server.HttpTransportOverHTTP2
- abort(Throwable) - Method in class org.eclipse.jetty.server.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.server.HttpChannelOverHttp
- abort(Throwable) - Method in class org.eclipse.jetty.server.HttpConnection
- abort(Throwable) - Method in interface org.eclipse.jetty.server.HttpTransport
-
Aborts this transport.
- abort(HttpExchange, Throwable) - Method in class org.eclipse.jetty.client.HttpReceiver
- abort(HttpExchange, Throwable) - Method in class org.eclipse.jetty.client.HttpSender
- abort(HttpExchange, Throwable, Throwable) - Method in class org.eclipse.jetty.client.HttpChannel
- abort(WebAppContext) - Method in class org.eclipse.jetty.quickstart.QuickStartGeneratorConfiguration
- abort(WebAppContext) - Method in class org.eclipse.jetty.webapp.AbstractConfiguration
- abort(WebAppContext) - Method in interface org.eclipse.jetty.webapp.Configuration
- abort(WebAppContext) - Method in class org.eclipse.jetty.webapp.Configuration.Wrapper
- ABORT_REQUEST - Enum constant in enum org.eclipse.jetty.fcgi.FCGI.FrameType
- abortResponse() - Method in class org.eclipse.jetty.server.HttpChannelState
- abortResponse(HttpExchange, Throwable) - Method in class org.eclipse.jetty.client.HttpChannel
- AbsoluteOrdering - Class in org.eclipse.jetty.webapp
-
AbsoluteOrdering
- AbsoluteOrdering(MetaData) - Constructor for class org.eclipse.jetty.webapp.AbsoluteOrdering
- AbstractAuthentication - Class in org.eclipse.jetty.client.util
- AbstractAuthentication(URI, String) - Constructor for class org.eclipse.jetty.client.util.AbstractAuthentication
- AbstractCallbackHandler - Class in org.eclipse.jetty.jaas.callback
- AbstractCallbackHandler() - Constructor for class org.eclipse.jetty.jaas.callback.AbstractCallbackHandler
- AbstractConfiguration - Class in org.eclipse.jetty.webapp
- AbstractConfiguration() - Constructor for class org.eclipse.jetty.webapp.AbstractConfiguration
- AbstractConfiguration(boolean) - Constructor for class org.eclipse.jetty.webapp.AbstractConfiguration
- AbstractConnection - Class in org.eclipse.jetty.io
-
A convenience base implementation of
Connection
. - AbstractConnection(EndPoint, Executor) - Constructor for class org.eclipse.jetty.io.AbstractConnection
- AbstractConnectionFactory - Class in org.eclipse.jetty.server
-
Provides the common handling for
ConnectionFactory
implementations. - 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(HttpDestination, int, boolean, Callback) - Constructor for class org.eclipse.jetty.client.AbstractConnectionPool
- AbstractConnectionPool(HttpDestination, Pool.StrategyType, int, boolean, Callback) - Constructor for class org.eclipse.jetty.client.AbstractConnectionPool
- AbstractConnectionPool(HttpDestination, Pool<Connection>, Callback) - Constructor for class org.eclipse.jetty.client.AbstractConnectionPool
- AbstractConnector - Class in org.eclipse.jetty.server
-
An abstract implementation of
Connector
that provides aConnectionFactory
mechanism for creatingConnection
instances 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
- AbstractContextProvider - Class in org.eclipse.jetty.osgi.boot
-
AbstractContextProvider Base class for DeploymentManager Providers that can deploy ContextHandlers into Jetty that have been discovered via OSGI either as bundles or services.
- AbstractContextProvider(ServerInstanceWrapper) - Constructor for class org.eclipse.jetty.osgi.boot.AbstractContextProvider
- AbstractContextProvider.OSGiApp - Class in org.eclipse.jetty.osgi.boot
-
OSGiApp
- AbstractDatabaseLoginModule - Class in org.eclipse.jetty.jaas.spi
-
AbstractDatabaseLoginModule Abstract base class for LoginModules that interact with a database to retrieve authentication and authorization information.
- AbstractDatabaseLoginModule() - Constructor for class org.eclipse.jetty.jaas.spi.AbstractDatabaseLoginModule
- AbstractDatabaseLoginModule.JDBCUser - Class in org.eclipse.jetty.jaas.spi
- AbstractDecodedMessageSink - Class in org.eclipse.jetty.websocket.javax.common.messages
- AbstractDecodedMessageSink(CoreSession, MethodHandle) - Constructor for class org.eclipse.jetty.websocket.javax.common.messages.AbstractDecodedMessageSink
- AbstractDecodedMessageSink.Basic<T extends javax.websocket.Decoder> - Class in org.eclipse.jetty.websocket.javax.common.messages
- AbstractDecodedMessageSink.Stream<T extends javax.websocket.Decoder> - Class in org.eclipse.jetty.websocket.javax.common.messages
- AbstractDecoder - Class in org.eclipse.jetty.websocket.javax.common.decoders
- AbstractDecoder() - Constructor for class org.eclipse.jetty.websocket.javax.common.decoders.AbstractDecoder
- AbstractDiscoverableAnnotationHandler - Class in org.eclipse.jetty.annotations
-
DiscoverableAnnotationHandler Base class for handling the discovery of an annotation.
- AbstractDiscoverableAnnotationHandler(WebAppContext) - Constructor for class org.eclipse.jetty.annotations.AbstractDiscoverableAnnotationHandler
- AbstractEncoder - Class in org.eclipse.jetty.websocket.javax.common.encoders
- AbstractEncoder() - Constructor for class org.eclipse.jetty.websocket.javax.common.encoders.AbstractEncoder
- AbstractEndPoint - Class in org.eclipse.jetty.io
-
Partial implementation of EndPoint that uses
FillInterest
andWriteFlusher
. - 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.server.handler
-
AbstractHandler.
- AbstractHandler() - Constructor for class org.eclipse.jetty.annotations.AnnotationParser.AbstractHandler
- AbstractHandler() - Constructor for class org.eclipse.jetty.server.handler.AbstractHandler
- AbstractHandler.ErrorDispatchHandler - Class in org.eclipse.jetty.server.handler
-
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.server.handler
-
Abstract Handler Container.
- AbstractHandlerContainer() - Constructor for class org.eclipse.jetty.server.handler.AbstractHandlerContainer
- AbstractHandlerMBean - Class in org.eclipse.jetty.server.handler.jmx
- AbstractHandlerMBean(Object) - Constructor for class org.eclipse.jetty.server.handler.jmx.AbstractHandlerMBean
- AbstractHandshaker - Class in org.eclipse.jetty.websocket.core.server.internal
- AbstractHandshaker() - Constructor for class org.eclipse.jetty.websocket.core.server.internal.AbstractHandshaker
- 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
- AbstractHTTP2ServerConnectionFactory.HTTP2SessionContainer - Class in org.eclipse.jetty.http2.server
- 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.annotations.AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
- AbstractLeakPreventer - Class in org.eclipse.jetty.util.preventers
-
AbstractLeakPreventer 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.this class is redundant now that
LifeCycle.Listener
has default methods. - AbstractLifeCycle.StopException - Exception in org.eclipse.jetty.util.component
-
An exception, which if thrown by doStart will immediately stop the component
- AbstractLifeCycleListener() - Constructor for class org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
-
Deprecated.
- AbstractLoginModule - Class in org.eclipse.jetty.jaas.spi
-
AbstractLoginModule Abstract base class for all LoginModules.
- AbstractLoginModule() - Constructor for class org.eclipse.jetty.jaas.spi.AbstractLoginModule
- AbstractLoginModule.JAASUser - Class in org.eclipse.jetty.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
- AbstractMessageSink - Class in org.eclipse.jetty.websocket.core.internal.messages
- AbstractMessageSink(CoreSession, MethodHandle) - Constructor for class org.eclipse.jetty.websocket.core.internal.messages.AbstractMessageSink
- 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
- AbstractOSGiApp - Class in org.eclipse.jetty.osgi.boot
-
AbstractOSGiApp Base class representing info about a webapp/ContextHandler that is deployed into Jetty.
- AbstractOSGiApp(DeploymentManager, AppProvider, Bundle, String) - Constructor for class org.eclipse.jetty.osgi.boot.AbstractOSGiApp
- AbstractOSGiApp(DeploymentManager, AppProvider, Bundle, Dictionary<?, ?>, String) - Constructor for class org.eclipse.jetty.osgi.boot.AbstractOSGiApp
- AbstractPathSpec - Class in org.eclipse.jetty.http.pathmap
- AbstractPathSpec() - Constructor for class org.eclipse.jetty.http.pathmap.AbstractPathSpec
- AbstractProxyServlet - Class in org.eclipse.jetty.proxy
-
Abstract base class for proxy servlets.
- AbstractProxyServlet() - Constructor for class org.eclipse.jetty.proxy.AbstractProxyServlet
- AbstractProxyServlet.TransparentDelegate - Class in org.eclipse.jetty.proxy
-
Utility class that implement transparent proxy functionalities.
- AbstractRequestContent - Class in org.eclipse.jetty.client.util
-
Partial implementation of
Request.Content
. - AbstractRequestContent(String) - Constructor for class org.eclipse.jetty.client.util.AbstractRequestContent
- AbstractRequestContent.AbstractSubscription - Class in org.eclipse.jetty.client.util
-
Partial implementation of
Subscription
. - AbstractRequestContent.Producer - Interface in org.eclipse.jetty.client.util
- AbstractSessionCache - Class in org.eclipse.jetty.server.session
-
AbstractSessionCache A base implementation of the
SessionCache
interface for managing a set of Session objects pertaining to a context in memory. - AbstractSessionCache(SessionHandler) - Constructor for class org.eclipse.jetty.server.session.AbstractSessionCache
- AbstractSessionCacheFactory - Class in org.eclipse.jetty.server.session
-
AbstractSessionCacheFactory Base class for SessionCacheFactories.
- AbstractSessionCacheFactory() - Constructor for class org.eclipse.jetty.server.session.AbstractSessionCacheFactory
- AbstractSessionDataStore - Class in org.eclipse.jetty.server.session
-
AbstractSessionDataStore
- AbstractSessionDataStore() - Constructor for class org.eclipse.jetty.server.session.AbstractSessionDataStore
- AbstractSessionDataStoreFactory - Class in org.eclipse.jetty.server.session
-
AbstractSessionDataStoreFactory
- AbstractSessionDataStoreFactory() - Constructor for class org.eclipse.jetty.server.session.AbstractSessionDataStoreFactory
- AbstractSubscription(Request.Content.Consumer, boolean) - Constructor for class org.eclipse.jetty.client.util.AbstractRequestContent.AbstractSubscription
- AbstractTypedContentProvider - Class in org.eclipse.jetty.client.util
-
Deprecated.use
AbstractRequestContent
instead. - AbstractTypedContentProvider(String) - Constructor for class org.eclipse.jetty.client.util.AbstractTypedContentProvider
-
Deprecated.
- AbstractUserAuthentication - Class in org.eclipse.jetty.security
-
AbstractUserAuthentication Base class for representing an authenticated user.
- AbstractUserAuthentication(String, UserIdentity) - Constructor for class org.eclipse.jetty.security.AbstractUserAuthentication
- AbstractWebAppProvider - Class in org.eclipse.jetty.osgi.boot
-
AbstractWebAppProvider
- AbstractWebAppProvider(ServerInstanceWrapper) - Constructor for class org.eclipse.jetty.osgi.boot.AbstractWebAppProvider
- AbstractWebAppProvider.OSGiApp - Class in org.eclipse.jetty.osgi.boot
-
OSGiApp Represents a deployable webapp.
- accept(int) - Method in class org.eclipse.jetty.quic.server.QuicServerConnector
- accept(int) - Method in class org.eclipse.jetty.server.AbstractConnector
- accept(int) - Method in class org.eclipse.jetty.server.LocalConnector
- accept(int) - Method in class org.eclipse.jetty.server.ServerConnector
- accept(int) - Method in class org.eclipse.jetty.unixsocket.server.UnixSocketConnector
-
Deprecated.
- accept(File, String) - Method in class org.eclipse.jetty.deploy.providers.WebAppProvider.Filter
- accept(String...) - Method in interface org.eclipse.jetty.client.api.Request
- accept(String...) - Method in class org.eclipse.jetty.client.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<String, Object>) - Method in class org.eclipse.jetty.io.ClientConnector
- accept(SocketChannel, ClientConnectionFactory, Session.Listener, Promise<Session>) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
- accept(ServletContext, ServerContainer) - Method in interface org.eclipse.jetty.websocket.javax.server.config.JavaxWebSocketServletContainerInitializer.Configurator
- accept(ServletContext, JettyWebSocketServerContainer) - Method in interface org.eclipse.jetty.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.HttpDestination
- accept(Request, Response) - Method in class org.eclipse.jetty.client.ContinueProtocolHandler
- accept(Request, Response) - Method in interface org.eclipse.jetty.client.ProtocolHandler
-
Inspects the given
request
andresponse
to 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(SslContextFactory, SocketChannel, Session.Listener, Promise<Session>) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
- accept(Frame, Callback) - Method in class org.eclipse.jetty.websocket.core.internal.messages.ByteArrayMessageSink
- accept(Frame, Callback) - Method in class org.eclipse.jetty.websocket.core.internal.messages.ByteBufferMessageSink
- accept(Frame, Callback) - Method in class org.eclipse.jetty.websocket.core.internal.messages.DispatchedMessageSink
- accept(Frame, Callback) - Method in class org.eclipse.jetty.websocket.core.internal.messages.MessageInputStream
- accept(Frame, Callback) - Method in class org.eclipse.jetty.websocket.core.internal.messages.MessageReader
- accept(Frame, Callback) - Method in interface org.eclipse.jetty.websocket.core.internal.messages.MessageSink
-
Consume the frame payload to the message.
- accept(Frame, Callback) - Method in class org.eclipse.jetty.websocket.core.internal.messages.PartialByteArrayMessageSink
- accept(Frame, Callback) - Method in class org.eclipse.jetty.websocket.core.internal.messages.PartialByteBufferMessageSink
- accept(Frame, Callback) - Method in class org.eclipse.jetty.websocket.core.internal.messages.PartialStringMessageSink
- accept(Frame, Callback) - Method in class org.eclipse.jetty.websocket.core.internal.messages.StringMessageSink
- accept(Frame, Callback) - Method in class org.eclipse.jetty.websocket.javax.common.messages.AbstractDecodedMessageSink
- ACCEPT - Enum constant in enum org.eclipse.jetty.http.HttpHeader
-
Request Fields.
- ACCEPT_CHARSET - Enum constant in enum org.eclipse.jetty.http.HttpHeader
- ACCEPT_ENCODING - Enum constant in enum org.eclipse.jetty.http.HttpHeader
- ACCEPT_LANGUAGE - Enum constant in enum org.eclipse.jetty.http.HttpHeader
- ACCEPT_RANGES - Enum constant in enum 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
ServerSocketChannel
passed toSelectorManager.acceptor(SelectableChannel)
. - accepted(SelectableChannel) - Method in class org.eclipse.jetty.server.ServerConnector.ServerConnectorManager
- accepted(SelectableChannel) - Method in class org.eclipse.jetty.unixsocket.server.UnixSocketConnector.UnixSocketConnectorManager
-
Deprecated.
- accepted(UnixSocketChannel) - Method in class org.eclipse.jetty.unixsocket.server.UnixSocketConnector
-
Deprecated.
- ACCEPTED - Enum constant in enum org.eclipse.jetty.http.HttpStatus.Code
- ACCEPTED_202 - Static variable in class org.eclipse.jetty.http.HttpStatus
- 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.
- 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.server.session.Session
- access(HttpSession, boolean) - Method in class org.eclipse.jetty.server.session.SessionHandler
-
Called by the
SessionHandler
when a session is first accessed by a request. - ACCESSED - Static variable in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
- AccessTuple(String, InetAddress, String) - Constructor for class org.eclipse.jetty.server.handler.InetAccessSet.AccessTuple
- ACK - Static variable in interface org.eclipse.jetty.http2.Flags
- acknowledgeLicenses() - Method in class org.eclipse.jetty.start.Licensing
- ACL - Enum constant in enum org.eclipse.jetty.http.HttpMethod
- ACL_AS_INT - Static variable in enum org.eclipse.jetty.http.HttpMethod
- acquire() - Method in class org.eclipse.jetty.util.compression.CompressionPool
- acquire() - Method in class org.eclipse.jetty.util.Pool
-
Acquires an entry from the pool.
- acquire() - Method in class org.eclipse.jetty.util.SharedBlockingCallback
- 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
create
parameter istrue
orAbstractConnectionPool.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
create
parameter 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(int) - Method in class org.eclipse.jetty.http.GZIPContentDecoder
- acquire(int, boolean) - Method in class org.eclipse.jetty.io.ArrayByteBufferPool
- acquire(int, boolean) - Method in class org.eclipse.jetty.io.ArrayRetainableByteBufferPool
- acquire(int, boolean) - Method in interface org.eclipse.jetty.io.ByteBufferPool
-
Requests a
ByteBuffer
of the given size. - acquire(int, boolean) - Method in class org.eclipse.jetty.io.ByteBufferPool.Lease
- acquire(int, boolean) - Method in class org.eclipse.jetty.io.LeakTrackingByteBufferPool
- acquire(int, boolean) - Method in class org.eclipse.jetty.io.MappedByteBufferPool
- acquire(int, boolean) - Method in class org.eclipse.jetty.io.NullByteBufferPool
- acquire(int, boolean) - Method in interface org.eclipse.jetty.io.RetainableByteBufferPool
-
Acquires a memory buffer from the pool.
- acquire(int, boolean) - Method in class org.eclipse.jetty.io.RetainableByteBufferPool.NotRetainedByteBufferPool
- acquire(Function<Pool.Entry, T>) - Method in class org.eclipse.jetty.util.Pool
-
Acquires an entry from the pool, reserving and creating a new entry if necessary.
- acquired(Connection) - Method in class org.eclipse.jetty.client.AbstractConnectionPool
- acquired(Connection) - Method in class org.eclipse.jetty.client.LeakTrackingConnectionPool
- acquired(T) - Method in class org.eclipse.jetty.util.LeakDetector
-
Tracks the resource as been acquired.
- acquireHttpChannel() - Method in class org.eclipse.jetty.http2.client.http.HttpConnectionOverHTTP2
- acquireHttpChannel(int, Request) - Method in class org.eclipse.jetty.fcgi.client.http.HttpConnectionOverFCGI
- acquireWriteBlockingCallback() - Method in class org.eclipse.jetty.server.HttpOutput
- activate() - Method in class org.eclipse.jetty.client.AbstractConnectionPool
- Adapter() - Constructor for class org.eclipse.jetty.client.api.Request.Listener.Adapter
- Adapter() - Constructor for class org.eclipse.jetty.client.api.Response.Listener.Adapter
- Adapter() - Constructor for class org.eclipse.jetty.fcgi.parser.ClientParser.Listener.Adapter
- Adapter() - Constructor for class org.eclipse.jetty.fcgi.parser.Parser.Listener.Adapter
- Adapter() - Constructor for class org.eclipse.jetty.fcgi.parser.ServerParser.Listener.Adapter
- Adapter() - Constructor for class org.eclipse.jetty.http2.api.server.ServerSessionListener.Adapter
- Adapter() - Constructor for class org.eclipse.jetty.http2.api.Session.Listener.Adapter
- Adapter() - Constructor for class org.eclipse.jetty.http2.api.Stream.Listener.Adapter
- Adapter() - Constructor for class org.eclipse.jetty.http2.parser.Parser.Listener.Adapter
- Adapter() - Constructor for class org.eclipse.jetty.http2.parser.ServerParser.Listener.Adapter
- Adapter() - Constructor for class org.eclipse.jetty.io.Connection.Listener.Adapter
- Adapter() - Constructor for class org.eclipse.jetty.util.Promise.Adapter
- AdaptiveExecutionStrategy - Class in org.eclipse.jetty.util.thread.strategy
-
An adaptive execution strategy that uses the
Invocable
status 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.websocket.api.WriteCallback.Adaptor
-
Deprecated.
- adaptTo(DatabaseMetaData) - Method in class org.eclipse.jetty.server.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<? extends Connection>) - 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.http.pathmap.PathSpecSet
- add(String) - Method in class org.eclipse.jetty.util.AsciiLowerCaseSet
- 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.webapp.AbsoluteOrdering
- add(String) - Method in class org.eclipse.jetty.webapp.ClassMatcher
- add(String...) - Method in class org.eclipse.jetty.webapp.ClassMatcher
- add(String...) - Method in class org.eclipse.jetty.webapp.Configurations
- 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.util.ajax.JSON.Output
- add(String, Object) - Method in interface org.eclipse.jetty.util.ajax.JSON.Output
- add(String, String) - Method in class org.eclipse.jetty.http.HttpFields.Mutable
-
Add to or set a field.
- 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.Field
is none exists for the given name. - add(String, Session) - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
-
Add an entirely new session (created by the application calling Request.getSession(true)) to the cache.
- add(String, Session) - Method in interface org.eclipse.jetty.server.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 exception org.eclipse.jetty.util.MultiException
- add(URI, HttpCookie) - Method in class org.eclipse.jetty.util.HttpCookieStore
- add(URI, HttpCookie) - Method in class org.eclipse.jetty.util.HttpCookieStore.Empty
- add(Connector) - Method in class org.eclipse.jetty.ant.types.Connectors
-
Adds a connector to the list of connectors to deploy.
- add(Edge) - Method in class org.eclipse.jetty.deploy.graph.Path
- add(HttpField) - Method in class org.eclipse.jetty.http.HttpFields.Mutable
- add(HttpField) - Method in class org.eclipse.jetty.http2.hpack.HpackContext
- add(HttpFields) - Method in class org.eclipse.jetty.http.HttpFields.Mutable
- add(HttpHeader, String) - Method in class org.eclipse.jetty.http.HttpFields.Mutable
-
Add to or set a field.
- add(HttpHeader, HttpHeaderValue) - Method in class org.eclipse.jetty.http.HttpFields.Mutable
- 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(RunAs) - Method in class org.eclipse.jetty.plus.annotation.RunAsCollection
-
Deprecated.
- add(LoginService) - Method in class org.eclipse.jetty.ant.types.LoginServices
- add(ContextHandler) - Method in class org.eclipse.jetty.ant.types.ContextHandlers
- add(InetAccessSet.PatternTuple) - Method in class org.eclipse.jetty.server.handler.InetAccessSet
- add(ConfigSource) - Method in class org.eclipse.jetty.start.config.ConfigSources
- add(ClassMatcher.Entry) - Method in class org.eclipse.jetty.webapp.ClassMatcher
- add(ClassMatcher.Entry) - Method in class org.eclipse.jetty.webapp.ClassMatcher.ByClass
- add(ClassMatcher.Entry) - Method in class org.eclipse.jetty.webapp.ClassMatcher.ByLocationOrModule
- add(ClassMatcher.Entry) - Method in class org.eclipse.jetty.webapp.ClassMatcher.ByModule
- add(ClassMatcher.Entry) - Method in class org.eclipse.jetty.webapp.ClassMatcher.ByPackage
- add(ClassMatcher.Entry) - Method in class org.eclipse.jetty.webapp.ClassMatcher.ByPackageOrName
- add(Configuration) - Method in class org.eclipse.jetty.webapp.Configurations
- add(Configuration...) - Method in class org.eclipse.jetty.webapp.Configurations
- add(T[], T[]) - Static method in class org.eclipse.jetty.util.ArrayUtil
-
Add arrays
- addAliasCheck(ContextHandler.AliasCheck) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Add an AliasCheck instance to possibly permit aliased resources
- addAll(List<String>, Path) - Method in class org.eclipse.jetty.start.RawArgs
- addAll(Props) - Method in class org.eclipse.jetty.start.Props
- addAll(Attributes) - Method in class org.eclipse.jetty.util.AttributesMap
- addAllValues(MultiMap<V>) - 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.
- addAnnotatedTypeName(String) - Method in class org.eclipse.jetty.plus.annotation.ContainerInitializer
-
Deprecated.A class has been found that has an annotation of interest to this initializer.
- addAnnotation(DiscoveredAnnotation) - Method in class org.eclipse.jetty.annotations.AbstractDiscoverableAnnotationHandler
- addApp(App) - Method in class org.eclipse.jetty.deploy.DeploymentManager
-
Receive an app for processing.
- addApplicableTypeName(String) - Method in class org.eclipse.jetty.plus.annotation.ContainerInitializer
-
Deprecated.
- addAppProvider(AppProvider) - Method in class org.eclipse.jetty.deploy.DeploymentManager
- addArg(String) - Method in class org.eclipse.jetty.start.CommandLineBuilder
-
Add a simple argument to the command line, quoted if necessary.
- addArg(String, String) - Method in class org.eclipse.jetty.start.CommandLineBuilder
-
Add a "name=value" style argument to the command line with name and value quoted if necessary.
- addArg(String, String) - Method in class org.eclipse.jetty.start.RawArgs
- addArray(Object, Object[]) - Static method in class org.eclipse.jetty.util.LazyList
-
Add the contents of an array to a LazyList
- addAttribute(Attribute) - Method in class org.eclipse.jetty.ant.types.Attributes
- addAttributes(Attributes) - Method in class org.eclipse.jetty.ant.AntWebAppContext
-
Adds a new Ant's attributes tag object if it have not been created yet.
- addAuthentication(Authentication) - Method in interface org.eclipse.jetty.client.api.AuthenticationStore
- addAuthentication(Authentication) - Method in class org.eclipse.jetty.client.HttpAuthenticationStore
- addAuthenticationResult(Authentication.Result) - Method in interface org.eclipse.jetty.client.api.AuthenticationStore
- addAuthenticationResult(Authentication.Result) - Method in class org.eclipse.jetty.client.HttpAuthenticationStore
- 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. - addBinding(Name, Object) - Method in class org.eclipse.jetty.jndi.NamingContext
-
Add a name to object binding to this Context.
- addBinding(AppLifeCycle.Binding) - Method in class org.eclipse.jetty.deploy.AppLifeCycle
- addBinding(AppLifeCycle.Binding) - Method in class org.eclipse.jetty.deploy.bindings.OrderedGroupBinding
- addBindings(AppLifeCycle.Binding[]) - Method in class org.eclipse.jetty.deploy.bindings.OrderedGroupBinding
- addBytesIn(long) - Method in class org.eclipse.jetty.client.http.HttpConnectionOverHTTP
- addBytesOut(long) - Method in class org.eclipse.jetty.client.http.HttpConnectionOverHTTP
- addClass(Class<?>) - Method in interface org.eclipse.jetty.util.ajax.JSON.Output
- addClasses(Class<?>...) - Method in class org.eclipse.jetty.servlet.listener.ContainerInitializer.ServletContainerInitializerServletContextListener
-
Add classes to be passed to the
ServletContainerInitializer.onStartup(Set, ServletContext)
call. - addClasses(String...) - Method in class org.eclipse.jetty.servlet.listener.ContainerInitializer.ServletContainerInitializerServletContextListener
-
Add classes to be passed to the
ServletContainerInitializer.onStartup(Set, ServletContext)
call. - addClasses(FileSet) - Method in class org.eclipse.jetty.ant.AntWebAppContext
- addClassName(String) - Method in class org.eclipse.jetty.webapp.WebDescriptor
- addClasspath(String) - Method in class org.eclipse.jetty.start.Classpath
- addClassPath(String) - Method in class org.eclipse.jetty.osgi.boot.internal.webapp.OSGiWebappClassLoader
-
Parse the classpath ourselves to be able to filter things.
- addClassPath(String) - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
- addClassPath(Resource) - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
- addClassThatIdentifiesAJarThatMustBeRejected(Class<?>) - Static method in class org.eclipse.jetty.osgi.boot.internal.webapp.OSGiWebappClassLoader
- addClassThatIdentifiesAJarThatMustBeRejected(String) - Static method in class org.eclipse.jetty.osgi.boot.internal.webapp.OSGiWebappClassLoader
- addCollection(Object, Collection<?>) - Static method in class org.eclipse.jetty.util.LazyList
-
Add the contents of a Collection to a LazyList
- addComponent(File) - Method in class org.eclipse.jetty.start.Classpath
- addComponent(String) - Method in class org.eclipse.jetty.start.Classpath
- addConfiguration(Configuration...) - Method in class org.eclipse.jetty.webapp.WebAppContext
- addConnectionFactory(ConnectionFactory) - Method in class org.eclipse.jetty.server.AbstractConnector
- addConnector(Connector) - Method in class org.eclipse.jetty.server.Server
- addConnectors(Connectors) - Method in class org.eclipse.jetty.ant.JettyRunTask
-
Adds a new Ant's connector tag object if it have not been created yet.
- addConstraintMapping(ConstraintMapping) - Method in interface org.eclipse.jetty.security.ConstraintAware
-
Add a Constraint Mapping.
- addConstraintMapping(ConstraintMapping) - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
- addContainerResource(Resource) - Method in class org.eclipse.jetty.webapp.MetaData
- addContainerTldBundleDiscoverer(TldBundleDiscoverer) - Static method in class org.eclipse.jetty.osgi.boot.internal.serverfactory.ServerInstanceWrapper
- addContentHandler(String, ContentHandler) - Method in class org.eclipse.jetty.xml.XmlParser
-
Add a ContentHandler.
- addContextHandlers(ContextHandlers) - Method in class org.eclipse.jetty.ant.JettyRunTask
- addConvertor(Class<?>, JSON.Convertor) - Method in class org.eclipse.jetty.util.ajax.JSON
-
Registers a
JSON.Convertor
for the given class. - addConvertorFor(String, JSON.Convertor) - Method in class org.eclipse.jetty.util.ajax.JSON
-
Registers a
JSON.Convertor
for a named class. - 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.Cookies
- addCookie(Cookie) - Method in class org.eclipse.jetty.server.Response
- addCookie(Cookie) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
- addCookie(Cookie) - Method in class org.eclipse.jetty.websocket.core.server.internal.UpgradeHttpServletResponse
- addCookie(HttpCookie) - Method in class org.eclipse.jetty.server.Response
- addCookieField(String) - Method in class org.eclipse.jetty.server.Cookies
- addCSV(String, String...) - Method in class org.eclipse.jetty.http.HttpFields.Mutable
-
Add comma separated values, but only if not already present.
- addCSV(HttpHeader, String...) - Method in class org.eclipse.jetty.http.HttpFields.Mutable
-
Add comma separated values, but only if not already present.
- addCustomizer(HttpConfiguration.Customizer) - Method in class org.eclipse.jetty.server.HttpConfiguration
-
Adds a
HttpConfiguration.Customizer
that is invoked for every request received. - addDateField(String, long) - Method in class org.eclipse.jetty.http.HttpFields.Mutable
-
Sets the value of a date field.
- addDateHeader(String, long) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator.FormResponse
- addDateHeader(String, long) - Method in class org.eclipse.jetty.server.Response
- addDateHeader(String, long) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
- addDateHeader(String, long) - Method in class org.eclipse.jetty.websocket.core.server.internal.UpgradeHttpServletResponse
- addDecorator(Decorator) - Method in class org.eclipse.jetty.util.DecoratedObjectFactory
- addDependencies(Class<? extends Configuration>...) - Method in class org.eclipse.jetty.webapp.AbstractConfiguration
-
Add configuration classes that come before this configuration
- addDependencies(String...) - Method in class org.eclipse.jetty.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.webapp.AbstractConfiguration
-
Add configuration classes that come after this configuration
- addDependents(String...) - Method in class org.eclipse.jetty.webapp.AbstractConfiguration
-
Add configuration classes that come after this configuration
- addDescriptorProcessor(DescriptorProcessor) - Method in class org.eclipse.jetty.webapp.MetaData
- addDirectory(Path) - Method in class org.eclipse.jetty.util.Scanner
-
Add a directory to be scanned.
- addDirectoryScanner(DirectoryScanner) - Method in class org.eclipse.jetty.ant.types.FileMatchingConfiguration
- addDiscoverableAnnotationHandler(AbstractDiscoverableAnnotationHandler) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
- addDiscoveredAnnotation(DiscoveredAnnotation) - Method in class org.eclipse.jetty.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<DiscoveredAnnotation>) - Method in class org.eclipse.jetty.webapp.MetaData
-
Annotations such as WebServlet, WebFilter, WebListener that can be discovered by scanning unloaded classes.
- ADDED - Enum constant in enum org.eclipse.jetty.util.PathWatcher.PathWatchEventType
- addEdge(String, String) - Method in class org.eclipse.jetty.deploy.graph.Graph
- addEdge(Edge) - Method in class org.eclipse.jetty.deploy.graph.Graph
- addEncodedPaths(String, String) - Static method in class org.eclipse.jetty.util.URIUtil
-
Add two encoded URI path segments.
- addEndpoint(Class<?>) - Method in class org.eclipse.jetty.websocket.javax.server.internal.JavaxWebSocketServerContainer
- addEndpoint(ServerEndpointConfig) - Method in class org.eclipse.jetty.websocket.javax.server.internal.JavaxWebSocketServerContainer
- addEntry(ByteBuffer, Callback) - Method in class org.eclipse.jetty.io.ByteBufferCallbackAccumulator
- addEqualsArg(String, String) - Method in class org.eclipse.jetty.start.CommandLineBuilder
-
Deprecated.
- addErrorPage(int, int, String) - Method in class org.eclipse.jetty.servlet.ErrorPageErrorHandler
-
Adds ErrorPage mapping for a status code range.
- addErrorPage(int, String) - Method in class org.eclipse.jetty.servlet.ErrorPageErrorHandler
-
Adds ErrorPage mapping for a status code.
- addErrorPage(Class<? extends Throwable>, String) - Method in class org.eclipse.jetty.servlet.ErrorPageErrorHandler
-
Adds ErrorPage mapping for an exception class.
- addErrorPage(String, String) - Method in class org.eclipse.jetty.servlet.ErrorPageErrorHandler
-
Adds ErrorPage mapping for an exception class.
- addEventListener(EventListener) - Method in class org.eclipse.jetty.io.AbstractConnection
- 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.quic.common.QuicConnection
- addEventListener(EventListener) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Add a context event listeners.
- addEventListener(EventListener) - Method in class org.eclipse.jetty.server.Request
- addEventListener(EventListener) - Method in class org.eclipse.jetty.server.session.SessionHandler
-
Adds an event listener for session-related events.
- addEventListener(EventListener) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
-
Add EventListener
- 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
- addExclude(String) - Method in class org.eclipse.jetty.util.PathWatcher.Config
-
Add an exclude PathMatcher.
- addExclude(PathMatcher) - Method in class org.eclipse.jetty.util.PathWatcher.Config
-
Add an exclude PathMatcher
- addExcludeCipherSuites(String...) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
You can either use the exact Cipher suite name or a a regular expression.
- addExcludedInflationPaths(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Adds excluded Path Specs for request filtering on request inflation.
- addExcludedMethods(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Add excluded to the HTTP methods filtering.
- addExcludedMimeTypes(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Adds excluded MIME types for response filtering.
- addExcludedPaths(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Adds excluded Path Specs for request filtering.
- addExcludeGlobRelative(String) - Method in class org.eclipse.jetty.util.PathWatcher.Config
-
Add a
glob:
syntax pattern exclude reference in a directory relative, os neutral, pattern. - addExcludeHidden() - Method in class org.eclipse.jetty.util.PathWatcher.Config
-
Exclude hidden files and hidden directories
- addExcludeProtocols(String...) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
You can either use the exact Protocol name or a a regular expression.
- addExcludes(List<String>) - Method in class org.eclipse.jetty.util.PathWatcher.Config
-
Add multiple exclude PathMatchers
- 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<ExtensionConfig>) - Method in class org.eclipse.jetty.websocket.core.server.ServerUpgradeResponse
- 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
- addFieldPart(String, ContentProvider, HttpFields) - Method in class org.eclipse.jetty.client.util.MultiPartContentProvider
-
Deprecated.Adds a field part with the given
name
as field name, and the givencontent
as part content. - addFieldPart(String, Request.Content, HttpFields) - Method in class org.eclipse.jetty.client.util.MultiPartRequestContent
-
Adds a field part with the given
name
as field name, and the givencontent
as part content. - addFile(File) - Method in class org.eclipse.jetty.util.component.FileDestroyable
- 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.
- addFilePart(String, String, ContentProvider, HttpFields) - Method in class org.eclipse.jetty.client.util.MultiPartContentProvider
-
Deprecated.Adds a file part with the given
name
as field name, the givenfileName
as file name, and the givencontent
as part content. - addFilePart(String, String, Request.Content, HttpFields) - Method in class org.eclipse.jetty.client.util.MultiPartRequestContent
-
Adds a file part with the given
name
as field name, the givenfileName
as file name, and the givencontent
as part content. - addFiles(Collection<File>) - Method in class org.eclipse.jetty.util.component.FileDestroyable
- addFilter(Class<? extends Filter>, String, EnumSet<DispatcherType>) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
-
Convenience method to add a filter
- addFilter(Class<? extends Filter>, String, EnumSet<DispatcherType>) - Method in class org.eclipse.jetty.servlet.ServletTester
- addFilter(String, Class<? extends Filter>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- addFilter(String, Class<? extends Filter>) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
- addFilter(String, String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- addFilter(String, String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
- addFilter(String, String, EnumSet<DispatcherType>) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
-
Convenience method to add a filter
- addFilter(String, String, EnumSet<DispatcherType>) - Method in class org.eclipse.jetty.servlet.ServletTester
- addFilter(String, Filter) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- addFilter(String, Filter) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
- addFilter(FilterHolder) - Method in class org.eclipse.jetty.servlet.ServletHandler
-
Convenience method to add a preconstructed FilterHolder
- addFilter(FilterHolder, String, EnumSet<DispatcherType>) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
-
Convenience method to add a filter
- addFilter(FilterHolder, String, EnumSet<DispatcherType>) - Method in class org.eclipse.jetty.servlet.ServletTester
- addFilter(FilterHolder, FilterMapping) - Method in class org.eclipse.jetty.servlet.ServletHandler
-
Convenience method to add a filter and mapping
- addFilterMapping(String, XmlParser.Node, WebAppContext, Descriptor) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
- addFilterMapping(FilterMapping) - Method in class org.eclipse.jetty.servlet.ServletHandler
-
Convenience method to add a preconstructed FilterMapping
- addFilterWithMapping(Class<? extends Filter>, String, int) - Method in class org.eclipse.jetty.servlet.ServletHandler
-
Convenience method to add a filter.
- addFilterWithMapping(Class<? extends Filter>, String, EnumSet<DispatcherType>) - Method in class org.eclipse.jetty.servlet.ServletHandler
-
Convenience method to add a filter.
- addFilterWithMapping(String, String, int) - Method in class org.eclipse.jetty.servlet.ServletHandler
-
Convenience method to add a filter.
- addFilterWithMapping(String, String, EnumSet<DispatcherType>) - Method in class org.eclipse.jetty.servlet.ServletHandler
-
Convenience method to add a filter.
- addFilterWithMapping(FilterHolder, String, int) - Method in class org.eclipse.jetty.servlet.ServletHandler
-
Convenience method to add a filter.
- addFilterWithMapping(FilterHolder, String, EnumSet<DispatcherType>) - Method in class org.eclipse.jetty.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
- addFragmentDescriptor(Resource, FragmentDescriptor) - Method in class org.eclipse.jetty.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(Handler) - Method in class org.eclipse.jetty.server.handler.HandlerCollection
-
Adds a handler.
- addHandshakeListener(SslHandshakeListener) - Method in class org.eclipse.jetty.io.ssl.SslConnection
- addHeader(String, String) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator.FormResponse
- addHeader(String, String) - Method in class org.eclipse.jetty.server.PushBuilderImpl
- addHeader(String, String) - Method in class org.eclipse.jetty.server.Response
- addHeader(String, String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
- addHeader(String, String) - Method in class org.eclipse.jetty.websocket.core.server.internal.UpgradeHttpServletResponse
- addHeader(String, String) - Method in class org.eclipse.jetty.websocket.core.server.ServerUpgradeResponse
- addHeader(String, String) - Method in class org.eclipse.jetty.websocket.server.internal.DelegatedServerUpgradeResponse
- addHeader(String, String) - Method in interface org.eclipse.jetty.websocket.server.JettyServerUpgradeResponse
-
Add a header value to the response.
- addHeader(HttpField) - Method in class org.eclipse.jetty.client.HttpRequest
- addHeader(HttpField) - Method in class org.eclipse.jetty.client.HttpResponse
- addIfAbsentConnectionFactory(ConnectionFactory) - Method in class org.eclipse.jetty.server.AbstractConnector
- addInclude(String) - Method in class org.eclipse.jetty.util.PathWatcher.Config
-
Add an include PathMatcher
- addInclude(PathMatcher) - Method in class org.eclipse.jetty.util.PathWatcher.Config
-
Add an include PathMatcher
- addIncludeCoda(String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
- addIncludedInflationPaths(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Add included Path Specs for filtering on request inflation.
- addIncludedMethods(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Adds included HTTP Methods (eg: POST, PATCH, DELETE) for filtering.
- addIncludedMimeTypes(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Add included MIME types for response filtering
- addIncludedPaths(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Add included Path Specs for filtering.
- addIncludeGlobRelative(String) - Method in class org.eclipse.jetty.util.PathWatcher.Config
-
Add a
glob:
syntax pattern reference in a directory relative, os neutral, pattern. - addIncludePrelude(String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
- addIncludes(List<String>) - Method in class org.eclipse.jetty.util.PathWatcher.Config
-
Add multiple include PathMatchers
- addingBundle(Bundle, BundleEvent) - Method in class org.eclipse.jetty.osgi.boot.BundleContextProvider.ContextBundleTracker
- addingBundle(Bundle, BundleEvent) - Method in class org.eclipse.jetty.osgi.boot.BundleWebAppProvider.WebAppTracker
- addingService(ServiceReference) - Method in class org.eclipse.jetty.osgi.boot.internal.serverfactory.JettyServerServiceTracker
- addingService(ServiceReference) - Method in class org.eclipse.jetty.osgi.boot.ServiceContextProvider.ContextTracker
- addingService(ServiceReference) - Method in class org.eclipse.jetty.osgi.boot.ServiceWebAppProvider.WebAppTracker
- addInjections(WebAppContext, Descriptor, XmlParser.Node, String, Class<?>) - Method in class org.eclipse.jetty.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(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.server.HttpInput
-
Set the
HttpInput.Interceptor
, chaining it to the existing one if anHttpInput.Interceptor
is already set. - addIntHeader(String, int) - Method in class org.eclipse.jetty.server.Response
- addIntHeader(String, int) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
- addIntHeader(String, int) - Method in class org.eclipse.jetty.websocket.core.server.internal.UpgradeHttpServletResponse
- addJars(Resource) - Method in class org.eclipse.jetty.runner.Runner.Classpath
-
Deprecated.
- addJars(Resource) - Method in class org.eclipse.jetty.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.server.handler.ContextHandler.StaticContext
- addJspFile(String, String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
- addJspPropertyGroup(JspPropertyGroupDescriptor) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspConfig
- addLib(FileSet) - Method in class org.eclipse.jetty.ant.AntWebAppContext
- addLifeCycleBinding(AppLifeCycle.Binding) - Method in class org.eclipse.jetty.deploy.DeploymentManager
- addListener(Class<? extends EventListener>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
- addListener(Class<? extends EventListener>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- addListener(Class<? extends EventListener>) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
- addListener(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
- addListener(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- addListener(String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
- addListener(EventListener) - Method in class org.eclipse.jetty.util.PathWatcher
-
Add a listener for changes the watcher notices.
- addListener(AsyncListener) - Method in class org.eclipse.jetty.server.AsyncContextState
- addListener(AsyncListener) - Method in class org.eclipse.jetty.server.HttpChannelState
- addListener(AsyncListener, ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.server.AsyncContextState
- addListener(NamingContext.Listener) - Method in class org.eclipse.jetty.jndi.NamingContext
- addListener(HttpChannel.Listener) - Method in class org.eclipse.jetty.server.HttpChannel
-
Deprecated.
- addListener(ListenerHolder) - Method in class org.eclipse.jetty.servlet.ServletHandler
-
Add a holder for a listener
- 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.server.handler.ContextHandler.Context
- addListener(T) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- addListener(T) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
- addLocaleEncoding(String, String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
- addLoginServices(LoginServices) - Method in class org.eclipse.jetty.ant.JettyRunTask
- 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.servlet.ServletHolder.Registration
- addMapping(String, Class<?>) - Method in class org.eclipse.jetty.websocket.server.JettyWebSocketServerContainer
- addMapping(String, WebSocketNegotiator) - Method in class org.eclipse.jetty.websocket.core.server.WebSocketUpgradeHandler
- addMapping(String, JettyWebSocketCreator) - Method in class org.eclipse.jetty.websocket.server.JettyWebSocketServerContainer
- addMapping(String, JettyWebSocketCreator) - Method in interface org.eclipse.jetty.websocket.server.JettyWebSocketServletFactory
-
Add a WebSocket mapping to a provided
JettyWebSocketCreator
. - 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
- addMappingForServletNames(EnumSet<DispatcherType>, boolean, String...) - Method in class org.eclipse.jetty.servlet.FilterHolder.Registration
- addMappingForUrlPatterns(EnumSet<DispatcherType>, boolean, String...) - Method in class org.eclipse.jetty.servlet.FilterHolder.Registration
- addMessageHandler(Class<T>, MessageHandler.Partial<T>) - Method in class org.eclipse.jetty.websocket.javax.common.JavaxWebSocketFrameHandler
- addMessageHandler(Class<T>, MessageHandler.Partial<T>) - Method in class org.eclipse.jetty.websocket.javax.common.JavaxWebSocketSession
- addMessageHandler(Class<T>, MessageHandler.Whole<T>) - Method in class org.eclipse.jetty.websocket.javax.common.JavaxWebSocketFrameHandler
- addMessageHandler(Class<T>, MessageHandler.Whole<T>) - Method in class org.eclipse.jetty.websocket.javax.common.JavaxWebSocketSession
- addMessageHandler(MessageHandler) - Method in class org.eclipse.jetty.websocket.javax.common.JavaxWebSocketSession
- addMimeMapping(String, String) - Method in class org.eclipse.jetty.http.MimeTypes
-
Set a mime mapping
- addModule(Module) - Method in class org.eclipse.jetty.start.Licensing
- addModule(Module, Props) - Method in interface org.eclipse.jetty.start.BaseBuilder.Config
-
Add a module to the start environment in
${jetty.base}
- addModule(Module, Props) - Method in class org.eclipse.jetty.start.builders.StartDirBuilder
- addModule(Module, Props) - Method in class org.eclipse.jetty.start.builders.StartIniBuilder
- addName(String) - Method in class org.eclipse.jetty.util.ssl.X509
- addNode(Node) - Method in class org.eclipse.jetty.deploy.graph.Graph
- addOption(String) - Method in class org.eclipse.jetty.start.CommandLineBuilder
-
Adds a "-OPTION" style option to the command line with no quoting, for example `--help`.
- addOption(String, String, String) - Method in class org.eclipse.jetty.start.CommandLineBuilder
-
Adds a "-OPTIONname=value" style option to the command line with name and value quoted if necessary, for example "-Dprop=value".
- addOthers() - Method in class org.eclipse.jetty.webapp.AbsoluteOrdering
- addOverrideDescriptor(String) - Method in class org.eclipse.jetty.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.webapp.MetaData
-
Add a override-web.xml descriptor.
- addParsedClass(String, Resource) - Method in class org.eclipse.jetty.annotations.AnnotationParser
-
Add a class as having been parsed.
- addPath(String) - Method in class org.eclipse.jetty.util.resource.EmptyResource
- addPath(String) - Method in class org.eclipse.jetty.util.resource.PathResource
- addPath(String) - Method in class org.eclipse.jetty.util.resource.Resource
-
Returns the resource contained inside the current resource with the given name, which may or may not exist.
- addPath(String) - Method in class org.eclipse.jetty.util.resource.ResourceCollection
-
Add a path to the resource collection.
- addPath(String) - Method in class org.eclipse.jetty.util.resource.URLResource
-
Returns the resource contained inside the current resource with the given name
- addPath(URI, String) - Static method in class org.eclipse.jetty.util.URIUtil
- addPath(Resource) - Method in class org.eclipse.jetty.runner.Runner.Classpath
-
Deprecated.
- 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.
- addPossibleProperty(String, String) - Method in class org.eclipse.jetty.start.Props
-
Add a potential argument as a property.
- addProgrammaticListener(EventListener) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Apply any necessary restrictions on a programmatic added listener.
- addPropertyUserStore(String, PropertyUserStore) - Method in class org.eclipse.jetty.jaas.PropertyUserStoreManager
- addProxy(ProxyConfiguration.Proxy) - Method in class org.eclipse.jetty.client.ProxyConfiguration
-
Adds a proxy.
- addProxyHeaders(HttpServletRequest, Request) - Method in class org.eclipse.jetty.proxy.AbstractProxyServlet
- addQueries(String, String) - Static method in class org.eclipse.jetty.util.URIUtil
-
Combine two query strings into one.
- addRawArg(String) - Method in class org.eclipse.jetty.start.CommandLineBuilder
-
Deprecated.
- addRequestLog(RequestLog) - Method in class org.eclipse.jetty.server.HttpChannel
- 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.security.ConstraintAware
-
Add a Role definition.
- addRole(String) - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
- addRole(String) - Method in class org.eclipse.jetty.security.RoleInfo
- addRoles(String...) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
-
delegate for ServletContext.declareRole method
- addRule(Rule) - Method in class org.eclipse.jetty.rewrite.handler.RewriteHandler
-
Add a Rule
- addRule(Rule) - Method in class org.eclipse.jetty.rewrite.handler.RuleContainer
-
Add a Rule
- addScannerListener(Scanner.Listener) - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
- addScanTargets(FileSet) - Method in class org.eclipse.jetty.ant.AntWebAppContext
- addScopes(String...) - Method in class org.eclipse.jetty.security.openid.OpenIdConfiguration
- addServerClasses(Server, String...) - Static method in class org.eclipse.jetty.webapp.WebAppContext
- addServerClassMatcher(ClassMatcher) - Method in class org.eclipse.jetty.webapp.WebAppContext
-
Add a ClassMatcher for server classes by combining with any existing matcher.
- addServlet(Class<? extends Servlet>, String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
-
Convenience method to add a servlet.
- addServlet(Class<? extends Servlet>, String) - Method in class org.eclipse.jetty.servlet.ServletTester
- addServlet(String, Class<? extends Servlet>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- addServlet(String, Class<? extends Servlet>) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
- addServlet(String, String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- addServlet(String, String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
-
Convenience method to add a servlet.
- addServlet(String, String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
- addServlet(String, String) - Method in class org.eclipse.jetty.servlet.ServletTester
- addServlet(String, Servlet) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- addServlet(String, Servlet) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
- addServlet(ServletHolder) - Method in class org.eclipse.jetty.servlet.ServletHandler
-
Convenience method to add a pre-constructed ServletHolder.
- addServlet(ServletHolder, String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
-
Convenience method to add a servlet.
- addServlet(ServletHolder, String) - Method in class org.eclipse.jetty.servlet.ServletTester
- addServletContainerInitializer(ServletContainerInitializer) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
-
Convenience method to programmatically add a
ServletContainerInitializer
. - addServletContainerInitializer(ServletContainerInitializer, Class<?>...) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
-
Convenience method to programmatically add a
ServletContainerInitializer
. - addServletContainerInitializer(ServletContainerInitializerHolder...) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
-
Convenience method to programmatically add a list of
ServletContainerInitializer
. - addServletContainerInitializerHolders(ServletContainerInitializerHolder...) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.ServletContainerInitializerStarter
- addServletMapping(String, XmlParser.Node, WebAppContext, Descriptor) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
- addServletMapping(ServletMapping) - Method in class org.eclipse.jetty.servlet.ServletHandler
-
Convenience method to add a pre-constructed ServletMapping.
- addServletWithMapping(Class<? extends Servlet>, String) - Method in class org.eclipse.jetty.servlet.ServletHandler
-
Convenience method to add a servlet.
- addServletWithMapping(String, String) - Method in class org.eclipse.jetty.servlet.ServletHandler
-
Convenience method to add a servlet.
- addServletWithMapping(ServletHolder, String) - Method in class org.eclipse.jetty.servlet.ServletHandler
-
Convenience method to add a servlet.
- 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.JettyWebSocketServerContainer
- addSessionListener(JavaxWebSocketSessionListener) - Method in class org.eclipse.jetty.websocket.javax.common.JavaxWebSocketContainer
-
Register a WebSocketSessionListener with the container
- addSetter(String, Method) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
- addStartupClasses(Class<?>...) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration.DiscoveredServletContainerInitializerHolder
-
Classes that are listed in @HandlesTypes and found by the createServletContainerInitializerAnnotationHandlers method.
- addStartupClasses(Class<?>...) - Method in class org.eclipse.jetty.servlet.ServletContainerInitializerHolder
- addStartupClasses(String...) - Method in class org.eclipse.jetty.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.servlet.ServletContainerInitializerHolder
- addSystemClasses(Server, String...) - Static method in class org.eclipse.jetty.webapp.WebAppContext
- addSystemClassMatcher(ClassMatcher) - Method in class org.eclipse.jetty.webapp.WebAppContext
-
Add a ClassMatcher for system classes by combining with any existing matcher.
- addSystemProperties(SystemProperties) - Method in class org.eclipse.jetty.ant.JettyRunTask
- addSystemProperty(Property) - Method in class org.eclipse.jetty.ant.types.SystemProperties
- addTaglibDescriptor(TaglibDescriptor) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspConfig
- addThrowable(Throwable) - Method in class org.eclipse.jetty.server.AsyncContextEvent
- addToAllConnectors(Server) - Static method in class org.eclipse.jetty.server.ServerConnectionStatistics
-
Deprecated.use
Server.addBeanToAllConnectors(Object)
instead. - 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.webapp.WebAppClassLoader
- addUndecoratable(String...) - Method in class org.eclipse.jetty.cdi.CdiSpiDecorator
- addUniqueLine(String) - Method in class org.eclipse.jetty.start.StartIni
- addUniqueLine(String) - Method in class org.eclipse.jetty.start.TextFile
- addURL(URL) - Method in class org.eclipse.jetty.ant.AntWebAppContext.AntURLClassLoader
- addUrlPattern(String) - Method in class org.eclipse.jetty.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)
- addValues(String, List<V>) - 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.
- addViaHeader(HttpServletRequest, Request) - Method in class org.eclipse.jetty.proxy.AbstractProxyServlet
-
Adds the HTTP
Via
header to the proxied request, taking into account data present in the client request. - addViaHeader(Request) - Method in class org.eclipse.jetty.proxy.AbstractProxyServlet
-
Adds the HTTP
Via
header to the proxied request. - addVirtualHost(String) - Method in class org.eclipse.jetty.rewrite.handler.VirtualHostRuleContainer
- addVirtualHosts(String[]) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Either set virtual hosts or add to an existing set of virtual hosts.
- addVirtualHosts(String[]) - Method in class org.eclipse.jetty.servlet.ServletTester
- addWebApp(AntWebAppContext) - Method in class org.eclipse.jetty.ant.JettyRunTask
-
Creates a new
WebApp
Ant object. - addWebApplication(AntWebAppContext) - Method in class org.eclipse.jetty.ant.ServerProxyImpl
- addWebApplication(AntWebAppContext) - Method in interface org.eclipse.jetty.ant.utils.ServerProxy
-
Adds a new web application to this server.
- addWebFragments(WebAppContext, MetaData) - Method in class org.eclipse.jetty.webapp.FragmentConfiguration
-
Add in fragment descriptors that have already been discovered by MetaInfConfiguration
- addWebInfResource(Resource) - Method in class org.eclipse.jetty.webapp.MetaData
- addWelcomeFiles(WebAppContext, XmlParser.Node, Descriptor) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
- addXForwardedHeaders(HttpServletRequest, Request) - Method in class org.eclipse.jetty.proxy.AbstractProxyServlet
- After - Enum constant in enum org.eclipse.jetty.webapp.FragmentDescriptor.OtherType
- AFTER_NAME - Enum constant in enum org.eclipse.jetty.server.MultiPartParser.FieldState
- AFTER_SEND - Enum constant in enum org.eclipse.jetty.http2.CloseState.Event
- AfterContentTransformer - Class in org.eclipse.jetty.proxy
-
A specialized transformer for
AsyncMiddleManServlet
that performs the transformation when the whole content has been received. - AfterContentTransformer() - Constructor for class org.eclipse.jetty.proxy.AfterContentTransformer
- AfterContentTransformer.Sink - Class in org.eclipse.jetty.proxy
-
The target to where the transformed content is written after the transformation.
- AfterContentTransformer.Source - Class in org.eclipse.jetty.proxy
-
The source from where the original content is read to be transformed.
- afterDecoding(HttpExchange) - Method in interface org.eclipse.jetty.client.ContentDecoder
-
Processes the exchange after the response content has been decoded.
- afterDecoding(HttpExchange) - Method in class org.eclipse.jetty.client.GZIPContentDecoder
- afterResponse(HandshakeResponse) - Method in class org.eclipse.jetty.websocket.javax.client.internal.EmptyConfigurator
- afterStartup(Consumer<ServletContext>) - Method in class org.eclipse.jetty.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 org.eclipse.jetty.http.HttpHeader
- agent(String) - Method in interface org.eclipse.jetty.client.api.Request
- agent(String) - Method in class org.eclipse.jetty.client.HttpRequest
- AHW_ATTR - Static variable in class org.eclipse.jetty.server.handler.AsyncDelayHandler
- AliasedX509ExtendedKeyManager - Class in org.eclipse.jetty.util.ssl
-
An
X509ExtendedKeyManager
that 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 - Enum constant in enum org.eclipse.jetty.logging.JettyLevel
- ALL - Static variable in class org.eclipse.jetty.servlet.FilterMapping
- ALL_INTERFACES - Static variable in class org.eclipse.jetty.util.StringUtil
- ALL_PARTS - Static variable in class org.eclipse.jetty.start.StartArgs
- allocate(int) - Method in class org.eclipse.jetty.io.ArrayByteBufferPool.Retained
- allocate(int) - Method in class org.eclipse.jetty.io.ArrayRetainableByteBufferPool
- allocate(int) - Method in class org.eclipse.jetty.io.MappedByteBufferPool.Retained
- 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.
- allocateDirect(int) - Method in class org.eclipse.jetty.io.ArrayByteBufferPool.Retained
- allocateDirect(int) - Method in class org.eclipse.jetty.io.ArrayRetainableByteBufferPool
- allocateDirect(int) - Method in class org.eclipse.jetty.io.MappedByteBufferPool.Retained
- allocateDirect(int) - Static method in class org.eclipse.jetty.util.BufferUtil
-
Allocate ByteBuffer in flush mode.
- ALLOW - Enum constant in enum org.eclipse.jetty.http.HttpHeader
-
Entity Fields.
- AllowedResourceAliasChecker - Class in org.eclipse.jetty.server
-
This will approve any alias to anything inside of the
ContextHandler
s resource base which is not protected by a protected target as defined byContextHandler.getProtectedTargets()
at start. - AllowedResourceAliasChecker(ContextHandler) - Constructor for class org.eclipse.jetty.server.AllowedResourceAliasChecker
- AllowedResourceAliasChecker(ContextHandler, Supplier<Resource>) - Constructor for class org.eclipse.jetty.server.AllowedResourceAliasChecker
- AllowedResourceAliasChecker(ContextHandler, Resource) - Constructor for class org.eclipse.jetty.server.AllowedResourceAliasChecker
- allowInsecureHttpDownloads() - Method in class org.eclipse.jetty.start.fileinits.DownloadFileInitializer
- allowInsecureHttpDownloads() - Method in class org.eclipse.jetty.start.fileinits.MavenLocalRepoFileInitializer
- allowInsecureHttpDownloads() - Method in class org.eclipse.jetty.start.fileinits.UriFileInitializer
- 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.UriCompliance
- AllowSymLinkAliasChecker - Class in org.eclipse.jetty.server.handler
-
Deprecated.use
SymlinkAllowedResourceAliasChecker
instead. - AllowSymLinkAliasChecker() - Constructor for class org.eclipse.jetty.server.handler.AllowSymLinkAliasChecker
-
Deprecated.
- ALPHA - Enum constant in enum org.eclipse.jetty.http.HttpTokens.Type
- ALPNClientConnection - Class in org.eclipse.jetty.alpn.client
- ALPNClientConnection(EndPoint, Executor, ClientConnectionFactory, SSLEngine, Map<String, Object>, List<String>) - Constructor for class org.eclipse.jetty.alpn.client.ALPNClientConnection
- ALPNClientConnectionFactory - Class in org.eclipse.jetty.alpn.client
- ALPNClientConnectionFactory(Executor, ClientConnectionFactory, List<String>) - 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>, 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 org.eclipse.jetty.http.HttpHeader
- AMBIGUOUS_EMPTY_SEGMENT - Enum constant in enum org.eclipse.jetty.http.UriCompliance.Violation
-
Allow ambiguous empty segments e.g.
- AMBIGUOUS_PATH_ENCODING - Enum constant in enum org.eclipse.jetty.http.UriCompliance.Violation
-
Allow ambiguous path encoding within a URI segment e.g.
- AMBIGUOUS_PATH_PARAMETER - Enum constant in enum org.eclipse.jetty.http.UriCompliance.Violation
-
Allow ambiguous path parameters within a URI segment e.g.
- AMBIGUOUS_PATH_SEGMENT - Enum constant in enum org.eclipse.jetty.http.UriCompliance.Violation
-
Allow ambiguous path segments e.g.
- AMBIGUOUS_PATH_SEPARATOR - Enum constant in enum org.eclipse.jetty.http.UriCompliance.Violation
-
Allow ambiguous path separator within a URI segment e.g.
- AnnotatedClientEndpointConfig - Class in org.eclipse.jetty.websocket.javax.client.internal
- AnnotatedClientEndpointConfig(ClientEndpoint, WebSocketComponents) - Constructor for class org.eclipse.jetty.websocket.javax.client.internal.AnnotatedClientEndpointConfig
- AnnotatedServerEndpointConfig - Class in org.eclipse.jetty.websocket.javax.server.internal
- AnnotatedServerEndpointConfig(JavaxWebSocketContainer, Class<?>, ServerEndpoint) - Constructor for class org.eclipse.jetty.websocket.javax.server.internal.AnnotatedServerEndpointConfig
- AnnotatedServerEndpointConfig(JavaxWebSocketContainer, Class<?>, ServerEndpoint, EndpointConfig) - Constructor for class org.eclipse.jetty.websocket.javax.server.internal.AnnotatedServerEndpointConfig
- Annotation - Enum constant in enum org.eclipse.jetty.webapp.Origin
- ANNOTATION - Enum constant in enum org.eclipse.jetty.servlet.Source.Origin
- AnnotationConfiguration - Class in org.eclipse.jetty.annotations
-
Configuration for Annotations
- AnnotationConfiguration - Class in org.eclipse.jetty.osgi.annotations
-
Extend the AnnotationConfiguration to support OSGi: Look for annotations inside WEB-INF/lib and also in the fragments and required bundles.
- AnnotationConfiguration() - Constructor for class org.eclipse.jetty.annotations.AnnotationConfiguration
- AnnotationConfiguration() - Constructor for class org.eclipse.jetty.osgi.annotations.AnnotationConfiguration
- AnnotationConfiguration.BundleParserTask - Class in org.eclipse.jetty.osgi.annotations
- AnnotationConfiguration.ClassInheritanceMap - Class in org.eclipse.jetty.annotations
- AnnotationConfiguration.DiscoveredServletContainerInitializerHolder - Class in org.eclipse.jetty.annotations
- AnnotationConfiguration.ParserTask - Class in org.eclipse.jetty.annotations
-
ParserTask Task to executing scanning of a resource for annotations.
- AnnotationConfiguration.ServletContainerInitializerComparator - Class in org.eclipse.jetty.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.annotations
-
ServletContainerInitializerOrdering
- AnnotationConfiguration.TimeStatistic - Class in org.eclipse.jetty.annotations
-
Simple class to capture elapsed time of an operation.
- AnnotationDecorator - Class in org.eclipse.jetty.annotations
-
AnnotationDecorator
- AnnotationDecorator(WebAppContext) - Constructor for class org.eclipse.jetty.annotations.AnnotationDecorator
- AnnotationIntrospector - Class in org.eclipse.jetty.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.annotations.AnnotationIntrospector
- AnnotationIntrospector.AbstractIntrospectableAnnotationHandler - Class in org.eclipse.jetty.annotations
-
AbstractIntrospectableAnnotationHandler Base class for handlers that introspect a class to find a particular annotation.
- AnnotationIntrospector.IntrospectableAnnotationHandler - Interface in org.eclipse.jetty.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 - Class in org.eclipse.jetty.osgi.annotations
- AnnotationParser() - Constructor for class org.eclipse.jetty.annotations.AnnotationParser
- AnnotationParser(int) - Constructor for class org.eclipse.jetty.annotations.AnnotationParser
- AnnotationParser(int) - Constructor for class org.eclipse.jetty.osgi.annotations.AnnotationParser
- AnnotationParser(int, 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.
- AntMetaInfConfiguration - Class in org.eclipse.jetty.ant
- AntMetaInfConfiguration() - Constructor for class org.eclipse.jetty.ant.AntMetaInfConfiguration
- AntServletHandler() - Constructor for class org.eclipse.jetty.ant.AntWebAppContext.AntServletHandler
- AntServletHolder() - Constructor for class org.eclipse.jetty.ant.AntWebAppContext.AntServletHolder
- AntServletHolder(Class<? extends Servlet>) - Constructor for class org.eclipse.jetty.ant.AntWebAppContext.AntServletHolder
- AntServletHolder(String, Class<? extends Servlet>) - Constructor for class org.eclipse.jetty.ant.AntWebAppContext.AntServletHolder
- AntServletHolder(String, Servlet) - Constructor for class org.eclipse.jetty.ant.AntWebAppContext.AntServletHolder
- AntServletHolder(Servlet) - Constructor for class org.eclipse.jetty.ant.AntWebAppContext.AntServletHolder
- AntURLClassLoader(AntClassLoader) - Constructor for class org.eclipse.jetty.ant.AntWebAppContext.AntURLClassLoader
- AntWebAppContext - Class in org.eclipse.jetty.ant
-
Extension of WebAppContext to allow configuration via Ant environment.
- AntWebAppContext(Project) - Constructor for class org.eclipse.jetty.ant.AntWebAppContext
-
Default constructor.
- AntWebAppContext.AntServletHandler - Class in org.eclipse.jetty.ant
-
AntServletHandler
- AntWebAppContext.AntServletHolder - Class in org.eclipse.jetty.ant
-
AntServletHolder
- AntWebAppContext.AntURLClassLoader - Class in org.eclipse.jetty.ant
-
AntURLClassLoader Adapt the AntClassLoader which is not a URLClassLoader - this is needed for jsp to be able to search the classpath.
- AntWebInfConfiguration - Class in org.eclipse.jetty.ant
- AntWebInfConfiguration() - Constructor for class org.eclipse.jetty.ant.AntWebInfConfiguration
- AntWebXmlConfiguration - Class in org.eclipse.jetty.ant
-
This configuration object provides additional way to inject application properties into the configured web application.
- AntWebXmlConfiguration() - Constructor for class org.eclipse.jetty.ant.AntWebXmlConfiguration
- ANY_AUTH - Static variable in class org.eclipse.jetty.util.security.Constraint
- ANY_REALM - Static variable in interface org.eclipse.jetty.client.api.Authentication
-
Constant used to indicate that any realm will match.
- ANY_ROLE - Static variable in class org.eclipse.jetty.util.security.Constraint
- APACHE - Enum constant in enum org.eclipse.jetty.servlet.ServletHolder.JspContainer
- APACHE_SENTINEL_CLASS - Static variable in class org.eclipse.jetty.servlet.ServletHolder
- API - Enum constant in enum org.eclipse.jetty.webapp.Origin
- App - Class in org.eclipse.jetty.deploy
-
The information about an App that is managed by the
DeploymentManager
- App(DeploymentManager, AppProvider, String) - Constructor for class org.eclipse.jetty.deploy.App
-
Create an App with specified Origin ID and archivePath
- App(DeploymentManager, AppProvider, String, ContextHandler) - Constructor for class org.eclipse.jetty.deploy.App
-
Create an App with specified Origin ID and archivePath
- AppContextLeakPreventer - Class in org.eclipse.jetty.util.preventers
-
AppContextLeakPreventer 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.Utf8Appendable
- append(byte[]) - Method in interface org.eclipse.jetty.util.CharsetStringBuilder
- append(byte[]) - Method in class org.eclipse.jetty.util.Utf8Appendable
- 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.Utf8Appendable
- append(byte[], int, int, int) - Method in class org.eclipse.jetty.util.Utf8Appendable
- 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.Utf8Appendable
- append(Appendable, Object) - Method in class org.eclipse.jetty.util.ajax.JSON
-
Appends the given object as JSON to string buffer.
- 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(String) - Method in class org.eclipse.jetty.util.Utf8Appendable
- 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.internal.util.ReflectUtils
- append(StringBuilder, MethodType) - Static method in class org.eclipse.jetty.websocket.core.internal.util.ReflectUtils
- append(StringBuilder, Method) - Static method in class org.eclipse.jetty.websocket.core.internal.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.Utf8Appendable
- 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.Utf8Appendable
- append(ByteBuffer, boolean) - Method in class org.eclipse.jetty.fcgi.generator.Generator.Result
- append(ByteBuffer, boolean) - Method in class org.eclipse.jetty.io.ByteBufferPool.Lease
- 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(List<HTTP2Flusher.Entry>) - Method in class org.eclipse.jetty.http2.HTTP2Flusher
- append(HTTP2Flusher.Entry) - Method in class org.eclipse.jetty.http2.HTTP2Flusher
- append2digits(StringBuffer, int) - Static method in class org.eclipse.jetty.util.StringUtil
-
Append 2 digits (zero padded) to the StringBuffer
- 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.Utf8Appendable
- 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.servlet.ServletHolder
-
Concatenate an element on to fully qualified classname.
- appendSchemeHostPort(StringBuffer, 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
- 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
- AppEntry() - Constructor for class org.eclipse.jetty.deploy.DeploymentManager.AppEntry
- APPLICATION_JSON - Enum constant in enum org.eclipse.jetty.http.MimeTypes.Type
- APPLICATION_JSON_8859_1 - Enum constant in enum org.eclipse.jetty.http.MimeTypes.Type
- APPLICATION_JSON_UTF_8 - Enum constant in enum org.eclipse.jetty.http.MimeTypes.Type
- APPLICATION_PROTOCOLS_CONTEXT_KEY - Static variable in class org.eclipse.jetty.io.ClientConnector
- 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.servlet.FilterMapping
- AppLifeCycle - Class in org.eclipse.jetty.deploy
-
The lifecycle of an App in the
DeploymentManager
. - AppLifeCycle() - Constructor for class org.eclipse.jetty.deploy.AppLifeCycle
- AppLifeCycle.Binding - Interface in org.eclipse.jetty.deploy
- apply() - Method in class org.eclipse.jetty.annotations.WebFilterAnnotation
- apply() - Method in class org.eclipse.jetty.annotations.WebListenerAnnotation
- apply() - Method in class org.eclipse.jetty.annotations.WebServletAnnotation
- apply() - Method in class org.eclipse.jetty.webapp.DiscoveredAnnotation
- apply(String, String, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.rewrite.handler.ForwardedSchemeHeaderRule
- apply(String, String, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.rewrite.handler.HeaderRule
-
Apply the rule to the request
- apply(String, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.rewrite.handler.CookiePatternRule
- apply(String, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.rewrite.handler.HeaderPatternRule
-
Invokes this method when a match found.
- apply(String, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.rewrite.handler.PatternRule
-
Apply the rule to the request
- apply(String, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.rewrite.handler.RedirectPatternRule
- apply(String, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.rewrite.handler.ResponsePatternRule
- apply(String, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.rewrite.handler.RewritePatternRule
- apply(String, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.rewrite.handler.RuleContainer
-
Process the contained rules (called by matchAndApply)
- apply(String, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.rewrite.handler.TerminatingPatternRule
- apply(String, HttpServletRequest, HttpServletResponse, Matcher) - Method in class org.eclipse.jetty.rewrite.handler.HeaderRegexRule
- apply(String, HttpServletRequest, HttpServletResponse, Matcher) - Method in class org.eclipse.jetty.rewrite.handler.RedirectRegexRule
- apply(String, HttpServletRequest, HttpServletResponse, Matcher) - Method in class org.eclipse.jetty.rewrite.handler.RegexRule
-
Apply this rule to the request/response pair.
- apply(String, HttpServletRequest, HttpServletResponse, Matcher) - Method in class org.eclipse.jetty.rewrite.handler.RewriteRegexRule
- apply(String, HttpServletRequest, HttpServletResponse, Matcher) - Method in class org.eclipse.jetty.rewrite.handler.TerminatingRegexRule
- apply(SSLEngine, List<SNIServerName>) - 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.api.Authentication.Result
-
Applies the authentication result to the given request.
- apply(Request) - Method in class org.eclipse.jetty.client.util.BasicAuthentication.BasicResult
- apply(Request) - Method in class org.eclipse.jetty.client.util.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
. - applyMetaInfContextXml(Resource, String) - Method in class org.eclipse.jetty.osgi.boot.AbstractWebAppProvider.OSGiApp
- applyURI(Request, String, String) - Method in class org.eclipse.jetty.rewrite.handler.CompactPathRule
- applyURI(Request, String, String) - Method in class org.eclipse.jetty.rewrite.handler.RewritePatternRule
-
This method will add _query to the requests's queryString and also combine it with existing queryStrings in the request.
- applyURI(Request, String, String) - Method in class org.eclipse.jetty.rewrite.handler.RewriteRegexRule
- applyURI(Request, String, String) - Method in interface org.eclipse.jetty.rewrite.handler.Rule.ApplyURI
- AppProvider - Interface in org.eclipse.jetty.deploy
-
Object responsible for providing
App
s to theDeploymentManager
- ApproveAliases() - Constructor for class org.eclipse.jetty.server.handler.ContextHandler.ApproveAliases
-
Deprecated.
- ApproveNonExistentDirectoryAliases() - Constructor for class org.eclipse.jetty.server.handler.ContextHandler.ApproveNonExistentDirectoryAliases
-
Deprecated.
- areSupported() - Static method in class org.eclipse.jetty.util.VirtualThreads
- Arg(Class<?>) - Constructor for class org.eclipse.jetty.websocket.core.internal.util.InvokerUtils.Arg
- Arg(Class<?>, String) - Constructor for class org.eclipse.jetty.websocket.core.internal.util.InvokerUtils.Arg
- ARG_ALLOW_INSECURE_HTTP_DOWNLOADS - Static variable in class org.eclipse.jetty.start.StartArgs
- ARG_PARTS - Static variable in class org.eclipse.jetty.start.StartArgs
- ArrayByteBufferPool - Class in org.eclipse.jetty.io
-
A ByteBuffer pool where ByteBuffers are held in queues 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, long, long) - Constructor for class org.eclipse.jetty.io.ArrayByteBufferPool
-
Creates a new ArrayByteBufferPool with the given configuration.
- ArrayByteBufferPool.Retained - Class in org.eclipse.jetty.io
- 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)
- ArrayRetainableByteBufferPool - Class in org.eclipse.jetty.io
-
A
RetainableByteBuffer
pool where RetainableByteBuffers are held inPool
s that are held in array elements. - ArrayRetainableByteBufferPool() - Constructor for class org.eclipse.jetty.io.ArrayRetainableByteBufferPool
-
Creates a new ArrayRetainableByteBufferPool with a default configuration.
- ArrayRetainableByteBufferPool(int, int, int, int) - Constructor for class org.eclipse.jetty.io.ArrayRetainableByteBufferPool
-
Creates a new ArrayRetainableByteBufferPool with the given configuration.
- ArrayRetainableByteBufferPool(int, int, int, int, long, long) - Constructor for class org.eclipse.jetty.io.ArrayRetainableByteBufferPool
-
Creates a new ArrayRetainableByteBufferPool with the given configuration.
- ArrayRetainableByteBufferPool(int, int, int, int, long, long, Function<Integer, Integer>, Function<Integer, Integer>) - Constructor for class org.eclipse.jetty.io.ArrayRetainableByteBufferPool
- ArrayRetainableByteBufferPool(int, int, int, int, IntUnaryOperator, IntUnaryOperator, long, long) - Constructor for class org.eclipse.jetty.io.ArrayRetainableByteBufferPool
-
Creates a new ArrayRetainableByteBufferPool with the given configuration.
- ArrayUtil - Class in org.eclipse.jetty.util
-
Utility methods for Array manipulation
- ArrayUtil() - Constructor for class org.eclipse.jetty.util.ArrayUtil
- artifactId - Variable in class org.eclipse.jetty.start.fileinits.MavenLocalRepoFileInitializer.Coordinates
- asArray() - Method in class org.eclipse.jetty.runner.Runner.Classpath
-
Deprecated.
- asBuffer() - Method in enum org.eclipse.jetty.http.HttpMethod
- asBuffer() - Method in enum org.eclipse.jetty.http.MimeTypes.Type
- asByteBuffer() - Method in enum org.eclipse.jetty.http.HttpScheme
- AsciiLowerCaseSet - Class in org.eclipse.jetty.util
- AsciiLowerCaseSet() - Constructor for class org.eclipse.jetty.util.AsciiLowerCaseSet
- 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(byte) - Static method in class org.eclipse.jetty.util.StringUtil
-
fast upper case conversion.
- asciiToUpperCase(char) - Static method in class org.eclipse.jetty.util.StringUtil
-
fast upper case conversion.
- asciiToUpperCase(String) - Static method in class org.eclipse.jetty.util.StringUtil
-
fast upper case conversion.
- asContextListener(ServletContainerInitializer) - Static method in class org.eclipse.jetty.servlet.listener.ContainerInitializer
-
Utility Method to allow for manual execution of
ServletContainerInitializer
when using Embedded Jetty. - asImmutable() - Method in interface org.eclipse.jetty.http.HttpFields
- asImmutable() - Method in class org.eclipse.jetty.http.HttpFields.Immutable
- asImmutable() - Method in class org.eclipse.jetty.http.HttpFields.Mutable
- 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
- asList(T[]) - Static method in class org.eclipse.jetty.util.TypeUtil
-
Array to List.
- asMutableList(E[]) - Static method in class org.eclipse.jetty.util.ArrayUtil
- asPathSpec(String) - Static method in class org.eclipse.jetty.http.pathmap.PathMappings
-
Deprecated, for removal: This API element is subject to removal in a future version.use
PathSpec.from(String)
instead - asPathSpec(String) - Method in class org.eclipse.jetty.servlet.ServletHandler
- asPathSpec(ConstraintMapping) - Method in class org.eclipse.jetty.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
- asReadOnly() - Method in class org.eclipse.jetty.websocket.core.Frame
- asRetainableByteBufferPool() - Method in class org.eclipse.jetty.io.LogarithmicArrayByteBufferPool
- asRetainableByteBufferPool() - Method in interface org.eclipse.jetty.io.ByteBufferPool
-
Get this pool as a
RetainableByteBufferPool
, which supports reference counting of the buffers and possibly a more efficient lookup mechanism based on thePool
class. - asRetainableByteBufferPool() - Method in class org.eclipse.jetty.io.LeakTrackingByteBufferPool
- asRetainableByteBufferPool() - Method in class org.eclipse.jetty.io.NullByteBufferPool
- assertIsAnnotated(Method, Class<? extends Annotation>) - Static method in class org.eclipse.jetty.websocket.core.internal.util.ReflectUtils
- assertIsPublicNonStatic(Method) - Static method in class org.eclipse.jetty.websocket.core.internal.util.ReflectUtils
- assertIsReturn(Method, Class<?>) - Static method in class org.eclipse.jetty.websocket.core.internal.util.ReflectUtils
- assertMessageNotNull(Object) - Method in class org.eclipse.jetty.websocket.javax.common.JavaxWebSocketRemoteEndpoint
- assertSendHandlerNotNull(SendHandler) - Method in class org.eclipse.jetty.websocket.javax.common.JavaxWebSocketRemoteEndpoint
- assertValidFrame(Frame, CoreSession) - Static method in class org.eclipse.jetty.websocket.core.internal.util.FrameValidation
- assertValidIncoming(Frame, CoreSession) - Static method in class org.eclipse.jetty.websocket.core.internal.util.FrameValidation
- assertValidOutgoing(Frame, CoreSession) - Static method in class org.eclipse.jetty.websocket.core.internal.util.FrameValidation
- associate(HttpExchange) - Method in class org.eclipse.jetty.client.HttpChannel
-
Associates the given
exchange
to this channel in order to be sent over the network. - associate(UserIdentity) - Method in class org.eclipse.jetty.security.DefaultIdentityService
-
If there are roles refs present in the scope, then wrap the UserIdentity with one that uses the role references in the
UserIdentity.isUserInRole(String, org.eclipse.jetty.server.UserIdentity.Scope)
- associate(UserIdentity) - Method in interface org.eclipse.jetty.security.IdentityService
-
Associate a user identity with the current thread.
- associateClassLoader(ClassLoader) - Static method in class org.eclipse.jetty.jndi.ContextFactory
- associateContext(Context) - Static method in class org.eclipse.jetty.jndi.ContextFactory
-
Associate the given Context with the current thread.
- associateInfo(Object) - Static method in class org.eclipse.jetty.util.DecoratedObjectFactory
- asString() - Method in class org.eclipse.jetty.client.HttpDestination
- 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.http.HttpCookie
- asString() - Method in interface org.eclipse.jetty.http.HttpFields
- asString() - Method in enum org.eclipse.jetty.http.HttpHeader
- asString() - Method in enum org.eclipse.jetty.http.HttpHeaderValue
- asString() - Method in enum org.eclipse.jetty.http.HttpMethod
- asString() - Method in enum 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 org.eclipse.jetty.http.HttpVersion
- asString() - Method in enum org.eclipse.jetty.http.MimeTypes.Type
- asSubConfig(Path) - Method in class org.eclipse.jetty.util.PathWatcher.Config
-
Build a new config from a this configuration.
- asTryExecutor(Executor) - Static method in interface org.eclipse.jetty.util.thread.TryExecutor
- Async(Executor, Scheduler, long) - Constructor for class org.eclipse.jetty.util.SocketAddressResolver.Async
-
Creates a new instance with the given executor (to perform DNS resolution in a separate thread), the given scheduler (to cancel the operation if it takes too long) and the given timeout, in milliseconds.
- ASYNC - Enum constant in enum 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.servlet.FilterMapping
- ASYNC_DISPATCH - Enum constant in enum org.eclipse.jetty.server.HttpChannelState.Action
- ASYNC_ERROR - Enum constant in enum org.eclipse.jetty.server.HttpChannelState.Action
- ASYNC_TIMEOUT - Enum constant in enum org.eclipse.jetty.server.HttpChannelState.Action
- AsyncContentProvider - Interface in org.eclipse.jetty.client
-
Deprecated.no replacement, use
Request.Content
instead. - AsyncContentProvider.Listener - Interface in org.eclipse.jetty.client
-
Deprecated.A listener that is notified of content availability
- AsyncContextEvent - Class in org.eclipse.jetty.server
- AsyncContextEvent(ContextHandler.Context, AsyncContextState, HttpChannelState, Request, ServletRequest, ServletResponse) - Constructor for class org.eclipse.jetty.server.AsyncContextEvent
- AsyncContextEvent(ContextHandler.Context, AsyncContextState, HttpChannelState, Request, ServletRequest, ServletResponse, HttpURI) - Constructor for class org.eclipse.jetty.server.AsyncContextEvent
- AsyncContextState - Class in org.eclipse.jetty.server
- AsyncContextState(HttpChannelState) - Constructor for class org.eclipse.jetty.server.AsyncContextState
- AsyncContextState.WrappedAsyncListener - Class in org.eclipse.jetty.server
- AsyncDelayHandler - Class in org.eclipse.jetty.server.handler
-
A handler wrapper that provides the framework to asynchronously delay the handling of a request.
- AsyncDelayHandler() - Constructor for class org.eclipse.jetty.server.handler.AsyncDelayHandler
- asyncError(Throwable) - Method in class org.eclipse.jetty.server.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.proxy
-
Servlet 3.1 asynchronous proxy servlet with capability to intercept and modify request/response content.
- AsyncMiddleManServlet() - Constructor for class org.eclipse.jetty.proxy.AsyncMiddleManServlet
- AsyncMiddleManServlet.ContentTransformer - Interface in org.eclipse.jetty.proxy
-
Allows applications to transform upstream and downstream content.
- AsyncMiddleManServlet.GZIPContentTransformer - Class in org.eclipse.jetty.proxy
- AsyncMiddleManServlet.ProxyReader - Class in org.eclipse.jetty.proxy
- AsyncMiddleManServlet.ProxyResponseListener - Class in org.eclipse.jetty.proxy
- AsyncMiddleManServlet.ProxyWriter - Class in org.eclipse.jetty.proxy
- AsyncMiddleManServlet.Transparent - Class in org.eclipse.jetty.proxy
-
Convenience extension of
AsyncMiddleManServlet
that offers transparent proxy functionalities. - AsyncProxyServlet - Class in org.eclipse.jetty.proxy
-
Servlet 3.1 asynchronous proxy servlet.
- AsyncProxyServlet() - Constructor for class org.eclipse.jetty.proxy.AsyncProxyServlet
- AsyncProxyServlet.StreamReader - Class in org.eclipse.jetty.proxy
- AsyncProxyServlet.StreamWriter - Class in org.eclipse.jetty.proxy
- AsyncProxyServlet.Transparent - Class in org.eclipse.jetty.proxy
-
Convenience extension of
AsyncProxyServlet
that offers transparent proxy functionalities. - asyncReadFillInterested() - Method in class org.eclipse.jetty.server.HttpConnection
- AsyncRequestContent - Class in org.eclipse.jetty.client.util
- AsyncRequestContent(String, ByteBuffer...) - Constructor for class org.eclipse.jetty.client.util.AsyncRequestContent
- AsyncRequestContent(ByteBuffer...) - Constructor for class org.eclipse.jetty.client.util.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<String>) - Constructor for class org.eclipse.jetty.server.AsyncRequestLogWriter
- 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 class org.eclipse.jetty.util.DecoratedObjectFactory
-
ServletContext attribute for the active DecoratedObjectFactory
- ATTR - Static variable in interface org.eclipse.jetty.webapp.Configuration
- ATTR_JAVAX_SERVER_CONTAINER - Static variable in class org.eclipse.jetty.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
- attribute(String, Object) - Method in interface org.eclipse.jetty.client.api.Request
- attribute(String, Object) - Method in class org.eclipse.jetty.client.HttpRequest
- Attribute - Class in org.eclipse.jetty.ant.types
- Attribute() - Constructor for class org.eclipse.jetty.ant.types.Attribute
- ATTRIBUTE - Static variable in class org.eclipse.jetty.cdi.CdiDecoratingListener
- ATTRIBUTE_VALUES - Enum constant in enum org.eclipse.jetty.http.CookieCompliance.Violation
-
A cookie attribute value was found and its value is retained.
- attributeAdded(ServletContextAttributeEvent) - Method in class org.eclipse.jetty.server.handler.ManagedAttributeListener
- attributeAdded(ServletContextAttributeEvent) - Method in class org.eclipse.jetty.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.quickstart
-
Normalize Attribute to String.
- AttributeNormalizer(Resource) - Constructor for class org.eclipse.jetty.quickstart.AttributeNormalizer
- attributeRemoved(ServletContextAttributeEvent) - Method in class org.eclipse.jetty.server.handler.ManagedAttributeListener
- attributeRemoved(ServletContextAttributeEvent) - Method in class org.eclipse.jetty.servlet.DecoratingListener
- attributeReplaced(ServletContextAttributeEvent) - Method in class org.eclipse.jetty.server.handler.ManagedAttributeListener
- attributeReplaced(ServletContextAttributeEvent) - Method in class org.eclipse.jetty.servlet.DecoratingListener
- Attributes - Class in org.eclipse.jetty.ant.types
- Attributes - Interface in org.eclipse.jetty.util
-
Attributes.
- Attributes() - Constructor for class org.eclipse.jetty.ant.types.Attributes
- ATTRIBUTES - Enum constant in enum org.eclipse.jetty.http.CookieCompliance.Violation
-
A cookie attribute was found.
- ATTRIBUTES - Static variable in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
- Attributes.Wrapper - Class in org.eclipse.jetty.util
-
A Wrapper of attributes
- AttributesMap - Class in org.eclipse.jetty.util
- AttributesMap() - Constructor for class org.eclipse.jetty.util.AttributesMap
- AttributesMap(AttributesMap) - Constructor for class org.eclipse.jetty.util.AttributesMap
- AUTH_METHOD_KEY - Static variable in class org.eclipse.jetty.security.jaspi.JaspiMessageInfo
- AUTH_TYPE - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
- authenticate(Object) - Method in class org.eclipse.jetty.security.UserPrincipal
- authenticate(HttpServletResponse) - Method in class org.eclipse.jetty.server.Request
- authenticate(HttpServletResponse) - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
- authenticate(HttpServletResponse) - Method in class org.eclipse.jetty.websocket.core.server.internal.UpgradeHttpServletRequest
- authenticate(ServletRequest) - Method in class org.eclipse.jetty.security.authentication.DeferredAuthentication
- authenticate(ServletRequest) - Method in interface org.eclipse.jetty.server.Authentication.Deferred
-
Authenticate if possible without sending a challenge.
- authenticate(ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.security.authentication.DeferredAuthentication
- authenticate(ServletRequest, ServletResponse) - Method in interface org.eclipse.jetty.server.Authentication.Deferred
-
Authenticate and possibly send a challenge.
- authenticate(Request, ContentResponse, Authentication.HeaderInfo, Attributes) - Method in interface org.eclipse.jetty.client.api.Authentication
-
Executes the authentication mechanism for the given request, returning a
Authentication.Result
that 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.util.BasicAuthentication
- authenticate(Request, ContentResponse, Authentication.HeaderInfo, Attributes) - Method in class org.eclipse.jetty.client.util.DigestAuthentication
- authenticate(Request, ContentResponse, Authentication.HeaderInfo, Attributes) - Method in class org.eclipse.jetty.client.util.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(Credential) - Method in class org.eclipse.jetty.security.UserPrincipal
- Authentication - Interface in org.eclipse.jetty.client.api
-
Authentication
represents a mechanism to authenticate requests for protected resources. - Authentication - Interface in org.eclipse.jetty.server
-
The Authentication state of a request.
- Authentication.Challenge - Interface in org.eclipse.jetty.server
-
An Authentication Challenge has been sent.
- Authentication.Deferred - Interface in org.eclipse.jetty.server
-
A deferred authentication with methods to progress the authentication process.
- Authentication.Failed - Exception in org.eclipse.jetty.server
- Authentication.Failure - Interface in org.eclipse.jetty.server
-
An Authentication Failure has been sent.
- Authentication.HeaderInfo - Class in org.eclipse.jetty.client.api
-
Structure holding information about the
WWW-Authenticate
(orProxy-Authenticate
) header. - Authentication.LoginAuthentication - Interface in org.eclipse.jetty.server
-
An authentication that is capable of performing a programmatic login operation.
- Authentication.LogoutAuthentication - Interface in org.eclipse.jetty.server
-
An authentication that is capable of performing a programmatic logout operation.
- Authentication.NonAuthenticated - Interface in org.eclipse.jetty.server
-
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.server
-
Authentication Response sent state.
- Authentication.Result - Interface in org.eclipse.jetty.client.api
-
Authentication.Result
holds the information needed to authenticate aRequest
viaAuthentication.Result.apply(org.eclipse.jetty.client.api.Request)
. - Authentication.SendSuccess - Interface in org.eclipse.jetty.server
- Authentication.User - Interface in org.eclipse.jetty.server
-
A successful Authentication with User information.
- Authentication.Wrapped - Interface in org.eclipse.jetty.server
-
A wrapped authentication with methods provide the wrapped request/response for use by the application
- AuthenticationException(String) - Constructor for exception org.eclipse.jetty.security.openid.OpenIdCredentials.AuthenticationException
- AuthenticationProtocolHandler - Class in org.eclipse.jetty.client
- AuthenticationProtocolHandler(HttpClient, int) - Constructor for class org.eclipse.jetty.client.AuthenticationProtocolHandler
- AuthenticationStore - Interface in org.eclipse.jetty.client.api
-
A store for
Authentication
s andAuthentication.Result
s. - Authenticator - Interface in org.eclipse.jetty.security
-
Authenticator Interface
- Authenticator.AuthConfiguration - Interface in org.eclipse.jetty.security
-
Authenticator Configuration
- Authenticator.Factory - Interface in org.eclipse.jetty.security
-
Authenticator Factory
- authority(String) - Method in class org.eclipse.jetty.http.HttpURI.Mutable
- authority(String, int) - Method in class org.eclipse.jetty.http.HttpURI.Mutable
- AUTHORITY - Static variable in class org.eclipse.jetty.http2.hpack.AuthorityHttpField
- AuthorityHttpField - Class in org.eclipse.jetty.http2.hpack
- AuthorityHttpField(String) - Constructor for class org.eclipse.jetty.http2.hpack.AuthorityHttpField
- AUTHORIZATION - Enum constant in enum org.eclipse.jetty.http.HttpHeader
- AuthorizationService - Interface in org.eclipse.jetty.security.authentication
-
A service to query for user roles.
- AUTHORIZER - Enum constant in enum org.eclipse.jetty.fcgi.FCGI.Role
- AUTO - Enum constant in enum org.eclipse.jetty.quickstart.QuickStartConfiguration.Mode
- AUTO - Enum constant in enum org.eclipse.jetty.websocket.api.BatchMode
-
Implementers are free to decide whether to send or not frames to the network layer.
- autoDemand() - Method in class org.eclipse.jetty.websocket.core.internal.WebSocketCoreSession
- 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.server.ContentProducer
-
Get the byte count that can immediately be read from this
ContentProducer
instance or the underlyingHttpChannel
. - available() - Method in class org.eclipse.jetty.server.HttpInput
- available() - Method in class org.eclipse.jetty.session.infinispan.BoundDelegatingInputStream
- AVAILABLE - Enum constant in enum org.eclipse.jetty.server.handler.ContextHandler.Availability
- AVAILABLE_PROCESSORS - Static variable in class org.eclipse.jetty.util.ProcessorUtils
- AvailableDecoders - Class in org.eclipse.jetty.websocket.javax.common.decoders
- AvailableDecoders(EndpointConfig, WebSocketComponents) - Constructor for class org.eclipse.jetty.websocket.javax.common.decoders.AvailableDecoders
- AvailableEncoders - Class in org.eclipse.jetty.websocket.javax.common.encoders
- AvailableEncoders(EndpointConfig, WebSocketComponents) - Constructor for class org.eclipse.jetty.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
- await() - Method in class org.eclipse.jetty.util.thread.AutoLock.WithCondition
- await(long, TimeUnit) - Method in class org.eclipse.jetty.client.util.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.util.thread.AutoLock.WithCondition
- AWTLeakPreventer - Class in org.eclipse.jetty.util.preventers
-
AWTLeakPreventer See https://issues.jboss.org/browse/AS7-3733 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_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 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.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_QUOTES - Enum constant in enum org.eclipse.jetty.http.CookieCompliance.Violation
-
Quotes are not balanced or are embedded in value.
- BAD_REQUEST - Enum constant in enum org.eclipse.jetty.http.HttpStatus.Code
- BAD_REQUEST_400 - Static variable in class org.eclipse.jetty.http.HttpStatus
- badMessage(BadMessageException) - Method in class org.eclipse.jetty.client.http.HttpReceiverOverHTTP
- badMessage(BadMessageException) - Method in class org.eclipse.jetty.http.HttpParser
- badMessage(BadMessageException) - Method in interface org.eclipse.jetty.http.HttpParser.HttpHandler
-
Called to signal that a bad HTTP message has been received.
- badMessage(BadMessageException) - Method in class org.eclipse.jetty.http.HttpTester.Message
- badMessage(BadMessageException) - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
- badMessageError(int, String, HttpFields.Mutable) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
-
Bad Message Error body
- BadMessageException - Exception 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 org.eclipse.jetty.http.BadMessageException
- BadMessageException(int) - Constructor for exception org.eclipse.jetty.http.BadMessageException
- BadMessageException(int, String) - Constructor for exception org.eclipse.jetty.http.BadMessageException
- BadMessageException(int, String, Throwable) - Constructor for exception org.eclipse.jetty.http.BadMessageException
- BadMessageException(String) - Constructor for exception org.eclipse.jetty.http.BadMessageException
- BadMessageException(String, Throwable) - Constructor for exception org.eclipse.jetty.http.BadMessageException
- BadPayloadException - Exception 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 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 org.eclipse.jetty.websocket.api.exceptions.BadPayloadException
- BadPayloadException(String) - Constructor for exception org.eclipse.jetty.websocket.core.exception.BadPayloadException
- BadPayloadException(String, Throwable) - Constructor for exception org.eclipse.jetty.websocket.api.exceptions.BadPayloadException
- BadPayloadException(String, Throwable) - Constructor for exception org.eclipse.jetty.websocket.core.exception.BadPayloadException
- BadPayloadException(Throwable) - Constructor for exception org.eclipse.jetty.websocket.api.exceptions.BadPayloadException
- BadPayloadException(Throwable) - Constructor for exception org.eclipse.jetty.websocket.core.exception.BadPayloadException
- BalancerServlet - Class in org.eclipse.jetty.proxy
- BalancerServlet() - Constructor for class org.eclipse.jetty.proxy.BalancerServlet
- BASE64_TRANSFER_ENCODING - Enum constant in enum org.eclipse.jetty.server.MultiParts.NonCompliance
- BaseAuthModule - Class in org.eclipse.jetty.security.jaspi.modules
-
Simple abstract module implementing a Javax Authentication
ServerAuthModule
andServerAuthContext
. - BaseAuthModule() - Constructor for class org.eclipse.jetty.security.jaspi.modules.BaseAuthModule
- BaseAuthModule(CallbackHandler) - Constructor for class org.eclipse.jetty.security.jaspi.modules.BaseAuthModule
- BaseBuilder - Class in org.eclipse.jetty.start
-
Build a start configuration in
${jetty.base}
, including ini files, directories, and libs. - BaseBuilder(BaseHome, StartArgs) - Constructor for class org.eclipse.jetty.start.BaseBuilder
- BaseBuilder.Config - Interface in org.eclipse.jetty.start
- BaseHolder<T> - Class in org.eclipse.jetty.servlet
-
AbstractHolder 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.servlet.BaseHolder
- BaseHome - Class in org.eclipse.jetty.start
-
File access for
${jetty.home}
,${jetty.base}
, directories. - BaseHome() - Constructor for class org.eclipse.jetty.start.BaseHome
- BaseHome(String[]) - Constructor for class org.eclipse.jetty.start.BaseHome
- BaseHome(CommandLineConfigSource) - Constructor for class org.eclipse.jetty.start.BaseHome
- BaseHome(ConfigSources) - Constructor for class org.eclipse.jetty.start.BaseHome
- BaseHome.SearchDir - Class in org.eclipse.jetty.start
- BaseHomeFileInitializer - Class in org.eclipse.jetty.start.fileinits
-
Copy a file found in
BaseHome
from a URI of the form "basehome:some/path"FileInitializer
- BaseHomeFileInitializer(BaseHome) - Constructor for class org.eclipse.jetty.start.fileinits.BaseHomeFileInitializer
- BASELINE_CONTROL - Enum constant in enum org.eclipse.jetty.http.HttpMethod
- BASETEMPDIR - Static variable in class org.eclipse.jetty.webapp.WebAppContext
- Basic(CoreSession, MethodHandle, List<RegisteredDecoder>) - Constructor for class org.eclipse.jetty.websocket.javax.common.messages.AbstractDecodedMessageSink.Basic
- BasicAuthentication - Class in org.eclipse.jetty.client.util
-
Implementation of the HTTP "Basic" authentication defined in RFC 2617.
- BasicAuthentication(URI, String, String, String) - Constructor for class org.eclipse.jetty.client.util.BasicAuthentication
- BasicAuthentication.BasicResult - Class in org.eclipse.jetty.client.util
-
Basic authentication result.
- BasicAuthenticationAuthModule - Class in org.eclipse.jetty.security.jaspi.modules
-
A
ServerAuthModule
implementation of HTTP Basic Authentication. - BasicAuthenticationAuthModule() - Constructor for class org.eclipse.jetty.security.jaspi.modules.BasicAuthenticationAuthModule
- BasicAuthenticationAuthModule(CallbackHandler, String) - Constructor for class org.eclipse.jetty.security.jaspi.modules.BasicAuthenticationAuthModule
- BasicAuthenticator - Class in org.eclipse.jetty.security.authentication
- BasicAuthenticator() - Constructor for class org.eclipse.jetty.security.authentication.BasicAuthenticator
- BasicClientEndpointConfig - Class in org.eclipse.jetty.websocket.javax.client.internal
- BasicClientEndpointConfig() - Constructor for class org.eclipse.jetty.websocket.javax.client.internal.BasicClientEndpointConfig
- BasicResult(URI, String, String) - Constructor for class org.eclipse.jetty.client.util.BasicAuthentication.BasicResult
- BasicResult(URI, HttpHeader, String, String) - Constructor for class org.eclipse.jetty.client.util.BasicAuthentication.BasicResult
- BasicResult(URI, HttpHeader, String, String, Charset) - Constructor for class org.eclipse.jetty.client.util.BasicAuthentication.BasicResult
- BasicServerEndpointConfig - Class in org.eclipse.jetty.websocket.javax.server.internal
- BasicServerEndpointConfig(Class<?>, String) - Constructor for class org.eclipse.jetty.websocket.javax.server.internal.BasicServerEndpointConfig
- batch - Variable in class org.eclipse.jetty.websocket.core.internal.FrameEntry
- batch - Variable in class org.eclipse.jetty.websocket.javax.common.JavaxWebSocketRemoteEndpoint
- batchMode() - Element in annotation type org.eclipse.jetty.websocket.api.annotations.WebSocket
-
The output frame buffering mode.
- BatchMode - Enum in org.eclipse.jetty.websocket.api
-
The possible batch modes when enqueuing outgoing frames.
- 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 org.eclipse.jetty.webapp.FragmentDescriptor.OtherType
- BEFORE_SEND - Enum constant in enum org.eclipse.jetty.http2.CloseState.Event
- beforeDecoding(HttpExchange) - Method in interface org.eclipse.jetty.client.ContentDecoder
-
Processes the exchange just before the decoding of the response content.
- beforeDecoding(HttpExchange) - Method in class org.eclipse.jetty.client.GZIPContentDecoder
- beforeRequest(Map<String, List<String>>) - Method in class org.eclipse.jetty.websocket.javax.client.internal.EmptyConfigurator
- BEGIN_REQUEST - Enum constant in enum org.eclipse.jetty.fcgi.FCGI.FrameType
- beginInvalidate() - Method in class org.eclipse.jetty.server.session.Session
- 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.HttpSender
- Behavior - Enum in org.eclipse.jetty.websocket.core
-
Behavior for how the WebSocket should operate.
- BINARY - Enum constant in enum 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.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 org.eclipse.jetty.http.HttpMethod
- bindEntry(WebAppContext, String, Class<?>) - Method in class org.eclipse.jetty.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.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.plus.webapp.PlusDescriptorProcessor
- BindingEnumeration - Class in org.eclipse.jetty.jndi
-
BindingEnumeration
- BindingEnumeration(Iterator<Binding>) - Constructor for class org.eclipse.jetty.jndi.BindingEnumeration
- bindingLogin(String, Object) - Method in class org.eclipse.jetty.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.plus.webapp.PlusDescriptorProcessor
- bindResourceEnvRef(WebAppContext, String, Class<?>) - Method in class org.eclipse.jetty.plus.webapp.PlusDescriptorProcessor
- bindResourceRef(WebAppContext, String, Class<?>) - Method in class org.eclipse.jetty.plus.webapp.PlusDescriptorProcessor
-
Bind a resource reference.
- bindTemplateVariables(MethodHandle, String[], Map<String, String>) - Static method in class org.eclipse.jetty.websocket.javax.common.JavaxWebSocketFrameHandlerFactory
-
Bind the URI Template Variables to their provided values, converting to the type that the MethodHandle target has declared.
- bindTo(MethodHandle, Object...) - Static method in class org.eclipse.jetty.websocket.core.internal.util.InvokerUtils
-
Bind optional arguments to provided method handle
- bindToENC() - Static method in class org.eclipse.jetty.plus.jndi.Transaction
- bindToENC(Object, String, String) - Static method in class org.eclipse.jetty.plus.jndi.NamingEntryUtil
-
Link a name in a webapp's java:/comp/evn namespace to a pre-existing resource.
- 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/env
binding 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.
- bindUserTransaction(WebAppContext) - Method in class org.eclipse.jetty.plus.webapp.PlusConfiguration
- bindValue(String, Object) - Method in class org.eclipse.jetty.server.session.Session
-
Bind value if value implements
HttpSessionBindingListener
(callsHttpSessionBindingListener.valueBound(HttpSessionBindingEvent)
) - block() - Method in class org.eclipse.jetty.util.FutureCallback
- block() - Method in class org.eclipse.jetty.util.SharedBlockingCallback.Blocker
-
Block until the Callback has succeeded or failed and after the return leave in the state to allow reuse.
- block(long, TimeUnit) - Method in class org.eclipse.jetty.util.FutureCallback
- Blocker() - Constructor for class org.eclipse.jetty.util.SharedBlockingCallback.Blocker
- BLOCKING - Enum constant in enum org.eclipse.jetty.util.thread.Invocable.InvocationType
-
Invoking the
Invocable
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 theInvocable
to a thread pool. - BlockingArrayQueue<E> - Class in org.eclipse.jetty.util
-
A BlockingQueue backed by a circular array capable or growing.
- BlockingArrayQueue() - Constructor for class org.eclipse.jetty.util.BlockingArrayQueue
-
Creates an unbounded
BlockingArrayQueue
with default initial capacity and grow factor. - BlockingArrayQueue(int) - Constructor for class org.eclipse.jetty.util.BlockingArrayQueue
-
Creates a bounded
BlockingArrayQueue
that does not grow. - BlockingArrayQueue(int, int) - Constructor for class org.eclipse.jetty.util.BlockingArrayQueue
-
Creates an unbounded
BlockingArrayQueue
that grows by the given parameter. - BlockingArrayQueue(int, int, int) - Constructor for class org.eclipse.jetty.util.BlockingArrayQueue
-
Create a bounded
BlockingArrayQueue
that grows by the given parameter. - body(Request.Content) - Method in interface org.eclipse.jetty.client.api.Request
- body(Request.Content) - Method in class org.eclipse.jetty.client.HttpRequest
- BODY_PART - Enum constant in enum org.eclipse.jetty.server.MultiPartParser.State
- BodyParser - Class in org.eclipse.jetty.http2.parser
-
The base parser for the frame body of HTTP/2 frames.
- BodyParser(HeaderParser, Parser.Listener) - Constructor for class org.eclipse.jetty.http2.parser.BodyParser
- BooleanDecoder - Class in org.eclipse.jetty.websocket.javax.common.decoders
-
Default implementation of the
Decoder.Text
Message toBoolean
decoder. - BooleanDecoder() - Constructor for class org.eclipse.jetty.websocket.javax.common.decoders.BooleanDecoder
- BooleanEncoder - Class in org.eclipse.jetty.websocket.javax.common.encoders
-
Default encoder for
Boolean
toEncoder.Text
Message encoder - BooleanEncoder() - Constructor for class org.eclipse.jetty.websocket.javax.common.encoders.BooleanEncoder
- BoundDelegatingInputStream - Class in org.eclipse.jetty.session.infinispan
-
BoundDelegatingInputStream An InputStream that delegates methods to an ObjectInput.
- BoundDelegatingInputStream(ObjectInput) - Constructor for class org.eclipse.jetty.session.infinispan.BoundDelegatingInputStream
- 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
- bucketFor(int) - Method in class org.eclipse.jetty.io.ArrayByteBufferPool
- bucketFor(int) - Method in class org.eclipse.jetty.io.LogarithmicArrayByteBufferPool
- bucketFor(int) - Method in class org.eclipse.jetty.io.MappedByteBufferPool
- bucketFor(int, boolean) - Method in class org.eclipse.jetty.io.ArrayByteBufferPool
- buffer - Variable in class org.eclipse.jetty.client.util.DeferredContentProvider.Chunk
-
Deprecated.
- BufferedResponseHandler - Class in org.eclipse.jetty.server.handler
-
A Handler that can apply a
HttpOutput.Interceptor
mechanism to buffer the entire response content until the output is closed. - BufferedResponseHandler() - Constructor for class org.eclipse.jetty.server.handler.BufferedResponseHandler
- BufferedResponseHandler.BufferedInterceptor - Interface in org.eclipse.jetty.server.handler
-
An
HttpOutput.Interceptor
which 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.util
-
Implementation of
Response.Listener
that buffers the content up to a maximum length specified to the constructors. - BufferingResponseListener() - Constructor for class org.eclipse.jetty.client.util.BufferingResponseListener
-
Creates an instance with a default maximum length of 2 MiB.
- BufferingResponseListener(int) - Constructor for class org.eclipse.jetty.client.util.BufferingResponseListener
-
Creates an instance with the given maximum length
- 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() - Static method in interface org.eclipse.jetty.http.HttpFields
- build() - Static method in interface org.eclipse.jetty.http.HttpURI
- build() - Method in class org.eclipse.jetty.http2.hpack.MetaDataBuilder
- build() - Method in class org.eclipse.jetty.start.BaseBuilder
-
Build out the Base directory (if needed)
- 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.DecoderStringBuilder
- 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
Index
instance. - build() - Method in class org.eclipse.jetty.util.Index.Mutable.Builder
-
Build a
Index.Mutable
instance. - build(int) - Static method in interface org.eclipse.jetty.http.HttpFields
- build(Class<?>, Class<? extends Annotation>, Method) - Static method in exception org.eclipse.jetty.websocket.core.exception.InvalidSignatureException
- build(Class<?>, Class<? extends Annotation>, Method...) - Static method in exception org.eclipse.jetty.websocket.core.exception.DuplicateAnnotationException
- build(MethodType, MethodType) - Static method in exception org.eclipse.jetty.websocket.core.exception.InvalidSignatureException
- build(String) - Static method in interface org.eclipse.jetty.http.HttpURI
- build(String, String, String) - Static method in class org.eclipse.jetty.session.infinispan.InfinispanKeyBuilder
- build(URI) - Static method in interface org.eclipse.jetty.http.HttpURI
- build(HttpFields) - Static method in interface org.eclipse.jetty.http.HttpFields
- build(HttpFields, EnumSet<HttpHeader>) - Static method in interface org.eclipse.jetty.http.HttpFields
- build(HttpFields, HttpField) - Static method in interface org.eclipse.jetty.http.HttpFields
- 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() - Constructor for class org.eclipse.jetty.util.Index.Builder
-
Create a new index builder instance.
- buildMutableVisibleAsciiAlphabet(boolean, int) - Static method in interface org.eclipse.jetty.util.Index
-
A special purpose static builder for fast creation of specific Index type
- bundleAdded(Bundle) - Method in class org.eclipse.jetty.osgi.boot.BundleContextProvider
- bundleAdded(Bundle) - Method in interface org.eclipse.jetty.osgi.boot.BundleProvider
- bundleAdded(Bundle) - Method in class org.eclipse.jetty.osgi.boot.BundleWebAppProvider
-
A bundle has been added that could be a webapp
- BundleClassLoaderHelper - Interface in org.eclipse.jetty.osgi.boot.utils
-
BundleClassLoaderHelper
- BundleClassLoaderHelperFactory - Class in org.eclipse.jetty.osgi.boot.utils
-
BundleClassLoaderHelperFactory Get a class loader helper adapted for the particular osgi environment.
- BundleContextProvider - Class in org.eclipse.jetty.osgi.boot
-
BundleContextProvider
- BundleContextProvider(ServerInstanceWrapper) - Constructor for class org.eclipse.jetty.osgi.boot.BundleContextProvider
- BundleContextProvider.ContextBundleTracker - Class in org.eclipse.jetty.osgi.boot
- BundleFileLocatorHelper - Interface in org.eclipse.jetty.osgi.boot.utils
-
BundleFileLocatorHelper
- BundleFileLocatorHelperFactory - Class in org.eclipse.jetty.osgi.boot.utils
-
BundleFileLocatorHelperFactory Obtain a helper for locating files based on the bundle.
- BundleParserTask(AnnotationParser, Set<? extends AnnotationParser.Handler>, Resource) - Constructor for class org.eclipse.jetty.osgi.annotations.AnnotationConfiguration.BundleParserTask
- BundleProvider - Interface in org.eclipse.jetty.osgi.boot
-
BundleProvider Jetty DeploymentManager Provider api for webapps or ContextHandlers that are discovered as osgi bundles.
- bundleRemoved(Bundle) - Method in class org.eclipse.jetty.osgi.boot.BundleContextProvider
-
Bundle has been removed.
- bundleRemoved(Bundle) - Method in interface org.eclipse.jetty.osgi.boot.BundleProvider
- bundleRemoved(Bundle) - Method in class org.eclipse.jetty.osgi.boot.BundleWebAppProvider
-
Bundle has been removed.
- BundleWebAppProvider - Class in org.eclipse.jetty.osgi.boot
-
BundleWebAppProvider
- BundleWebAppProvider(ServerInstanceWrapper) - Constructor for class org.eclipse.jetty.osgi.boot.BundleWebAppProvider
- BundleWebAppProvider.WebAppTracker - Class in org.eclipse.jetty.osgi.boot
- ByClass() - Constructor for class org.eclipse.jetty.webapp.ClassMatcher.ByClass
- byLastModified(boolean) - Static method in class org.eclipse.jetty.util.resource.ResourceCollators
- ByLocation() - Constructor for class org.eclipse.jetty.webapp.ClassMatcher.ByLocation
- ByLocationOrModule() - Constructor for class org.eclipse.jetty.webapp.ClassMatcher.ByLocationOrModule
- ByModule() - Constructor for class org.eclipse.jetty.webapp.ClassMatcher.ByModule
- byName(boolean) - Static method in class org.eclipse.jetty.util.resource.ResourceCollators
- ByPackage() - Constructor for class org.eclipse.jetty.webapp.ClassMatcher.ByPackage
- ByPackageOrName() - Constructor for class org.eclipse.jetty.webapp.ClassMatcher.ByPackageOrName
- bySize(boolean) - Static method in class org.eclipse.jetty.util.resource.ResourceCollators
- ByteArrayDecoder - Class in org.eclipse.jetty.websocket.javax.common.decoders
- ByteArrayDecoder() - Constructor for class org.eclipse.jetty.websocket.javax.common.decoders.ByteArrayDecoder
- ByteArrayEncoder - Class in org.eclipse.jetty.websocket.javax.common.encoders
- ByteArrayEncoder() - Constructor for class org.eclipse.jetty.websocket.javax.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(String, int) - 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, ByteBuffer) - 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.internal.messages
- ByteArrayMessageSink(CoreSession, MethodHandle) - Constructor for class org.eclipse.jetty.websocket.core.internal.messages.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
-
Accumulates data into a list of ByteBuffers which can then be combined into a single buffer or written to an OutputStream.
- ByteBufferAccumulator() - Constructor for class org.eclipse.jetty.io.ByteBufferAccumulator
- ByteBufferAccumulator(ByteBufferPool, boolean) - Constructor for class org.eclipse.jetty.io.ByteBufferAccumulator
- ByteBufferCallbackAccumulator - Class in org.eclipse.jetty.io
-
This class can be used to accumulate pairs of
ByteBuffer
andCallback
, and eventually copy these into a singleByteBuffer
or byte array and succeed the callbacks. - ByteBufferCallbackAccumulator() - Constructor for class org.eclipse.jetty.io.ByteBufferCallbackAccumulator
- ByteBufferContentProvider - Class in org.eclipse.jetty.client.util
-
Deprecated.use
ByteBufferRequestContent
instead. - ByteBufferContentProvider(String, ByteBuffer...) - Constructor for class org.eclipse.jetty.client.util.ByteBufferContentProvider
-
Deprecated.
- ByteBufferContentProvider(ByteBuffer...) - Constructor for class org.eclipse.jetty.client.util.ByteBufferContentProvider
-
Deprecated.
- ByteBufferDecoder - Class in org.eclipse.jetty.websocket.javax.common.decoders
- ByteBufferDecoder() - Constructor for class org.eclipse.jetty.websocket.javax.common.decoders.ByteBufferDecoder
- ByteBufferEncoder - Class in org.eclipse.jetty.websocket.javax.common.encoders
- ByteBufferEncoder() - Constructor for class org.eclipse.jetty.websocket.javax.common.encoders.ByteBufferEncoder
- ByteBufferMessageSink - Class in org.eclipse.jetty.websocket.core.internal.messages
- ByteBufferMessageSink(CoreSession, MethodHandle) - Constructor for class org.eclipse.jetty.websocket.core.internal.messages.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
-
This class implements an output stream in which the data is written into a list of ByteBuffer, the buffer list automatically grows as data is written to it, the buffers are taken from the supplied
ByteBufferPool
or freshly allocated if one is not supplied. - ByteBufferOutputStream2() - Constructor for class org.eclipse.jetty.io.ByteBufferOutputStream2
- ByteBufferOutputStream2(ByteBufferPool, boolean) - Constructor for class org.eclipse.jetty.io.ByteBufferOutputStream2
- ByteBufferPool - Interface in org.eclipse.jetty.io
-
A
ByteBuffer
pool. - ByteBufferPool.Lease - Class in org.eclipse.jetty.io
- ByteBufferRangeWriter - Class in org.eclipse.jetty.server.resource
-
ByteBuffer based RangeWriter
- ByteBufferRangeWriter(ByteBuffer) - Constructor for class org.eclipse.jetty.server.resource.ByteBufferRangeWriter
- ByteBufferRequestContent - Class in org.eclipse.jetty.client.util
-
A
Request.Content
forByteBuffer
s. - ByteBufferRequestContent(String, ByteBuffer...) - Constructor for class org.eclipse.jetty.client.util.ByteBufferRequestContent
- ByteBufferRequestContent(ByteBuffer...) - Constructor for class org.eclipse.jetty.client.util.ByteBufferRequestContent
- ByteDecoder - Class in org.eclipse.jetty.websocket.javax.common.decoders
-
Default implementation of the
Decoder.Text
Message toByte
decoder - ByteDecoder() - Constructor for class org.eclipse.jetty.websocket.javax.common.decoders.ByteDecoder
- ByteEncoder - Class in org.eclipse.jetty.websocket.javax.common.encoders
-
Default encoder for
Byte
toEncoder.Text
Message encoder - ByteEncoder() - Constructor for class org.eclipse.jetty.websocket.javax.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.
- BYTES - Enum constant in enum org.eclipse.jetty.http.HttpHeaderValue
- BytesContentProvider - Class in org.eclipse.jetty.client.util
-
Deprecated.use
BytesRequestContent
instead. - BytesContentProvider(byte[]...) - Constructor for class org.eclipse.jetty.client.util.BytesContentProvider
-
Deprecated.
- BytesContentProvider(String, byte[]...) - Constructor for class org.eclipse.jetty.client.util.BytesContentProvider
-
Deprecated.
- BytesRequestContent - Class in org.eclipse.jetty.client.util
-
A
Request.Content
for byte arrays. - BytesRequestContent(byte[]...) - Constructor for class org.eclipse.jetty.client.util.BytesRequestContent
- BytesRequestContent(String, byte[]...) - Constructor for class org.eclipse.jetty.client.util.BytesRequestContent
C
- C_AUTHORITY - Enum constant in enum org.eclipse.jetty.http.HttpHeader
- C_METHOD - Enum constant in enum org.eclipse.jetty.http.HttpHeader
-
HTTP2 Fields.
- C_PATH - Enum constant in enum org.eclipse.jetty.http.HttpHeader
- C_PROTOCOL - Enum constant in enum org.eclipse.jetty.http.HttpHeader
- C_SCHEME - Enum constant in enum org.eclipse.jetty.http.HttpHeader
- C_STATUS - Enum constant in enum org.eclipse.jetty.http.HttpHeader
- cache(String) - Method in class org.eclipse.jetty.util.ajax.AsyncJSON.Factory
- CACHE - Static variable in enum org.eclipse.jetty.http.HttpHeader
- CACHE - Static variable in enum org.eclipse.jetty.http.HttpHeaderValue
- CACHE - Static variable in enum org.eclipse.jetty.http.HttpMethod
- CACHE - Static variable in class org.eclipse.jetty.http.HttpParser
-
Cache of common
HttpField
s 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 org.eclipse.jetty.http.HttpScheme
- CACHE - Static variable in enum org.eclipse.jetty.http.HttpVersion
- CACHE - Static variable in class org.eclipse.jetty.http.MimeTypes
- CACHE_CONTROL - Enum constant in enum 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.webapp.MetaInfConfiguration
- CACHED_CONTAINER_RESOURCES - Static variable in class org.eclipse.jetty.webapp.MetaInfConfiguration
- CACHED_CONTAINER_TLDS - Static variable in class org.eclipse.jetty.webapp.MetaInfConfiguration
- CachedContentFactory - Class in org.eclipse.jetty.server
- CachedContentFactory(CachedContentFactory, ResourceFactory, MimeTypes, boolean, boolean, CompressedContentFormat[]) - Constructor for class org.eclipse.jetty.server.CachedContentFactory
-
Constructor.
- CachedContentFactory.CachedHttpContent - Class in org.eclipse.jetty.server
-
MetaData associated with a context Resource.
- CachedContentFactory.CachedPrecompressedHttpContent - Class in org.eclipse.jetty.server
- CachingSessionDataStore - Class in org.eclipse.jetty.server.session
-
CachingSessionDataStore A SessionDataStore is a mechanism for (persistently) storing data associated with sessions.
- CachingSessionDataStore(SessionDataMap, SessionDataStore) - Constructor for class org.eclipse.jetty.server.session.CachingSessionDataStore
- CachingSessionDataStoreFactory - Class in org.eclipse.jetty.server.session
-
CachingSessionDataStoreFactory
- CachingSessionDataStoreFactory() - Constructor for class org.eclipse.jetty.server.session.CachingSessionDataStoreFactory
- CachingWebAppClassLoader - Class in org.eclipse.jetty.webapp
-
A WebAppClassLoader that caches
CachingWebAppClassLoader.getResource(String)
results. - CachingWebAppClassLoader(ClassLoader, WebAppClassLoader.Context) - Constructor for class org.eclipse.jetty.webapp.CachingWebAppClassLoader
- CachingWebAppClassLoader(WebAppClassLoader.Context) - Constructor for class org.eclipse.jetty.webapp.CachingWebAppClassLoader
- calcAndSetExpiry() - Method in class org.eclipse.jetty.server.session.SessionData
- calcAndSetExpiry(long) - Method in class org.eclipse.jetty.server.session.SessionData
- calcExpiry() - Method in class org.eclipse.jetty.server.session.SessionData
- calcExpiry(long) - Method in class org.eclipse.jetty.server.session.SessionData
- calculateInactivityTimeout(long) - Method in class org.eclipse.jetty.server.session.Session
-
Calculate what the session timer setting should be based on: the time remaining before the session expires and any idle eviction time configured.
- call() - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration.ParserTask
- call() - Method in class org.eclipse.jetty.osgi.annotations.AnnotationConfiguration.BundleParserTask
- callback - Variable in class org.eclipse.jetty.client.util.DeferredContentProvider.Chunk
-
Deprecated.
- callback - Variable in class org.eclipse.jetty.websocket.core.internal.FrameEntry
- 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 - Interface in org.eclipse.jetty.util
-
A callback abstraction that handles completed/failed events of asynchronous operations.
- Callback.Completable - Class in org.eclipse.jetty.util
-
A CompletableFuture that is also a Callback.
- Callback.Completing - Class 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.security.jaspi.modules.BaseAuthModule
- callContextDestroyed(ServletContextListener, ServletContextEvent) - Method in class org.eclipse.jetty.server.handler.ContextHandler
- callContextDestroyed(ServletContextListener, ServletContextEvent) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
- callContextInitialized(ServletContextListener, ServletContextEvent) - Method in class org.eclipse.jetty.server.handler.ContextHandler
- callContextInitialized(ServletContextListener, ServletContextEvent) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
- callPostConstructCallback(Object) - Method in class org.eclipse.jetty.plus.annotation.LifeCycleCallbackCollection
-
Call the method, if one exists, that is annotated with
@PostConstruct
or 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
@PreDestroy
or with<pre-destroy>
in web.xml - callSessionAttributeListeners(String, Object, Object) - Method in class org.eclipse.jetty.server.session.Session
-
Call binding and attribute listeners based on the new and old values of the attribute.
- callSessionCreatedListeners(Session) - Method in class org.eclipse.jetty.server.session.SessionHandler
-
Call the session lifecycle listeners in the order they were added.
- callSessionDestroyedListeners(Session) - Method in class org.eclipse.jetty.server.session.SessionHandler
-
Call the session lifecycle listeners in the reverse order they were added.
- callSessionIdListeners(Session, String) - Method in class org.eclipse.jetty.server.session.SessionHandler
- callStartup(WebAppContext) - Method in class org.eclipse.jetty.plus.annotation.ContainerInitializer
-
Deprecated.
- 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.server.session.Session.SessionInactivityTimer
- cancel() - Method in class org.eclipse.jetty.util.component.Graceful.Shutdown
- cancel() - Method in interface org.eclipse.jetty.util.thread.Scheduler.Task
- cancel(boolean) - Method in class org.eclipse.jetty.client.util.FutureResponseListener
- cancel(boolean) - Method in class org.eclipse.jetty.util.FutureCallback
- cancel(boolean) - Method in class org.eclipse.jetty.util.FuturePromise
- cancel(boolean) - Method in class org.eclipse.jetty.websocket.javax.common.encoders.EncodeFailedFuture
- CANCEL_PUSH - Enum constant in enum org.eclipse.jetty.http3.frames.FrameType
- CANCEL_STREAM_ERROR - Enum constant in enum org.eclipse.jetty.http2.ErrorCode
-
Indicates that a stream is no longer needed.
- cancelDemand() - Method in class org.eclipse.jetty.websocket.core.internal.WebSocketConnection
- cancelTimeout() - Method in class org.eclipse.jetty.server.HttpChannelState
- cancelTimeout(AsyncContextEvent) - Method in class org.eclipse.jetty.server.HttpChannelState
- cancelTimeoutTask() - Method in class org.eclipse.jetty.server.AsyncContextEvent
- canonicalEncodedPath(String) - Static method in class org.eclipse.jetty.util.URIUtil
-
Deprecated.
- canonicalPath(String) - Static method in class org.eclipse.jetty.util.URIUtil
-
Convert a decoded URI path to a canonical form.
- canonicalURI(String) - Static method in class org.eclipse.jetty.util.URIUtil
-
Convert a partial URI to a canonical form.
- canReadDirectory(Path) - Static method in class org.eclipse.jetty.start.FS
- canReadFile(Path) - Static method in class org.eclipse.jetty.start.FS
- canWrite(Path) - Static method in class org.eclipse.jetty.start.FS
- capacity() - Method in class org.eclipse.jetty.io.RetainableByteBuffer
- capacity() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
- capacityFor(int) - Method in class org.eclipse.jetty.io.ArrayByteBufferPool
- capacityFor(int) - Method in class org.eclipse.jetty.io.LogarithmicArrayByteBufferPool
- capacityFor(int) - Method in class org.eclipse.jetty.io.MappedByteBufferPool
- 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_VALUE
if they overflow. - CASE_INSENSITIVE_METHOD - Enum constant in enum 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 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.
- cast(WatchEvent<?>) - Static method in class org.eclipse.jetty.util.PathWatcher
- cdata(String) - Method in class org.eclipse.jetty.xml.XmlAppendable
- CDI_INTEGRATION_ATTRIBUTE - Static variable in class org.eclipse.jetty.cdi.CdiServletContainerInitializer
- CdiConfiguration - Class in org.eclipse.jetty.cdi
-
CDI Configuration
- CdiConfiguration() - Constructor for class org.eclipse.jetty.cdi.CdiConfiguration
- CdiDecoratingListener - Class in org.eclipse.jetty.cdi
-
A DecoratingListener that listens for "org.eclipse.jetty.cdi.decorator"
- CdiDecoratingListener(ServletContextHandler) - Constructor for class org.eclipse.jetty.cdi.CdiDecoratingListener
- CdiServletContainerInitializer - Class in org.eclipse.jetty.cdi
-
A
ServletContainerInitializer
that 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.cdi.CdiServletContainerInitializer
- CdiSpiDecorator - Class in org.eclipse.jetty.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.cdi.CdiSpiDecorator
- 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 Allows specifying Certificate Revocation List (CRL), as well as enabling CRL Distribution Points Protocol (CRLDP) certificate extension support, and also enabling On-Line Certificate Status Protocol (OCSP) support.
- CertificateValidator(KeyStore, Collection<? extends CRL>) - Constructor for class org.eclipse.jetty.util.security.CertificateValidator
-
creates an instance of the certificate validator
- changeSessionId() - Method in class org.eclipse.jetty.server.Request
- changeSessionId() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
- changeSessionId() - Method in class org.eclipse.jetty.websocket.core.server.internal.UpgradeHttpServletRequest
- CHANGING - Enum constant in enum org.eclipse.jetty.server.session.Session.IdState
- CHANGING - Enum constant in enum org.eclipse.jetty.server.session.Session.State
- ChannelWithAddress(SelectableChannel, SocketAddress) - Constructor for class org.eclipse.jetty.io.ClientConnector.Configurator.ChannelWithAddress
- CharacterDecoder - Class in org.eclipse.jetty.websocket.javax.common.decoders
-
Default implementation of the
Decoder.Text
Message toCharacter
decoder - CharacterDecoder() - Constructor for class org.eclipse.jetty.websocket.javax.common.decoders.CharacterDecoder
- CharacterEncoder - Class in org.eclipse.jetty.websocket.javax.common.encoders
-
Default encoder for
Character
toEncoder.Text
Message encoder - CharacterEncoder() - Constructor for class org.eclipse.jetty.websocket.javax.common.encoders.CharacterEncoder
- 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.server.ConnectionLimit
- check() - Method in class org.eclipse.jetty.util.component.Graceful.Shutdown
-
This method should be called whenever the components state has been updated.
- check(byte, boolean) - Method in class org.eclipse.jetty.websocket.core.internal.FrameSequence
- 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
-
Check a credential
- check(Object) - Method in class org.eclipse.jetty.util.security.Credential.Crypt
- 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
- check(String, Resource) - Method in class org.eclipse.jetty.server.handler.AllowSymLinkAliasChecker
-
Deprecated.
- check(String, Resource) - Method in interface org.eclipse.jetty.server.handler.ContextHandler.AliasCheck
-
Check an alias
- check(String, Resource) - Method in class org.eclipse.jetty.server.handler.ContextHandler.ApproveAliases
-
Deprecated.
- check(String, Resource) - Method in class org.eclipse.jetty.server.handler.ContextHandler.ApproveNonExistentDirectoryAliases
-
Deprecated.
- check(String, Resource) - Method in class org.eclipse.jetty.server.SameFileAliasChecker
-
Deprecated.
- check(URI, String) - Method in class org.eclipse.jetty.start.FileInitializer
- checkAlias(String, Resource) - Method in class org.eclipse.jetty.server.handler.ContextHandler
- checkAndPrepareUpgrade() - Method in class org.eclipse.jetty.http2.server.HTTP2ServerConnection.ServerHttpChannelOverHTTP2
- checkAndPrepareUpgrade() - Method in class org.eclipse.jetty.server.HttpChannel
-
Checks whether the processing of the request resulted in an upgrade, and if so performs upgrade preparation steps before the upgrade response is sent back to the client.
- checkAndPrepareUpgrade() - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
- checkAndSetAttributeName() - Method in class org.eclipse.jetty.webapp.DecoratingListener
- 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
- checkConnection() - Method in class org.eclipse.jetty.util.resource.JarFileResource
- checkConnection() - Method in class org.eclipse.jetty.util.resource.JarResource
- checkConnection() - Method in class org.eclipse.jetty.util.resource.URLResource
- checkContext(String, Request, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ContextHandler
- checkContextPath(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
- checkConverted() - Method in class org.eclipse.jetty.session.infinispan.InfinispanSessionLegacyConverter
-
Retrieve the sessions using protobuf format and print them out to confirm they're ok.
- checkCredential(Object) - Method in class org.eclipse.jetty.jaas.spi.AbstractLoginModule.JAASUser
- checkEnabledModules() - Method in class org.eclipse.jetty.start.Modules
- checkEndPointIdentificationAlgorithm() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- checkError() - Method in class org.eclipse.jetty.server.ResponseWriter
- checkExpiration(Set<String>) - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
- checkExpiration(Set<String>) - Method in interface org.eclipse.jetty.server.session.SessionCache
-
Check a list of session ids that belong to potentially expired sessions.
- checkExpiry(Map<String, Object>) - Static method in class org.eclipse.jetty.security.openid.OpenIdCredentials
- checkFrameSize(byte, int) - Method in class org.eclipse.jetty.websocket.core.internal.Parser
- checkIdleTimeout() - Method in class org.eclipse.jetty.io.IdleTimeout
- CHECKIN - Enum constant in enum org.eclipse.jetty.http.HttpMethod
- checkInactiveSession(Session) - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
-
Check a session for being inactive and thus being able to be evicted, if eviction is enabled.
- checkInactiveSession(Session) - Method in interface org.eclipse.jetty.server.session.SessionCache
-
Check a Session to see if it might be appropriate to evict or expire.
- checkIndexes() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
-
Check to see if indexes are available, in which case we can do more performant queries.
- checkListener(Class<? extends EventListener>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
- checkListener(Class<? extends EventListener>) - Method in class org.eclipse.jetty.webapp.WebAppContext.Context
- checkMinDataRate() - Method in interface org.eclipse.jetty.server.ContentProducer
-
Check if the current data rate consumption is above the minimal rate.
- checkOrigin(String) - Method in class org.eclipse.jetty.websocket.javax.server.config.ContainerDefaultConfigurator
- CHECKOUT - Enum constant in enum 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.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.security.ConstraintSecurityHandler
-
Servlet spec 3.1 pg.
- checkPermission(Permission) - Static method in class org.eclipse.jetty.util.security.SecurityUtils
-
Checks the given permission, if the
security manager
is set. - checkProtocols(SSLParameters) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- checkPseudoHeader(HttpHeader, Object) - Method in class org.eclipse.jetty.http2.hpack.MetaDataBuilder
- checkRequestedSessionId(Request, HttpServletRequest) - Method in class org.eclipse.jetty.server.session.SessionHandler
-
Look for a requested session ID in cookies and URI parameters
- checkSecurity(Request) - Method in class org.eclipse.jetty.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.servlet.ServletHolder
-
Check to ensure class of servlet is acceptable.
- checkStarted() - Method in class org.eclipse.jetty.server.session.AbstractSessionDataStore
- checkState() - Method in class org.eclipse.jetty.util.Utf8Appendable
- checkTrustAll() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- checkUriCompliance(UriCompliance, HttpURI) - Static method in class org.eclipse.jetty.http.UriCompliance
- checkUserDataPermissions(String, Request, Response, RoleInfo) - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
- checkUserDataPermissions(String, Request, Response, RoleInfo) - Method in class org.eclipse.jetty.security.SecurityHandler
- checkValidForRead() - Method in class org.eclipse.jetty.server.session.Session
-
Chech that the session data can be read.
- checkValidForWrite() - Method in class org.eclipse.jetty.server.session.Session
-
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.security.ConstraintSecurityHandler
- checkWebResourcePermissions(String, Request, Response, Object, UserIdentity) - Method in class org.eclipse.jetty.security.SecurityHandler
- 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<SNIMatcher>, SSLSession) - Method in class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager
- Chunk(ByteBuffer, Callback) - Constructor for class org.eclipse.jetty.client.util.DeferredContentProvider.Chunk
-
Deprecated.
- CHUNK - Enum constant in enum org.eclipse.jetty.http.HttpParser.State
- CHUNK_PARAMS - Enum constant in enum org.eclipse.jetty.http.HttpParser.State
- CHUNK_SIZE - Enum constant in enum org.eclipse.jetty.http.HttpParser.State
- CHUNK_SIZE - Static variable in class org.eclipse.jetty.http.HttpGenerator
- CHUNKED - Enum constant in enum org.eclipse.jetty.http.HttpHeaderValue
- CHUNKED_CONTENT - Enum constant in enum org.eclipse.jetty.http.HttpParser.State
- CHUNKED_CONTENT - Enum constant in enum org.eclipse.jetty.http.HttpTokens.EndOfContent
- CipherComparator() - Constructor for class org.eclipse.jetty.http2.HTTP2Cipher.CipherComparator
- CLAIMS - Static variable in class org.eclipse.jetty.security.openid.OpenIdAuthenticator
- CLASS_INHERITANCE_MAP - Static variable in class org.eclipse.jetty.annotations.AnnotationConfiguration
- CLASS_NAME - Static variable in interface org.eclipse.jetty.osgi.boot.utils.BundleClassLoaderHelper
-
The name of the custom implementation for this interface in a fragment.
- CLASS_NAME - Static variable in interface org.eclipse.jetty.osgi.boot.utils.BundleFileLocatorHelper
-
The name of the custom implementation for this interface in a fragment.
- classifier - Variable in class org.eclipse.jetty.start.fileinits.MavenLocalRepoFileInitializer.Coordinates
- ClassInfo(Resource, String, int, int, String, String, String[]) - Constructor for class org.eclipse.jetty.annotations.AnnotationParser.ClassInfo
- ClassInheritanceHandler - Class in org.eclipse.jetty.annotations
-
ClassInheritanceHandler As asm scans for classes, remember the type hierarchy.
- ClassInheritanceHandler(Map<String, Set<String>>) - Constructor for class org.eclipse.jetty.annotations.ClassInheritanceHandler
- ClassInheritanceMap() - Constructor for class org.eclipse.jetty.annotations.AnnotationConfiguration.ClassInheritanceMap
- ClassLoaderDump - Class in org.eclipse.jetty.server
- ClassLoaderDump(ClassLoader) - Constructor for class org.eclipse.jetty.server.ClassLoaderDump
- ClassLoaderThreadLocal() - Constructor for class org.eclipse.jetty.util.ClassLoadingObjectInputStream.ClassLoaderThreadLocal
- ClassLoadingObjectInputStream - Class in org.eclipse.jetty.util
-
ClassLoadingObjectInputStream 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.webapp
-
A matcher for classes based on package and/or location and/or module/
- ClassMatcher() - Constructor for class org.eclipse.jetty.webapp.ClassMatcher
- ClassMatcher(String) - Constructor for class org.eclipse.jetty.webapp.ClassMatcher
- ClassMatcher(String...) - Constructor for class org.eclipse.jetty.webapp.ClassMatcher
- ClassMatcher(ClassMatcher) - Constructor for class org.eclipse.jetty.webapp.ClassMatcher
- ClassMatcher.ByClass - Class in org.eclipse.jetty.webapp
- ClassMatcher.ByLocation - Class in org.eclipse.jetty.webapp
- ClassMatcher.ByLocationOrModule - Class in org.eclipse.jetty.webapp
- ClassMatcher.ByModule - Class in org.eclipse.jetty.webapp
- ClassMatcher.ByPackage - Class in org.eclipse.jetty.webapp
- ClassMatcher.ByPackageOrName - Class in org.eclipse.jetty.webapp
- ClassMatcher.Entry - Class in org.eclipse.jetty.webapp
- Classpath - Class in org.eclipse.jetty.start
-
Class to handle CLASSPATH construction
- Classpath() - Constructor for class org.eclipse.jetty.runner.Runner.Classpath
-
Deprecated.
- Classpath() - Constructor for class org.eclipse.jetty.start.Classpath
- Classpath(String) - Constructor for class org.eclipse.jetty.start.Classpath
- ClassVisibilityChecker - Interface in org.eclipse.jetty.util
-
ClassVisibilityChecker Interface to be implemented by classes capable of checking class visibility for a context.
- clean() - Method in class org.eclipse.jetty.server.session.SessionData
-
Clear all dirty flags.
- cleanOrphans(long) - Method in class org.eclipse.jetty.server.session.AbstractSessionDataStore
-
Remove all sessions for any context that expired at or before the given time.
- cleanReference(String) - Method in class org.eclipse.jetty.start.Props
- cleanSubject(MessageInfo, Subject) - Method in class org.eclipse.jetty.security.jaspi.modules.BaseAuthModule
- cleanUp() - Method in class org.eclipse.jetty.server.MultiPartFormInputStream.MultiPart
-
Only remove tmp files.
- cleanUp() - Method in class org.eclipse.jetty.server.MultiPartInputStreamParser.MultiPart
-
Deprecated.Only remove tmp files.
- clear() - Method in class org.eclipse.jetty.client.ProtocolHandlers
-
Removes all protocol handlers from this container.
- clear() - Method in class org.eclipse.jetty.http.HttpFields.Mutable
- clear() - Method in class org.eclipse.jetty.http.HttpURI.Mutable
- clear() - Method in class org.eclipse.jetty.http.pathmap.PathSpecSet
- clear() - Method in class org.eclipse.jetty.io.ArrayByteBufferPool
- clear() - Method in class org.eclipse.jetty.io.ArrayRetainableByteBufferPool
- clear() - Method in class org.eclipse.jetty.io.MappedByteBufferPool
- clear() - Method in class org.eclipse.jetty.io.RetainableByteBuffer
- clear() - Method in interface org.eclipse.jetty.io.RetainableByteBufferPool
- clear() - Method in class org.eclipse.jetty.io.RetainableByteBufferPool.NotRetainedByteBufferPool
- clear() - Method in class org.eclipse.jetty.server.handler.InetAccessHandler
-
Clears all the includes, excludes, included connector names and excluded connector names.
- clear() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
- clear() - Method in class org.eclipse.jetty.util.DecoratedObjectFactory
- clear() - Method in class org.eclipse.jetty.util.Fields
-
Empties this
Fields
instance 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.webapp.ClassMatcher.ByLocationOrModule
- clear() - Method in class org.eclipse.jetty.webapp.ClassMatcher.ByPackage
- clear() - Method in class org.eclipse.jetty.webapp.ClassMatcher.ByPackageOrName
- clear() - Method in class org.eclipse.jetty.webapp.ClassMatcher
- clear() - Method in class org.eclipse.jetty.webapp.Configurations
- clear() - Method in class org.eclipse.jetty.webapp.MetaData
-
Empty ready for reuse
- clear() - Method in class org.eclipse.jetty.websocket.javax.common.PutListenerMap
- 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.server.handler.ContextHandler
-
clear the list of AliasChecks
- clearAllAttributes() - Method in class org.eclipse.jetty.server.session.SessionData
-
Remove all attributes
- clearAssertionStatus() - Method in class org.eclipse.jetty.ant.AntWebAppContext.AntURLClassLoader
- clearAttributes() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- clearAttributes() - Method in class org.eclipse.jetty.server.Server
- clearAttributes() - Method in class org.eclipse.jetty.server.ServletAttributes
- clearAttributes() - Method in interface org.eclipse.jetty.util.Attributes
- clearAttributes() - Method in class org.eclipse.jetty.util.Attributes.Wrapper
- clearAttributes() - Method in class org.eclipse.jetty.util.AttributesMap
- clearAttributes() - Method in class org.eclipse.jetty.util.component.AttributeContainerMap
- clearAuthenticationResults() - Method in interface org.eclipse.jetty.client.api.AuthenticationStore
-
Removes all authentication results stored
- clearAuthenticationResults() - Method in class org.eclipse.jetty.client.HttpAuthenticationStore
- clearAuthentications() - Method in interface org.eclipse.jetty.client.api.AuthenticationStore
-
Removes all
Authentication
s stored - clearAuthentications() - Method in class org.eclipse.jetty.client.HttpAuthenticationStore
- clearCache() - Method in class org.eclipse.jetty.webapp.CachingWebAppClassLoader
- clearConnectionFactories() - Method in class org.eclipse.jetty.server.AbstractConnector
- clearCredential() - Method in class org.eclipse.jetty.security.jaspi.callback.CredentialValidationCallback
- clearError() - Method in class org.eclipse.jetty.server.ResponseWriter
- clearHeaders() - Method in class org.eclipse.jetty.client.HttpResponse
- clearLowResources() - Method in class org.eclipse.jetty.server.LowResourceMonitor
- clearObject() - Method in class org.eclipse.jetty.jaas.callback.ObjectCallback
- clearPassword() - Method in interface org.eclipse.jetty.security.authentication.LoginCallback
- clearPassword() - Method in class org.eclipse.jetty.security.authentication.LoginCallbackImpl
- clearToFill(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
-
Clear the buffer to be empty in fill mode.
- clearTracking() - Method in class org.eclipse.jetty.io.LeakTrackingByteBufferPool
-
Clears the tracking data returned by
LeakTrackingByteBufferPool.getLeakedAcquires()
,LeakTrackingByteBufferPool.getLeakedReleases()
,LeakTrackingByteBufferPool.getLeakedResources()
. - clearTransitiveEnable() - Method in class org.eclipse.jetty.start.Module
- Client() - Constructor for class org.eclipse.jetty.util.ssl.SslContextFactory.Client
- Client(boolean) - Constructor for class org.eclipse.jetty.util.ssl.SslContextFactory.Client
- CLIENT - Enum constant in enum org.eclipse.jetty.websocket.api.WebSocketBehavior
- CLIENT - Enum constant in enum org.eclipse.jetty.websocket.core.Behavior
- CLIENT_BIDIRECTIONAL - Enum constant in enum org.eclipse.jetty.quic.common.StreamType
- CLIENT_CONNECTION_FACTORY_CONTEXT_KEY - Static variable in class org.eclipse.jetty.io.ClientConnector
- CLIENT_CONNECTOR_CONTEXT_KEY - Static variable in class org.eclipse.jetty.io.ClientConnector
- CLIENT_CONTEXT_KEY - Static variable in class org.eclipse.jetty.http2.client.HTTP2ClientConnectionFactory
- CLIENT_CONTEXT_KEY - Static variable in class org.eclipse.jetty.http3.client.HTTP3Client
- CLIENT_CONTEXT_KEY - Static variable in interface org.eclipse.jetty.io.ClientConnectionFactory
- CLIENT_GRACEFUL - Static variable in class org.eclipse.jetty.http3.frames.GoAwayFrame
- CLIENT_REQUEST_ATTRIBUTE - Static variable in class org.eclipse.jetty.proxy.AbstractProxyServlet
- CLIENT_UNIDIRECTIONAL - Enum constant in enum org.eclipse.jetty.quic.common.StreamType
- ClientCertAuthenticator - Class in org.eclipse.jetty.security.authentication
-
Deprecated.Prefer using
SslClientCertAuthenticator
- ClientCertAuthenticator() - Constructor for class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
-
Deprecated.
- ClientConnectionFactory - Interface in org.eclipse.jetty.io
-
Factory for client-side
Connection
instances. - 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 identifying an application protocol (for example
["h2", "h2-17", "h2-16"]
) and aClientConnectionFactory
that creates connections that speak that network protocol. - ClientConnectionFactoryOverHTTP2 - Class in org.eclipse.jetty.http2.client.http
- ClientConnectionFactoryOverHTTP2(HTTP2Client) - Constructor for class org.eclipse.jetty.http2.client.http.ClientConnectionFactoryOverHTTP2
- ClientConnectionFactoryOverHTTP2.HTTP2 - Class in org.eclipse.jetty.http2.client.http
-
Representation of the
HTTP/2
application protocol used byHttpClientTransportDynamic
. - ClientConnectionFactoryOverHTTP3 - Class in org.eclipse.jetty.http3.client.http
- ClientConnectionFactoryOverHTTP3(HTTP3Client) - Constructor for class org.eclipse.jetty.http3.client.http.ClientConnectionFactoryOverHTTP3
- ClientConnectionFactoryOverHTTP3.HTTP3 - Class in org.eclipse.jetty.http3.client.http
-
Representation of the
HTTP/3
application 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(ClientConnector.Configurator) - Constructor for class org.eclipse.jetty.io.ClientConnector
- ClientConnector.ClientSelectorManager - Class in org.eclipse.jetty.io
- ClientConnector.Configurator - Class in org.eclipse.jetty.io
-
Configures a
ClientConnector
. - ClientConnector.Configurator.ChannelWithAddress - Class in org.eclipse.jetty.io
-
A pair/record holding a
SelectableChannel
and aSocketAddress
to connect to. - ClientEndpointConfigWrapper - Class in org.eclipse.jetty.websocket.javax.common
- ClientEndpointConfigWrapper() - Constructor for class org.eclipse.jetty.websocket.javax.common.ClientEndpointConfigWrapper
- ClientEndpointConfigWrapper(ClientEndpointConfig) - Constructor for class org.eclipse.jetty.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
- ClientHTTP2StreamEndPoint - Class in org.eclipse.jetty.http2.client.http
- ClientHTTP2StreamEndPoint(IStream) - Constructor for class org.eclipse.jetty.http2.client.http.ClientHTTP2StreamEndPoint
- 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
- ClientParser.Listener.Adapter - Class in org.eclipse.jetty.fcgi.parser
- ClientProtocolSession - Class in org.eclipse.jetty.quic.client
-
Client specific implementation of
ProtocolSession
. - ClientProtocolSession(ClientQuicSession) - Constructor for class org.eclipse.jetty.quic.client.ClientProtocolSession
- ClientQuicConnection - Class in org.eclipse.jetty.quic.client
-
The client specific implementation of
QuicConnection
. - ClientQuicConnection(ClientConnector, EndPoint, Map<String, Object>) - Constructor for class org.eclipse.jetty.quic.client.ClientQuicConnection
- ClientQuicSession - Class in org.eclipse.jetty.quic.client
-
The client specific implementation of
QuicSession
. - ClientQuicSession(Executor, Scheduler, ByteBufferPool, QuicheConnection, QuicConnection, InetSocketAddress, Map<String, Object>) - Constructor for class org.eclipse.jetty.quic.client.ClientQuicSession
- clientRequestStatus(Throwable) - Method in class org.eclipse.jetty.proxy.AbstractProxyServlet
- ClientSelectorManager(Executor, Scheduler, int) - Constructor for class org.eclipse.jetty.io.ClientConnector.ClientSelectorManager
- ClientUpgradeRequest - Class in org.eclipse.jetty.websocket.client
-
Client based UpgradeRequest API
- ClientUpgradeRequest() - Constructor for class org.eclipse.jetty.websocket.client.ClientUpgradeRequest
- ClientUpgradeRequest(URI) - Constructor for class org.eclipse.jetty.websocket.client.ClientUpgradeRequest
-
Deprecated.use
ClientUpgradeRequest()
instead. - clone() - Method in class org.eclipse.jetty.util.security.Constraint
- clone(Object) - Static method in class org.eclipse.jetty.util.LazyList
- cloneConfigure(WebAppContext, WebAppContext) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
- cloneConfigure(WebAppContext, WebAppContext) - Method in class org.eclipse.jetty.plus.webapp.PlusConfiguration
- cloneConfigure(WebAppContext, WebAppContext) - Method in class org.eclipse.jetty.webapp.AbstractConfiguration
- cloneConfigure(WebAppContext, WebAppContext) - Method in class org.eclipse.jetty.webapp.WebInfConfiguration
- close() - Method in class org.eclipse.jetty.ant.AntWebAppContext.AntURLClassLoader
- close() - Method in class org.eclipse.jetty.client.AbstractConnectionPool
- close() - Method in interface org.eclipse.jetty.client.api.Connection
- close() - Method in interface org.eclipse.jetty.client.ConnectionPool
- close() - Method in class org.eclipse.jetty.client.http.HttpConnectionOverHTTP
- close() - Method in class org.eclipse.jetty.client.HttpDestination
- close() - Method in class org.eclipse.jetty.client.LeakTrackingConnectionPool
- close() - Method in class org.eclipse.jetty.client.util.AsyncRequestContent
- close() - Method in class org.eclipse.jetty.client.util.DeferredContentProvider
-
Deprecated.No more content will be added to this content provider and notifies the listener that no more content is available.
- close() - Method in class org.eclipse.jetty.client.util.InputStreamContentProvider
-
Deprecated.
- close() - Method in class org.eclipse.jetty.client.util.MultiPartContentProvider
-
Deprecated.
- close() - Method in class org.eclipse.jetty.client.util.MultiPartRequestContent
- close() - Method in class org.eclipse.jetty.client.util.OutputStreamContentProvider
-
Deprecated.
- close() - Method in class org.eclipse.jetty.fcgi.client.http.HttpConnectionOverFCGI
- 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.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.http.HttpConnectionOverHTTP2
- close() - Method in class org.eclipse.jetty.http2.HTTP2Connection
- close() - Method in class org.eclipse.jetty.http2.HTTP2Stream
- close() - Method in interface org.eclipse.jetty.http2.IStream
-
Forcibly closes this stream.
- close() - Method in class org.eclipse.jetty.http2.server.HTTP2ServerConnection.ServerHttpChannelOverHTTP2
- close() - Method in class org.eclipse.jetty.http2.server.HttpChannelOverHTTP2
- 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
- close() - Method in class org.eclipse.jetty.io.ByteBufferOutputStream
- close() - Method in class org.eclipse.jetty.io.ByteBufferOutputStream2
- close() - Method in interface org.eclipse.jetty.io.Connection
-
Performs a logical close of this connection.
- close() - Method in interface org.eclipse.jetty.io.EndPoint
-
Close 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.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 class org.eclipse.jetty.quic.common.QuicConnection
- close() - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
- close() - Method in class org.eclipse.jetty.server.HttpOutput
- close() - Method in class org.eclipse.jetty.server.HttpWriter
- close() - Method in class org.eclipse.jetty.server.MultiPartFormInputStream.MultiPart
- close() - Method in class org.eclipse.jetty.server.MultiPartInputStreamParser.MultiPart
-
Deprecated.
- close() - Method in class org.eclipse.jetty.server.MultiParts.MultiPartsHttpParser
- close() - Method in class org.eclipse.jetty.server.MultiParts.MultiPartsUtilParser
- 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.resource.ByteBufferRangeWriter
- close() - Method in class org.eclipse.jetty.server.resource.InputStreamRangeWriter
- close() - Method in class org.eclipse.jetty.server.resource.SeekableByteChannelRangeWriter
- close() - Method in class org.eclipse.jetty.server.ResponseWriter
- close() - Method in class org.eclipse.jetty.server.ServerConnector
- close() - Method in class org.eclipse.jetty.session.infinispan.BoundDelegatingInputStream
- close() - Method in class org.eclipse.jetty.unixsocket.server.UnixSocketConnector
-
Deprecated.
- close() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
- 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.Pool
- close() - Method in class org.eclipse.jetty.util.resource.EmptyResource
- close() - Method in class org.eclipse.jetty.util.resource.JarFileResource
- close() - Method in class org.eclipse.jetty.util.resource.JarResource
- close() - Method in class org.eclipse.jetty.util.resource.PathResource
- close() - Method in class org.eclipse.jetty.util.resource.Resource
-
Release any temporary resources held by the resource.
- close() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
- close() - Method in class org.eclipse.jetty.util.resource.URLResource
-
Release any resources held by the resource.
- close() - Method in class org.eclipse.jetty.util.RolloverFileOutputStream
- close() - Method in class org.eclipse.jetty.util.SharedBlockingCallback.Blocker
-
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 class org.eclipse.jetty.webapp.WebAppClassLoader
- close() - Method in interface org.eclipse.jetty.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.websocket.common.WebSocketSession
- 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.internal.ExtensionStack
- close() - Method in class org.eclipse.jetty.websocket.core.internal.messages.MessageInputStream
- close() - Method in class org.eclipse.jetty.websocket.core.internal.messages.MessageOutputStream
- close() - Method in class org.eclipse.jetty.websocket.core.internal.messages.MessageReader
- close() - Method in class org.eclipse.jetty.websocket.core.internal.messages.MessageWriter
- close() - Method in class org.eclipse.jetty.websocket.core.internal.Parser.ParsedFrame
- close() - Method in class org.eclipse.jetty.websocket.core.internal.PerMessageDeflateExtension
- close() - Method in class org.eclipse.jetty.websocket.javax.common.decoders.AvailableDecoders
- close() - Method in class org.eclipse.jetty.websocket.javax.common.encoders.AvailableEncoders
- close() - Method in class org.eclipse.jetty.websocket.javax.common.JavaxWebSocketSession
- close(int, String) - Method in interface org.eclipse.jetty.websocket.api.Session
-
Send a websocket Close frame, with status code.
- close(int, String) - Method in class org.eclipse.jetty.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 provide 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.internal.WebSocketCoreSession
-
Send Close Frame with specified Status Code and optional Reason
- close(int, String, WriteCallback) - Method in interface org.eclipse.jetty.websocket.api.Session
-
Send a websocket Close frame, with status code.
- close(int, String, WriteCallback) - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
- close(long, Throwable) - Method in class org.eclipse.jetty.quic.common.QuicStreamEndPoint
- close(Closeable) - Static method in class org.eclipse.jetty.start.FS
- 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(Throwable) - Method in class org.eclipse.jetty.client.http.HttpConnectionOverHTTP
- close(Throwable) - Method in class org.eclipse.jetty.fcgi.client.http.HttpConnectionOverFCGI
- close(Throwable) - Method in class org.eclipse.jetty.http2.client.http.HttpConnectionOverHTTP2
- 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
-
Close any backing stream associated with the endpoint, passing a cause
- close(Throwable) - Method in class org.eclipse.jetty.proxy.ProxyConnection
- close(Throwable) - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
- close(CloseReason) - Method in class org.eclipse.jetty.websocket.javax.common.JavaxWebSocketSession
- 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.internal.WebSocketCoreSession
-
Send Close Frame with no payload.
- close(CloseStatus) - Method in interface org.eclipse.jetty.websocket.api.Session
-
Request Close the current conversation, giving a reason for the closure.
- close(CloseStatus) - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
- CLOSE - Enum constant in enum org.eclipse.jetty.http.HttpHeaderValue
- CLOSE - Enum constant in enum org.eclipse.jetty.http.HttpParser.State
- CLOSE - Enum constant in enum org.eclipse.jetty.websocket.api.Frame.Type
- CLOSE - Static variable in class org.eclipse.jetty.websocket.core.OpCode
-
OpCode for a Close Frame
- closeByHTTP(HttpFields) - Method in class org.eclipse.jetty.fcgi.client.http.HttpConnectionOverFCGI
- closed(Throwable) - Method in class org.eclipse.jetty.quic.common.QuicStreamEndPoint
- 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 org.eclipse.jetty.http.HttpParser.State
- CLOSED - Enum constant in enum org.eclipse.jetty.http2.CloseState
-
Fully closed.
- CloseException - Exception in org.eclipse.jetty.websocket.api.exceptions
- CloseException - Exception in org.eclipse.jetty.websocket.core.exception
- CloseException(int, String) - Constructor for exception org.eclipse.jetty.websocket.api.exceptions.CloseException
- CloseException(int, String) - Constructor for exception org.eclipse.jetty.websocket.core.exception.CloseException
- CloseException(int, String, Throwable) - Constructor for exception org.eclipse.jetty.websocket.api.exceptions.CloseException
- CloseException(int, String, Throwable) - Constructor for exception org.eclipse.jetty.websocket.core.exception.CloseException
- CloseException(int, Throwable) - Constructor for exception org.eclipse.jetty.websocket.api.exceptions.CloseException
- CloseException(int, Throwable) - Constructor for exception org.eclipse.jetty.websocket.core.exception.CloseException
- closeFlusher() - Method in class org.eclipse.jetty.websocket.core.internal.DemandingFlusher
-
Used to close this flusher when there is no explicit failure.
- closeFlusher() - Method in class org.eclipse.jetty.websocket.core.internal.TransformingFlusher
-
Used to close this flusher when there is no explicit failure.
- CloseInfo - Class in org.eclipse.jetty.quic.common
-
A record that captures error code and error reason.
- CloseInfo(long, String) - Constructor for class org.eclipse.jetty.quic.common.CloseInfo
- closeOutput() - Method in class org.eclipse.jetty.server.Response
- CloseState - Enum in org.eclipse.jetty.http2
-
The set of close states for a stream or a session.
- CloseState.Event - Enum in org.eclipse.jetty.http2
- CloseStatus - Class in org.eclipse.jetty.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.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.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 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 org.eclipse.jetty.http.HttpTokens.Type
- code - Variable in enum org.eclipse.jetty.fcgi.FCGI.FrameType
- code - Variable in enum org.eclipse.jetty.fcgi.FCGI.Role
- code - Variable in enum org.eclipse.jetty.http2.ErrorCode
- codeString(int) - Static method in class org.eclipse.jetty.websocket.core.CloseStatus
- collectFragmentsAndRequiredBundles(Bundle, PackageAdmin, Map<String, Bundle>, boolean) - Method in class org.eclipse.jetty.osgi.boot.utils.internal.PackageAdminServiceTracker
-
Returns the fragments and the required-bundles.
- Collection(RequestLog...) - Constructor for class org.eclipse.jetty.server.RequestLog.Collection
- collectRequiredBundles(Bundle, PackageAdmin, Map<String, Bundle>, boolean) - Method in class org.eclipse.jetty.osgi.boot.utils.internal.PackageAdminServiceTracker
-
A simplistic but good enough parser for the Require-Bundle header.
- COLON - Enum constant in enum org.eclipse.jetty.http.HttpTokens.Type
- combine(RoleInfo) - Method in class org.eclipse.jetty.security.RoleInfo
- combine(UserDataConstraint) - Method in enum org.eclipse.jetty.security.UserDataConstraint
- combine(Callback, Callback) - Static method in interface org.eclipse.jetty.util.Callback
- combine(Invocable.InvocationType, Invocable.InvocationType) - Static method in interface org.eclipse.jetty.util.thread.Invocable
- COMMA_NOT_VALID_OCTET - Enum constant in enum org.eclipse.jetty.http.CookieCompliance.Violation
-
Deprecated.Use SPECIAL_CHARS_IN_QUOTES
- COMMA_SEPARATOR - Enum constant in enum 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
CONNECT
command used in SOCKS5 connect requests. - CommandLineBuilder - Class in org.eclipse.jetty.start
- CommandLineBuilder() - Constructor for class org.eclipse.jetty.start.CommandLineBuilder
- CommandLineBuilder(boolean) - Constructor for class org.eclipse.jetty.start.CommandLineBuilder
- CommandLineBuilder(String) - Constructor for class org.eclipse.jetty.start.CommandLineBuilder
-
Deprecated.
- CommandLineConfigSource - Class in org.eclipse.jetty.start.config
-
Configuration Source representing the Command Line arguments.
- CommandLineConfigSource(String[]) - Constructor for class org.eclipse.jetty.start.config.CommandLineConfigSource
- commit() - Method in class org.eclipse.jetty.http2.HTTP2Stream
- commit() - Method in interface org.eclipse.jetty.http2.IStream
-
Marks this stream as committed.
- commit() - Method in class org.eclipse.jetty.jaas.spi.AbstractLoginModule
- commit() - Method in class org.eclipse.jetty.jaas.spi.LdapLoginModule
- commit(ByteBuffer, boolean, Callback) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor
- commit(HttpSession) - Method in class org.eclipse.jetty.server.session.SessionHandler
-
Called when a response is about to be committed.
- commit(MetaData.Response) - Method in class org.eclipse.jetty.http2.server.HttpChannelOverHTTP2
- commit(MetaData.Response) - Method in class org.eclipse.jetty.server.HttpChannel
- commit(Session) - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
-
A response that has accessed this session is about to be returned to the client.
- commit(Session) - Method in interface org.eclipse.jetty.server.session.SessionCache
-
Called when a response is about to be committed.
- commitResponse() - Method in class org.eclipse.jetty.server.HttpChannelState
- COMMITTED - Enum constant in enum org.eclipse.jetty.http.HttpGenerator.State
- compact(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
-
Compact the buffer
- 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
-
Rewrite the URI by compacting to remove //
- CompactPathRule() - Constructor for class org.eclipse.jetty.rewrite.handler.CompactPathRule
- COMPARATOR - Static variable in class org.eclipse.jetty.http2.HTTP2Cipher
- compare(File, File) - Method in class org.eclipse.jetty.start.NaturalSort.Files
- compare(String, String) - Method in class org.eclipse.jetty.http2.HTTP2Cipher.CipherComparator
- compare(String, String) - Method in class org.eclipse.jetty.start.NaturalSort.Strings
- compare(Path, Path) - Method in class org.eclipse.jetty.start.NaturalSort.Paths
- compare(ServletContainerInitializer, ServletContainerInitializer) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration.ServletContainerInitializerComparator
- 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(MappedResource<E>) - 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(ServletHolder) - Method in class org.eclipse.jetty.servlet.ServletHolder
-
Comparator by init order.
- compareTo(Module) - Method in class org.eclipse.jetty.start.Module
- compareTo(Version) - Method in class org.eclipse.jetty.start.Version
- compile(byte[]) - Static method in class org.eclipse.jetty.util.SearchPattern
-
Produces a SearchPattern instance which can be used to find matches of the pattern in data
- compile(String) - Static method in class org.eclipse.jetty.util.SearchPattern
-
Produces a SearchPattern instance 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(Invocable.InvocationType) - Constructor for class org.eclipse.jetty.util.Callback.Completable
- complete() - Method in class org.eclipse.jetty.http2.parser.HeaderBlockFragments
- complete() - Method in class org.eclipse.jetty.http3.api.Stream.Data
-
The method that applications must invoke to signal that the data bytes have been processed.
- complete() - Method in class org.eclipse.jetty.proxy.AsyncProxyServlet.StreamWriter
- complete() - Method in class org.eclipse.jetty.server.AsyncContextState
- complete() - Method in class org.eclipse.jetty.server.HttpChannelState
- complete() - Method in class org.eclipse.jetty.server.session.Session
- 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(String, JSON.Source) - Static method in class org.eclipse.jetty.util.ajax.JSON
- complete(HttpSession) - Method in class org.eclipse.jetty.server.session.SessionHandler
-
Called when a request is finally leaving a session.
- complete(Callback) - Method in class org.eclipse.jetty.server.HttpOutput
- complete(Callback) - Method in class org.eclipse.jetty.server.HttpWriter
- complete(Callback) - Method in class org.eclipse.jetty.server.ResponseWriter
- COMPLETE - Enum constant in enum org.eclipse.jetty.fcgi.parser.ContentParser.Result
-
The frame content parsing is complete, and the parser can now parse the padding bytes.
- COMPLETE - Enum constant in enum org.eclipse.jetty.server.HttpChannelState.Action
- completed() - Method in class org.eclipse.jetty.server.AsyncContextEvent
- completed() - Method in class org.eclipse.jetty.util.Callback.Completing
- completed(String) - Method in class org.eclipse.jetty.io.NegotiatingClientConnection
- completed(Throwable) - Method in class org.eclipse.jetty.server.HttpChannelState
- completed(Throwable) - Method in class org.eclipse.jetty.server.HttpOutput
-
Called to indicate that the request cycle has been completed.
- completeOutput() - Method in class org.eclipse.jetty.server.Response
-
Deprecated.
- completeOutput(Callback) - Method in class org.eclipse.jetty.server.Response
- completeResponse() - Method in class org.eclipse.jetty.server.HttpChannelState
- completeWith(CompletableFuture<?>) - Method in interface org.eclipse.jetty.util.Callback
-
Completes this callback with the given
CompletableFuture
. - completeWith(CompletableFuture<C>) - Method in interface org.eclipse.jetty.util.Promise
- 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.server.HttpChannelState
- Completing() - Constructor for class org.eclipse.jetty.util.Callback.Completing
- Completing(Invocable.InvocationType) - Constructor for class org.eclipse.jetty.util.Callback.Completing
- COMPLETING - Enum constant in enum org.eclipse.jetty.http.HttpGenerator.State
- COMPLETING_1XX - Enum constant in enum org.eclipse.jetty.http.HttpGenerator.State
- 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.Listener - Interface in org.eclipse.jetty.http
-
A listener that can be notified of violations.
- ComplianceViolation.Mode - Interface in org.eclipse.jetty.http
-
A Mode is a set of
ComplianceViolation
s that are allowed. - compliesWith(CookieCompliance) - Method in class org.eclipse.jetty.http.CookieCompliance
- components - Variable in class org.eclipse.jetty.websocket.javax.common.JavaxWebSocketContainer
- components - Variable in class org.eclipse.jetty.websocket.javax.common.JavaxWebSocketFrameHandlerFactory
- 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
- COMPRESSION_ERROR - Enum constant in enum org.eclipse.jetty.http2.ErrorCode
-
Indicates inability to maintain the HPACK compression context.
- CompressionException(String, Object...) - Constructor for exception org.eclipse.jetty.http2.hpack.HpackException.CompressionException
- CompressionPool<T> - Class in org.eclipse.jetty.util.compression
- CompressionPool(int) - Constructor for class org.eclipse.jetty.util.compression.CompressionPool
-
Create a Pool of
CompressionPool
instances. - CompressionPool.Entry - Class in org.eclipse.jetty.util.compression
- computeField(String, BiFunction<String, List<HttpField>, HttpField>) - Method in class org.eclipse.jetty.http.HttpFields.Mutable
-
Computes a single field for the given HTTP header name and for existing fields with the same name.
- computeField(HttpHeader, BiFunction<HttpHeader, List<HttpField>, HttpField>) - Method in class org.eclipse.jetty.http.HttpFields.Mutable
-
Computes a single field for the given HttpHeader and for existing fields with the same header.
- concat(Iterator<T>, Iterator<T>) - Static method in class org.eclipse.jetty.util.TypeUtil
- Confidential - Enum constant in enum org.eclipse.jetty.security.UserDataConstraint
- config - Variable in class org.eclipse.jetty.websocket.javax.common.decoders.RegisteredDecoder
- config(Props) - Method in class org.eclipse.jetty.start.ModuleGraphWriter
- Config() - Constructor for class org.eclipse.jetty.servlet.ServletHolder.Config
- Config(Path) - Constructor for class org.eclipse.jetty.util.PathWatcher.Config
- Config(Path, PathWatcher.Config) - Constructor for class org.eclipse.jetty.util.PathWatcher.Config
- ConfigSource - Interface in org.eclipse.jetty.start.config
-
A Configuration Source
- ConfigSources - Class in org.eclipse.jetty.start.config
-
Weighted List of ConfigSources.
- ConfigSources() - Constructor for class org.eclipse.jetty.start.config.ConfigSources
- ConfigurableSpnegoAuthenticator - Class in org.eclipse.jetty.security.authentication
-
A LoginAuthenticator that uses SPNEGO and the GSS API to authenticate requests.
- ConfigurableSpnegoAuthenticator() - Constructor for class org.eclipse.jetty.security.authentication.ConfigurableSpnegoAuthenticator
- ConfigurableSpnegoAuthenticator(String) - Constructor for class org.eclipse.jetty.security.authentication.ConfigurableSpnegoAuthenticator
-
Allow for a custom authMethod value to be set for instances where SPNEGO may not be appropriate
- ConfigurableSpnegoLoginService - Class in org.eclipse.jetty.security
-
A configurable (as opposed to using system properties) SPNEGO LoginService.
- ConfigurableSpnegoLoginService(String, AuthorizationService) - Constructor for class org.eclipse.jetty.security.ConfigurableSpnegoLoginService
- Configuration - Interface in org.eclipse.jetty.webapp
-
A pluggable Configuration for
WebAppContext
s. - Configuration - Interface in org.eclipse.jetty.websocket.core
- 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.webapp
- Configuration.WrapperFunction - Interface in org.eclipse.jetty.webapp
-
Experimental Wrapper mechanism for WebApp Configuration components.
- ConfigurationCustomizer() - Constructor for class org.eclipse.jetty.websocket.core.Configuration.ConfigurationCustomizer
- ConfigurationManager - Interface in org.eclipse.jetty.deploy
-
ConfigurationManager Type for allow injection of property values for replacement in jetty xml files during deployment.
- 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.webapp
-
An ordered list of
Configuration
instances. - Configurations() - Constructor for class org.eclipse.jetty.webapp.Configurations
- Configurations(String...) - Constructor for class org.eclipse.jetty.webapp.Configurations
- Configurations(List<String>) - Constructor for class org.eclipse.jetty.webapp.Configurations
- Configurations(Configurations) - Constructor for class org.eclipse.jetty.webapp.Configurations
- Configurator() - Constructor for class org.eclipse.jetty.io.ClientConnector.Configurator
- configure() - Method in class org.eclipse.jetty.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(String[]) - Method in class org.eclipse.jetty.runner.Runner
-
Deprecated.Configure a jetty instance and deploy the webapps presented as args
- configure(SelectableChannel) - Method in class org.eclipse.jetty.io.ClientConnector
- 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(AbstractConnection, Connector, EndPoint) - Method in class org.eclipse.jetty.server.AbstractConnectionFactory
- configure(AbstractConnection, Connector, EndPoint) - Method in class org.eclipse.jetty.server.SslConnectionFactory
- configure(EndPoint) - Method in class org.eclipse.jetty.websocket.client.impl.DelegatedJettyClientUpgradeRequest
- configure(QuickStartGeneratorConfiguration, WebAppContext) - Method in class org.eclipse.jetty.quickstart.QuickStartConfiguration
- 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(Server, List<URL>, Dictionary<String, Object>) - Static method in class org.eclipse.jetty.osgi.boot.internal.serverfactory.ServerInstanceWrapper
- configure(ServletContextHandler, JavaxWebSocketServletContainerInitializer.Configurator) - Static method in class org.eclipse.jetty.websocket.javax.server.config.JavaxWebSocketServletContainerInitializer
-
Configure the
ServletContextHandler
to callJavaxWebSocketServletContainerInitializer.onStartup(Set, ServletContext)
during theServletContext
initialization phase. - configure(ServletContextHandler, JettyWebSocketServletContainerInitializer.Configurator) - Static method in class org.eclipse.jetty.websocket.server.config.JettyWebSocketServletContainerInitializer
-
Configure the
ServletContextHandler
to call theJettyWebSocketServletContainerInitializer
during theServletContext
initialization phase. - configure(WebAppContext) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
- configure(WebAppContext) - Method in class org.eclipse.jetty.ant.AntWebInfConfiguration
-
Adds classpath files into web application classloader, and sets web.xml and base directory for the configured web application.
- configure(WebAppContext) - Method in class org.eclipse.jetty.osgi.boot.OSGiMetaInfConfiguration
-
Allow fragments to supply some resources that are added to the baseResource of the webapp.
- configure(WebAppContext) - Method in class org.eclipse.jetty.plus.webapp.EnvConfiguration
- configure(WebAppContext) - Method in class org.eclipse.jetty.plus.webapp.PlusConfiguration
- configure(WebAppContext) - Method in class org.eclipse.jetty.quickstart.QuickStartConfiguration
- configure(WebAppContext) - Method in class org.eclipse.jetty.quickstart.QuickStartGeneratorConfiguration
- configure(WebAppContext) - Method in class org.eclipse.jetty.webapp.AbstractConfiguration
- configure(WebAppContext) - Method in interface org.eclipse.jetty.webapp.Configuration
-
Configure WebApp.
- configure(WebAppContext) - Method in class org.eclipse.jetty.webapp.Configuration.Wrapper
- configure(WebAppContext) - Method in class org.eclipse.jetty.webapp.Configurations
- configure(WebAppContext) - Method in class org.eclipse.jetty.webapp.JettyWebXmlConfiguration
-
Configure Apply web-jetty.xml configuration
- configure(WebAppContext) - Method in class org.eclipse.jetty.webapp.MetaInfConfiguration
- configure(WebAppContext) - Method in class org.eclipse.jetty.webapp.WebInfConfiguration
- configure(WebAppContext) - Method in class org.eclipse.jetty.webapp.WebXmlConfiguration
-
Process web-default.xml, web.xml, override-web.xml
- configure(JettyWebSocketServletFactory) - Method in class org.eclipse.jetty.websocket.server.JettyWebSocketServlet
-
Configure the JettyWebSocketServletFactory for this servlet instance by setting default configuration (which may be overriden by annotations) and mapping
JettyWebSocketCreator
s. - configureCallbacks() - Method in class org.eclipse.jetty.jaas.spi.AbstractLoginModule
- configureContextHandler() - Method in class org.eclipse.jetty.osgi.boot.AbstractContextProvider.OSGiApp
- ConfiguredEndpoint - Class in org.eclipse.jetty.websocket.javax.common
-
Associate a JSR Endpoint with its optional
EndpointConfig
- ConfiguredEndpoint(Object, EndpointConfig) - Constructor for class org.eclipse.jetty.websocket.javax.common.ConfiguredEndpoint
- configureForSubject(Subject) - Method in class org.eclipse.jetty.security.RolePrincipal
- configureMode(Server, String) - Static method in class org.eclipse.jetty.quickstart.QuickStartConfiguration
-
Configure the server for the quickstart mode.
- configureRoleInfo(RoleInfo, ConstraintMapping) - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
-
Initialize or update the RoleInfo from the constraint
- configureSubject(Subject) - Method in class org.eclipse.jetty.security.UserPrincipal
- configureTempDirectory(File, WebAppContext) - Method in class org.eclipse.jetty.webapp.WebInfConfiguration
- configureWebApp() - Method in class org.eclipse.jetty.osgi.boot.AbstractWebAppProvider.OSGiApp
- CONFLICT - Enum constant in enum 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(Object, URI) - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
- connect(Object, URI, ClientUpgradeRequest) - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
-
Connect to remote websocket endpoint
- connect(Object, URI, ClientUpgradeRequest, JettyUpgradeListener) - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
-
Connect to remote websocket endpoint
- connect(InetSocketAddress, Map<String, Object>) - Method in class org.eclipse.jetty.client.AbstractConnectorHttpClientTransport
- connect(InetSocketAddress, Map<String, Object>) - Method in interface org.eclipse.jetty.client.HttpClientTransport
-
Deprecated.use
HttpClientTransport.connect(SocketAddress, Map)
instead. - connect(InetSocketAddress, Map<String, Object>) - Method in class org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2
- connect(InetSocketAddress, Map<String, Object>) - Method in class org.eclipse.jetty.http3.client.http.HttpClientTransportOverHTTP3
- connect(InetSocketAddress, ClientConnectionFactory, Session.Listener, Promise<Session>, Map<String, Object>) - Method in class org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2
- connect(SocketAddress, Map<String, Object>) - Method in class org.eclipse.jetty.client.AbstractConnectorHttpClientTransport
- connect(SocketAddress, Map<String, Object>) - Method in interface org.eclipse.jetty.client.HttpClientTransport
-
Establishes a physical connection to the given
address
. - connect(SocketAddress, Map<String, Object>) - Method in class org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2
- connect(SocketAddress, Map<String, Object>) - Method in class org.eclipse.jetty.http3.client.http.HttpClientTransportOverHTTP3
- connect(SocketAddress, Map<String, Object>) - Method in class org.eclipse.jetty.io.ClientConnector
- connect(SocketAddress, Session.Listener) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
- connect(SocketAddress, Session.Listener, Promise<Session>) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
- connect(SocketAddress, Session.Client.Listener) - Method in class org.eclipse.jetty.http3.client.HTTP3Client
- connect(SocketAddress, Session.Client.Listener, Map<String, Object>) - Method in class org.eclipse.jetty.http3.client.HTTP3Client
- connect(SocketAddress, ClientConnectionFactory, Session.Listener, Promise<Session>, Map<String, Object>) - Method in class org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2
- connect(SocketAddress, ClientConnectionFactory, Session.Listener, Promise<Session>, Map<String, Object>) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
- connect(SelectableChannel, Object) - Method in class org.eclipse.jetty.io.SelectorManager
-
Registers a channel to perform a non-blocking connect.
- connect(SslContextFactory, SocketAddress, Session.Listener) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
- connect(SslContextFactory, SocketAddress, Session.Listener, Promise<Session>) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
- connect(SslContextFactory, SocketAddress, Session.Listener, Promise<Session>, Map<String, Object>) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
- 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 org.eclipse.jetty.http.HttpMethod
- ConnectContext(HttpServletRequest, HttpServletResponse, AsyncContext, EndPoint) - Constructor for class org.eclipse.jetty.proxy.ConnectHandler.ConnectContext
- connectDatabase() - Method in class org.eclipse.jetty.security.JDBCLoginService
-
Connect to database with parameters setup by loadConfig()
- connectFailed(Throwable, Map<String, Object>) - Method in class org.eclipse.jetty.io.ClientConnector
- connectFailed(Map<String, Object>, Throwable) - Method in class org.eclipse.jetty.client.AbstractHttpClientTransport
- ConnectHandler - Class in org.eclipse.jetty.proxy
-
Implementation of a
Handler
that supports HTTP CONNECT. - ConnectHandler() - Constructor for class org.eclipse.jetty.proxy.ConnectHandler
- ConnectHandler(Handler) - Constructor for class org.eclipse.jetty.proxy.ConnectHandler
- ConnectHandler.ConnectContext - Class in org.eclipse.jetty.proxy
- ConnectHandler.ConnectManager - Class in org.eclipse.jetty.proxy
- ConnectHandler.DownstreamConnection - Class in org.eclipse.jetty.proxy
- ConnectHandler.UpstreamConnection - Class in org.eclipse.jetty.proxy
- Connection - Interface in org.eclipse.jetty.client.api
-
Connection
represent a connection to aDestination
and allow applications to send requests viaConnection.send(Request, Response.CompleteListener)
. - Connection - Interface in org.eclipse.jetty.io
-
A
Connection
is associated to anEndPoint
so that I/O events happening on theEndPoint
can be processed by theConnection
. - CONNECTION - Enum constant in enum org.eclipse.jetty.http.HttpHeader
-
General Fields.
- CONNECTION_CLOSE - Static variable in class org.eclipse.jetty.server.HttpConnection
- CONNECTION_PROMISE_CONTEXT_KEY - Static variable in class org.eclipse.jetty.io.ClientConnector
- Connection.Listener - Interface in org.eclipse.jetty.io
-
A Listener for connection events.
- Connection.Listener.Adapter - Class in org.eclipse.jetty.io
- Connection.UpgradeFrom - Interface in org.eclipse.jetty.io
-
Connection
implementations 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
-
Connection
implementations 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.
- ConnectionFactory - Interface in org.eclipse.jetty.server
-
A Factory to create
Connection
instances forConnector
s. - 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 in org.eclipse.jetty.server
-
The possible outcomes of the
ConnectionFactory.Detecting.detect(ByteBuffer)
method. - ConnectionFactory.Upgrading - Interface in org.eclipse.jetty.server
- 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 cannot be completed.
- connectionFailed(SelectableChannel, Throwable, Object) - Method in class org.eclipse.jetty.proxy.ConnectHandler.ConnectManager
- connectionFailure(ByteBuffer, int, String) - Method in class org.eclipse.jetty.http2.parser.BodyParser
- ConnectionLimit - Class in org.eclipse.jetty.server
-
A Listener that limits the number of Connections.
- ConnectionLimit(int, Connector...) - Constructor for class org.eclipse.jetty.server.ConnectionLimit
- ConnectionLimit(int, Server) - Constructor for class org.eclipse.jetty.server.ConnectionLimit
- 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.MaxUsable - Interface in org.eclipse.jetty.client
-
Marks a connection as being usable for a maximum number of requests.
- ConnectionPool.Multiplexable - Interface in org.eclipse.jetty.client
-
Marks a connection as supporting multiplexed requests.
- ConnectionSet() - Constructor for class org.eclipse.jetty.io.IncludeExcludeConnectionStatistics.ConnectionSet
- ConnectionStatistics - Class in org.eclipse.jetty.io
-
A
Connection.Listener
that 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
- ConnectManager(Executor, Scheduler, int) - Constructor for class org.eclipse.jetty.proxy.ConnectHandler.ConnectManager
- Connector - Class in org.eclipse.jetty.ant.types
-
Connector
- Connector - Interface in org.eclipse.jetty.server
-
A
Connector
accept 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. - Connector() - Constructor for class org.eclipse.jetty.ant.types.Connector
- Connector(int, int) - Constructor for class org.eclipse.jetty.ant.types.Connector
- Connectors - Class in org.eclipse.jetty.ant.types
-
Specifies a jetty configuration
<connectors/>
element for Ant build file. - Connectors() - Constructor for class org.eclipse.jetty.ant.types.Connectors
-
Default constructor.
- Connectors(int, int) - Constructor for class org.eclipse.jetty.ant.types.Connectors
-
Constructor.
- 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, ?>, String) - Constructor for class org.eclipse.jetty.jmx.ConnectorServer
-
Constructs a ConnectorServer
- ConnectorServer(JMXServiceURL, Map<String, ?>, String, SslContextFactory.Server) - Constructor for class org.eclipse.jetty.jmx.ConnectorServer
-
Constructs a ConnectorServer
- 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(Class<?>, URI) - Method in class org.eclipse.jetty.websocket.javax.client.internal.JavaxWebSocketClientContainer
- connectToServer(Class<? extends Endpoint>, ClientEndpointConfig, URI) - Method in class org.eclipse.jetty.websocket.javax.client.internal.JavaxWebSocketClientContainer
- connectToServer(Object, URI) - Method in class org.eclipse.jetty.websocket.javax.client.internal.JavaxWebSocketClientContainer
- connectToServer(HttpServletRequest, String, int, Promise<SocketChannel>) - Method in class org.eclipse.jetty.proxy.ConnectHandler
- connectToServer(Endpoint, ClientEndpointConfig, URI) - Method in class org.eclipse.jetty.websocket.javax.client.internal.JavaxWebSocketClientContainer
- 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 - Class in org.eclipse.jetty.util
-
A
Throwable
that may be used in static contexts. - ConstantThrowable() - Constructor for class org.eclipse.jetty.util.ConstantThrowable
- ConstantThrowable(String) - Constructor for class org.eclipse.jetty.util.ConstantThrowable
- Constraint - Class in org.eclipse.jetty.util.security
-
Constraint Describe an auth and/or data constraint.
- Constraint() - Constructor for class org.eclipse.jetty.util.security.Constraint
-
Constructor.
- Constraint(String, String) - Constructor for class org.eclipse.jetty.util.security.Constraint
-
Convenience Constructor.
- ConstraintAware - Interface in org.eclipse.jetty.security
- ConstraintMapping - Class in org.eclipse.jetty.security
- ConstraintMapping() - Constructor for class org.eclipse.jetty.security.ConstraintMapping
- ConstraintSecurityHandler - Class in org.eclipse.jetty.security
-
ConstraintSecurityHandler
- ConstraintSecurityHandler() - Constructor for class org.eclipse.jetty.security.ConstraintSecurityHandler
- constraintsExist(List<ServletMapping>, List<ConstraintMapping>) - Method in class org.eclipse.jetty.annotations.ServletSecurityAnnotationHandler
-
Check if there are already
<security-constraint>
elements defined that match the url-patterns for the servlet. - consumeAll() - Method in interface org.eclipse.jetty.server.ContentProducer
-
Fail all content currently available in this
ContentProducer
instance as well as in the underlyingHttpChannel
. - consumeAll() - Method in class org.eclipse.jetty.server.HttpInput
- consumeInput() - Method in class org.eclipse.jetty.http2.server.HttpChannelOverHTTP2
- container - Variable in class org.eclipse.jetty.websocket.javax.common.JavaxWebSocketFrameHandlerFactory
- Container - Interface in org.eclipse.jetty.util.component
-
A Container
- CONTAINER_BUNDLE_PATTERN - Static variable in class org.eclipse.jetty.osgi.boot.OSGiMetaInfConfiguration
-
Regex of symbolic names of bundles that should be considered to be on the container classpath
- CONTAINER_INCLUDE_JAR_PATTERN - Static variable in class org.eclipse.jetty.runner.Runner
-
Deprecated.
- CONTAINER_INITIALIZER_STARTER - Static variable in class org.eclipse.jetty.annotations.AnnotationConfiguration
- CONTAINER_INITIALIZERS - Static variable in class org.eclipse.jetty.annotations.AnnotationConfiguration
- CONTAINER_JAR_PATTERN - Static variable in class org.eclipse.jetty.webapp.MetaInfConfiguration
- 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.websocket.javax.server.config
-
The "Container Default Configurator" per the JSR-356 spec.
- ContainerDefaultConfigurator() - Constructor for class org.eclipse.jetty.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.
- ContainerInitializer - Class in org.eclipse.jetty.plus.annotation
-
Deprecated.
- ContainerInitializer - Class in org.eclipse.jetty.servlet.listener
-
Utility Methods for manual execution of
ServletContainerInitializer
when using Embedded Jetty. - ContainerInitializer() - Constructor for class org.eclipse.jetty.servlet.listener.ContainerInitializer
- ContainerInitializer(ClassLoader, String) - Constructor for class org.eclipse.jetty.plus.annotation.ContainerInitializer
-
Deprecated.
- ContainerInitializer(ServletContainerInitializer, Class<?>[]) - Constructor for class org.eclipse.jetty.plus.annotation.ContainerInitializer
-
Deprecated.
- ContainerInitializer.ServletContainerInitializerServletContextListener - Class in org.eclipse.jetty.servlet.listener
- ContainerInitializerAnnotationHandler - Class in org.eclipse.jetty.annotations
-
ContainerInitializerAnnotationHandler
- ContainerInitializerAnnotationHandler(ContainerInitializer, Class<?>) - Constructor for class org.eclipse.jetty.annotations.ContainerInitializerAnnotationHandler
-
Deprecated.
- ContainerInitializerAnnotationHandler(ServletContainerInitializerHolder, Class<?>) - Constructor for class org.eclipse.jetty.annotations.ContainerInitializerAnnotationHandler
- ContainerLifeCycle - Class in org.eclipse.jetty.util.component
-
A ContainerLifeCycle is an
LifeCycle
implementation for a collection of contained beans. - ContainerLifeCycle() - Constructor for class org.eclipse.jetty.util.component.ContainerLifeCycle
- ContainerPathNameMatcher(WebAppContext, String) - Constructor for class org.eclipse.jetty.webapp.MetaInfConfiguration.ContainerPathNameMatcher
- 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
-
Look for a value in a possible multi valued field
- contains(String) - Method in interface org.eclipse.jetty.http.HttpFields
- contains(String) - Method in class org.eclipse.jetty.server.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.server.session.SessionCache
-
Check to see if a Session is in the cache.
- contains(String, String) - Method in interface org.eclipse.jetty.http.HttpFields
- contains(EnumSet<HttpHeader>) - Method in interface org.eclipse.jetty.http.HttpFields
- contains(HttpField) - Method in interface org.eclipse.jetty.http.HttpFields
- contains(HttpHeader) - Method in interface org.eclipse.jetty.http.HttpFields
- contains(HttpHeader, String) - Method in interface org.eclipse.jetty.http.HttpFields
- containsFilterHolder(FilterHolder) - Method in class org.eclipse.jetty.servlet.ServletHandler
- containsHeader(String) - Method in class org.eclipse.jetty.server.Response
- containsHeader(String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
- containsHeader(String) - Method in class org.eclipse.jetty.websocket.core.server.internal.UpgradeHttpServletResponse
- containsKey(Object) - Method in class org.eclipse.jetty.websocket.javax.common.PutListenerMap
- containsKey(String) - Method in class org.eclipse.jetty.start.Props
- containsPathSpec(String) - Method in class org.eclipse.jetty.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.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.websocket.javax.common.PutListenerMap
- content(String) - Method in class org.eclipse.jetty.xml.XmlAppendable
- content(ByteBuffer) - Method in class org.eclipse.jetty.client.http.HttpReceiverOverHTTP
- content(ByteBuffer) - Method in interface org.eclipse.jetty.http.HttpParser.HttpHandler
- content(ByteBuffer) - Method in class org.eclipse.jetty.http.HttpTester.Message
- content(ByteBuffer) - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
- content(ByteBuffer, boolean) - Method in interface org.eclipse.jetty.server.MultiPartParser.Handler
- content(ByteBuffer, Callback) - Method in class org.eclipse.jetty.fcgi.client.http.HttpChannelOverFCGI
- content(ContentProvider) - Method in interface org.eclipse.jetty.client.api.Request
-
Deprecated.use
Request.body(Content)
instead - content(ContentProvider) - Method in class org.eclipse.jetty.client.HttpRequest
- content(ContentProvider, String) - Method in interface org.eclipse.jetty.client.api.Request
-
Deprecated.use
Request.body(Content)
instead - content(ContentProvider, String) - Method in class org.eclipse.jetty.client.HttpRequest
- Content(ByteBuffer) - Constructor for class org.eclipse.jetty.server.HttpInput.Content
- CONTENT - Enum constant in enum org.eclipse.jetty.http.HttpParser.State
- CONTENT_ENCODING - Enum constant in enum org.eclipse.jetty.http.HttpHeader
- CONTENT_END - Enum constant in enum org.eclipse.jetty.http.HttpParser.State
- CONTENT_LANGUAGE - Enum constant in enum org.eclipse.jetty.http.HttpHeader
- CONTENT_LENGTH - Enum constant in enum org.eclipse.jetty.http.HttpHeader
- CONTENT_LENGTH - Enum constant in enum org.eclipse.jetty.http.HttpTokens.EndOfContent
- CONTENT_LENGTH - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
- CONTENT_LENGTH_0 - Static variable in class org.eclipse.jetty.http2.hpack.HpackDecoder
- CONTENT_LOCATION - Enum constant in enum org.eclipse.jetty.http.HttpHeader
- CONTENT_MD5 - Enum constant in enum org.eclipse.jetty.http.HttpHeader
- CONTENT_RANGE - Enum constant in enum org.eclipse.jetty.http.HttpHeader
- CONTENT_TYPE - Enum constant in enum org.eclipse.jetty.http.HttpHeader
- CONTENT_TYPE - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
- contentComplete() - Method in class org.eclipse.jetty.client.http.HttpReceiverOverHTTP
- contentComplete() - Method in interface org.eclipse.jetty.http.HttpParser.HttpHandler
- contentComplete() - Method in class org.eclipse.jetty.http.HttpTester.Message
- contentComplete() - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
- ContentDecoder - Interface in org.eclipse.jetty.client
-
ContentDecoder
decodes content bytes of a response. - ContentDecoder.Factory - Class in org.eclipse.jetty.client
-
Factory for
ContentDecoder
s; subclasses must implementContentDecoder.Factory.newContentDecoder()
. - 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 in org.eclipse.jetty.fcgi.parser
-
The result of the frame content parsing.
- ContentProducer - Interface in org.eclipse.jetty.server
-
ContentProducer is the bridge between
HttpInput
andHttpChannel
. - ContentProvider - Interface in org.eclipse.jetty.client.api
-
Deprecated.use
Request.Content
instead, orContentProvider.toRequestContent(ContentProvider)
to convert ContentProvider toRequest.Content
. - ContentProvider.Typed - Interface in org.eclipse.jetty.client.api
-
Deprecated.use
Request.Content
instead - ContentResponse - Interface in org.eclipse.jetty.client.api
-
A specialized
Response
that can hold a limited content in memory. - Context() - Constructor for class org.eclipse.jetty.server.handler.ContextHandler.Context
- Context() - Constructor for class org.eclipse.jetty.servlet.ServletContextHandler.Context
- Context() - Constructor for class org.eclipse.jetty.webapp.WebAppContext.Context
- CONTEXT_INIT - Static variable in class org.eclipse.jetty.servlet.DefaultServlet
- CONTEXT_KEY - Static variable in class org.eclipse.jetty.quic.common.QuicConfiguration
- ContextBundleTracker(BundleContext, String) - Constructor for class org.eclipse.jetty.osgi.boot.BundleContextProvider.ContextBundleTracker
- contextDestroyed() - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Call the ServletContextListeners with contextDestroyed.
- contextDestroyed(ServletContextEvent) - Method in class org.eclipse.jetty.server.DebugListener
- contextDestroyed(ServletContextEvent) - Method in class org.eclipse.jetty.server.handler.ManagedAttributeListener
- contextDestroyed(ServletContextEvent) - Method in class org.eclipse.jetty.servlet.listener.ContainerInitializer.ServletContainerInitializerServletContextListener
- contextDestroyed(ServletContextEvent) - Method in class org.eclipse.jetty.servlet.listener.ELContextCleaner
-
Deprecated.
- contextDestroyed(ServletContextEvent) - Method in class org.eclipse.jetty.servlet.listener.IntrospectorCleaner
- contextDestroyed(ServletContextEvent) - Method in class org.eclipse.jetty.websocket.javax.client.JavaxWebSocketShutdownContainer
- ContextFactory - Class in org.eclipse.jetty.jndi
-
ContextFactory
- 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.server.handler
-
ContextHandler.
- ContextHandler() - Constructor for class org.eclipse.jetty.server.handler.ContextHandler
- ContextHandler(String) - Constructor for class org.eclipse.jetty.server.handler.ContextHandler
- ContextHandler(ContextHandler.Context) - Constructor for class org.eclipse.jetty.server.handler.ContextHandler
- ContextHandler(ContextHandler.Context, HandlerContainer, String) - Constructor for class org.eclipse.jetty.server.handler.ContextHandler
- ContextHandler(HandlerContainer, String) - Constructor for class org.eclipse.jetty.server.handler.ContextHandler
- ContextHandler.AliasCheck - Interface in org.eclipse.jetty.server.handler
-
Interface to check aliases
- ContextHandler.ApproveAliases - Class in org.eclipse.jetty.server.handler
-
Deprecated.use
AllowedResourceAliasChecker
instead. - ContextHandler.ApproveNonExistentDirectoryAliases - Class in org.eclipse.jetty.server.handler
-
Deprecated.
- ContextHandler.Availability - Enum in org.eclipse.jetty.server.handler
- ContextHandler.Context - Class in org.eclipse.jetty.server.handler
-
Context.
- ContextHandler.ContextScopeListener - Interface in org.eclipse.jetty.server.handler
-
Listener for all threads entering context scope, including async IO callbacks
- ContextHandler.ContextStatus - Enum in org.eclipse.jetty.server.handler
- ContextHandler.StaticContext - Class in org.eclipse.jetty.server.handler
-
A simple implementation of ServletContext that is used when there is no ContextHandler.
- ContextHandlerCollection - Class in org.eclipse.jetty.server.handler
-
This
HandlerCollection
is creates a Map of contexts to it's contained handlers based on the context path and virtual hosts of any containedContextHandler
s. - ContextHandlerCollection() - Constructor for class org.eclipse.jetty.server.handler.ContextHandlerCollection
- ContextHandlerCollection(ContextHandler...) - Constructor for class org.eclipse.jetty.server.handler.ContextHandlerCollection
- ContextHandlerMBean - Class in org.eclipse.jetty.server.handler.jmx
- ContextHandlerMBean(Object) - Constructor for class org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean
- ContextHandlers - Class in org.eclipse.jetty.ant.types
-
Specifies
<contextHandlers/>
element in web app configuration. - ContextHandlers() - Constructor for class org.eclipse.jetty.ant.types.ContextHandlers
- contextInitialized() - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Call the ServletContextListeners contextInitialized methods.
- contextInitialized(ServletContextEvent) - Method in class org.eclipse.jetty.server.DebugListener
- contextInitialized(ServletContextEvent) - Method in class org.eclipse.jetty.server.handler.ManagedAttributeListener
- contextInitialized(ServletContextEvent) - Method in class org.eclipse.jetty.servlet.listener.ContainerInitializer.ServletContainerInitializerServletContextListener
- contextInitialized(ServletContextEvent) - Method in class org.eclipse.jetty.servlet.listener.ELContextCleaner
-
Deprecated.
- contextInitialized(ServletContextEvent) - Method in class org.eclipse.jetty.servlet.listener.IntrospectorCleaner
- contextInitialized(ServletContextEvent) - Method in class org.eclipse.jetty.websocket.javax.client.JavaxWebSocketShutdownContainer
- CONTEXTPATH - Static variable in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
- ContextTracker(BundleContext, Filter) - Constructor for class org.eclipse.jetty.osgi.boot.ServiceContextProvider.ContextTracker
- CONTINUATION - Enum constant in enum org.eclipse.jetty.http2.frames.FrameType
- CONTINUATION - Enum constant in enum 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 org.eclipse.jetty.http.HttpGenerator.Result
- CONTINUE - Enum constant in enum org.eclipse.jetty.http.HttpHeaderValue
- CONTINUE - Enum constant in enum 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
- continue100(int) - Method in class org.eclipse.jetty.http2.server.HttpChannelOverHTTP2
-
If the associated response has the Expect header set to 100 Continue, then accessing the input stream indicates that the handler/servlet is ready for the request body and thus a 100 Continue response is sent.
- continue100(int) - Method in class org.eclipse.jetty.server.HttpChannel
-
If the associated response has the Expect header set to 100 Continue, then accessing the input stream indicates that the handler/servlet is ready for the request body and thus a 100 Continue response is sent.
- continue100(int) - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
-
If the associated response has the Expect header set to 100 Continue, then accessing the input stream indicates that the handler/servlet is ready for the request body and thus a 100 Continue response is sent.
- 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(ByteBufferPool.Lease, Frame) - Method in class org.eclipse.jetty.http2.generator.Generator
- convert() - Method in class org.eclipse.jetty.session.infinispan.InfinispanSessionLegacyConverter
-
Convert all sessions to protobuf format sessions.
- convert(Fields) - Static method in class org.eclipse.jetty.client.util.FormContentProvider
-
Deprecated.
- convert(Fields) - Static method in class org.eclipse.jetty.client.util.FormRequestContent
- convert(Fields, Charset) - Static method in class org.eclipse.jetty.client.util.FormContentProvider
-
Deprecated.
- convert(Fields, Charset) - Static method in class org.eclipse.jetty.client.util.FormRequestContent
- convertCause(Throwable) - Static method in class org.eclipse.jetty.websocket.common.JettyWebSocketFrameHandler
- convertCause(Throwable) - Static method in class org.eclipse.jetty.websocket.javax.client.internal.JavaxWebSocketClientContainer
- convertCredentialLdapToJetty(String) - Static method in class org.eclipse.jetty.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.internal.util.InvokerUtils.Arg
- convertIdentifier(String) - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
-
Convert a camel case identifier into either upper or lower depending on the way the db stores identifiers.
- convertTo(Class<?>, Map<String, Object>) - Method in class org.eclipse.jetty.util.ajax.JSON
- cookie(HttpCookie) - Method in interface org.eclipse.jetty.client.api.Request
- cookie(HttpCookie) - Method in class org.eclipse.jetty.client.HttpRequest
- COOKIE - Enum constant in enum org.eclipse.jetty.http.HttpHeader
-
Other Fields.
- CookieCompliance - Class in org.eclipse.jetty.http
-
The compliance mode for Cookie handling.
- CookieCompliance(String, Set<CookieCompliance.Violation>) - Constructor for class org.eclipse.jetty.http.CookieCompliance
- CookieCompliance.Violation - Enum in org.eclipse.jetty.http
- CookieConfig() - Constructor for class org.eclipse.jetty.server.session.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 in org.eclipse.jetty.http
-
The exception thrown when a cookie cannot be parsed and
CookieCompliance.Violation.INVALID_COOKIES
is not allowed. - CookiePatternRule - Class in org.eclipse.jetty.rewrite.handler
-
Sets the cookie in the response whenever the rule finds a match.
- 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.server
-
Cookie parser
- Cookies() - Constructor for class org.eclipse.jetty.server.Cookies
- Cookies(CookieCompliance, ComplianceViolation.Listener) - Constructor for class org.eclipse.jetty.server.Cookies
- cookieSet() - Method in class org.eclipse.jetty.server.session.Session
- COOKIESETTIME - Static variable in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
- Coordinates() - Constructor for class org.eclipse.jetty.start.fileinits.MavenLocalRepoFileInitializer.Coordinates
- 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(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
-
Deep copy of a buffer
- copy(SessionData) - Method in class org.eclipse.jetty.server.session.SessionData
-
Copy the info from the given sessiondata
- copy(Frame) - Static method in class org.eclipse.jetty.websocket.core.Frame
- COPY - Enum constant in enum org.eclipse.jetty.http.HttpMethod
- copyBuffer(ByteBuffer) - Method in class org.eclipse.jetty.io.ByteBufferAccumulator
- copyBytes(byte[], int, int) - Method in class org.eclipse.jetty.io.ByteBufferAccumulator
- copyDir(File, File) - Static method in class org.eclipse.jetty.util.IO
- copyDirectory(Path, Path) - Method in class org.eclipse.jetty.start.FileInitializer
- copyFile(File, File) - Static method in class org.eclipse.jetty.util.IO
- copyHeaders(Frame) - Method in class org.eclipse.jetty.websocket.core.Frame
- copyOf(JavaxWebSocketMessageMetadata) - Static method in class org.eclipse.jetty.websocket.javax.common.JavaxWebSocketMessageMetadata
- copyRequest(HttpRequest, URI) - Method in class org.eclipse.jetty.client.HttpClient
- copyRequestHeaders(HttpServletRequest, Request) - Method in class org.eclipse.jetty.proxy.AbstractProxyServlet
- copyTo(File) - Method in class org.eclipse.jetty.util.resource.JarResource
- copyTo(File) - Method in class org.eclipse.jetty.util.resource.PathResource
- copyTo(File) - Method in class org.eclipse.jetty.util.resource.Resource
-
Copy the Resource to the new destination file.
- copyTo(File) - Method in class org.eclipse.jetty.util.resource.ResourceCollection
- copyWithoutPayload(Frame) - Static method in class org.eclipse.jetty.websocket.core.Frame
- copyZipContents(Path, Path) - Static method in class org.eclipse.jetty.start.FS
- coreClient - Variable in class org.eclipse.jetty.websocket.javax.client.internal.JavaxWebSocketClientContainer
- coreClientFactory - Variable in class org.eclipse.jetty.websocket.javax.client.internal.JavaxWebSocketClientContainer
- CoreClientUpgradeRequest - Class in org.eclipse.jetty.websocket.core.client
- CoreClientUpgradeRequest(WebSocketCoreClient, URI) - Constructor for class org.eclipse.jetty.websocket.core.client.CoreClientUpgradeRequest
- CoreSession - Interface in org.eclipse.jetty.websocket.core
-
Represents the outgoing Frames.
- CoreSession.Empty - Class in org.eclipse.jetty.websocket.core
- count() - Method in class org.eclipse.jetty.start.Classpath
- COUNTER - Static variable in class org.eclipse.jetty.server.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
- countTokens() - Method in class org.eclipse.jetty.util.QuotedStringTokenizer
-
Not implemented.
- CR - Enum constant in enum org.eclipse.jetty.http.HttpTokens.Type
- CR - Enum constant in enum org.eclipse.jetty.util.ReadLineInputStream.Termination
-
Deprecated.
- CR - Static variable in class org.eclipse.jetty.util.TypeUtil
- CR_LINE_TERMINATION - Enum constant in enum org.eclipse.jetty.server.MultiParts.NonCompliance
- create(String) - Static method in class org.eclipse.jetty.util.PidFile
- create(URI, String) - Method in class org.eclipse.jetty.start.FileInitializer
-
Initialize a file resource
- create(URI, String) - Method in class org.eclipse.jetty.start.fileinits.BaseHomeFileInitializer
- create(URI, String) - Method in class org.eclipse.jetty.start.fileinits.LocalFileInitializer
- create(URI, String) - Method in class org.eclipse.jetty.start.fileinits.MavenLocalRepoFileInitializer
- create(URI, String) - Method in class org.eclipse.jetty.start.fileinits.TestFileInitializer
- create(URI, String) - Method in class org.eclipse.jetty.start.fileinits.UriFileInitializer
- createAnnotationParser(int) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
- createAnnotationParser(int) - Method in class org.eclipse.jetty.osgi.annotations.AnnotationConfiguration
-
This parser scans the bundles using the OSGi APIs instead of assuming a jar.
- createApp(String) - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
-
Called by the Scanner.DiscreteListener to create a new App object.
- createConnection(Promise<Connection>) - Method in class org.eclipse.jetty.client.HttpDestination
- createConnector(boolean) - Method in class org.eclipse.jetty.servlet.ServletTester
-
Create a port based connector.
- createConstraint() - Static method in class org.eclipse.jetty.security.ConstraintSecurityHandler
- createConstraint(String, boolean, String[], int) - Static method in class org.eclipse.jetty.security.ConstraintSecurityHandler
-
Create a security constraint
- createConstraint(String, String[], ServletSecurity.EmptyRoleSemantic, ServletSecurity.TransportGuarantee) - Static method in class org.eclipse.jetty.security.ConstraintSecurityHandler
-
Create Constraint
- createConstraint(String, HttpConstraintElement) - Static method in class org.eclipse.jetty.security.ConstraintSecurityHandler
-
Create a Constraint
- createConstraint(Constraint) - Static method in class org.eclipse.jetty.security.ConstraintSecurityHandler
- createConstraintsWithMappingsForPath(String, String, ServletSecurityElement) - Static method in class org.eclipse.jetty.security.ConstraintSecurityHandler
-
Generate Constraints and ContraintMappings for the given url pattern and ServletSecurityElement
- createContext(String) - Method in class org.eclipse.jetty.http.spi.JettyHttpServer
- createContext(String, HttpHandler) - Method in class org.eclipse.jetty.http.spi.JettyHttpServer
- createContextHandler() - Method in class org.eclipse.jetty.osgi.boot.AbstractContextProvider.OSGiApp
- createContextHandler() - Method in class org.eclipse.jetty.osgi.boot.AbstractWebAppProvider.OSGiApp
- createContextHandler(App) - Method in interface org.eclipse.jetty.deploy.AppProvider
-
Create a ContextHandler for an App
- createContextHandler(App) - Method in class org.eclipse.jetty.deploy.providers.WebAppProvider
- createContextHandler(App) - Method in class org.eclipse.jetty.osgi.boot.AbstractContextProvider
- createContextHandler(App) - Method in class org.eclipse.jetty.osgi.boot.AbstractWebAppProvider
- CREATED - Enum constant in enum 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.websocket.javax.common.JavaxWebSocketFrameHandlerFactory
- createEnvContext(WebAppContext) - Method in class org.eclipse.jetty.plus.webapp.EnvConfiguration
- createFile() - Method in class org.eclipse.jetty.server.MultiPartFormInputStream.MultiPart
- createFile() - Method in class org.eclipse.jetty.server.MultiPartInputStreamParser.MultiPart
-
Deprecated.
- createFilter(Class<T>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- createFilter(Class<T>) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
- createFilter(BundleContext, String, String) - Static method in class org.eclipse.jetty.osgi.boot.utils.Util
-
Create an osgi filter for the given classname and server name.
- createHttpClient() - Method in class org.eclipse.jetty.proxy.AbstractProxyServlet
-
Creates a
HttpClient
instance, 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.servlet.BaseHolder
- createInstance() - Method in class org.eclipse.jetty.servlet.FilterHolder
- createInstance() - Method in class org.eclipse.jetty.servlet.ListenerHolder
- createInstance() - Method in class org.eclipse.jetty.servlet.ServletHolder
- createInstance(Class<T>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- createInstance(Class<T>) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
- createInstance(Class<T>) - Method in class org.eclipse.jetty.util.DecoratedObjectFactory
- createInstance(BaseHolder<T>) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
- createLibEtcClassLoader(File, ClassLoader) - Static method in class org.eclipse.jetty.osgi.boot.internal.webapp.LibExtClassLoaderHelper
- createLibExtClassLoader(List<File>, List<URL>, ClassLoader) - Static method in class org.eclipse.jetty.osgi.boot.internal.webapp.LibExtClassLoaderHelper
- createListener(Class<T>) - Method in class org.eclipse.jetty.server.AsyncContextState
- createListener(Class<T>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- createListener(Class<T>) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
- createLocalConnector() - Method in class org.eclipse.jetty.servlet.ServletTester
- createLocalStream(int, MetaData.Request, Consumer<Throwable>) - Method in class org.eclipse.jetty.http2.HTTP2Session
- createLogger() - Method in class org.eclipse.jetty.proxy.AbstractProxyServlet
- createMessageSink(MethodHandle, Class<? extends MessageSink>, Executor, WebSocketSession) - Static method in class org.eclipse.jetty.websocket.common.JettyWebSocketFrameHandlerFactory
- createMessageSink(JavaxWebSocketSession, JavaxWebSocketMessageMetadata) - Static method in class org.eclipse.jetty.websocket.javax.common.JavaxWebSocketFrameHandlerFactory
- createMetadata(Class<?>) - Method in class org.eclipse.jetty.websocket.common.JettyWebSocketFrameHandlerFactory
- createNewFile(Path) - Static method in class org.eclipse.jetty.start.FS
- createOrigin(HttpRequest, Origin.Protocol) - Method in class org.eclipse.jetty.client.HttpClient
- createProtocolSession() - Method in class org.eclipse.jetty.quic.client.ClientQuicSession
- createProtocolSession() - Method in class org.eclipse.jetty.quic.common.QuicSession
- createProtocolSession() - Method in class org.eclipse.jetty.quic.server.ServerQuicSession
- createRemoteStream(int, MetaData.Request) - Method in class org.eclipse.jetty.http2.HTTP2Session
- createServlet(Class<T>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- createServlet(Class<T>) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
- createServletContainerInitializerAnnotationHandlers(WebAppContext, List<ServletContainerInitializer>) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
- createSession(SocketAddress, ByteBuffer) - Method in class org.eclipse.jetty.quic.client.ClientQuicConnection
- createSession(SocketAddress, ByteBuffer) - Method in class org.eclipse.jetty.quic.common.QuicConnection
- createSession(SocketAddress, ByteBuffer) - Method in class org.eclipse.jetty.quic.server.ServerQuicConnection
- 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
- CREATETIME - Static variable in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
- createWebApp() - Method in class org.eclipse.jetty.osgi.boot.AbstractWebAppProvider.OSGiApp
- createWebSocket(ServerUpgradeRequest, ServerUpgradeResponse) - Method in interface org.eclipse.jetty.websocket.core.server.WebSocketCreator
-
Create a websocket from the incoming request.
- createWebSocket(ServerUpgradeRequest, ServerUpgradeResponse) - Method in class org.eclipse.jetty.websocket.javax.server.internal.JavaxWebSocketCreator
- createWebSocket(JettyServerUpgradeRequest, JettyServerUpgradeResponse) - Method in interface org.eclipse.jetty.websocket.server.JettyWebSocketCreator
-
Create a websocket from the incoming request.
- createWebSocketConnection(Request, WebSocketCoreSession) - Method in class org.eclipse.jetty.websocket.core.server.internal.AbstractHandshaker
- createWebSocketConnection(Request, WebSocketCoreSession) - Method in class org.eclipse.jetty.websocket.core.server.internal.RFC6455Handshaker
- createWebSocketConnection(Request, WebSocketCoreSession) - Method in class org.eclipse.jetty.websocket.core.server.internal.RFC8441Handshaker
- CreatorNegotiator - Class in org.eclipse.jetty.websocket.core.server.internal
- CreatorNegotiator(WebSocketCreator, FrameHandlerFactory) - Constructor for class org.eclipse.jetty.websocket.core.server.internal.CreatorNegotiator
- CreatorNegotiator(WebSocketCreator, FrameHandlerFactory, Configuration.Customizer) - Constructor for class org.eclipse.jetty.websocket.core.server.internal.CreatorNegotiator
- Credential - Class in org.eclipse.jetty.util.security
-
Credentials.
- Credential() - Constructor for class org.eclipse.jetty.util.security.Credential
- Credential.Crypt - Class in org.eclipse.jetty.util.security
-
Unix Crypt Credentials
- Credential.MD5 - Class in org.eclipse.jetty.util.security
-
MD5 Credentials
- credentialLogin(Object) - Method in class org.eclipse.jetty.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.security.jaspi.callback
-
CredentialValidationCallback 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.security.jaspi.callback.CredentialValidationCallback
- CRLF - Enum constant in enum org.eclipse.jetty.util.ReadLineInputStream.Termination
-
Deprecated.
- 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
- 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.
- CSRF_TOKEN - Static variable in class org.eclipse.jetty.security.openid.OpenIdAuthenticator
-
Deprecated.
- 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>, String, int, int) - Static method in class org.eclipse.jetty.util.StringUtil
-
Split a quoted comma separated string to a list
- customize(Socket, Class<? extends Connection>, 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(SSLEngine, Request) - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
-
Customizes the request attributes to be set for SSL requests.
- 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.http.HttpClientTransportOverFCGI
- customize(Connection, Map<String, Object>) - Method in interface org.eclipse.jetty.io.ClientConnectionFactory
- customize(Connection, Map<String, Object>) - 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(Connector, HttpConfiguration, Request) - Method in class org.eclipse.jetty.rewrite.RewriteCustomizer
- customize(Connector, HttpConfiguration, Request) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
- customize(Connector, HttpConfiguration, Request) - Method in class org.eclipse.jetty.server.HostHeaderCustomizer
- customize(Connector, HttpConfiguration, Request) - Method in interface org.eclipse.jetty.server.HttpConfiguration.Customizer
- customize(Connector, HttpConfiguration, Request) - Method in class org.eclipse.jetty.server.ProxyCustomizer
- customize(Connector, HttpConfiguration, Request) - 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.fcgi.server.proxy.FastCGIProxyServlet
- customizeSecure(Request) - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
-
Customizes the request attributes for general secure settings.
- 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
- 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 extends CyclicTimeouts.Expirable> - Class in org.eclipse.jetty.io
-
An implementation of a timeout that manages many
expirable
entities 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(byte[], int, int, Callback) - Method in class org.eclipse.jetty.proxy.AsyncProxyServlet.StreamWriter
- 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(IStream, Callback, DataFrame) - Method in class org.eclipse.jetty.http2.HTTP2Session
- data(IStream, Callback, DataFrame) - Method in interface org.eclipse.jetty.http2.ISession
-
Enqueues the given DATA frame to be written to the connection.
- data(DataFrame) - 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(ByteBufferPool.Lease, DataFrame, int) - Method in class org.eclipse.jetty.http2.generator.Generator
- Data(DataFrame, Runnable) - Constructor for class org.eclipse.jetty.http3.api.Stream.Data
- DATA - Enum constant in enum org.eclipse.jetty.fcgi.FCGI.FrameType
- DATA - Enum constant in enum org.eclipse.jetty.http2.frames.FrameType
- DATA - Enum constant in enum org.eclipse.jetty.http3.frames.FrameType
- DatabaseAdaptor - Class in org.eclipse.jetty.server.session
-
DatabaseAdaptor Handles differences between databases.
- DatabaseAdaptor() - Constructor for class org.eclipse.jetty.server.session.DatabaseAdaptor
- DataBodyParser - Class in org.eclipse.jetty.http2.parser
- DataBodyParser(HeaderParser, Parser.Listener) - Constructor for class org.eclipse.jetty.http2.parser.DataBodyParser
- 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(HeaderGenerator) - Constructor for class org.eclipse.jetty.http2.generator.DataGenerator
- DatagramChannelEndPoint - Class in org.eclipse.jetty.io
-
An
EndPoint
implementation based onDatagramChannel
. - DatagramChannelEndPoint(DatagramChannel, ManagedSelector, SelectionKey, Scheduler) - Constructor for class org.eclipse.jetty.io.DatagramChannelEndPoint
- dataSize() - Method in class org.eclipse.jetty.http2.HTTP2Stream
- dataSize() - Method in interface org.eclipse.jetty.http2.IStream
- DataSourceCloser - Class in org.eclipse.jetty.jndi
-
Close a DataSource.
- DataSourceCloser(DataSource) - Constructor for class org.eclipse.jetty.jndi.DataSourceCloser
- DataSourceCloser(DataSource, String) - Constructor for class org.eclipse.jetty.jndi.DataSourceCloser
- DataSourceLoginModule - Class in org.eclipse.jetty.jaas.spi
-
DataSourceLoginModule A LoginModule that uses a DataSource to retrieve user authentication and authorisation information.
- DataSourceLoginModule() - Constructor for class org.eclipse.jetty.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.websocket.javax.common.JavaxWebSocketFrameHandler
- DATE - Enum constant in enum 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
-
ThreadLocal data parsers for HTTP style dates
- DateParser() - Constructor for class org.eclipse.jetty.http.DateParser
- DBUserPrincipal(String, Credential, int) - Constructor for class org.eclipse.jetty.plus.security.DataSourceLoginService.DBUserPrincipal
- DC_CONFIDENTIAL - Static variable in class org.eclipse.jetty.util.security.Constraint
- DC_FORBIDDEN - Static variable in class org.eclipse.jetty.util.security.Constraint
- DC_INTEGRAL - Static variable in class org.eclipse.jetty.util.security.Constraint
- DC_NONE - Static variable in class org.eclipse.jetty.util.security.Constraint
- DC_UNSET - Static variable in class org.eclipse.jetty.util.security.Constraint
- deactivate(Connection) - Method in class org.eclipse.jetty.client.AbstractConnectionPool
- debug() - Method in class org.eclipse.jetty.start.CommandLineBuilder
- debug(Object) - Method in class org.eclipse.jetty.apache.jsp.JuliLog
- debug(Object, Throwable) - Method in class org.eclipse.jetty.apache.jsp.JuliLog
- debug(String) - Method in class org.eclipse.jetty.logging.JettyLogger
- debug(String, long) - Method in interface org.eclipse.jetty.util.log.Logger
-
Deprecated.Formats and logs at debug level.
- 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...) - Static method in class org.eclipse.jetty.start.StartLog
- debug(String, Object...) - Method in interface org.eclipse.jetty.util.log.Logger
-
Deprecated.Formats and logs at debug level.
- debug(String, Object, Object) - Method in class org.eclipse.jetty.logging.JettyLogger