A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 
All Classes All Packages

A

ABNF_REQUIRED_QUOTING - Static variable in class org.eclipse.jetty.websocket.api.util.QuoteUtil
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(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 HttpExchanges 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(Throwable) - Method in class org.eclipse.jetty.util.CompletableCallback
Deprecated.
Callback method invoked when this callback is failed.
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 - org.eclipse.jetty.servlets.DoSFilter.Action
The request and response is aborted, no response is sent.
ABORT_REQUEST - 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
 
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 including:
AbstractConnectionFactory(String) - Constructor for class org.eclipse.jetty.server.AbstractConnectionFactory
 
AbstractConnectionFactory(String...) - Constructor for class org.eclipse.jetty.server.AbstractConnectionFactory
 
AbstractConnectionPool - Class in org.eclipse.jetty.client
 
AbstractConnectionPool(Destination, int, Callback) - Constructor for class org.eclipse.jetty.client.AbstractConnectionPool
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 a ConnectionFactory mechanism for creating Connection 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(int) - Constructor for class org.eclipse.jetty.client.AbstractConnectorHttpClientTransport
 
AbstractConnectorHttpClientTransport.ClientSelectorManager - Class in org.eclipse.jetty.client
 
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.JDBCUserInfo - Class in org.eclipse.jetty.jaas.spi
 
AbstractDecoder - Class in org.eclipse.jetty.websocket.jsr356.decoders
 
AbstractDecoder() - Constructor for class org.eclipse.jetty.websocket.jsr356.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.jsr356.encoders
 
AbstractEncoder() - Constructor for class org.eclipse.jetty.websocket.jsr356.encoders.AbstractEncoder
 
AbstractEndPoint - Class in org.eclipse.jetty.io
 
AbstractEndPoint(Scheduler) - Constructor for class org.eclipse.jetty.io.AbstractEndPoint
 
AbstractEventDriver - Class in org.eclipse.jetty.websocket.common.events
EventDriver is the main interface between the User's WebSocket POJO and the internal jetty implementation of WebSocket.
AbstractEventDriver(WebSocketPolicy, Object) - Constructor for class org.eclipse.jetty.websocket.common.events.AbstractEventDriver
 
AbstractExtension - Class in org.eclipse.jetty.websocket.common.extensions
 
AbstractExtension() - Constructor for class org.eclipse.jetty.websocket.common.extensions.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
 
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
 
AbstractHttpClientTransport - Class in org.eclipse.jetty.client
 
AbstractHttpClientTransport() - Constructor for class org.eclipse.jetty.client.AbstractHttpClientTransport
 
AbstractIntrospectableAnnotationHandler(boolean) - Constructor for class org.eclipse.jetty.annotations.AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
 
AbstractJettyMojo - Class in org.eclipse.jetty.maven.plugin
Common base class for most jetty mojos.
AbstractJettyMojo() - Constructor for class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
 
AbstractJsrEventDriver - Class in org.eclipse.jetty.websocket.jsr356.endpoints
 
AbstractJsrEventDriver(WebSocketPolicy, EndpointInstance) - Constructor for class org.eclipse.jetty.websocket.jsr356.endpoints.AbstractJsrEventDriver
 
AbstractJsrRemote - Class in org.eclipse.jetty.websocket.jsr356
 
AbstractJsrRemote(JsrSession) - Constructor for class org.eclipse.jetty.websocket.jsr356.AbstractJsrRemote
 
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.
AbstractLifeCycleListener() - Constructor for class org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
Deprecated.
 
AbstractLogger - Class in org.eclipse.jetty.util.log
Abstract Logger.
AbstractLogger() - Constructor for class org.eclipse.jetty.util.log.AbstractLogger
 
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.JAASUserInfo - Class in org.eclipse.jetty.jaas.spi
JAASUserInfo This class unites the UserInfo data with jaas concepts such as Subject and Principals
AbstractLoginService - Class in org.eclipse.jetty.security
AbstractLoginService
AbstractLoginService() - Constructor for class org.eclipse.jetty.security.AbstractLoginService
 
AbstractLoginService.RolePrincipal - Class in org.eclipse.jetty.security
RolePrincipal
AbstractLoginService.UserPrincipal - Class in org.eclipse.jetty.security
UserPrincipal
AbstractMethodAnnotationScanner<T> - Class in org.eclipse.jetty.websocket.common.events.annotated
Basic scanner for Annotated Methods
AbstractMethodAnnotationScanner() - Constructor for class org.eclipse.jetty.websocket.common.events.annotated.AbstractMethodAnnotationScanner
 
AbstractNCSARequestLog - Class in org.eclipse.jetty.server
AbstractNCSARequestLog(RequestLog.Writer) - Constructor for class org.eclipse.jetty.server.AbstractNCSARequestLog
Deprecated.
 
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.
AbstractRestServlet - Class in org.eclipse.jetty.example.asyncrest
Abstract Servlet implementation class AsyncRESTServlet.
AbstractRestServlet() - Constructor for class org.eclipse.jetty.example.asyncrest.AbstractRestServlet
 
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
 
AbstractTrie<V> - Class in org.eclipse.jetty.util
Abstract Trie implementation.
AbstractTrie(boolean) - Constructor for class org.eclipse.jetty.util.AbstractTrie
 
AbstractTypedContentProvider - Class in org.eclipse.jetty.client.util
 
AbstractTypedContentProvider(String) - Constructor for class org.eclipse.jetty.client.util.AbstractTypedContentProvider
 
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.
AbstractWebSocketConnection - Class in org.eclipse.jetty.websocket.common.io
Provides the implementation of LogicalConnection within the framework of the new Connection framework of jetty-io.
AbstractWebSocketConnection(EndPoint, Executor, Scheduler, WebSocketPolicy, ByteBufferPool) - Constructor for class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection
 
AbstractWebSocketConnection.Stats - Class in org.eclipse.jetty.websocket.common.io
Deprecated.
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.UnixSocketConnector
 
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(ServletContext, ServerContainer) - Method in interface org.eclipse.jetty.websocket.jsr356.server.deploy.WebSocketServerContainerInitializer.Configurator
 
accept(ServletContext, NativeWebSocketConfiguration) - Method in interface org.eclipse.jetty.websocket.server.NativeWebSocketServletContainerInitializer.Configurator
 
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 and response 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.WWWAuthenticationProtocolHandler
 
accept(SslContextFactory, SocketChannel, Session.Listener, Promise<Session>) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
ACCEPT - org.eclipse.jetty.http.HttpHeader
Request Fields.
ACCEPT_CHARSET - org.eclipse.jetty.http.HttpHeader
 
ACCEPT_ENCODING - org.eclipse.jetty.http.HttpHeader
 
ACCEPT_LANGUAGE - org.eclipse.jetty.http.HttpHeader
 
ACCEPT_RANGES - 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 to SelectorManager.acceptor(SelectableChannel).
accepted(SelectableChannel) - Method in class org.eclipse.jetty.server.ServerConnector.ServerConnectorManager
 
accepted(SelectableChannel) - Method in class org.eclipse.jetty.unixsocket.UnixSocketConnector.UnixSocketConnectorManager
 
accepted(UnixSocketChannel) - Method in class org.eclipse.jetty.unixsocket.UnixSocketConnector
 
ACCEPTED - org.eclipse.jetty.http.HttpStatus.Code
 
ACCEPTED_202 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
AcceptHash - Class in org.eclipse.jetty.websocket.common
Logic for working with the Sec-WebSocket-Key and Sec-WebSocket-Accept headers.
AcceptHash() - Constructor for class org.eclipse.jetty.websocket.common.AcceptHash
 
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
 
acceptWebSocket(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.websocket.server.WebSocketServerFactory
 
acceptWebSocket(HttpServletRequest, HttpServletResponse) - Method in interface org.eclipse.jetty.websocket.servlet.WebSocketServletFactory
 
acceptWebSocket(WebSocketCreator, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.websocket.server.WebSocketServerFactory
 
acceptWebSocket(WebSocketCreator, HttpServletRequest, HttpServletResponse) - Method in interface org.eclipse.jetty.websocket.servlet.WebSocketServletFactory
 
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.
ACCESS_CONTROL_ALLOW_CREDENTIALS_HEADER - Static variable in class org.eclipse.jetty.servlets.CrossOriginFilter
 
ACCESS_CONTROL_ALLOW_HEADERS_HEADER - Static variable in class org.eclipse.jetty.servlets.CrossOriginFilter
 
ACCESS_CONTROL_ALLOW_METHODS_HEADER - Static variable in class org.eclipse.jetty.servlets.CrossOriginFilter
 
ACCESS_CONTROL_ALLOW_ORIGIN_HEADER - Static variable in class org.eclipse.jetty.servlets.CrossOriginFilter
 
ACCESS_CONTROL_EXPOSE_HEADERS_HEADER - Static variable in class org.eclipse.jetty.servlets.CrossOriginFilter
 
ACCESS_CONTROL_MAX_AGE_HEADER - Static variable in class org.eclipse.jetty.servlets.CrossOriginFilter
 
ACCESS_CONTROL_REQUEST_HEADERS_HEADER - Static variable in class org.eclipse.jetty.servlets.CrossOriginFilter
 
ACCESS_CONTROL_REQUEST_METHOD_HEADER - Static variable in class org.eclipse.jetty.servlets.CrossOriginFilter
 
ACCESSED - Static variable in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
 
ACCESSED - Static variable in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStore
Last access time of session
ACK - Static variable in interface org.eclipse.jetty.http2.Flags
 
acknowledgeLicenses() - Method in class org.eclipse.jetty.start.Licensing
 
ACL - org.eclipse.jetty.http.HttpMethod
 
ACL_AS_INT - Static variable in enum org.eclipse.jetty.http.HttpMethod
 
acquire() - Method in class org.eclipse.jetty.client.AbstractConnectionPool
 
acquire() - Method in interface org.eclipse.jetty.client.ConnectionPool
Returns an idle connection, if available, or schedules the opening of a new connection and returns null.
acquire() - Method in class org.eclipse.jetty.io.ByteBufferPool.Bucket
 
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 is true or AbstractConnectionPool.isMaximizeConnections() is true, 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, return null.
acquire(boolean) - Method in class org.eclipse.jetty.io.ByteBufferPool.Bucket
Deprecated.
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 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(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.
acquireAt(int) - Method in class org.eclipse.jetty.util.Pool
Deprecated.
No longer supported. Instead use a Pool.StrategyType to configure the pool.
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
 
acquireWriteBlocker() - Method in class org.eclipse.jetty.websocket.common.BlockingWriteCallback
 
acquireWriteBlockingCallback() - Method in class org.eclipse.jetty.server.HttpOutput
 
activate() - Method in class org.eclipse.jetty.client.AbstractConnectionPool
 
activeMessage - Variable in class org.eclipse.jetty.websocket.common.events.AbstractEventDriver
 
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.io.NetworkTrafficListener.Adapter
Deprecated.
 
Adapter() - Constructor for class org.eclipse.jetty.util.Promise.Adapter
 
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(E) - Method in class org.eclipse.jetty.util.ConcurrentHashSet
Deprecated.
 
add(Class<? extends Connection>) - Method in class org.eclipse.jetty.io.IncludeExcludeConnectionStatistics.ConnectionSet
 
add(Class<? extends T>) - Method in class org.eclipse.jetty.websocket.jsr356.metadata.CoderMetadataSet
 
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.PathSet
Deprecated.
 
add(String) - Method in class org.eclipse.jetty.http.pathmap.PathSpecSet
 
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.ClasspathPattern
 
add(String...) - Method in class org.eclipse.jetty.webapp.ClasspathPattern
 
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
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, PathMap<IPAddressMap<Boolean>>) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
Deprecated.
Helper method to parse the new entry and add it to the specified address pattern map.
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
 
add(HttpField) - Method in class org.eclipse.jetty.http2.hpack.HpackContext
 
add(HttpFields) - Method in class org.eclipse.jetty.http.HttpFields
Deprecated.
add(HttpHeader, String) - Method in class org.eclipse.jetty.http.HttpFields
Add to or set a field.
add(HttpHeader, HttpHeaderValue) - Method in class org.eclipse.jetty.http.HttpFields
 
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(ConfigSource) - Method in class org.eclipse.jetty.start.config.ConfigSources
 
add(ClasspathPattern.Entry) - Method in class org.eclipse.jetty.webapp.ClasspathPattern
 
add(ClasspathPattern.Entry) - Method in class org.eclipse.jetty.webapp.ClasspathPattern.ByClass
 
add(ClasspathPattern.Entry) - Method in class org.eclipse.jetty.webapp.ClasspathPattern.ByLocationOrModule
 
add(ClasspathPattern.Entry) - Method in class org.eclipse.jetty.webapp.ClasspathPattern.ByModule
 
add(ClasspathPattern.Entry) - Method in class org.eclipse.jetty.webapp.ClasspathPattern.ByPackage
 
add(ClasspathPattern.Entry) - Method in class org.eclipse.jetty.webapp.ClasspathPattern.ByPackageOrName
 
add(T[], T[]) - Static method in class org.eclipse.jetty.util.ArrayUtil
Add arrays
ADD_DYNAMIC_FILTER_KEY - Static variable in class org.eclipse.jetty.websocket.jsr356.server.deploy.WebSocketServerContainerInitializer
 
addAcceptListener(SelectorManager.AcceptListener) - Method in class org.eclipse.jetty.io.SelectorManager
 
addAfter(String, String...) - Method in class org.eclipse.jetty.webapp.Configuration.ClassList
 
addAliasCheck(ContextHandler.AliasCheck) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Add an AliasCheck instance to possibly permit aliased resources
addAll(Class<? extends T>[]) - Method in class org.eclipse.jetty.websocket.jsr356.metadata.CoderMetadataSet
 
addAll(List<Class<? extends T>>) - Method in class org.eclipse.jetty.websocket.jsr356.metadata.CoderMetadataSet
 
addAll(List<String>, Path) - Method in class org.eclipse.jetty.start.RawArgs
 
addAll(HttpFields) - Method in class org.eclipse.jetty.http.HttpFields
 
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
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
 
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.
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.
addBeanToAllConnectors(Object) - Method in class org.eclipse.jetty.server.Server
Add a bean to all connectors on the server.
addBefore(String, String...) - Method in class org.eclipse.jetty.webapp.Configuration.ClassList
 
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
 
addBlack(String) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
Deprecated.
Add a blacklist entry to an existing handler configuration
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
 
addClassFileTransformer(ClassFileTransformer) - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
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
 
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
 
addContent(HttpInput.Content) - Method in class org.eclipse.jetty.server.HttpInput
Adds some content to this input stream.
addContentHandler(String, ContentHandler) - Method in class org.eclipse.jetty.xml.XmlParser
Add a ContentHandler.
addContext(String, String) - Method in class org.eclipse.jetty.server.handler.ContextHandlerCollection
Deprecated.
Unused convenience method no longer supported.
addContextHandlers(ContextHandlers) - Method in class org.eclipse.jetty.ant.JettyRunTask
 
addContinuationListener(ContinuationListener) - Method in interface org.eclipse.jetty.continuation.Continuation
Deprecated.
Add a ContinuationListener.
addContinuationListener(ContinuationListener) - Method in class org.eclipse.jetty.continuation.Servlet3Continuation
Deprecated.
 
addConvertor(Class, JSON.Convertor) - Method in class org.eclipse.jetty.util.ajax.JSON
Register a JSON.Convertor for a class or interface.
addConvertorFor(String, JSON.Convertor) - Method in class org.eclipse.jetty.util.ajax.JSON
Register a JSON.Convertor for a named class or interface.
addCookie(Cookie) - Method in class org.eclipse.jetty.server.Response
 
addCookie(Cookie) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
addCookie(HttpCookie) - Method in class org.eclipse.jetty.server.Response
 
addCookieField(String) - Method in class org.eclipse.jetty.server.CookieCutter
 
addCSV(String, String...) - Method in class org.eclipse.jetty.http.HttpFields
Add comma separated values, but only if not already present.
addCSV(HttpHeader, String...) - Method in class org.eclipse.jetty.http.HttpFields
Add comma separated values, but only if not already present.
addCSV(QuotedCSV, String...) - Method in class org.eclipse.jetty.http.HttpFields
 
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
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
 
addDecorator(ServletContextHandler.Decorator) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
Deprecated.
use the DecoratedObjectFactory from getAttribute("org.eclipse.jetty.util.DecoratedObjectFactory") or ServletContextHandler.getObjectFactory() instead
addDecorator(Decorator) - Method in class org.eclipse.jetty.util.DecoratedObjectFactory
 
addDependency(T, T) - Method in class org.eclipse.jetty.util.TopologicalSort
Add a dependency to be considered in the sort.
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 not associated with a WEB-INF/lib fragment jar.
ADDED - org.eclipse.jetty.util.PathWatcher.PathWatchEventType
 
ADDED - org.eclipse.jetty.util.Scanner.Notification
 
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.jsr356.server.ServerContainer
 
addEndpoint(ServerEndpointConfig) - Method in class org.eclipse.jetty.websocket.jsr356.server.ServerContainer
 
addEqualsArg(String, String) - Method in class org.eclipse.jetty.start.CommandLineBuilder
Similar to CommandLineBuilder.addArg(String) but concats both name + value with an "=" sign, quoting were needed, and excluding the "=" portion if the value is undefined or empty.
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.SelectorManager
 
addEventListener(EventListener) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Add a context event listeners.
addEventListener(EventListener) - Method in class org.eclipse.jetty.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 Adds an EventListener to the list.
addEventListener(Container.Listener) - Method in interface org.eclipse.jetty.util.component.Container
Add an event listener.
addEventListener(Container.Listener) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
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.
addExcludedAgentPatterns(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Add excluded to the User-Agent filtering.
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 interface org.eclipse.jetty.websocket.api.UpgradeRequest
Add WebSocket Extension Configuration(s) to request
addExtensions(String...) - Method in class org.eclipse.jetty.websocket.common.UpgradeRequestAdapter
 
addExtensions(String...) - Method in class org.eclipse.jetty.websocket.servlet.ServletUpgradeRequest
 
addExtensions(ExtensionConfig...) - Method in interface org.eclipse.jetty.websocket.api.UpgradeRequest
Add WebSocket Extension Configuration(s) to Upgrade Request.
addExtensions(ExtensionConfig...) - Method in class org.eclipse.jetty.websocket.common.UpgradeRequestAdapter
 
addExtensions(ExtensionConfig...) - Method in class org.eclipse.jetty.websocket.servlet.ServletUpgradeRequest
 
addFieldPart(String, ContentProvider, HttpFields) - Method in class org.eclipse.jetty.client.util.MultiPartContentProvider
Adds a field part with the given name as field name, and the given content 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
Adds a file part with the given name as field name, the given fileName as file name, and the given content 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(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.ServletHandler
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, 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
addFragment(Resource, Resource) - Method in class org.eclipse.jetty.webapp.MetaData
Add a web-fragment.xml
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 interface org.eclipse.jetty.server.PushBuilder
Add a header to be used for the push.
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 interface org.eclipse.jetty.websocket.api.UpgradeResponse
Add a header value to the response.
addHeader(String, String) - Method in interface org.eclipse.jetty.websocket.common.io.http.HttpResponseHeaderParseListener
 
addHeader(String, String) - Method in class org.eclipse.jetty.websocket.common.UpgradeResponseAdapter
 
addHeader(String, String) - Method in class org.eclipse.jetty.websocket.servlet.ServletUpgradeResponse
 
addIfAbsentConnectionFactory(ConnectionFactory) - Method in class org.eclipse.jetty.server.AbstractConnector
 
addImplementation(EventDriverImpl) - Method in class org.eclipse.jetty.websocket.common.events.EventDriverFactory
 
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
 
addIncludedAgentPatterns(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Adds included User-Agents for filtering.
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
addIntHeader(String, int) - Method in class org.eclipse.jetty.server.Response
 
addIntHeader(String, int) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
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
 
addJspPropertyGroup(JspPropertyGroupDescriptor) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspConfig
 
addLength(int) - Method in class org.eclipse.jetty.websocket.common.extensions.compress.ByteAccumulator
Deprecated.
 
addLib(FileSet) - Method in class org.eclipse.jetty.ant.AntWebAppContext
 
addLifeCycleBinding(AppLifeCycle.Binding) - Method in class org.eclipse.jetty.deploy.DeploymentManager
 
addLifeCycleListener(LifeCycle.Listener) - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
addLifeCycleListener(LifeCycle.Listener) - Method in interface org.eclipse.jetty.util.component.LifeCycle
 
addLifeCycleListener(LifeCycle.Listener) - Method in class org.eclipse.jetty.websocket.common.extensions.WebSocketExtensionFactory
 
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(Connection.Listener) - Method in class org.eclipse.jetty.io.AbstractConnection
 
addListener(Connection.Listener) - Method in interface org.eclipse.jetty.io.Connection
Adds a listener of connection events.
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(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.NativeWebSocketConfiguration
Manually add a WebSocket mapping.
addMapping(String, WebSocketCreator) - Method in interface org.eclipse.jetty.websocket.server.MappedWebSocketCreator
Add a mapping, of a pathspec to a WebSocketCreator.
addMapping(String, WebSocketCreator) - Method in class org.eclipse.jetty.websocket.server.NativeWebSocketConfiguration
 
addMapping(String, WebSocketCreator) - Method in class org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter
Add Mapping to underlying NativeWebSocketConfiguration
addMapping(String, WebSocketCreator) - Method in class org.eclipse.jetty.websocket.server.WebSocketUpgradeHandlerWrapper
 
addMapping(PathSpec, Class<?>) - Method in class org.eclipse.jetty.websocket.server.NativeWebSocketConfiguration
Manually add a WebSocket mapping.
addMapping(PathSpec, WebSocketCreator) - Method in interface org.eclipse.jetty.websocket.server.MappedWebSocketCreator
Add a mapping.
addMapping(PathSpec, WebSocketCreator) - Method in class org.eclipse.jetty.websocket.server.NativeWebSocketConfiguration
Manually add a WebSocket mapping.
addMapping(PathSpec, WebSocketCreator) - Method in class org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter
Add Mapping to underlying NativeWebSocketConfiguration
addMapping(PathSpec, WebSocketCreator) - Method in class org.eclipse.jetty.websocket.server.WebSocketUpgradeHandlerWrapper
 
addMapping(PathSpec, WebSocketCreator) - Method in interface org.eclipse.jetty.websocket.server.MappedWebSocketCreator
Deprecated.
use MappedWebSocketCreator.addMapping(org.eclipse.jetty.http.pathmap.PathSpec, WebSocketCreator) instead. (support classes moved to generic jetty-http project)
addMapping(PathSpec, WebSocketCreator) - Method in class org.eclipse.jetty.websocket.server.NativeWebSocketConfiguration
addMapping(PathSpec, WebSocketCreator) - Method in class org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter
addMapping(PathSpec, WebSocketCreator) - Method in class org.eclipse.jetty.websocket.server.WebSocketUpgradeHandlerWrapper
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(MessageHandler) - Method in class org.eclipse.jetty.websocket.jsr356.JsrSession
 
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
 
addNetworkTrafficListener(NetworkTrafficListener) - Method in class org.eclipse.jetty.server.NetworkTrafficServerConnector
 
addNode(Node) - Method in class org.eclipse.jetty.deploy.graph.Graph
 
addOthers() - Method in class org.eclipse.jetty.webapp.AbsoluteOrdering
 
addOverride(Resource) - Method in class org.eclipse.jetty.webapp.MetaData
 
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
addParams(Class<?>...) - Method in class org.eclipse.jetty.websocket.common.events.ParamList
 
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.FileResource
Deprecated.
 
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.
addPath(String) - Method in class org.eclipse.jetty.util.resource.ResourceCollection
 
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.
addPattern(String, String) - Method in class org.eclipse.jetty.maven.plugin.JettyWebAppContext
 
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
 
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
Add a simple argument to the command line.
addRequestLog(RequestLog) - Method in class org.eclipse.jetty.server.HttpChannel
 
addRequestProperty(String, String) - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
 
Address(String, int) - Constructor for class org.eclipse.jetty.client.Origin.Address
 
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
addScanDir(File) - Method in class org.eclipse.jetty.util.Scanner
Deprecated.
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
 
addServerClass(String) - Method in class org.eclipse.jetty.webapp.WebAppContext
addServerClasses(Server, String...) - Static method in class org.eclipse.jetty.webapp.WebAppContext
 
addServlet(Class<? extends Servlet>, String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
Convenience method to add a servlet.
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, 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.
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.
addSessionFactory(SessionFactory) - Method in class org.eclipse.jetty.websocket.server.WebSocketServerFactory
 
addSessionListener(WebSocketSessionListener) - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
 
addSessionListener(WebSocketSessionListener) - Method in class org.eclipse.jetty.websocket.common.scopes.DelegatedContainerScope
 
addSessionListener(WebSocketSessionListener) - Method in class org.eclipse.jetty.websocket.common.scopes.SimpleContainerScope
 
addSessionListener(WebSocketSessionListener) - Method in interface org.eclipse.jetty.websocket.common.scopes.WebSocketContainerScope
 
addSessionListener(WebSocketSessionListener) - Method in class org.eclipse.jetty.websocket.jsr356.ClientContainer
 
addSessionListener(WebSocketSessionListener) - Method in class org.eclipse.jetty.websocket.server.WebSocketServerFactory
 
addSetter(String, Method) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
addSystemClass(String) - Method in class org.eclipse.jetty.webapp.WebAppContext
addSystemClasses(Server, String...) - Static method in class org.eclipse.jetty.webapp.WebAppContext
 
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.ConnectorStatistics
Deprecated.
 
addToAllConnectors(Server) - Static method in class org.eclipse.jetty.server.ServerConnectionStatistics
Deprecated.
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.
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.
addWebApplication(Server, WebAppContext) - Static method in class org.eclipse.jetty.maven.plugin.ServerSupport
 
addWebFragments(WebAppContext, MetaData) - Method in class org.eclipse.jetty.webapp.FragmentConfiguration
Add in fragment descriptors that have already been discovered by MetaInfConfiguration
addWebInfJar(Resource) - Method in class org.eclipse.jetty.webapp.MetaData
 
addWelcomeFiles(WebAppContext, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
 
addWhite(String) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
Deprecated.
Add a whitelist entry to an existing handler configuration
addWhitelistAddress(String) - Method in class org.eclipse.jetty.servlets.DoSFilter
Adds the given IP address, either in the form of a dotted decimal notation A.B.C.D or in the CIDR notation A.B.C.D/M, to the list of whitelisted IP addresses.
addXForwardedHeaders(HttpServletRequest, Request) - Method in class org.eclipse.jetty.proxy.AbstractProxyServlet
 
advance() - Method in class org.eclipse.jetty.client.HttpContent
Advances the cursor to the next block of content.
AEOF - Static variable in class org.eclipse.jetty.server.HttpInput
 
AETP - org.eclipse.jetty.util.thread.jmh.ThreadPoolBenchmark.Type
 
After - org.eclipse.jetty.webapp.FragmentDescriptor.OtherType
 
AFTER_NAME - org.eclipse.jetty.http.MultiPartParser.FieldState
 
AFTER_SEND - 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.
afterResponse(HandshakeResponse) - Method in class org.eclipse.jetty.websocket.jsr356.client.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 - 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 - 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) - Static method in class org.eclipse.jetty.util.BufferUtil
Allocate ByteBuffer in flush mode.
allocateDirect(int) - Static method in class org.eclipse.jetty.util.BufferUtil
Allocate ByteBuffer in flush mode.
ALLOW - org.eclipse.jetty.http.HttpHeader
Entity Fields.
ALLOW_CREDENTIALS_PARAM - Static variable in class org.eclipse.jetty.servlets.CrossOriginFilter
 
ALLOWED_HEADERS_PARAM - Static variable in class org.eclipse.jetty.servlets.CrossOriginFilter
 
ALLOWED_METHODS_PARAM - Static variable in class org.eclipse.jetty.servlets.CrossOriginFilter
 
ALLOWED_ORIGINS_PARAM - Static variable in class org.eclipse.jetty.servlets.CrossOriginFilter
 
ALLOWED_TIMING_ORIGINS_PARAM - Static variable in class org.eclipse.jetty.servlets.CrossOriginFilter
 
AllowedResourceAliasChecker - Class in org.eclipse.jetty.server
This will approve any alias to anything inside of the ContextHandlers resource base which is not protected by a protected target as defined by ContextHandler.getProtectedTargets() at start.
AllowedResourceAliasChecker(ContextHandler) - Constructor for class org.eclipse.jetty.server.AllowedResourceAliasChecker
 
AllowSymLinkAliasChecker - Class in org.eclipse.jetty.server.handler
Deprecated.
AllowSymLinkAliasChecker() - Constructor for class org.eclipse.jetty.server.handler.AllowSymLinkAliasChecker
Deprecated.
 
ALPHA - 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
 
AnnotatedClientEndpointConfig - Class in org.eclipse.jetty.websocket.jsr356.client
 
AnnotatedClientEndpointConfig(ClientEndpoint) - Constructor for class org.eclipse.jetty.websocket.jsr356.client.AnnotatedClientEndpointConfig
 
AnnotatedClientEndpointMetadata - Class in org.eclipse.jetty.websocket.jsr356.client
 
AnnotatedClientEndpointMetadata(ClientContainer, Class<?>) - Constructor for class org.eclipse.jetty.websocket.jsr356.client.AnnotatedClientEndpointMetadata
 
AnnotatedEndpointMetadata<T extends java.lang.annotation.Annotation,​C extends javax.websocket.EndpointConfig> - Class in org.eclipse.jetty.websocket.jsr356.annotations
Static reference to a specific annotated classes metadata.
AnnotatedEndpointMetadata(Class<?>) - Constructor for class org.eclipse.jetty.websocket.jsr356.annotations.AnnotatedEndpointMetadata
 
AnnotatedEndpointScanner<T extends java.lang.annotation.Annotation,​C extends javax.websocket.EndpointConfig> - Class in org.eclipse.jetty.websocket.jsr356.annotations
 
AnnotatedEndpointScanner(AnnotatedEndpointMetadata<T, C>) - Constructor for class org.eclipse.jetty.websocket.jsr356.annotations.AnnotatedEndpointScanner
 
AnnotatedServerEndpointConfig - Class in org.eclipse.jetty.websocket.jsr356.server
 
AnnotatedServerEndpointConfig(WebSocketContainerScope, Class<?>, ServerEndpoint) - Constructor for class org.eclipse.jetty.websocket.jsr356.server.AnnotatedServerEndpointConfig
 
AnnotatedServerEndpointConfig(WebSocketContainerScope, Class<?>, ServerEndpoint, ServerEndpointConfig) - Constructor for class org.eclipse.jetty.websocket.jsr356.server.AnnotatedServerEndpointConfig
 
AnnotatedServerEndpointMetadata - Class in org.eclipse.jetty.websocket.jsr356.server
 
AnnotatedServerEndpointMetadata(WebSocketContainerScope, Class<?>, ServerEndpointConfig) - Constructor for class org.eclipse.jetty.websocket.jsr356.server.AnnotatedServerEndpointMetadata
 
Annotation - org.eclipse.jetty.webapp.Origin
 
ANNOTATION - org.eclipse.jetty.servlet.Source.Origin
 
ANNOTATION_CONFIGURATION - Static variable in class org.eclipse.jetty.ant.AntWebAppContext
 
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.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
TimeStatistic 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() - 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.
ANT_WEB_INF_CONFIGURATION - Static variable in class org.eclipse.jetty.ant.AntWebAppContext
 
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 - org.eclipse.jetty.servlet.ServletHolder.JspContainer
 
APACHE_SENTINEL_CLASS - Static variable in class org.eclipse.jetty.servlet.ServletHolder
 
API - 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 class org.eclipse.jetty.util.Utf8Appendable
 
append(byte[]) - Method in class org.eclipse.jetty.util.Utf8Appendable
 
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 class org.eclipse.jetty.util.Utf8Appendable
 
append(char[], int, int) - Method in class org.eclipse.jetty.websocket.common.message.Utf8CharBuffer
 
append(int) - Method in class org.eclipse.jetty.websocket.common.message.Utf8CharBuffer
 
append(Appendable, Object) - Method in class org.eclipse.jetty.util.ajax.JSON
Append object as JSON to string buffer.
append(String) - Method in class org.eclipse.jetty.util.Utf8Appendable
 
append(StringBuffer, Object) - Method in class org.eclipse.jetty.util.ajax.JSON
Deprecated.
append(StringBuilder, byte, int) - Static method in class org.eclipse.jetty.util.StringUtil
append hex digit
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(String, StringBuilder) - Static method in class org.eclipse.jetty.requestlog.jmh.RequestLogBenchmark
 
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[], int, int) - Static method in class org.eclipse.jetty.util.BufferUtil
Append bytes 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
 
appendArray(StringBuffer, Object) - Method in class org.eclipse.jetty.util.ajax.JSON
Deprecated.
appendArray(StringBuffer, Collection) - Method in class org.eclipse.jetty.util.ajax.JSON
Deprecated.
appendBoolean(Appendable, Boolean) - Method in class org.eclipse.jetty.util.ajax.JSON
 
appendBoolean(StringBuffer, Boolean) - Method in class org.eclipse.jetty.util.ajax.JSON
Deprecated.
appendByte(byte) - Method in class org.eclipse.jetty.util.Utf8Appendable
 
appendFrame(ByteBuffer, boolean) - Method in interface org.eclipse.jetty.websocket.common.message.MessageAppender
Append the frame payload to the message.
appendFrame(ByteBuffer, boolean) - Method in class org.eclipse.jetty.websocket.common.message.MessageInputStream
 
appendFrame(ByteBuffer, boolean) - Method in class org.eclipse.jetty.websocket.common.message.MessageReader
 
appendFrame(ByteBuffer, boolean) - Method in class org.eclipse.jetty.websocket.common.message.NullMessage
 
appendFrame(ByteBuffer, boolean) - Method in class org.eclipse.jetty.websocket.common.message.SimpleBinaryMessage
 
appendFrame(ByteBuffer, boolean) - Method in class org.eclipse.jetty.websocket.common.message.SimpleTextMessage
 
appendFrame(ByteBuffer, boolean) - Method in class org.eclipse.jetty.websocket.jsr356.messages.BinaryPartialMessage
 
appendFrame(ByteBuffer, boolean) - Method in class org.eclipse.jetty.websocket.jsr356.messages.BinaryPartialOnMessage
 
appendFrame(ByteBuffer, boolean) - Method in class org.eclipse.jetty.websocket.jsr356.messages.TextPartialMessage
 
appendFrame(ByteBuffer, boolean) - Method in class org.eclipse.jetty.websocket.jsr356.messages.TextPartialOnMessage
 
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
 
appendJSON(StringBuffer, JSON.Convertible) - Method in class org.eclipse.jetty.util.ajax.JSON
Deprecated.
appendJSON(StringBuffer, JSON.Convertor, Object) - Method in class org.eclipse.jetty.util.ajax.JSON
Deprecated.
appendJSON(StringBuffer, JSON.Generator) - Method in class org.eclipse.jetty.util.ajax.JSON
Deprecated.
appendMap(Appendable, Map<?, ?>) - Method in class org.eclipse.jetty.util.ajax.JSON
 
appendMap(StringBuffer, Map<?, ?>) - Method in class org.eclipse.jetty.util.ajax.JSON
Deprecated.
appendMessage(ByteBuffer, boolean) - Method in class org.eclipse.jetty.websocket.common.events.AbstractEventDriver
 
appendNull(Appendable) - Method in class org.eclipse.jetty.util.ajax.JSON
 
appendNull(StringBuffer) - Method in class org.eclipse.jetty.util.ajax.JSON
Deprecated.
appendNumber(Appendable, Number) - Method in class org.eclipse.jetty.util.ajax.JSON
 
appendNumber(StringBuffer, Number) - Method in class org.eclipse.jetty.util.ajax.JSON
Deprecated.
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
 
appendString(StringBuffer, String) - Method in class org.eclipse.jetty.util.ajax.JSON
Deprecated.
AppEntry() - Constructor for class org.eclipse.jetty.deploy.DeploymentManager.AppEntry
 
APPID_PARAM - Static variable in class org.eclipse.jetty.example.asyncrest.AbstractRestServlet
 
APPLICATION_JSON - org.eclipse.jetty.http.MimeTypes.Type
 
APPLICATION_JSON_8859_1 - org.eclipse.jetty.http.MimeTypes.Type
 
APPLICATION_JSON_UTF_8 - org.eclipse.jetty.http.MimeTypes.Type
 
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 class org.eclipse.jetty.alpn.openjdk8.client.OpenJDK8ClientALPNProcessor
 
appliesTo(SSLEngine) - Method in class org.eclipse.jetty.alpn.openjdk8.server.OpenJDK8ServerALPNProcessor
 
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.
applyJettyXml() - Method in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
 
applyJettyXml() - Method in class org.eclipse.jetty.maven.plugin.Starter
Apply any jetty xml files given
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
 
applyXmlConfigurations(Server, List<File>) - Static method in class org.eclipse.jetty.maven.plugin.ServerSupport
Apply xml files to server instance.
applyXmlConfigurations(Server, List<File>, Map<String, String>) - Static method in class org.eclipse.jetty.maven.plugin.ServerSupport
Apply xml files to server instance.
AppProvider - Interface in org.eclipse.jetty.deploy
Object responsible for providing Apps to the DeploymentManager
ApproveAliases() - Constructor for class org.eclipse.jetty.server.handler.ContextHandler.ApproveAliases
Deprecated.
 
ApproveNonExistentDirectoryAliases() - Constructor for class org.eclipse.jetty.server.handler.ContextHandler.ApproveNonExistentDirectoryAliases
Deprecated.
 
AQTP - org.eclipse.jetty.util.thread.jmh.ThreadPoolBenchmark.Type
 
ARG_PARTS - Static variable in class org.eclipse.jetty.start.StartArgs
 
args - Variable in class org.eclipse.jetty.websocket.jsr356.annotations.JsrCallable
 
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.
ArrayByteBufferPoolBenchmark - Class in org.eclipse.jetty.util
 
ArrayByteBufferPoolBenchmark() - Constructor for class org.eclipse.jetty.util.ArrayByteBufferPoolBenchmark
 
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)
ArrayTernaryTrie<V> - Class in org.eclipse.jetty.util
A Ternary Trie String lookup data structure.
ArrayTernaryTrie() - Constructor for class org.eclipse.jetty.util.ArrayTernaryTrie
Create a case insensitive Trie of default capacity.
ArrayTernaryTrie(boolean) - Constructor for class org.eclipse.jetty.util.ArrayTernaryTrie
Create a Trie of default capacity
ArrayTernaryTrie(boolean, int) - Constructor for class org.eclipse.jetty.util.ArrayTernaryTrie
Create a Trie
ArrayTernaryTrie(int) - Constructor for class org.eclipse.jetty.util.ArrayTernaryTrie
Create a case insensitive Trie
ArrayTernaryTrie(ArrayTernaryTrie<V>, double) - Constructor for class org.eclipse.jetty.util.ArrayTernaryTrie
Copy Trie and change capacity by a factor
ArrayTernaryTrie.Growing<V> - Class in org.eclipse.jetty.util
 
ArrayTrie<V> - Class in org.eclipse.jetty.util
A Trie String lookup data structure using a fixed size array.
ArrayTrie() - Constructor for class org.eclipse.jetty.util.ArrayTrie
 
ArrayTrie(int) - Constructor for class org.eclipse.jetty.util.ArrayTrie
 
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
 
asciiToLowerCase(String) - Static method in class org.eclipse.jetty.util.StringUtil
fast lower 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.
asFrame() - Method in class org.eclipse.jetty.websocket.common.CloseInfo
 
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
 
assertDecoderRequired() - Method in class org.eclipse.jetty.websocket.jsr356.annotations.OnMessageCallable
 
assertFrameValid(Frame) - Method in class org.eclipse.jetty.websocket.common.Generator
 
assertIsPublicNonStatic(Method) - Method in class org.eclipse.jetty.websocket.common.events.annotated.AbstractMethodAnnotationScanner
 
assertIsReturn(Method, Class<?>) - Method in class org.eclipse.jetty.websocket.common.events.annotated.AbstractMethodAnnotationScanner
 
assertIsVoidReturn(Method) - Method in class org.eclipse.jetty.websocket.common.events.annotated.AbstractMethodAnnotationScanner
 
assertMessageNotNull(Object) - Method in class org.eclipse.jetty.websocket.jsr356.AbstractJsrRemote
 
assertPartialMessageSupportDisabled(Param, JsrCallable) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.JsrParamIdOnMessage
 
assertRoleRequired(int, String) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.JsrCallable
 
assertSendHandlerNotNull(SendHandler) - Method in class org.eclipse.jetty.websocket.jsr356.AbstractJsrRemote
 
assertUnset(CallableMethod, Class<? extends Annotation>, Method) - Method in class org.eclipse.jetty.websocket.common.events.annotated.AbstractMethodAnnotationScanner
 
assertValid() - Method in class org.eclipse.jetty.websocket.common.frames.ControlFrame
 
assertValid() - Method in class org.eclipse.jetty.websocket.common.frames.DataFrame
 
assertValid() - Method in class org.eclipse.jetty.websocket.common.WebSocketFrame
 
assertValidBinaryMessageSize(int) - Method in class org.eclipse.jetty.websocket.api.WebSocketPolicy
 
assertValidSignature(Method, Class<? extends Annotation>, ParamList) - Method in class org.eclipse.jetty.websocket.common.events.annotated.AbstractMethodAnnotationScanner
 
assertValidTextMessageSize(int) - Method in class org.eclipse.jetty.websocket.api.WebSocketPolicy
 
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.
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.http.HttpCookie
 
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 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 - org.eclipse.jetty.fcgi.parser.ContentParser.Result
 
ASYNC - Static variable in class org.eclipse.jetty.server.HttpInput
 
ASYNC - Static variable in class org.eclipse.jetty.servlet.FilterMapping
 
ASYNC_DISPATCH - org.eclipse.jetty.server.HttpChannelState.Action
 
ASYNC_ERROR - org.eclipse.jetty.server.HttpChannelState.Action
 
ASYNC_TIMEOUT - org.eclipse.jetty.server.HttpChannelState.Action
 
AsyncContentProvider - Interface in org.eclipse.jetty.client
A ContentProvider that notifies listeners that content is available.
AsyncContentProvider.Listener - Interface in org.eclipse.jetty.client
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
 
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
 
AsyncEchoServlet - Class in org.eclipse.jetty.embedded
 
AsyncEchoServlet() - Constructor for class org.eclipse.jetty.embedded.AsyncEchoServlet
 
asyncError(Throwable) - Method in class org.eclipse.jetty.server.HttpChannelState
 
AsyncGzipFilter - Class in org.eclipse.jetty.servlets
Deprecated.
AsyncGzipFilter() - Constructor for class org.eclipse.jetty.servlets.AsyncGzipFilter
Deprecated.
 
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.
AsyncNCSARequestLog - Class in org.eclipse.jetty.server
AsyncNCSARequestLog() - Constructor for class org.eclipse.jetty.server.AsyncNCSARequestLog
Deprecated.
 
AsyncNCSARequestLog(String, BlockingQueue<String>) - Constructor for class org.eclipse.jetty.server.AsyncNCSARequestLog
Deprecated.
 
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
 
asyncReadProduce() - Method in class org.eclipse.jetty.server.HttpInput
Called by channel when asynchronous IO needs to produce more content
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
 
AsyncRestServlet - Class in org.eclipse.jetty.example.asyncrest
Servlet implementation class AsyncRESTServlet.
AsyncRestServlet() - Constructor for class org.eclipse.jetty.example.asyncrest.AsyncRestServlet
 
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.jsr356.server.deploy.WebSocketServerContainerInitializer
The ServletContext attribute key name for the ServerContainer per javax.websocket spec 1.0 final section 6.4 Programmatic Server Deployment
ATTR_KEY - Static variable in class org.eclipse.jetty.websocket.server.NativeWebSocketServletContainerInitializer
 
ATTR_KEY - Static variable in class org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter
 
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 - Static variable in interface org.eclipse.jetty.continuation.Continuation
Deprecated.
 
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 - Static variable in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
 
ATTRIBUTES - Static variable in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStore
 
Attributes.Wrapper - Class in org.eclipse.jetty.util
 
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 - org.eclipse.jetty.servlets.DoSFilter.RateType
 
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.AbstractLoginService.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.servlet.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 via Authentication.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(Credential) - Method in class org.eclipse.jetty.security.AbstractLoginService.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 (or Proxy-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.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
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 - 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 - org.eclipse.jetty.http.HttpHeader
 
AuthorizationService - Interface in org.eclipse.jetty.security.authentication
A service to query for user roles.
AUTHORIZER - org.eclipse.jetty.fcgi.FCGI.Role
 
AUTO - org.eclipse.jetty.websocket.api.BatchMode
Implementers are free to decide whether to send or not frames to the network layer.
available() - Method in class org.eclipse.jetty.server.HttpInput
 
available() - Method in class org.eclipse.jetty.session.infinispan.BoundDelegatingInputStream
 
AVAILABLE - org.eclipse.jetty.server.handler.ContextHandler.Availability
 
AVAILABLE_PROCESSORS - Static variable in class org.eclipse.jetty.util.ProcessorUtils
 
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(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.
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

B64Code - Class in org.eclipse.jetty.util
Deprecated.
use Base64 instead
B64CodeBenchmark - Class in org.eclipse.jetty.util.jmh
 
B64CodeBenchmark() - Constructor for class org.eclipse.jetty.util.jmh.B64CodeBenchmark
 
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_GATEWAY - org.eclipse.jetty.http.HttpStatus.Code
 
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_REQUEST - org.eclipse.jetty.http.HttpStatus.Code
 
BAD_REQUEST_400 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
badMessage(int, String) - Method in interface org.eclipse.jetty.http.HttpParser.HttpHandler
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.server.HttpChannelOverHttp
 
badMessageError(int, String, HttpFields) - 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
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.BadPayloadException
 
BadPayloadException(String, Throwable) - Constructor for exception org.eclipse.jetty.websocket.api.BadPayloadException
 
BadPayloadException(Throwable) - Constructor for exception org.eclipse.jetty.websocket.api.BadPayloadException
 
BalancerServlet - Class in org.eclipse.jetty.proxy
 
BalancerServlet() - Constructor for class org.eclipse.jetty.proxy.BalancerServlet
 
BASE64_TRANSFER_ENCODING - org.eclipse.jetty.util.MultiPartInputStreamParser.NonCompliance
Deprecated.
 
BaseAuthModule - Class in org.eclipse.jetty.security.jaspi.modules
 
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 - org.eclipse.jetty.http.HttpMethod
 
BASETEMPDIR - Static variable in class org.eclipse.jetty.webapp.WebAppContext
 
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.
BasicAuthenticator - Class in org.eclipse.jetty.security.authentication
 
BasicAuthenticator() - Constructor for class org.eclipse.jetty.security.authentication.BasicAuthenticator
 
BasicAuthModule - Class in org.eclipse.jetty.security.jaspi.modules
Deprecated.
BasicAuthModule() - Constructor for class org.eclipse.jetty.security.jaspi.modules.BasicAuthModule
Deprecated.
 
BasicAuthModule(CallbackHandler, String) - Constructor for class org.eclipse.jetty.security.jaspi.modules.BasicAuthModule
Deprecated.
 
BasicEndpointConfig - Class in org.eclipse.jetty.websocket.jsr356
Basic EndpointConfig (used when no EndpointConfig is provided or discovered)
BasicEndpointConfig() - Constructor for class org.eclipse.jetty.websocket.jsr356.BasicEndpointConfig
 
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.jsr356.server
 
BasicServerEndpointConfig(WebSocketContainerScope, Class<?>, String) - Constructor for class org.eclipse.jetty.websocket.jsr356.server.BasicServerEndpointConfig
 
BasicServerEndpointConfig(WebSocketContainerScope, ServerEndpointConfig) - Constructor for class org.eclipse.jetty.websocket.jsr356.server.BasicServerEndpointConfig
 
batchMode() - Method in annotation type org.eclipse.jetty.websocket.api.annotations.WebSocket
 
BatchMode - Enum in org.eclipse.jetty.websocket.api
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 - org.eclipse.jetty.webapp.FragmentDescriptor.OtherType
 
BEFORE_SEND - org.eclipse.jetty.http2.CloseState.Event
 
beforeRequest(Map<String, List<String>>) - Method in class org.eclipse.jetty.websocket.jsr356.client.EmptyConfigurator
 
BEGIN_REQUEST - 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 body.
BeginRequestContentParser(HeaderParser, ServerParser.Listener) - Constructor for class org.eclipse.jetty.fcgi.parser.BeginRequestContentParser
 
beginToHeaders(HttpExchange) - Method in class org.eclipse.jetty.client.HttpSender
 
BINARY - org.eclipse.jetty.websocket.api.extensions.Frame.Type
 
BINARY - org.eclipse.jetty.websocket.jsr356.MessageType
 
BINARY - Static variable in class org.eclipse.jetty.websocket.common.OpCode
OpCode for a Binary Frame
BinaryFrame - Class in org.eclipse.jetty.websocket.common.frames
 
BinaryFrame() - Constructor for class org.eclipse.jetty.websocket.common.frames.BinaryFrame
 
BinaryPartialMessage - Class in org.eclipse.jetty.websocket.jsr356.messages
Partial BINARY MessageAppender for MessageHandler.Partial interface
BinaryPartialMessage(MessageHandlerWrapper) - Constructor for class org.eclipse.jetty.websocket.jsr356.messages.BinaryPartialMessage
 
BinaryPartialOnMessage - Class in org.eclipse.jetty.websocket.jsr356.messages
Partial BINARY MessageAppender for @OnMessage annotated methods
BinaryPartialOnMessage(JsrAnnotatedEventDriver) - Constructor for class org.eclipse.jetty.websocket.jsr356.messages.BinaryPartialOnMessage
 
BinaryWholeMessage - Class in org.eclipse.jetty.websocket.jsr356.messages
 
BinaryWholeMessage(EventDriver, MessageHandlerWrapper) - Constructor for class org.eclipse.jetty.websocket.jsr356.messages.BinaryWholeMessage
 
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(Param.Role) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.Param
 
BIND - 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.
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 (calls HttpSessionBindingListener.valueBound(HttpSessionBindingEvent))
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() - Method in class org.eclipse.jetty.websocket.common.BlockingWriteCallback.WriteBlocker
 
Blocker() - Constructor for class org.eclipse.jetty.util.SharedBlockingCallback.Blocker
 
blockForContent() - Method in class org.eclipse.jetty.server.HttpInput
Blocks until some content or some end-of-file event arrives.
blockForContent(HttpInput) - Method in class org.eclipse.jetty.server.HttpInput.State
 
BLOCKING - org.eclipse.jetty.util.thread.Invocable.InvocationType
 
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.
blockingReadFailure(Throwable) - Method in class org.eclipse.jetty.server.HttpConnection
 
blockingReadFillInterested() - Method in class org.eclipse.jetty.server.HttpConnection
 
BlockingWriteCallback - Class in org.eclipse.jetty.websocket.common
Extends a SharedBlockingCallback to a WebSocket WriteCallback
BlockingWriteCallback() - Constructor for class org.eclipse.jetty.websocket.common.BlockingWriteCallback
 
BlockingWriteCallback.WriteBlocker - Class in org.eclipse.jetty.websocket.common
 
BODY_PART - org.eclipse.jetty.http.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.jsr356.decoders
Default implementation of the Decoder.Text Message to Boolean decoder.
BooleanDecoder() - Constructor for class org.eclipse.jetty.websocket.jsr356.decoders.BooleanDecoder
 
BooleanEncoder - Class in org.eclipse.jetty.websocket.jsr356.encoders
Default encoder for Boolean to Encoder.Text Message encoder
BooleanEncoder() - Constructor for class org.eclipse.jetty.websocket.jsr356.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
 
Bucket(ByteBufferPool, int, int) - Constructor for class org.eclipse.jetty.io.ByteBufferPool.Bucket
Deprecated.
Bucket(ByteBufferPool, int, int, IntConsumer) - Constructor for class org.eclipse.jetty.io.ByteBufferPool.Bucket
 
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
 
buffer - Variable in class org.eclipse.jetty.client.util.DeferredContentProvider.Chunk
 
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 by BufferedResponseHandler.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() - 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, Class<? extends Annotation>, ParamList...) - Static method in exception org.eclipse.jetty.websocket.common.events.annotated.InvalidSignatureException
 
BUILD_TIMESTAMP - Static variable in class org.eclipse.jetty.util.Jetty
a formatted build timestamp with pattern yyyy-MM-dd'T'HH:mm:ssXXX
buildPool() - Method in class org.eclipse.jetty.util.thread.jmh.ReservedThreadPoolBenchmark
 
buildPool() - Method in class org.eclipse.jetty.util.thread.jmh.ThreadPoolBenchmark
 
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.ClasspathPattern.ByClass
 
byLastModified(boolean) - Static method in class org.eclipse.jetty.util.resource.ResourceCollators
 
ByLocation() - Constructor for class org.eclipse.jetty.webapp.ClasspathPattern.ByLocation
 
ByLocationOrModule() - Constructor for class org.eclipse.jetty.webapp.ClasspathPattern.ByLocationOrModule
 
ByModule() - Constructor for class org.eclipse.jetty.webapp.ClasspathPattern.ByModule
 
byName(boolean) - Static method in class org.eclipse.jetty.util.resource.ResourceCollators
 
ByPackage() - Constructor for class org.eclipse.jetty.webapp.ClasspathPattern.ByPackage
 
ByPackageOrName() - Constructor for class org.eclipse.jetty.webapp.ClasspathPattern.ByPackageOrName
 
bySize(boolean) - Static method in class org.eclipse.jetty.util.resource.ResourceCollators
 
BYTE_BUFFER_POOL_CONTEXT_KEY - Static variable in class org.eclipse.jetty.http2.client.HTTP2ClientConnectionFactory
 
ByteAccumulator - Class in org.eclipse.jetty.websocket.common.extensions.compress
Deprecated.
ByteAccumulator(int) - Constructor for class org.eclipse.jetty.websocket.common.extensions.compress.ByteAccumulator
Deprecated.
 
ByteAccumulator(int, ByteBufferPool) - Constructor for class org.eclipse.jetty.websocket.common.extensions.compress.ByteAccumulator
Deprecated.
 
ByteArrayDecoder - Class in org.eclipse.jetty.websocket.jsr356.decoders
 
ByteArrayDecoder() - Constructor for class org.eclipse.jetty.websocket.jsr356.decoders.ByteArrayDecoder
 
ByteArrayEncoder - Class in org.eclipse.jetty.websocket.jsr356.encoders
 
ByteArrayEncoder() - Constructor for class org.eclipse.jetty.websocket.jsr356.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.
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
 
ByteBufferBenchmark - Class in org.eclipse.jetty.io.jmh
 
ByteBufferBenchmark() - Constructor for class org.eclipse.jetty.io.jmh.ByteBufferBenchmark
 
ByteBufferContentProvider - Class in org.eclipse.jetty.client.util
A ContentProvider for ByteBuffers.
ByteBufferContentProvider(String, ByteBuffer...) - Constructor for class org.eclipse.jetty.client.util.ByteBufferContentProvider
 
ByteBufferContentProvider(ByteBuffer...) - Constructor for class org.eclipse.jetty.client.util.ByteBufferContentProvider
 
ByteBufferDecoder - Class in org.eclipse.jetty.websocket.jsr356.decoders
 
ByteBufferDecoder() - Constructor for class org.eclipse.jetty.websocket.jsr356.decoders.ByteBufferDecoder
 
ByteBufferEncoder - Class in org.eclipse.jetty.websocket.jsr356.encoders
 
ByteBufferEncoder() - Constructor for class org.eclipse.jetty.websocket.jsr356.encoders.ByteBufferEncoder
 
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 - Variable in class org.eclipse.jetty.fcgi.generator.Generator
 
ByteBufferPool - Interface in org.eclipse.jetty.io
A ByteBuffer pool.
ByteBufferPool.Bucket - Class in org.eclipse.jetty.io
 
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
 
ByteDecoder - Class in org.eclipse.jetty.websocket.jsr356.decoders
Default implementation of the Decoder.Text Message to Byte decoder
ByteDecoder() - Constructor for class org.eclipse.jetty.websocket.jsr356.decoders.ByteDecoder
 
ByteEncoder - Class in org.eclipse.jetty.websocket.jsr356.encoders
Default encoder for Byte to Encoder.Text Message encoder
ByteEncoder() - Constructor for class org.eclipse.jetty.websocket.jsr356.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 - org.eclipse.jetty.http.HttpHeaderValue
 
BytesContentProvider - Class in org.eclipse.jetty.client.util
A ContentProvider for byte arrays.
BytesContentProvider(byte[]...) - Constructor for class org.eclipse.jetty.client.util.BytesContentProvider
 
BytesContentProvider(String, byte[]...) - Constructor for class org.eclipse.jetty.client.util.BytesContentProvider
 

C

C_AUTHORITY - org.eclipse.jetty.http.HttpHeader
 
C_METHOD - org.eclipse.jetty.http.HttpHeader
HTTP2 Fields.
C_PATH - org.eclipse.jetty.http.HttpHeader
 
C_SCHEME - org.eclipse.jetty.http.HttpHeader
 
C_STATUS - 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 HttpFields including: Common static combinations such as: Connection: close Accept-Encoding: gzip Content-Length: 0 Combinations of Content-Type header for common mime types by common charsets Most common headers with null values so that a lookup will at least determine the header name even if the name:value combination is not cached
CACHE - Static variable in enum 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 - Static variable in class org.eclipse.jetty.util.PoolStrategyBenchmark
 
CACHE_CONTROL - 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
 
call(Class<?>, String, Object, Object[]) - Static method in class org.eclipse.jetty.util.TypeUtil
Deprecated.
call(Object, int, String) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.OnCloseCallable
 
call(Object, InputStream) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.OnMessageBinaryStreamCallable
 
call(Object, Reader) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.OnMessageTextStreamCallable
 
call(Object, Object...) - Method in class org.eclipse.jetty.websocket.common.events.annotated.CallableMethod
 
call(Object, Object...) - Method in class org.eclipse.jetty.websocket.common.events.annotated.EventMethod
 
call(Object, String, boolean) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.OnMessageTextCallable
 
call(Object, Throwable) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.OnErrorCallable
 
call(Object, ByteBuffer) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.OnMessagePongCallable
 
call(Object, ByteBuffer, boolean) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.OnMessageBinaryCallable
 
call(Object, CloseReason) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.OnCloseCallable
 
call(Object, EndpointConfig) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.OnOpenCallable
 
call(Object, Session, Object...) - Method in class org.eclipse.jetty.websocket.common.events.annotated.OptionalSessionCallableMethod
 
call(Object, CloseInfo) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.OnCloseCallable
 
CallableMethod - Class in org.eclipse.jetty.websocket.common.events.annotated
A Callable Method
CallableMethod(Class<?>, Method) - Constructor for class org.eclipse.jetty.websocket.common.events.annotated.CallableMethod
 
callApplicationOnClose(CloseInfo) - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
 
callApplicationOnError(Throwable) - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
 
callback - Variable in class org.eclipse.jetty.client.util.DeferredContentProvider.Chunk
 
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
 
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
 
callBinary(RemoteEndpoint.Async, Object, ByteBuffer, boolean) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.JsrEvents
 
callBinaryStream(RemoteEndpoint.Async, Object, InputStream) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.JsrEvents
 
callClose(Object, CloseReason) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.JsrEvents
 
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
 
callError(Object, Throwable) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.JsrEvents
 
callOpen(Object, EndpointConfig) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.JsrEvents
 
callPong(RemoteEndpoint.Async, Object, ByteBuffer) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.JsrEvents
 
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
callSessionDestroyedListeners(Session) - Method in class org.eclipse.jetty.server.session.SessionHandler
Call the session lifecycle listeners
callSessionIdListeners(Session, String) - Method in class org.eclipse.jetty.server.session.SessionHandler
 
callStartup(WebAppContext) - Method in class org.eclipse.jetty.plus.annotation.ContainerInitializer
 
callText(RemoteEndpoint.Async, Object, String, boolean) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.JsrEvents
 
callTextStream(RemoteEndpoint.Async, Object, Reader) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.JsrEvents
 
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.jsr356.encoders.EncodeFailedFuture
 
CANCEL_STREAM_ERROR - org.eclipse.jetty.http2.ErrorCode
Indicates that a stream is no longer needed.
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
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
 
canReadWebSocketFrames() - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection
 
canReadWebSocketFrames() - Method in class org.eclipse.jetty.websocket.common.io.ConnectionState
Tests to see if state allows for reading of WebSocket frames
canReadWebSocketFrames() - Method in interface org.eclipse.jetty.websocket.common.LogicalConnection
Test if Connection State allows for reading of frames.
canWrite(Path) - Static method in class org.eclipse.jetty.start.FS
 
canWriteWebSocketFrames() - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection
 
canWriteWebSocketFrames() - Method in class org.eclipse.jetty.websocket.common.io.ConnectionState
Test to see if state allows writing of WebSocket frames
canWriteWebSocketFrames() - Method in interface org.eclipse.jetty.websocket.common.LogicalConnection
Test if Connection State allows for writing frames.
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_FIELD_VALUE_CACHE - org.eclipse.jetty.http.HttpComplianceSection
 
caseInsensitiveHeader(String, String) - Method in class org.eclipse.jetty.http.HttpParser
 
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
 
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
CGI - Class in org.eclipse.jetty.servlets
CGI Servlet.
CGI() - Constructor for class org.eclipse.jetty.servlets.CGI
 
CHAIN_PREFLIGHT_PARAM - Static variable in class org.eclipse.jetty.servlets.CrossOriginFilter
 
ChainedInterceptor(HttpInput.Interceptor, HttpInput.Interceptor) - Constructor for class org.eclipse.jetty.server.HttpInput.ChainedInterceptor
 
CHANGED - org.eclipse.jetty.util.Scanner.Notification
 
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.servlet.UpgradeHttpServletRequest
 
CHANGING - org.eclipse.jetty.server.session.Session.IdState
 
CHANGING - org.eclipse.jetty.server.session.Session.State
 
ChannelEndPoint - Class in org.eclipse.jetty.io
Channel End Point.
ChannelEndPoint(SocketChannel, ManagedSelector, SelectionKey, Scheduler) - Constructor for class org.eclipse.jetty.io.ChannelEndPoint
 
CharacterDecoder - Class in org.eclipse.jetty.websocket.jsr356.decoders
Default implementation of the Decoder.Text Message to Character decoder
CharacterDecoder() - Constructor for class org.eclipse.jetty.websocket.jsr356.decoders.CharacterDecoder
 
CharacterEncoder - Class in org.eclipse.jetty.websocket.jsr356.encoders
Default encoder for Character to Encoder.Text Message encoder
CharacterEncoder() - Constructor for class org.eclipse.jetty.websocket.jsr356.encoders.CharacterEncoder
 
check() - Method in class org.eclipse.jetty.server.ConnectionLimit
 
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
 
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.JAASUserInfo
 
checkCredential(Object) - Method in class org.eclipse.jetty.jaas.spi.UserInfo
 
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.
checkFill() - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
checkFlush() - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
checkIdleTimeout() - Method in class org.eclipse.jetty.io.IdleTimeout
 
CHECKIN - 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
 
checkLocked() - Method in class org.eclipse.jetty.server.session.Session
 
checkNonce(String, long) - Method in class org.eclipse.jetty.security.jaspi.modules.DigestAuthModule
Deprecated.
 
checkOrigin(String) - Method in class org.eclipse.jetty.websocket.jsr356.server.ContainerDefaultConfigurator
 
CHECKOUT - org.eclipse.jetty.http.HttpMethod
 
checkPackagingConfiguration() - Method in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
 
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.
checkPomConfiguration() - Method in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
 
checkPomConfiguration() - Method in class org.eclipse.jetty.maven.plugin.JettyRunMojo
Verify the configuration given in the pom.
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.
checkSize(int, boolean) - Method in class org.eclipse.jetty.http2.hpack.MetaDataBuilder
Check that the max size will not be exceeded.
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(HttpCompliance, HttpURI) - Static method in enum org.eclipse.jetty.http.HttpCompliance
 
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.
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
 
checkWhitelist(String) - Method in class org.eclipse.jetty.servlets.DoSFilter
 
checkWhitelist(List<String>, String) - Method in class org.eclipse.jetty.servlets.DoSFilter
Deprecated.
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
 
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
 
CHUNK - org.eclipse.jetty.http.HttpParser.State
 
CHUNK_PARAMS - org.eclipse.jetty.http.HttpParser.State
 
CHUNK_SIZE - org.eclipse.jetty.http.HttpParser.State
 
CHUNK_SIZE - Static variable in class org.eclipse.jetty.http.HttpGenerator
 
CHUNKED - org.eclipse.jetty.http.HttpHeaderValue
 
CHUNKED_CONTENT - org.eclipse.jetty.http.HttpParser.State
 
CHUNKED_CONTENT - 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.
classesDirectory - Variable in class org.eclipse.jetty.maven.plugin.JettyRunMojo
The directory containing generated classes.
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
 
ClassList() - Constructor for class org.eclipse.jetty.webapp.Configuration.ClassList
 
ClassList(String[]) - Constructor for class org.eclipse.jetty.webapp.Configuration.ClassList
 
ClassList(List<String>) - Constructor for class org.eclipse.jetty.webapp.Configuration.ClassList
 
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
 
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
 
ClasspathPattern - Class in org.eclipse.jetty.webapp
Classpath classes list performs pattern matching of a class name against an internal array of classpath pattern entries.
ClasspathPattern() - Constructor for class org.eclipse.jetty.webapp.ClasspathPattern
 
ClasspathPattern(String) - Constructor for class org.eclipse.jetty.webapp.ClasspathPattern
 
ClasspathPattern(String[]) - Constructor for class org.eclipse.jetty.webapp.ClasspathPattern
 
ClasspathPattern.ByClass - Class in org.eclipse.jetty.webapp
 
ClasspathPattern.ByLocation - Class in org.eclipse.jetty.webapp
 
ClasspathPattern.ByLocationOrModule - Class in org.eclipse.jetty.webapp
 
ClasspathPattern.ByModule - Class in org.eclipse.jetty.webapp
 
ClasspathPattern.ByPackage - Class in org.eclipse.jetty.webapp
 
ClasspathPattern.ByPackageOrName - Class in org.eclipse.jetty.webapp
 
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.
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.http.MultiPartFormInputStream.MultiPart
Only remove tmp files.
cleanUp() - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
Deprecated.
Only remove tmp files.
cleanupSrcs() - Method in class org.eclipse.jetty.jspc.plugin.JspcMojo
Until Jasper supports the option to generate the srcs in a different dir than the classes, this is the best we can do.
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
 
clear() - Method in class org.eclipse.jetty.http.HttpURI
 
clear() - Method in class org.eclipse.jetty.http.PathMap
Deprecated.
 
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.ByteBufferPool.Bucket
 
clear() - Method in class org.eclipse.jetty.io.MappedByteBufferPool
 
clear() - Method in class org.eclipse.jetty.io.RetainableByteBuffer
 
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.ArrayTernaryTrie
 
clear() - Method in class org.eclipse.jetty.util.ArrayTernaryTrie.Growing
 
clear() - Method in class org.eclipse.jetty.util.ArrayTrie
 
clear() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
clear() - Method in class org.eclipse.jetty.util.ConcurrentHashSet
Deprecated.
 
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 class org.eclipse.jetty.util.RegexSet
 
clear() - Method in class org.eclipse.jetty.util.TreeTrie
 
clear() - Method in interface org.eclipse.jetty.util.Trie
 
clear() - Method in class org.eclipse.jetty.webapp.ClasspathPattern.ByLocationOrModule
 
clear() - Method in class org.eclipse.jetty.webapp.ClasspathPattern.ByPackage
 
clear() - Method in class org.eclipse.jetty.webapp.ClasspathPattern.ByPackageOrName
 
clear() - Method in class org.eclipse.jetty.webapp.ClasspathPattern
 
clear() - Method in class org.eclipse.jetty.webapp.MetaData
Empty ready for reuse
clear() - Method in class org.eclipse.jetty.websocket.common.message.Utf8CharBuffer
 
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 Authentications 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
 
clearEventListeners() - Method in class org.eclipse.jetty.server.session.SessionHandler
Removes all event listeners for session-related events.
clearHeaders() - Method in interface org.eclipse.jetty.websocket.api.UpgradeRequest
Deprecated.
(no longer supported, as this can undo the required upgrade request headers)
clearHeaders() - Method in class org.eclipse.jetty.websocket.common.UpgradeRequestAdapter
 
clearHeaders() - Method in class org.eclipse.jetty.websocket.servlet.ServletUpgradeRequest
 
clearImplementations() - Method in class org.eclipse.jetty.websocket.common.events.EventDriverFactory
 
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
 
clearPassword() - Method in class org.eclipse.jetty.security.jaspi.modules.UserInfo
 
clearPushCache() - Method in class org.eclipse.jetty.servlets.PushCacheFilter
 
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
clearTransitiveEnable() - Method in class org.eclipse.jetty.start.Module
 
clearWhitelist() - Method in class org.eclipse.jetty.servlets.DoSFilter
Clears the list of whitelisted IP addresses
Client() - Constructor for class org.eclipse.jetty.util.ssl.SslContextFactory.Client
 
Client(boolean) - Constructor for class org.eclipse.jetty.util.ssl.SslContextFactory.Client
 
CLIENT - org.eclipse.jetty.websocket.api.WebSocketBehavior
 
CLIENT_CONTEXT_KEY - Static variable in class org.eclipse.jetty.http2.client.HTTP2ClientConnectionFactory
 
CLIENT_REQUEST_ATTRIBUTE - Static variable in class org.eclipse.jetty.proxy.AbstractProxyServlet
 
ClientCertAuthenticator - Class in org.eclipse.jetty.security.authentication
 
ClientCertAuthenticator() - Constructor for class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
ClientCertAuthModule - Class in org.eclipse.jetty.security.jaspi.modules
Deprecated.
ClientCertAuthModule() - Constructor for class org.eclipse.jetty.security.jaspi.modules.ClientCertAuthModule
Deprecated.
 
ClientCertAuthModule(CallbackHandler) - Constructor for class org.eclipse.jetty.security.jaspi.modules.ClientCertAuthModule
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.
ClientContainer - Class in org.eclipse.jetty.websocket.jsr356
Container for Client use of the javax.websocket API.
ClientContainer() - Constructor for class org.eclipse.jetty.websocket.jsr356.ClientContainer
This is the entry point for ContainerProvider.getWebSocketContainer()
ClientContainer(HttpClient) - Constructor for class org.eclipse.jetty.websocket.jsr356.ClientContainer
Create a WebSocketContainer using the supplied HttpClient for environments where you want to configure SSL/TLS or Proxy behaviors.
ClientContainer(WebSocketClient) - Constructor for class org.eclipse.jetty.websocket.jsr356.ClientContainer
Build a ClientContainer with a specific WebSocketClient in mind.
ClientContainer(WebSocketContainerScope) - Constructor for class org.eclipse.jetty.websocket.jsr356.ClientContainer
This is the entry point for ServerContainer, via ServletContext.getAttribute(ServerContainer.class.getName())
ClientContainer(WebSocketContainerScope, HttpClient) - Constructor for class org.eclipse.jetty.websocket.jsr356.ClientContainer
This is the entry point for ServerContainer, via ServletContext.getAttribute(ServerContainer.class.getName())
ClientGenerator - Class in org.eclipse.jetty.fcgi.generator
 
ClientGenerator(ByteBufferPool) - Constructor for class org.eclipse.jetty.fcgi.generator.ClientGenerator
 
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
 
clientRequestStatus(Throwable) - Method in class org.eclipse.jetty.proxy.AbstractProxyServlet
 
ClientSelectorManager(HttpClient, int) - Constructor for class org.eclipse.jetty.client.AbstractConnectorHttpClientTransport.ClientSelectorManager
 
ClientUpgradeRequest - Class in org.eclipse.jetty.websocket.client
Allowing a generate from a UpgradeRequest
ClientUpgradeRequest() - Constructor for class org.eclipse.jetty.websocket.client.ClientUpgradeRequest
 
ClientUpgradeRequest(URI) - Constructor for class org.eclipse.jetty.websocket.client.ClientUpgradeRequest
 
ClientUpgradeRequest(WebSocketUpgradeRequest) - Constructor for class org.eclipse.jetty.websocket.client.ClientUpgradeRequest
 
ClientUpgradeResponse - Class in org.eclipse.jetty.websocket.client
 
ClientUpgradeResponse() - Constructor for class org.eclipse.jetty.websocket.client.ClientUpgradeResponse
 
ClientUpgradeResponse(HttpResponse) - Constructor for class org.eclipse.jetty.websocket.client.ClientUpgradeResponse
 
clone() - Method in class org.eclipse.jetty.util.security.Constraint
 
clone() - Method in class org.eclipse.jetty.util.UrlEncoded
 
clone(Object) - Static method in class org.eclipse.jetty.util.LazyList
 
CloneConfiguration - Class in org.eclipse.jetty.webapp
 
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 interface org.eclipse.jetty.webapp.Configuration
Clone configuration instance.
cloneConfigure(WebAppContext, WebAppContext) - Method in class org.eclipse.jetty.webapp.Configuration.Wrapper
 
cloneConfigure(WebAppContext, WebAppContext) - Method in class org.eclipse.jetty.webapp.WebInfConfiguration
 
clonePolicy() - Method in class org.eclipse.jetty.websocket.api.WebSocketPolicy
Make a copy of the policy, with current values.
clonePolicy(WebSocketBehavior) - Method in class org.eclipse.jetty.websocket.api.WebSocketPolicy
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
Closes this ConnectionPool.
close() - Method in class org.eclipse.jetty.client.http.HttpConnectionOverHTTP
 
close() - Method in class org.eclipse.jetty.client.HttpContent
 
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.DeferredContentProvider
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
 
close() - Method in class org.eclipse.jetty.client.util.MultiPartContentProvider
 
close() - Method in class org.eclipse.jetty.client.util.OutputStreamContentProvider
 
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.MultiPartFormInputStream.MultiPart
 
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.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.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.ProxyConnectionFactory.ProxyEndPoint
 
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 interface org.eclipse.jetty.servlets.EventSource.Emitter
Closes this event source connection.
close() - Method in class org.eclipse.jetty.servlets.EventSourceServlet.EventSourceEmitter
 
close() - Method in class org.eclipse.jetty.session.infinispan.BoundDelegatingInputStream
 
close() - Method in class org.eclipse.jetty.unixsocket.UnixSocketConnector
 
close() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
close() - Method in class org.eclipse.jetty.util.IteratingCallback
 
close() - Method in class org.eclipse.jetty.util.log.JettyLogHandler
 
close() - Method in class org.eclipse.jetty.util.log.StacklessLogging
 
close() - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
Deprecated.
 
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.FileResource
Deprecated.
 
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.Locker.Lock
 
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.BlockingWriteCallback.WriteBlocker
 
close() - Method in class org.eclipse.jetty.websocket.common.extensions.compress.ByteAccumulator
Deprecated.
 
close() - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection
Jetty Connection Close
close() - Method in class org.eclipse.jetty.websocket.common.message.MessageInputStream
 
close() - Method in class org.eclipse.jetty.websocket.common.message.MessageOutputStream
 
close() - Method in class org.eclipse.jetty.websocket.common.message.MessageWriter
 
close() - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
 
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(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.io.AbstractEndPoint
 
close(Throwable) - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection
Close the connection based on the throwable
close(Throwable) - Method in interface org.eclipse.jetty.websocket.common.LogicalConnection
Close the connection based on the cause.
close(Throwable) - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
Close the active session based on the throwable
close(CloseReason) - Method in class org.eclipse.jetty.websocket.jsr356.JsrSession
 
close(Connection) - Method in class org.eclipse.jetty.client.HttpDestination
Deprecated.
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(CloseInfo, Callback) - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection
 
close(CloseInfo, Callback) - Method in interface org.eclipse.jetty.websocket.common.LogicalConnection
Request a local close.
CLOSE - org.eclipse.jetty.http.HttpHeaderValue
 
CLOSE - org.eclipse.jetty.http.HttpParser.State
 
CLOSE - org.eclipse.jetty.websocket.api.extensions.Frame.Type
 
CLOSE - Static variable in class org.eclipse.jetty.websocket.common.OpCode
OpCode for a Close Frame
CLOSE_REASON - org.eclipse.jetty.websocket.jsr356.annotations.Param.Role
 
CloseableDoSFilter - Class in org.eclipse.jetty.servlets
This is an extension to DoSFilter that uses Jetty APIs to abruptly close the connection when the request times out.
CloseableDoSFilter() - Constructor for class org.eclipse.jetty.servlets.CloseableDoSFilter
 
closeByHTTP(HttpFields) - Method in class org.eclipse.jetty.fcgi.client.http.HttpConnectionOverFCGI
 
closeConnection(HttpServletRequest, HttpServletResponse, Thread) - Method in class org.eclipse.jetty.servlets.DoSFilter
closed(Socket) - Method in class org.eclipse.jetty.io.NetworkTrafficListener.Adapter
Deprecated.
 
closed(Socket) - Method in interface org.eclipse.jetty.io.NetworkTrafficListener
Callback method invoked when a connection to a remote client has been closed.
CLOSED - org.eclipse.jetty.http.HttpParser.State
 
CLOSED - org.eclipse.jetty.http2.CloseState
Fully closed.
CloseException - Exception in org.eclipse.jetty.websocket.api
 
CloseException(int, String) - Constructor for exception org.eclipse.jetty.websocket.api.CloseException
 
CloseException(int, String, Throwable) - Constructor for exception org.eclipse.jetty.websocket.api.CloseException
 
CloseException(int, Throwable) - Constructor for exception org.eclipse.jetty.websocket.api.CloseException
 
CloseFrame - Class in org.eclipse.jetty.websocket.common.frames
 
CloseFrame() - Constructor for class org.eclipse.jetty.websocket.common.frames.CloseFrame
 
CloseInfo - Class in org.eclipse.jetty.websocket.common
 
CloseInfo() - Constructor for class org.eclipse.jetty.websocket.common.CloseInfo
 
CloseInfo(int) - Constructor for class org.eclipse.jetty.websocket.common.CloseInfo
 
CloseInfo(int, String) - Constructor for class org.eclipse.jetty.websocket.common.CloseInfo
Create a CloseInfo, trimming the reason to CloseStatus.MAX_REASON_PHRASE UTF-8 bytes if needed.
CloseInfo(ByteBuffer, boolean) - Constructor for class org.eclipse.jetty.websocket.common.CloseInfo
Parse the Close Frame payload.
CloseInfo(Frame) - Constructor for class org.eclipse.jetty.websocket.common.CloseInfo
 
CloseInfo(Frame, boolean) - Constructor for class org.eclipse.jetty.websocket.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(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.
closeTag() - Method in class org.eclipse.jetty.xml.XmlAppendable
 
closing() - Method in class org.eclipse.jetty.websocket.common.io.ConnectionState
The Local Endpoint wants to close.
CLOSING - 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 - 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
 
CoderMetadata<T> - Class in org.eclipse.jetty.websocket.jsr356.metadata
The immutable base metadata for a coder (Decoder or Encoder
CoderMetadata(Class<? extends T>, Class<?>, MessageType, boolean) - Constructor for class org.eclipse.jetty.websocket.jsr356.metadata.CoderMetadata
 
CoderMetadataSet<T,​M extends CoderMetadata<T>> - Class in org.eclipse.jetty.websocket.jsr356.metadata
An durable collection of CoderMetadata.
CoderMetadataSet() - Constructor for class org.eclipse.jetty.websocket.jsr356.metadata.CoderMetadataSet
 
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 - 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
 
CommandLineBuilder - Class in org.eclipse.jetty.start
 
CommandLineBuilder() - Constructor for class org.eclipse.jetty.start.CommandLineBuilder
 
CommandLineBuilder(String) - Constructor for class org.eclipse.jetty.start.CommandLineBuilder
 
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
 
comment(String) - Method in interface org.eclipse.jetty.servlets.EventSource.Emitter
Sends a comment to the client.
comment(String) - Method in class org.eclipse.jetty.servlets.EventSourceServlet.EventSourceEmitter
 
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 - org.eclipse.jetty.http.HttpGenerator.State
 
communicateStartupResult() - Method in class org.eclipse.jetty.maven.plugin.Starter
 
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() - Method in class org.eclipse.jetty.jspc.plugin.JspcMojo
 
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
 
CompletableCallback - Class in org.eclipse.jetty.util
Deprecated.
not used anymore
CompletableCallback() - Constructor for class org.eclipse.jetty.util.CompletableCallback
Deprecated.
 
complete() - Method in interface org.eclipse.jetty.continuation.Continuation
Deprecated.
Complete a suspended request.
complete() - Method in class org.eclipse.jetty.continuation.Servlet3Continuation
Deprecated.
 
complete() - Method in class org.eclipse.jetty.http2.parser.HeaderBlockFragments
 
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() - Method in class org.eclipse.jetty.websocket.servlet.ServletUpgradeRequest
 
complete() - Method in class org.eclipse.jetty.websocket.servlet.ServletUpgradeResponse
 
complete() - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
 
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(Session, Request) - Method in class org.eclipse.jetty.server.session.SessionHandler
Deprecated.
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 - org.eclipse.jetty.fcgi.parser.ContentParser.Result
 
COMPLETE - org.eclipse.jetty.server.HttpChannelState.Action
 
completed() - Method in class org.eclipse.jetty.io.NegotiatingClientConnection
 
completed() - Method in class org.eclipse.jetty.server.AsyncContextEvent
 
completed() - Method in class org.eclipse.jetty.util.Callback.Completing
 
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
 
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 to EndPoint.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 - org.eclipse.jetty.http.HttpGenerator.State
 
COMPLETING_1XX - org.eclipse.jetty.http.HttpGenerator.State
 
complianceViolation(HttpComplianceSection) - Method in class org.eclipse.jetty.http.HttpParser
Check RFC compliance violation
complianceViolation(HttpComplianceSection, String) - Method in class org.eclipse.jetty.http.HttpParser
Check RFC compliance violation
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
 
CompressExtension - Class in org.eclipse.jetty.websocket.common.extensions.compress
 
CompressExtension() - Constructor for class org.eclipse.jetty.websocket.common.extensions.compress.CompressExtension
 
COMPRESSION_ERROR - org.eclipse.jetty.http2.ErrorCode
Indicates inability to maintain the HPACK compression context.
COMPRESSION_STRING - Static variable in class org.eclipse.jetty.server.jmh.DeflaterPoolBenchmark
 
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.
computeField(String, BiFunction<String, List<HttpField>, HttpField>) - Method in class org.eclipse.jetty.http.HttpFields
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
Computes a single field for the given HttpHeader and for existing fields with the same header.
ConcatServlet - Class in org.eclipse.jetty.servlets
Deprecated.
ConcatServlet() - Constructor for class org.eclipse.jetty.servlets.ConcatServlet
Deprecated.
 
ConcurrentHashSet<E> - Class in org.eclipse.jetty.util
Deprecated.
Use Java 8 method ConcurrentHashMap.newKeySet() instead.
ConcurrentHashSet() - Constructor for class org.eclipse.jetty.util.ConcurrentHashSet
Deprecated.
 
condensePackageString(String) - Static method in class org.eclipse.jetty.util.log.AbstractLogger
Condenses a classname by stripping down the package name to just the first character of each package name segment.Configured
conditional(boolean) - Method in interface org.eclipse.jetty.server.PushBuilder
Set if the request is to be conditional.
conditional(boolean) - Method in class org.eclipse.jetty.server.PushBuilderImpl
 
Confidential - org.eclipse.jetty.security.UserDataConstraint
 
config - Variable in class org.eclipse.jetty.websocket.jsr356.endpoints.AbstractJsrEventDriver
 
config() - Static method in class org.eclipse.jetty.util.log.JettyLogHandler
 
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
 
CONFIG_ATTRIBUTE_KEY - Static variable in class org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter
 
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
 
Configurable - Interface in org.eclipse.jetty.websocket.jsr356
Tag indicating a component that needs to be configured.
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
Base Class for WebApplicationContext Configuration.
Configuration.ClassList - Class in org.eclipse.jetty.webapp
 
Configuration.Wrapper - Class in org.eclipse.jetty.webapp
 
Configuration.WrapperFunction - Interface in org.eclipse.jetty.webapp
Experimental Wrapper mechanism for WebApp Configuration components.
ConfigurationException - Exception in org.eclipse.jetty.websocket.jsr356
 
ConfigurationException(String) - Constructor for exception org.eclipse.jetty.websocket.jsr356.ConfigurationException
 
ConfigurationException(String, Throwable) - Constructor for exception org.eclipse.jetty.websocket.jsr356.ConfigurationException
 
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
 
configure() - Method in class org.eclipse.jetty.spring.SpringConfigurationProcessor
Deprecated.
Return a configured bean.
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 class org.eclipse.jetty.spring.SpringConfigurationProcessor
Deprecated.
 
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(Socket) - Method in class org.eclipse.jetty.server.ServerConnector
 
configure(SocketChannel) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
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 class org.eclipse.jetty.alpn.openjdk8.client.OpenJDK8ClientALPNProcessor
 
configure(SSLEngine, Connection) - Method in class org.eclipse.jetty.alpn.openjdk8.server.OpenJDK8ServerALPNProcessor
 
configure(SSLEngine, Connection) - Method in interface org.eclipse.jetty.io.ssl.ALPNProcessor
Configures the given SSLEngine and the given Connection for ALPN.
configure(HttpClient, SocketChannel) - Method in class org.eclipse.jetty.client.AbstractConnectorHttpClientTransport
 
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(Server, List<URL>, Dictionary<String, Object>) - Static method in class org.eclipse.jetty.osgi.boot.internal.serverfactory.ServerInstanceWrapper
 
configure(ServletContextHandler) - Static method in class org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter
Configure the default WebSocketUpgradeFilter.
configure(ServletContextHandler, WebSocketServerContainerInitializer.Configurator) - Static method in class org.eclipse.jetty.websocket.jsr356.server.deploy.WebSocketServerContainerInitializer
Configure the ServletContextHandler to call WebSocketServerContainerInitializer.onStartup(Set, ServletContext) during the ServletContext initialization phase.
configure(ServletContextHandler, NativeWebSocketServletContainerInitializer.Configurator) - Static method in class org.eclipse.jetty.websocket.server.NativeWebSocketServletContainerInitializer
Configure the ServletContextHandler to call the NativeWebSocketServletContainerInitializer during the ServletContext 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.maven.plugin.MavenQuickStartConfiguration
 
configure(WebAppContext) - Method in class org.eclipse.jetty.maven.plugin.MavenWebInfConfiguration
 
configure(WebAppContext) - Method in class org.eclipse.jetty.osgi.boot.OSGiWebInfConfiguration
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.webapp.AbstractConfiguration
 
configure(WebAppContext) - Method in class org.eclipse.jetty.webapp.CloneConfiguration
 
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.JettyWebXmlConfiguration
Configure Apply web-jetty.xml configuration
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(Generator) - Method in class org.eclipse.jetty.websocket.common.extensions.ExtensionStack
 
configure(Parser) - Method in class org.eclipse.jetty.websocket.common.extensions.ExtensionStack
 
configure(WebSocketServletFactory) - Method in class org.eclipse.jetty.embedded.WebSocketServer.EchoServlet
 
configure(WebSocketServletFactory) - Method in class org.eclipse.jetty.websocket.server.WebSocketHandler
 
configure(WebSocketServletFactory) - Method in class org.eclipse.jetty.websocket.server.WebSocketHandler.Simple
 
configure(WebSocketServletFactory) - Method in class org.eclipse.jetty.websocket.servlet.WebSocketServlet
 
configureCallbacks() - Method in class org.eclipse.jetty.jaas.spi.AbstractLoginModule
 
configureCommand() - Method in class org.eclipse.jetty.maven.plugin.JettyRunDistro
Make the command to spawn a process to run jetty from a distro.
configureConnectors(Server, Connector) - Static method in class org.eclipse.jetty.maven.plugin.ServerSupport
Configure at least one connector for the server
configureContext(ServletContext) - Static method in class org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter
configureContext(ServletContext, ServletContextHandler) - Static method in class org.eclipse.jetty.websocket.jsr356.server.deploy.WebSocketServerContainerInitializer
configureContext(ServletContextHandler) - Static method in class org.eclipse.jetty.websocket.jsr356.server.deploy.WebSocketServerContainerInitializer
configureContext(ServletContextHandler) - Static method in class org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter
configureContextHandler() - Method in class org.eclipse.jetty.osgi.boot.AbstractContextProvider.OSGiApp
 
configureDefaultConfigurationClasses(Server) - Static method in class org.eclipse.jetty.maven.plugin.ServerSupport
 
configureFromExtensions(List<? extends Extension>) - Method in class org.eclipse.jetty.websocket.common.Generator
 
configureFromExtensions(List<? extends Extension>) - Method in class org.eclipse.jetty.websocket.common.Parser
 
configureHandlers(Server, RequestLog) - Static method in class org.eclipse.jetty.maven.plugin.ServerSupport
Set up the handler structure to receive a webapp.
configureIncludesExcludeSet(IncludeExcludeSet<PathMatcher, Path>) - Method in class org.eclipse.jetty.maven.plugin.ScanTargetPattern
 
configureJetty() - Method in class org.eclipse.jetty.maven.plugin.Starter
 
configureJettyBase() - Method in class org.eclipse.jetty.maven.plugin.JettyRunDistro
Create or configure a jetty base.
configureJettyHome() - Method in class org.eclipse.jetty.maven.plugin.JettyRunDistro
If jetty home does not exist, download it and unpack to build dir.
configureLoginServices(Server, LoginService[]) - Static method in class org.eclipse.jetty.maven.plugin.ServerSupport
Set up any security LoginServices provided.
configureMonitor() - Method in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
 
configurePluginClasspath() - Method in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
 
configurePolicy(WebSocketPolicy) - Method in class org.eclipse.jetty.websocket.server.WebSocketHandler
 
configureRoleInfo(RoleInfo, ConstraintMapping) - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
Initialize or update the RoleInfo from the constraint
configureScanner() - Method in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
 
configureScanner() - Method in class org.eclipse.jetty.maven.plugin.JettyRunDistro
 
configureScanner() - Method in class org.eclipse.jetty.maven.plugin.JettyRunMojo
 
configureScanner() - Method in class org.eclipse.jetty.maven.plugin.JettyRunWarExplodedMojo
 
configureScanner() - Method in class org.eclipse.jetty.maven.plugin.JettyRunWarMojo
 
configureTempDirectory(File, WebAppContext) - Method in class org.eclipse.jetty.webapp.WebInfConfiguration
 
configureWebApp() - Method in class org.eclipse.jetty.maven.plugin.Starter
 
configureWebApp() - Method in class org.eclipse.jetty.osgi.boot.AbstractWebAppProvider.OSGiApp
 
configureWebApplication() - Method in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
Subclasses should invoke this to setup basic info on the webapp
configureWebApplication() - Method in class org.eclipse.jetty.maven.plugin.JettyRunMojo
 
configureWebApplication() - Method in class org.eclipse.jetty.maven.plugin.JettyRunWarExplodedMojo
 
configureWebApplication() - Method in class org.eclipse.jetty.maven.plugin.JettyRunWarMojo
 
CONFLICT - org.eclipse.jetty.http.HttpStatus.Code
 
CONFLICT_409 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
connect() - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
 
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, UpgradeListener) - 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
Establishes a physical connection to the given address.
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.unixsocket.client.HttpClientTransportOverUnixSockets
 
connect(InetSocketAddress, Session.Listener, Promise<Session>) - 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, InetSocketAddress, Session.Listener, Promise<Session>) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
connect(SslContextFactory, InetSocketAddress, Session.Listener, Promise<Session>, Map<String, Object>) - Method in class org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2
 
connect(SslContextFactory, InetSocketAddress, Session.Listener, Promise<Session>, Map<String, Object>) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
 
CONNECT - org.eclipse.jetty.http.HttpMethod
 
ConnectContext(HttpServletRequest, HttpServletResponse, AsyncContext, HttpConnection) - Constructor for class org.eclipse.jetty.proxy.ConnectHandler.ConnectContext
 
connectDatabase() - Method in class org.eclipse.jetty.security.JDBCLoginService
(re)Connect to database with parameters setup by loadConfig()
connectFailed(Map<String, Object>, Throwable) - Method in class org.eclipse.jetty.client.AbstractConnectorHttpClientTransport
 
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 a Destination and allow applications to send requests via Connection.send(Request, Response.CompleteListener).
Connection - Interface in org.eclipse.jetty.io
A Connection is associated to an EndPoint so that I/O events happening on the EndPoint can be processed by the Connection.
CONNECTION - org.eclipse.jetty.http.HttpHeader
General Fields.
CONNECTION_CLOSE - Static variable in class org.eclipse.jetty.server.HttpConnection
 
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) - 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 for Connectors.
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.client.AbstractConnectorHttpClientTransport.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
 
ConnectionManager - Class in org.eclipse.jetty.websocket.client.io
Deprecated.
use HttpClient with WebSocketClient directly
ConnectionManager(WebSocketClient) - Constructor for class org.eclipse.jetty.websocket.client.io.ConnectionManager
Deprecated.
 
connectionOpened(Connection) - 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.Multiplexable - Interface in org.eclipse.jetty.client
Marks a connection as supporting multiplexed requests.
ConnectionPoolsBenchmark - Class in org.eclipse.jetty.client.jmh
 
ConnectionPoolsBenchmark() - Constructor for class org.eclipse.jetty.client.jmh.ConnectionPoolsBenchmark
 
ConnectionSet() - Constructor for class org.eclipse.jetty.io.IncludeExcludeConnectionStatistics.ConnectionSet
 
ConnectionState - Class in org.eclipse.jetty.websocket.common.io
WebSocket Connection State.
ConnectionState() - Constructor for class org.eclipse.jetty.websocket.common.io.ConnectionState
 
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
 
CONNECTOR_CONTEXT_KEY - Static variable in interface org.eclipse.jetty.io.ClientConnectionFactory
 
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) - Constructor for class org.eclipse.jetty.jmx.ConnectorServer
 
ConnectorStatistics - Class in org.eclipse.jetty.server
Deprecated.
ConnectorStatistics() - Constructor for class org.eclipse.jetty.server.ConnectorStatistics
Deprecated.
 
ConnectorsThreadPoolLowResourceCheck() - Constructor for class org.eclipse.jetty.server.LowResourceMonitor.ConnectorsThreadPoolLowResourceCheck
 
connectToServer(Class<?>, URI) - Method in class org.eclipse.jetty.websocket.jsr356.ClientContainer
 
connectToServer(Class<? extends Endpoint>, ClientEndpointConfig, URI) - Method in class org.eclipse.jetty.websocket.jsr356.ClientContainer
 
connectToServer(Object, URI) - Method in class org.eclipse.jetty.websocket.jsr356.ClientContainer
 
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.jsr356.ClientContainer
 
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
 
consoleScanner - Variable in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
A scanner to check ENTER hits on the console
ConsoleScanner - Class in org.eclipse.jetty.maven.plugin
ConsoleScanner Read input from stdin
ConsoleScanner(AbstractJettyMojo) - Constructor for class org.eclipse.jetty.maven.plugin.ConsoleScanner
 
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.
construct(Class<?>, Object[]) - Static method in class org.eclipse.jetty.util.TypeUtil
Deprecated.
construct(Class<?>, Object[], Map<String, Object>) - Static method in class org.eclipse.jetty.util.TypeUtil
Deprecated.
consumeAll() - Method in class org.eclipse.jetty.server.HttpInput
Consume all available content without blocking.
consumeInput() - Method in class org.eclipse.jetty.http2.server.HttpChannelOverHTTP2
 
Container - Interface in org.eclipse.jetty.util.component
A Container
CONTAINER_BUNDLE_PATTERN - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebInfConfiguration
Regex of symbolic names of bundles that should be considered to be on the container classpath
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.WebInfConfiguration
 
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.jsr356.server
The "Container Default Configurator" per the JSR-356 spec.
ContainerDefaultConfigurator() - Constructor for class org.eclipse.jetty.websocket.jsr356.server.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
 
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
 
ContainerInitializer(ServletContainerInitializer, Class<?>[]) - Constructor for class org.eclipse.jetty.plus.annotation.ContainerInitializer
 
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
 
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, Pattern) - Constructor for class org.eclipse.jetty.webapp.WebInfConfiguration.ContainerPathNameMatcher
 
ContainerTldBundleDiscoverer - Class in org.eclipse.jetty.osgi.boot.jasper
ContainerTldBundleDiscoverer Finds bundles that are considered as on the container classpath that contain tlds.
ContainerTldBundleDiscoverer() - Constructor for class org.eclipse.jetty.osgi.boot.jasper.ContainerTldBundleDiscoverer
 
contains(Object) - Method in class org.eclipse.jetty.http.PathMap.PathSet
Deprecated.
 
contains(Object) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
contains(Object) - Method in class org.eclipse.jetty.util.ConcurrentHashSet
Deprecated.
 
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 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 class org.eclipse.jetty.http.HttpFields
 
contains(HttpField) - Method in class org.eclipse.jetty.http.HttpFields
 
contains(HttpHeader) - Method in class org.eclipse.jetty.http.HttpFields
 
contains(HttpHeader, String) - Method in class org.eclipse.jetty.http.HttpFields
 
containsAll(Collection<?>) - Method in class org.eclipse.jetty.util.ConcurrentHashSet
Deprecated.
 
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
 
containsKey(String) - Method in class org.eclipse.jetty.http.HttpFields
 
containsKey(String) - Method in class org.eclipse.jetty.start.Props
 
containsMatch(String) - Method in class org.eclipse.jetty.http.PathMap
Deprecated.
Return whether the path matches any entries in the PathMap, excluding the default entry
containsMatch(String) - Method in class org.eclipse.jetty.http.PathMap.PathSet
Deprecated.
 
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.
containsSystemProperty(String) - Method in class org.eclipse.jetty.maven.plugin.SystemProperties
 
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.server.HttpChannelOverHttp
 
content(ByteBuffer, boolean) - Method in interface org.eclipse.jetty.http.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
 
content(ContentProvider) - Method in class org.eclipse.jetty.client.HttpRequest
 
content(ContentProvider, String) - Method in interface org.eclipse.jetty.client.api.Request
 
content(ContentProvider, String) - Method in class org.eclipse.jetty.client.HttpRequest
 
Content(ByteBuffer) - Constructor for class org.eclipse.jetty.server.HttpInput.Content
 
CONTENT - org.eclipse.jetty.http.HttpParser.State
 
CONTENT_ENCODING - org.eclipse.jetty.http.HttpHeader
 
CONTENT_END - org.eclipse.jetty.http.HttpParser.State
 
CONTENT_LANGUAGE - org.eclipse.jetty.http.HttpHeader
 
CONTENT_LENGTH - org.eclipse.jetty.http.HttpHeader
 
CONTENT_LENGTH - 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 - org.eclipse.jetty.http.HttpHeader
 
CONTENT_MD5 - org.eclipse.jetty.http.HttpHeader
 
CONTENT_RANGE - org.eclipse.jetty.http.HttpHeader
 
CONTENT_TYPE - org.eclipse.jetty.http.HttpHeader
 
CONTENT_TYPE - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
 
CONTENT_TYPE_SUFFIX - Static variable in class org.eclipse.jetty.servlets.MultiPartFilter
Deprecated.
 
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.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 ContentDecoders; subclasses must implement ContentDecoder.Factory.newContentDecoder().
ContentParser - Class in org.eclipse.jetty.fcgi.parser
 
ContentParser(HeaderParser) - Constructor for class org.eclipse.jetty.fcgi.parser.ContentParser
 
ContentParser.Result - Enum in org.eclipse.jetty.fcgi.parser
 
ContentProvider - Interface in org.eclipse.jetty.client.api
ContentProvider provides a source of request content.
ContentProvider.Typed - Interface in org.eclipse.jetty.client.api
An extension of ContentProvider that provides a content type string to be used as a Content-Type HTTP header in requests.
ContentResponse - Interface in org.eclipse.jetty.client.api
A specialized Response that can hold a limited content in memory.
contentType - Variable in class org.eclipse.jetty.http.jmh.MultiPartBenchmark.MultipartExpectations
 
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 - Static variable in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStore
Name of nested document field containing 1 sub document per context for which the session id is in use
CONTEXT_ATTRIBUTE_KEY - Static variable in class org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter
 
CONTEXT_INIT - Static variable in class org.eclipse.jetty.servlet.DefaultServlet
 
ContextBundleTracker(BundleContext, String) - Constructor for class org.eclipse.jetty.osgi.boot.BundleContextProvider.ContextBundleTracker
 
contextDestroyed() - Method in class org.eclipse.jetty.quickstart.QuickStartWebApp
Never call any listeners unless we are fully starting the webapp.
contextDestroyed() - Method in class org.eclipse.jetty.server.handler.ContextHandler
Call the ServletContextListeners with contextDestroyed.
contextDestroyed(ServletContextEvent) - Method in class org.eclipse.jetty.embedded.OneServletContext.InitListener
 
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
 
contextDestroyed(ServletContextEvent) - Method in class org.eclipse.jetty.servlet.listener.IntrospectorCleaner
 
contextDestroyed(ServletContextEvent) - Method in class org.eclipse.jetty.websocket.jsr356.server.deploy.WebSocketServerContainerInitializer.ContextDestroyListener
 
ContextDestroyListener() - Constructor for class org.eclipse.jetty.websocket.jsr356.server.deploy.WebSocketServerContainerInitializer.ContextDestroyListener
 
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
 
contextForArray() - Method in class org.eclipse.jetty.util.ajax.JSON
 
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(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.
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 contained ContextHandlers.
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 - Variable in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
List of other contexts to set up.
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.quickstart.QuickStartWebApp
Never call any listeners unless we are fully starting the webapp.
contextInitialized() - Method in class org.eclipse.jetty.server.handler.ContextHandler
Call the ServletContextListeners contextInitialized methods.
contextInitialized(ServletContextEvent) - Method in class org.eclipse.jetty.embedded.OneServletContext.InitListener
 
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
 
contextInitialized(ServletContextEvent) - Method in class org.eclipse.jetty.servlet.listener.IntrospectorCleaner
 
contextInitialized(ServletContextEvent) - Method in class org.eclipse.jetty.websocket.jsr356.server.deploy.WebSocketServerContainerInitializer.ContextDestroyListener
 
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
 
contextXml - Variable in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
Location of a context xml configuration file whose contents will be applied to the webapp AFTER anything in <webApp>.Optional.
Continuation - Interface in org.eclipse.jetty.continuation
Deprecated.
use Servlet 3.0 AsyncContext instead
CONTINUATION - org.eclipse.jetty.http2.frames.FrameType
 
CONTINUATION - org.eclipse.jetty.websocket.api.extensions.Frame.Type
 
CONTINUATION - Static variable in class org.eclipse.jetty.websocket.common.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
 
ContinuationFilter - Class in org.eclipse.jetty.continuation
Deprecated.
use Servlet 3.0 AsyncContext instead
ContinuationFilter() - Constructor for class org.eclipse.jetty.continuation.ContinuationFilter
Deprecated.
 
ContinuationFilter.FilteredContinuation - Interface in org.eclipse.jetty.continuation
Deprecated.
 
ContinuationFrame - Class in org.eclipse.jetty.http2.frames
 
ContinuationFrame - Class in org.eclipse.jetty.websocket.common.frames
 
ContinuationFrame() - Constructor for class org.eclipse.jetty.websocket.common.frames.ContinuationFrame
 
ContinuationFrame(int, boolean) - Constructor for class org.eclipse.jetty.http2.frames.ContinuationFrame
 
ContinuationListener - Interface in org.eclipse.jetty.continuation
Deprecated.
use Servlet 3.0 AsyncContext instead
ContinuationSupport - Class in org.eclipse.jetty.continuation
Deprecated.
use Servlet 3.0 AsyncContext instead
ContinuationSupport() - Constructor for class org.eclipse.jetty.continuation.ContinuationSupport
Deprecated.
 
ContinuationThrowable - Error in org.eclipse.jetty.continuation
Deprecated.
use Servlet 3.0 AsyncContext instead
ContinuationThrowable() - Constructor for error org.eclipse.jetty.continuation.ContinuationThrowable
Deprecated.
 
CONTINUE - org.eclipse.jetty.http.HttpGenerator.Result
 
CONTINUE - org.eclipse.jetty.http.HttpHeaderValue
 
CONTINUE - 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
 
ControlFrame - Class in org.eclipse.jetty.websocket.common.frames
 
ControlFrame(byte) - Constructor for class org.eclipse.jetty.websocket.common.frames.ControlFrame
 
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
 
convert(Fields, Charset) - Static method in class org.eclipse.jetty.client.util.FormContentProvider
 
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
 
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) - 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 - org.eclipse.jetty.http.HttpHeader
Other Fields.
CookieCompliance - Enum in org.eclipse.jetty.http
The compliance for Cookie handling.
CookieConfig() - Constructor for class org.eclipse.jetty.server.session.SessionHandler.CookieConfig
 
CookieCutter - Class in org.eclipse.jetty.server
Cookie parser
CookieCutter() - Constructor for class org.eclipse.jetty.server.CookieCutter
 
CookieCutter(CookieCompliance) - Constructor for class org.eclipse.jetty.server.CookieCutter
 
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
 
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.common.WebSocketFrame
 
COPY - 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
 
copyChunk(byte[], int, int) - Method in class org.eclipse.jetty.websocket.common.extensions.compress.ByteAccumulator
Deprecated.
 
copyChunk(ByteBuffer) - Method in class org.eclipse.jetty.websocket.common.extensions.compress.ByteAccumulator
Deprecated.
 
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.common.WebSocketFrame
 
copyHeaders(WebSocketFrame) - Method in class org.eclipse.jetty.websocket.common.WebSocketFrame
 
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.maven.plugin.SelectiveJarResource
 
copyTo(File) - Method in class org.eclipse.jetty.util.resource.FileResource
Deprecated.
 
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
 
count - Variable in class org.eclipse.jetty.http.jmh.MultiPartBenchmark
 
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 - org.eclipse.jetty.http.HttpTokens.Type
 
CR - org.eclipse.jetty.util.ReadLineInputStream.Termination
Deprecated.
 
CR - Static variable in class org.eclipse.jetty.util.TypeUtil
 
CR_LINE_TERMINATION - org.eclipse.jetty.util.MultiPartInputStreamParser.NonCompliance
Deprecated.
 
create(Object, WebSocketPolicy) - Method in interface org.eclipse.jetty.websocket.common.events.EventDriverImpl
Create the EventDriver based on this implementation.
create(Object, WebSocketPolicy) - Method in class org.eclipse.jetty.websocket.common.events.JettyAnnotatedImpl
 
create(Object, WebSocketPolicy) - Method in class org.eclipse.jetty.websocket.common.events.JettyListenerImpl
 
create(Object, WebSocketPolicy) - Method in class org.eclipse.jetty.websocket.jsr356.client.JsrClientEndpointImpl
 
create(Object, WebSocketPolicy) - Method in class org.eclipse.jetty.websocket.jsr356.endpoints.JsrEndpointImpl
 
create(Object, WebSocketPolicy) - Method in class org.eclipse.jetty.websocket.jsr356.server.JsrServerEndpointImpl
 
create(Object, WebSocketPolicy) - Method in class org.eclipse.jetty.websocket.jsr356.server.JsrServerExtendsEndpointImpl
 
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.
createBundleManifest(Manifest, URL, JarFile) - Static method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarBundleManifestGenerator
 
createConnection(Promise<Connection>) - Method in class org.eclipse.jetty.client.HttpDestination
 
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 - org.eclipse.jetty.http.HttpStatus.Code
 
CREATED - Static variable in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStore
Time of session creation
CREATED_201 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
createEnvContext(WebAppContext) - Method in class org.eclipse.jetty.plus.webapp.EnvConfiguration
 
createFile() - Method in class org.eclipse.jetty.http.MultiPartFormInputStream.MultiPart
 
createFile() - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
Deprecated.
 
createFilter(Class<T>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
 
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
 
createHttpURI(String, String, int, String, String, String, String) - Static method in class org.eclipse.jetty.http.HttpURI
Construct a normalized URI.
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
 
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
 
createLocalStream(int, Promise<Stream>) - Method in class org.eclipse.jetty.http2.HTTP2Session
 
createLogger() - Method in class org.eclipse.jetty.proxy.AbstractProxyServlet
 
createNewFile(Path) - Static method in class org.eclipse.jetty.start.FS
 
createOrigin(String, String, int, Object) - Method in class org.eclipse.jetty.client.HttpClient
 
createPropertiesFile(File) - Method in class org.eclipse.jetty.maven.plugin.JettyRunDistro
Convert webapp config to properties
createRemoteStream(int) - Method in class org.eclipse.jetty.http2.HTTP2Session
 
createServer(int) - Static method in class org.eclipse.jetty.embedded.ExampleServer
 
createServer(int) - Static method in class org.eclipse.jetty.embedded.ExampleServerXml
 
createServer(int) - Static method in class org.eclipse.jetty.embedded.JarServer
 
createServer(int) - Static method in class org.eclipse.jetty.embedded.ManyContexts
 
createServer(int) - Static method in class org.eclipse.jetty.embedded.ManyHandlers
 
createServer(int) - Static method in class org.eclipse.jetty.embedded.ManyServletContexts
 
createServer(int) - Static method in class org.eclipse.jetty.embedded.MinimalServlets
 
createServer(int) - Static method in class org.eclipse.jetty.embedded.OneConnector
 
createServer(int) - Static method in class org.eclipse.jetty.embedded.OneContext
 
createServer(int) - Static method in class org.eclipse.jetty.embedded.OneHandler
 
createServer(int) - Static method in class org.eclipse.jetty.embedded.OneServletContextJmxStats
 
createServer(int) - Static method in class org.eclipse.jetty.embedded.OneWebApp
 
createServer(int) - Static method in class org.eclipse.jetty.embedded.OneWebAppWithJsp
 
createServer(int) - Static method in class org.eclipse.jetty.embedded.ProxyServer
 
createServer(int) - Static method in class org.eclipse.jetty.embedded.RewriteServer
 
createServer(int) - Static method in class org.eclipse.jetty.embedded.SecuredHelloHandler
 
createServer(int) - Static method in class org.eclipse.jetty.embedded.ServerWithAnnotations
 
createServer(int) - Static method in class org.eclipse.jetty.embedded.ServerWithJMX
 
createServer(int) - Static method in class org.eclipse.jetty.embedded.ServerWithJNDI
 
createServer(int) - Static method in class org.eclipse.jetty.embedded.SimplestServer
 
createServer(int) - Static method in class org.eclipse.jetty.embedded.WebSocketJsrServer
 
createServer(int) - Static method in class org.eclipse.jetty.embedded.WebSocketServer
 
createServer(int, int) - Static method in class org.eclipse.jetty.embedded.ManyConnectors
 
createServer(int, int, boolean) - Static method in class org.eclipse.jetty.embedded.LikeJettyXml
 
createServer(int, File) - Static method in class org.eclipse.jetty.embedded.FastFileServer
 
createServer(int, Path) - Static method in class org.eclipse.jetty.embedded.FileServerXml
 
createServer(int, Resource) - Static method in class org.eclipse.jetty.embedded.FileServer
 
createServer(int, Resource) - Static method in class org.eclipse.jetty.embedded.OneServletContext
 
createServer(int, Resource) - Static method in class org.eclipse.jetty.embedded.OneServletContextWithSession
 
createServer(int, Resource, Resource) - Static method in class org.eclipse.jetty.embedded.SplitFileServer
 
createServlet(Class<T>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
 
createServletContainerInitializerAnnotationHandlers(WebAppContext, List<ServletContainerInitializer>) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
 
createSession(URI, EventDriver, LogicalConnection) - Method in interface org.eclipse.jetty.websocket.common.SessionFactory
 
createSession(URI, EventDriver, LogicalConnection) - Method in class org.eclipse.jetty.websocket.common.WebSocketSessionFactory
 
createSession(URI, EventDriver, LogicalConnection) - Method in class org.eclipse.jetty.websocket.jsr356.JsrSessionFactory
 
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(ServletUpgradeRequest, ServletUpgradeResponse) - Method in class org.eclipse.jetty.websocket.jsr356.server.JsrCreator
 
createWebSocket(ServletUpgradeRequest, ServletUpgradeResponse) - Method in class org.eclipse.jetty.websocket.server.WebSocketServerFactory
Default Creator logic
createWebSocket(ServletUpgradeRequest, ServletUpgradeResponse) - Method in interface org.eclipse.jetty.websocket.servlet.WebSocketCreator
Create a websocket from the incoming request.
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 - 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
 
CrossOriginFilter - Class in org.eclipse.jetty.servlets
Implementation of the cross-origin resource sharing.
CrossOriginFilter() - Constructor for class org.eclipse.jetty.servlets.CrossOriginFilter
 
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
csvSplit(String, int, int) - Static method in class org.eclipse.jetty.util.StringUtil
csvSplit(List<String>, String, int, int) - Static method in class org.eclipse.jetty.util.StringUtil
Split a quoted comma separated string to a list
CUSTOM0 - org.eclipse.jetty.http.HttpCompliance
Deprecated.
CUSTOM1 - org.eclipse.jetty.http.HttpCompliance
Deprecated.
CUSTOM2 - org.eclipse.jetty.http.HttpCompliance
Deprecated.
CUSTOM3 - org.eclipse.jetty.http.HttpCompliance
Deprecated.
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) - 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(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
 
customizeFastCGIHeaders(Request, HttpFields) - Method in class org.eclipse.jetty.fcgi.server.proxy.FastCGIProxyServlet
 
customizeParamsOnClose(LinkedList<IJsrParamId>) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.AnnotatedEndpointMetadata
 
customizeParamsOnClose(LinkedList<IJsrParamId>) - Method in class org.eclipse.jetty.websocket.jsr356.server.AnnotatedServerEndpointMetadata
 
customizeParamsOnError(LinkedList<IJsrParamId>) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.AnnotatedEndpointMetadata
 
customizeParamsOnError(LinkedList<IJsrParamId>) - Method in class org.eclipse.jetty.websocket.jsr356.server.AnnotatedServerEndpointMetadata
 
customizeParamsOnMessage(LinkedList<IJsrParamId>) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.AnnotatedEndpointMetadata
 
customizeParamsOnMessage(LinkedList<IJsrParamId>) - Method in class org.eclipse.jetty.websocket.jsr356.server.AnnotatedServerEndpointMetadata
 
customizeParamsOnOpen(LinkedList<IJsrParamId>) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.AnnotatedEndpointMetadata
 
customizeParamsOnOpen(LinkedList<IJsrParamId>) - Method in class org.eclipse.jetty.websocket.jsr356.server.AnnotatedServerEndpointMetadata
 
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(String) - Constructor for class org.eclipse.jetty.server.CustomRequestLog