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
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
HttpExchange
s queued in this destination. - abort(Throwable) - Method in class org.eclipse.jetty.client.HttpExchange
- abort(Throwable) - Method in class org.eclipse.jetty.client.HttpRequest
- abort(Throwable) - Method in class org.eclipse.jetty.client.HttpResponse
- abort(Throwable) - Method in class org.eclipse.jetty.fcgi.client.http.HttpConnectionOverFCGI
- abort(Throwable) - Method in class org.eclipse.jetty.fcgi.server.HttpTransportOverFCGI
- abort(Throwable) - Method in class org.eclipse.jetty.http2.server.HttpTransportOverHTTP2
- abort(Throwable) - Method in class org.eclipse.jetty.server.HttpChannel
-
If a write or similar operation to this channel fails, then this method should be called.
- abort(Throwable) - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
- abort(Throwable) - Method in class org.eclipse.jetty.server.HttpConnection
- abort(Throwable) - Method in interface org.eclipse.jetty.server.HttpTransport
-
Aborts this transport.
- abort(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
-
Deprecated.
- AbstractConnectionPool(HttpDestination, int, boolean, Callback) - Constructor for class org.eclipse.jetty.client.AbstractConnectionPool
- AbstractConnectionPool(HttpDestination, Pool.StrategyType, int, boolean, Callback) - Constructor for class org.eclipse.jetty.client.AbstractConnectionPool
- AbstractConnectionPool(HttpDestination, Pool<Connection>, Callback) - Constructor for class org.eclipse.jetty.client.AbstractConnectionPool
- AbstractConnector - Class in org.eclipse.jetty.server
-
An abstract implementation of
Connector
that provides aConnectionFactory
mechanism for creatingConnection
instances for various protocols (HTTP, SSL, etc). - AbstractConnector(Server, Executor, Scheduler, ByteBufferPool, int, ConnectionFactory...) - Constructor for class org.eclipse.jetty.server.AbstractConnector
- AbstractConnectorHttpClientTransport - Class in org.eclipse.jetty.client
- AbstractConnectorHttpClientTransport(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
-
Deprecated.use
CustomRequestLog
given format stringCustomRequestLog.EXTENDED_NCSA_FORMAT
with aRequestLog.Writer
- 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 newConnection
framework ofjetty-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
andresponse
to detect whether this protocol handler should handle them. - accept(Request, Response) - Method in class org.eclipse.jetty.client.ProxyAuthenticationProtocolHandler
- accept(Request, Response) - Method in class org.eclipse.jetty.client.RedirectProtocolHandler
- accept(Request, Response) - Method in class org.eclipse.jetty.client.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 toSelectorManager.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
andSec-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 istrue
orAbstractConnectionPool.isMaximizeConnections()
istrue
, then attempts to open a new connection, if possible within the configuration of this connection pool (for example, if it does not exceed the max connection count); otherwise it attempts to open a new connection, if the number of queued requests is greater than the number of pending connections; if no connection is available even after the attempts to open, returnnull
. - acquire(boolean) - Method in class org.eclipse.jetty.io.ByteBufferPool.Bucket
-
Deprecated.use
ByteBufferPool.Bucket.acquire()
instead - 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
-
Deprecated.
- 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") orServletContextHandler.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 givencontent
as part content. - addFile(File) - Method in class org.eclipse.jetty.util.component.FileDestroyable
- addFile(String) - Method in class org.eclipse.jetty.util.component.FileDestroyable
- addFile(Path) - Method in class org.eclipse.jetty.util.Scanner
-
Add a file to be scanned.
- addFilePart(String, String, ContentProvider, HttpFields) - Method in class org.eclipse.jetty.client.util.MultiPartContentProvider
-
Adds a file part with the given
name
as field name, the givenfileName
as file name, and the givencontent
as part content. - addFiles(Collection<File>) - Method in class org.eclipse.jetty.util.component.FileDestroyable
- addFilter(Class<? extends Filter>, String, EnumSet<DispatcherType>) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
-
Convenience method to add a filter
- addFilter(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
-
Deprecated.
- 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
-
Set the
HttpInput.Interceptor
, using aHttpInput.ChainedInterceptor
if anHttpInput.Interceptor
is already set. - addIntHeader(String, int) - Method in class org.eclipse.jetty.server.Response
- addIntHeader(String, int) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
- 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
-
Deprecated.
- addMapping(PathSpec, WebSocketCreator) - Method in class org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter
-
Deprecated.
- addMapping(PathSpec, WebSocketCreator) - Method in class org.eclipse.jetty.websocket.server.WebSocketUpgradeHandlerWrapper
-
Deprecated.
- 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
- 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.use
Server.addBeanToAllConnectors(Object)
instead. - addToArray(T[], T, Class<?>) - Static method in class org.eclipse.jetty.util.ArrayUtil
-
Add element to an array
- addToEnvironment(String, Object) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
- addToEnvironment(String, Object) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
- addToEnvironment(String, Object) - Method in class org.eclipse.jetty.jndi.NamingContext
-
Add an environment setting to this Context
- addTransformer(ClassFileTransformer) - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
- addUndecoratable(String...) - Method in class org.eclipse.jetty.cdi.CdiSpiDecorator
- addUniqueLine(String) - Method in class org.eclipse.jetty.start.StartIni
- addUniqueLine(String) - Method in class org.eclipse.jetty.start.TextFile
- addURL(URL) - Method in class org.eclipse.jetty.ant.AntWebAppContext.AntURLClassLoader
- addUrlPattern(String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
- addUser(String, Credential, String[]) - Method in class org.eclipse.jetty.security.UserStore
- addValue(String) - Method in class org.eclipse.jetty.http.QuotedCSVParser
-
Add and parse a value string(s)
- addValues(String, List<V>) - Method in class org.eclipse.jetty.util.MultiMap
-
Add values to multi valued entry.
- addValues(String, V[]) - Method in class org.eclipse.jetty.util.MultiMap
-
Add values to multi valued entry.
- addViaHeader(HttpServletRequest, Request) - Method in class org.eclipse.jetty.proxy.AbstractProxyServlet
-
Adds the HTTP
Via
header to the proxied request, taking into account data present in the client request. - addViaHeader(Request) - Method in class org.eclipse.jetty.proxy.AbstractProxyServlet
-
Adds the HTTP
Via
header to the proxied request. - addVirtualHost(String) - Method in class org.eclipse.jetty.rewrite.handler.VirtualHostRuleContainer
- addVirtualHosts(String[]) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Either set virtual hosts or add to an existing set of virtual hosts.
- 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
ContextHandler
s resource base which is not protected by a protected target as defined byContextHandler.getProtectedTargets()
at start. - AllowedResourceAliasChecker(ContextHandler) - Constructor for class org.eclipse.jetty.server.AllowedResourceAliasChecker
- AllowSymLinkAliasChecker - Class in org.eclipse.jetty.server.handler
-
Deprecated.use
SymlinkAllowedResourceAliasChecker
instead. - 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 interface org.eclipse.jetty.util.CharsetStringBuilder
- append(byte) - Method in class org.eclipse.jetty.util.CharsetStringBuilder.DecoderStringBuilder
- append(byte) - Method in class org.eclipse.jetty.util.CharsetStringBuilder.Iso88591StringBuilder
- append(byte) - Method in class org.eclipse.jetty.util.CharsetStringBuilder.UsAsciiStringBuilder
- append(byte) - Method in class org.eclipse.jetty.util.Utf8Appendable
- append(byte[]) - Method in interface org.eclipse.jetty.util.CharsetStringBuilder
- append(byte[]) - Method in class org.eclipse.jetty.util.Utf8Appendable
- append(byte[], int, int) - Method in interface org.eclipse.jetty.util.CharsetStringBuilder
- append(byte[], int, int) - Method in class org.eclipse.jetty.util.CharsetStringBuilder.DecoderStringBuilder
- append(byte[], int, int) - Method in class org.eclipse.jetty.util.Utf8Appendable
- append(byte[], int, int, int) - Method in class org.eclipse.jetty.util.Utf8Appendable
- append(char) - Method in interface org.eclipse.jetty.util.CharsetStringBuilder
- append(char) - Method in class org.eclipse.jetty.util.CharsetStringBuilder.DecoderStringBuilder
- append(char) - Method in class org.eclipse.jetty.util.CharsetStringBuilder.Iso88591StringBuilder
- append(char) - Method in class org.eclipse.jetty.util.CharsetStringBuilder.UsAsciiStringBuilder
- append(char) - Method in class org.eclipse.jetty.util.Utf8Appendable
- append(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(CharSequence, int, int) - Method in interface org.eclipse.jetty.util.CharsetStringBuilder
- append(CharSequence, int, int) - Method in class org.eclipse.jetty.util.CharsetStringBuilder.DecoderStringBuilder
- append(CharSequence, int, int) - Method in class org.eclipse.jetty.util.CharsetStringBuilder.Iso88591StringBuilder
- append(CharSequence, int, int) - Method in class org.eclipse.jetty.util.CharsetStringBuilder.UsAsciiStringBuilder
- append(String) - Method in class org.eclipse.jetty.util.Utf8Appendable
- append(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 interface org.eclipse.jetty.util.CharsetStringBuilder
- append(ByteBuffer) - Method in class org.eclipse.jetty.util.CharsetStringBuilder.DecoderStringBuilder
- append(ByteBuffer) - Method in class org.eclipse.jetty.util.Utf8Appendable
- append(ByteBuffer, boolean) - Method in class org.eclipse.jetty.fcgi.generator.Generator.Result
- append(ByteBuffer, boolean) - Method in class org.eclipse.jetty.io.ByteBufferPool.Lease
- append(ByteBuffer, byte) - Static method in class org.eclipse.jetty.util.BufferUtil
-
Appends a byte to a buffer
- append(ByteBuffer, byte[], 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
App
s to theDeploymentManager
- ApproveAliases() - Constructor for class org.eclipse.jetty.server.handler.ContextHandler.ApproveAliases
-
Deprecated.
- ApproveNonExistentDirectoryAliases() - Constructor for class org.eclipse.jetty.server.handler.ContextHandler.ApproveNonExistentDirectoryAliases
-
Deprecated.
- 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
- 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.
- asciiToUpperCase(String) - Static method in class org.eclipse.jetty.util.StringUtil
-
fast upper case conversion.
- asContextListener(ServletContainerInitializer) - Static method in class org.eclipse.jetty.servlet.listener.ContainerInitializer
-
Utility Method to allow for manual execution of
ServletContainerInitializer
when using Embedded Jetty. - 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
-
Deprecated.use
PathSpec.from(String)
instead - asPathSpec(String) - Method in class org.eclipse.jetty.servlet.ServletHandler
- 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
-
Deprecated.use
CustomRequestLog
given format stringCustomRequestLog.EXTENDED_NCSA_FORMAT
with anAsyncRequestLogWriter
- 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
-
Deprecated.
- 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 viaAuthentication.Result.apply(Request)
. - authenticate(Request, ContentResponse, Authentication.HeaderInfo, Attributes) - Method in class org.eclipse.jetty.client.util.BasicAuthentication
- authenticate(Request, ContentResponse, Authentication.HeaderInfo, Attributes) - Method in class org.eclipse.jetty.client.util.DigestAuthentication
- authenticate(Request, ContentResponse, Authentication.HeaderInfo, Attributes) - Method in class org.eclipse.jetty.client.util.SPNEGOAuthentication
- authenticate(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
(orProxy-Authenticate
) header. - Authentication.LoginAuthentication - Interface in org.eclipse.jetty.server
-
An authentication that is capable of performing a programmatic login operation.
- Authentication.LogoutAuthentication - Interface in org.eclipse.jetty.server
-
An authentication that is capable of performing a programmatic logout operation.
- Authentication.NonAuthenticated - Interface in org.eclipse.jetty.server
-
After a logout, the authentication reverts to a state where it is possible to programmatically log in again.
- Authentication.ResponseSent - Interface in org.eclipse.jetty.server
-
Authentication Response sent state.
- Authentication.Result - Interface in org.eclipse.jetty.client.api
-
Authentication.Result
holds the information needed to authenticate aRequest
viaAuthentication.Result.apply(org.eclipse.jetty.client.api.Request)
. - Authentication.SendSuccess - Interface in org.eclipse.jetty.server
- Authentication.User - Interface in org.eclipse.jetty.server
-
A successful Authentication with User information.
- Authentication.Wrapped - Interface in org.eclipse.jetty.server
-
A wrapped authentication with methods provide the wrapped request/response for use by the application
- AuthenticationException(String) - Constructor for exception org.eclipse.jetty.security.openid.OpenIdCredentials.AuthenticationException
- AuthenticationProtocolHandler - Class in org.eclipse.jetty.client
- AuthenticationProtocolHandler(HttpClient, int) - Constructor for class org.eclipse.jetty.client.AuthenticationProtocolHandler
- AuthenticationStore - Interface in org.eclipse.jetty.client.api
-
A store for
Authentication
s andAuthentication.Result
s. - Authenticator - Interface in org.eclipse.jetty.security
-
Authenticator Interface
- Authenticator.AuthConfiguration - Interface in org.eclipse.jetty.security
-
Authenticator Configuration
- Authenticator.Factory - Interface in org.eclipse.jetty.security
-
Authenticator Factory
- AUTHORITY - 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
-
Deprecated.
- 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
-
The possible batch modes when invoking
OutgoingFrames.outgoingFrame(org.eclipse.jetty.websocket.api.extensions.Frame, WriteCallback, BatchMode)
. - 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
(callsHttpSessionBindingListener.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 WebSocketWriteCallback
- 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 toBoolean
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
toEncoder.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 byBufferedResponseHandler.newBufferedInterceptor(HttpChannel, Interceptor)
and is used by the implementation to buffer outgoing content. - BufferingFlowControlStrategy - Class in org.eclipse.jetty.http2
-
A flow control strategy that accumulates updates and emits window control frames when the accumulated value reaches a threshold.
- BufferingFlowControlStrategy(float) - Constructor for class org.eclipse.jetty.http2.BufferingFlowControlStrategy
- BufferingFlowControlStrategy(int, float) - Constructor for class org.eclipse.jetty.http2.BufferingFlowControlStrategy
- BufferingResponseListener - Class in org.eclipse.jetty.client.util
-
Implementation of
Response.Listener
that buffers the content up to a maximum length specified to the constructors. - BufferingResponseListener() - Constructor for class org.eclipse.jetty.client.util.BufferingResponseListener
-
Creates an instance with a default maximum length of 2 MiB.
- BufferingResponseListener(int) - Constructor for class org.eclipse.jetty.client.util.BufferingResponseListener
-
Creates an instance with the given maximum length
- bufferSize - Static variable in class org.eclipse.jetty.util.IO
- BufferUtil - Class in org.eclipse.jetty.util
-
Buffer utility methods.
- BufferUtil() - Constructor for class org.eclipse.jetty.util.BufferUtil
- build() - Method in class org.eclipse.jetty.http2.hpack.MetaDataBuilder
- build() - Method in class org.eclipse.jetty.start.BaseBuilder
-
Build out the Base directory (if needed)
- build() - Method in interface org.eclipse.jetty.util.CharsetStringBuilder
-
Build the completed string and reset the buffer.
- build() - Method in class org.eclipse.jetty.util.CharsetStringBuilder.DecoderStringBuilder
- build() - Method in class org.eclipse.jetty.util.CharsetStringBuilder.Iso88591StringBuilder
- build() - Method in class org.eclipse.jetty.util.CharsetStringBuilder.UsAsciiStringBuilder
- build(Method, 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.use
ByteBufferAccumulator
instead. - 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
forByteBuffer
s. - 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 toByte
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
toEncoder.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
HttpField
s including: Common static combinations such as: Connection: close Accept-Encoding: gzip Content-Length: 0 Combinations of Content-Type header for common mime types by common charsets Most common headers with null values so that a lookup will at least determine the header name even if the name:value combination is not cached - CACHE - Static variable in enum org.eclipse.jetty.http.HttpScheme
- CACHE - Static variable in enum org.eclipse.jetty.http.HttpVersion
- CACHE - Static variable in class org.eclipse.jetty.http.MimeTypes
- CACHE - 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
-
Deprecated.
- canonicalPath(String) - Static method in class org.eclipse.jetty.util.URIUtil
-
Convert a decoded URI path to a canonical form.
- canonicalURI(String) - Static method in class org.eclipse.jetty.util.URIUtil
-
Convert a partial URI to a canonical form.
- canReadDirectory(Path) - Static method in class org.eclipse.jetty.start.FS
- canReadFile(Path) - Static method in class org.eclipse.jetty.start.FS
- 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
-
Deprecated.do not use, no replacement, will be removed in a future release.
- CGI() - Constructor for class org.eclipse.jetty.servlets.CGI
-
Deprecated.
- 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 toCharacter
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
toEncoder.Text
Message encoder - CharacterEncoder() - Constructor for class org.eclipse.jetty.websocket.jsr356.encoders.CharacterEncoder
- CharsetStringBuilder - Interface in org.eclipse.jetty.util
-
Build a string from a sequence of bytes and/or characters.
- CharsetStringBuilder.DecoderStringBuilder - Class in org.eclipse.jetty.util
- CharsetStringBuilder.Iso88591StringBuilder - Class in org.eclipse.jetty.util
- CharsetStringBuilder.UsAsciiStringBuilder - Class in org.eclipse.jetty.util
- check() - Method in class org.eclipse.jetty.server.ConnectionLimit
- check(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.
- checkExpiry(Map<String, Object>) - Static method in class org.eclipse.jetty.security.openid.OpenIdCredentials
- 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
- checkRequestLimit(long) - Method in class org.eclipse.jetty.server.handler.SizeLimitHandler
- checkResponseLimit(long) - Method in class org.eclipse.jetty.server.handler.SizeLimitHandler
- checkSecurity(Request) - Method in class org.eclipse.jetty.security.SecurityHandler
- checkServerTrusted(X509Certificate[], String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.X509ExtendedTrustManagerWrapper
- checkServerTrusted(X509Certificate[], String, Socket) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.X509ExtendedTrustManagerWrapper
- checkServerTrusted(X509Certificate[], String, SSLEngine) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.X509ExtendedTrustManagerWrapper
- checkServletType() - Method in class org.eclipse.jetty.servlet.ServletHolder
-
Check to ensure class of servlet is acceptable.
- checkStarted() - Method in class org.eclipse.jetty.server.session.AbstractSessionDataStore
- checkState() - Method in class org.eclipse.jetty.util.Utf8Appendable
- checkTrustAll() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- checkUriCompliance(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.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
Authentication
s stored - clearAuthentications() - Method in class org.eclipse.jetty.client.HttpAuthenticationStore
- clearCache() - Method in class org.eclipse.jetty.webapp.CachingWebAppClassLoader
- clearConnectionFactories() - Method in class org.eclipse.jetty.server.AbstractConnector
- clearCredential() - Method in class org.eclipse.jetty.security.jaspi.callback.CredentialValidationCallback
- clearError() - Method in class org.eclipse.jetty.server.ResponseWriter
- 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
-
Deprecated.
- clearToFill(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
-
Clear the buffer to be empty in fill mode.
- clearTracking() - Method in class org.eclipse.jetty.io.LeakTrackingByteBufferPool
-
Clears the tracking data returned by
LeakTrackingByteBufferPool.getLeakedAcquires()
,LeakTrackingByteBufferPool.getLeakedReleases()
,LeakTrackingByteBufferPool.getLeakedResources()
. - clearTransitiveEnable() - Method in class org.eclipse.jetty.start.Module
- 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 suppliedHttpClient
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
-
Deprecated.use
WebSocketPolicy.delegateAs(WebSocketBehavior)
instead - 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
-
Method to invoke to forbid further invocations to
IteratingCallback.iterate()
andIteratingCallback.reset()
. - 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.use
HttpDestination.remove(Connection)
instead - 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
-
Deprecated.
- 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
orEncoder
- 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 toEndPoint.flush(ByteBuffer...)
is likely to be able to progress. - completing() - Method in class org.eclipse.jetty.server.HttpChannelState
- Completing() - Constructor for class org.eclipse.jetty.util.Callback.Completing
- COMPLETING - 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(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 callWebSocketServerContainerInitializer.onStartup(Set, ServletContext)
during theServletContext
initialization phase. - configure(ServletContextHandler, NativeWebSocketServletContainerInitializer.Configurator) - Static method in class org.eclipse.jetty.websocket.server.NativeWebSocketServletContainerInitializer
-
Configure the
ServletContextHandler
to call theNativeWebSocketServletContainerInitializer
during theServletContext
initialization phase. - configure(WebAppContext) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
- configure(WebAppContext) - Method in class org.eclipse.jetty.ant.AntWebInfConfiguration
-
Adds classpath files into web application classloader, and sets web.xml and base directory for the configured web application.
- configure(WebAppContext) - Method in class org.eclipse.jetty.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
-
Deprecated.
- configureContext(ServletContext, ServletContextHandler) - Static method in class org.eclipse.jetty.websocket.jsr356.server.deploy.WebSocketServerContainerInitializer
-
Deprecated.
- configureContext(ServletContextHandler) - Static method in class org.eclipse.jetty.websocket.jsr356.server.deploy.WebSocketServerContainerInitializer
-
Deprecated.
- configureContext(ServletContextHandler) - Static method in class org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter
-
Deprecated.
- 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 aDestination
and allow applications to send requests viaConnection.send(Request, Response.CompleteListener)
. - Connection - Interface in org.eclipse.jetty.io
-
A
Connection
is associated to anEndPoint
so that I/O events happening on theEndPoint
can be processed by theConnection
. - CONNECTION - 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 forConnector
s. - 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.use
ConnectionStatistics
instead. - 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
ContentDecoder
s; subclasses must implementContentDecoder.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 aContent-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 containedContextHandler
s. - ContextHandlerCollection() - Constructor for class org.eclipse.jetty.server.handler.ContextHandlerCollection
- ContextHandlerCollection(ContextHandler...) - Constructor for class org.eclipse.jetty.server.handler.ContextHandlerCollection
- ContextHandlerMBean - Class in org.eclipse.jetty.server.handler.jmx
- ContextHandlerMBean(Object) - Constructor for class org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean
- contextHandlers - 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
-
Parse a CSV string using
StringUtil.csvSplit(List, String, int, int)
- csvSplit(String, int, int) - Static method in class org.eclipse.jetty.util.StringUtil
-
Parse a CSV string using
StringUtil.csvSplit(List, String, int, int)
- csvSplit(List<String>, String, int, int) - Static method in class org.eclipse.jetty.util.StringUtil
-
Split a quoted comma separated string to a list
- 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
- CustomRequestLog(String, String) - Constructor for class org.eclipse.jetty.server.CustomRequestLog
- CustomRequestLog(RequestLog.Writer, String) - Constructor for class org.eclipse.jetty.server.CustomRequestLog
- CyclicTimeout - Class in org.eclipse.jetty.io
-
An abstract implementation of a timeout.
- CyclicTimeout(Scheduler) - Constructor for class org.eclipse.jetty.io.CyclicTimeout
- CyclicTimeouts<T extends CyclicTimeouts.Expirable> - Class in org.eclipse.jetty.io
-
An implementation of a timeout that manages many
expirable
entities whose timeouts are mostly cancelled or re-scheduled. - CyclicTimeouts(Scheduler) - Constructor for class org.eclipse.jetty.io.CyclicTimeouts
- CyclicTimeouts.Expirable - Interface in org.eclipse.jetty.io
-
An entity that may expire.
D
- daemon - Variable in class org.eclipse.jetty.maven.plugin.JettyDeployWar
-
If true, the plugin should continue and not block.
- data - Static variable in class org.eclipse.jetty.http.jmh.MultiPartBenchmark
- data - Variable in class org.eclipse.jetty.websocket.common.WebSocketFrame
-
The payload data.
- data(byte[], int, int, Callback) - Method in class org.eclipse.jetty.proxy.AsyncProxyServlet.StreamWriter
- data(String) - Method in interface org.eclipse.jetty.servlets.EventSource.Emitter
-
Sends a default event with data to the client.
- data(String) - Method in class org.eclipse.jetty.servlets.EventSourceServlet.EventSourceEmitter
- data(DataFrame, Callback) - Method in interface org.eclipse.jetty.http2.api.Stream
-
Sends the given DATA
frame
. - data(DataFrame, Callback) - Method in class org.eclipse.jetty.http2.HTTP2Stream
- data(IStream, Callback, DataFrame) - Method in class org.eclipse.jetty.http2.HTTP2Session
- data(IStream, Callback, DataFrame) - Method in interface org.eclipse.jetty.http2.ISession
-
Enqueues the given DATA frame to be written to the connection.
- data(ByteBufferPool.Lease, DataFrame, int) - Method in class org.eclipse.jetty.http2.generator.Generator
- DATA - org.eclipse.jetty.fcgi.FCGI.FrameType
- DATA - org.eclipse.jetty.http2.frames.FrameType
- DatabaseAdaptor - Class in org.eclipse.jetty.server.session
-
DatabaseAdaptor Handles differences between databases.
- DatabaseAdaptor() - Constructor for class org.eclipse.jetty.server.session.DatabaseAdaptor
- DataBodyParser - Class in org.eclipse.jetty.http2.parser
- DataBodyParser(HeaderParser, Parser.Listener) - Constructor for class org.eclipse.jetty.http2.parser.DataBodyParser
- DataFrame - Class in org.eclipse.jetty.http2.frames
- DataFrame - Class in org.eclipse.jetty.websocket.common.frames
-
A Data Frame
- DataFrame(byte) - Constructor for class org.eclipse.jetty.websocket.common.frames.DataFrame
- DataFrame(int, ByteBuffer, boolean) - Constructor for class org.eclipse.jetty.http2.frames.DataFrame
- DataFrame(int, ByteBuffer, boolean, int) - Constructor for class org.eclipse.jetty.http2.frames.DataFrame
- DataFrame(ByteBuffer, boolean) - Constructor for class org.eclipse.jetty.http2.frames.DataFrame
- DataFrame(Frame) - Constructor for class org.eclipse.jetty.websocket.common.frames.DataFrame
-
Construct new DataFrame based on headers of provided frame.
- DataFrame(Frame, boolean) - Constructor for class org.eclipse.jetty.websocket.common.frames.DataFrame
-
Construct new DataFrame based on headers of provided frame, overriding for continuations if needed.
- DataGenerator - Class in org.eclipse.jetty.http2.generator
- DataGenerator(HeaderGenerator) - Constructor for class org.eclipse.jetty.http2.generator.DataGenerator
- DataRateLimitedServlet - Class in org.eclipse.jetty.servlets
-
Deprecated.this is intended as a demonstration and not production quality.
- DataRateLimitedServlet() - Constructor for class org.eclipse.jetty.servlets.DataRateLimitedServlet
-
Deprecated.
- DataSourceCloser - Class in org.eclipse.jetty.jndi
-
Close a DataSource.
- DataSourceCloser(DataSource) - Constructor for class org.eclipse.jetty.jndi.DataSourceCloser
- DataSourceCloser(DataSource, String) - Constructor for class org.eclipse.jetty.jndi.DataSourceCloser
- DataSourceLoginModule - Class in org.eclipse.jetty.jaas.spi
-
DataSourceLoginModule A LoginModule that uses a DataSource to retrieve user authentication and authorisation information.
- DataSourceLoginModule() - Constructor for class org.eclipse.jetty.jaas.spi.DataSourceLoginModule
- DataSourceLoginService - Class in org.eclipse.jetty.plus.security
-
DataSourceUserRealm
- DataSourceLoginService() - Constructor for class org.eclipse.jetty.plus.security.DataSourceLoginService
- DataSourceLoginService(String) - Constructor for class org.eclipse.jetty.plus.security.DataSourceLoginService
- DataSourceLoginService(String, IdentityService) - Constructor for class org.eclipse.jetty.plus.security.DataSourceLoginService
- DataSourceLoginService.DBUserPrincipal - Class in org.eclipse.jetty.plus.security
-
DBUser
- DATE - org.eclipse.jetty.http.HttpHeader
- DateCache - Class in org.eclipse.jetty.util
-
Date Format Cache.
- DateCache() - Constructor for class org.eclipse.jetty.util.DateCache
-
Constructor.
- DateCache(String) - Constructor for class org.eclipse.jetty.util.DateCache
-
Constructor.
- DateCache(String, Locale) - Constructor for class org.eclipse.jetty.util.DateCache
- DateCache(String, Locale, String) - Constructor for class org.eclipse.jetty.util.DateCache
- DateCache(String, Locale, TimeZone) - Constructor for class org.eclipse.jetty.util.DateCache
- DateCache.Tick - Class in org.eclipse.jetty.util
- DateCacheBenchmark - Class in org.eclipse.jetty.util.jmh
- DateCacheBenchmark() - Constructor for class org.eclipse.jetty.util.jmh.DateCacheBenchmark
- DateCacheNoTick - Class in org.eclipse.jetty.util.jmh
-
Date Format Cache.
- DateCacheNoTick() - Constructor for class org.eclipse.jetty.util.jmh.DateCacheNoTick
-
Constructor.
- DateCacheNoTick(String) - Constructor for class org.eclipse.jetty.util.jmh.DateCacheNoTick
-
Constructor.
- DateCacheNoTick(String, Locale) - Constructor for class org.eclipse.jetty.util.jmh.DateCacheNoTick
- DateCacheNoTick(String, Locale, String) - Constructor for class org.eclipse.jetty.util.jmh.DateCacheNoTick
- DateCacheNoTick(String, Locale, TimeZone) - Constructor for class org.eclipse.jetty.util.jmh.DateCacheNoTick
- DateCacheNoTickBenchmark - Class in org.eclipse.jetty.util.jmh
- DateCacheNoTickBenchmark() - Constructor for class org.eclipse.jetty.util.jmh.DateCacheNoTickBenchmark
- DateCacheSimpleDateFormat - Class in org.eclipse.jetty.util.jmh
-
Date Format Cache.
- DateCacheSimpleDateFormat() - Constructor for class org.eclipse.jetty.util.jmh.DateCacheSimpleDateFormat
-
Constructor.
- DateCacheSimpleDateFormat(String) - Constructor for class org.eclipse.jetty.util.jmh.DateCacheSimpleDateFormat
-
Constructor.
- DateCacheSimpleDateFormat(String, Locale) - Constructor for class org.eclipse.jetty.util.jmh.DateCacheSimpleDateFormat
- DateCacheSimpleDateFormat(String, Locale, String) - Constructor for class org.eclipse.jetty.util.jmh.DateCacheSimpleDateFormat
- DateCacheSimpleDateFormat(String, Locale, TimeZone) - Constructor for class org.eclipse.jetty.util.jmh.DateCacheSimpleDateFormat
- DateCacheSimpleDateFormat.Tick - Class in org.eclipse.jetty.util.jmh
- DateCacheSimpleDateFormatBenchmark - Class in org.eclipse.jetty.util.jmh
- DateCacheSimpleDateFormatBenchmark() - Constructor for class org.eclipse.jetty.util.jmh.DateCacheSimpleDateFormatBenchmark
- DateGenerator - Class in org.eclipse.jetty.http
-
ThreadLocal Date formatters for HTTP style dates.
- DateGenerator() - Constructor for class org.eclipse.jetty.http.DateGenerator
- DateParser - Class in org.eclipse.jetty.http
-
ThreadLocal data parsers for HTTP style dates
- DateParser() - Constructor for class org.eclipse.jetty.http.DateParser
- DBUserPrincipal(String, Credential, int) - Constructor for class org.eclipse.jetty.plus.security.DataSourceLoginService.DBUserPrincipal
- DC_CONFIDENTIAL - Static variable in class org.eclipse.jetty.util.security.Constraint
- DC_FORBIDDEN - Static variable in class org.eclipse.jetty.util.security.Constraint
- DC_INTEGRAL - Static variable in class org.eclipse.jetty.util.security.Constraint
- DC_NONE - Static variable in class org.eclipse.jetty.util.security.Constraint
- DC_UNSET - Static variable in class org.eclipse.jetty.util.security.Constraint
- deactivate(Connection) - Method in class org.eclipse.jetty.client.AbstractConnectionPool
- debug() - Method in class org.eclipse.jetty.start.CommandLineBuilder
- debug(Object) - Method in class org.eclipse.jetty.apache.jsp.JuliLog
- debug(Object, Throwable) - Method in class org.eclipse.jetty.apache.jsp.JuliLog
- debug(String, long) - Method in class org.eclipse.jetty.util.log.AbstractLogger
- debug(String, long) - Method in class org.eclipse.jetty.util.log.JavaUtilLog
- debug(String, long) - Method in interface org.eclipse.jetty.util.log.Logger
-
Formats and logs at debug level.
- debug(String, long) - Method in class org.eclipse.jetty.util.log.LoggerLog
- debug(String, long) - Method in class org.eclipse.jetty.util.log.Slf4jLog
- debug(String, long) - Method in class org.eclipse.jetty.util.log.StdErrLog
- debug(String, Object...) - Static method in class org.eclipse.jetty.start.StartLog
- debug(String, Object...) - Method in class org.eclipse.jetty.util.log.JavaUtilLog
- debug(String, Object...) - Method in interface org.eclipse.jetty.util.log.Logger
-
Formats and logs at debug level.
- debug(String, Object...) - Method in class org.eclipse.jetty.util.log.LoggerLog
- debug(String, Object...) - Method in class org.eclipse.jetty.util.log.Slf4jLog
- debug(String, Object...) - Method in class org.eclipse.jetty.util.log.StdErrLog
- debug(String, Throwable) - Method in class org.eclipse.jetty.util.log.JavaUtilLog
- debug(String, Throwable) - Method in interface org.eclipse.jetty.util.log.Logger
-
Logs the given message at debug level, with Throwable information.
- debug(String, Throwable) - Method in class org.eclipse.jetty.util.log.LoggerLog
- debug(String, Throwable) - Method in class org.eclipse.jetty.util.log.Slf4jLog
- debug(String, Throwable) - Method in class org.eclipse.jetty.util.log.StdErrLog
- debug(Throwable) - Static method in class org.eclipse.jetty.start.StartLog
- debug(Throwable) - Method in class org.eclipse.jetty.util.log.JavaUtilLog
- debug(Throwable) - Method in interface org.eclipse.jetty.util.log.Logger
-
Logs the given Throwable information at debug level
- debug(Throwable) - Method in class org.eclipse.jetty.util.log.LoggerLog
- debug(Throwable) - Method in class org.eclipse.jetty.util.log.Slf4jLog
- debug(Throwable) - Method in class org.eclipse.jetty.util.log.StdErrLog
- DebugBinding - Class in org.eclipse.jetty.deploy.bindings
- DebugBinding(String) - Constructor for class org.eclipse.jetty.deploy.bindings.DebugBinding
- DebugBinding(String...) - Constructor for class org.eclipse.jetty.deploy.bindings.DebugBinding
- DebugHandler - Class in org.eclipse.jetty.server.handler
-
Deprecated.Use
DebugListener
- DebugHandler() - Constructor for class org.eclipse.jetty.server.handler.DebugHandler
-
Deprecated.
- DebugListener - Class in org.eclipse.jetty.server
-
A Context Listener that produces additional debug.
- DebugListener() - Constructor for class org.eclipse.jetty.server.DebugListener
- DebugListener(boolean, boolean, boolean) - Constructor for class org.eclipse.jetty.server.DebugListener
- DebugListener(OutputStream, boolean, boolean, boolean) - Constructor for class org.eclipse.jetty.server.DebugListener
- DebugListenerBinding - Class in org.eclipse.jetty.deploy.bindings
-
A Deployment binding that installs a DebugListener in all deployed contexts
- DebugListenerBinding() - Constructor for class org.eclipse.jetty.deploy.bindings.DebugListenerBinding
- DebugListenerBinding(DebugListener) - Constructor for class org.eclipse.jetty.deploy.bindings.DebugListenerBinding
- declaredRolesContains(String) - Method in class org.eclipse.jetty.security.AbstractUserAuthentication
- declareRoles(String...) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
- declareRoles(String...) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- declareRoles(String...) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
- DeclareRolesAnnotationHandler - Class in org.eclipse.jetty.annotations
-
DeclaresRolesAnnotationHandler
- DeclareRolesAnnotationHandler(WebAppContext) - Constructor for class org.eclipse.jetty.annotations.DeclareRolesAnnotationHandler
- decode(char[]) - Static method in class org.eclipse.jetty.util.B64Code
-
Deprecated.Fast Base 64 decode as described in RFC 1421.
- decode(InputStream) - Method in class org.eclipse.jetty.websocket.jsr356.decoders.InputStreamDecoder
- decode(Reader) - Method in class org.eclipse.jetty.websocket.jsr356.decoders.ReaderDecoder
- decode(String) - Static method in class org.eclipse.jetty.security.openid.JwtDecoder
-
Decodes a JSON Web Token (JWT) into a Map of claims.
- decode(String) - Static method in class org.eclipse.jetty.util.B64Code
-
Deprecated.Base 64 decode as described in RFC 2045.
- decode(String) - Method in class org.eclipse.jetty.util.UrlEncoded
- decode(String) - Method in class org.eclipse.jetty.websocket.jsr356.decoders.BooleanDecoder
- decode(String) - Method in class org.eclipse.jetty.websocket.jsr356.decoders.ByteDecoder
- decode(String) - Method in class org.eclipse.jetty.websocket.jsr356.decoders.CharacterDecoder
- decode(String) - Method in class org.eclipse.jetty.websocket.jsr356.decoders.DoubleDecoder
- decode(String) - Method in class org.eclipse.jetty.websocket.jsr356.decoders.FloatDecoder
- decode(String) - Method in class org.eclipse.jetty.websocket.jsr356.decoders.IntegerDecoder
- decode(String) - Method in class org.eclipse.jetty.websocket.jsr356.decoders.LongDecoder
- decode(String) - Method in class org.eclipse.jetty.websocket.jsr356.decoders.ShortDecoder
- decode(String) - Method in class org.eclipse.jetty.websocket.jsr356.decoders.StringDecoder
- decode(String, ByteArrayOutputStream) - Static method in class org.eclipse.jetty.util.B64Code
-
Deprecated.Base 64 decode as described in RFC 2045.
- decode(String, String) - Static method in class org.eclipse.jetty.util.B64Code
-
Deprecated.Base 64 decode as described in RFC 2045.
- decode(String, Charset) - Static method in class org.eclipse.jetty.util.B64Code
-
Deprecated.Base 64 decode as described in RFC 2045.
- decode(String, Charset) - Method in class org.eclipse.jetty.util.UrlEncoded
- decode(ByteBuffer) - Method in interface org.eclipse.jetty.client.ContentDecoder
-
Decodes the bytes in the given
buffer
and returns decoded bytes, if any. - decode(ByteBuffer) - Method in class org.eclipse.jetty.http.compression.HuffmanDecoder
- decode(ByteBuffer) - Method in class org.eclipse.jetty.http.compression.NBitStringDecoder
-
Decode a string from the buffer.
- decode(ByteBuffer) - Method in class org.eclipse.jetty.http.GZIPContentDecoder
-
Inflates compressed data from a buffer.
- decode(ByteBuffer) - Method in class org.eclipse.jetty.http2.hpack.HpackDecoder
- decode(ByteBuffer) - Method in class org.eclipse.jetty.websocket.jsr356.decoders.ByteArrayDecoder
- decode(ByteBuffer) - Method in class org.eclipse.jetty.websocket.jsr356.decoders.ByteBufferDecoder
- decode(ByteBuffer) - Method in class org.eclipse.jetty.websocket.jsr356.decoders.PongMessageDecoder
- decode88591To(InputStream, MultiMap<String>, int, int) - Static method in class org.eclipse.jetty.util.UrlEncoded
-
Decoded parameters to MultiMap, using ISO8859-1 encodings.
- decodeChunks(ByteBuffer) - Method in class org.eclipse.jetty.http.GZIPContentDecoder
-
Inflates compressed data.
- decodedChunk(ByteBuffer) - Method in class org.eclipse.jetty.client.GZIPContentDecoder
- decodedChunk(ByteBuffer) - Method in class org.eclipse.jetty.http.GZIPContentDecoder
-
Called when a chunk of data is inflated.
- decodeInt(ByteBuffer) - Method in class org.eclipse.jetty.http.compression.NBitIntegerDecoder
-
Decode an integer from the buffer.
- decodeLong(ByteBuffer) - Method in class org.eclipse.jetty.http.compression.NBitIntegerDecoder
-
Decode a long from the buffer.
- decodeName(String) - Static method in class org.eclipse.jetty.nosql.mongodb.MongoUtils
- decodePath(String) - Static method in class org.eclipse.jetty.util.URIUtil
- decodePath(String, int, int) - Static method in class org.eclipse.jetty.util.URIUtil
- decodeQueryTo(MultiMap<String>) - Method in class org.eclipse.jetty.http.HttpURI
- decodeQueryTo(MultiMap<String>, String) - Method in class org.eclipse.jetty.http.HttpURI
- decodeQueryTo(MultiMap<String>, Charset) - Method in class org.eclipse.jetty.http.HttpURI
- decoder - Variable in class org.eclipse.jetty.websocket.jsr356.annotations.OnMessageCallable
- DecoderFactory - Class in org.eclipse.jetty.websocket.jsr356
-
Factory for
DecoderMetadata
- DecoderFactory(WebSocketContainerScope, DecoderMetadataSet) - Constructor for class org.eclipse.jetty.websocket.jsr356.DecoderFactory
- DecoderFactory(WebSocketContainerScope, DecoderMetadataSet, DecoderFactory) - Constructor for class org.eclipse.jetty.websocket.jsr356.DecoderFactory
- DecoderFactory(WebSocketSessionScope, DecoderMetadataSet, DecoderFactory) - Constructor for class org.eclipse.jetty.websocket.jsr356.DecoderFactory
- DecoderFactory.Wrapper - Class in org.eclipse.jetty.websocket.jsr356
- decodeRFC4648URL(String) - Static method in class org.eclipse.jetty.util.B64Code
-
Deprecated.
- decodeRFC4648URL(String, ByteArrayOutputStream) - Static method in class org.eclipse.jetty.util.B64Code
-
Deprecated.Base 64 decode as described in RFC 4648 URL.
- DecoderMetadata - Class in org.eclipse.jetty.websocket.jsr356.metadata
-
Immutable Metadata for a
Decoder
- DecoderMetadata(Class<? extends Decoder>, Class<?>, MessageType, boolean) - Constructor for class org.eclipse.jetty.websocket.jsr356.metadata.DecoderMetadata
- DecoderMetadataSet - Class in org.eclipse.jetty.websocket.jsr356.metadata
- DecoderMetadataSet() - Constructor for class org.eclipse.jetty.websocket.jsr356.metadata.DecoderMetadataSet
- DecoderStringBuilder(CharsetDecoder) - Constructor for class org.eclipse.jetty.util.CharsetStringBuilder.DecoderStringBuilder
- decodeSpecific(String, String) - Static method in class org.eclipse.jetty.util.URIUtil
-
Decode a raw String and convert any specific URI encoded sequences into characters.
- decodeString(String) - Static method in class org.eclipse.jetty.util.UrlEncoded
-
Decode String with % encoding.
- decodeString(String, int, int, Charset) - Static method in class org.eclipse.jetty.util.UrlEncoded
-
Decode String with % encoding.
- decodeTo(InputStream, MultiMap<String>, String, int, int) - Static method in class org.eclipse.jetty.util.UrlEncoded
-
Decoded parameters to Map.
- decodeTo(InputStream, MultiMap<String>, Charset, int, int) - Static method in class org.eclipse.jetty.util.UrlEncoded
-
Decoded parameters to Map.
- decodeTo(String, MultiMap<String>, String) - Static method in class org.eclipse.jetty.util.UrlEncoded
-
Decoded parameters to Map.
- decodeTo(String, MultiMap<String>, Charset) - Static method in class org.eclipse.jetty.util.UrlEncoded
-
Decoded parameters to Map.
- decodeUtf16To(InputStream, MultiMap<String>, int, int) - Static method in class org.eclipse.jetty.util.UrlEncoded
- decodeUtf8To(InputStream, MultiMap<String>, int, int) - Static method in class org.eclipse.jetty.util.UrlEncoded
-
Decoded parameters to Map.
- decodeUtf8To(String, int, int, MultiMap<String>) - Static method in class org.eclipse.jetty.util.UrlEncoded
-
Decoded parameters to Map.
- decodeUtf8To(String, MultiMap<String>) - Static method in class org.eclipse.jetty.util.UrlEncoded
- decodeValue(Object) - Static method in class org.eclipse.jetty.nosql.mongodb.MongoUtils
- decodingType - Variable in class org.eclipse.jetty.websocket.jsr356.annotations.OnMessageCallable
- decompress(ByteAccumulator, ByteBuffer) - Method in class org.eclipse.jetty.websocket.common.extensions.compress.CompressExtension
- decompressCount - Variable in class org.eclipse.jetty.websocket.common.extensions.compress.CompressExtension
- deconfigure(WebAppContext) - Method in class org.eclipse.jetty.maven.plugin.MavenQuickStartConfiguration
- deconfigure(WebAppContext) - Method in class org.eclipse.jetty.plus.webapp.EnvConfiguration
-
Remove jndi setup from start
- deconfigure(WebAppContext) - Method in class org.eclipse.jetty.plus.webapp.PlusConfiguration
- deconfigure(WebAppContext) - Method in class org.eclipse.jetty.webapp.AbstractConfiguration
- deconfigure(WebAppContext) - Method in class org.eclipse.jetty.webapp.CloneConfiguration
- deconfigure(WebAppContext) - Method in interface org.eclipse.jetty.webapp.Configuration
-
DeConfigure WebApp.
- deconfigure(WebAppContext) - Method in class org.eclipse.jetty.webapp.Configuration.Wrapper
- deconfigure(WebAppContext) - Method in class org.eclipse.jetty.webapp.WebInfConfiguration
- deconfigure(WebAppContext) - Method in class org.eclipse.jetty.webapp.WebXmlConfiguration
- decorate(Object) - Method in class org.eclipse.jetty.annotations.AnnotationDecorator
- decorate(Object) - Method in class org.eclipse.jetty.plus.webapp.PlusDecorator
- decorate(T) - Method in class org.eclipse.jetty.cdi.CdiSpiDecorator
-
Decorate an object.
- decorate(T) - Method in class org.eclipse.jetty.util.DecoratedObjectFactory
- decorate(T) - Method in interface org.eclipse.jetty.util.Decorator
- decorate(T) - Method in class org.eclipse.jetty.util.DeprecationWarning
- DecoratedObjectFactory - Class in org.eclipse.jetty.util
-
An ObjectFactory enhanced by
Decorator
instances. - DecoratedObjectFactory() - Constructor for class org.eclipse.jetty.util.DecoratedObjectFactory
- DecoratingListener - Class in org.eclipse.jetty.servlet
-
A ServletContextAttributeListener that listens for a context attribute to obtain a decorator instance.
- DecoratingListener - Class in org.eclipse.jetty.webapp
-
An extended org.eclipse.jetty.servlet.DecoratingListener.
- DecoratingListener() - Constructor for class org.eclipse.jetty.webapp.DecoratingListener
- DecoratingListener(String) - Constructor for class org.eclipse.jetty.webapp.DecoratingListener
- DecoratingListener(ServletContextHandler) - Constructor for class org.eclipse.jetty.webapp.DecoratingListener
- DecoratingListener(ServletContextHandler, String) - Constructor for class org.eclipse.jetty.servlet.DecoratingListener
- DecoratingListener(ServletContextHandler, String) - Constructor for class org.eclipse.jetty.webapp.DecoratingListener
- Decorator - Interface in org.eclipse.jetty.util
-
Interface for 3rd party libraries to decorate recently created objects in Jetty.
- DECORATOR_ATTRIBUTE - Static variable in class org.eclipse.jetty.webapp.DecoratingListener
- decrement() - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
-
Decrements the value by one.
- decrementCount() - Method in class org.eclipse.jetty.io.ConnectionStatistics.Stats
- DecryptedEndPoint() - Constructor for class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
- deduceKeyLength(String) - Static method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
Given the name of a TLS/SSL cipher suite, return an int representing it effective stream cipher key strength.
- DEEP_BINDING - Static variable in class org.eclipse.jetty.jndi.NamingContext
- DEFAULT - org.eclipse.jetty.http.pathmap.PathSpecGroup
-
The default spec for accessing the Default path behavior.
- DEFAULT - Static variable in interface org.eclipse.jetty.osgi.boot.utils.BundleClassLoaderHelper
-
The default instance supports felix and equinox
- DEFAULT - Static variable in interface org.eclipse.jetty.osgi.boot.utils.BundleFileLocatorHelper
-
The default instance supports felix and equinox
- DEFAULT - Static variable in class org.eclipse.jetty.servlet.FilterMapping
-
Dispatch types
- DEFAULT - Static variable in class org.eclipse.jetty.util.ajax.JSON
- DEFAULT_BACKOFF_MS - Static variable in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
- DEFAULT_BUFFER_SIZE - Static variable in class org.eclipse.jetty.client.GZIPContentDecoder
- DEFAULT_CAPACITY - Static variable in class org.eclipse.jetty.util.BlockingArrayQueue
-
Default initial capacity, 128.
- DEFAULT_CONFIGURATION_CLASSES - Static variable in class org.eclipse.jetty.maven.plugin.JettyWebAppContext
- DEFAULT_CONFIGURATION_CLASSES - Static variable in class org.eclipse.jetty.webapp.WebAppContext
- DEFAULT_CONFIGURATIONS - Static variable in class org.eclipse.jetty.ant.AntWebAppContext
- DEFAULT_CONNECT_TIMEOUT - Static variable in class org.eclipse.jetty.io.SelectorManager
- DEFAULT_CONTAINER_INCLUDE_JAR_PATTERN - Static variable in class org.eclipse.jetty.ant.AntWebAppContext
- DEFAULT_DATE_FORMAT - Static variable in class org.eclipse.jetty.server.CustomRequestLog
- DEFAULT_DELIMS - Static variable in class org.eclipse.jetty.osgi.boot.utils.Util
- DEFAULT_EXCLUDES - Static variable in class org.eclipse.jetty.maven.plugin.SelectiveJarResource
- DEFAULT_FILENAME - Static variable in class org.eclipse.jetty.jaas.spi.PropertyFileLoginModule
- DEFAULT_FORMAT - Static variable in class org.eclipse.jetty.util.DateCache
- DEFAULT_FORMAT - Static variable in class org.eclipse.jetty.util.jmh.DateCacheNoTick
- DEFAULT_FORMAT - Static variable in class org.eclipse.jetty.util.jmh.DateCacheSimpleDateFormat
- DEFAULT_GROWTH - Static variable in class org.eclipse.jetty.util.BlockingArrayQueue
-
Default growth factor, 64.
- DEFAULT_HOST - Static variable in class org.eclipse.jetty.memcached.session.MemcachedSessionDataMap
- DEFAULT_INCLUDES - Static variable in class org.eclipse.jetty.maven.plugin.SelectiveJarResource
- DEFAULT_JETTY_ETC_FILES - Static variable in class org.eclipse.jetty.osgi.boot.internal.serverfactory.DefaultJettyAtJettyHomeHelper
-
Set of config files to apply to a jetty Server instance if none are supplied by SYS_PROP_JETTY_ETC_FILES
- DEFAULT_JETTYHOME - Static variable in class org.eclipse.jetty.osgi.boot.internal.serverfactory.DefaultJettyAtJettyHomeHelper
-
Default location within bundle of a jetty home dir.
- DEFAULT_KEYMANAGERFACTORY_ALGORITHM - Static variable in class org.eclipse.jetty.util.ssl.SslContextFactory
- DEFAULT_LISTENER_TYPE_INDEX - Static variable in class org.eclipse.jetty.server.handler.ContextHandler
- DEFAULT_MAX_CONTENT_LENGTH - Static variable in class org.eclipse.jetty.client.AuthenticationProtocolHandler
- DEFAULT_MAX_FORM_CONTENT_SIZE - Static variable in class org.eclipse.jetty.server.handler.ContextHandler
- DEFAULT_MAX_FORM_KEYS - Static variable in class org.eclipse.jetty.server.handler.ContextHandler
- DEFAULT_MAX_IDLE_TIME - Static variable in class org.eclipse.jetty.maven.plugin.MavenServerConnector
- DEFAULT_MAX_KEYS - Static variable in class org.eclipse.jetty.http2.frames.SettingsFrame
- DEFAULT_MAX_LENGTH - Static variable in class org.eclipse.jetty.http2.frames.Frame
- DEFAULT_MAX_QUERY_RESULTS - Static variable in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
- DEFAULT_MAX_RETRIES - Static variable in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
- DEFAULT_MAX_SCAN_WAIT - Static variable in class org.eclipse.jetty.annotations.AnnotationConfiguration
- DEFAULT_MAX_TABLE_CAPACITY - Static variable in class org.eclipse.jetty.http2.hpack.HpackContext
- DEFAULT_MIN_GZIP_SIZE - Static variable in class org.eclipse.jetty.server.handler.gzip.GzipHandler
- DEFAULT_MULTI_THREADED - Static variable in class org.eclipse.jetty.annotations.AnnotationConfiguration
- DEFAULT_ORIGIN_ATTRIBUTE_NAME - Static variable in class org.eclipse.jetty.quickstart.QuickStartDescriptorGenerator
- DEFAULT_PERIOD_MS - Static variable in class org.eclipse.jetty.server.session.HouseKeeper
- DEFAULT_PORT - Static variable in class org.eclipse.jetty.maven.plugin.MavenServerConnector
- DEFAULT_PORT - Static variable in class org.eclipse.jetty.memcached.session.MemcachedSessionDataMap
- DEFAULT_PORT_STR - Static variable in class org.eclipse.jetty.maven.plugin.MavenServerConnector
- DEFAULT_PROTECTED_OSGI_TARGETS - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebappConstants
-
Set of extra dirs that must not be served by osgi webapps
- DEFAULT_QUICKSTART_DESCRIPTOR_NAME - Static variable in class org.eclipse.jetty.quickstart.QuickStartDescriptorGenerator
- DEFAULT_ROLE_CLASS_NAME - Static variable in class org.eclipse.jetty.jaas.JAASLoginService
- DEFAULT_ROLE_CLASS_NAMES - Static variable in class org.eclipse.jetty.jaas.JAASLoginService
- DEFAULT_SCAN_DEPTH - Static variable in class org.eclipse.jetty.util.Scanner
-
When walking a directory, a depth of 1 ensures that the directory's descendants are visited, not just the directory itself (as a file).
- DEFAULT_SESSION_TRACKING_MODES - Static variable in class org.eclipse.jetty.server.session.SessionHandler
- DEFAULT_TRACKING - Static variable in class org.eclipse.jetty.server.session.SessionHandler
- DEFAULT_TRUSTMANAGERFACTORY_ALGORITHM - Static variable in class org.eclipse.jetty.util.ssl.SslContextFactory
- DEFAULT_USE_CONTAINER_METAINF_CACHE - Static variable in class org.eclipse.jetty.webapp.MetaInfConfiguration
- DEFAULT_WEBAPP_SRC - Static variable in class org.eclipse.jetty.maven.plugin.JettyRunMojo
- DEFAULT_WINDOW_SIZE - Static variable in interface org.eclipse.jetty.http2.FlowControlStrategy
- Default404Servlet() - Constructor for class org.eclipse.jetty.servlet.ServletHandler.Default404Servlet
- DefaultAuthenticatorFactory - Class in org.eclipse.jetty.security
-
The Default Authenticator Factory.
- DefaultAuthenticatorFactory() - Constructor for class org.eclipse.jetty.security.DefaultAuthenticatorFactory
- DefaultBinaryEncoder - Class in org.eclipse.jetty.websocket.jsr356.encoders
- DefaultBinaryEncoder() - Constructor for class org.eclipse.jetty.websocket.jsr356.encoders.DefaultBinaryEncoder
- DefaultBinaryStreamEncoder - Class in org.eclipse.jetty.websocket.jsr356.encoders
- DefaultBinaryStreamEncoder() - Constructor for class org.eclipse.jetty.websocket.jsr356.encoders.DefaultBinaryStreamEncoder
- DefaultBundleClassLoaderHelper - Class in org.eclipse.jetty.osgi.boot.utils.internal
-
DefaultBundleClassLoaderHelper
- DefaultBundleClassLoaderHelper() - Constructor for class org.eclipse.jetty.osgi.boot.utils.internal.DefaultBundleClassLoaderHelper
- DefaultCallbackHandler - Class in org.eclipse.jetty.jaas.callback
-
DefaultCallbackHandler An implementation of the JAAS CallbackHandler.
- DefaultCallbackHandler() - Constructor for class org.eclipse.jetty.jaas.callback.DefaultCallbackHandler
- DefaultFileLocatorHelper - Class in org.eclipse.jetty.osgi.boot.utils.internal
-
DefaultFileLocatorHelper
- DefaultFileLocatorHelper() - Constructor for class org.eclipse.jetty.osgi.boot.utils.internal.DefaultFileLocatorHelper
- DefaultHandler - Class in org.eclipse.jetty.server.handler
-
Default Handler.
- DefaultHandler() - Constructor for class org.eclipse.jetty.server.handler.DefaultHandler
- DefaultIdentityService - Class in org.eclipse.jetty.security
-
Default Identity Service implementation.
- DefaultIdentityService() - Constructor for class org.eclipse.jetty.security.DefaultIdentityService
- DefaultImpl() - Constructor for class org.eclipse.jetty.util.Uptime.DefaultImpl
- DefaultJettyAtJettyHomeHelper - Class in org.eclipse.jetty.osgi.boot.internal.serverfactory
-
DefaultJettyAtJettyHomeHelper
- DefaultJettyAtJettyHomeHelper() - Constructor for class org.eclipse.jetty.osgi.boot.internal.serverfactory.DefaultJettyAtJettyHomeHelper
- DefaultParser() - Constructor for class org.eclipse.jetty.jndi.InitialContextFactory.DefaultParser
- DefaultsDescriptor - Class in org.eclipse.jetty.webapp
-
DefaultsDescriptor
- DefaultsDescriptor(Resource) - Constructor for class org.eclipse.jetty.webapp.DefaultsDescriptor
- DefaultServlet - Class in org.eclipse.jetty.servlet
-
The default servlet.
- DefaultServlet() - Constructor for class org.eclipse.jetty.servlet.DefaultServlet
- DefaultServlet(ResourceService) - Constructor for class org.eclipse.jetty.servlet.DefaultServlet
- DefaultSessionCache - Class in org.eclipse.jetty.server.session
-
DefaultSessionCache A session store that keeps its sessions in memory in a hashmap
- DefaultSessionCache(SessionHandler) - Constructor for class org.eclipse.jetty.server.session.DefaultSessionCache
- DefaultSessionCacheFactory - Class in org.eclipse.jetty.server.session
-
DefaultSessionCacheFactory Factory for creating new DefaultSessionCaches.
- DefaultSessionCacheFactory() - Constructor for class org.eclipse.jetty.server.session.DefaultSessionCacheFactory
- DefaultSessionIdManager - Class in org.eclipse.jetty.server.session
-
DefaultSessionIdManager Manages session ids to ensure each session id within a context is unique, and that session ids can be shared across contexts (but not session contents).
- DefaultSessionIdManager(Server) - Constructor for class org.eclipse.jetty.server.session.DefaultSessionIdManager
- DefaultSessionIdManager(Server, Random) - Constructor for class org.eclipse.jetty.server.session.DefaultSessionIdManager
- DefaultTextEncoder - Class in org.eclipse.jetty.websocket.jsr356.encoders
- DefaultTextEncoder() - Constructor for class org.eclipse.jetty.websocket.jsr356.encoders.DefaultTextEncoder
- DefaultTextStreamEncoder - Class in org.eclipse.jetty.websocket.jsr356.encoders
- DefaultTextStreamEncoder() - Constructor for class org.eclipse.jetty.websocket.jsr356.encoders.DefaultTextStreamEncoder
- DefaultUserIdentity - Class in org.eclipse.jetty.security
-
The default implementation of UserIdentity.
- DefaultUserIdentity(Subject, Principal, String[]) - Constructor for class org.eclipse.jetty.security.DefaultUserIdentity
- DeferredAuthentication - Class in org.eclipse.jetty.security.authentication
- DeferredAuthentication(LoginAuthenticator) - Constructor for class org.eclipse.jetty.security.authentication.DeferredAuthentication
- DeferredContentProvider - Class in org.eclipse.jetty.client.util
-
A
ContentProvider
that allows to add content afterRequest.send(Response.CompleteListener)
has been called, therefore providing the request content at a later time. - DeferredContentProvider(ByteBuffer...) - Constructor for class org.eclipse.jetty.client.util.DeferredContentProvider
-
Creates a new
DeferredContentProvider
with the given initial content - DeferredContentProvider.Chunk - Class in org.eclipse.jetty.client.util
- definePackage(String, String, String, String, String, String, String, URL) - Method in class org.eclipse.jetty.ant.AntWebAppContext.AntURLClassLoader
- definePackage(String, Manifest, URL) - Method in class org.eclipse.jetty.ant.AntWebAppContext.AntURLClassLoader
- DEFLATE - Static variable in class org.eclipse.jetty.server.handler.gzip.GzipHandler
- DeflateFrameExtension - Class in org.eclipse.jetty.websocket.common.extensions.compress
-
Implementation of the deflate-frame extension seen out in the wild.
- DeflateFrameExtension() - Constructor for class org.eclipse.jetty.websocket.common.extensions.compress.DeflateFrameExtension
- DeflaterPool - Class in org.eclipse.jetty.util.compression
- DeflaterPool(int, int, boolean) - Constructor for class org.eclipse.jetty.util.compression.DeflaterPool
-
Create a Pool of
Deflater
instances. - DeflaterPoolBenchmark - Class in org.eclipse.jetty.server.jmh
- DeflaterPoolBenchmark() - Constructor for class org.eclipse.jetty.server.jmh.DeflaterPoolBenchmark
- DELAY - org.eclipse.jetty.servlets.DoSFilter.Action
-
The request is delayed based on
DoSFilter.getDelayMs()
- delayHandling(Request, AsyncContext) - Method in class org.eclipse.jetty.server.handler.AsyncDelayHandler
-
Called to indicate that a requests handling is being delayed/ The implementation should arrange for context.dispatch() to be called when the request should be handled.
- DELEGATE - Static variable in interface org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager.SniSelector
- delegateAs(WebSocketBehavior) - Method in class org.eclipse.jetty.websocket.api.WebSocketPolicy
- DelegatedContainerScope - Class in org.eclipse.jetty.websocket.common.scopes
- DelegatedContainerScope(WebSocketPolicy, WebSocketContainerScope) - Constructor for class org.eclipse.jetty.websocket.common.scopes.DelegatedContainerScope
- DelegatingThreadPool - Class in org.eclipse.jetty.http.spi
- DelegatingThreadPool(Executor) - Constructor for class org.eclipse.jetty.http.spi.DelegatingThreadPool
- delete() - Method in class org.eclipse.jetty.http.MultiPartFormInputStream.MultiPart
-
Remove the file, whether or not Part.write() was called on it (ie no longer temporary)
- delete() - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
-
Deprecated.Remove the file, whether or not Part.write() was called on it (ie no longer temporary)
- delete() - Method in class org.eclipse.jetty.util.resource.EmptyResource
- delete() - Method in class org.eclipse.jetty.util.resource.FileResource
-
Deprecated.Deletes the given resource
- delete() - Method in class org.eclipse.jetty.util.resource.PathResource
- delete() - Method in class org.eclipse.jetty.util.resource.Resource
-
Deletes the given resource
- delete() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
- delete() - Method in class org.eclipse.jetty.util.resource.URLResource
-
Deletes the given resource
- delete(File) - Static method in class org.eclipse.jetty.util.IO
-
Delete File.
- delete(String) - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
- delete(String) - Method in class org.eclipse.jetty.hazelcast.session.HazelcastSessionDataStore
- delete(String) - Method in class org.eclipse.jetty.memcached.session.MemcachedSessionDataMap
- delete(String) - Method in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStore
- delete(String) - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
-
Remove a session object from this store and from any backing store.
- delete(String) - Method in class org.eclipse.jetty.server.session.CachingSessionDataStore
- delete(String) - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
-
Delete a session
- delete(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore
- delete(String) - Method in class org.eclipse.jetty.server.session.NullSessionDataStore
- delete(String) - Method in interface org.eclipse.jetty.server.session.SessionCache
-
Remove a Session completely: from both this cache and the SessionDataStore.
- delete(String) - Method in interface org.eclipse.jetty.server.session.SessionDataMap
-
Delete session data
- delete(String) - Method in class org.eclipse.jetty.session.infinispan.InfinispanSessionDataStore
- DELETE - org.eclipse.jetty.http.HttpMethod
- DELETED - org.eclipse.jetty.util.PathWatcher.PathWatchEventType
- deleteFile(String) - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
-
Delete the file associated with a session
- deleteOnExit - Variable in class org.eclipse.jetty.maven.plugin.JettyEffectiveWebXml
- deleteParts() - Method in class org.eclipse.jetty.http.MultiPartFormInputStream
-
Delete any tmp storage for parts, and clear out the parts list.
- deleteParts() - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser
-
Deprecated.Delete any tmp storage for parts, and clear out the parts list.
- DELIMITER - org.eclipse.jetty.http.MultiPartParser.State
- DELIMITER_CLOSE - org.eclipse.jetty.http.MultiPartParser.State
- DELIMITER_PADDING - org.eclipse.jetty.http.MultiPartParser.State
- demand() - Method in class org.eclipse.jetty.client.HttpReceiver
- DeMaskProcessor - Class in org.eclipse.jetty.websocket.common.io.payload
- DeMaskProcessor() - Constructor for class org.eclipse.jetty.websocket.common.io.payload.DeMaskProcessor
- deobfuscate(String) - Static method in class org.eclipse.jetty.util.security.Password
- DEPLOYED - Static variable in class org.eclipse.jetty.deploy.AppLifeCycle
- DEPLOYED_EVENT - Static variable in class org.eclipse.jetty.osgi.boot.utils.EventSender
- deployHandler(Handler, Callback) - Method in class org.eclipse.jetty.server.handler.ContextHandlerCollection
-
Thread safe deploy of a Handler.
- DEPLOYING - Static variable in class org.eclipse.jetty.deploy.AppLifeCycle
- DEPLOYING_EVENT - Static variable in class org.eclipse.jetty.osgi.boot.utils.EventSender
- DeploymentManager - Class in org.eclipse.jetty.deploy
-
The Deployment Manager.
- DeploymentManager() - Constructor for class org.eclipse.jetty.deploy.DeploymentManager
- DeploymentManager.AppEntry - Class in org.eclipse.jetty.deploy
-
Represents a single tracked app within the deployment manager.
- DeploymentManagerMBean - Class in org.eclipse.jetty.deploy.jmx
- DeploymentManagerMBean(Object) - Constructor for class org.eclipse.jetty.deploy.jmx.DeploymentManagerMBean
- DeprecationWarning - Class in org.eclipse.jetty.util
- DeprecationWarning() - Constructor for class org.eclipse.jetty.util.DeprecationWarning
- depth() - Method in interface org.eclipse.jetty.util.ajax.AsyncJSON.Context
- dequote(String) - Static method in class org.eclipse.jetty.websocket.api.util.QuoteUtil
-
Remove quotes from a string, only if the input string start with and end with the same quote character.
- deregister(LifeCycle) - Static method in class org.eclipse.jetty.server.ShutdownMonitor
- deregister(LifeCycle) - Static method in class org.eclipse.jetty.util.thread.ShutdownThread
- deregisterAsOSGiService() - Method in class org.eclipse.jetty.osgi.boot.AbstractOSGiApp
- deregisterAsOSGiService() - Method in class org.eclipse.jetty.osgi.boot.ServiceContextProvider.ServiceApp
- deregisterAsOSGiService() - Method in class org.eclipse.jetty.osgi.boot.ServiceWebAppProvider.ServiceApp
- describeRule() - Method in interface org.eclipse.jetty.websocket.common.events.EventDriverImpl
-
human readable string describing the rule that would support this EventDriver.
- describeRule() - Method in class org.eclipse.jetty.websocket.common.events.JettyAnnotatedImpl
- describeRule() - Method in class org.eclipse.jetty.websocket.common.events.JettyListenerImpl
- describeRule() - Method in class org.eclipse.jetty.websocket.jsr356.client.JsrClientEndpointImpl
- describeRule() - Method in class org.eclipse.jetty.websocket.jsr356.endpoints.JsrEndpointImpl
- describeRule() - Method in class org.eclipse.jetty.websocket.jsr356.server.JsrServerEndpointImpl
- describeRule() - Method in class org.eclipse.jetty.websocket.jsr356.server.JsrServerExtendsEndpointImpl
- description() - Method in annotation type org.eclipse.jetty.util.annotation.Name
-
the description of the parameter
- Descriptor - Class in org.eclipse.jetty.webapp
- Descriptor(Resource) - Constructor for class org.eclipse.jetty.webapp.Descriptor
- DESCRIPTOR - org.eclipse.jetty.servlet.Source.Origin
- DescriptorProcessor - Interface in org.eclipse.jetty.webapp
-
DescriptorProcessor
- deserialize(byte[]) - Method in class org.eclipse.jetty.memcached.session.MemcachedSessionDataMap.SessionDataTranscoder
- deserializeAttributes() - Method in class org.eclipse.jetty.session.infinispan.InfinispanSessionData
- deserializeAttributes(SessionData, ObjectInputStream) - Static method in class org.eclipse.jetty.server.session.SessionData
-
De-serialize the attribute map of a session.
- Destination - Interface in org.eclipse.jetty.client.api
-
Destination
represents the triple made of theDestination.getScheme()
, theDestination.getHost()
and theDestination.getPort()
. - destinationFor(String, String, int) - Method in class org.eclipse.jetty.client.HttpClient
- destroy() - Method in class org.eclipse.jetty.client.HttpChannel
- destroy() - Method in class org.eclipse.jetty.client.HttpConnection
- destroy() - Method in class org.eclipse.jetty.continuation.ContinuationFilter
-
Deprecated.
- destroy() - Method in class org.eclipse.jetty.embedded.Http2Server.PushedTilesFilter
- destroy() - Method in class org.eclipse.jetty.embedded.OneServletContext.TestFilter
- destroy() - Method in class org.eclipse.jetty.fcgi.server.proxy.TryFilesFilter
- destroy() - Method in class org.eclipse.jetty.hazelcast.session.SessionDataSerializer
- destroy() - Method in class org.eclipse.jetty.http.GZIPContentDecoder
- destroy() - Method in class org.eclipse.jetty.io.CyclicTimeout
-
Destroys this CyclicTimeout.
- destroy() - Method in class org.eclipse.jetty.io.CyclicTimeouts
- destroy() - Method in class org.eclipse.jetty.jmx.MBeanContainer
- destroy() - Method in class org.eclipse.jetty.jndi.DataSourceCloser
- destroy() - Method in class org.eclipse.jetty.proxy.AbstractProxyServlet
- destroy() - Method in class org.eclipse.jetty.proxy.AfterContentTransformer
- destroy() - Method in class org.eclipse.jetty.server.handler.AbstractHandler
- destroy() - Method in interface org.eclipse.jetty.server.Handler
- destroy() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor
- destroy() - Method in class org.eclipse.jetty.server.handler.HandlerCollection
- destroy() - Method in class org.eclipse.jetty.server.handler.HandlerWrapper
- destroy() - Method in class org.eclipse.jetty.server.handler.HotSwapHandler
- destroy() - Method in class org.eclipse.jetty.server.HttpInput.ChainedInterceptor
- destroy() - Method in class org.eclipse.jetty.server.session.Session.SessionInactivityTimer
- destroy() - Method in class org.eclipse.jetty.servlet.DefaultServlet
- destroy() - Method in class org.eclipse.jetty.servlet.FilterHolder.Wrapper
- destroy() - Method in class org.eclipse.jetty.servlet.ServletHolder.Wrapper
- destroy() - Method in class org.eclipse.jetty.servlets.CrossOriginFilter
- destroy() - Method in class org.eclipse.jetty.servlets.DataRateLimitedServlet
-
Deprecated.
- destroy() - Method in class org.eclipse.jetty.servlets.DoSFilter
- destroy() - Method in class org.eclipse.jetty.servlets.EventSourceServlet
- destroy() - Method in class org.eclipse.jetty.servlets.GzipFilter
-
Deprecated.
- destroy() - Method in class org.eclipse.jetty.servlets.IncludeExcludeBasedFilter
- destroy() - Method in class org.eclipse.jetty.servlets.MultiPartFilter
-
Deprecated.
- destroy() - Method in class org.eclipse.jetty.servlets.PushCacheFilter
-
Deprecated.
- destroy() - Method in class org.eclipse.jetty.servlets.PushSessionCacheFilter
-
Deprecated.
- destroy() - Method in class org.eclipse.jetty.servlets.PutFilter
-
Deprecated.
- destroy() - Method in class org.eclipse.jetty.servlets.QoSFilter
- destroy() - Method in class org.eclipse.jetty.servlets.WelcomeFilter
-
Deprecated.
- destroy() - Method in class org.eclipse.jetty.start.Main
- destroy() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
- destroy() - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
-
Destroys the managed Destroyable beans in the reverse order they were added.
- destroy() - Method in interface org.eclipse.jetty.util.component.Destroyable
- destroy() - Method in class org.eclipse.jetty.util.component.FileDestroyable
- destroy() - Method in class org.eclipse.jetty.webapp.WebAppContext
- destroy() - Method in interface org.eclipse.jetty.websocket.jsr356.Configurable
- destroy() - Method in class org.eclipse.jetty.websocket.jsr356.DecoderFactory
- destroy() - Method in class org.eclipse.jetty.websocket.jsr356.DecoderFactory.Wrapper
- destroy() - Method in class org.eclipse.jetty.websocket.jsr356.decoders.AbstractDecoder
- destroy() - Method in class org.eclipse.jetty.websocket.jsr356.decoders.InputStreamDecoder
- destroy() - Method in class org.eclipse.jetty.websocket.jsr356.decoders.ReaderDecoder
- destroy() - Method in class org.eclipse.jetty.websocket.jsr356.EncoderFactory
- destroy() - Method in class org.eclipse.jetty.websocket.jsr356.EncoderFactory.Wrapper
- destroy() - Method in class org.eclipse.jetty.websocket.jsr356.encoders.AbstractEncoder
- destroy() - Method in class org.eclipse.jetty.websocket.jsr356.encoders.ByteArrayEncoder
- destroy() - Method in class org.eclipse.jetty.websocket.jsr356.encoders.ByteBufferEncoder
- destroy() - Method in class org.eclipse.jetty.websocket.jsr356.JsrSession
- destroy() - Method in class org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter
- destroy() - Method in class org.eclipse.jetty.websocket.servlet.WebSocketServlet
- destroy(Object) - Method in class org.eclipse.jetty.annotations.AnnotationDecorator
- destroy(Object) - Method in class org.eclipse.jetty.cdi.CdiSpiDecorator
-
Destroy a decorated object.
- destroy(Object) - Method in class org.eclipse.jetty.plus.webapp.PlusDecorator
- destroy(Object) - Method in class org.eclipse.jetty.util.DecoratedObjectFactory
- destroy(Object) - Method in interface org.eclipse.jetty.util.Decorator
- destroy(Object) - Method in class org.eclipse.jetty.util.DeprecationWarning
- destroy(WebAppContext) - Method in class org.eclipse.jetty.plus.webapp.EnvConfiguration
-
Remove all jndi setup
- destroy(WebAppContext) - Method in class org.eclipse.jetty.webapp.AbstractConfiguration
- destroy(WebAppContext) - Method in interface org.eclipse.jetty.webapp.Configuration
-
Destroy WebApp.
- destroy(WebAppContext) - Method in class org.eclipse.jetty.webapp.Configuration.Wrapper
- Destroyable - Interface in org.eclipse.jetty.util.component
-
A Destroyable is an object which can be destroyed.
- DESTROYED - org.eclipse.jetty.server.handler.ContextHandler.ContextStatus
- destroyFilter(T) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
- destroyInstance(Object) - Method in class org.eclipse.jetty.servlet.FilterHolder
- destroyInstance(Object) - Method in class org.eclipse.jetty.servlet.Holder
- destroyInstance(Object) - Method in class org.eclipse.jetty.servlet.ServletHolder
- destroyServlet(T) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
- destroySubcontext(String) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
- destroySubcontext(String) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
- destroySubcontext(String) - Method in class org.eclipse.jetty.jndi.NamingContext
- destroySubcontext(Name) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
- destroySubcontext(Name) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
- destroySubcontext(Name) - Method in class org.eclipse.jetty.jndi.NamingContext
- detect(ByteBuffer) - Method in interface org.eclipse.jetty.server.ConnectionFactory.Detecting
-
Check the bytes in the given
buffer
to figure out if thisConnectionFactory.Detecting
instance can work with them or not. - detect(ByteBuffer) - Method in class org.eclipse.jetty.server.DetectorConnectionFactory
-
Performs a detection using multiple
ConnectionFactory.Detecting
instances and returns the aggregated outcome. - detect(ByteBuffer) - Method in class org.eclipse.jetty.server.SslConnectionFactory
- DetectorConnectionFactory - Class in org.eclipse.jetty.server
-
A
ConnectionFactory
combining multipleConnectionFactory.Detecting
instances that will upgrade to the first one recognizing the bytes in the buffer. - DetectorConnectionFactory(ConnectionFactory.Detecting...) - Constructor for class org.eclipse.jetty.server.DetectorConnectionFactory
-
When the first bytes are not recognized by the
detectingConnectionFactories
, the default behavior is to upgrade to the protocol returned byAbstractConnectionFactory.findNextProtocol(Connector)
. - DGRAM - org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag.Protocol
- didActivate() - Method in class org.eclipse.jetty.server.session.Session
-
Call the activation listeners.
- digest(String) - Static method in class org.eclipse.jetty.util.security.Credential.MD5
- DigestAuthentication - Class in org.eclipse.jetty.client.util
-
Implementation of the HTTP "Digest" authentication defined in RFC 2617.
- DigestAuthentication(URI, String, String, String) - Constructor for class org.eclipse.jetty.client.util.DigestAuthentication
-
Construct a DigestAuthentication with a
SecureRandom
nonce. - DigestAuthentication(URI, String, String, String, Random) - Constructor for class org.eclipse.jetty.client.util.DigestAuthentication
- DigestAuthenticator - Class in org.eclipse.jetty.security.authentication
-
The nonce max age in ms can be set with the
SecurityHandler.setInitParameter(String, String)
using the name "maxNonceAge". - DigestAuthenticator() - Constructor for class org.eclipse.jetty.security.authentication.DigestAuthenticator
- DigestAuthModule - Class in org.eclipse.jetty.security.jaspi.modules
-
Deprecated.
- DigestAuthModule() - Constructor for class org.eclipse.jetty.security.jaspi.modules.DigestAuthModule
-
Deprecated.
- DigestAuthModule(CallbackHandler, String) - Constructor for class org.eclipse.jetty.security.jaspi.modules.DigestAuthModule
-
Deprecated.
- DIGIT - org.eclipse.jetty.http.HttpTokens.Type
- DirConfigSource - Class in org.eclipse.jetty.start.config
-
A Directory based
ConfigSource
. - DirConfigSource(String, Path, int, boolean) - Constructor for class org.eclipse.jetty.start.config.DirConfigSource
-
Create DirConfigSource with specified identifier and directory.
- directUpgrade() - Method in class org.eclipse.jetty.http2.parser.PrefaceParser
-
Advances this parser after the
PrefaceFrame.PREFACE_PREAMBLE_BYTES
. - directUpgrade() - Method in class org.eclipse.jetty.http2.parser.ServerParser
-
A direct upgrade is an unofficial upgrade from HTTP/1.1 to HTTP/2.0.
- disassociate(Object) - Method in class org.eclipse.jetty.security.DefaultIdentityService
- disassociate(Object) - Method in interface org.eclipse.jetty.security.IdentityService
-
Disassociate the user identity from the current thread and restore previous identity.
- disassociate(HttpExchange) - Method in class org.eclipse.jetty.client.HttpChannel
- disassociateClassLoader() - Static method in class org.eclipse.jetty.jndi.ContextFactory
- disassociateContext(Context) - Static method in class org.eclipse.jetty.jndi.ContextFactory
- disconnect() - Method in class org.eclipse.jetty.http2.HTTP2Session
- disconnect() - Method in interface org.eclipse.jetty.websocket.api.Session
-
Issue a harsh disconnect of the underlying connection.
- disconnect() - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection
- disconnect() - Method in interface org.eclipse.jetty.websocket.common.LogicalConnection
-
Terminate the connection (no close frame sent)
- disconnect() - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
-
Harsh disconnect
- DISCONNECT - org.eclipse.jetty.http2.frames.FrameType
- DisconnectCallback - Class in org.eclipse.jetty.websocket.common.io
- DisconnectCallback(LogicalConnection) - Constructor for class org.eclipse.jetty.websocket.common.io.DisconnectCallback
- disconnected() - Method in class org.eclipse.jetty.websocket.common.io.ConnectionState
-
Final Terminal state indicating the connection is disconnected
- DisconnectFrame - Class in org.eclipse.jetty.http2.frames
- DisconnectFrame() - Constructor for class org.eclipse.jetty.http2.frames.DisconnectFrame
- discover(Class<? extends Decoder>) - Method in class org.eclipse.jetty.websocket.jsr356.metadata.DecoderMetadataSet
- discover(Class<? extends Encoder>) - Method in class org.eclipse.jetty.websocket.jsr356.metadata.EncoderMetadataSet
- discover(Class<? extends T>) - Method in class org.eclipse.jetty.websocket.jsr356.metadata.CoderMetadataSet
-
Coder Specific discovery of Metadata for a specific coder.
- DiscoveredAnnotation - Class in org.eclipse.jetty.webapp
-
DiscoveredAnnotation Represents an annotation that has been discovered by scanning source code of WEB-INF/classes and WEB-INF/lib jars.
- DiscoveredAnnotation(WebAppContext, String) - Constructor for class org.eclipse.jetty.webapp.DiscoveredAnnotation
- DiscoveredAnnotation(WebAppContext, String, Resource) - Constructor for class org.eclipse.jetty.webapp.DiscoveredAnnotation
- dispatch() - Method in class org.eclipse.jetty.fcgi.server.HttpChannelOverFCGI
- dispatch() - Method in class org.eclipse.jetty.http2.HTTP2Connection
- dispatch() - Method in class org.eclipse.jetty.server.AsyncContextState
- dispatch() - Method in interface org.eclipse.jetty.util.thread.ExecutionStrategy
-
Initiates (or resumes) the task production and consumption.
- dispatch() - Method in class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill
- dispatch() - Method in class org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume
- dispatch() - Method in class org.eclipse.jetty.util.thread.strategy.ProduceConsume
- dispatch() - Method in class org.eclipse.jetty.util.thread.strategy.ProduceExecuteConsume
- dispatch(int) - Static method in class org.eclipse.jetty.servlet.FilterMapping
-
Dispatch type from name
- dispatch(Runnable) - Method in class org.eclipse.jetty.websocket.common.events.AbstractEventDriver
- dispatch(Runnable) - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
- dispatch(String) - Method in class org.eclipse.jetty.server.AsyncContextState
- dispatch(String) - Static method in class org.eclipse.jetty.servlet.FilterMapping
-
Dispatch type from name
- dispatch(DispatcherType) - Static method in class org.eclipse.jetty.servlet.FilterMapping
-
Dispatch type from name
- dispatch(ServletContext, String) - Method in class org.eclipse.jetty.server.AsyncContextState
- dispatch(ServletContext, String) - Method in class org.eclipse.jetty.server.HttpChannelState
- DISPATCH - org.eclipse.jetty.server.HttpChannelState.Action
- Dispatcher - Class in org.eclipse.jetty.server
- Dispatcher(ContextHandler, String) - Constructor for class org.eclipse.jetty.server.Dispatcher
- Dispatcher(ContextHandler, HttpURI, String) - Constructor for class org.eclipse.jetty.server.Dispatcher
- dispose() - Method in class org.eclipse.jetty.client.http.HttpSenderOverHTTP
- dispose() - Method in class org.eclipse.jetty.client.HttpReceiver
-
Disposes the state of this HttpReceiver.
- dispose() - Method in class org.eclipse.jetty.client.HttpSender
- DISTRIBUTION - Static variable in class org.eclipse.jetty.embedded.JettyDistribution
- doAccept(SelectableChannel) - Method in class org.eclipse.jetty.io.SelectorManager
- doAccept(SelectableChannel) - Method in class org.eclipse.jetty.unixsocket.UnixSocketConnector.UnixSocketConnectorManager
- doClose() - Method in class org.eclipse.jetty.io.AbstractEndPoint
- doClose() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
- doClose() - Method in class org.eclipse.jetty.io.ChannelEndPoint
- doClose() - Method in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
- doComputeIfAbsent(String, Function<String, Session>) - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
-
Compute the mappingFunction to create a Session object iff the session with the given id isn't already in the map, otherwise return the existing Session.
- doComputeIfAbsent(String, Function<String, Session>) - Method in class org.eclipse.jetty.server.session.DefaultSessionCache
- doComputeIfAbsent(String, Function<String, Session>) - Method in class org.eclipse.jetty.server.session.NullSessionCache
- DOCUMENT_ROOT - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
- DOCUMENT_URI - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
- doDelete(String) - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
-
Remove the session with this identity from the store
- doDelete(String) - Method in class org.eclipse.jetty.server.session.DefaultSessionCache
- doDelete(String) - Method in class org.eclipse.jetty.server.session.NullSessionCache
- doError(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.AbstractHandler
-
Deprecated.
- doError(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
- doFetchRoles() - Method in class org.eclipse.jetty.jaas.spi.AbstractDatabaseLoginModule.JDBCUserInfo
- doFetchRoles() - Method in class org.eclipse.jetty.jaas.spi.LdapLoginModule.LDAPUserInfo
- doFetchRoles() - Method in class org.eclipse.jetty.jaas.spi.UserInfo
-
Should be overridden by subclasses to obtain role info
- doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.eclipse.jetty.servlets.DoSFilter
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.continuation.ContinuationFilter
-
Deprecated.
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.embedded.Http2Server.PushedTilesFilter
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.embedded.OneServletContext.TestFilter
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.fcgi.server.proxy.TryFilesFilter
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.servlet.FilterHolder
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.servlet.FilterHolder.Wrapper
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.servlets.CrossOriginFilter
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.servlets.DoSFilter
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.servlets.GzipFilter
-
Deprecated.
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.servlets.HeaderFilter
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.servlets.MultiPartFilter
-
Deprecated.
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.servlets.PushCacheFilter
-
Deprecated.
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.servlets.PushSessionCacheFilter
-
Deprecated.
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.servlets.PutFilter
-
Deprecated.
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.servlets.QoSFilter
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.servlets.WelcomeFilter
-
Deprecated.
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter
- doFilterChain(FilterChain, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.servlets.DoSFilter
- doFinishConnect(SelectableChannel) - Method in class org.eclipse.jetty.io.SelectorManager
- doFinishConnect(SelectableChannel) - Method in class org.eclipse.jetty.unixsocket.UnixSocketConnector.UnixSocketConnectorManager
- doFormatCookieDate(StringBuilder, long) - Method in class org.eclipse.jetty.http.DateGenerator
-
Format "EEE, dd-MMM-yy HH:mm:ss 'GMT'" for cookies
- doFormatDate(long) - Method in class org.eclipse.jetty.http.DateGenerator
-
Format HTTP date "EEE, dd MMM yyyy HH:mm:ss 'GMT'"
- doGet(String) - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
-
Get the session matching the key from the cache.
- doGet(String) - Method in class org.eclipse.jetty.server.session.DefaultSessionCache
- doGet(String) - Method in class org.eclipse.jetty.server.session.NullSessionCache
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.embedded.DumpServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.embedded.HelloServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.embedded.HelloSessionServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.embedded.MinimalServlets.HelloServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.example.asyncrest.AsyncRestServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.example.asyncrest.SerialRestServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.ResourceService
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.servlet.DefaultServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.servlet.NoJspServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.servlet.ServletHandler.Default404Servlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.servlet.StatisticsServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.servlets.ConcatServlet
-
Deprecated.
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.servlets.DataRateLimitedServlet
-
Deprecated.
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.servlets.EventSourceServlet
- doGetExpired(Set<String>) - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
- doGetExpired(Set<String>) - Method in class org.eclipse.jetty.hazelcast.session.HazelcastSessionDataStore
- doGetExpired(Set<String>) - Method in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStore
- doGetExpired(Set<String>) - Method in class org.eclipse.jetty.server.session.AbstractSessionDataStore
-
Implemented by subclasses to resolve which sessions this node should attempt to expire.
- doGetExpired(Set<String>) - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
-
Check to see which sessions have expired.
- doGetExpired(Set<String>) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore
- doGetExpired(Set<String>) - Method in class org.eclipse.jetty.server.session.NullSessionDataStore
- doGetExpired(Set<String>) - Method in class org.eclipse.jetty.session.infinispan.InfinispanSessionDataStore
- doHandle(Class) - Method in class org.eclipse.jetty.annotations.DeclareRolesAnnotationHandler
- doHandle(Class) - Method in class org.eclipse.jetty.annotations.MultiPartConfigAnnotationHandler
- doHandle(Class) - Method in class org.eclipse.jetty.annotations.PostConstructAnnotationHandler
- doHandle(Class) - Method in class org.eclipse.jetty.annotations.PreDestroyAnnotationHandler
- doHandle(Class) - Method in class org.eclipse.jetty.annotations.RunAsAnnotationHandler
- doHandle(Class) - Method in class org.eclipse.jetty.annotations.ServletSecurityAnnotationHandler
- doHandle(Class<?>) - Method in class org.eclipse.jetty.annotations.AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
- doHandle(Class<?>) - Method in class org.eclipse.jetty.annotations.ResourceAnnotationHandler
-
Class level Resource annotations declare a name in the environment that will be looked up at runtime.
- doHandle(Class<?>) - Method in class org.eclipse.jetty.annotations.ResourcesAnnotationHandler
- doHandle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ContextHandler
- doHandle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ScopedHandler
-
Do the handler work within the scope.
- doHandle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.session.SessionHandler
- doHandle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.servlet.ServletHandler
- doHandshakeResponse(ServletUpgradeRequest, ServletUpgradeResponse) - Method in class org.eclipse.jetty.websocket.server.HandshakeRFC6455
- doHandshakeResponse(ServletUpgradeRequest, ServletUpgradeResponse) - Method in interface org.eclipse.jetty.websocket.server.WebSocketHandshake
-
Formulate a WebSocket upgrade handshake response.
- doHead(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.servlet.DefaultServlet
- doInsert(String, SessionData) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore
- doInvalidate() - Method in class org.eclipse.jetty.server.session.Session
-
Deprecated.
- doLoad(String) - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
- doLoad(String) - Method in class org.eclipse.jetty.hazelcast.session.HazelcastSessionDataStore
- doLoad(String) - Method in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStore
- doLoad(String) - Method in class org.eclipse.jetty.server.session.AbstractSessionDataStore
-
Load the session from persistent store.
- doLoad(String) - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
- doLoad(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore
- doLoad(String) - Method in class org.eclipse.jetty.server.session.NullSessionDataStore
- doLoad(String) - Method in class org.eclipse.jetty.session.infinispan.InfinispanSessionDataStore
- DOMLeakPreventer - Class in org.eclipse.jetty.util.preventers
-
Deprecated.reported as fixed in jdk 7, see https://bugs.java.com/bugdatabase/view_bug.do?bug_id=6916498
- DOMLeakPreventer() - Constructor for class org.eclipse.jetty.util.preventers.DOMLeakPreventer
-
Deprecated.
- DONE - org.eclipse.jetty.http.HttpGenerator.Result
- doNonErrorHandle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.AbstractHandler.ErrorDispatchHandler
-
Deprecated.
- doOptions(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.servlet.DefaultServlet
- doPost(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.example.asyncrest.AbstractRestServlet
- doPost(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.example.asyncrest.AsyncRestServlet
- doPost(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.example.asyncrest.SerialRestServlet
- doPost(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.servlet.DefaultServlet
- doPost(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.servlet.StatisticsServlet
- doProcessBinding(Node, App) - Method in class org.eclipse.jetty.osgi.boot.OSGiDeployer
- doPutIfAbsent(String, Session) - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
-
Put the session into the map if it wasn't already there
- doPutIfAbsent(String, Session) - Method in class org.eclipse.jetty.server.session.DefaultSessionCache
- doPutIfAbsent(String, Session) - Method in class org.eclipse.jetty.server.session.NullSessionCache
- doReplace(String, Session, Session) - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
-
Replace the mapping from id to oldValue with newValue
- doReplace(String, Session, Session) - Method in class org.eclipse.jetty.server.session.DefaultSessionCache
- doReplace(String, Session, Session) - Method in class org.eclipse.jetty.server.session.NullSessionCache
- doRFC2254Encoding(String) - Method in class org.eclipse.jetty.jaas.spi.LdapLoginModule
- doScope(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.http.spi.HttpSpiContextHandler
- doScope(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ContextHandler
- doScope(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ScopedHandler
-
Scope the handler
- doScope(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.session.SessionHandler
- doScope(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.servlet.ServletHandler
- doSessionAttributeListeners(Session, String, Object, Object) - Method in class org.eclipse.jetty.server.session.SessionHandler
- DoSFilter - Class in org.eclipse.jetty.servlets
-
Denial of Service filter
- DoSFilter() - Constructor for class org.eclipse.jetty.servlets.DoSFilter
- DoSFilter.Action - Enum in org.eclipse.jetty.servlets
- DoSFilter.Listener - Class in org.eclipse.jetty.servlets
-
Listener for actions taken against specific requests.
- DoSFilter.OverLimit - Interface in org.eclipse.jetty.servlets
- DoSFilter.RateType - Enum in org.eclipse.jetty.servlets
-
Deprecated.
- doShutdown(List<Future<Void>>) - Method in class org.eclipse.jetty.server.handler.AbstractHandlerContainer
-
Shutdown nested Gracefule handlers
- doShutdown(Request, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ShutdownHandler
- doShutdownInput() - Method in class org.eclipse.jetty.io.AbstractEndPoint
- doShutdownOutput() - Method in class org.eclipse.jetty.io.AbstractEndPoint
- doShutdownOutput() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
- doShutdownOutput() - Method in class org.eclipse.jetty.io.ChannelEndPoint
- doShutdownOutput() - Method in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
- doShutdownOutput() - Method in class org.eclipse.jetty.server.LocalConnector.LocalEndPoint
- doShutdownOutput() - Method in class org.eclipse.jetty.unixsocket.UnixSocketEndPoint
- doStart() - Method in class org.eclipse.jetty.annotations.ServletContainerInitializersStarter
-
Call the doStart method of the ServletContainerInitializers
- doStart() - Method in class org.eclipse.jetty.ant.AntWebAppContext
- doStart() - Method in class org.eclipse.jetty.client.AbstractConnectorHttpClientTransport
- doStart() - Method in class org.eclipse.jetty.client.HttpClient
- doStart() - Method in class org.eclipse.jetty.client.HttpDestination
- doStart() - Method in class org.eclipse.jetty.deploy.DeploymentManager
- doStart() - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
- doStart() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
- doStart() - Method in class org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2
- doStart() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
- doStart() - Method in class org.eclipse.jetty.io.ConnectionStatistics
- doStart() - Method in class org.eclipse.jetty.io.ManagedSelector
- doStart() - Method in class org.eclipse.jetty.io.SelectorManager
- doStart() - Method in class org.eclipse.jetty.jaas.JAASLoginService
- doStart() - Method in class org.eclipse.jetty.jaas.PropertyUserStoreManager
- doStart() - Method in class org.eclipse.jetty.jmx.ConnectorServer
- doStart() - Method in class org.eclipse.jetty.maven.plugin.JettyWebAppContext
- doStart() - Method in class org.eclipse.jetty.maven.plugin.MavenServerConnector
- doStart() - Method in class org.eclipse.jetty.osgi.boot.BundleContextProvider
- doStart() - Method in class org.eclipse.jetty.osgi.boot.BundleWebAppProvider
- doStart() - Method in class org.eclipse.jetty.osgi.boot.ServiceContextProvider
- doStart() - Method in class org.eclipse.jetty.osgi.boot.ServiceWebAppProvider
- doStart() - Method in class org.eclipse.jetty.proxy.ConnectHandler
- doStart() - Method in class org.eclipse.jetty.quickstart.QuickStartWebApp
- doStart() - Method in class org.eclipse.jetty.security.ConfigurableSpnegoLoginService
- doStart() - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
- doStart() - Method in class org.eclipse.jetty.security.HashLoginService
- doStart() - Method in class org.eclipse.jetty.security.JDBCLoginService
- doStart() - Method in class org.eclipse.jetty.security.openid.OpenIdConfiguration
- doStart() - Method in class org.eclipse.jetty.security.PropertyUserStore
-
Depending on the value of the refresh interval, this method will either start up a scanner thread that will monitor the properties file for changes after it has initially loaded it.
- doStart() - Method in class org.eclipse.jetty.security.SecurityHandler
- doStart() - Method in class org.eclipse.jetty.security.SpnegoLoginService
-
Deprecated.
- doStart() - Method in class org.eclipse.jetty.server.AbstractConnector
- doStart() - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Deprecated.Set up request logging and open log file.
- doStart() - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
- doStart() - Method in class org.eclipse.jetty.server.AcceptRateLimit
- doStart() - Method in class org.eclipse.jetty.server.AllowedResourceAliasChecker
- doStart() - Method in class org.eclipse.jetty.server.AsyncRequestLogWriter
- doStart() - Method in class org.eclipse.jetty.server.ConnectionLimit
- doStart() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
Deprecated.
- doStart() - Method in class org.eclipse.jetty.server.CustomRequestLog
-
Set up request logging and open log file.
- doStart() - Method in class org.eclipse.jetty.server.handler.AbstractHandler
- doStart() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- doStart() - Method in class org.eclipse.jetty.server.handler.DebugHandler
-
Deprecated.
- doStart() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
- doStart() - Method in class org.eclipse.jetty.server.handler.HotSwapHandler
- doStart() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
- doStart() - Method in class org.eclipse.jetty.server.handler.ScopedHandler
- doStart() - Method in class org.eclipse.jetty.server.handler.ShutdownHandler
- doStart() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- doStart() - Method in class org.eclipse.jetty.server.handler.ThreadLimitHandler
- doStart() - Method in class org.eclipse.jetty.server.LowResourceMonitor
- doStart() - Method in class org.eclipse.jetty.server.NCSARequestLog
-
Deprecated.Set up request logging and open log file.
- doStart() - Method in class org.eclipse.jetty.server.RequestLogWriter
- doStart() - Method in class org.eclipse.jetty.server.Server
- doStart() - Method in class org.eclipse.jetty.server.ServerConnector
- doStart() - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
- doStart() - Method in class org.eclipse.jetty.server.session.AbstractSessionDataStore
- doStart() - Method in class org.eclipse.jetty.server.session.CachingSessionDataStore
- doStart() - Method in class org.eclipse.jetty.server.session.DefaultSessionIdManager
- doStart() - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
- doStart() - Method in class org.eclipse.jetty.server.session.HouseKeeper
- doStart() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore
- doStart() - Method in class org.eclipse.jetty.server.session.SessionHandler
- doStart() - Method in class org.eclipse.jetty.server.Slf4jRequestLogWriter
- doStart() - Method in class org.eclipse.jetty.server.SslConnectionFactory
- doStart() - Method in class org.eclipse.jetty.servlet.BaseHolder
- doStart() - Method in class org.eclipse.jetty.servlet.ErrorPageErrorHandler
- doStart() - Method in class org.eclipse.jetty.servlet.FilterHolder
- doStart() - Method in class org.eclipse.jetty.servlet.ListenerHolder
- doStart() - Method in class org.eclipse.jetty.servlet.ServletContextHandler
- doStart() - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Initializer
- doStart() - Method in class org.eclipse.jetty.servlet.ServletHandler
- doStart() - Method in class org.eclipse.jetty.servlet.ServletHolder
- doStart() - Method in class org.eclipse.jetty.session.infinispan.InfinispanSessionDataStore
- doStart() - Method in class org.eclipse.jetty.unixsocket.UnixSocketConnector
- doStart() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
- doStart() - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
-
Starts the managed lifecycle beans in the order they were added.
- doStart() - Method in class org.eclipse.jetty.util.LeakDetector
- doStart() - Method in class org.eclipse.jetty.util.PathWatcher
- doStart() - Method in class org.eclipse.jetty.util.preventers.AbstractLeakPreventer
- doStart() - Method in class org.eclipse.jetty.util.Scanner
-
Start the scanning action.
- doStart() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
Creates the SSLContext object and starts the lifecycle
- doStart() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
- doStart() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
- doStart() - Method in class org.eclipse.jetty.util.thread.ReservedThreadExecutor
- doStart() - Method in class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler
- doStart() - Method in class org.eclipse.jetty.util.thread.Sweeper
- doStart() - Method in class org.eclipse.jetty.util.thread.TimerScheduler
- doStart() - Method in class org.eclipse.jetty.webapp.WebAppContext
- doStart() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
- doStart() - Method in class org.eclipse.jetty.websocket.common.extensions.ExtensionStack
- doStart() - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
- doStart() - Method in class org.eclipse.jetty.websocket.jsr356.ClientContainer
- doStart() - Method in class org.eclipse.jetty.websocket.jsr356.server.ServerContainer
- doStart() - Method in class org.eclipse.jetty.websocket.server.WebSocketHandler
- doStart() - Method in class org.eclipse.jetty.websocket.server.WebSocketServerFactory
- doStop() - Method in class org.eclipse.jetty.ant.AntWebAppContext
- doStop() - Method in class org.eclipse.jetty.client.AbstractConnectionPool
- doStop() - Method in class org.eclipse.jetty.client.AbstractConnectorHttpClientTransport
- doStop() - Method in class org.eclipse.jetty.client.HttpClient
- doStop() - Method in class org.eclipse.jetty.client.HttpDestination
- doStop() - Method in class org.eclipse.jetty.deploy.DeploymentManager
- doStop() - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
- doStop() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
- doStop() - Method in class org.eclipse.jetty.http.spi.DelegatingThreadPool
- doStop() - Method in class org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2
- doStop() - Method in class org.eclipse.jetty.http2.HTTP2Session
- doStop() - Method in class org.eclipse.jetty.io.ManagedSelector
- doStop() - Method in class org.eclipse.jetty.io.SelectorManager
- doStop() - Method in class org.eclipse.jetty.jaas.PropertyUserStoreManager
- doStop() - Method in class org.eclipse.jetty.jmx.ConnectorServer
- doStop() - Method in class org.eclipse.jetty.maven.plugin.JettyWebAppContext
- doStop() - Method in class org.eclipse.jetty.maven.plugin.MavenServerConnector
- doStop() - Method in class org.eclipse.jetty.memcached.session.MemcachedSessionDataMap
- doStop() - Method in class org.eclipse.jetty.osgi.boot.BundleContextProvider
- doStop() - Method in class org.eclipse.jetty.osgi.boot.BundleWebAppProvider
- doStop() - Method in class org.eclipse.jetty.osgi.boot.ServiceContextProvider
- doStop() - Method in class org.eclipse.jetty.osgi.boot.ServiceWebAppProvider
- doStop() - Method in class org.eclipse.jetty.osgi.httpservice.HttpServiceErrorPageErrorHandler
- doStop() - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
- doStop() - Method in class org.eclipse.jetty.security.HashLoginService
- doStop() - Method in class org.eclipse.jetty.security.JDBCLoginService
- doStop() - Method in class org.eclipse.jetty.security.PropertyUserStore
- doStop() - Method in class org.eclipse.jetty.security.SecurityHandler
- doStop() - Method in class org.eclipse.jetty.server.AbstractConnector
- doStop() - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Deprecated.
- doStop() - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
- doStop() - Method in class org.eclipse.jetty.server.AcceptRateLimit
- doStop() - Method in class org.eclipse.jetty.server.AllowedResourceAliasChecker
- doStop() - Method in class org.eclipse.jetty.server.AsyncRequestLogWriter
- doStop() - Method in class org.eclipse.jetty.server.ConnectionLimit
- doStop() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
Deprecated.
- doStop() - Method in class org.eclipse.jetty.server.handler.AbstractHandler
- doStop() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- doStop() - Method in class org.eclipse.jetty.server.handler.DebugHandler
-
Deprecated.
- doStop() - Method in class org.eclipse.jetty.server.handler.HotSwapHandler
- doStop() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- doStop() - Method in class org.eclipse.jetty.server.LowResourceMonitor
- doStop() - Method in class org.eclipse.jetty.server.NCSARequestLog
-
Deprecated.Close the log file and perform cleanup.
- doStop() - Method in class org.eclipse.jetty.server.RequestLogWriter
- doStop() - Method in class org.eclipse.jetty.server.Server
- doStop() - Method in class org.eclipse.jetty.server.ServerConnector
- doStop() - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
- doStop() - Method in class org.eclipse.jetty.server.session.CachingSessionDataStore
- doStop() - Method in class org.eclipse.jetty.server.session.DefaultSessionIdManager
- doStop() - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
- doStop() - Method in class org.eclipse.jetty.server.session.HouseKeeper
- doStop() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore
- doStop() - Method in class org.eclipse.jetty.server.session.SessionHandler
- doStop() - Method in class org.eclipse.jetty.servlet.BaseHolder
- doStop() - Method in class org.eclipse.jetty.servlet.FilterHolder
- doStop() - Method in class org.eclipse.jetty.servlet.ListenerHolder
- doStop() - Method in class org.eclipse.jetty.servlet.ServletContextHandler
- doStop() - Method in class org.eclipse.jetty.servlet.ServletHandler
- doStop() - Method in class org.eclipse.jetty.servlet.ServletHolder
- doStop() - Method in class org.eclipse.jetty.unixsocket.UnixSocketConnector
- doStop() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
- doStop() - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
-
Stops the managed lifecycle beans in the reverse order they were added.
- doStop() - Method in class org.eclipse.jetty.util.compression.CompressionPool
- doStop() - Method in class org.eclipse.jetty.util.LeakDetector
- doStop() - Method in class org.eclipse.jetty.util.PathWatcher
- doStop() - Method in class org.eclipse.jetty.util.Scanner
-
Stop the scanning.
- doStop() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- doStop() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
- doStop() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
- doStop() - Method in class org.eclipse.jetty.util.thread.ReservedThreadExecutor
- doStop() - Method in class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler
- doStop() - Method in class org.eclipse.jetty.util.thread.Sweeper
- doStop() - Method in class org.eclipse.jetty.util.thread.TimerScheduler
- doStop() - Method in class org.eclipse.jetty.webapp.WebAppContext
- doStop() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
- doStop() - Method in class org.eclipse.jetty.websocket.common.extensions.compress.CompressExtension
- doStop() - Method in class org.eclipse.jetty.websocket.common.SessionTracker
- doStop() - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
- doStop() - Method in class org.eclipse.jetty.websocket.jsr356.ClientContainer
- doStop() - Method in class org.eclipse.jetty.websocket.jsr356.JsrSessionTracker
- doStop() - Method in class org.eclipse.jetty.websocket.server.NativeWebSocketConfiguration
- doStop() - Method in class org.eclipse.jetty.websocket.server.WebSocketServerFactory
- doStore(String, SessionData, long) - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
- doStore(String, SessionData, long) - Method in class org.eclipse.jetty.hazelcast.session.HazelcastSessionDataStore
- doStore(String, SessionData, long) - Method in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStore
- doStore(String, SessionData, long) - Method in class org.eclipse.jetty.server.session.AbstractSessionDataStore
-
Store the session data persistently.
- doStore(String, SessionData, long) - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
- doStore(String, SessionData, long) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore
- doStore(String, SessionData, long) - Method in class org.eclipse.jetty.server.session.NullSessionDataStore
- doStore(String, SessionData, long) - Method in class org.eclipse.jetty.session.infinispan.InfinispanSessionDataStore
- doTrace(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.servlet.DefaultServlet
- DOUBLE - Static variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
- DoubleDecoder - Class in org.eclipse.jetty.websocket.jsr356.decoders
-
Default implementation of the
Decoder.Text
Message toDouble
to decoder - DoubleDecoder() - Constructor for class org.eclipse.jetty.websocket.jsr356.decoders.DoubleDecoder
- DoubleEncoder - Class in org.eclipse.jetty.websocket.jsr356.encoders
-
Default encoder for
Double
toEncoder.Text
Message encoder - DoubleEncoder() - Constructor for class org.eclipse.jetty.websocket.jsr356.encoders.DoubleEncoder
- doUpdate(String, SessionData) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore
- download(URI, Path) - Method in class org.eclipse.jetty.start.FileInitializer
- download(URI, Path) - Method in class org.eclipse.jetty.start.fileinits.MavenLocalRepoFileInitializer
-
protected only for testing purpose
- DownstreamConnection(EndPoint, Executor, ByteBufferPool, ConcurrentMap<String, Object>) - Constructor for class org.eclipse.jetty.proxy.ConnectHandler.DownstreamConnection
- drainTo(Collection<? super E>) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
- drainTo(Collection<? super E>, int) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
- DriverManagerLeakPreventer - Class in org.eclipse.jetty.util.preventers
-
DriverManagerLeakPreventer Cause DriverManager.getCallerClassLoader() to be called, which will pin the classloader.
- DriverManagerLeakPreventer() - Constructor for class org.eclipse.jetty.util.preventers.DriverManagerLeakPreventer
- dump() - Method in class org.eclipse.jetty.client.ProtocolHandlers
- dump() - Method in class org.eclipse.jetty.http.pathmap.PathMappings
- dump() - Method in class org.eclipse.jetty.http2.AbstractFlowControlStrategy
- dump() - Method in class org.eclipse.jetty.http2.HTTP2Flusher
- dump() - Method in class org.eclipse.jetty.http2.HTTP2Stream
- dump() - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory.HTTP2SessionContainer
- dump() - Method in class org.eclipse.jetty.jmx.MBeanContainer
- dump() - Method in class org.eclipse.jetty.jndi.NamingContext
- dump() - Method in class org.eclipse.jetty.server.ClassLoaderDump
- dump() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
Deprecated.
- dump() - Method in class org.eclipse.jetty.server.HttpConfiguration
- dump() - Method in class org.eclipse.jetty.servlet.BaseHolder
- dump() - Method in class org.eclipse.jetty.servlet.FilterMapping
- dump() - Method in class org.eclipse.jetty.servlet.Holder
- dump() - Method in class org.eclipse.jetty.util.ArrayTernaryTrie
- dump() - Method in class org.eclipse.jetty.util.ArrayTernaryTrie.Growing
- dump() - Method in class org.eclipse.jetty.util.AttributesMap
- dump() - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
- dump() - Method in interface org.eclipse.jetty.util.component.Dumpable
- dump() - Method in class org.eclipse.jetty.util.component.DumpableCollection
- dump() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- dump() - Method in class org.eclipse.jetty.util.statistic.RateStatistic
- dump() - Method in class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler
- dump() - Method in class org.eclipse.jetty.websocket.common.extensions.WebSocketExtensionFactory
- dump() - Method in class org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter
- dump(PrintStream) - Method in class org.eclipse.jetty.start.Classpath
- dump(Appendable) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
-
Dump this object to an Appendable with no indent.
- dump(Appendable, String) - Method in class org.eclipse.jetty.client.AbstractConnectionPool
- dump(Appendable, String) - Method in class org.eclipse.jetty.client.HttpClient
- dump(Appendable, String) - Method in class org.eclipse.jetty.client.HttpDestination
- dump(Appendable, String) - Method in class org.eclipse.jetty.client.ProtocolHandlers
- dump(Appendable, String) - Method in class org.eclipse.jetty.client.ValidatingConnectionPool
- dump(Appendable, String) - Method in class org.eclipse.jetty.http.pathmap.PathMappings
- dump(Appendable, String) - Method in class org.eclipse.jetty.http2.AbstractFlowControlStrategy
- dump(Appendable, String) - Method in class org.eclipse.jetty.http2.HTTP2Flusher
- dump(Appendable, String) - Method in class org.eclipse.jetty.http2.HTTP2Session
- dump(Appendable, String) - Method in class org.eclipse.jetty.http2.HTTP2Stream
- dump(Appendable, String) - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory.HTTP2SessionContainer
- dump(Appendable, String) - Method in class org.eclipse.jetty.io.ArrayByteBufferPool
- dump(Appendable, String) - Method in class org.eclipse.jetty.io.ConnectionStatistics
- dump(Appendable, String) - Method in class org.eclipse.jetty.io.ConnectionStatistics.Stats
- dump(Appendable, String) - Method in class org.eclipse.jetty.io.ManagedSelector
- dump(Appendable, String) - Method in class org.eclipse.jetty.io.MappedByteBufferPool
- dump(Appendable, String) - Method in class org.eclipse.jetty.jmx.MBeanContainer
- dump(Appendable, String) - Static method in class org.eclipse.jetty.jndi.ContextFactory
- dump(Appendable, String) - Method in class org.eclipse.jetty.jndi.NamingContext
- dump(Appendable, String) - Method in class org.eclipse.jetty.plus.jndi.NamingDump
- dump(Appendable, String) - Method in class org.eclipse.jetty.rewrite.handler.RuleContainer
- dump(Appendable, String) - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
- dump(Appendable, String) - Method in class org.eclipse.jetty.server.ClassLoaderDump
- dump(Appendable, String) - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
Deprecated.
- dump(Appendable, String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
- dump(Appendable, String) - Method in class org.eclipse.jetty.server.handler.InetAccessHandler
- dump(Appendable, String) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
-
Deprecated.Dump the handler configuration
- dump(Appendable, String) - Method in class org.eclipse.jetty.server.HttpConfiguration
- dump(Appendable, String) - Method in class org.eclipse.jetty.server.Server
- dump(Appendable, String) - Method in class org.eclipse.jetty.servlet.BaseHolder
- dump(Appendable, String) - Method in class org.eclipse.jetty.servlet.FilterHolder
- dump(Appendable, String) - Method in class org.eclipse.jetty.servlet.FilterMapping
- dump(Appendable, String) - Method in class org.eclipse.jetty.servlet.ServletHandler
- dump(Appendable, String) - Method in class org.eclipse.jetty.servlet.ServletHolder
- dump(Appendable, String) - Method in class org.eclipse.jetty.servlet.ServletMapping
- dump(Appendable, String) - Method in class org.eclipse.jetty.util.AttributesMap
- dump(Appendable, String) - Method in class org.eclipse.jetty.util.component.AttributeContainerMap
- dump(Appendable, String) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
- dump(Appendable, String) - Method in interface org.eclipse.jetty.util.component.Dumpable
-
Dump this object (and children) into an Appendable using the provided indent after any new lines.
- dump(Appendable, String) - Method in class org.eclipse.jetty.util.component.DumpableCollection
- dump(Appendable, String) - Method in class org.eclipse.jetty.util.Pool
- dump(Appendable, String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- dump(Appendable, String) - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
- dump(Appendable, String) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
- dump(Appendable, String) - Method in class org.eclipse.jetty.util.thread.ReservedThreadExecutor
- dump(Appendable, String) - Method in class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler
- dump(Appendable, String) - Method in class org.eclipse.jetty.webapp.WebAppContext
- dump(Appendable, String) - Method in class org.eclipse.jetty.websocket.common.extensions.WebSocketExtensionFactory
- dump(Appendable, String) - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection
- dump(Appendable, String) - Method in class org.eclipse.jetty.websocket.common.SessionTracker
- dump(Appendable, String) - Method in class org.eclipse.jetty.websocket.jsr356.JsrSessionTracker
- dump(Appendable, String) - Method in class org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter
- dump(Appendable, String, Collection<?>...) - Static method in class org.eclipse.jetty.util.component.ContainerLifeCycle
-
Deprecated.
- dump(Class<?>) - Static method in class org.eclipse.jetty.util.TypeUtil
- dump(ClassLoader) - Static method in class org.eclipse.jetty.ant.AntWebAppContext
- dump(ClassLoader) - Static method in class org.eclipse.jetty.util.TypeUtil
- dump(TimeUnit) - Method in class org.eclipse.jetty.util.statistic.RateStatistic
- dump(List<String>) - Method in class org.eclipse.jetty.start.Modules
- dump(Dumpable) - Static method in class org.eclipse.jetty.util.component.ContainerLifeCycle
-
Deprecated.use
Dumpable.dump(Dumpable)
instead - dump(Dumpable) - Static method in interface org.eclipse.jetty.util.component.Dumpable
-
Utility method to implement
Dumpable.dump()
by callingDumpable.dump(Appendable, String)
- Dumpable - Interface in org.eclipse.jetty.util.component
- Dumpable.DumpableContainer - Interface in org.eclipse.jetty.util.component
-
DumpableContainer A Dumpable that is a container of beans can implement this interface to allow it to refine which of its beans can be dumped.
- DumpableCollection - Class in org.eclipse.jetty.util.component
- DumpableCollection(String, Collection<?>) - Constructor for class org.eclipse.jetty.util.component.DumpableCollection
- dumpActiveXmls() - Method in class org.eclipse.jetty.start.StartArgs
- dumpBeans(Appendable, String, Collection<?>...) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
-
Deprecated.
- dumpContainer(Appendable, String, Container, boolean) - Static method in interface org.eclipse.jetty.util.component.Dumpable
- dumpEnabled() - Method in class org.eclipse.jetty.start.Modules
- dumpEnvironment() - Method in class org.eclipse.jetty.start.StartArgs
- dumpIterable(Appendable, String, Iterable<?>, boolean) - Static method in interface org.eclipse.jetty.util.component.Dumpable
- dumpJvmArgs() - Method in class org.eclipse.jetty.start.StartArgs
- dumpMapEntries(Appendable, String, Map<?, ?>, boolean) - Static method in interface org.eclipse.jetty.util.component.Dumpable
- dumpObject(Appendable, Object) - Static method in class org.eclipse.jetty.util.component.ContainerLifeCycle
-
Deprecated.use
Dumpable.dumpObject(Appendable, Object)
instead - dumpObject(Appendable, Object) - Static method in interface org.eclipse.jetty.util.component.Dumpable
-
Dump just an Object (but not it's contained items) to an Appendable.
- dumpObjects(Appendable, String, Object...) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
-
Dump this object, it's contained beans and additional items to an Appendable
- dumpObjects(Appendable, String, Object, Object...) - Static method in interface org.eclipse.jetty.util.component.Dumpable
-
Dump an Object, it's contained items and additional items to an
Appendable
. - dumpOnStart - Variable in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
-
Use the dump() facility of jetty to print out the server configuration to logging
- dumpProperties() - Method in class org.eclipse.jetty.start.StartArgs
- dumpSelf() - Method in interface org.eclipse.jetty.util.component.Dumpable
-
The description of this/self found in the dump.
- dumpSelf() - Method in class org.eclipse.jetty.websocket.common.extensions.ExtensionStack
- dumpSelf() - Method in class org.eclipse.jetty.websocket.common.extensions.WebSocketExtensionFactory
- dumpSelf() - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection
- dumpSelf() - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
- DumpServlet - Class in org.eclipse.jetty.embedded
- DumpServlet() - Constructor for class org.eclipse.jetty.embedded.DumpServlet
- dumpStdErr() - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
-
Dumps to
System.err
. - dumpSystemProperties() - Method in class org.eclipse.jetty.start.StartArgs
- dumpThis(Appendable) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
-
Deprecated.
- dumpThread(long) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
- DuplexConnectionPool - Class in org.eclipse.jetty.client
- DuplexConnectionPool(HttpDestination, int, boolean, Callback) - Constructor for class org.eclipse.jetty.client.DuplexConnectionPool
- DuplexConnectionPool(HttpDestination, int, Callback) - Constructor for class org.eclipse.jetty.client.DuplexConnectionPool
- DuplexConnectionPool(HttpDestination, Pool<Connection>, Callback) - Constructor for class org.eclipse.jetty.client.DuplexConnectionPool
-
Deprecated.
- DuplicateCoderException - Exception in org.eclipse.jetty.websocket.jsr356.metadata
-
Thrown when a duplicate coder is encountered when attempting to identify a Endpoint's metadata (
Decoder
orEncoder
) - DuplicateCoderException(String) - Constructor for exception org.eclipse.jetty.websocket.jsr356.metadata.DuplicateCoderException
- DuplicateCoderException(String, Throwable) - Constructor for exception org.eclipse.jetty.websocket.jsr356.metadata.DuplicateCoderException
- dynamicHolderAdded(ServletHolder) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
-
notification that a ServletRegistration has been created so we can track the annotations
E
- EARLY_EOF - Static variable in class org.eclipse.jetty.server.HttpInput
- earlyEOF() - Method in class org.eclipse.jetty.client.http.HttpReceiverOverHTTP
- earlyEOF() - Method in interface org.eclipse.jetty.http.HttpParser.HttpHandler
-
Called to signal that an EOF was received unexpectedly during the parsing of an HTTP message
- earlyEOF() - Method in interface org.eclipse.jetty.http.MultiPartParser.Handler
- earlyEOF() - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
- earlyEOF() - Method in class org.eclipse.jetty.server.HttpInput
-
This method should be called to signal that an EOF has been detected before all the expected content arrived.
- EatWhatYouKill - Class in org.eclipse.jetty.util.thread.strategy
-
A strategy where the thread that produces will run the resulting task if it is possible to do so without thread starvation.
- EatWhatYouKill(ExecutionStrategy.Producer, Executor) - Constructor for class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill
- EchoJsrSocket() - Constructor for class org.eclipse.jetty.embedded.WebSocketJsrServer.EchoJsrSocket
- EchoServlet() - Constructor for class org.eclipse.jetty.embedded.WebSocketServer.EchoServlet
- EchoSocket() - Constructor for class org.eclipse.jetty.embedded.WebSocketServer.EchoSocket
- Edge - Class in org.eclipse.jetty.deploy.graph
-
Basic Graph Edge
- Edge(Node, Node) - Constructor for class org.eclipse.jetty.deploy.graph.Edge
- edges() - Method in class org.eclipse.jetty.deploy.graph.Path
- effectiveWebXml - Variable in class org.eclipse.jetty.maven.plugin.JettyEffectiveWebXml
-
The name of the file to generate into
- EITHER - org.eclipse.jetty.util.thread.Invocable.InvocationType
- ELContextCleaner - Class in org.eclipse.jetty.servlet.listener
-
ELContextCleaner Clean up BeanELResolver when the context is going out of service: See http://java.net/jira/browse/GLASSFISH-1649 See https://bugs.eclipse.org/bugs/show_bug.cgi?id=353095
- ELContextCleaner() - Constructor for class org.eclipse.jetty.servlet.listener.ELContextCleaner
- element() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
- EMBEDDED - org.eclipse.jetty.servlet.Source.Origin
- EMBEDDED - Static variable in class org.eclipse.jetty.servlet.Source
- EmbeddedQueryManager - Class in org.eclipse.jetty.session.infinispan
- EmbeddedQueryManager(Cache<String, SessionData>) - Constructor for class org.eclipse.jetty.session.infinispan.EmbeddedQueryManager
- EmbeddedQueryManagerFactory - Class in org.eclipse.jetty.session.infinispan
- EmbeddedQueryManagerFactory() - Constructor for class org.eclipse.jetty.session.infinispan.EmbeddedQueryManagerFactory
- emit(HttpField) - Method in class org.eclipse.jetty.http2.hpack.MetaDataBuilder
- empty(boolean) - Static method in interface org.eclipse.jetty.util.Trie
- Empty() - Constructor for class org.eclipse.jetty.util.HttpCookieStore.Empty
- EMPTY - Static variable in interface org.eclipse.jetty.http.pathmap.MatchedPath
- EMPTY_ARRAY - Static variable in class org.eclipse.jetty.http2.frames.Frame
- EMPTY_BUFFER - Static variable in class org.eclipse.jetty.util.BufferUtil
- EMPTY_MAP - Static variable in class org.eclipse.jetty.util.MultiPartInputStreamParser
-
Deprecated.
- emptyBody(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.BodyParser
- emptyBody(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.ContinuationBodyParser
- emptyBody(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.DataBodyParser
- emptyBody(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.HeadersBodyParser
- emptyBody(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.SettingsBodyParser
- EmptyClientEndpointConfig - Class in org.eclipse.jetty.websocket.jsr356.client
- EmptyClientEndpointConfig() - Constructor for class org.eclipse.jetty.websocket.jsr356.client.EmptyClientEndpointConfig
- EmptyConfigurator - Class in org.eclipse.jetty.websocket.jsr356.client
- EmptyConfigurator() - Constructor for class org.eclipse.jetty.websocket.jsr356.client.EmptyConfigurator
- EmptyResource - Class in org.eclipse.jetty.util.resource
-
EmptyResource Represents a resource that does does not refer to any file, url, jar etc.
- enable(String, boolean) - Method in class org.eclipse.jetty.start.Module
- enable(String, String) - Method in class org.eclipse.jetty.start.Modules
-
Enable a module
- enable(T, boolean) - Method in class org.eclipse.jetty.util.Pool.Entry
-
Enables this, previously
reserved
, Entry. - ENABLE_KEY - Static variable in class org.eclipse.jetty.websocket.jsr356.server.deploy.WebSocketServerContainerInitializer
- ENABLE_PUSH - Static variable in class org.eclipse.jetty.http2.frames.SettingsFrame
- enableDebug() - Static method in class org.eclipse.jetty.start.StartLog
- enableLowOnResources(boolean, boolean) - Method in class org.eclipse.jetty.server.LowResourceMonitor
- enablePartialMessageSupport() - Method in interface org.eclipse.jetty.websocket.jsr356.annotations.IJsrMethod
-
Indicate that partial message support is desired
- encode() - Method in class org.eclipse.jetty.util.UrlEncoded
-
Encode MultiMap with % encoding for UTF8 sequences.
- encode(byte[]) - Static method in class org.eclipse.jetty.util.B64Code
-
Deprecated.Fast Base 64 encode as described in RFC 1421.
- encode(byte[]) - Method in class org.eclipse.jetty.websocket.jsr356.encoders.ByteArrayEncoder
- encode(byte[], boolean) - Static method in class org.eclipse.jetty.util.B64Code
-
Deprecated.Fast Base 64 encode as described in RFC 1421 and RFC2045
- encode(int, int) - Static method in class org.eclipse.jetty.util.AtomicBiInteger
-
Encodes hi and lo values into a long.
- encode(int, Appendable) - Static method in class org.eclipse.jetty.util.B64Code
-
Deprecated.
- encode(long, Appendable) - Static method in class org.eclipse.jetty.util.B64Code
-
Deprecated.
- encode(Boolean) - Method in class org.eclipse.jetty.websocket.jsr356.encoders.BooleanEncoder
- encode(Byte) - Method in class org.eclipse.jetty.websocket.jsr356.encoders.ByteEncoder
- encode(Character) - Method in class org.eclipse.jetty.websocket.jsr356.encoders.CharacterEncoder
- encode(Double) - Method in class org.eclipse.jetty.websocket.jsr356.encoders.DoubleEncoder
- encode(Float) - Method in class org.eclipse.jetty.websocket.jsr356.encoders.FloatEncoder
- encode(Integer) - Method in class org.eclipse.jetty.websocket.jsr356.encoders.IntegerEncoder
- encode(Long) - Method in class org.eclipse.jetty.websocket.jsr356.encoders.LongEncoder
- encode(Short) - Method in class org.eclipse.jetty.websocket.jsr356.encoders.ShortEncoder
- encode(String) - Static method in class org.eclipse.jetty.util.B64Code
-
Deprecated.use
Base64.Encoder.encodeToString(byte[])
} instead. - encode(String) - Method in class org.eclipse.jetty.util.resource.Resource
-
Deprecated.use
URIUtil
orUrlEncoded
instead - encode(String) - Method in class org.eclipse.jetty.websocket.jsr356.encoders.DefaultTextEncoder
- encode(String) - Method in class org.eclipse.jetty.websocket.jsr356.encoders.StringEncoder
- encode(String, Writer) - Method in class org.eclipse.jetty.websocket.jsr356.encoders.DefaultTextStreamEncoder
- encode(String, String) - Static method in class org.eclipse.jetty.util.B64Code
-
Deprecated.Base 64 encode as described in RFC 1421.
- encode(String, Charset) - Static method in class org.eclipse.jetty.util.B64Code
-
Deprecated.Base 64 encode as described in RFC 1421.
- encode(ByteBuffer) - Method in class org.eclipse.jetty.websocket.jsr356.encoders.ByteBufferEncoder
- encode(ByteBuffer) - Method in class org.eclipse.jetty.websocket.jsr356.encoders.DefaultBinaryEncoder
- encode(ByteBuffer, int, long) - Static method in class org.eclipse.jetty.http.compression.NBitIntegerEncoder
- encode(ByteBuffer, int, String, boolean) - Static method in class org.eclipse.jetty.http.compression.NBitStringEncoder
- encode(ByteBuffer, OutputStream) - Method in class org.eclipse.jetty.websocket.jsr356.encoders.DefaultBinaryStreamEncoder
- encode(ByteBuffer, String) - Static method in class org.eclipse.jetty.http.compression.HuffmanEncoder
- encode(ByteBuffer, HttpField) - Method in class org.eclipse.jetty.http2.hpack.HpackEncoder
- encode(ByteBuffer, MetaData) - Method in class org.eclipse.jetty.http2.hpack.HpackEncoder
- encode(Charset) - Method in class org.eclipse.jetty.util.UrlEncoded
-
Encode MultiMap with % encoding for arbitrary Charset sequences.
- encode(Charset, boolean) - Method in class org.eclipse.jetty.util.UrlEncoded
-
Encode MultiMap with % encoding.
- encode(HpackEncoder, ByteBufferPool.Lease, MetaData, int) - Method in class org.eclipse.jetty.http2.generator.FrameGenerator
- encode(MultiMap<String>, Charset, boolean) - Static method in class org.eclipse.jetty.util.UrlEncoded
-
Encode MultiMap with % encoding.
- EncodeFailedFuture - Class in org.eclipse.jetty.websocket.jsr356.encoders
-
A
Future<Void>
that is already failed as a result of an Encode error - EncodeFailedFuture(Object, Encoder, Class<?>, Throwable) - Constructor for class org.eclipse.jetty.websocket.jsr356.encoders.EncodeFailedFuture
- encodeHi(long, int) - Static method in class org.eclipse.jetty.util.AtomicBiInteger
-
Sets the hi value into the given encoded value.
- encodeLo(long, int) - Static method in class org.eclipse.jetty.util.AtomicBiInteger
-
Sets the lo value into the given encoded value.
- encodeLowerCase(ByteBuffer, String) - Static method in class org.eclipse.jetty.http.compression.HuffmanEncoder
- encodeMaxDynamicTableSize(ByteBuffer, int) - Method in class org.eclipse.jetty.http2.hpack.HpackEncoder
- encodeName(Object) - Static method in class org.eclipse.jetty.nosql.mongodb.MongoUtils
- encodeName(String) - Static method in class org.eclipse.jetty.nosql.mongodb.MongoUtils
- encodePath(String) - Static method in class org.eclipse.jetty.util.URIUtil
-
Encode a URI path.
- encodePath(StringBuilder, String) - Static method in class org.eclipse.jetty.util.URIUtil
-
Encode a URI path.
- encodeRedirectUrl(String) - Method in class org.eclipse.jetty.server.Response
-
Deprecated.
- encodeRedirectUrl(String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
- encodeRedirectURL(String) - Method in class org.eclipse.jetty.server.Response
- encodeRedirectURL(String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
- EncoderFactory - Class in org.eclipse.jetty.websocket.jsr356
-
Represents all of the declared
Encoder
s that the Container is aware of. - EncoderFactory(WebSocketContainerScope, EncoderMetadataSet) - Constructor for class org.eclipse.jetty.websocket.jsr356.EncoderFactory
- EncoderFactory(WebSocketContainerScope, EncoderMetadataSet, EncoderFactory) - Constructor for class org.eclipse.jetty.websocket.jsr356.EncoderFactory
- EncoderFactory(WebSocketSessionScope, EncoderMetadataSet, EncoderFactory) - Constructor for class org.eclipse.jetty.websocket.jsr356.EncoderFactory
- EncoderFactory.Wrapper - Class in org.eclipse.jetty.websocket.jsr356
- EncoderMetadata - Class in org.eclipse.jetty.websocket.jsr356.metadata
-
Immutable Metadata for a
Encoder
- EncoderMetadata(Class<? extends Encoder>, Class<?>, MessageType, boolean) - Constructor for class org.eclipse.jetty.websocket.jsr356.metadata.EncoderMetadata
- EncoderMetadataSet - Class in org.eclipse.jetty.websocket.jsr356.metadata
- EncoderMetadataSet() - Constructor for class org.eclipse.jetty.websocket.jsr356.metadata.EncoderMetadataSet
- encoders - Variable in class org.eclipse.jetty.websocket.jsr356.AbstractJsrRemote
- encodeSpaces(String) - Static method in class org.eclipse.jetty.util.URIUtil
-
Encode a raw URI String and convert any raw spaces to their "%20" equivalent.
- encodeSpecific(String, String) - Static method in class org.eclipse.jetty.util.URIUtil
-
Encode a raw String and convert any specific characters to their URI encoded equivalent.
- encodeString(String) - Static method in class org.eclipse.jetty.util.UrlEncoded
-
Perform URL encoding.
- encodeString(StringBuilder, String, String) - Static method in class org.eclipse.jetty.util.URIUtil
-
Encode a URI path.
- encodeString(String, Charset) - Static method in class org.eclipse.jetty.util.UrlEncoded
-
Perform URL encoding.
- encodeUrl(String) - Method in class org.eclipse.jetty.server.Response
-
Deprecated.
- encodeUrl(String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
- encodeURL(String) - Method in class org.eclipse.jetty.server.Response
- encodeURL(String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
- ENCODING - Static variable in class org.eclipse.jetty.util.UrlEncoded
- EncodingException - Exception in org.eclipse.jetty.http.compression
- EncodingException(String) - Constructor for exception org.eclipse.jetty.http.compression.EncodingException
- EncodingHttpWriter - Class in org.eclipse.jetty.server
- EncodingHttpWriter(HttpOutput, String) - Constructor for class org.eclipse.jetty.server.EncodingHttpWriter
- end() - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration.TimeStatistic
- end(int) - Method in class org.eclipse.jetty.fcgi.parser.ResponseContentParser
- end(int) - Method in class org.eclipse.jetty.fcgi.parser.StreamContentParser
- end(Deflater) - Method in class org.eclipse.jetty.util.compression.DeflaterPool
- end(Inflater) - Method in class org.eclipse.jetty.util.compression.InflaterPool
- end(WebAppContext, Descriptor) - Method in class org.eclipse.jetty.plus.webapp.PlusDescriptorProcessor
- end(WebAppContext, Descriptor) - Method in class org.eclipse.jetty.quickstart.PreconfigureDescriptorProcessor
- end(WebAppContext, Descriptor) - Method in class org.eclipse.jetty.quickstart.QuickStartDescriptorProcessor
- end(WebAppContext, Descriptor) - Method in class org.eclipse.jetty.webapp.IterativeDescriptorProcessor
- end(WebAppContext, Descriptor) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
- end(T) - Method in class org.eclipse.jetty.util.compression.CompressionPool
- END - org.eclipse.jetty.http.HttpGenerator.State
- END - org.eclipse.jetty.http.HttpParser.State
- END - org.eclipse.jetty.http.MultiPartParser.State
- END_HEADERS - Static variable in interface org.eclipse.jetty.http2.Flags
- END_OF_WEBAPP - Static variable in class org.eclipse.jetty.jspc.plugin.JspcMojo
- END_REQUEST - org.eclipse.jetty.fcgi.FCGI.FrameType
- END_STREAM - Static variable in interface org.eclipse.jetty.http2.Flags
- endHandling(Request) - Method in class org.eclipse.jetty.server.handler.AsyncDelayHandler
-
Called to indicated the handling of the request is ending.
- endPart() - Method in class org.eclipse.jetty.util.MultiPartWriter
-
end creation of the next Content.
- EndPoint - Interface in org.eclipse.jetty.io
-
EndPoint is the abstraction for an I/O channel that transports bytes.
- ENDPOINT_CONFIG - org.eclipse.jetty.websocket.jsr356.annotations.Param.Role
- endPointClosed(EndPoint) - Method in class org.eclipse.jetty.io.ManagedSelector
- endPointClosed(EndPoint) - Method in class org.eclipse.jetty.io.SelectorManager
-
Callback method invoked when an endpoint is closed.
- endPointClosed(EndPoint) - Method in class org.eclipse.jetty.server.ServerConnector.ServerConnectorManager
- endPointClosed(EndPoint) - Method in class org.eclipse.jetty.unixsocket.UnixSocketConnector.UnixSocketConnectorManager
- EndpointInstance - Class in org.eclipse.jetty.websocket.jsr356.endpoints
-
Associate a JSR Endpoint with its optional
EndpointConfig
- EndpointInstance(Object, EndpointConfig, EndpointMetadata) - Constructor for class org.eclipse.jetty.websocket.jsr356.endpoints.EndpointInstance
- EndpointMetadata - Interface in org.eclipse.jetty.websocket.jsr356.metadata
- endPointOpened(EndPoint) - Method in class org.eclipse.jetty.io.ManagedSelector
- endPointOpened(EndPoint) - Method in class org.eclipse.jetty.io.SelectorManager
-
Callback method invoked when an endpoint is opened.
- endPointOpened(EndPoint) - Method in class org.eclipse.jetty.server.ServerConnector.ServerConnectorManager
- endPointOpened(EndPoint) - Method in class org.eclipse.jetty.unixsocket.UnixSocketConnector.UnixSocketConnectorManager
- EndRequestContentParser - Class in org.eclipse.jetty.fcgi.parser
-
Parser for the END_REQUEST frame body.
- EndRequestContentParser(HeaderParser, Parser.Listener) - Constructor for class org.eclipse.jetty.fcgi.parser.EndRequestContentParser
- endStartLog() - Static method in class org.eclipse.jetty.start.StartLog
- endsWith(byte[], int, int) - Method in class org.eclipse.jetty.util.SearchPattern
-
Search for a partial match of the pattern at the end of the data.
- endsWithIgnoreCase(String, String) - Static method in class org.eclipse.jetty.util.StringUtil
- endsWithTail(ByteBuffer) - Static method in class org.eclipse.jetty.websocket.common.extensions.compress.CompressExtension
- ENHANCE_YOUR_CALM - org.eclipse.jetty.http.HttpStatus.Code
- ENHANCE_YOUR_CALM_420 - Static variable in class org.eclipse.jetty.http.HttpStatus
- ENHANCE_YOUR_CALM_ERROR - org.eclipse.jetty.http2.ErrorCode
-
Indicates that the other peer might be generating excessive load.
- enqueue(Queue<HttpExchange>, HttpExchange) - Method in class org.eclipse.jetty.client.HttpDestination
- enqueue(Frame, WriteCallback, BatchMode) - Method in class org.eclipse.jetty.websocket.common.io.FrameFlusher
- ensureBuffer(int) - Method in class org.eclipse.jetty.io.ByteBufferAccumulator
-
Get the last buffer of the accumulator, this can be written to directly to avoid copying into the accumulator.
- ensureBuffer(int) - Method in class org.eclipse.jetty.websocket.common.extensions.compress.ByteAccumulator
-
Deprecated.
- ensureBuffer(int, int) - Method in class org.eclipse.jetty.io.ByteBufferAccumulator
-
Get the last buffer of the accumulator, this can be written to directly to avoid copying into the accumulator.
- ensureCapacity(ByteBuffer, int) - Static method in class org.eclipse.jetty.util.BufferUtil
- ensureConsumeAllOrNotPersistent() - Method in class org.eclipse.jetty.server.HttpChannel
- ensureDirectoryExists(Path) - Static method in class org.eclipse.jetty.start.FS
- ensureDirectoryWritable(Path) - Static method in class org.eclipse.jetty.start.FS
- ensureIndexes() - Method in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStore
- ensureInstance() - Method in class org.eclipse.jetty.servlet.ServletHolder
-
Deprecated.
- ensureParser() - Method in class org.eclipse.jetty.webapp.Descriptor
- ensureParser() - Method in class org.eclipse.jetty.webapp.WebDescriptor
- ensurePool(Container) - Static method in class org.eclipse.jetty.util.compression.DeflaterPool
- ensurePool(Container) - Static method in class org.eclipse.jetty.util.compression.InflaterPool
- ensureSize(Object, int) - Static method in class org.eclipse.jetty.util.LazyList
-
Ensure the capacity of the underlying list.
- ensureSpareCapacity(int) - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
- enter(ServletResponse) - Method in interface org.eclipse.jetty.continuation.ContinuationFilter.FilteredContinuation
-
Deprecated.
- ENTER - org.eclipse.jetty.util.PathWatcher.DirAction
- enterScope(ContextHandler.Context, Request, Object) - Method in interface org.eclipse.jetty.server.handler.ContextHandler.ContextScopeListener
- enterScope(Request, Object) - Method in class org.eclipse.jetty.server.handler.ContextHandler
- enterSession(HttpSession) - Method in class org.eclipse.jetty.server.Request
-
Remember a session that this request has just entered.
- EntityDataModel() - Constructor for class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
- entityFromSession(SessionData, Key) - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
-
Generate a gcloud datastore Entity from SessionData
- Entry() - Constructor for class org.eclipse.jetty.util.Pool.Entry
- Entry(Frame, IStream, Callback) - Constructor for class org.eclipse.jetty.http2.HTTP2Flusher.Entry
- entrySet() - Method in class org.eclipse.jetty.util.ArrayTernaryTrie
- ENV_CONFIGURATION - Static variable in class org.eclipse.jetty.ant.AntWebAppContext
- ENV_ENTRY_TYPES - Static variable in class org.eclipse.jetty.annotations.ResourceAnnotationHandler
- EnvConfiguration - Class in org.eclipse.jetty.plus.webapp
-
EnvConfiguration
- EnvConfiguration() - Constructor for class org.eclipse.jetty.plus.webapp.EnvConfiguration
- EnvEntry - Class in org.eclipse.jetty.plus.jndi
-
EnvEntry
- EnvEntry(Object, String, Object, boolean) - Constructor for class org.eclipse.jetty.plus.jndi.EnvEntry
- EnvEntry(String, Object) - Constructor for class org.eclipse.jetty.plus.jndi.EnvEntry
- EnvEntry(String, Object, boolean) - Constructor for class org.eclipse.jetty.plus.jndi.EnvEntry
- eof() - Method in class org.eclipse.jetty.server.HttpInput
-
This method should be called to signal that all the expected content arrived.
- EOF - org.eclipse.jetty.util.ReadLineInputStream.Termination
-
Deprecated.
- EOF - Static variable in class org.eclipse.jetty.server.HttpInput
- EOF_CONTENT - org.eclipse.jetty.http.HttpParser.State
- EOF_CONTENT - org.eclipse.jetty.http.HttpTokens.EndOfContent
- EofException - Exception in org.eclipse.jetty.io
-
A Jetty specialization of EOFException.
- EofException() - Constructor for exception org.eclipse.jetty.io.EofException
- EofException(String) - Constructor for exception org.eclipse.jetty.io.EofException
- EofException(Throwable) - Constructor for exception org.eclipse.jetty.io.EofException
- EOFState() - Constructor for class org.eclipse.jetty.server.HttpInput.EOFState
- EPILOGUE - org.eclipse.jetty.http.MultiPartParser.State
- equals(int) - Method in enum org.eclipse.jetty.http.HttpStatus.Code
- equals(Object) - Method in class org.eclipse.jetty.client.ContentDecoder.Factory
- equals(Object) - Method in class org.eclipse.jetty.client.Origin.Address
- equals(Object) - Method in class org.eclipse.jetty.client.Origin
- equals(Object) - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V1.Tag
- equals(Object) - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag
- equals(Object) - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag.TLV
- equals(Object) - Method in class org.eclipse.jetty.deploy.graph.Edge
- equals(Object) - Method in class org.eclipse.jetty.deploy.graph.Node
- equals(Object) - Method in class org.eclipse.jetty.http.CompressedContentFormat
- equals(Object) - Method in class org.eclipse.jetty.http.HttpField
- equals(Object) - Method in class org.eclipse.jetty.http.HttpFields
- equals(Object) - Method in class org.eclipse.jetty.http.HttpURI
- equals(Object) - Method in class org.eclipse.jetty.http.pathmap.AbstractPathSpec
- equals(Object) - Method in class org.eclipse.jetty.http.pathmap.MappedResource
- equals(Object) - Method in class org.eclipse.jetty.http.PrecompressedHttpContent
- equals(Object) - Method in class org.eclipse.jetty.http.spi.JettyHttpExchange
- equals(Object) - Method in class org.eclipse.jetty.http.spi.JettyHttpsExchange
- equals(Object) - Method in class org.eclipse.jetty.jaas.JAASPrincipal
- equals(Object) - Method in class org.eclipse.jetty.jaas.JAASRole
- equals(Object) - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
- equals(Object) - Method in class org.eclipse.jetty.plus.annotation.LifeCycleCallback
- equals(Object) - Method in class org.eclipse.jetty.plus.annotation.PostConstructCallback
- equals(Object) - Method in class org.eclipse.jetty.plus.annotation.PreDestroyCallback
- equals(Object) - Method in class org.eclipse.jetty.server.InclusiveByteRange
- equals(Object) - Method in class org.eclipse.jetty.servlet.ServletHolder
- equals(Object) - Method in class org.eclipse.jetty.start.config.CommandLineConfigSource
- equals(Object) - Method in class org.eclipse.jetty.start.config.DirConfigSource
- equals(Object) - Method in class org.eclipse.jetty.start.FileArg
- equals(Object) - Method in class org.eclipse.jetty.start.Module
- equals(Object) - Method in class org.eclipse.jetty.util.ArrayTernaryTrie.Growing
- equals(Object) - Method in class org.eclipse.jetty.util.ConcurrentHashSet
-
Deprecated.
- equals(Object) - Method in class org.eclipse.jetty.util.Fields
- equals(Object) - Method in class org.eclipse.jetty.util.Fields.Field
- equals(Object) - Method in class org.eclipse.jetty.util.PathWatcher.PathWatchEvent
- equals(Object) - Method in class org.eclipse.jetty.util.resource.FileResource
-
Deprecated.
- equals(Object) - Method in class org.eclipse.jetty.util.resource.PathResource
- equals(Object) - Method in class org.eclipse.jetty.util.resource.URLResource
- equals(Object) - Method in class org.eclipse.jetty.util.security.Credential.Crypt
- equals(Object) - Method in class org.eclipse.jetty.util.security.Credential.MD5
- equals(Object) - Method in class org.eclipse.jetty.util.security.Password
- equals(Object) - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
- equals(Object) - Method in class org.eclipse.jetty.websocket.common.events.annotated.EventMethods
- equals(Object) - Method in class org.eclipse.jetty.websocket.common.frames.ControlFrame
- equals(Object) - Method in class org.eclipse.jetty.websocket.common.WebSocketFrame
- equals(Object) - Method in class org.eclipse.jetty.websocket.jsr356.JsrExtension
- equals(String, char[], int, int) - Static method in class org.eclipse.jetty.util.StringUtil
- equals(Fields.Field, boolean) - Method in class org.eclipse.jetty.util.Fields.Field
- equalsIgnoreEncodings(String, String) - Static method in class org.eclipse.jetty.util.URIUtil
- equalsIgnoreEncodings(URI, URI) - Static method in class org.eclipse.jetty.util.URIUtil
- ERR_BAD_ARG - Static variable in exception org.eclipse.jetty.start.UsageException
- ERR_BAD_GRAPH - Static variable in exception org.eclipse.jetty.start.UsageException
- ERR_BAD_STOP_PROPS - Static variable in exception org.eclipse.jetty.start.UsageException
- ERR_INVOKE_MAIN - Static variable in exception org.eclipse.jetty.start.UsageException
- ERR_LOGGING - Static variable in exception org.eclipse.jetty.start.UsageException
- ERR_NOT_STOPPED - Static variable in exception org.eclipse.jetty.start.UsageException
- ERR_UNKNOWN - Static variable in exception org.eclipse.jetty.start.UsageException
- error(Object) - Method in class org.eclipse.jetty.apache.jsp.JuliLog
- error(Object, Throwable) - Method in class org.eclipse.jetty.apache.jsp.JuliLog
- error(String, Object...) - Static method in class org.eclipse.jetty.start.StartLog
- error(ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.server.Dispatcher
- ERROR - Static variable in class org.eclipse.jetty.servlet.FilterMapping
- ERROR_CAUSE - org.eclipse.jetty.websocket.jsr356.annotations.Param.Role
- ERROR_CHARSET - Static variable in class org.eclipse.jetty.server.handler.ErrorHandler
- ERROR_CONTEXT - Static variable in class org.eclipse.jetty.server.handler.ErrorHandler
- ERROR_PAGE - Static variable in class org.eclipse.jetty.security.openid.OpenIdAuthenticator
- ERROR_PAGE - Static variable in class org.eclipse.jetty.server.handler.ErrorHandler
- ERROR_PAGE - Static variable in class org.eclipse.jetty.webapp.WebAppContext
- ERROR_PAGE_KEY - Static variable in class org.eclipse.jetty.security.jaspi.modules.FormAuthModule
-
Deprecated.
- ERROR_PARAMETER - Static variable in class org.eclipse.jetty.security.openid.OpenIdAuthenticator
- errorClose() - Method in class org.eclipse.jetty.server.Response
- ErrorCode - Enum in org.eclipse.jetty.http2
-
Standard HTTP/2 error codes.
- ErrorDispatchHandler() - Constructor for class org.eclipse.jetty.server.handler.AbstractHandler.ErrorDispatchHandler
-
Deprecated.
- ErrorHandler - Class in org.eclipse.jetty.server.handler
-
Handler for Error pages An ErrorHandler is registered with
ContextHandler.setErrorHandler(ErrorHandler)
orServer.setErrorHandler(ErrorHandler)
. - ErrorHandler() - Constructor for class org.eclipse.jetty.server.handler.ErrorHandler
- ErrorHandler.ErrorPageMapper - Interface in org.eclipse.jetty.server.handler
- ErrorPageErrorHandler - Class in org.eclipse.jetty.servlet
-
An ErrorHandler that maps exceptions and status codes to URIs for dispatch using the internal ERROR style of dispatch.
- ErrorPageErrorHandler() - Constructor for class org.eclipse.jetty.servlet.ErrorPageErrorHandler
- errorPageForMethod(String) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
- escape(StringBuilder, String) - Static method in class org.eclipse.jetty.websocket.api.util.QuoteUtil
- escapeString(Appendable, String) - Method in class org.eclipse.jetty.util.ajax.JSON
- escapeUnicode(Appendable, char) - Method in class org.eclipse.jetty.util.ajax.JSON
-
Per spec, unicode characters are by default NOT escaped.
- etag(String) - Method in class org.eclipse.jetty.http.CompressedContentFormat
-
Get an etag with suffix that represents this compressed type.
- etag(String) - Method in interface org.eclipse.jetty.server.PushBuilder
-
Set the etag to be used for conditional pushes.
- etag(String) - Method in class org.eclipse.jetty.server.PushBuilderImpl
- ETAG - org.eclipse.jetty.http.HttpHeader
- ETAG_SEPARATOR - Static variable in class org.eclipse.jetty.http.CompressedContentFormat
-
The separator within an etag used to indicate a compressed variant.
- ETP - org.eclipse.jetty.util.thread.jmh.ThreadPoolBenchmark.Type
- event(String, String) - Method in interface org.eclipse.jetty.servlets.EventSource.Emitter
-
Sends a named event with data to the client.
- event(String, String) - Method in class org.eclipse.jetty.servlets.EventSourceServlet.EventSourceEmitter
- Event(Object) - Constructor for class org.eclipse.jetty.io.ssl.SslHandshakeListener.Event
- EventDriver - Interface in org.eclipse.jetty.websocket.common.events
- EventDriverFactory - Class in org.eclipse.jetty.websocket.common.events
-
Create EventDriver implementations.
- EventDriverFactory(WebSocketContainerScope) - Constructor for class org.eclipse.jetty.websocket.common.events.EventDriverFactory
- EventDriverImpl - Interface in org.eclipse.jetty.websocket.common.events
-
A specific implementation of a EventDriver.
- EventMethod - Class in org.eclipse.jetty.websocket.common.events.annotated
- EventMethod(Class<?>, Method) - Constructor for class org.eclipse.jetty.websocket.common.events.annotated.EventMethod
- EventMethod(Class<?>, String, Class<?>...) - Constructor for class org.eclipse.jetty.websocket.common.events.annotated.EventMethod
- EventMethods - Class in org.eclipse.jetty.websocket.common.events.annotated
-
A representation of the methods available to call for a particular class.
- EventMethods(Class<?>) - Constructor for class org.eclipse.jetty.websocket.common.events.annotated.EventMethods
- EventSender - Class in org.eclipse.jetty.osgi.boot.utils
-
Utility class for emitting OSGi EventAdmin events
- EventSource - Interface in org.eclipse.jetty.servlets
-
EventSource
is the passive half of an event source connection, as defined by the EventSource Specification. - EventSource.Emitter - Interface in org.eclipse.jetty.servlets
-
EventSource.Emitter
is the active half of an event source connection, and allows applications to operate on the connection by sending events, data or comments, or by closing the connection. - EventSourceEmitter(EventSource, AsyncContext) - Constructor for class org.eclipse.jetty.servlets.EventSourceServlet.EventSourceEmitter
- EventSourceServlet - Class in org.eclipse.jetty.servlets
-
A servlet that implements the event source protocol, also known as "server sent events".
- EventSourceServlet() - Constructor for class org.eclipse.jetty.servlets.EventSourceServlet
- EventSourceServlet.EventSourceEmitter - Class in org.eclipse.jetty.servlets
- EVICT_ON_INACTIVITY - Static variable in interface org.eclipse.jetty.server.session.SessionCache
- EVICT_ON_SESSION_EXIT - Static variable in interface org.eclipse.jetty.server.session.SessionCache
- EWYKBenchmark - Class in org.eclipse.jetty.util.thread.strategy.jmh
- EWYKBenchmark() - Constructor for class org.eclipse.jetty.util.thread.strategy.jmh.EWYKBenchmark
- EWYKBenchmark.ThreadState - Class in org.eclipse.jetty.util.thread.strategy.jmh
- EXACT - org.eclipse.jetty.http.pathmap.PathSpecGroup
-
For exactly defined path specs, no glob.
- ExampleServer - Class in org.eclipse.jetty.embedded
- ExampleServer() - Constructor for class org.eclipse.jetty.embedded.ExampleServer
- ExampleServerXml - Class in org.eclipse.jetty.embedded
-
Configures and Starts a Jetty server from an XML declaration.
- ExampleServerXml() - Constructor for class org.eclipse.jetty.embedded.ExampleServerXml
- ExampleUtil - Class in org.eclipse.jetty.embedded
- ExampleUtil() - Constructor for class org.eclipse.jetty.embedded.ExampleUtil
- EXCEPTION - Static variable in class org.eclipse.jetty.util.log.Log
- exchangeTerminated(HttpExchange, Result) - Method in class org.eclipse.jetty.client.http.HttpChannelOverHTTP
- exchangeTerminated(HttpExchange, Result) - Method in class org.eclipse.jetty.client.HttpChannel
- exchangeTerminated(HttpExchange, Result) - Method in class org.eclipse.jetty.fcgi.client.http.HttpChannelOverFCGI
- exchangeTerminated(HttpExchange, Result) - Method in class org.eclipse.jetty.http2.client.http.HttpChannelOverHTTP2
- exchangeTerminating(HttpExchange, Result) - Method in class org.eclipse.jetty.client.http.HttpChannelOverHTTP
- exchangeTerminating(HttpExchange, Result) - Method in class org.eclipse.jetty.client.HttpChannel
- exclude(Class<? extends Connection>) - Method in class org.eclipse.jetty.io.IncludeExcludeConnectionStatistics
- exclude(String) - Method in class org.eclipse.jetty.io.IncludeExcludeConnectionStatistics
- exclude(String) - Method in class org.eclipse.jetty.server.handler.InetAccessHandler
-
Excludes an InetAddress pattern
- exclude(String) - Method in class org.eclipse.jetty.server.handler.ThreadLimitHandler
- exclude(String) - Method in class org.eclipse.jetty.webapp.ClasspathPattern
- exclude(String...) - Method in class org.eclipse.jetty.server.handler.InetAccessHandler
-
Excludes InetAddress patterns
- exclude(String...) - Method in class org.eclipse.jetty.webapp.ClasspathPattern
- exclude(T) - Method in class org.eclipse.jetty.util.IncludeExcludeSet
- exclude(T...) - Method in class org.eclipse.jetty.util.IncludeExcludeSet
- excludeConnector(String) - Method in class org.eclipse.jetty.server.handler.InetAccessHandler
-
Excludes a connector name.
- excludeConnectors(String...) - Method in class org.eclipse.jetty.server.handler.InetAccessHandler
-
Excludes connector names.
- excludedGoals - Variable in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
-
List of goals that are NOT to be used
- excludeHidden - Variable in class org.eclipse.jetty.util.PathWatcher.Config
- EXECUTABLE_COMPARATOR - Static variable in class org.eclipse.jetty.xml.XmlConfiguration
- execute() - Method in class org.eclipse.jetty.ant.JettyRunTask
-
Executes this Ant task.
- execute() - Method in class org.eclipse.jetty.ant.JettyStopTask
- execute() - Method in class org.eclipse.jetty.jetty_jspc_maven_plugin.HelpMojo
- execute() - Method in class org.eclipse.jetty.jetty_maven_plugin.HelpMojo
- execute() - Method in class org.eclipse.jetty.jspc.plugin.JspcMojo
- execute() - Method in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
- execute() - Method in class org.eclipse.jetty.maven.plugin.JettyDeployWar
- execute() - Method in class org.eclipse.jetty.maven.plugin.JettyEffectiveWebXml
- execute() - Method in class org.eclipse.jetty.maven.plugin.JettyRunDistro
- execute() - Method in class org.eclipse.jetty.maven.plugin.JettyRunForkedMojo
- execute() - Method in class org.eclipse.jetty.maven.plugin.JettyRunMojo
- execute() - Method in class org.eclipse.jetty.maven.plugin.JettyRunWarExplodedMojo
- execute() - Method in class org.eclipse.jetty.maven.plugin.JettyRunWarMojo
- execute() - Method in class org.eclipse.jetty.maven.plugin.JettyStartMojo
- execute() - Method in class org.eclipse.jetty.maven.plugin.JettyStopMojo
- execute(Runnable) - Method in class org.eclipse.jetty.http.spi.DelegatingThreadPool
- execute(Runnable) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
- execute(Runnable) - Method in class org.eclipse.jetty.io.SelectorManager
-
Executes the given task in a different thread.
- execute(Runnable) - Method in class org.eclipse.jetty.server.HttpChannel
- execute(Runnable) - Method in class org.eclipse.jetty.server.LocalConnector.LocalEndPoint
- execute(Runnable) - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
- execute(Runnable) - Method in class org.eclipse.jetty.util.thread.MonitoredQueuedThreadPool
- execute(Runnable) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
- execute(Runnable) - Method in class org.eclipse.jetty.util.thread.ReservedThreadExecutor
- execute(Runnable) - Method in class org.eclipse.jetty.util.thread.SerializedExecutor
- execute(Runnable) - Method in class org.eclipse.jetty.util.thread.strategy.jmh.TestServer
- execute(Runnable) - Method in interface org.eclipse.jetty.util.thread.TryExecutor
- execute(Runnable) - Method in class org.eclipse.jetty.util.thread.TryExecutor.NoTryExecutor
- ExecuteProduceConsume - Class in org.eclipse.jetty.util.thread.strategy
-
A strategy where the thread that produces will always run the resulting task.
- ExecuteProduceConsume(ExecutionStrategy.Producer, Executor) - Constructor for class org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume
- executeRequest(String) - Method in class org.eclipse.jetty.server.LocalConnector
-
Execute a request and return the EndPoint through which multiple responses can be received or more input provided.
- execution - Variable in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
- ExecutionStrategy - Interface in org.eclipse.jetty.util.thread
- ExecutionStrategy.Producer - Interface in org.eclipse.jetty.util.thread
-
A producer of
Runnable
tasks to run. - EXECUTOR_CONTEXT_KEY - Static variable in class org.eclipse.jetty.http2.client.HTTP2ClientConnectionFactory
- ExecutorSizedThreadPool - Class in org.eclipse.jetty.util.thread
-
Deprecated.
- ExecutorSizedThreadPool() - Constructor for class org.eclipse.jetty.util.thread.ExecutorSizedThreadPool
-
Deprecated.
- ExecutorThreadPool - Class in org.eclipse.jetty.util.thread
-
A
ThreadPool.SizedThreadPool
wrapper aroundThreadPoolExecutor
. - ExecutorThreadPool() - Constructor for class org.eclipse.jetty.util.thread.ExecutorThreadPool
- ExecutorThreadPool(int) - Constructor for class org.eclipse.jetty.util.thread.ExecutorThreadPool
- ExecutorThreadPool(int, int) - Constructor for class org.eclipse.jetty.util.thread.ExecutorThreadPool
- ExecutorThreadPool(int, int, BlockingQueue<Runnable>) - Constructor for class org.eclipse.jetty.util.thread.ExecutorThreadPool
- ExecutorThreadPool(ThreadPoolExecutor) - Constructor for class org.eclipse.jetty.util.thread.ExecutorThreadPool
- ExecutorThreadPool(ThreadPoolExecutor, int) - Constructor for class org.eclipse.jetty.util.thread.ExecutorThreadPool
- ExecutorThreadPool(ThreadPoolExecutor, int, ThreadGroup) - Constructor for class org.eclipse.jetty.util.thread.ExecutorThreadPool
- exists() - Method in class org.eclipse.jetty.util.resource.EmptyResource
- exists() - Method in class org.eclipse.jetty.util.resource.FileResource
-
Deprecated.Returns true if the resource exists.
- exists() - Method in class org.eclipse.jetty.util.resource.JarFileResource
-
Returns true if the represented resource exists.
- exists() - Method in class org.eclipse.jetty.util.resource.JarResource
-
Returns true if the represented resource exists.
- exists() - Method in class org.eclipse.jetty.util.resource.PathResource
- exists() - Method in class org.eclipse.jetty.util.resource.Resource
- exists() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
- exists() - Method in class org.eclipse.jetty.util.resource.URLResource
-
Returns true if the represented resource exists.
- exists(String) - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
- exists(String) - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
- exists(String) - Method in class org.eclipse.jetty.hazelcast.session.HazelcastSessionDataStore
- exists(String) - Method in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStore
- exists(String) - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
-
Check to see if a session corresponding to the id exists.
- exists(String) - Method in class org.eclipse.jetty.server.session.CachingSessionDataStore
- exists(String) - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
- exists(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore
- exists(String) - Method in class org.eclipse.jetty.server.session.NullSessionDataStore
- exists(String) - Method in interface org.eclipse.jetty.server.session.SessionCache
-
Check to see if a session exists: WILL consult the SessionDataStore.
- exists(String) - Method in interface org.eclipse.jetty.server.session.SessionDataStore
-
Test if data exists for a given session id.
- exists(String) - Method in class org.eclipse.jetty.session.infinispan.InfinispanSessionDataStore
- exists(String) - Method in class org.eclipse.jetty.util.Scanner
- exists(Path) - Static method in class org.eclipse.jetty.start.FS
- exit() - Method in interface org.eclipse.jetty.continuation.ContinuationFilter.FilteredContinuation
-
Deprecated.
- exitScope(ContextHandler.Context, Request) - Method in interface org.eclipse.jetty.server.handler.ContextHandler.ContextScopeListener
- exitScope(Request) - Method in class org.eclipse.jetty.server.handler.ContextHandler
- expand(String) - Method in class org.eclipse.jetty.quickstart.AttributeNormalizer
- expand(String) - Method in class org.eclipse.jetty.start.Props
- expand(String, Stack<String>) - Method in class org.eclipse.jetty.quickstart.AttributeNormalizer
- expandChildren(List<Handler>, Class<?>) - Method in class org.eclipse.jetty.server.handler.AbstractHandlerContainer
- expandChildren(List<Handler>, Class<?>) - Method in class org.eclipse.jetty.server.handler.HandlerCollection
- expandChildren(List<Handler>, Class<?>) - Method in class org.eclipse.jetty.server.handler.HandlerWrapper
- expandChildren(List<Handler>, Class<?>) - Method in class org.eclipse.jetty.server.handler.HotSwapHandler
- expandDependencies(Props) - Method in class org.eclipse.jetty.start.Module
- expandHandler(Handler, List<Handler>, Class<?>) - Method in class org.eclipse.jetty.server.handler.AbstractHandlerContainer
- expandLibs() - Method in class org.eclipse.jetty.start.StartArgs
-
Expand any command line added
--lib
lib references. - expandModules(List<Module>) - Method in class org.eclipse.jetty.start.StartArgs
-
Build up the Classpath and XML file references based on enabled Module list.
- expandSystemProperties() - Method in class org.eclipse.jetty.start.StartArgs
-
Expand any command line added
--lib
lib references. - EXPECT - org.eclipse.jetty.http.HttpHeader
- EXPECTATION_FAILED - org.eclipse.jetty.http.HttpStatus.Code
- EXPECTATION_FAILED_417 - Static variable in class org.eclipse.jetty.http.HttpStatus
- expects100Continue(HttpServletRequest) - Method in class org.eclipse.jetty.proxy.AbstractProxyServlet
- expects100Continue(Request) - Method in class org.eclipse.jetty.client.HttpSender
- expireAll(String) - Method in class org.eclipse.jetty.server.session.DefaultSessionIdManager
-
Remove an id from use by telling all contexts to remove a session with this id.
- expireAll(String) - Method in interface org.eclipse.jetty.server.SessionIdManager
-
Expire all sessions on all contexts that share the same id.
- EXPIRES - org.eclipse.jetty.http.HttpHeader
- EXPIRY - Static variable in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
- EXPIRY - Static variable in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStore
-
Time this session will expire, based on last access time and maxIdle
- ExpiryInfo(String, String, long) - Constructor for class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.ExpiryInfo
- EXPOSED_HEADERS_PARAM - Static variable in class org.eclipse.jetty.servlets.CrossOriginFilter
- EXTENDED_LISTENER_TYPE_INDEX - Static variable in class org.eclipse.jetty.server.handler.ContextHandler
- EXTENDED_NCSA_FORMAT - Static variable in class org.eclipse.jetty.server.CustomRequestLog
- Extension - Interface in org.eclipse.jetty.websocket.api.extensions
-
Interface for WebSocket Extensions.
- ExtensionConfig - Class in org.eclipse.jetty.websocket.api.extensions
-
Represents an Extension Configuration, as seen during the connection Handshake process.
- ExtensionConfig(String) - Constructor for class org.eclipse.jetty.websocket.api.extensions.ExtensionConfig
- ExtensionConfig(ExtensionConfig) - Constructor for class org.eclipse.jetty.websocket.api.extensions.ExtensionConfig
-
Copy constructor
- ExtensionFactory - Class in org.eclipse.jetty.websocket.api.extensions
-
Deprecated.this class is removed from Jetty 10.0.0+
- ExtensionFactory() - Constructor for class org.eclipse.jetty.websocket.api.extensions.ExtensionFactory
-
Deprecated.
- ExtensionStack - Class in org.eclipse.jetty.websocket.common.extensions
-
Represents the stack of Extensions.
- ExtensionStack(ExtensionFactory) - Constructor for class org.eclipse.jetty.websocket.common.extensions.ExtensionStack
- extractFormParameters(MultiMap<String>) - Method in class org.eclipse.jetty.server.Request
- extractRedirectURI(Response) - Method in class org.eclipse.jetty.client.HttpRedirector
-
Extracts and sanitizes (by making it absolute and escaping paths and query parameters) the redirect URI of the given
response
. - extractUserId(ServletRequest) - Method in class org.eclipse.jetty.servlets.DoSFilter
-
Deprecated.User ID no longer supported
F
- Factory() - Constructor for class org.eclipse.jetty.client.GZIPContentDecoder.Factory
- Factory() - Constructor for class org.eclipse.jetty.util.ajax.AsyncJSON.Factory
- Factory(int) - Constructor for class org.eclipse.jetty.client.GZIPContentDecoder.Factory
- Factory(int) - Constructor for class org.eclipse.jetty.http2.parser.WindowRateControl.Factory
- Factory(String) - Constructor for class org.eclipse.jetty.client.ContentDecoder.Factory
- Factory(ByteBufferPool) - Constructor for class org.eclipse.jetty.client.GZIPContentDecoder.Factory
- Factory(ByteBufferPool, int) - Constructor for class org.eclipse.jetty.client.GZIPContentDecoder.Factory
- fail(Throwable) - Method in class org.eclipse.jetty.util.SharedBlockingCallback
- fail(Request, Throwable, Response) - Method in class org.eclipse.jetty.client.HttpRedirector
- fail(Request, Response, Throwable) - Method in class org.eclipse.jetty.client.HttpRedirector
- failed(Throwable) - Method in class org.eclipse.jetty.client.HttpContent
- failed(Throwable) - Method in class org.eclipse.jetty.client.HttpDestination
- failed(Throwable) - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.ProxyProtocolConnection
- failed(Throwable) - Method in class org.eclipse.jetty.client.util.DeferredContentProvider
- failed(Throwable) - Method in class org.eclipse.jetty.client.util.InputStreamContentProvider
- failed(Throwable) - Method in class org.eclipse.jetty.client.util.OutputStreamContentProvider
- failed(Throwable) - Method in class org.eclipse.jetty.fcgi.generator.Generator.Result
- failed(Throwable) - Method in class org.eclipse.jetty.http2.HTTP2Flusher.Entry
- failed(Throwable) - Method in class org.eclipse.jetty.http2.HTTP2Stream
- failed(Throwable) - Method in class org.eclipse.jetty.proxy.AsyncMiddleManServlet.ProxyResponseListener
- failed(Throwable) - Method in class org.eclipse.jetty.proxy.AsyncProxyServlet.StreamReader
- failed(Throwable) - Method in class org.eclipse.jetty.server.HttpInput
- failed(Throwable) - Method in class org.eclipse.jetty.util.Callback.Completable
- failed(Throwable) - Method in class org.eclipse.jetty.util.Callback.Completing
- failed(Throwable) - Method in interface org.eclipse.jetty.util.Callback
-
Callback invoked when the operation fails.
- failed(Throwable) - Method in class org.eclipse.jetty.util.Callback.Nested
- failed(Throwable) - Method in class org.eclipse.jetty.util.CompletableCallback
-
Deprecated.
- failed(Throwable) - Method in class org.eclipse.jetty.util.CountingCallback
- failed(Throwable) - Method in class org.eclipse.jetty.util.FutureCallback
- failed(Throwable) - Method in class org.eclipse.jetty.util.FuturePromise
- failed(Throwable) - Method in class org.eclipse.jetty.util.IteratingCallback
-
Method to invoke when the asynchronous sub-task fails, or to fail the overall asynchronous task and therefore terminate the iteration.
- failed(Throwable) - Method in class org.eclipse.jetty.util.Promise.Adapter
- failed(Throwable) - Method in class org.eclipse.jetty.util.Promise.Completable
- failed(Throwable) - Method in interface org.eclipse.jetty.util.Promise
-
Callback invoked when the operation fails.
- failed(Throwable) - Method in class org.eclipse.jetty.util.Promise.Wrapper
- failed(Throwable) - Method in class org.eclipse.jetty.util.SharedBlockingCallback.Blocker
- failed(Throwable) - Method in class org.eclipse.jetty.websocket.common.BlockingWriteCallback.WriteBlocker
- failed(Throwable) - Method in class org.eclipse.jetty.websocket.common.io.DisconnectCallback
- Failed(String) - Constructor for exception org.eclipse.jetty.server.Authentication.Failed
- FAILED - Static variable in class org.eclipse.jetty.deploy.AppLifeCycle
- FAILED - Static variable in class org.eclipse.jetty.util.component.AbstractLifeCycle
- FAILED_DEPENDENCY - org.eclipse.jetty.http.HttpStatus.Code
- FAILED_DEPENDENCY_424 - Static variable in class org.eclipse.jetty.http.HttpStatus
- FAILED_EVENT - Static variable in class org.eclipse.jetty.osgi.boot.utils.EventSender
- FAILED_TLS_HANDSHAKE - Static variable in class org.eclipse.jetty.websocket.api.StatusCode
-
1015 is a reserved value and MUST NOT be set as a status code in a Close control frame by an endpoint.
- failedCallback(Callback, Throwable) - Method in class org.eclipse.jetty.io.AbstractConnection
- failure - Variable in class org.eclipse.jetty.client.SendFailure
- FAILURE - org.eclipse.jetty.http2.frames.FrameType
- FailureFrame - Class in org.eclipse.jetty.http2.frames
- FailureFrame(int, String, Throwable) - Constructor for class org.eclipse.jetty.http2.frames.FailureFrame
- FAKE_WEBAPP - Static variable in class org.eclipse.jetty.maven.plugin.JettyRunMojo
- FakeURLClassLoader - Class in org.eclipse.jetty.osgi.boot.utils
-
FakeURLClassLoader
- FakeURLClassLoader(ClassLoader, URL[]) - Constructor for class org.eclipse.jetty.osgi.boot.utils.FakeURLClassLoader
- fallback(HttpServletRequest, HttpServletResponse, FilterChain, String) - Method in class org.eclipse.jetty.fcgi.server.proxy.TryFilesFilter
- False - org.eclipse.jetty.webapp.MetaDataComplete
- FASTCGI_ENV_NAMES_INIT_PARAM - Static variable in class org.eclipse.jetty.fcgi.server.proxy.FastCGIProxyServlet
- FASTCGI_HTTPS_INIT_PARAM - Static variable in class org.eclipse.jetty.fcgi.server.proxy.FastCGIProxyServlet
- FastCGIProxyServlet - Class in org.eclipse.jetty.fcgi.server.proxy
-
Specific implementation of
AsyncProxyServlet.Transparent
for FastCGI. - FastCGIProxyServlet() - Constructor for class org.eclipse.jetty.fcgi.server.proxy.FastCGIProxyServlet
- FastFileServer - Class in org.eclipse.jetty.embedded
-
Fast FileServer.
- FastFileServer() - Constructor for class org.eclipse.jetty.embedded.FastFileServer
- fatal(Object) - Method in class org.eclipse.jetty.apache.jsp.JuliLog
- fatal(Object, Throwable) - Method in class org.eclipse.jetty.apache.jsp.JuliLog
- FCGI - Class in org.eclipse.jetty.fcgi
- FCGI.FrameType - Enum in org.eclipse.jetty.fcgi
- FCGI.Headers - Class in org.eclipse.jetty.fcgi
- FCGI.Role - Enum in org.eclipse.jetty.fcgi
- FCGI.StreamType - Enum in org.eclipse.jetty.fcgi
- fetchRoles() - Method in class org.eclipse.jetty.jaas.spi.AbstractLoginModule.JAASUserInfo
- fetchRoles() - Method in class org.eclipse.jetty.jaas.spi.UserInfo
- Field(String, String) - Constructor for class org.eclipse.jetty.util.Fields.Field
- FIELD - org.eclipse.jetty.http.HttpParser.FieldState
- FIELD - org.eclipse.jetty.http.MultiPartParser.FieldState
- FIELD_COLON - org.eclipse.jetty.http.HttpComplianceSection
- FIELD_NAME_CASE_INSENSITIVE - org.eclipse.jetty.http.HttpComplianceSection
- FieldInfo(AnnotationParser.ClassInfo, String, int, String, String, Object) - Constructor for class org.eclipse.jetty.annotations.AnnotationParser.FieldInfo
- Fields - Class in org.eclipse.jetty.util
-
A container for name/value pairs, known as fields.
- Fields() - Constructor for class org.eclipse.jetty.util.Fields
-
Creates an empty, modifiable, case insensitive
Fields
instance. - Fields(boolean) - Constructor for class org.eclipse.jetty.util.Fields
-
Creates an empty, modifiable, case insensitive
Fields
instance. - Fields(Fields, boolean) - Constructor for class org.eclipse.jetty.util.Fields
- Fields.Field - Class in org.eclipse.jetty.util
-
A named list of string values.
- file(Path) - Method in interface org.eclipse.jetty.client.api.Request
-
Shortcut method to specify a file as a content for this request, with the default content type of "application/octect-stream".
- file(Path) - Method in class org.eclipse.jetty.client.HttpRequest
- file(Path, String) - Method in interface org.eclipse.jetty.client.api.Request
-
Shortcut method to specify a file as a content for this request, with the given content type.
- file(Path, String) - Method in class org.eclipse.jetty.client.HttpRequest
- FILE_SIZE_THRESHOLD - Static variable in class org.eclipse.jetty.http.jmh.MultiPartBenchmark
- fileAdded(String) - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
- fileAdded(String) - Method in class org.eclipse.jetty.deploy.providers.WebAppProvider
- fileAdded(String) - Method in interface org.eclipse.jetty.util.Scanner.DiscreteListener
- fileAdded(String) - Method in class org.eclipse.jetty.util.ssl.KeyStoreScanner
- FileArg - Class in org.eclipse.jetty.start
- FileArg(String) - Constructor for class org.eclipse.jetty.start.FileArg
- FileArg(Module, String) - Constructor for class org.eclipse.jetty.start.FileArg
- FileBufferedResponseHandler - 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. - FileBufferedResponseHandler() - Constructor for class org.eclipse.jetty.server.handler.FileBufferedResponseHandler
- fileChanged(String) - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
- fileChanged(String) - Method in class org.eclipse.jetty.deploy.providers.WebAppProvider
- fileChanged(String) - Method in interface org.eclipse.jetty.util.Scanner.DiscreteListener
- fileChanged(String) - Method in class org.eclipse.jetty.util.ssl.KeyStoreScanner
- FileDestroyable - Class in org.eclipse.jetty.util.component
- FileDestroyable() - Constructor for class org.eclipse.jetty.util.component.FileDestroyable
- FileDestroyable(File) - Constructor for class org.eclipse.jetty.util.component.FileDestroyable
- FileDestroyable(String) - Constructor for class org.eclipse.jetty.util.component.FileDestroyable
- FileID - Class in org.eclipse.jetty.deploy.util
-
Simple, yet surprisingly common utility methods for identifying various file types commonly seen and worked with in a deployment scenario.
- FileID() - Constructor for class org.eclipse.jetty.deploy.util.FileID
- FileInitializer - Class in org.eclipse.jetty.start
-
Interface for initializing a file resource.
- FileInitializer(BaseHome, String...) - Constructor for class org.eclipse.jetty.start.FileInitializer
- FileMatchingConfiguration - Class in org.eclipse.jetty.ant.types
-
Describes set of files matched by
<fileset/>
elements in ant configuration file. - FileMatchingConfiguration() - Constructor for class org.eclipse.jetty.ant.types.FileMatchingConfiguration
- fileNamesAsURLs(String, String) - Static method in class org.eclipse.jetty.osgi.boot.utils.Util
-
Treating the string as a separated list of filenames, convert and return the list of urls.
- FileNoticeLifeCycleListener - Class in org.eclipse.jetty.util.component
-
A LifeCycle Listener that writes state changes to a file.
- FileNoticeLifeCycleListener(String) - Constructor for class org.eclipse.jetty.util.component.FileNoticeLifeCycleListener
- fileRemoved(String) - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
- fileRemoved(String) - Method in class org.eclipse.jetty.deploy.providers.WebAppProvider
- fileRemoved(String) - Method in interface org.eclipse.jetty.util.Scanner.DiscreteListener
- fileRemoved(String) - Method in class org.eclipse.jetty.util.ssl.KeyStoreScanner
- FileResource - Class in org.eclipse.jetty.util.resource
-
Deprecated.Use
PathResource
- FileResource(File) - Constructor for class org.eclipse.jetty.util.resource.FileResource
-
Deprecated.
- FileResource(File, String) - Constructor for class org.eclipse.jetty.util.resource.FileResource
-
Deprecated.
- FileResource(URI) - Constructor for class org.eclipse.jetty.util.resource.FileResource
-
Deprecated.
- FileResource(URL) - Constructor for class org.eclipse.jetty.util.resource.FileResource
-
Deprecated.
- Files() - Constructor for class org.eclipse.jetty.start.NaturalSort.Files
- FILES_INIT_PARAM - Static variable in class org.eclipse.jetty.fcgi.server.proxy.TryFilesFilter
- filesChanged(List<String>) - Method in class org.eclipse.jetty.ant.ServerProxyImpl.WebAppScannerListener
- filesChanged(List<String>) - Method in interface org.eclipse.jetty.util.Scanner.BulkListener
- fileSeparators(String) - Static method in class org.eclipse.jetty.maven.plugin.JettyRunMojo
- FileServer - Class in org.eclipse.jetty.embedded
-
Simple Jetty FileServer.
- FileServer() - Constructor for class org.eclipse.jetty.embedded.FileServer
- FileServerXml - Class in org.eclipse.jetty.embedded
-
A Jetty FileServer.
- FileServerXml() - Constructor for class org.eclipse.jetty.embedded.FileServerXml
- FileSessionDataStore - Class in org.eclipse.jetty.server.session
-
FileSessionDataStore A file-based store of session data.
- FileSessionDataStore() - Constructor for class org.eclipse.jetty.server.session.FileSessionDataStore
- FileSessionDataStoreFactory - Class in org.eclipse.jetty.server.session
-
FileSessionDataStoreFactory
- FileSessionDataStoreFactory() - Constructor for class org.eclipse.jetty.server.session.FileSessionDataStoreFactory
- fill(ByteBuffer) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
- fill(ByteBuffer) - Method in class org.eclipse.jetty.io.ChannelEndPoint
- fill(ByteBuffer) - Method in interface org.eclipse.jetty.io.EndPoint
-
Fill the passed buffer with data from this endpoint.
- fill(ByteBuffer) - Method in class org.eclipse.jetty.io.NetworkTrafficSocketChannelEndPoint
- fill(ByteBuffer) - Method in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
- fill(ByteBuffer) - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
- fill(ByteBuffer, byte[], int, int) - Static method in class org.eclipse.jetty.util.BufferUtil
-
Like append, but does not throw
BufferOverflowException
- fillable() - Method in class org.eclipse.jetty.io.FillInterest
-
Call to signal that a read is now possible.
- fillAndParseForContent() - Method in class org.eclipse.jetty.server.HttpConnection
-
Fill and parse data looking for content
- FillInterest - Class in org.eclipse.jetty.io
-
A Utility class to help implement
EndPoint.fillInterested(Callback)
by keeping state and calling the context and callback objects. - FillInterest() - Constructor for class org.eclipse.jetty.io.FillInterest
- fillInterested() - Method in class org.eclipse.jetty.client.http.HttpReceiverOverHTTP
- fillInterested() - Method in class org.eclipse.jetty.io.AbstractConnection
-
Utility method to be called to register read interest.
- fillInterested() - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection
- fillInterested(Callback) - Method in class org.eclipse.jetty.io.AbstractEndPoint
- fillInterested(Callback) - Method in interface org.eclipse.jetty.io.EndPoint
-
Requests callback methods to be invoked when a call to
EndPoint.fill(ByteBuffer)
would return data or EOF. - fillInterested(Callback) - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
- Filter() - Constructor for class org.eclipse.jetty.deploy.providers.WebAppProvider.Filter
- FILTER - org.eclipse.jetty.fcgi.FCGI.Role
- FilterHolder - Class in org.eclipse.jetty.servlet
- FilterHolder() - Constructor for class org.eclipse.jetty.servlet.FilterHolder
-
Constructor
- FilterHolder(Class<? extends Filter>) - Constructor for class org.eclipse.jetty.servlet.FilterHolder
-
Constructor
- FilterHolder(Filter) - Constructor for class org.eclipse.jetty.servlet.FilterHolder
-
Constructor for existing filter.
- FilterHolder(Source) - Constructor for class org.eclipse.jetty.servlet.FilterHolder
-
Constructor
- FilterHolder.Registration - Class in org.eclipse.jetty.servlet
- FilterHolder.WrapFunction - Interface in org.eclipse.jetty.servlet
-
Experimental Wrapper mechanism for Filter objects.
- FilterHolder.Wrapper - Class in org.eclipse.jetty.servlet
- FilterMapping - Class in org.eclipse.jetty.servlet
- FilterMapping() - Constructor for class org.eclipse.jetty.servlet.FilterMapping
- FilterMappingMBean - Class in org.eclipse.jetty.servlet.jmx
- FilterMappingMBean(Object) - Constructor for class org.eclipse.jetty.servlet.jmx.FilterMappingMBean
- filterServerResponseHeader(HttpServletRequest, Response, String, String) - Method in class org.eclipse.jetty.proxy.AbstractProxyServlet
- filterServerResponseHeader(HttpServletRequest, Response, String, String) - Method in class org.eclipse.jetty.proxy.BalancerServlet
- finalize() - Method in class org.eclipse.jetty.util.resource.Resource
- find(Request, Response) - Method in class org.eclipse.jetty.client.ProtocolHandlers
-
Finds the first protocol handler that
accepts
the given request and response. - findAndFilterContainerPaths(WebAppContext) - Method in class org.eclipse.jetty.webapp.WebInfConfiguration
-
Find jars and directories that are on the container's classpath and apply an optional filter.
- findAndFilterWebAppPaths(WebAppContext) - Method in class org.eclipse.jetty.webapp.WebInfConfiguration
-
Finds the jars that are either physically or virtually in WEB-INF/lib, and applies an optional filter to their full pathnames.
- findAuthentication(String, URI, String) - Method in interface org.eclipse.jetty.client.api.AuthenticationStore
-
Returns the authentication that matches the given type (for example, "Basic" or "Digest"), the given request URI and the given realm.
- findAuthentication(String, URI, String) - Method in class org.eclipse.jetty.client.HttpAuthenticationStore
- findAuthenticationResult(URI) - Method in interface org.eclipse.jetty.client.api.AuthenticationStore
-
Returns an
Authentication.Result
that matches the given URI, or null if noAuthentication.Result
s match the given URI. - findAuthenticationResult(URI) - Method in class org.eclipse.jetty.client.HttpAuthenticationStore
- findBean(ObjectName) - Method in class org.eclipse.jetty.jmx.MBeanContainer
-
Lookup an instance by object name
- findClass(String) - Method in class org.eclipse.jetty.ant.AntWebAppContext.AntURLClassLoader
- findClass(String) - Method in class org.eclipse.jetty.osgi.boot.internal.webapp.OSGiWebappClassLoader
- findClass(String) - Method in class org.eclipse.jetty.osgi.boot.utils.OSGiClassLoader
- findClass(String) - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
- findClassDirs(WebAppContext) - Method in class org.eclipse.jetty.maven.plugin.MavenWebInfConfiguration
-
Add in the classes dirs from test/classes and target/classes
- findClassDirs(WebAppContext) - Method in class org.eclipse.jetty.webapp.WebInfConfiguration
- findConnectionHeaders(HttpServletRequest) - Method in class org.eclipse.jetty.proxy.AbstractProxyServlet
- findContainerOf(HandlerContainer, Class<T>, Handler) - Static method in class org.eclipse.jetty.server.handler.AbstractHandlerContainer
- findContentParser(FCGI.FrameType) - Method in class org.eclipse.jetty.fcgi.parser.ClientParser
- findContentParser(FCGI.FrameType) - Method in class org.eclipse.jetty.fcgi.parser.Parser
- findContentParser(FCGI.FrameType) - Method in class org.eclipse.jetty.fcgi.parser.ServerParser
- findContextHandlerCollection(Server) - Static method in class org.eclipse.jetty.maven.plugin.ServerSupport
- findContextName(ServletContext) - Method in class org.eclipse.jetty.server.DebugListener
- findDir(Bundle, String) - Static method in class org.eclipse.jetty.osgi.boot.internal.serverfactory.DefaultJettyAtJettyHomeHelper
-
Get a resource representing a directory inside a bundle.
- findEdges(Node) - Method in class org.eclipse.jetty.deploy.graph.Graph
-
Find all edges that are connected to the specific node, both as an outgoing
Edge.getFrom()
or incomingEdge.getTo()
end point. - findEdgesFrom(Node) - Method in class org.eclipse.jetty.deploy.graph.Graph
-
Find all edges that are connected
Edge.getFrom()
the specific node. - findEntries(Bundle, String) - Method in interface org.eclipse.jetty.osgi.boot.utils.BundleFileLocatorHelper
-
Helper method equivalent to Bundle#getEntry(String entryPath) except that it searches for entries in the fragments by using the findEntries method.
- findEntries(Bundle, String) - Method in class org.eclipse.jetty.osgi.boot.utils.internal.DefaultFileLocatorHelper
-
Helper method equivalent to Bundle#getEntry(String entryPath) except that it searches for entries in the fragments by using the Bundle#findEntries method.
- findExecutable(File, String) - Static method in class org.eclipse.jetty.start.CommandLineBuilder
- findExtraClasspathDirs(WebAppContext) - Method in class org.eclipse.jetty.webapp.WebInfConfiguration
-
Get class dirs from WebAppContext.getExtraClasspath as resources
- findExtraClasspathJars(WebAppContext) - Method in class org.eclipse.jetty.webapp.WebInfConfiguration
-
Get jars from WebAppContext.getExtraClasspath as resources
- findField(Class<?>, String, Class<?>, boolean, boolean) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
- findFile(String, String, String, Bundle) - Method in class org.eclipse.jetty.osgi.boot.AbstractOSGiApp
- findGenericClassFor(Class<?>, Class<?>) - Static method in class org.eclipse.jetty.websocket.common.util.ReflectUtils
-
Given a Base (concrete) Class, find the interface specified, and return its concrete Generic class declaration.
- findIdentityService() - Method in class org.eclipse.jetty.security.SecurityHandler
- findIndexForRole(Param.Role) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.JsrCallable
-
Search the list of parameters for first one matching the role specified.
- findInheritedField(Package, Class<?>, String, Class<?>, boolean) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
- findInheritedMethod(Package, Class<?>, String, Class<?>[], boolean) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
- findJars(WebAppContext) - Method in class org.eclipse.jetty.maven.plugin.MavenWebInfConfiguration
-
Get the jars to examine from the files from which we have synthesized the classpath.
- findJars(WebAppContext) - Method in class org.eclipse.jetty.osgi.boot.OSGiWebInfConfiguration
-
Consider the fragment bundles associated with the bundle of the webapp being deployed.
- findJars(WebAppContext) - Method in class org.eclipse.jetty.webapp.WebInfConfiguration
-
Look for jars that should be treated as if they are in WEB-INF/lib
- findJavaBin() - Static method in class org.eclipse.jetty.start.CommandLineBuilder
- findJettyWebXmlFile(File) - Method in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
-
Try and find a jetty-web.xml file, using some historical naming conventions if necessary.
- findJstlBundle() - Method in class org.eclipse.jetty.osgi.boot.jasper.ContainerTldBundleDiscoverer
-
Find the bundle that contains a jstl implementation class, which assumes that the jstl taglibs will be inside the same bundle.
- findLibrary(String) - Method in class org.eclipse.jetty.ant.AntWebAppContext.AntURLClassLoader
- findLoginService() - Method in class org.eclipse.jetty.security.SecurityHandler
- findMavenLocalRepoDir() - Method in class org.eclipse.jetty.start.StartArgs
- findMBean(Object) - Method in class org.eclipse.jetty.jmx.MBeanContainer
-
Lookup an object name by instance
- findMethod(Class<?>, String, Class<?>[], boolean, boolean) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
- findMethod(Package, Class<?>, String, boolean) - Method in class org.eclipse.jetty.plus.annotation.LifeCycleCallback
-
Find a method of the given name either directly in the given class, or inherited.
- findNextProtocol(Connector) - Method in class org.eclipse.jetty.server.AbstractConnectionFactory
- findNextProtocol(Connector, String) - Static method in class org.eclipse.jetty.server.AbstractConnectionFactory
- findParamForRole(Param.Role) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.JsrCallable
-
Find first param for specified role.
- findProtocolHandler(Request, Response) - Method in class org.eclipse.jetty.client.HttpClient
- findRequestName(ServletRequest) - Method in class org.eclipse.jetty.server.DebugListener
- findResource(String) - Method in class org.eclipse.jetty.ant.AntWebAppContext.AntURLClassLoader
- findResource(String) - Method in class org.eclipse.jetty.osgi.boot.internal.webapp.OSGiWebappClassLoader
- findResources(String) - Method in class org.eclipse.jetty.ant.AntWebAppContext.AntURLClassLoader
- findServerName(Server) - Method in class org.eclipse.jetty.security.jaspi.JaspiAuthenticatorFactory
-
Find a servername.
- findServerName(Server, Subject) - Method in class org.eclipse.jetty.security.jaspi.JaspiAuthenticatorFactory
-
Deprecated.
- findServiceSubject(Server) - Method in class org.eclipse.jetty.security.jaspi.JaspiAuthenticatorFactory
-
Find a service Subject.
- findWebFragments(WebAppContext, MetaData) - Method in class org.eclipse.jetty.webapp.FragmentConfiguration
-
Deprecated.
- findWebInfClassesDir(WebAppContext) - Method in class org.eclipse.jetty.webapp.WebInfConfiguration
-
Get
WEB-INF/classes
dir - findWebInfLibJars(WebAppContext) - Method in class org.eclipse.jetty.webapp.WebInfConfiguration
-
Look for jars in
WEB-INF/lib
- findWebXml(WebAppContext) - Method in class org.eclipse.jetty.webapp.WebXmlConfiguration
- finishConfigurationBeforeStart() - Method in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
- finishConfigurationBeforeStart() - Method in class org.eclipse.jetty.maven.plugin.JettyDeployWar
- finishConfigurationBeforeStart() - Method in class org.eclipse.jetty.maven.plugin.JettyRunMojo
- finishConfigurationBeforeStart() - Method in class org.eclipse.jetty.maven.plugin.JettyRunWarExplodedMojo
- finishConfigurationBeforeStart() - Method in class org.eclipse.jetty.maven.plugin.JettyRunWarMojo
- finishConfigurationBeforeStart() - Method in class org.eclipse.jetty.maven.plugin.JettyStartMojo
- finished - Variable in class org.eclipse.jetty.websocket.common.message.SimpleBinaryMessage
- finished - Variable in class org.eclipse.jetty.websocket.common.message.SimpleTextMessage
- finishInvalidate() - Method in class org.eclipse.jetty.server.session.Session
-
Call HttpSessionAttributeListeners as part of invalidating a Session.
- finRsvOp - Variable in class org.eclipse.jetty.websocket.common.WebSocketFrame
-
Combined FIN + RSV1 + RSV2 + RSV3 + OpCode byte.
- FIRST - org.eclipse.jetty.util.Pool.StrategyType
-
A strategy that looks for an entry always starting from the first entry.
- FIRST_OCTETS - org.eclipse.jetty.http.MultiPartParser.State
- firstEdge() - Method in class org.eclipse.jetty.deploy.graph.Path
- firstNode() - Method in class org.eclipse.jetty.deploy.graph.Path
- FixedMasker - Class in org.eclipse.jetty.websocket.client.masks
- FixedMasker() - Constructor for class org.eclipse.jetty.websocket.client.masks.FixedMasker
- FixedMasker(byte[]) - Constructor for class org.eclipse.jetty.websocket.client.masks.FixedMasker
- fixJspFactory() - Method in class org.eclipse.jetty.osgi.boot.jasper.ContainerTldBundleDiscoverer
-
Some versions of JspFactory do Class.forName, which probably won't work in an OSGi environment.
- Flags - Interface in org.eclipse.jetty.http2
- flattenBindings(Context, String) - Static method in class org.eclipse.jetty.jndi.NamingUtil
-
Do a deep listing of the bindings for a context.
- flipPutFlip(ByteBuffer, ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
-
Deprecated.
- flipToFill(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
-
Flip the buffer to fill mode.
- flipToFlush(ByteBuffer, int) - Static method in class org.eclipse.jetty.util.BufferUtil
-
Flip the buffer to Flush mode.
- FLOAT - Static variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
- FloatDecoder - Class in org.eclipse.jetty.websocket.jsr356.decoders
-
Default implementation of the Text Message to
Float
decoder - FloatDecoder() - Constructor for class org.eclipse.jetty.websocket.jsr356.decoders.FloatDecoder
- FloatEncoder - Class in org.eclipse.jetty.websocket.jsr356.encoders
-
Default encoder for
Float
toEncoder.Text
Message encoder - FloatEncoder() - Constructor for class org.eclipse.jetty.websocket.jsr356.encoders.FloatEncoder
- FLOW_CONTROL_ERROR - org.eclipse.jetty.http2.ErrorCode
-
Indicates an HTTP/2 flow control violation.
- FlowControlStrategy - Interface in org.eclipse.jetty.http2
- FlowControlStrategy.Factory - Interface in org.eclipse.jetty.http2
- flush() - Method in class org.eclipse.jetty.client.util.DeferredContentProvider
- flush() - Method in class org.eclipse.jetty.io.ByteBufferOutputStream
- flush() - Method in class org.eclipse.jetty.io.WriterOutputStream
- flush() - Method in class org.eclipse.jetty.server.HttpOutput
- flush() - Method in class org.eclipse.jetty.server.HttpWriter
- flush() - Method in class org.eclipse.jetty.server.ResponseWriter
- flush() - Method in class org.eclipse.jetty.servlets.EventSourceServlet.EventSourceEmitter
- flush() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
- flush() - Method in class org.eclipse.jetty.util.log.JettyLogHandler
- flush() - Method in class org.eclipse.jetty.util.RolloverFileOutputStream
- flush() - Method in interface org.eclipse.jetty.websocket.api.RemoteEndpoint
-
Flushes messages that may have been batched by the implementation.
- flush() - Method in class org.eclipse.jetty.websocket.common.message.MessageOutputStream
- flush() - Method in class org.eclipse.jetty.websocket.common.message.MessageWriter
- flush() - Method in class org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint
- flush(ByteBuffer...) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
- flush(ByteBuffer...) - Method in class org.eclipse.jetty.io.ChannelEndPoint
- flush(ByteBuffer...) - Method in interface org.eclipse.jetty.io.EndPoint
-
Flush data from the passed header/buffer to this endpoint.
- flush(ByteBuffer...) - Method in class org.eclipse.jetty.io.NetworkTrafficSocketChannelEndPoint
- flush(ByteBuffer...) - Method in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
- flush(ByteBuffer[]) - Method in class org.eclipse.jetty.io.WriteFlusher
-
Flushes the buffers iteratively until no progress is made.
- flush(ByteBuffer...) - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
- flush(Generator.Result...) - Method in class org.eclipse.jetty.fcgi.client.http.HttpChannelOverFCGI
- flush(Generator.Result...) - Method in class org.eclipse.jetty.fcgi.generator.Flusher
- FLUSH - org.eclipse.jetty.http.HttpGenerator.Result
- FLUSH_FRAME - Static variable in class org.eclipse.jetty.websocket.common.io.FrameFlusher
- flushBatch() - Method in class org.eclipse.jetty.websocket.jsr356.AbstractJsrRemote
- flushBuffer() - Method in class org.eclipse.jetty.server.Response
- flushCache() - Method in class org.eclipse.jetty.server.CachedContentFactory
- Flusher - Class in org.eclipse.jetty.fcgi.generator
- Flusher(EndPoint) - Constructor for class org.eclipse.jetty.fcgi.generator.Flusher
- FOLLOW_LINKS - Static variable in class org.eclipse.jetty.server.AllowedResourceAliasChecker
- followRedirects(boolean) - Method in interface org.eclipse.jetty.client.api.Request
- followRedirects(boolean) - Method in class org.eclipse.jetty.client.HttpRequest
- FORBIDDEN - org.eclipse.jetty.http.HttpStatus.Code
- FORBIDDEN_403 - Static variable in class org.eclipse.jetty.http.HttpStatus
- FORCED - org.eclipse.jetty.server.ForwardedRequestCustomizer.Source
- ForceRequestHeaderValueRule - Class in org.eclipse.jetty.rewrite.handler
- ForceRequestHeaderValueRule() - Constructor for class org.eclipse.jetty.rewrite.handler.ForceRequestHeaderValueRule
- forCharset(Charset) - Static method in interface org.eclipse.jetty.util.CharsetStringBuilder
- forkPath() - Method in class org.eclipse.jetty.deploy.graph.Path
- forkWebXml - Variable in class org.eclipse.jetty.maven.plugin.JettyRunForkedMojo
-
The file into which to generate the quickstart web xml for the forked process to use
- FORM(String, Fields) - Method in class org.eclipse.jetty.client.HttpClient
-
Performs a POST request to the specified URI with the given form parameters.
- FORM(URI, Fields) - Method in class org.eclipse.jetty.client.HttpClient
-
Performs a POST request to the specified URI with the given form parameters.
- FORM_ENCODED - org.eclipse.jetty.http.MimeTypes.Type
- format(long) - Method in class org.eclipse.jetty.util.DateCache
-
Format a date according to our stored formatter.
- format(long) - Method in class org.eclipse.jetty.util.jmh.DateCacheNoTick
-
Format a date according to our stored formatter.
- format(long) - Method in class org.eclipse.jetty.util.jmh.DateCacheSimpleDateFormat
-
Format a date according to our stored formatter.
- format(String, Object...) - Method in class org.eclipse.jetty.server.ResponseWriter
- format(Date) - Method in class org.eclipse.jetty.util.DateCache
-
Format a date according to our stored formatter.
- format(Date) - Method in class org.eclipse.jetty.util.jmh.DateCacheNoTick
-
Format a date according to our stored formatter.
- format(Date) - Method in class org.eclipse.jetty.util.jmh.DateCacheSimpleDateFormat
-
Format a date according to our stored formatter.
- format(Locale, String, Object...) - Method in class org.eclipse.jetty.server.ResponseWriter
- formatAddrOrHost(String) - Method in class org.eclipse.jetty.server.HttpChannel
-
Format the address or host returned from Request methods
- formatCookieDate(long) - Static method in class org.eclipse.jetty.http.DateGenerator
-
Format "EEE, dd-MMM-yyyy HH:mm:ss 'GMT'" for cookies
- formatCookieDate(StringBuilder, long) - Static method in class org.eclipse.jetty.http.DateGenerator
-
Format "EEE, dd-MMM-yyyy HH:mm:ss 'GMT'" for cookies
- formatDate(long) - Static method in class org.eclipse.jetty.http.DateGenerator
-
Format HTTP date "EEE, dd MMM yyyy HH:mm:ss 'GMT'"
- formatMethodCallError(Object...) - Method in class org.eclipse.jetty.websocket.common.events.annotated.CallableMethod
- formatNow(long) - Method in class org.eclipse.jetty.util.DateCache
-
Format a date according to our stored formatter.
- formatNow(long) - Method in class org.eclipse.jetty.util.jmh.DateCacheNoTick
-
Format a date according to our stored formatter.
- formatNow(long) - Method in class org.eclipse.jetty.util.jmh.DateCacheSimpleDateFormat
-
Format a date according to our stored formatter.
- formatTick(long) - Method in class org.eclipse.jetty.util.DateCache
- formatTick(long) - Method in class org.eclipse.jetty.util.jmh.DateCacheSimpleDateFormat
- FormAuthentication(String, UserIdentity) - Constructor for class org.eclipse.jetty.security.authentication.FormAuthenticator.FormAuthentication
- FormAuthenticator - Class in org.eclipse.jetty.security.authentication
-
FORM Authenticator.
- FormAuthenticator() - Constructor for class org.eclipse.jetty.security.authentication.FormAuthenticator
- FormAuthenticator(String, String, boolean) - Constructor for class org.eclipse.jetty.security.authentication.FormAuthenticator
- FormAuthenticator.FormAuthentication - Class in org.eclipse.jetty.security.authentication
-
This Authentication represents a just completed Form authentication.
- FormAuthenticator.FormRequest - Class in org.eclipse.jetty.security.authentication
- FormAuthenticator.FormResponse - Class in org.eclipse.jetty.security.authentication
- FormAuthModule - Class in org.eclipse.jetty.security.jaspi.modules
-
Deprecated.
- FormAuthModule() - Constructor for class org.eclipse.jetty.security.jaspi.modules.FormAuthModule
-
Deprecated.
- FormAuthModule(CallbackHandler, String, String) - Constructor for class org.eclipse.jetty.security.jaspi.modules.FormAuthModule
-
Deprecated.
- FormContentProvider - Class in org.eclipse.jetty.client.util
-
A
ContentProvider
for form uploads with the "application/x-www-form-urlencoded" content type. - FormContentProvider(Fields) - Constructor for class org.eclipse.jetty.client.util.FormContentProvider
- FormContentProvider(Fields, Charset) - Constructor for class org.eclipse.jetty.client.util.FormContentProvider
- FormRequest(HttpServletRequest) - Constructor for class org.eclipse.jetty.security.authentication.FormAuthenticator.FormRequest
- FormResponse(HttpServletResponse) - Constructor for class org.eclipse.jetty.security.authentication.FormAuthenticator.FormResponse
- forward(ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.server.Dispatcher
- forward(ServletRequest, ServletResponse, DispatcherType) - Method in class org.eclipse.jetty.server.Dispatcher
- FORWARD - Static variable in class org.eclipse.jetty.servlet.FilterMapping
- ForwardBenchmark - Class in org.eclipse.jetty.server.jmh
- ForwardBenchmark() - Constructor for class org.eclipse.jetty.server.jmh.ForwardBenchmark
- FORWARDED - org.eclipse.jetty.http.HttpHeader
- FORWARDED - org.eclipse.jetty.server.ForwardedRequestCustomizer.Source
- ForwardedRequestCustomizer - Class in org.eclipse.jetty.server
-
Customize Requests for Proxy Forwarding.
- ForwardedRequestCustomizer() - Constructor for class org.eclipse.jetty.server.ForwardedRequestCustomizer
- ForwardedRequestCustomizer.Source - Enum in org.eclipse.jetty.server
-
Ordered Source Enum.
- ForwardedSchemeHeaderRule - Class in org.eclipse.jetty.rewrite.handler
-
Set the scheme for the request
- ForwardedSchemeHeaderRule() - Constructor for class org.eclipse.jetty.rewrite.handler.ForwardedSchemeHeaderRule
- forwardFailure(List<Response.ResponseListener>, Response, Throwable) - Method in class org.eclipse.jetty.client.ResponseNotifier
- forwardFailureComplete(List<Response.ResponseListener>, Request, Throwable, Response, Throwable) - Method in class org.eclipse.jetty.client.ResponseNotifier
- forwardIncoming(Frame, ByteAccumulator) - Method in class org.eclipse.jetty.websocket.common.extensions.compress.CompressExtension
- forwardSuccess(List<Response.ResponseListener>, Response) - Method in class org.eclipse.jetty.client.ResponseNotifier
- forwardSuccessComplete(List<Response.ResponseListener>, Request, Response) - Method in class org.eclipse.jetty.client.ResponseNotifier
- FOUND - org.eclipse.jetty.http.HttpStatus.Code
- FOUND_302 - Static variable in class org.eclipse.jetty.http.HttpStatus
- foundClass(String, URL) - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
- FRAGMENT_AND_REQUIRED_BUNDLES - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebInfConfiguration
- FRAGMENT_AND_REQUIRED_RESOURCES - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebInfConfiguration
- FRAGMENT_CONFIGURATION - Static variable in class org.eclipse.jetty.ant.AntWebAppContext
- FRAGMENT_RESOURCES - Static variable in class org.eclipse.jetty.webapp.FragmentConfiguration
- FragmentActivator - Class in org.eclipse.jetty.osgi.boot.jsp
-
FragmentActivator Sets up support for jsp and jstl.
- FragmentActivator() - Constructor for class org.eclipse.jetty.osgi.boot.jsp.FragmentActivator
- FragmentConfiguration - Class in org.eclipse.jetty.webapp
-
FragmentConfiguration
- FragmentConfiguration() - Constructor for class org.eclipse.jetty.webapp.FragmentConfiguration
- FragmentDescriptor - Class in org.eclipse.jetty.webapp
-
Fragment A web-fragment.xml descriptor.
- FragmentDescriptor(Resource) - Constructor for class org.eclipse.jetty.webapp.FragmentDescriptor
- FragmentDescriptor.OtherType - Enum in org.eclipse.jetty.webapp
- FragmentExtension - Class in org.eclipse.jetty.websocket.common.extensions.fragment
-
Fragment Extension
- FragmentExtension() - Constructor for class org.eclipse.jetty.websocket.common.extensions.fragment.FragmentExtension
- frame - Variable in class org.eclipse.jetty.http2.HTTP2Flusher.Entry
- Frame - Class in org.eclipse.jetty.http2.frames
- Frame - Interface in org.eclipse.jetty.websocket.api.extensions
-
An immutable websocket frame.
- Frame(FrameType) - Constructor for class org.eclipse.jetty.http2.frames.Frame
- FRAME_SIZE_ERROR - org.eclipse.jetty.http2.ErrorCode
-
Indicates that a frame has an invalid length.
- Frame.Type - Enum in org.eclipse.jetty.websocket.api.extensions
- FrameCaptureExtension - Class in org.eclipse.jetty.websocket.common.extensions
- FrameCaptureExtension() - Constructor for class org.eclipse.jetty.websocket.common.extensions.FrameCaptureExtension
- FrameFlusher - Class in org.eclipse.jetty.websocket.common.io
- FrameFlusher(ByteBufferPool, Generator, EndPoint, int, int) - Constructor for class org.eclipse.jetty.websocket.common.io.FrameFlusher
- FrameGenerator - Class in org.eclipse.jetty.http2.generator
- FrameGenerator(HeaderGenerator) - Constructor for class org.eclipse.jetty.http2.generator.FrameGenerator
- FrameList(HeadersFrame) - Constructor for class org.eclipse.jetty.http2.IStream.FrameList
-
Creates a frame list of just the given HEADERS frame.
- FrameList(HeadersFrame, DataFrame, HeadersFrame) - Constructor for class org.eclipse.jetty.http2.IStream.FrameList
-
Creates a frame list of the given frames.
- FramePipes - Class in org.eclipse.jetty.websocket.common.io
- FramePipes() - Constructor for class org.eclipse.jetty.websocket.common.io.FramePipes
- frames(IStream, List<? extends Frame>, Callback) - Method in class org.eclipse.jetty.http2.HTTP2Session
- frames(IStream, List<? extends Frame>, Callback) - Method in interface org.eclipse.jetty.http2.ISession
-
Enqueues the given frames to be written to the connection.
- FrameType - Enum in org.eclipse.jetty.http2.frames
- frameworkHasCompletedAutostarts() - Method in class org.eclipse.jetty.osgi.boot.utils.internal.PackageAdminServiceTracker
- from(byte) - Static method in enum org.eclipse.jetty.websocket.api.extensions.Frame.Type
- from(int) - Static method in enum org.eclipse.jetty.fcgi.FCGI.FrameType
- from(int) - Static method in enum org.eclipse.jetty.fcgi.FCGI.Role
- from(int) - Static method in enum org.eclipse.jetty.http2.ErrorCode
- from(int) - Static method in enum org.eclipse.jetty.http2.frames.FrameType
- from(Runnable) - Static method in interface org.eclipse.jetty.util.Callback
-
Creaste a callback that runs completed when it succeeds or fails
- from(Runnable, Consumer<Throwable>) - Static method in interface org.eclipse.jetty.util.Callback
-
Creates a callback from the given success and failure lambdas.
- from(Runnable, Callback) - Static method in interface org.eclipse.jetty.util.Callback
-
Create a nested callback that runs completed before completing the nested callback.
- from(String) - Static method in interface org.eclipse.jetty.http.pathmap.PathSpec
- from(String, Object...) - Static method in class org.eclipse.jetty.util.component.DumpableCollection
- from(String, String) - Static method in interface org.eclipse.jetty.http.pathmap.MatchedPath
- from(CompletableFuture<?>) - Static method in interface org.eclipse.jetty.util.Callback
-
Creates a non-blocking callback from the given incomplete CompletableFuture.
- from(CompletableFuture<?>, Invocable.InvocationType) - Static method in interface org.eclipse.jetty.util.Callback
-
Creates a callback from the given incomplete CompletableFuture, with the given
blocking
characteristic. - from(CompletableFuture<? super T>) - Static method in interface org.eclipse.jetty.util.Promise
-
Creates a promise from the given incomplete CompletableFuture.
- from(LoginService, Object) - Static method in interface org.eclipse.jetty.security.authentication.AuthorizationService
-
Wraps a
LoginService
as an AuthorizationService - from(Callback, Runnable) - Static method in interface org.eclipse.jetty.util.Callback
-
Create a nested callback that runs completed after completing the nested callback.
- from(Invocable.InvocationType, Runnable, Consumer<Throwable>) - Static method in interface org.eclipse.jetty.util.Callback
-
Creates a callback with the given InvocationType from the given success and failure lambdas.
- FROM - org.eclipse.jetty.http.HttpHeader
- fromArray(String, Object[]) - Static method in class org.eclipse.jetty.util.component.DumpableCollection
- fromDelay(long) - Static method in enum org.eclipse.jetty.servlets.DoSFilter.Action
-
Obtain the Action based on configured
DoSFilter.getDelayMs()
- fromEventsPerSecond(int) - Static method in class org.eclipse.jetty.http2.parser.WindowRateControl
- fromHexString(String) - Static method in class org.eclipse.jetty.util.TypeUtil
- fromJSON(String) - Method in class org.eclipse.jetty.util.ajax.JSON
-
Convert JSON to Object
- fromJSON(Map) - Method in interface org.eclipse.jetty.util.ajax.JSON.Convertible
- fromJSON(Map) - Method in interface org.eclipse.jetty.util.ajax.JSON.Convertor
- fromJSON(Map) - Method in class org.eclipse.jetty.util.ajax.JSONCollectionConvertor
- fromJSON(Map) - Method in class org.eclipse.jetty.util.ajax.JSONDateConvertor
- fromJSON(Map) - Method in class org.eclipse.jetty.util.ajax.JSONEnumConvertor
- fromJSON(Map) - Method in class org.eclipse.jetty.util.ajax.JSONObjectConvertor
- fromJSON(Map) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
- fromJSON(Map) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertorFactory
- fromName(String) - Static method in class org.eclipse.jetty.util.TypeUtil
-
Class from a canonical name for a type.
- fromProperties(JettyWebAppContext, File, Server, Map<String, String>) - Static method in class org.eclipse.jetty.maven.plugin.WebAppPropertyConverter
-
Configure a webapp from a properties file
- fromProperties(JettyWebAppContext, String, Server, Map<String, String>) - Static method in class org.eclipse.jetty.maven.plugin.WebAppPropertyConverter
-
Configure a webapp from a properties file.
- fromString(String) - Static method in enum org.eclipse.jetty.http.HttpMethod
-
Converts the given String parameter to an HttpMethod.
- fromString(String) - Static method in enum org.eclipse.jetty.http.HttpVersion
-
Case insensitive fromString() conversion
- fromVersion(int) - Static method in enum org.eclipse.jetty.http.HttpVersion
- FS - Class in org.eclipse.jetty.start
- FS() - Constructor for class org.eclipse.jetty.start.FS
- FutureCallback - Class in org.eclipse.jetty.util
- FutureCallback() - Constructor for class org.eclipse.jetty.util.FutureCallback
- FutureCallback(boolean) - Constructor for class org.eclipse.jetty.util.FutureCallback
- FutureCallback(Throwable) - Constructor for class org.eclipse.jetty.util.FutureCallback
- FuturePromise<C> - Class in org.eclipse.jetty.util
- FuturePromise() - Constructor for class org.eclipse.jetty.util.FuturePromise
- FuturePromise(C) - Constructor for class org.eclipse.jetty.util.FuturePromise
- FuturePromise(C, Throwable) - Constructor for class org.eclipse.jetty.util.FuturePromise
- FutureResponseListener - Class in org.eclipse.jetty.client.util
-
A
BufferingResponseListener
that is also aFuture
, to allow applications to block (indefinitely or for a timeout) untilFutureResponseListener.onComplete(Result)
is called, or toabort
the request/response conversation. - FutureResponseListener(Request) - Constructor for class org.eclipse.jetty.client.util.FutureResponseListener
- FutureResponseListener(Request, int) - Constructor for class org.eclipse.jetty.client.util.FutureResponseListener
- FutureWriteCallback - Class in org.eclipse.jetty.websocket.common.io
-
Allows events to a
WriteCallback
to drive aFuture
for the user. - FutureWriteCallback() - Constructor for class org.eclipse.jetty.websocket.common.io.FutureWriteCallback
G
- GATEWAY_INTERFACE - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
- GATEWAY_TIMEOUT - org.eclipse.jetty.http.HttpStatus.Code
- GATEWAY_TIMEOUT_504 - Static variable in class org.eclipse.jetty.http.HttpStatus
- gatherScannables() - Method in class org.eclipse.jetty.maven.plugin.JettyRunMojo
- GCloudSessionDataStore - Class in org.eclipse.jetty.gcloud.session
-
GCloudSessionDataStore
- GCloudSessionDataStore() - Constructor for class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
- GCloudSessionDataStore.EntityDataModel - Class in org.eclipse.jetty.gcloud.session
-
EntityDataModel Names of type of Entity and Entity properties for sessions.
- GCloudSessionDataStore.ExpiryInfo - Class in org.eclipse.jetty.gcloud.session
-
ExpiryInfo Information related to session expiry
- GCloudSessionDataStoreFactory - Class in org.eclipse.jetty.gcloud.session
-
GCloudSessionDataStoreFactory
- GCloudSessionDataStoreFactory() - Constructor for class org.eclipse.jetty.gcloud.session.GCloudSessionDataStoreFactory
- GCThreadLeakPreventer - Class in org.eclipse.jetty.util.preventers
-
Deprecated.fixed in jdvm 9b130, see https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8157570
- GCThreadLeakPreventer() - Constructor for class org.eclipse.jetty.util.preventers.GCThreadLeakPreventer
-
Deprecated.
- generate(ByteBufferPool.Lease) - Method in class org.eclipse.jetty.http2.HTTP2Flusher.Entry
- generate(ByteBufferPool.Lease, DataFrame, int) - Method in class org.eclipse.jetty.http2.generator.DataGenerator
- generate(ByteBufferPool.Lease, Frame) - Method in class org.eclipse.jetty.http2.generator.FrameGenerator
- generate(ByteBufferPool.Lease, Frame) - Method in class org.eclipse.jetty.http2.generator.GoAwayGenerator
- generate(ByteBufferPool.Lease, Frame) - Method in class org.eclipse.jetty.http2.generator.HeadersGenerator
- generate(ByteBufferPool.Lease, Frame) - Method in class org.eclipse.jetty.http2.generator.NoOpGenerator
- generate(ByteBufferPool.Lease, Frame) - Method in class org.eclipse.jetty.http2.generator.PingGenerator
- generate(ByteBufferPool.Lease, Frame) - Method in class org.eclipse.jetty.http2.generator.PrefaceGenerator
- generate(ByteBufferPool.Lease, Frame) - Method in class org.eclipse.jetty.http2.generator.PriorityGenerator
- generate(ByteBufferPool.Lease, Frame) - Method in class org.eclipse.jetty.http2.generator.PushPromiseGenerator
- generate(ByteBufferPool.Lease, Frame) - Method in class org.eclipse.jetty.http2.generator.ResetGenerator
- generate(ByteBufferPool.Lease, Frame) - Method in class org.eclipse.jetty.http2.generator.SettingsGenerator
- generate(ByteBufferPool.Lease, Frame) - Method in class org.eclipse.jetty.http2.generator.WindowUpdateGenerator
- generate(ByteBufferPool.Lease, FrameType, int, int, int, int) - Method in class org.eclipse.jetty.http2.generator.HeaderGenerator
- generateAcceptableResponse(Request, HttpServletRequest, HttpServletResponse, int, String) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
-
Generate an acceptable error response.
- generateAcceptableResponse(Request, HttpServletRequest, HttpServletResponse, int, String, String) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
-
Generate an acceptable error response for a mime type.
- generateContent(int, ByteBuffer, boolean, boolean, Callback, FCGI.FrameType) - Method in class org.eclipse.jetty.fcgi.generator.Generator
- generateData(ByteBufferPool.Lease, int, ByteBuffer, boolean, int) - Method in class org.eclipse.jetty.http2.generator.DataGenerator
- generateGoAway(ByteBufferPool.Lease, int, int, byte[]) - Method in class org.eclipse.jetty.http2.generator.GoAwayGenerator
- generateHeader(ByteBufferPool.Lease, FrameType, int, int, int) - Method in class org.eclipse.jetty.http2.generator.FrameGenerator
- generateHeaderBytes(Frame) - Method in class org.eclipse.jetty.websocket.common.Generator
- generateHeaderBytes(Frame, ByteBuffer) - Method in class org.eclipse.jetty.websocket.common.Generator
- generateHeaders(ByteBufferPool.Lease, int, MetaData, PriorityFrame, boolean) - Method in class org.eclipse.jetty.http2.generator.HeadersGenerator
- generatePing(ByteBufferPool.Lease, byte[], boolean) - Method in class org.eclipse.jetty.http2.generator.PingGenerator
- generatePriority(ByteBufferPool.Lease, int, int, int, boolean) - Method in class org.eclipse.jetty.http2.generator.PriorityGenerator
- generatePriorityBody(ByteBuffer, int, int, int, boolean) - Method in class org.eclipse.jetty.http2.generator.PriorityGenerator
- generatePushPromise(ByteBufferPool.Lease, int, int, MetaData) - Method in class org.eclipse.jetty.http2.generator.PushPromiseGenerator
- generateQuickstartWebXml(String) - Method in class org.eclipse.jetty.quickstart.QuickStartWebApp
- generateQuickStartWebXml(OutputStream) - Method in class org.eclipse.jetty.quickstart.QuickStartDescriptorGenerator
-
Perform the generation of the xml file
- generateRequest(MetaData.Request, ByteBuffer, ByteBuffer, ByteBuffer, boolean) - Method in class org.eclipse.jetty.http.HttpGenerator
- generateRequestContent(int, ByteBuffer, boolean, Callback) - Method in class org.eclipse.jetty.fcgi.generator.ClientGenerator
- generateRequestHeaders(int, HttpFields, Callback) - Method in class org.eclipse.jetty.fcgi.generator.ClientGenerator
- generateReset(ByteBufferPool.Lease, int, int) - Method in class org.eclipse.jetty.http2.generator.ResetGenerator
- generateResponse(MetaData.Response, boolean, ByteBuffer, ByteBuffer, ByteBuffer, boolean) - Method in class org.eclipse.jetty.http.HttpGenerator
- generateResponse(MetaData.Response, ByteBuffer, ByteBuffer, ByteBuffer, boolean) - Method in class org.eclipse.jetty.http.HttpGenerator
-
Deprecated.
- generateResponseContent(int, ByteBuffer, boolean, boolean, Callback) - Method in class org.eclipse.jetty.fcgi.generator.ServerGenerator
- generateResponseContent(ByteBuffer, boolean, Callback) - Method in class org.eclipse.jetty.fcgi.server.HttpTransportOverFCGI
- generateResponseHeaders(int, int, String, HttpFields, Callback) - Method in class org.eclipse.jetty.fcgi.generator.ServerGenerator
- generateResponseHeaders(MetaData.Response, Callback) - Method in class org.eclipse.jetty.fcgi.server.HttpTransportOverFCGI
- generateSettings(ByteBufferPool.Lease, Map<Integer, Integer>, boolean) - Method in class org.eclipse.jetty.http2.generator.SettingsGenerator
- generateThumbs(Queue<Map<String, String>>) - Method in class org.eclipse.jetty.example.asyncrest.AbstractRestServlet
- generateWholeFrame(Frame, ByteBuffer) - Method in class org.eclipse.jetty.websocket.common.Generator
-
Generate the whole frame (header + payload copy) into a single ByteBuffer.
- generateWindowUpdate(ByteBufferPool.Lease, int, int) - Method in class org.eclipse.jetty.http2.generator.WindowUpdateGenerator
- Generator - Class in org.eclipse.jetty.fcgi.generator
- Generator - Class in org.eclipse.jetty.http2.generator
- Generator - Class in org.eclipse.jetty.websocket.common
-
Generating a frame in WebSocket land.
- Generator(ByteBufferPool) - Constructor for class org.eclipse.jetty.fcgi.generator.Generator
- Generator(ByteBufferPool) - Constructor for class org.eclipse.jetty.http2.generator.Generator
- Generator(ByteBufferPool, int) - Constructor for class org.eclipse.jetty.http2.generator.Generator
- Generator(ByteBufferPool, int, int) - Constructor for class org.eclipse.jetty.http2.generator.Generator
-
Deprecated.
- Generator(WebSocketPolicy, ByteBufferPool) - Constructor for class org.eclipse.jetty.websocket.common.Generator
-
Construct Generator with provided policy and bufferPool
- Generator(WebSocketPolicy, ByteBufferPool, boolean) - Constructor for class org.eclipse.jetty.websocket.common.Generator
-
Construct Generator with provided policy and bufferPool
- Generator(WebSocketPolicy, ByteBufferPool, boolean, boolean) - Constructor for class org.eclipse.jetty.websocket.common.Generator
-
Construct Generator with provided policy and bufferPool
- Generator.Result - Class in org.eclipse.jetty.fcgi.generator
- get() - Method in class org.eclipse.jetty.client.util.FutureResponseListener
- get() - Static method in class org.eclipse.jetty.embedded.JettyDistribution
- get() - Method in class org.eclipse.jetty.util.component.Graceful.Shutdown
- get() - Method in class org.eclipse.jetty.util.FutureCallback
- get() - Method in class org.eclipse.jetty.util.FuturePromise
- get() - Method in class org.eclipse.jetty.websocket.jsr356.encoders.EncodeFailedFuture
- get(byte[], int, int) - Method in class org.eclipse.jetty.server.HttpInput.Content
- get(int) - Method in class org.eclipse.jetty.http2.hpack.HpackContext
- get(int) - Static method in enum org.eclipse.jetty.security.UserDataConstraint
- get(int) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
- get(int) - Method in class org.eclipse.jetty.xml.XmlParser.Node
-
Get the ith child node or content.
- get(long, TimeUnit) - Method in class org.eclipse.jetty.client.util.FutureResponseListener
- get(long, TimeUnit) - Method in class org.eclipse.jetty.client.util.InputStreamResponseListener
-
Waits for the given timeout for the response to be available, then returns it.
- get(long, TimeUnit) - Method in class org.eclipse.jetty.util.FutureCallback
- get(long, TimeUnit) - Method in class org.eclipse.jetty.util.FuturePromise
- get(long, TimeUnit) - Method in class org.eclipse.jetty.websocket.jsr356.encoders.EncodeFailedFuture
- get(Object) - Method in class org.eclipse.jetty.util.HostMap
- get(Object) - Method in class org.eclipse.jetty.util.IPAddressMap
-
Deprecated.Retrieve the object mapped to the specified internet address literal
- get(Object, int) - Static method in class org.eclipse.jetty.util.LazyList
-
Get item from the list
- get(String) - Method in class org.eclipse.jetty.http.HttpFields
- get(String) - Method in class org.eclipse.jetty.http2.hpack.HpackContext
- get(String) - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
-
Get a session object.
- get(String) - Method in interface org.eclipse.jetty.server.session.SessionCache
-
Get an existing Session.
- get(String) - Method in class org.eclipse.jetty.start.Modules
- get(String) - Method in class org.eclipse.jetty.util.AbstractTrie
- get(String) - Method in class org.eclipse.jetty.util.ArrayTernaryTrie.Growing
- get(String) - Method in class org.eclipse.jetty.util.Fields
- get(String) - Method in interface org.eclipse.jetty.util.Trie
-
Get an exact match from a String key
- get(String) - Method in class org.eclipse.jetty.xml.XmlParser.Node
-
Get the first child node with the tag.
- get(String, int, int) - Method in class org.eclipse.jetty.util.ArrayTernaryTrie
- get(String, int, int) - Method in class org.eclipse.jetty.util.ArrayTernaryTrie.Growing
- get(String, int, int) - Method in class org.eclipse.jetty.util.ArrayTrie
- get(String, int, int) - Method in class org.eclipse.jetty.util.TreeTrie
- get(String, int, int) - Method in interface org.eclipse.jetty.util.Trie
-
Get an exact match from a String key
- get(URI) - Method in class org.eclipse.jetty.util.HttpCookieStore.Empty
- get(URI) - Method in class org.eclipse.jetty.util.HttpCookieStore
- get(ByteBuffer) - Method in class org.eclipse.jetty.util.AbstractTrie
- get(ByteBuffer) - Method in class org.eclipse.jetty.util.ArrayTernaryTrie.Growing
- get(ByteBuffer) - Method in interface org.eclipse.jetty.util.Trie
-
Get an exact match from a segment of a ByteBuufer as key
- get(ByteBuffer, int, int) - Method in class org.eclipse.jetty.util.ArrayTernaryTrie
- get(ByteBuffer, int, int) - Method in class org.eclipse.jetty.util.ArrayTernaryTrie.Growing
- get(ByteBuffer, int, int) - Method in class org.eclipse.jetty.util.ArrayTrie
- get(ByteBuffer, int, int) - Method in class org.eclipse.jetty.util.TreeTrie
- get(ByteBuffer, int, int) - Method in interface org.eclipse.jetty.util.Trie
-
Get an exact match from a segment of a ByteBuufer as key
- get(HttpField) - Method in class org.eclipse.jetty.http2.hpack.HpackContext
- get(HttpHeader) - Method in class org.eclipse.jetty.http.HttpFields
- get(HttpHeader) - Method in class org.eclipse.jetty.http2.hpack.HpackContext
- get(PathSpec) - Method in class org.eclipse.jetty.http.pathmap.PathMappings
- get(HttpInput.Content, byte[], int, int) - Method in class org.eclipse.jetty.server.HttpInput
-
Copies the given content into the given byte buffer.
- get(WebSocketContainerScope) - Static method in class org.eclipse.jetty.websocket.client.HttpClientProvider
- GET - org.eclipse.jetty.http.HttpMethod
- GET(String) - Method in class org.eclipse.jetty.client.HttpClient
-
Performs a GET request to the specified URI.
- GET(URI) - Method in class org.eclipse.jetty.client.HttpClient
-
Performs a GET request to the specified URI.
- GET_AS_INT - Static variable in enum org.eclipse.jetty.http.HttpMethod
- GET_VALUES - org.eclipse.jetty.fcgi.FCGI.FrameType
- GET_VALUES_RESULT - org.eclipse.jetty.fcgi.FCGI.FrameType
- getAbortCause() - Method in interface org.eclipse.jetty.client.api.Request
- getAbortCause() - Method in class org.eclipse.jetty.client.HttpRequest
- getAcceptableWriter(Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
-
Deprecated.
- getAcceptedIssuers() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.X509ExtendedTrustManagerWrapper
- getAcceptedReceiveBufferSize() - Method in class org.eclipse.jetty.server.ServerConnector
- getAcceptedSendBufferSize() - Method in class org.eclipse.jetty.server.ServerConnector
- getAcceptedSubProtocol() - Method in interface org.eclipse.jetty.websocket.api.UpgradeResponse
-
Get the accepted WebSocket protocol.
- getAcceptedSubProtocol() - Method in class org.eclipse.jetty.websocket.common.UpgradeResponseAdapter
-
Get the accepted WebSocket protocol.
- getAcceptedSubProtocol() - Method in class org.eclipse.jetty.websocket.servlet.ServletUpgradeResponse
- getAcceptedTcpNoDelay() - Method in class org.eclipse.jetty.server.ServerConnector
- getAcceptEncodingField() - Method in class org.eclipse.jetty.client.HttpClient
- getAcceptorPriorityDelta() - Method in class org.eclipse.jetty.server.AbstractConnector
- getAcceptors() - Method in class org.eclipse.jetty.server.AbstractConnector
- getAcceptQueueSize() - Method in class org.eclipse.jetty.server.ServerConnector
- getAcceptQueueSize() - Method in class org.eclipse.jetty.unixsocket.UnixSocketConnector
- getAcceptRateLimit() - Method in class org.eclipse.jetty.server.AcceptRateLimit
- getAccess() - Method in class org.eclipse.jetty.annotations.AnnotationParser.ClassInfo
- getAccess() - Method in class org.eclipse.jetty.annotations.AnnotationParser.FieldInfo
- getAccess() - Method in class org.eclipse.jetty.annotations.AnnotationParser.MethodInfo
- getAccessed() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
- getAccessed() - Method in class org.eclipse.jetty.server.session.SessionData
- getAccessTimeColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- getActiveConnectionCount() - Method in class org.eclipse.jetty.client.AbstractConnectionPool
- getActiveConnections() - Method in class org.eclipse.jetty.client.AbstractConnectionPool
-
Deprecated.Relying on this method indicates a reliance on the implementation details.
- getActualValue(Number) - Method in interface org.eclipse.jetty.util.ajax.JSONPojoConvertor.NumberType
- getAddress() - Method in class org.eclipse.jetty.client.Origin
- getAddress() - Method in class org.eclipse.jetty.client.ProxyConfiguration.Proxy
- getAddress() - Method in class org.eclipse.jetty.http.spi.JettyHttpServer
- getAddress() - Method in class org.eclipse.jetty.jmx.ConnectorServer
- getAddresses() - Method in class org.eclipse.jetty.hazelcast.session.HazelcastSessionDataStoreFactory
- getAddressResolutionTimeout() - Method in class org.eclipse.jetty.client.HttpClient
- getAfters() - Method in class org.eclipse.jetty.webapp.FragmentDescriptor
- getAgent() - Method in interface org.eclipse.jetty.client.api.Request
- getAgent() - Method in class org.eclipse.jetty.client.HttpRequest
- getAlias() - Method in class org.eclipse.jetty.util.resource.FileResource
-
Deprecated.
- getAlias() - Method in class org.eclipse.jetty.util.resource.PathResource
- getAlias() - Method in class org.eclipse.jetty.util.resource.Resource
- getAlias() - Method in class org.eclipse.jetty.util.ssl.X509
- getAliasChecks() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getAliases() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- getAliasMapper() - Method in class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager
- getAliasPath() - Method in class org.eclipse.jetty.util.resource.PathResource
-
The Alias as a Path.
- getAllAncientExpiredSessionsStatement(Connection) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- getAllAttributeNames() - Method in class org.eclipse.jetty.nosql.NoSqlSessionDataStore.NoSqlSessionData
- getAllAttributes() - Method in class org.eclipse.jetty.server.session.SessionData
- getAllLines() - Method in class org.eclipse.jetty.start.TextFile
- getAllModules() - Method in class org.eclipse.jetty.start.StartArgs
- getAllowNullPathInfo() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getAllowUserInteraction() - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
- getAllResources() - Method in class org.eclipse.jetty.util.resource.Resource
- getAlterTableForMaxIntervalAsString() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- getAlwaysSaveUri() - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator
- getAndEnter(String, boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
-
Get a session object.
- getAndSetHi(int) - Method in class org.eclipse.jetty.util.AtomicBiInteger
-
Atomically sets the hi value without changing the lo value.
- getAndSetLo(int) - Method in class org.eclipse.jetty.util.AtomicBiInteger
-
Atomically sets the lo value without changing the hi value.
- getAnnotatedTypeNames() - Method in class org.eclipse.jetty.plus.annotation.ContainerInitializer
- getAnnotation() - Method in class org.eclipse.jetty.websocket.jsr356.annotations.AnnotatedEndpointMetadata
- getAnnotation() - Method in class org.eclipse.jetty.websocket.jsr356.client.AnnotatedClientEndpointMetadata
- getAnnotation() - Method in class org.eclipse.jetty.websocket.jsr356.server.AnnotatedServerEndpointMetadata
- getAnnotation(Class<A>) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.Param
- getApp() - Method in class org.eclipse.jetty.deploy.DeploymentManager.AppEntry
- getAppByOriginId(String) - Method in class org.eclipse.jetty.deploy.DeploymentManager
- getAppContext() - Method in class org.eclipse.jetty.security.jaspi.SimpleAuthConfig
- getAppEntries() - Method in class org.eclipse.jetty.deploy.DeploymentManager
- getApplicableTypeNames() - Method in class org.eclipse.jetty.plus.annotation.ContainerInitializer
- getApplicationData() - Method in class org.eclipse.jetty.websocket.jsr356.JsrPongMessage
- getAppProvider() - Method in class org.eclipse.jetty.deploy.App
- getAppProviders() - Method in class org.eclipse.jetty.deploy.DeploymentManager
- getAppProviders() - Method in class org.eclipse.jetty.deploy.jmx.DeploymentManagerMBean
- getApps() - Method in class org.eclipse.jetty.deploy.DeploymentManager
- getApps() - Method in class org.eclipse.jetty.deploy.jmx.DeploymentManagerMBean
- getApps(String) - Method in class org.eclipse.jetty.deploy.DeploymentManager
- getApps(String) - Method in class org.eclipse.jetty.deploy.jmx.DeploymentManagerMBean
- getApps(Node) - Method in class org.eclipse.jetty.deploy.DeploymentManager
- getAppsWithSameContext(App) - Method in class org.eclipse.jetty.deploy.DeploymentManager
- getArgs() - Method in class org.eclipse.jetty.start.CommandLineBuilder
- getArgs() - Method in class org.eclipse.jetty.start.config.CommandLineConfigSource
- getArgs() - Method in interface org.eclipse.jetty.start.config.ConfigSource
-
The list of Arguments for this ConfigSource
- getArgs() - Method in class org.eclipse.jetty.start.config.DirConfigSource
- getArrayConverter() - Method in class org.eclipse.jetty.util.ajax.AsyncJSON.Factory
- getArrayConverter() - Method in class org.eclipse.jetty.util.ajax.JSON
- getArtifactForOverlay(OverlayConfig, List<Artifact>) - Method in class org.eclipse.jetty.maven.plugin.JettyRunMojo
- getArtifactId() - Method in class org.eclipse.jetty.maven.plugin.OverlayConfig
- getArtifactPath(Artifact) - Method in class org.eclipse.jetty.maven.plugin.utils.MavenProjectHelper
-
Gets path to artifact.
- getAssociate() - Method in class org.eclipse.jetty.util.resource.Resource
- getAssumedEncodings() - Static method in class org.eclipse.jetty.http.MimeTypes
-
Access a mutable map of mime type to the charset assumed for that content type.
- getAsyncContext() - Method in class org.eclipse.jetty.proxy.ConnectHandler.ConnectContext
- getAsyncContext() - Method in class org.eclipse.jetty.server.AsyncContextEvent
- getAsyncContext() - Method in class org.eclipse.jetty.server.Request
- getAsyncContext() - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- getAsyncContextEvent() - Method in class org.eclipse.jetty.server.HttpChannelState
- getAsyncDispatches() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- getAsyncRemote() - Method in class org.eclipse.jetty.websocket.jsr356.JsrSession
- getAsyncRequests() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- getAsyncRequestsWaiting() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- getAsyncRequestsWaitingMax() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- getAsyncWriteTimeout() - Method in class org.eclipse.jetty.websocket.api.WebSocketPolicy
-
Deprecated.
- getAsyncWriteTimeout() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
-
Deprecated.
- getAttachment() - Method in class org.eclipse.jetty.client.http.HttpConnectionOverHTTP
- getAttachment() - Method in class org.eclipse.jetty.client.HttpConnection
- getAttachment() - Method in class org.eclipse.jetty.fcgi.client.http.HttpConnectionOverFCGI
- getAttachment() - Method in class org.eclipse.jetty.http2.HTTP2Stream
- getAttachment() - Method in interface org.eclipse.jetty.util.Attachable
- getAttribute(String) - Method in interface org.eclipse.jetty.continuation.Continuation
-
Deprecated.Get a request attribute.
- getAttribute(String) - Method in class org.eclipse.jetty.continuation.Servlet3Continuation
-
Deprecated.
- getAttribute(String) - Method in class org.eclipse.jetty.http.spi.JettyHttpExchange
- getAttribute(String) - Method in class org.eclipse.jetty.http.spi.JettyHttpExchangeDelegate
- getAttribute(String) - Method in class org.eclipse.jetty.http.spi.JettyHttpsExchange
- getAttribute(String) - Method in interface org.eclipse.jetty.http2.api.Stream
- getAttribute(String) - Method in class org.eclipse.jetty.http2.HTTP2Stream
- getAttribute(String) - Method in class org.eclipse.jetty.jmx.ObjectMBean
- getAttribute(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
- getAttribute(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getAttribute(String) - Method in class org.eclipse.jetty.server.HttpChannelState
- getAttribute(String) - Method in class org.eclipse.jetty.server.Request
-
Get Request Attribute.
- getAttribute(String) - Method in class org.eclipse.jetty.server.Server
- getAttribute(String) - Method in class org.eclipse.jetty.server.ServletAttributes
- getAttribute(String) - Method in class org.eclipse.jetty.server.session.Session
- getAttribute(String) - Method in class org.eclipse.jetty.server.session.SessionData
- getAttribute(String) - Method in interface org.eclipse.jetty.util.Attributes
- getAttribute(String) - Method in class org.eclipse.jetty.util.Attributes.Wrapper
- getAttribute(String) - Method in class org.eclipse.jetty.util.AttributesMap
- getAttribute(String) - Method in class org.eclipse.jetty.util.component.AttributeContainerMap
- getAttribute(String) - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- getAttribute(String) - Method in class org.eclipse.jetty.xml.XmlParser.Node
-
Get an element attribute.
- getAttribute(String, String) - Method in class org.eclipse.jetty.xml.XmlParser.Node
-
Get an element attribute.
- getAttributeEntrySet() - Method in class org.eclipse.jetty.util.AttributesMap
- getAttributeName() - Method in class org.eclipse.jetty.servlet.DecoratingListener
- getAttributeNames() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
- getAttributeNames() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getAttributeNames() - Method in class org.eclipse.jetty.server.Request
- getAttributeNames() - Method in class org.eclipse.jetty.server.Server
- getAttributeNames() - Method in class org.eclipse.jetty.server.session.Session
- getAttributeNames() - Method in interface org.eclipse.jetty.util.Attributes
- getAttributeNames() - Method in class org.eclipse.jetty.util.AttributesMap
- getAttributeNames() - Method in class org.eclipse.jetty.util.component.AttributeContainerMap
- getAttributeNames() - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- getAttributeNamesCopy(Attributes) - Static method in class org.eclipse.jetty.util.AttributesMap
- getAttributeNameSet() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getAttributeNameSet() - Method in class org.eclipse.jetty.server.Server
- getAttributeNameSet() - Method in class org.eclipse.jetty.server.ServletAttributes
- getAttributeNameSet() - Method in interface org.eclipse.jetty.util.Attributes
- getAttributeNameSet() - Method in class org.eclipse.jetty.util.Attributes.Wrapper
- getAttributeNameSet() - Method in class org.eclipse.jetty.util.AttributesMap
- getAttributeNameSet() - Method in class org.eclipse.jetty.util.component.AttributeContainerMap
- getAttributes() - Method in class org.eclipse.jetty.ant.types.Attributes
- getAttributes() - Method in interface org.eclipse.jetty.client.api.Request
- getAttributes() - Method in class org.eclipse.jetty.client.HttpRequest
- getAttributes() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
- getAttributes() - Method in class org.eclipse.jetty.http.spi.JettyHttpContext
- getAttributes() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getAttributes() - Method in class org.eclipse.jetty.server.Request
- getAttributes() - Method in class org.eclipse.jetty.server.session.Session
- getAttributes() - Method in class org.eclipse.jetty.util.Attributes.Wrapper
- getAttributes() - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- getAttributes() - Method in class org.eclipse.jetty.xml.XmlParser.Node
-
Get an array of element attributes.
- getAttributes(String[]) - Method in class org.eclipse.jetty.jmx.ObjectMBean
- getAttributeValue() - Method in enum org.eclipse.jetty.http.HttpCookie.SameSite
- getAuthContext(String, Subject, Map) - Method in class org.eclipse.jetty.security.jaspi.SimpleAuthConfig
- getAuthContextID(MessageInfo) - Method in class org.eclipse.jetty.security.jaspi.SimpleAuthConfig
- getAuthEndpoint() - Method in class org.eclipse.jetty.security.openid.OpenIdConfiguration
- getAuthenticate() - Method in class org.eclipse.jetty.util.security.Constraint
- getAuthenticateHeader() - Method in class org.eclipse.jetty.client.AuthenticationProtocolHandler
- getAuthenticateHeader() - Method in class org.eclipse.jetty.client.ProxyAuthenticationProtocolHandler
- getAuthenticateHeader() - Method in class org.eclipse.jetty.client.WWWAuthenticationProtocolHandler
- getAuthentication() - Method in class org.eclipse.jetty.server.Request
-
Get the authentication.
- getAuthentication(Request) - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Deprecated.Extract the user authentication
- getAuthentication(Request, boolean) - Static method in class org.eclipse.jetty.server.CustomRequestLog
-
Extract the user authentication
- getAuthenticationAttribute() - Method in class org.eclipse.jetty.client.AuthenticationProtocolHandler
- getAuthenticationAttribute() - Method in class org.eclipse.jetty.client.ProxyAuthenticationProtocolHandler
- getAuthenticationAttribute() - Method in class org.eclipse.jetty.client.WWWAuthenticationProtocolHandler
- getAuthenticationDuration() - Method in class org.eclipse.jetty.security.authentication.ConfigurableSpnegoAuthenticator
- getAuthenticationStore() - Method in class org.eclipse.jetty.client.HttpClient
- getAuthenticationURI(Request) - Method in class org.eclipse.jetty.client.AuthenticationProtocolHandler
- getAuthenticationURI(Request) - Method in class org.eclipse.jetty.client.ProxyAuthenticationProtocolHandler
- getAuthenticationURI(Request) - Method in class org.eclipse.jetty.client.WWWAuthenticationProtocolHandler
- getAuthenticator() - Method in class org.eclipse.jetty.http.spi.JettyHttpContext
- getAuthenticator() - Method in class org.eclipse.jetty.security.SecurityHandler
- getAuthenticator(Server, ServletContext, Authenticator.AuthConfiguration, IdentityService, LoginService) - Method in interface org.eclipse.jetty.security.Authenticator.Factory
- getAuthenticator(Server, ServletContext, Authenticator.AuthConfiguration, IdentityService, LoginService) - Method in class org.eclipse.jetty.security.DefaultAuthenticatorFactory
- getAuthenticator(Server, ServletContext, Authenticator.AuthConfiguration, IdentityService, LoginService) - Method in class org.eclipse.jetty.security.jaspi.JaspiAuthenticatorFactory
- getAuthenticator(Server, ServletContext, Authenticator.AuthConfiguration, IdentityService, LoginService) - Method in class org.eclipse.jetty.security.openid.OpenIdAuthenticatorFactory
- getAuthenticatorFactory() - Method in class org.eclipse.jetty.security.SecurityHandler
- getAuthMethod() - Method in class org.eclipse.jetty.security.AbstractUserAuthentication
- getAuthMethod() - Method in class org.eclipse.jetty.security.authentication.BasicAuthenticator
- getAuthMethod() - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
- getAuthMethod() - Method in class org.eclipse.jetty.security.authentication.ConfigurableSpnegoAuthenticator
- getAuthMethod() - Method in class org.eclipse.jetty.security.authentication.DigestAuthenticator
- getAuthMethod() - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator
- getAuthMethod() - Method in class org.eclipse.jetty.security.authentication.SpnegoAuthenticator
-
Deprecated.
- getAuthMethod() - Method in interface org.eclipse.jetty.security.Authenticator.AuthConfiguration
- getAuthMethod() - Method in interface org.eclipse.jetty.security.Authenticator
- getAuthMethod() - Method in class org.eclipse.jetty.security.jaspi.JaspiAuthenticator
- getAuthMethod() - Method in class org.eclipse.jetty.security.jaspi.JaspiMessageInfo
- getAuthMethod() - Method in class org.eclipse.jetty.security.openid.OpenIdAuthenticator
- getAuthMethod() - Method in class org.eclipse.jetty.security.openid.OpenIdConfiguration
- getAuthMethod() - Method in class org.eclipse.jetty.security.SecurityHandler
- getAuthMethod() - Method in interface org.eclipse.jetty.server.Authentication.User
- getAuthority() - Method in class org.eclipse.jetty.http.HttpURI
- getAuthorizationHeader() - Method in class org.eclipse.jetty.client.AuthenticationProtocolHandler
- getAuthorizationHeader() - Method in class org.eclipse.jetty.client.ProxyAuthenticationProtocolHandler
- getAuthorizationHeader() - Method in class org.eclipse.jetty.client.WWWAuthenticationProtocolHandler
- getAuthType() - Method in class org.eclipse.jetty.server.Request
- getAuthType() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
- getAuthType() - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- getAvailable() - Method in class org.eclipse.jetty.util.thread.ReservedThreadExecutor
- getAvailableExtensionNames() - Method in class org.eclipse.jetty.websocket.server.WebSocketServerFactory
- getAvailableExtensionNames() - Method in interface org.eclipse.jetty.websocket.servlet.WebSocketServletFactory
-
Get the set of available Extensions by registered name.
- getAvailableExtensions() - Method in class org.eclipse.jetty.websocket.api.extensions.ExtensionFactory
-
Deprecated.
- getAvailableReservedThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
- getAverageQueueLatency() - Method in class org.eclipse.jetty.util.thread.MonitoredQueuedThreadPool
- getAverageSelectedKeys() - Method in class org.eclipse.jetty.io.ManagedSelector
- getAverageTaskLatency() - Method in class org.eclipse.jetty.util.thread.MonitoredQueuedThreadPool
- getBackoffMs() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
- getBackoffMs() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStoreFactory
- getBase() - Method in class org.eclipse.jetty.start.BaseHome
- getBase64() - Method in class org.eclipse.jetty.client.api.Authentication.HeaderInfo
- getBaseAppFirst() - Method in class org.eclipse.jetty.maven.plugin.JettyWebAppContext
- getBaseDir() - Method in class org.eclipse.jetty.start.StartIni
- getBaseDirectories() - Method in class org.eclipse.jetty.ant.types.FileMatchingConfiguration
- getBaseHome() - Method in class org.eclipse.jetty.start.BaseBuilder
- getBaseHome() - Method in class org.eclipse.jetty.start.Main
- getBasePath() - Method in class org.eclipse.jetty.start.BaseHome
- getBasePath() - Method in class org.eclipse.jetty.start.config.CommandLineConfigSource
- getBasePath(String) - Method in class org.eclipse.jetty.start.BaseHome
-
Create a
Path
reference to some content in"${jetty.base}"
- getBaseRequest() - Method in class org.eclipse.jetty.server.HttpChannelState
- getBaseRequest(ServletRequest) - Static method in class org.eclipse.jetty.server.Request
-
Obtain the base
Request
instance of aServletRequest
, by coercion, unwrapping or special attribute. - getBaseResource() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getBaseResource() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
- getBaseType() - Method in enum org.eclipse.jetty.http.MimeTypes.Type
- getBasicRemote() - Method in class org.eclipse.jetty.websocket.jsr356.JsrSession
- getBatchingAllowed() - Method in class org.eclipse.jetty.websocket.jsr356.AbstractJsrRemote
- getBatchMode() - Method in interface org.eclipse.jetty.websocket.api.RemoteEndpoint
- getBatchMode() - Method in class org.eclipse.jetty.websocket.common.events.AbstractEventDriver
- getBatchMode() - Method in interface org.eclipse.jetty.websocket.common.events.EventDriver
- getBatchMode() - Method in class org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver
- getBatchMode() - Method in class org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint
- getBatchMode() - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
- getBatchMode() - Method in class org.eclipse.jetty.websocket.jsr356.JsrSession
- getBean(Class<T>) - Method in interface org.eclipse.jetty.util.component.Container
- getBean(Class<T>) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
- getBeans() - Method in interface org.eclipse.jetty.util.component.Container
- getBeans() - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
- getBeans(Class<T>) - Method in interface org.eclipse.jetty.util.component.Container
- getBeans(Class<T>) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
- getBefores() - Method in class org.eclipse.jetty.webapp.FragmentDescriptor
- getBehavior() - Method in class org.eclipse.jetty.websocket.api.WebSocketPolicy
- getBest(byte[]) - Method in interface org.eclipse.jetty.util.Trie
- getBest(byte[], int, int) - Method in class org.eclipse.jetty.util.AbstractTrie
- getBest(byte[], int, int) - Method in class org.eclipse.jetty.util.ArrayTernaryTrie
- getBest(byte[], int, int) - Method in class org.eclipse.jetty.util.ArrayTernaryTrie.Growing
- getBest(byte[], int, int) - Method in class org.eclipse.jetty.util.ArrayTrie
- getBest(byte[], int, int) - Method in class org.eclipse.jetty.util.TreeTrie
- getBest(byte[], int, int) - Method in interface org.eclipse.jetty.util.Trie
-
Get the best match from key in a byte array.
- getBest(String) - Method in class org.eclipse.jetty.util.AbstractTrie
- getBest(String) - Method in class org.eclipse.jetty.util.ArrayTernaryTrie
- getBest(String) - Method in class org.eclipse.jetty.util.ArrayTernaryTrie.Growing
- getBest(String) - Method in interface org.eclipse.jetty.util.Trie
-
Get the best match from key in a String.
- getBest(String, int, int) - Method in class org.eclipse.jetty.util.ArrayTernaryTrie
- getBest(String, int, int) - Method in class org.eclipse.jetty.util.ArrayTernaryTrie.Growing
- getBest(String, int, int) - Method in class org.eclipse.jetty.util.ArrayTrie
- getBest(String, int, int) - Method in class org.eclipse.jetty.util.TreeTrie
- getBest(String, int, int) - Method in interface org.eclipse.jetty.util.Trie
-
Get the best match from key in a String.
- getBest(ByteBuffer) - Method in interface org.eclipse.jetty.util.Trie
- getBest(ByteBuffer, int, int) - Method in class org.eclipse.jetty.util.ArrayTernaryTrie
- getBest(ByteBuffer, int, int) - Method in class org.eclipse.jetty.util.ArrayTernaryTrie.Growing
- getBest(ByteBuffer, int, int) - Method in class org.eclipse.jetty.util.ArrayTrie
- getBest(ByteBuffer, int, int) - Method in class org.eclipse.jetty.util.TreeTrie
- getBest(ByteBuffer, int, int) - Method in interface org.eclipse.jetty.util.Trie
-
Get the best match from key in a byte buffer.
- getBindAddress() - Method in class org.eclipse.jetty.client.HttpClient
- getBindAddress() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
- getBindAddress() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
- getBinding(String) - Method in class org.eclipse.jetty.jndi.NamingContext
-
Get a name to object binding from this Context
- getBinding(Name) - Method in class org.eclipse.jetty.jndi.NamingContext
-
Get a name to object binding from this Context
- getBindings() - Method in class org.eclipse.jetty.deploy.AppLifeCycle
-
Get all
Node
bound objects. - getBindings(String) - Method in class org.eclipse.jetty.deploy.AppLifeCycle
-
Get all objects bound to a specific
Node
- getBindings(Node) - Method in class org.eclipse.jetty.deploy.AppLifeCycle
-
Get all objects bound to a specific
Node
- getBindingTargets() - Method in interface org.eclipse.jetty.deploy.AppLifeCycle.Binding
-
Get a list of targets that this implementation should bind to.
- getBindingTargets() - Method in class org.eclipse.jetty.deploy.bindings.DebugBinding
- getBindingTargets() - Method in class org.eclipse.jetty.deploy.bindings.GlobalWebappConfigBinding
- getBindingTargets() - Method in class org.eclipse.jetty.deploy.bindings.OrderedGroupBinding
- getBindingTargets() - Method in class org.eclipse.jetty.deploy.bindings.StandardDeployer
- getBindingTargets() - Method in class org.eclipse.jetty.deploy.bindings.StandardStarter
- getBindingTargets() - Method in class org.eclipse.jetty.deploy.bindings.StandardStopper
- getBindingTargets() - Method in class org.eclipse.jetty.deploy.bindings.StandardUndeployer
- getBlackListHosts() - Method in class org.eclipse.jetty.proxy.AbstractProxyServlet
- getBlackListHosts() - Method in class org.eclipse.jetty.proxy.ConnectHandler
- getBlobInputStream(ResultSet, String) - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
- getBlobType() - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
- getBlockingTimeout() - Method in class org.eclipse.jetty.server.HttpConfiguration
-
Deprecated.
- getBodyLength() - Method in class org.eclipse.jetty.http2.parser.BodyParser
- getBoundary() - Method in class org.eclipse.jetty.util.MultiPartOutputStream
- getBoundary() - Method in class org.eclipse.jetty.util.MultiPartWriter
- getBuf() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
- getBuf() - Method in class org.eclipse.jetty.util.ByteArrayOutputStream2
- getBuffer() - Method in class org.eclipse.jetty.io.RetainableByteBuffer
- getBuffer() - Method in class org.eclipse.jetty.server.HttpOutput
- getBuffer() - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
- getBufferPool() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
- getBufferPool() - Method in class org.eclipse.jetty.websocket.common.extensions.AbstractExtension
- getBufferPool() - Method in class org.eclipse.jetty.websocket.common.Generator
- getBufferPool() - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection
- getBufferPool() - Method in interface org.eclipse.jetty.websocket.common.LogicalConnection
-
Get the ByteBufferPool in use by the connection
- getBufferPool() - Method in class org.eclipse.jetty.websocket.common.scopes.DelegatedContainerScope
- getBufferPool() - Method in class org.eclipse.jetty.websocket.common.scopes.SimpleContainerScope
- getBufferPool() - Method in interface org.eclipse.jetty.websocket.common.scopes.WebSocketContainerScope
-
The configured Container Buffer Pool.
- getBufferPool() - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
- getBufferPool() - Method in class org.eclipse.jetty.websocket.jsr356.ClientContainer
- getBufferPool() - Method in class org.eclipse.jetty.websocket.server.WebSocketServerFactory
- getBufferRatio() - Method in class org.eclipse.jetty.http2.BufferingFlowControlStrategy
- getBufferSize() - Method in class org.eclipse.jetty.http.MultiPartFormInputStream
- getBufferSize() - Method in class org.eclipse.jetty.proxy.ConnectHandler
- getBufferSize() - Method in class org.eclipse.jetty.server.HttpOutput
- getBufferSize() - Method in class org.eclipse.jetty.server.Response
- getBuilder() - Method in class org.eclipse.jetty.memcached.session.MemcachedSessionDataMap
- getBundle() - Method in class org.eclipse.jetty.osgi.boot.AbstractOSGiApp
- getBundle() - Method in class org.eclipse.jetty.osgi.boot.internal.webapp.OSGiWebappClassLoader
-
Returns the
Bundle
that defined this web-application. - getBundle(Resource) - Method in class org.eclipse.jetty.osgi.annotations.AnnotationParser
- getBundleClassLoader(Bundle) - Method in interface org.eclipse.jetty.osgi.boot.utils.BundleClassLoaderHelper
- getBundleClassLoader(Bundle) - Method in class org.eclipse.jetty.osgi.boot.utils.internal.DefaultBundleClassLoaderHelper
-
Assuming the bundle is started.
- getBundleInstallLocation(Bundle) - Method in interface org.eclipse.jetty.osgi.boot.utils.BundleFileLocatorHelper
-
Works with equinox, felix, nuxeo and probably more.
- getBundleInstallLocation(Bundle) - Method in class org.eclipse.jetty.osgi.boot.utils.internal.DefaultFileLocatorHelper
-
Works with equinox, felix, nuxeo and probably more.
- getBundlePath() - Method in class org.eclipse.jetty.osgi.boot.AbstractWebAppProvider.OSGiApp
- getBundleSymbolicName() - Method in class org.eclipse.jetty.osgi.boot.AbstractOSGiApp
- getBundleVersionAsString() - Method in class org.eclipse.jetty.osgi.boot.AbstractOSGiApp
- getBusyThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
-
The number of threads executing internal and transient jobs.
- getByte() - Method in class org.eclipse.jetty.http.HttpTokens.Token
- getByteArray() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
- getByteBuffer() - Method in class org.eclipse.jetty.client.HttpContent
- getByteBuffer() - Method in class org.eclipse.jetty.server.HttpInput.Content
- getByteBuffer() - Method in class org.eclipse.jetty.websocket.common.message.Utf8CharBuffer
- getByteBufferPool() - Method in class org.eclipse.jetty.client.HttpClient
- getByteBufferPool() - Method in class org.eclipse.jetty.client.util.PathContentProvider
- getByteBufferPool() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
- getByteBufferPool() - Method in class org.eclipse.jetty.http2.generator.Generator
- getByteBufferPool() - Method in class org.eclipse.jetty.io.ByteBufferAccumulator
- getByteBufferPool() - Method in class org.eclipse.jetty.io.ByteBufferOutputStream2
- getByteBufferPool() - Method in class org.eclipse.jetty.maven.plugin.MavenServerConnector
- getByteBufferPool() - Method in class org.eclipse.jetty.proxy.ConnectHandler
- getByteBufferPool() - Method in class org.eclipse.jetty.proxy.ProxyConnection
- getByteBufferPool() - Method in class org.eclipse.jetty.server.AbstractConnector
- getByteBufferPool() - Method in interface org.eclipse.jetty.server.Connector
- getByteBufferPool() - Method in class org.eclipse.jetty.server.HttpChannel
- getByteBuffers() - Method in class org.eclipse.jetty.fcgi.generator.Generator.Result
- getByteBuffers() - Method in class org.eclipse.jetty.io.ByteBufferPool.Lease
- getBytes() - Method in enum org.eclipse.jetty.http.HttpHeader
- getBytes() - Method in enum org.eclipse.jetty.http.HttpMethod
- getBytes() - Method in class org.eclipse.jetty.http.MultiPartFormInputStream.MultiPart
- getBytes() - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
-
Deprecated.
- getBytes(String) - Static method in class org.eclipse.jetty.util.StringUtil
- getBytes(String, String) - Static method in class org.eclipse.jetty.util.StringUtil
- getBytesColonSpace() - Method in enum org.eclipse.jetty.http.HttpHeader
- getBytesIn() - Method in class org.eclipse.jetty.client.http.HttpConnectionOverHTTP
- getBytesIn() - Method in class org.eclipse.jetty.http2.HTTP2Connection
- getBytesIn() - Method in class org.eclipse.jetty.io.AbstractConnection
- getBytesIn() - Method in interface org.eclipse.jetty.io.Connection
- getBytesIn() - Method in class org.eclipse.jetty.io.ssl.SslConnection
- getBytesIn() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
Deprecated.
- getBytesIn() - Method in class org.eclipse.jetty.server.HttpConnection
- getBytesIn() - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection
- getBytesOut() - Method in class org.eclipse.jetty.client.http.HttpConnectionOverHTTP
- getBytesOut() - Method in class org.eclipse.jetty.http2.HTTP2Connection
- getBytesOut() - Method in class org.eclipse.jetty.io.AbstractConnection
- getBytesOut() - Method in interface org.eclipse.jetty.io.Connection
- getBytesOut() - Method in class org.eclipse.jetty.io.ssl.SslConnection
- getBytesOut() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
Deprecated.
- getBytesOut() - Method in class org.eclipse.jetty.server.HttpConnection
- getBytesOut() - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection
- getBytesOut() - Method in class org.eclipse.jetty.websocket.common.io.FrameFlusher
- getBytesWritten() - Method in class org.eclipse.jetty.http2.HTTP2Session
- getBytesWritten() - Method in interface org.eclipse.jetty.http2.ISession
- getBytesWritten() - Method in class org.eclipse.jetty.server.HttpChannel
- getCache() - Method in class org.eclipse.jetty.session.infinispan.InfinispanSessionDataStore
-
Get the clustered cache instance.
- getCache() - Method in class org.eclipse.jetty.session.infinispan.InfinispanSessionDataStoreFactory
-
Get the clustered cache instance.
- getCacheControl() - Method in class org.eclipse.jetty.server.handler.ErrorHandler
-
Get the cacheControl.
- getCacheControl() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
- getCacheControl() - Method in class org.eclipse.jetty.server.ResourceService
- getCachedFiles() - Method in class org.eclipse.jetty.server.CachedContentFactory
- getCachedSize() - Method in class org.eclipse.jetty.server.CachedContentFactory
- getCacheKey(String) - Method in class org.eclipse.jetty.hazelcast.session.HazelcastSessionDataStore
- getCacheKey(String) - Method in class org.eclipse.jetty.session.infinispan.InfinispanSessionDataStore
- getCacheLineBytes() - Static method in class org.eclipse.jetty.util.MemoryUtils
- getCallback() - Method in class org.eclipse.jetty.util.Callback.Nested
- getCallbackHandler() - Method in class org.eclipse.jetty.jaas.spi.AbstractLoginModule
- getCallbackInvocationType() - Method in class org.eclipse.jetty.io.FillInterest
- getCallbackInvocationType() - Method in class org.eclipse.jetty.io.WriteFlusher
- getCanonicalContextPath() - Method in class org.eclipse.jetty.server.session.SessionContext
- getCanonicalNameForWebAppTmpDir(WebAppContext) - Static method in class org.eclipse.jetty.webapp.WebInfConfiguration
-
Create a canonical name for a webapp temp directory.
- getCapacity() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
- getCapacity() - Method in class org.eclipse.jetty.util.thread.ReservedThreadExecutor
- getCatalogName() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- getCertAlias() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- getCertChain(SSLSession) - Static method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
Obtain the X509 Certificate Chain from the provided SSLSession using the default
CertificateFactory
behaviors - getCertificate() - Method in class org.eclipse.jetty.util.ssl.X509
- getCertificateChain(String) - Method in class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
- getCertificateChain(String) - Method in class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager
- getCertificateChain(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.X509ExtendedKeyManagerWrapper
- getCertificateFactoryInstance(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- getCertificates() - Method in class org.eclipse.jetty.websocket.servlet.ServletUpgradeRequest
- getCertStoreInstance(Collection<? extends CRL>) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- getChallengeUri(Request) - Method in class org.eclipse.jetty.security.openid.OpenIdAuthenticator
- getChannel() - Method in class org.eclipse.jetty.io.ChannelEndPoint
- getChannel() - Method in class org.eclipse.jetty.unixsocket.UnixSocketEndPoint
- getChar() - Method in class org.eclipse.jetty.http.HttpTokens.Token
- getCharacterEncoding() - Method in interface org.eclipse.jetty.http.HttpContent
- getCharacterEncoding() - Method in class org.eclipse.jetty.http.PrecompressedHttpContent
- getCharacterEncoding() - Method in class org.eclipse.jetty.http.ResourceHttpContent
- getCharacterEncoding() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
- getCharacterEncoding() - Method in class org.eclipse.jetty.server.Request
- getCharacterEncoding() - Method in class org.eclipse.jetty.server.Response
- getCharacterEncoding() - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- getCharset() - Method in enum org.eclipse.jetty.http.MimeTypes.Type
- getCharset() - Method in class org.eclipse.jetty.security.authentication.BasicAuthenticator
- getCharsetAssumedFromContentType(String) - Static method in class org.eclipse.jetty.http.MimeTypes
- getCharsetFromContentType(String) - Static method in class org.eclipse.jetty.http.MimeTypes
- getCharsetInferredFromContentType(String) - Static method in class org.eclipse.jetty.http.MimeTypes
- getCharsetString() - Method in enum org.eclipse.jetty.http.MimeTypes.Type
- getCheckGzExists() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Deprecated.feature will be removed in Jetty 10.x, with no replacement.
- getCheckSessionExistsStatement(Connection, SessionContext) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- getChildHandlerByClass(Class<T>) - Method in class org.eclipse.jetty.server.handler.AbstractHandlerContainer
- getChildHandlerByClass(Class<T>) - Method in interface org.eclipse.jetty.server.HandlerContainer
- getChildHandlers() - Method in class org.eclipse.jetty.server.handler.AbstractHandlerContainer
- getChildHandlers() - Method in interface org.eclipse.jetty.server.HandlerContainer
- getChildHandlersByClass(Class<?>) - Method in class org.eclipse.jetty.server.handler.AbstractHandlerContainer
- getChildHandlersByClass(Class<?>) - Method in interface org.eclipse.jetty.server.HandlerContainer
- getCipherComparator() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- getClaims() - Method in class org.eclipse.jetty.security.openid.OpenIdCredentials
- getClasses() - Method in class org.eclipse.jetty.maven.plugin.JettyWebAppContext
- getClasses() - Method in class org.eclipse.jetty.servlet.listener.ContainerInitializer.ServletContainerInitializerServletContextListener
- getClassifier() - Method in class org.eclipse.jetty.maven.plugin.OverlayConfig
- getClassInfo() - Method in class org.eclipse.jetty.annotations.AnnotationParser.FieldInfo
- getClassInfo() - Method in class org.eclipse.jetty.annotations.AnnotationParser.MethodInfo
- getClassLoader() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
- getClassLoader() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getClassLoader() - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- getClassLoader() - Method in class org.eclipse.jetty.start.Classpath
- getClassLoader() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
- getClassLoader() - Method in interface org.eclipse.jetty.websocket.common.scopes.WebSocketContainerScope
-
The ClassLoader used to load classes for the WebSocketSession.
- getClassLoader() - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
- getClassLoader() - Method in class org.eclipse.jetty.websocket.jsr356.ClientContainer
- getClassLoaderLocation(Class<?>) - Static method in class org.eclipse.jetty.util.TypeUtil
- getClassLoaderLocation(Class<?>, ClassLoader) - Static method in class org.eclipse.jetty.util.TypeUtil
- getClassLoadingLock(String) - Method in class org.eclipse.jetty.ant.AntWebAppContext.AntURLClassLoader
- getClassName() - Method in class org.eclipse.jetty.annotations.AnnotationParser.ClassInfo
- getClassName() - Method in class org.eclipse.jetty.servlet.BaseHolder
- getClassName() - Method in class org.eclipse.jetty.servlet.Holder.HolderRegistration
- getClassName(Object) - Method in class org.eclipse.jetty.websocket.common.events.EventDriverFactory
- getClassName(Object) - Method in class org.eclipse.jetty.websocket.jsr356.endpoints.JsrEventDriverFactory
-
Unwrap ConfiguredEndpoint for end-user.
- getClassNameForJsp(String) - Method in class org.eclipse.jetty.servlet.ServletHolder
- getClassNames() - Method in class org.eclipse.jetty.webapp.WebDescriptor
- getClasspath() - Method in class org.eclipse.jetty.start.StartArgs
- getClassPath() - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Make best effort to extract a file classpath from the context classloader
- getClassPathFiles() - Method in class org.eclipse.jetty.ant.AntWebAppContext
- getClassPathFiles() - Method in class org.eclipse.jetty.maven.plugin.JettyWebAppContext
- getClient() - Method in class org.eclipse.jetty.websocket.jsr356.ClientContainer
- getClientAliases(String, Principal[]) - Method in class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
- getClientAliases(String, Principal[]) - Method in class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager
- getClientAliases(String, Principal[]) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.X509ExtendedKeyManagerWrapper
- getClientConnectionFactory() - Method in class org.eclipse.jetty.client.HttpDestination
- getClientConnectionFactory() - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory
- getClientConnectionFactory() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
- getClientConnectionFactory() - Method in class org.eclipse.jetty.io.NegotiatingClientConnectionFactory
- getClientEndpointMetadata(Class<?>, EndpointConfig) - Method in class org.eclipse.jetty.websocket.jsr356.ClientContainer
- getClientId() - Method in class org.eclipse.jetty.security.openid.OpenIdConfiguration
- getClientSecret() - Method in class org.eclipse.jetty.security.openid.OpenIdConfiguration
- getClosedCount() - Method in class org.eclipse.jetty.util.Pool
- getClosedStream() - Static method in class org.eclipse.jetty.util.IO
- getCloseState() - Method in class org.eclipse.jetty.http2.HTTP2Session
- getCode() - Method in exception org.eclipse.jetty.http.BadMessageException
- getCode() - Method in enum org.eclipse.jetty.http.HttpStatus.Code
- getCode() - Method in class org.eclipse.jetty.websocket.api.CloseStatus
- getCode(int) - Static method in class org.eclipse.jetty.http.HttpStatus
-
Get the HttpStatusCode for a specific code
- getCoder(Class<?>) - Method in class org.eclipse.jetty.websocket.jsr356.metadata.CoderMetadataSet
- getCoderClass() - Method in class org.eclipse.jetty.websocket.jsr356.metadata.CoderMetadata
- getCodeSourceLocation(Class<?>) - Static method in class org.eclipse.jetty.util.TypeUtil
- getCollectionName() - Method in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStoreFactory
- getCommand() - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag
- getCommandLineSource() - Method in class org.eclipse.jetty.start.config.ConfigSources
- getComment() - Method in class org.eclipse.jetty.http.HttpCookie
- getComment() - Method in class org.eclipse.jetty.server.session.SessionHandler.CookieConfig
- getCommentWithAttributes(String, boolean, HttpCookie.SameSite) - Static method in class org.eclipse.jetty.http.HttpCookie
- getCommentWithoutAttributes(String) - Static method in class org.eclipse.jetty.http.HttpCookie
- getCommittedMetaData() - Method in class org.eclipse.jetty.server.HttpChannel
- getCommittedMetaData() - Method in class org.eclipse.jetty.server.Response
-
Get the MetaData.Response committed for this response.
- getComponentType() - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
- getCompressionLevel() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
- getConfig() - Method in class org.eclipse.jetty.maven.plugin.Overlay
- getConfig() - Method in class org.eclipse.jetty.security.HashLoginService
- getConfig() - Method in class org.eclipse.jetty.security.JDBCLoginService
- getConfig() - Method in class org.eclipse.jetty.security.PropertyUserStore
-
Get the config (as a string)
- getConfig() - Method in class org.eclipse.jetty.security.SpnegoLoginService
-
Deprecated.
- getConfig() - Method in class org.eclipse.jetty.util.PathWatcher.PathWatchEvent
- getConfig() - Method in interface org.eclipse.jetty.websocket.api.extensions.Extension
-
The active configuration for this extension.
- getConfig() - Method in class org.eclipse.jetty.websocket.common.extensions.AbstractExtension
- getConfig() - Method in class org.eclipse.jetty.websocket.jsr356.annotations.AnnotatedEndpointMetadata
- getConfig() - Method in class org.eclipse.jetty.websocket.jsr356.client.AnnotatedClientEndpointMetadata
- getConfig() - Method in class org.eclipse.jetty.websocket.jsr356.endpoints.AbstractJsrEventDriver
- getConfig() - Method in class org.eclipse.jetty.websocket.jsr356.endpoints.EndpointInstance
- getConfig() - Method in class org.eclipse.jetty.websocket.jsr356.server.AnnotatedServerEndpointMetadata
- getConfig() - Method in interface org.eclipse.jetty.websocket.jsr356.server.ServerEndpointMetadata
- getConfig() - Method in class org.eclipse.jetty.websocket.jsr356.server.SimpleServerEndpointMetadata
- getConfigPath() - Method in class org.eclipse.jetty.security.PropertyUserStore
-
Get the Config
Path
reference. - getConfigResource() - Method in class org.eclipse.jetty.security.HashLoginService
-
Deprecated.
- getConfigResource() - Method in class org.eclipse.jetty.security.PropertyUserStore
- getConfigs() - Method in class org.eclipse.jetty.util.PathWatcher
- getConfigSources() - Method in class org.eclipse.jetty.start.BaseHome
- getConfiguration() - Method in class org.eclipse.jetty.jaas.JAASLoginService
- getConfiguration() - Method in class org.eclipse.jetty.security.openid.OpenIdLoginService
- getConfiguration() - Method in class org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter
- getConfiguration(String[]) - Method in class org.eclipse.jetty.maven.plugin.Starter
- getConfigurationClasses() - Method in class org.eclipse.jetty.deploy.providers.WebAppProvider
- getConfigurationClasses() - Method in class org.eclipse.jetty.osgi.boot.AbstractWebAppProvider
- getConfigurationClasses() - Method in class org.eclipse.jetty.webapp.WebAppContext
- getConfigurationLocation() - Method in class org.eclipse.jetty.hazelcast.session.HazelcastSessionDataStoreFactory
- getConfigurationManager() - Method in class org.eclipse.jetty.deploy.providers.WebAppProvider
- getConfigurationProcessor(String, String) - Method in class org.eclipse.jetty.spring.SpringConfigurationProcessorFactory
-
Deprecated.
- getConfigurationProcessor(String, String) - Method in interface org.eclipse.jetty.xml.ConfigurationProcessorFactory
- getConfigurations() - Method in class org.eclipse.jetty.webapp.WebAppContext
- getConfigurator() - Method in class org.eclipse.jetty.websocket.jsr356.client.AnnotatedClientEndpointConfig
- getConfigurator() - Method in class org.eclipse.jetty.websocket.jsr356.client.EmptyClientEndpointConfig
- getConfigurator() - Method in class org.eclipse.jetty.websocket.jsr356.server.AnnotatedServerEndpointConfig
- getConfigurator() - Method in class org.eclipse.jetty.websocket.jsr356.server.BasicServerEndpointConfig
- getConnectAddress() - Method in class org.eclipse.jetty.client.HttpDestination
- getConnectedEndPoints() - Method in class org.eclipse.jetty.maven.plugin.MavenServerConnector
- getConnectedEndPoints() - Method in class org.eclipse.jetty.server.AbstractConnector
- getConnectedEndPoints() - Method in interface org.eclipse.jetty.server.Connector
- getConnection() - Method in class org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory.HTTPServerSessionListener
- getConnection() - Method in class org.eclipse.jetty.io.AbstractEndPoint
- getConnection() - Method in interface org.eclipse.jetty.io.EndPoint
- getConnection() - Method in class org.eclipse.jetty.jaas.spi.AbstractDatabaseLoginModule
- getConnection() - Method in class org.eclipse.jetty.jaas.spi.DataSourceLoginModule
-
Get a connection from the DataSource
- getConnection() - Method in class org.eclipse.jetty.jaas.spi.JDBCLoginModule
-
Get a connection from the DriverManager
- getConnection() - Method in class org.eclipse.jetty.proxy.ProxyConnection
- getConnection() - Method in class org.eclipse.jetty.server.HttpChannel
- getConnection() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
- getConnection() - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
-
Get a connection from the driver or datasource.
- getConnection() - Method in class org.eclipse.jetty.websocket.common.extensions.AbstractExtension
- getConnection() - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
- getConnectionCount() - Method in class org.eclipse.jetty.client.AbstractConnectionPool
- getConnectionDurationMax() - Method in class org.eclipse.jetty.io.ConnectionStatistics
- getConnectionDurationMax() - Method in class org.eclipse.jetty.io.ConnectionStatistics.Stats
- getConnectionDurationMax() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
Deprecated.
- getConnectionDurationMean() - Method in class org.eclipse.jetty.io.ConnectionStatistics
- getConnectionDurationMean() - Method in class org.eclipse.jetty.io.ConnectionStatistics.Stats
- getConnectionDurationMean() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
Deprecated.
- getConnectionDurationStdDev() - Method in class org.eclipse.jetty.io.ConnectionStatistics
- getConnectionDurationStdDev() - Method in class org.eclipse.jetty.io.ConnectionStatistics.Stats
- getConnectionDurationStdDev() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
Deprecated.
- getConnectionFactories() - Method in class org.eclipse.jetty.maven.plugin.MavenServerConnector
- getConnectionFactories() - Method in class org.eclipse.jetty.server.AbstractConnector
- getConnectionFactories() - Method in interface org.eclipse.jetty.server.Connector
- getConnectionFactory(Class<T>) - Method in class org.eclipse.jetty.maven.plugin.MavenServerConnector
- getConnectionFactory(Class<T>) - Method in class org.eclipse.jetty.server.AbstractConnector
- getConnectionFactory(Class<T>) - Method in interface org.eclipse.jetty.server.Connector
- getConnectionFactory(String) - Method in class org.eclipse.jetty.maven.plugin.MavenServerConnector
- getConnectionFactory(String) - Method in class org.eclipse.jetty.server.AbstractConnector
- getConnectionFactory(String) - Method in interface org.eclipse.jetty.server.Connector
- getConnectionManager() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
-
Deprecated.
- getConnectionPool() - Method in class org.eclipse.jetty.client.HttpDestination
- getConnectionPoolFactory() - Method in class org.eclipse.jetty.client.AbstractHttpClientTransport
- getConnectionPoolFactory() - Method in interface org.eclipse.jetty.client.HttpClientTransport
- getConnections() - Method in class org.eclipse.jetty.io.ConnectionStatistics
- getConnections() - Method in class org.eclipse.jetty.io.ConnectionStatistics.Stats
- getConnections() - Method in class org.eclipse.jetty.server.ConnectionLimit
- getConnections() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
Deprecated.
- getConnectionsMax() - Method in class org.eclipse.jetty.io.ConnectionStatistics
- getConnectionsMax() - Method in class org.eclipse.jetty.io.ConnectionStatistics.Stats
- getConnectionsOpen() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
Deprecated.
- getConnectionsOpenMax() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
Deprecated.
- getConnectionStatisticsGroups() - Method in class org.eclipse.jetty.io.ConnectionStatistics
- getConnectionStatisticsGroups() - Method in class org.eclipse.jetty.io.jmx.ConnectionStatisticsMBean
- getConnectionsTotal() - Method in class org.eclipse.jetty.io.ConnectionStatistics
- getConnectionsTotal() - Method in class org.eclipse.jetty.io.ConnectionStatistics.Stats
- getConnectionString() - Method in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStoreFactory
- getConnectionUrl() - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
- getConnector() - Method in class org.eclipse.jetty.server.HttpChannel
- getConnector() - Method in class org.eclipse.jetty.server.HttpConnection
- getConnector() - Method in class org.eclipse.jetty.server.NegotiatingServerConnection
- getConnectors() - Method in class org.eclipse.jetty.ant.ServerProxyImpl
- getConnectors() - Method in class org.eclipse.jetty.ant.types.Connectors
-
Returns the list of known connectors to deploy.
- getConnectors() - Method in class org.eclipse.jetty.server.Server
- getConnectTimeout() - Method in class org.eclipse.jetty.client.HttpClient
- getConnectTimeout() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
- getConnectTimeout() - Method in class org.eclipse.jetty.io.SelectorManager
-
Get the connect timeout
- getConnectTimeout() - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
- getConnectTimeout() - Method in class org.eclipse.jetty.proxy.ConnectHandler
- getConnectTimeout() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
- getConstraint() - Method in class org.eclipse.jetty.security.ConstraintMapping
- getConstraintMappings() - Method in interface org.eclipse.jetty.security.ConstraintAware
- getConstraintMappings() - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
- getConstraintMappingsForPath(String, List<ConstraintMapping>) - Static method in class org.eclipse.jetty.security.ConstraintSecurityHandler
- getContainedBeans(Class<T>) - Method in interface org.eclipse.jetty.util.component.Container
- getContainedBeans(Class<T>) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
- getContainedBeans(Class<T>, Collection<T>) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
- getContainer() - Method in class org.eclipse.jetty.websocket.jsr356.JettyClientContainerProvider
-
Used by
ContainerProvider.getWebSocketContainer()
to get a new instance of the ClientWebSocketContainer
. - getContainer() - Method in class org.eclipse.jetty.websocket.jsr356.JsrSession
- getContainerClassPath() - Method in class org.eclipse.jetty.maven.plugin.JettyRunForkedMojo
- getContainerIncludeJarPattern() - Method in class org.eclipse.jetty.maven.plugin.JettyWebAppContext
- getContainerInitializer() - Method in class org.eclipse.jetty.annotations.ContainerInitializerAnnotationHandler
- getContainerResources() - Method in class org.eclipse.jetty.webapp.MetaData
- getContainerScope() - Method in interface org.eclipse.jetty.websocket.common.scopes.WebSocketSessionScope
-
The parent
WebSocketContainerScope
for this session scope. - getContainerScope() - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
- getContainerTldBundleDiscoverers() - Static method in class org.eclipse.jetty.osgi.boot.internal.serverfactory.ServerInstanceWrapper
- getContainingResource() - Method in class org.eclipse.jetty.annotations.AnnotationParser.ClassInfo
- getContent() - Method in interface org.eclipse.jetty.client.api.ContentResponse
- getContent() - Method in interface org.eclipse.jetty.client.api.Request
- getContent() - Method in class org.eclipse.jetty.client.HttpContent
- getContent() - Method in class org.eclipse.jetty.client.HttpContentResponse
- getContent() - Method in class org.eclipse.jetty.client.HttpRequest
- getContent() - Method in class org.eclipse.jetty.client.util.BufferingResponseListener
- getContent() - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
- getContent(Class[]) - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
- getContent(String, int) - Method in interface org.eclipse.jetty.http.HttpContent.ContentFactory
- getContent(String, int) - Method in class org.eclipse.jetty.server.CachedContentFactory
-
Returns an entry from the cache, or creates a new one.
- getContent(String, int) - Method in class org.eclipse.jetty.server.ResourceContentFactory
- getContentAsInputStream() - Method in class org.eclipse.jetty.client.util.BufferingResponseListener
- getContentAsString() - Method in interface org.eclipse.jetty.client.api.ContentResponse
- getContentAsString() - Method in class org.eclipse.jetty.client.HttpContentResponse
- getContentAsString() - Method in class org.eclipse.jetty.client.util.BufferingResponseListener
- getContentAsString(String) - Method in class org.eclipse.jetty.client.util.BufferingResponseListener
- getContentAsString(Charset) - Method in class org.eclipse.jetty.client.util.BufferingResponseListener
- getContentConsumed() - Method in class org.eclipse.jetty.server.HttpInput
- getContentCount() - Method in class org.eclipse.jetty.server.Response
- getContentDecoderFactories() - Method in class org.eclipse.jetty.client.HttpClient
-
Returns a non thread-safe set of
ContentDecoder.Factory
s that can be modified before performing requests. - getContentDispositionFilename() - Method in class org.eclipse.jetty.http.MultiPartFormInputStream.MultiPart
-
Get the filename from the content-disposition.
- getContentDispositionFilename() - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
-
Deprecated.Get the filename from the content-disposition.
- getContentEncoding() - Method in class org.eclipse.jetty.http.CompressedContentFormat
- getContentEncoding() - Method in interface org.eclipse.jetty.http.HttpContent
- getContentEncoding() - Method in class org.eclipse.jetty.http.PrecompressedHttpContent
- getContentEncoding() - Method in class org.eclipse.jetty.http.ResourceHttpContent
- getContentEncoding() - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
- getContentEncoding() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
- getContentEncodingValue() - Method in interface org.eclipse.jetty.http.HttpContent
- getContentEncodingValue() - Method in class org.eclipse.jetty.http.PrecompressedHttpContent
- getContentEncodingValue() - Method in class org.eclipse.jetty.http.ResourceHttpContent
- getContentEncodingValue() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
- getContentFactory() - Method in class org.eclipse.jetty.server.ResourceService
- getContentLength() - Method in class org.eclipse.jetty.fcgi.parser.ContentParser
- getContentLength() - Method in class org.eclipse.jetty.fcgi.parser.HeaderParser
- getContentLength() - Method in interface org.eclipse.jetty.http.HttpContent
- getContentLength() - Method in class org.eclipse.jetty.http.HttpParser
- getContentLength() - Method in class org.eclipse.jetty.http.MetaData
- getContentLength() - Method in class org.eclipse.jetty.http.PrecompressedHttpContent
- getContentLength() - Method in class org.eclipse.jetty.http.ResourceHttpContent
- getContentLength() - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
- getContentLength() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
- getContentLength() - Method in class org.eclipse.jetty.server.Request
- getContentLength() - Method in class org.eclipse.jetty.server.Response
- getContentLength() - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- getContentLengthLong() - Method in class org.eclipse.jetty.server.Request
- getContentLengthLong() - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- getContentLengthValue() - Method in interface org.eclipse.jetty.http.HttpContent
- getContentLengthValue() - Method in class org.eclipse.jetty.http.PrecompressedHttpContent
- getContentLengthValue() - Method in class org.eclipse.jetty.http.ResourceHttpContent
- getContentLengthValue() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
- getContentPrepared() - Method in class org.eclipse.jetty.http.HttpGenerator
- getContentRead() - Method in class org.eclipse.jetty.http.HttpParser
- getContentRead() - Method in class org.eclipse.jetty.server.Request
- getContentReceived() - Method in class org.eclipse.jetty.server.HttpInput
- getContentType() - Method in interface org.eclipse.jetty.client.api.ContentProvider.Typed
- getContentType() - Method in class org.eclipse.jetty.client.util.AbstractTypedContentProvider
- getContentType() - Method in interface org.eclipse.jetty.http.HttpContent
- getContentType() - Method in class org.eclipse.jetty.http.MultiPartFormInputStream.MultiPart
- getContentType() - Method in class org.eclipse.jetty.http.PrecompressedHttpContent
- getContentType() - Method in class org.eclipse.jetty.http.ResourceHttpContent
- getContentType() - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
- getContentType() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
- getContentType() - Method in class org.eclipse.jetty.server.Request
- getContentType() - Method in class org.eclipse.jetty.server.Response
- getContentType() - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
-
Deprecated.
- getContentType() - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- getContentTypeField() - Method in enum org.eclipse.jetty.http.MimeTypes.Type
- getContentTypeValue() - Method in interface org.eclipse.jetty.http.HttpContent
- getContentTypeValue() - Method in class org.eclipse.jetty.http.PrecompressedHttpContent
- getContentTypeValue() - Method in class org.eclipse.jetty.http.ResourceHttpContent
- getContentTypeValue() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
- getContentTypeWithoutCharset(String) - Static method in class org.eclipse.jetty.http.MimeTypes
- getContext() - Method in class org.eclipse.jetty.proxy.ConnectHandler.ConnectContext
- getContext() - Method in class org.eclipse.jetty.proxy.ProxyConnection
- getContext() - Method in class org.eclipse.jetty.server.AsyncContextEvent
- getContext() - Method in interface org.eclipse.jetty.server.MultiParts
- getContext() - Method in class org.eclipse.jetty.server.MultiParts.MultiPartsHttpParser
- getContext() - Method in class org.eclipse.jetty.server.MultiParts.MultiPartsUtilParser
- getContext() - Method in class org.eclipse.jetty.server.Request
- getContext() - Method in class org.eclipse.jetty.server.session.SessionContext
- getContext() - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
- getContext(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
- getContext(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- getContext(String) - Method in class org.eclipse.jetty.webapp.WebAppContext.Context
- getContextAttribute(String) - Method in class org.eclipse.jetty.deploy.DeploymentManager
-
Get a contextAttribute that will be set for every Context deployed by this provider.
- getContextAttributes() - Method in class org.eclipse.jetty.deploy.DeploymentManager
- getContextAttributes() - Method in class org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean
- getContextClass() - Method in class org.eclipse.jetty.server.handler.ContextHandlerCollection
-
Deprecated.Unused convenience mechanism not used.
- getContextFile() - Method in class org.eclipse.jetty.osgi.boot.AbstractContextProvider.OSGiApp
- getContextForClassLoader(ClassLoader) - Method in class org.eclipse.jetty.jndi.ContextFactory
-
Find the naming Context for the given classloader
- getContextForNamingEntries(Object) - Static method in class org.eclipse.jetty.plus.jndi.NamingEntryUtil
- getContextForScope(Object) - Static method in class org.eclipse.jetty.plus.jndi.NamingEntryUtil
- getContextFromFilename(String) - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
- getContextHandler() - Method in class org.eclipse.jetty.deploy.App
-
Get ContextHandler for the App.
- getContextHandler() - Method in class org.eclipse.jetty.server.AllowedResourceAliasChecker
- getContextHandler() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
- getContextHandler() - Method in class org.eclipse.jetty.server.HttpChannelState
- getContextHandler() - Method in interface org.eclipse.jetty.server.UserIdentity.Scope
- getContextHandler() - Method in class org.eclipse.jetty.servlet.ServletHolder
- getContextHandler() - Method in class org.eclipse.jetty.websocket.jsr356.JettyClientContainerProvider
- getContextHandler(ServletContext) - Static method in class org.eclipse.jetty.server.handler.ContextHandler
- getContextHandlerCollection() - Method in class org.eclipse.jetty.osgi.boot.internal.serverfactory.ServerInstanceWrapper
- getContextHandlers() - Method in class org.eclipse.jetty.ant.ServerProxyImpl
- getContextHandlers() - Method in class org.eclipse.jetty.ant.types.ContextHandlers
- getContextId() - Method in class org.eclipse.jetty.deploy.App
-
Deprecated.Use getContextPath instead.
- getContextName(ContextHandler) - Method in class org.eclipse.jetty.server.handler.jmx.AbstractHandlerMBean
- getContextPath() - Method in class org.eclipse.jetty.deploy.App
-
The context path
App
relating to how it is installed on the jetty server side. - getContextPath() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
- getContextPath() - Method in class org.eclipse.jetty.osgi.boot.AbstractWebAppProvider.OSGiApp
- getContextPath() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
- getContextPath() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getContextPath() - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- getContextPath() - Method in class org.eclipse.jetty.server.Request
- getContextPath() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
- getContextPath() - Method in class org.eclipse.jetty.server.session.Session
- getContextPath() - Method in class org.eclipse.jetty.server.session.SessionData
- getContextPath() - Method in interface org.eclipse.jetty.server.UserIdentity.Scope
- getContextPath() - Method in class org.eclipse.jetty.servlet.ServletHolder
- getContextPath() - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- getContextPathColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- getContextPathEncoded() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getContexts() - Method in class org.eclipse.jetty.deploy.DeploymentManager
- getContexts() - Method in class org.eclipse.jetty.deploy.jmx.DeploymentManagerMBean
- getContexts() - Method in class org.eclipse.jetty.server.jmx.ServerMBean
- getContextXml() - Method in class org.eclipse.jetty.ant.AntWebAppContext
- getContinuation(ServletRequest) - Static method in class org.eclipse.jetty.continuation.ContinuationSupport
-
Deprecated.Get a Continuation.
- getContinuation(ServletRequest, ServletResponse) - Static method in class org.eclipse.jetty.continuation.ContinuationSupport
-
Deprecated.
- getConversation() - Method in class org.eclipse.jetty.client.HttpExchange
- getConversation() - Method in class org.eclipse.jetty.client.HttpRequest
- getConvertor(Class) - Method in class org.eclipse.jetty.util.ajax.JSON
-
Lookup a convertor for a class.
- getConvertor(String) - Method in class org.eclipse.jetty.util.ajax.AsyncJSON.Factory
-
Returns the
JSON.Convertor
associated with the given class name, if any. - getConvertorFor(String) - Method in class org.eclipse.jetty.util.ajax.JSON
-
Lookup a convertor for a named class.
- getCookieCompliance() - Method in class org.eclipse.jetty.server.HttpConfiguration
-
Deprecated.
- getCookies() - Method in interface org.eclipse.jetty.client.api.Request
- getCookies() - Method in class org.eclipse.jetty.client.HttpRequest
- getCookies() - Method in class org.eclipse.jetty.server.CookieCutter
- getCookies() - Method in class org.eclipse.jetty.server.Request
- getCookies() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
- getCookies() - Method in class org.eclipse.jetty.util.HttpCookieStore.Empty
- getCookies() - Method in class org.eclipse.jetty.util.HttpCookieStore
- getCookies() - Method in interface org.eclipse.jetty.websocket.api.UpgradeRequest
-
Get the list of Cookies on the Upgrade request
- getCookies() - Method in class org.eclipse.jetty.websocket.common.UpgradeRequestAdapter
- getCookies() - Method in class org.eclipse.jetty.websocket.servlet.ServletUpgradeRequest
- getCookies() - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- getCookieSet() - Method in class org.eclipse.jetty.server.session.SessionData
- getCookieSetTime() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
- getCookieSetTime() - Method in class org.eclipse.jetty.server.session.Session
- getCookieStore() - Method in class org.eclipse.jetty.client.HttpClient
- getCookieStore() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
- getCookieTimeColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- getCoordinates(URI) - Method in class org.eclipse.jetty.start.fileinits.MavenLocalRepoFileInitializer
- getCount() - Method in interface org.eclipse.jetty.servlets.DoSFilter.OverLimit
- getCount() - Method in class org.eclipse.jetty.util.ByteArrayOutputStream2
- getCount() - Method in class org.eclipse.jetty.util.PathWatcher.PathWatchEvent
-
Deprecated.
- getCount() - Method in class org.eclipse.jetty.util.statistic.RateStatistic
- getCount() - Method in class org.eclipse.jetty.util.statistic.SampleStatistic
- getCreated() - Method in class org.eclipse.jetty.server.session.SessionData
- getCreatedTimeStamp() - Method in class org.eclipse.jetty.io.AbstractConnection
- getCreatedTimeStamp() - Method in class org.eclipse.jetty.io.AbstractEndPoint
- getCreatedTimeStamp() - Method in interface org.eclipse.jetty.io.Connection
- getCreatedTimeStamp() - Method in interface org.eclipse.jetty.io.EndPoint
- getCreatedTimeStamp() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
- getCreateIndexOverExpiryStatementAsString(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- getCreateIndexOverSessionStatementAsString(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- getCreateStatementAsString() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- getCreateTables() - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
- getCreateTime() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
- getCreateTimeColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- getCreationTime() - Method in class org.eclipse.jetty.server.session.Session
- getCreator() - Method in class org.eclipse.jetty.websocket.server.WebSocketServerFactory
- getCreator() - Method in interface org.eclipse.jetty.websocket.servlet.WebSocketServletFactory
- getCredential() - Method in class org.eclipse.jetty.jaas.callback.AbstractCallbackHandler
- getCredential() - Method in class org.eclipse.jetty.jaas.spi.UserInfo
- getCredential() - Method in interface org.eclipse.jetty.security.authentication.LoginCallback
- getCredential() - Method in class org.eclipse.jetty.security.authentication.LoginCallbackImpl
- getCredential() - Method in class org.eclipse.jetty.security.jaspi.callback.CredentialValidationCallback
- getCredential(String) - Static method in class org.eclipse.jetty.util.security.Credential
-
Get a credential from a String.
- getCredential(String) - Method in interface org.eclipse.jetty.util.security.CredentialProvider
-
Get a credential from a String
- getCredentials() - Method in class org.eclipse.jetty.security.openid.OpenIdUserPrincipal
- getCrlPath() - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
-
Get the crlPath.
- getCrlPath() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- getCrls() - Method in class org.eclipse.jetty.util.security.CertificateValidator
- getCSV(String, boolean) - Method in class org.eclipse.jetty.http.HttpFields
-
Get multiple field values of the same name as a
QuotedCSV
- getCSV(HttpHeader, boolean) - Method in class org.eclipse.jetty.http.HttpFields
-
Get multiple field values of the same name, split as a
QuotedCSV
- getCurrent() - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
- getCurrentConnection() - Static method in class org.eclipse.jetty.server.HttpConnection
-
Get the current connection that this thread is dispatched to.
- getCurrentContext() - Static method in class org.eclipse.jetty.server.handler.ContextHandler
-
Get the current ServletContext implementation.
- getCurrentSecurityHandler() - Static method in class org.eclipse.jetty.security.SecurityHandler
- getCurrentUser() - Method in class org.eclipse.jetty.jaas.spi.AbstractLoginModule
- getCurrentWebAppContext() - Static method in class org.eclipse.jetty.webapp.WebAppContext
- getCustomErrorHandler() - Static method in class org.eclipse.jetty.osgi.httpservice.HttpServiceErrorHandlerHelper
- getCustomizer(Class<T>) - Method in class org.eclipse.jetty.server.HttpConfiguration
- getCustomizers() - Method in class org.eclipse.jetty.server.HttpConfiguration
- getData() - Method in class org.eclipse.jetty.http2.frames.DataFrame
- getDataBytesRemaining() - Method in class org.eclipse.jetty.http2.HTTP2Flusher.Entry
- getDataConstraint() - Method in class org.eclipse.jetty.util.security.Constraint
- getDatasource() - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
- getDatasourceName() - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
- getDate() - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
- getDatedFilename() - Method in class org.eclipse.jetty.server.NCSARequestLog
-
Deprecated.Retrieve the file name of the request log with the expanded date wildcard if the output is written to the disk using
RolloverFileOutputStream
. - getDatedFilename() - Method in class org.eclipse.jetty.server.RequestLogWriter
-
Retrieve the file name of the request log with the expanded date wildcard if the output is written to the disk using
RolloverFileOutputStream
. - getDatedFilename() - Method in class org.eclipse.jetty.util.RolloverFileOutputStream
- getDateField() - Method in class org.eclipse.jetty.server.Server
- getDateField(String) - Method in class org.eclipse.jetty.http.HttpFields
-
Get a header as a date value.
- getDateHeader(String) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator.FormRequest
- getDateHeader(String) - Method in class org.eclipse.jetty.server.Request
- getDateHeader(String) - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
- getDateHeader(String) - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- getDBCollection() - Method in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStore
- getDbName() - Method in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStoreFactory
- getDBName() - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
- getDebugListener() - Method in class org.eclipse.jetty.deploy.bindings.DebugListenerBinding
- getDeclaration() - Method in interface org.eclipse.jetty.http.pathmap.PathSpec
-
The as-provided path spec.
- getDeclaration() - Method in class org.eclipse.jetty.http.pathmap.RegexPathSpec
- getDeclaration() - Method in class org.eclipse.jetty.http.pathmap.ServletPathSpec
- getDeclaration() - Method in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
- getDecodedPath() - Method in class org.eclipse.jetty.http.HttpURI
- getDecoder() - Method in class org.eclipse.jetty.websocket.jsr356.annotations.OnMessageCallable
- getDecoder() - Method in class org.eclipse.jetty.websocket.jsr356.DecoderFactory.Wrapper
- getDecoder() - Method in class org.eclipse.jetty.websocket.jsr356.MessageHandlerWrapper
- getDecoderFactory() - Method in class org.eclipse.jetty.websocket.jsr356.ClientContainer
- getDecoderFactory() - Method in class org.eclipse.jetty.websocket.jsr356.JsrSession
- getDecoderFor(Class<?>) - Method in class org.eclipse.jetty.websocket.jsr356.DecoderFactory
- getDecoders() - Method in class org.eclipse.jetty.websocket.jsr356.annotations.AnnotatedEndpointMetadata
- getDecoders() - Method in class org.eclipse.jetty.websocket.jsr356.BasicEndpointConfig
- getDecoders() - Method in class org.eclipse.jetty.websocket.jsr356.client.AnnotatedClientEndpointConfig
- getDecoders() - Method in class org.eclipse.jetty.websocket.jsr356.client.EmptyClientEndpointConfig
- getDecoders() - Method in class org.eclipse.jetty.websocket.jsr356.client.SimpleEndpointMetadata
- getDecoders() - Method in interface org.eclipse.jetty.websocket.jsr356.metadata.EndpointMetadata
- getDecoders() - Method in class org.eclipse.jetty.websocket.jsr356.server.AnnotatedServerEndpointConfig
- getDecoders() - Method in class org.eclipse.jetty.websocket.jsr356.server.BasicServerEndpointConfig
- getDecorators() - Method in class org.eclipse.jetty.servlet.ServletContextHandler
-
Deprecated.use the
DecoratedObjectFactory
from getAttribute("org.eclipse.jetty.util.DecoratedObjectFactory") orServletContextHandler.getObjectFactory()
instead - getDecorators() - Method in class org.eclipse.jetty.util.DecoratedObjectFactory
- getDecryptedEndPoint() - Method in class org.eclipse.jetty.io.ssl.SslConnection
- getDefault() - Static method in class org.eclipse.jetty.util.ajax.JSON
- getDefaultAsyncSendTimeout() - Method in class org.eclipse.jetty.websocket.jsr356.ClientContainer
- getDefaultAsyncSendTimeout() - Method in class org.eclipse.jetty.websocket.jsr356.server.ServerContainer
- getDefaultConfig() - Method in class org.eclipse.jetty.start.Module
- getDefaultConfigurationClasses() - Static method in class org.eclipse.jetty.webapp.WebAppContext
- getDefaultConnectionFactory() - Method in class org.eclipse.jetty.maven.plugin.MavenServerConnector
- getDefaultConnectionFactory() - Method in class org.eclipse.jetty.server.AbstractConnector
- getDefaultConnectionFactory() - Method in interface org.eclipse.jetty.server.Connector
- getDefaultConnectors() - Method in class org.eclipse.jetty.ant.types.Connectors
-
Gets the default list of connectors to deploy when no connectors were explicitly added to the list.
- getDefaultContentType() - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
- getDefaultFrom(ServletContext) - Static method in class org.eclipse.jetty.websocket.server.NativeWebSocketServletContainerInitializer
-
Deprecated.
- getDefaultLifeCycleGoal() - Method in class org.eclipse.jetty.deploy.DeploymentManager
- getDefaultMaxBinaryMessageBufferSize() - Method in class org.eclipse.jetty.websocket.jsr356.ClientContainer
- getDefaultMaxBinaryMessageBufferSize() - Method in class org.eclipse.jetty.websocket.jsr356.server.ServerContainer
- getDefaultMaxSessionIdleTimeout() - Method in class org.eclipse.jetty.websocket.jsr356.ClientContainer
- getDefaultMaxSessionIdleTimeout() - Method in class org.eclipse.jetty.websocket.jsr356.server.ServerContainer
- getDefaultMaxTextMessageBufferSize() - Method in class org.eclipse.jetty.websocket.jsr356.ClientContainer
- getDefaultMaxTextMessageBufferSize() - Method in class org.eclipse.jetty.websocket.jsr356.server.ServerContainer
- getDefaultMimeByExtension(String) - Static method in class org.eclipse.jetty.http.MimeTypes
-
Get the MIME type by filename extension.
- getDefaultProtocol() - Method in class org.eclipse.jetty.server.AbstractConnector
- getDefaultProtocol() - Method in class org.eclipse.jetty.server.NegotiatingServerConnection
- getDefaultProtocol() - Method in class org.eclipse.jetty.server.NegotiatingServerConnectionFactory
- getDefaultRequestContentType() - Method in class org.eclipse.jetty.client.HttpClient
- getDefaultsDescriptor() - Method in class org.eclipse.jetty.deploy.providers.WebAppProvider
-
Get the defaultsDescriptor.
- getDefaultsDescriptor() - Method in class org.eclipse.jetty.osgi.boot.AbstractWebAppProvider
-
Get the defaultsDescriptor.
- getDefaultsDescriptor() - Method in class org.eclipse.jetty.webapp.WebAppContext
-
The default descriptor is a web.xml format file that is applied to the context before the standard WEB-INF/web.xml
- getDefaultSecurityHandlerClass() - Method in class org.eclipse.jetty.servlet.ServletContextHandler
-
Get the defaultSecurityHandlerClass.
- getDefaultServerClasses() - Method in class org.eclipse.jetty.webapp.WebAppContext
- getDefaultSessionTrackingModes() - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- getDefaultSessionTrackingModes() - Method in class org.eclipse.jetty.server.session.SessionHandler
- getDefaultSessionTrackingModes() - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
- getDefaultStylesheet() - Static method in class org.eclipse.jetty.server.handler.ResourceHandler
- getDefaultSystemClasses() - Method in class org.eclipse.jetty.webapp.WebAppContext
- getDefaultUseCaches() - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
- getDefaultUseCaches() - Static method in class org.eclipse.jetty.util.resource.Resource
- getDeferredSyntaxAllowedAsLiteral() - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
- getDeflater() - Method in class org.eclipse.jetty.websocket.common.extensions.compress.CompressExtension
- getDeflater(Request, long) - Method in interface org.eclipse.jetty.server.handler.gzip.GzipFactory
- getDeflater(Request, long) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
- getDeflaterPool() - Method in class org.eclipse.jetty.websocket.common.extensions.WebSocketExtensionFactory
- getDeflaterPoolCapacity() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Gets the maximum number of Deflaters that the DeflaterPool can hold.
- getDelayMs() - Method in class org.eclipse.jetty.servlets.DoSFilter
-
Get delay (in milliseconds) that is applied to all requests over the rate limit, before they are considered at all.
- getDelegate() - Method in class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
- getDeleteStatement(Connection, String, SessionContext) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- getDependentMavenWarExcludes() - Method in class org.eclipse.jetty.maven.plugin.WarPluginInfo
-
Get value of dependentWarExcludes for maven-war-plugin
- getDependentMavenWarIncludes() - Method in class org.eclipse.jetty.maven.plugin.WarPluginInfo
-
Get value of dependentWarIncludes for maven-war-plugin
- getDependentStreamId() - Method in class org.eclipse.jetty.http2.frames.PriorityFrame
-
Deprecated.use
PriorityFrame.getParentStreamId()
instead. - getDepends() - Method in class org.eclipse.jetty.start.Module
- getDeployedApps() - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
- getDeploymentManager() - Method in class org.eclipse.jetty.deploy.App
- getDeploymentManager() - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
-
Get the deploymentManager.
- getDeploymentManager() - Method in class org.eclipse.jetty.osgi.boot.AbstractContextProvider
- getDeploymentManager() - Method in class org.eclipse.jetty.osgi.boot.AbstractWebAppProvider
- getDeploymentManager() - Method in class org.eclipse.jetty.osgi.boot.internal.serverfactory.ServerInstanceWrapper
- getDesc() - Method in class org.eclipse.jetty.annotations.AnnotationParser.MethodInfo
- getDescription() - Method in enum org.eclipse.jetty.http.HttpComplianceSection
- getDescription() - Method in class org.eclipse.jetty.start.Module
- getDescriptor() - Method in class org.eclipse.jetty.webapp.MetaData.OriginInfo
- getDescriptor() - Method in class org.eclipse.jetty.webapp.WebAppContext
- getDestination(String, String, int) - Method in class org.eclipse.jetty.client.HttpClient
-
Returns a
Destination
for the given scheme, host and port. - getDestination(URI, String) - Method in class org.eclipse.jetty.start.FileInitializer
- getDestinationAddress() - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V1.Tag
- getDestinationAddress() - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag
- getDestinationIdleTimeout() - Method in class org.eclipse.jetty.client.HttpClient
-
The default value is 0
- getDestinationPort() - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V1.Tag
- getDestinationPort() - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag
- getDestinations() - Method in class org.eclipse.jetty.client.HttpClient
- getDigest() - Method in class org.eclipse.jetty.util.security.Credential.MD5
- getDir() - Method in class org.eclipse.jetty.start.BaseHome.SearchDir
- getDir() - Method in class org.eclipse.jetty.start.config.DirConfigSource
- getDirectBuffer() - Method in interface org.eclipse.jetty.http.HttpContent
- getDirectBuffer() - Method in class org.eclipse.jetty.http.PrecompressedHttpContent
- getDirectBuffer() - Method in class org.eclipse.jetty.http.ResourceHttpContent
- getDirectBuffer() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
- getDirectBuffer(Resource) - Method in class org.eclipse.jetty.server.CachedContentFactory
- getDirectByteBufferCount() - Method in class org.eclipse.jetty.io.ArrayByteBufferPool
- getDirectByteBufferCount() - Method in class org.eclipse.jetty.io.MappedByteBufferPool
- getDirectory() - Method in class org.eclipse.jetty.maven.plugin.ScanTargetPattern
- getDirMatcher() - Method in class org.eclipse.jetty.start.PathFinder
- getDispatchContext() - Method in class org.eclipse.jetty.server.AsyncContextEvent
- getDispatched() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- getDispatchedActive() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- getDispatchedActiveMax() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- getDispatchedTimeMax() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- getDispatchedTimeMean() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- getDispatchedTimeStdDev() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- getDispatchedTimeTotal() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- getDispatcherType() - Method in class org.eclipse.jetty.server.Request
- getDispatcherType() - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- getDispatcherTypes() - Method in class org.eclipse.jetty.rewrite.handler.RewriteHandler
- getDispatcherTypes() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Get the Set of
DispatcherType
that this Filter will operate on. - getDispatcherTypes() - Method in class org.eclipse.jetty.servlet.FilterMapping
- getDisplayName() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getDisplayName() - Method in class org.eclipse.jetty.servlet.Holder
- getDoInput() - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
- getDomain() - Method in class org.eclipse.jetty.http.HttpCookie
- getDomain() - Method in class org.eclipse.jetty.jmx.MBeanContainer
-
Retrieve domain name used to add MBeans
- getDomain() - Method in class org.eclipse.jetty.server.session.SessionHandler.CookieConfig
- getDoOutput() - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
- getDouble() - Method in class org.eclipse.jetty.util.QuotedStringTokenizer
- getDriver() - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
- getDriverClassName() - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
- getDryRunParts() - Method in class org.eclipse.jetty.start.StartArgs
- getDTD() - Method in class org.eclipse.jetty.xml.XmlParser
- getDuration() - Method in interface org.eclipse.jetty.servlets.DoSFilter.OverLimit
- getDynamicTableSize() - Method in class org.eclipse.jetty.http2.hpack.HpackContext
- getEdge(int) - Method in class org.eclipse.jetty.deploy.graph.Path
- getEdges() - Method in class org.eclipse.jetty.deploy.graph.Graph
- getEdges() - Method in class org.eclipse.jetty.deploy.graph.Path
- getEffectiveMajorVersion() - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- getEffectiveMinorVersion() - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- getEffectiveSessionTrackingModes() - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- getEffectiveSessionTrackingModes() - Method in class org.eclipse.jetty.server.session.SessionHandler
- getEffectiveSessionTrackingModes() - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
- getElapsed() - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration.TimeStatistic
- getElements() - Method in class org.eclipse.jetty.start.Classpath
- getElIgnored() - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
- getEnabled() - Method in class org.eclipse.jetty.start.Modules
- getEnabledModules() - Method in class org.eclipse.jetty.start.StartArgs
- getEnableSources() - Method in class org.eclipse.jetty.start.Module
- getEncodedField() - Method in class org.eclipse.jetty.http2.hpack.HpackContext.StaticEntry
- getEncodedField(HttpHeader, String, String) - Method in class org.eclipse.jetty.http.Http1FieldPreEncoder
- getEncodedField(HttpHeader, String, String) - Method in interface org.eclipse.jetty.http.HttpFieldPreEncoder
- getEncodedField(HttpHeader, String, String) - Method in class org.eclipse.jetty.http2.hpack.HpackFieldPreEncoder
- getEncodedToken() - Method in class org.eclipse.jetty.security.SpnegoUserPrincipal
- getEncoder() - Method in class org.eclipse.jetty.websocket.jsr356.EncoderFactory.Wrapper
- getEncoderFactory() - Method in class org.eclipse.jetty.websocket.jsr356.ClientContainer
- getEncoderFactory() - Method in class org.eclipse.jetty.websocket.jsr356.JsrSession
- getEncoderFor(Class<?>) - Method in class org.eclipse.jetty.websocket.jsr356.EncoderFactory
- getEncoders() - Method in class org.eclipse.jetty.websocket.jsr356.annotations.AnnotatedEndpointMetadata
- getEncoders() - Method in class org.eclipse.jetty.websocket.jsr356.BasicEndpointConfig
- getEncoders() - Method in class org.eclipse.jetty.websocket.jsr356.client.AnnotatedClientEndpointConfig
- getEncoders() - Method in class org.eclipse.jetty.websocket.jsr356.client.EmptyClientEndpointConfig
- getEncoders() - Method in class org.eclipse.jetty.websocket.jsr356.client.SimpleEndpointMetadata
- getEncoders() - Method in interface org.eclipse.jetty.websocket.jsr356.metadata.EndpointMetadata
- getEncoders() - Method in class org.eclipse.jetty.websocket.jsr356.server.AnnotatedServerEndpointConfig
- getEncoders() - Method in class org.eclipse.jetty.websocket.jsr356.server.BasicServerEndpointConfig
- getEncoding() - Method in interface org.eclipse.jetty.client.api.ContentResponse
- getEncoding() - Method in class org.eclipse.jetty.client.ContentDecoder.Factory
- getEncoding() - Method in class org.eclipse.jetty.client.HttpContentResponse
- getEncoding() - Method in class org.eclipse.jetty.client.util.BufferingResponseListener
- getEncoding() - Method in class org.eclipse.jetty.http.CompressedContentFormat
- getEncodingCacheSize() - Method in class org.eclipse.jetty.server.ResourceService
- getEnd() - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration.TimeStatistic
- getEndpoint() - Method in class org.eclipse.jetty.websocket.jsr356.endpoints.EndpointInstance
- getEndPoint() - Method in class org.eclipse.jetty.http2.HTTP2Session
- getEndPoint() - Method in class org.eclipse.jetty.io.AbstractConnection
- getEndPoint() - Method in interface org.eclipse.jetty.io.Connection
- getEndPoint() - Method in class org.eclipse.jetty.server.HttpChannel
- getEndpointClass() - Method in class org.eclipse.jetty.websocket.jsr356.annotations.AnnotatedEndpointMetadata
- getEndpointClass() - Method in class org.eclipse.jetty.websocket.jsr356.client.SimpleEndpointMetadata
- getEndpointClass() - Method in interface org.eclipse.jetty.websocket.jsr356.metadata.EndpointMetadata
- getEndpointClass() - Method in class org.eclipse.jetty.websocket.jsr356.server.AnnotatedServerEndpointConfig
- getEndpointClass() - Method in class org.eclipse.jetty.websocket.jsr356.server.BasicServerEndpointConfig
- getEndpointConfig() - Method in class org.eclipse.jetty.websocket.jsr356.JsrSession
- getEndpointIdentificationAlgorithm() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- getEndpointInstance(Class<T>) - Method in class org.eclipse.jetty.websocket.jsr356.server.ContainerDefaultConfigurator
- getEndpointMetadata() - Method in class org.eclipse.jetty.websocket.jsr356.JsrSession
- getEntityDataModel() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
- getEntityDataModel() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStoreFactory
- getEntry(String) - Method in class org.eclipse.jetty.util.MultiReleaseJarFile
-
Get a versioned resource entry by name
- getEnvironment() - Method in class org.eclipse.jetty.jaas.spi.LdapLoginModule
-
get the context for connection
- getEnvironment() - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
- getEnvironment() - Method in class org.eclipse.jetty.jndi.local.localContextRoot
- getEnvironment() - Method in class org.eclipse.jetty.jndi.NamingContext
-
Get the environment of this Context.
- getEPCTasksConsumed() - Method in class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill
- getError() - Method in class org.eclipse.jetty.http2.frames.FailureFrame
- getError() - Method in class org.eclipse.jetty.http2.frames.GoAwayFrame
- getError() - Method in class org.eclipse.jetty.http2.frames.ResetFrame
- getError() - Method in class org.eclipse.jetty.server.HttpInput.ErrorState
- getError() - Method in class org.eclipse.jetty.server.HttpInput.State
- getErrorContext() - Method in class org.eclipse.jetty.server.Request
- getErrorHandler() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getErrorHandler() - Method in class org.eclipse.jetty.server.Server
- getErrorHandler(Server, ContextHandler) - Static method in class org.eclipse.jetty.server.handler.ErrorHandler
- getErrorOnUndeclaredNamespace() - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
- getErrorPage(HttpServletRequest) - Method in interface org.eclipse.jetty.server.handler.ErrorHandler.ErrorPageMapper
- getErrorPage(HttpServletRequest) - Method in class org.eclipse.jetty.servlet.ErrorPageErrorHandler
- getErrorPages() - Method in class org.eclipse.jetty.servlet.ErrorPageErrorHandler
- getErrors() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- getEtag() - Method in interface org.eclipse.jetty.server.PushBuilder
- getEtag() - Method in class org.eclipse.jetty.server.PushBuilderImpl
- getETag() - Method in interface org.eclipse.jetty.http.HttpContent
- getETag() - Method in class org.eclipse.jetty.http.PrecompressedHttpContent
- getETag() - Method in class org.eclipse.jetty.http.ResourceHttpContent
- getETag() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
- getETag() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedPrecompressedHttpContent
- getEtagSuffix() - Method in class org.eclipse.jetty.http.CompressedContentFormat
- getETagValue() - Method in interface org.eclipse.jetty.http.HttpContent
- getETagValue() - Method in class org.eclipse.jetty.http.PrecompressedHttpContent
- getETagValue() - Method in class org.eclipse.jetty.http.ResourceHttpContent
- getETagValue() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
- getETagValue() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedPrecompressedHttpContent
- getEventDriverFactory() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
- getEventDriverFactory() - Method in class org.eclipse.jetty.websocket.server.WebSocketServerFactory
- getEventListeners() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getEventsPerSecond() - Method in class org.eclipse.jetty.http2.parser.WindowRateControl
- getEvictionPolicy() - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
- getEvictionPolicy() - Method in class org.eclipse.jetty.server.session.AbstractSessionCacheFactory
- getEvictionPolicy() - Method in class org.eclipse.jetty.server.session.NullSessionCacheFactory
- getEvictionPolicy() - Method in interface org.eclipse.jetty.server.session.SessionCache
- getExceptions() - Method in class org.eclipse.jetty.annotations.AnnotationParser.MethodInfo
- getExchanges() - Method in class org.eclipse.jetty.client.HttpConversation
- getExcludeCipherSuites() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- getExcluded() - Method in class org.eclipse.jetty.util.IncludeExcludeSet
- getExcludedAddresses() - Method in class org.eclipse.jetty.client.ProxyConfiguration.Proxy
- getExcludedAgentPatterns() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Get the current filter list of excluded User-Agent patterns
- getExcludedCount() - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
- getExcludedMethodList() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Get the excluded filter list of HTTP methods in CSV format
- getExcludedMethods() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Get the current filter list of excluded HTTP methods
- getExcludedMimeTypes() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Get the current filter list of excluded MIME types
- getExcludedPaths() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Get the current filter list of excluded Path Specs
- getExcludeProtocols() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- getExcludes() - Method in class org.eclipse.jetty.maven.plugin.OverlayConfig
- getExcludes() - Method in class org.eclipse.jetty.maven.plugin.ScanPattern
- getExcludes() - Method in class org.eclipse.jetty.maven.plugin.ScanTargetPattern
- getExecutor() - Method in class org.eclipse.jetty.client.HttpClient
- getExecutor() - Method in class org.eclipse.jetty.http.spi.DelegatingThreadPool
- getExecutor() - Method in class org.eclipse.jetty.http.spi.JettyHttpServer
- getExecutor() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
- getExecutor() - Method in class org.eclipse.jetty.io.AbstractConnection
- getExecutor() - Method in class org.eclipse.jetty.io.SelectorManager
- getExecutor() - Method in class org.eclipse.jetty.maven.plugin.MavenServerConnector
- getExecutor() - Method in class org.eclipse.jetty.proxy.ConnectHandler
- getExecutor() - Method in class org.eclipse.jetty.server.AbstractConnector
- getExecutor() - Method in interface org.eclipse.jetty.server.Connector
- getExecutor() - Method in class org.eclipse.jetty.util.SocketAddressResolver.Async
- getExecutor() - Method in class org.eclipse.jetty.util.thread.ReservedThreadExecutor
- getExecutor() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
- getExecutor() - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection
- getExecutor() - Method in interface org.eclipse.jetty.websocket.common.LogicalConnection
-
Get the Executor used by this connection.
- getExecutor() - Method in class org.eclipse.jetty.websocket.common.scopes.DelegatedContainerScope
- getExecutor() - Method in class org.eclipse.jetty.websocket.common.scopes.SimpleContainerScope
- getExecutor() - Method in interface org.eclipse.jetty.websocket.common.scopes.WebSocketContainerScope
-
Executor in use by the container.
- getExecutor() - Method in class org.eclipse.jetty.websocket.jsr356.ClientContainer
- getExecutor() - Method in class org.eclipse.jetty.websocket.server.WebSocketServerFactory
- getExitCode() - Method in exception org.eclipse.jetty.start.UsageException
- getExpiration() - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
- getExpired(Set<String>) - Method in class org.eclipse.jetty.server.session.AbstractSessionDataStore
- getExpired(Set<String>) - Method in class org.eclipse.jetty.server.session.CachingSessionDataStore
- getExpired(Set<String>) - Method in interface org.eclipse.jetty.server.session.SessionDataStore
-
Called periodically, this method should search the data store for sessions that have been expired for a 'reasonable' amount of time.
- getExpiredSessionsStatement(Connection, String, String, long) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- getExpireNanoTime() - Method in class org.eclipse.jetty.client.HttpChannel
- getExpireNanoTime() - Method in class org.eclipse.jetty.client.HttpExchange
- getExpireNanoTime() - Method in interface org.eclipse.jetty.io.CyclicTimeouts.Expirable
-
Returns the expiration time in nanoseconds.
- getExpires() - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
- getExpires() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- getExpiry() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
- getExpiry() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.ExpiryInfo
- getExpiry() - Method in class org.eclipse.jetty.server.session.SessionData
- getExpiryFromFilename(String) - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
- getExpirySec() - Method in class org.eclipse.jetty.memcached.session.MemcachedSessionDataMap
-
Expiry time for memached entries.
- getExpirySec() - Method in class org.eclipse.jetty.memcached.session.MemcachedSessionDataMapFactory
- getExpiryTimeColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- getExtendedId() - Method in class org.eclipse.jetty.server.session.Session
- getExtendedId(String, HttpServletRequest) - Method in class org.eclipse.jetty.server.session.DefaultSessionIdManager
-
Get the session ID with any worker ID.
- getExtendedId(String, HttpServletRequest) - Method in interface org.eclipse.jetty.server.SessionIdManager
-
Get an extended id for a session.
- getExtendedId(HttpSession) - Method in class org.eclipse.jetty.server.session.SessionHandler
- getExtension() - Method in class org.eclipse.jetty.http.CompressedContentFormat
- getExtension(String) - Method in class org.eclipse.jetty.websocket.api.extensions.ExtensionFactory
-
Deprecated.
- getExtensionFactory() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
- getExtensionFactory() - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
- getExtensionFactory() - Method in class org.eclipse.jetty.websocket.server.WebSocketServerFactory
-
Deprecated.
- getExtensionFactory() - Method in interface org.eclipse.jetty.websocket.servlet.WebSocketServletFactory
-
Deprecated.this class is removed from Jetty 10.0.0+. To remove specific extensions from negotiation use
WebSocketCreator
to remove then during handshake. - getExtensionNames() - Method in class org.eclipse.jetty.websocket.api.extensions.ExtensionFactory
-
Deprecated.
- getExtensions() - Method in interface org.eclipse.jetty.websocket.api.UpgradeRequest
-
Get the list of WebSocket Extension Configurations for this Upgrade Request.
- getExtensions() - Method in interface org.eclipse.jetty.websocket.api.UpgradeResponse
-
Get the list of extensions that should be used for the websocket.
- getExtensions() - Method in class org.eclipse.jetty.websocket.client.ClientUpgradeResponse
- getExtensions() - Method in class org.eclipse.jetty.websocket.common.extensions.ExtensionStack
- getExtensions() - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection
-
Get the list of extensions in use.
- getExtensions() - Method in class org.eclipse.jetty.websocket.common.UpgradeRequestAdapter
- getExtensions() - Method in class org.eclipse.jetty.websocket.common.UpgradeResponseAdapter
-
Get the list of extensions that should be used for the websocket.
- getExtensions() - Method in class org.eclipse.jetty.websocket.jsr356.client.AnnotatedClientEndpointConfig
- getExtensions() - Method in class org.eclipse.jetty.websocket.jsr356.client.EmptyClientEndpointConfig
- getExtensions() - Method in class org.eclipse.jetty.websocket.jsr356.server.AnnotatedServerEndpointConfig
- getExtensions() - Method in class org.eclipse.jetty.websocket.jsr356.server.BasicServerEndpointConfig
- getExtensions() - Method in class org.eclipse.jetty.websocket.servlet.ServletUpgradeRequest
- getExtensions() - Method in class org.eclipse.jetty.websocket.servlet.ServletUpgradeResponse
- getExtraClasspath() - Method in interface org.eclipse.jetty.webapp.WebAppClassLoader.Context
- getExtraClasspath() - Method in class org.eclipse.jetty.webapp.WebAppContext
- getFactories(SslContextFactory, ConnectionFactory...) - Static method in class org.eclipse.jetty.server.AbstractConnectionFactory
- getFactory() - Static method in class org.eclipse.jetty.osgi.boot.utils.BundleClassLoaderHelperFactory
- getFactory() - Static method in class org.eclipse.jetty.osgi.boot.utils.BundleFileLocatorHelperFactory
- getFactory() - Method in class org.eclipse.jetty.websocket.server.NativeWebSocketConfiguration
-
Get WebSocketServerFactory being used.
- getFactory() - Method in class org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter
- getFailure() - Method in class org.eclipse.jetty.client.api.Result
- getFailure() - Method in class org.eclipse.jetty.http2.frames.FailureFrame
- getFamily() - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V1.Tag
- getFamily() - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag
- getField(int) - Method in class org.eclipse.jetty.http.HttpFields
-
Get a Field by index.
- getField(Class<?>) - Method in class org.eclipse.jetty.servlet.listener.ELContextCleaner
- getField(String) - Method in class org.eclipse.jetty.http.HttpFields
- getField(HttpHeader) - Method in class org.eclipse.jetty.http.HttpFields
- getFieldCache() - Method in class org.eclipse.jetty.http.HttpParser
- getFieldName() - Method in class org.eclipse.jetty.annotations.AnnotationParser.FieldInfo
- getFieldNames() - Method in class org.eclipse.jetty.http.HttpFields
-
Get enumeration of header _names.
- getFieldNamesCollection() - Method in class org.eclipse.jetty.http.HttpFields
-
Get Collection of header names.
- getFields() - Method in class org.eclipse.jetty.http.MetaData
- getFields(String) - Method in class org.eclipse.jetty.http.HttpFields
- getFields(HttpHeader) - Method in class org.eclipse.jetty.http.HttpFields
- getFieldType() - Method in class org.eclipse.jetty.annotations.AnnotationParser.FieldInfo
- getFile() - Method in class org.eclipse.jetty.deploy.PropertiesConfigurationManager
- getFile() - Method in class org.eclipse.jetty.http.MultiPartFormInputStream.MultiPart
-
Get the file
- getFile() - Method in class org.eclipse.jetty.start.TextFile
- getFile() - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
-
Deprecated.Get the file
- getFile() - Method in class org.eclipse.jetty.util.resource.EmptyResource
- getFile() - Method in class org.eclipse.jetty.util.resource.FileResource
-
Deprecated.Returns an File representing the given resource or NULL if this is not possible.
- getFile() - Method in class org.eclipse.jetty.util.resource.JarResource
- getFile() - Method in class org.eclipse.jetty.util.resource.PathResource
- getFile() - Method in class org.eclipse.jetty.util.resource.Resource
-
File representing the given resource.
- getFile() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
- getFile() - Method in class org.eclipse.jetty.util.resource.URLResource
-
Returns an File representing the given resource or NULL if this is not possible.
- getFile(String) - Method in class org.eclipse.jetty.util.thread.strategy.jmh.TestServer
- getFileAsResource(String) - Method in class org.eclipse.jetty.osgi.boot.AbstractOSGiApp
- getFileAsResource(String, String) - Method in class org.eclipse.jetty.osgi.boot.AbstractOSGiApp
- getFileInBundle(Bundle, String) - Method in interface org.eclipse.jetty.osgi.boot.utils.BundleFileLocatorHelper
-
Locate a file inside a bundle.
- getFileInBundle(Bundle, String) - Method in class org.eclipse.jetty.osgi.boot.utils.internal.DefaultFileLocatorHelper
-
Locate a file inside a bundle.
- getFileMatcher() - Method in class org.eclipse.jetty.start.PathFinder
- getFilename() - Method in class org.eclipse.jetty.server.NCSARequestLog
-
Deprecated.Retrieve the output file name of the request log.
- getFilename() - Method in class org.eclipse.jetty.util.RolloverFileOutputStream
- getFileName() - Method in class org.eclipse.jetty.maven.plugin.ServerConnectorListener
- getFileName() - Method in class org.eclipse.jetty.server.RequestLogWriter
-
Retrieve the output file name of the request log.
- getFilenameDateFormat() - Method in class org.eclipse.jetty.server.NCSARequestLog
-
Deprecated.Retrieve the file name date format string.
- getFilenameDateFormat() - Method in class org.eclipse.jetty.server.RequestLogWriter
-
Retrieve the file name date format string.
- getFilenameFilter() - Method in class org.eclipse.jetty.util.Scanner
-
Deprecated.
- getFilePath() - Method in class org.eclipse.jetty.osgi.boot.utils.ServerConnectorListener
- getFiles() - Method in class org.eclipse.jetty.start.Module
- getFiles() - Method in class org.eclipse.jetty.start.StartArgs
- getFileURL(URL) - Method in interface org.eclipse.jetty.osgi.boot.utils.BundleFileLocatorHelper
-
Only useful for equinox: on felix we get the
file://
url already. - getFileURL(URL) - Method in class org.eclipse.jetty.osgi.boot.utils.internal.DefaultFileLocatorHelper
-
Only useful for equinox: on felix we get the file:// url already.
- getFillableErrorCount() - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.Stats
-
Deprecated.
- getFillInterest() - Method in class org.eclipse.jetty.io.AbstractEndPoint
- getFillInterestedCount() - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.Stats
-
Deprecated.
- getFilter() - Method in class org.eclipse.jetty.servlet.FilterHolder
- getFilter(String) - Method in class org.eclipse.jetty.servlet.ServletHandler
- getFilterChain(Request, String, ServletHolder) - Method in class org.eclipse.jetty.servlet.ServletHandler
- getFilterMappings() - Method in class org.eclipse.jetty.servlet.ServletHandler
- getFilterName() - Method in class org.eclipse.jetty.servlet.FilterMapping
- getFilterRegistration(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- getFilterRegistration(String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
- getFilterRegistrations() - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- getFilterRegistrations() - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
- getFilters() - Method in class org.eclipse.jetty.http.spi.JettyHttpContext
- getFilters() - Method in class org.eclipse.jetty.servlet.ServletHandler
- getFirst() - Method in class org.eclipse.jetty.server.InclusiveByteRange
- getFlowControlStrategy() - Method in class org.eclipse.jetty.http2.HTTP2Session
- getFlowControlStrategyFactory() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
- getFlowControlStrategyFactory() - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
- getFlusher() - Method in class org.eclipse.jetty.fcgi.client.http.HttpConnectionOverFCGI
- getForce() - Method in class org.eclipse.jetty.maven.plugin.SystemProperties
- getForcedHost() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
- getForcedPath() - Method in class org.eclipse.jetty.servlet.ServletHolder
- getForcedValue() - Method in class org.eclipse.jetty.rewrite.handler.ForceRequestHeaderValueRule
- getFormatString() - Method in class org.eclipse.jetty.server.CustomRequestLog
-
Retrieve the format string.
- getFormatString() - Method in class org.eclipse.jetty.util.DateCache
- getFormatString() - Method in class org.eclipse.jetty.util.jmh.DateCacheNoTick
- getFormatString() - Method in class org.eclipse.jetty.util.jmh.DateCacheSimpleDateFormat
- getFormEncodedMethods() - Method in class org.eclipse.jetty.server.HttpConfiguration
- getForwardedCipherSuiteHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
- getForwardedForHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
- getForwardedHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
- getForwardedHostHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
- getForwardedHttpsHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
- getForwardedPortAsAuthority() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
- getForwardedPortHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
- getForwardedProtoHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
-
Get the forwardedProtoHeader.
- getForwardedServerHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
- getForwardedSslSessionIdHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
- getFragment() - Method in class org.eclipse.jetty.http.HttpURI
- getFragment(String) - Method in class org.eclipse.jetty.webapp.MetaData
- getFragment(Resource) - Method in class org.eclipse.jetty.webapp.MetaData
- getFragmentFromJar(Resource, List<FragmentDescriptor>) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
-
Get the web-fragment.xml from a jar
- getFragments() - Method in class org.eclipse.jetty.webapp.MetaData
- getFragments(Bundle) - Method in class org.eclipse.jetty.osgi.boot.utils.internal.PackageAdminServiceTracker
-
Helper to access the PackageAdmin and return the fragments hosted by a bundle.
- getFragmentsAndRequiredBundles(Bundle) - Method in class org.eclipse.jetty.osgi.boot.utils.internal.PackageAdminServiceTracker
-
Returns the fragments and the required-bundles of a bundle.
- getFrameBytesGenerated() - Method in class org.eclipse.jetty.http2.HTTP2Flusher.Entry
- getFrameQueueSize() - Method in class org.eclipse.jetty.http2.HTTP2Flusher
- getFrames() - Method in class org.eclipse.jetty.http2.IStream.FrameList
- getFrameType() - Method in class org.eclipse.jetty.fcgi.parser.HeaderParser
- getFrameType() - Method in class org.eclipse.jetty.http2.parser.BodyParser
- getFrameType() - Method in class org.eclipse.jetty.http2.parser.HeaderParser
- getFrameType() - Method in class org.eclipse.jetty.http2.parser.Parser
- getFrom() - Method in class org.eclipse.jetty.deploy.graph.Edge
- getFullyQualifiedMethodName() - Method in interface org.eclipse.jetty.websocket.jsr356.annotations.IJsrMethod
-
Get the fully qualifed method name {classname}.{methodname}({params}) suitable for using in error messages.
- getGenerateOrigin() - Method in class org.eclipse.jetty.quickstart.QuickStartWebApp
- getGenerator() - Method in class org.eclipse.jetty.http2.HTTP2Session
- getGenerator() - Method in class org.eclipse.jetty.server.HttpConnection
- getGenerator() - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection
- getGracefulShutdownWaitsForRequests() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- getGracePeriodSec() - Method in class org.eclipse.jetty.server.session.AbstractSessionDataStore
- getGracePeriodSec() - Method in class org.eclipse.jetty.server.session.AbstractSessionDataStoreFactory
- getGroup() - Method in interface org.eclipse.jetty.http.pathmap.PathSpec
-
The spec group.
- getGroup() - Method in class org.eclipse.jetty.http.pathmap.RegexPathSpec
- getGroup() - Method in class org.eclipse.jetty.http.pathmap.ServletPathSpec
- getGroup() - Method in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
- getGroupId() - Method in class org.eclipse.jetty.maven.plugin.OverlayConfig
- getGroups(Subject) - Method in class org.eclipse.jetty.jaas.JAASLoginService
-
Get all of the groups for the user.
- getGzipEquivalentFileExtensions() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
- getGzipEquivalentFileExtensions() - Method in class org.eclipse.jetty.server.ResourceService
- getGzipHandler() - Method in class org.eclipse.jetty.servlet.ServletContextHandler
- getHandler() - Method in class org.eclipse.jetty.http.HttpParser
- getHandler() - Method in class org.eclipse.jetty.http.MultiPartParser
- getHandler() - Method in class org.eclipse.jetty.http.spi.JettyHttpContext
- getHandler() - Method in class org.eclipse.jetty.server.handler.HandlerWrapper
- getHandler() - Method in class org.eclipse.jetty.server.handler.HotSwapHandler
- getHandler() - Method in class org.eclipse.jetty.websocket.jsr356.MessageHandlerWrapper
- getHandlerClass() - Method in class org.eclipse.jetty.websocket.jsr356.metadata.MessageHandlerMetadata
- getHandlers() - Method in class org.eclipse.jetty.server.handler.HandlerCollection
- getHandlers() - Method in class org.eclipse.jetty.server.handler.HandlerCollection.Handlers
- getHandlers() - Method in class org.eclipse.jetty.server.handler.HandlerWrapper
- getHandlers() - Method in class org.eclipse.jetty.server.handler.HotSwapHandler
- getHandlers() - Method in interface org.eclipse.jetty.server.HandlerContainer
- getHazelcastInstance() - Method in class org.eclipse.jetty.hazelcast.session.HazelcastSessionDataStoreFactory
- getHazelcastInstanceName() - Method in class org.eclipse.jetty.hazelcast.session.HazelcastSessionDataStoreFactory
- getHeader() - Method in class org.eclipse.jetty.client.api.Authentication.HeaderInfo
- getHeader() - Method in class org.eclipse.jetty.http.HttpField
- getHeader() - Method in class org.eclipse.jetty.rewrite.handler.HeaderRule
- getHeader(String) - Method in class org.eclipse.jetty.http.MultiPartFormInputStream.MultiPart
- getHeader(String) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator.FormRequest
- getHeader(String) - Method in interface org.eclipse.jetty.server.PushBuilder
- getHeader(String) - Method in class org.eclipse.jetty.server.PushBuilderImpl
- getHeader(String) - Method in class org.eclipse.jetty.server.Request
- getHeader(String) - Method in class org.eclipse.jetty.server.Response
- getHeader(String) - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
- getHeader(String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
- getHeader(String) - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
-
Deprecated.
- getHeader(String) - Method in interface org.eclipse.jetty.websocket.api.UpgradeRequest
-
Get a specific Header value from Upgrade Request
- getHeader(String) - Method in interface org.eclipse.jetty.websocket.api.UpgradeResponse
-
Get a header value
- getHeader(String) - Method in class org.eclipse.jetty.websocket.common.UpgradeRequestAdapter
- getHeader(String) - Method in class org.eclipse.jetty.websocket.common.UpgradeResponseAdapter
- getHeader(String) - Method in class org.eclipse.jetty.websocket.servlet.ServletUpgradeRequest
- getHeader(String) - Method in class org.eclipse.jetty.websocket.servlet.ServletUpgradeResponse
- getHeader(String) - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- getHeaderCacheSize() - Method in class org.eclipse.jetty.client.http.HttpClientTransportOverHTTP
- getHeaderCacheSize() - Method in class org.eclipse.jetty.client.http.HttpReceiverOverHTTP
- getHeaderCacheSize() - Method in interface org.eclipse.jetty.http.HttpParser.HttpHandler
- getHeaderCacheSize() - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
- getHeaderCacheSize() - Method in class org.eclipse.jetty.server.HttpConfiguration
- getHeaderField(int) - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
- getHeaderField(String) - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
- getHeaderFieldDate(String, long) - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
- getHeaderFieldInt(String, int) - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
- getHeaderFieldKey(int) - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
- getHeaderFields() - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
- getHeaderInfo(String) - Method in class org.eclipse.jetty.client.AuthenticationProtocolHandler
- getHeaderInt(String) - Method in interface org.eclipse.jetty.websocket.api.UpgradeRequest
-
Get the specific Header value, as an
int
, from the Upgrade Request. - getHeaderInt(String) - Method in class org.eclipse.jetty.websocket.common.UpgradeRequestAdapter
- getHeaderInt(String) - Method in class org.eclipse.jetty.websocket.servlet.ServletUpgradeRequest
- getHeaderLength() - Method in class org.eclipse.jetty.http.HttpParser
- getHeaderName() - Method in class org.eclipse.jetty.rewrite.handler.ForceRequestHeaderValueRule
- getHeaderNames() - Method in class org.eclipse.jetty.http.MultiPartFormInputStream.MultiPart
- getHeaderNames() - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator.FormRequest
- getHeaderNames() - Method in interface org.eclipse.jetty.server.PushBuilder
- getHeaderNames() - Method in class org.eclipse.jetty.server.PushBuilderImpl
- getHeaderNames() - Method in class org.eclipse.jetty.server.Request
- getHeaderNames() - Method in class org.eclipse.jetty.server.Response
- getHeaderNames() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
- getHeaderNames() - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
- getHeaderNames() - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
-
Deprecated.
- getHeaderNames() - Method in interface org.eclipse.jetty.websocket.api.UpgradeResponse
-
Get the header names
- getHeaderNames() - Method in class org.eclipse.jetty.websocket.common.UpgradeResponseAdapter
- getHeaderNames() - Method in class org.eclipse.jetty.websocket.servlet.ServletUpgradeResponse
- getHeaderNames() - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- getHeaders() - Method in interface org.eclipse.jetty.client.api.Request
- getHeaders() - Method in interface org.eclipse.jetty.client.api.Response
- getHeaders() - Method in class org.eclipse.jetty.client.HttpContentResponse
- getHeaders() - Method in class org.eclipse.jetty.client.HttpRequest
- getHeaders() - Method in class org.eclipse.jetty.client.HttpResponse
- getHeaders() - Method in interface org.eclipse.jetty.websocket.api.UpgradeRequest
-
Get the headers as a Map of keys to value lists.
- getHeaders() - Method in interface org.eclipse.jetty.websocket.api.UpgradeResponse
-
Get the headers map
- getHeaders() - Method in class org.eclipse.jetty.websocket.common.UpgradeRequestAdapter
- getHeaders() - Method in class org.eclipse.jetty.websocket.common.UpgradeResponseAdapter
- getHeaders() - Method in class org.eclipse.jetty.websocket.jsr356.JsrHandshakeResponse
- getHeaders() - Method in class org.eclipse.jetty.websocket.jsr356.server.JsrHandshakeRequest
- getHeaders() - Method in class org.eclipse.jetty.websocket.jsr356.server.JsrHandshakeResponse
- getHeaders() - Method in class org.eclipse.jetty.websocket.servlet.ServletUpgradeRequest
- getHeaders() - Method in class org.eclipse.jetty.websocket.servlet.ServletUpgradeResponse
- getHeaders() - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- getHeaders(String) - Method in class org.eclipse.jetty.http.MultiPartFormInputStream.MultiPart
- getHeaders(String) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator.FormRequest
- getHeaders(String) - Method in class org.eclipse.jetty.server.Request
- getHeaders(String) - Method in class org.eclipse.jetty.server.Response
- getHeaders(String) - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
- getHeaders(String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
- getHeaders(String) - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
-
Deprecated.
- getHeaders(String) - Method in interface org.eclipse.jetty.websocket.api.UpgradeRequest
-
Get the specific header values (for multi-value headers)
- getHeaders(String) - Method in interface org.eclipse.jetty.websocket.api.UpgradeResponse
-
Get the multi-value header value
- getHeaders(String) - Method in class org.eclipse.jetty.websocket.common.UpgradeRequestAdapter
- getHeaders(String) - Method in class org.eclipse.jetty.websocket.common.UpgradeResponseAdapter
- getHeaders(String) - Method in class org.eclipse.jetty.websocket.servlet.ServletUpgradeRequest
- getHeaders(String) - Method in class org.eclipse.jetty.websocket.servlet.ServletUpgradeResponse
- getHeaders(String) - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- getHeaderValue() - Method in class org.eclipse.jetty.rewrite.handler.HeaderRule
- getHeapByteBufferCount() - Method in class org.eclipse.jetty.io.ArrayByteBufferPool
- getHeapByteBufferCount() - Method in class org.eclipse.jetty.io.MappedByteBufferPool
- getHeldClass() - Method in class org.eclipse.jetty.servlet.BaseHolder
- getHelper() - Method in class org.eclipse.jetty.osgi.boot.utils.BundleClassLoaderHelperFactory
- getHelper() - Method in class org.eclipse.jetty.osgi.boot.utils.BundleFileLocatorHelperFactory
- getHexDigit() - Method in class org.eclipse.jetty.http.HttpTokens.Token
- getHi() - Method in class org.eclipse.jetty.util.AtomicBiInteger
- getHi(long) - Static method in class org.eclipse.jetty.util.AtomicBiInteger
-
Gets a hi value from the given encoded value.
- getHitList() - Method in class org.eclipse.jetty.start.PathFinder
- getHits() - Method in class org.eclipse.jetty.start.PathFinder
- getHolderEntry(String) - Method in class org.eclipse.jetty.servlet.ServletHandler
-
Deprecated.Use
ServletHandler.getMatchedServlet(String)
instead - getHome() - Method in class org.eclipse.jetty.start.BaseHome
- getHomePath() - Method in class org.eclipse.jetty.start.BaseHome
- getHomePath() - Method in class org.eclipse.jetty.start.config.CommandLineConfigSource
- getHost() - Method in interface org.eclipse.jetty.client.api.Destination
- getHost() - Method in interface org.eclipse.jetty.client.api.Request
- getHost() - Method in class org.eclipse.jetty.client.HttpDestination
- getHost() - Method in class org.eclipse.jetty.client.HttpRequest
- getHost() - Method in class org.eclipse.jetty.client.Origin.Address
- getHost() - Method in class org.eclipse.jetty.http.HostPortHttpField
-
Get the host.
- getHost() - Method in class org.eclipse.jetty.http.HttpURI
- getHost() - Method in class org.eclipse.jetty.maven.plugin.MavenServerConnector
- getHost() - Method in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStoreFactory
- getHost() - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
- getHost() - Method in interface org.eclipse.jetty.server.NetworkConnector
- getHost() - Method in class org.eclipse.jetty.util.HostPort
-
Get the host.
- getHost() - Method in interface org.eclipse.jetty.websocket.api.UpgradeRequest
-
The host of the Upgrade Request URI
- getHost() - Method in class org.eclipse.jetty.websocket.common.UpgradeRequestAdapter
- getHost() - Method in class org.eclipse.jetty.websocket.servlet.ServletUpgradeRequest
- getHostField() - Method in class org.eclipse.jetty.client.HttpDestination
- getHostHeader() - Method in class org.eclipse.jetty.proxy.AbstractProxyServlet
- getHostHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
-
Deprecated.
- getHostName() - Method in class org.eclipse.jetty.security.ConfigurableSpnegoLoginService
- getHostnameVerifier() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- getHostPort() - Method in class org.eclipse.jetty.http.HostPortHttpField
- getHosts() - Method in class org.eclipse.jetty.util.ssl.X509
- getHpackContext() - Method in class org.eclipse.jetty.http2.hpack.HpackDecoder
- getHpackContext() - Method in class org.eclipse.jetty.http2.hpack.HpackEncoder
- getHpackDecoder() - Method in class org.eclipse.jetty.http2.parser.Parser
- getHpackEncoder() - Method in class org.eclipse.jetty.http2.generator.Generator
- getHTTP2Client() - Method in class org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2
- getHttpChannel() - Method in class org.eclipse.jetty.client.http.HttpConnectionOverHTTP
- getHttpChannel() - Method in class org.eclipse.jetty.client.http.HttpReceiverOverHTTP
- getHttpChannel() - Method in class org.eclipse.jetty.client.http.HttpSenderOverHTTP
- getHttpChannel() - Method in class org.eclipse.jetty.client.HttpReceiver
- getHttpChannel() - Method in class org.eclipse.jetty.client.HttpSender
- getHttpChannel() - Method in class org.eclipse.jetty.fcgi.client.http.HttpReceiverOverFCGI
- getHttpChannel() - Method in class org.eclipse.jetty.fcgi.client.http.HttpSenderOverFCGI
- getHttpChannel() - Method in class org.eclipse.jetty.http2.client.http.HttpReceiverOverHTTP2
- getHttpChannel() - Method in class org.eclipse.jetty.http2.client.http.HttpSenderOverHTTP2
- getHttpChannel() - Method in class org.eclipse.jetty.server.AsyncContextState
- getHttpChannel() - Method in class org.eclipse.jetty.server.HttpChannelState
- getHttpChannel() - Method in class org.eclipse.jetty.server.HttpConnection
- getHttpChannel() - Method in class org.eclipse.jetty.server.HttpOutput
- getHttpChannel() - Method in class org.eclipse.jetty.server.Request
- getHttpChannel() - Method in class org.eclipse.jetty.server.Response
- getHttpChannelListeners() - Method in class org.eclipse.jetty.server.AbstractConnector
-
Get the
HttpChannel.Listener
s added to the connector as a single combined Listener. - getHttpChannels() - Method in class org.eclipse.jetty.client.HttpConnection
- getHttpChannels() - Method in class org.eclipse.jetty.http2.client.http.HttpConnectionOverHTTP2
- getHttpChannelState() - Method in class org.eclipse.jetty.server.AsyncContextEvent
- getHttpChannelState() - Method in class org.eclipse.jetty.server.AsyncContextState
- getHttpChannelState() - Method in class org.eclipse.jetty.server.HttpInput
- getHttpChannelState() - Method in class org.eclipse.jetty.server.Request
- getHttpClient() - Method in class org.eclipse.jetty.client.AbstractHttpClientTransport
- getHttpClient() - Method in class org.eclipse.jetty.client.AuthenticationProtocolHandler
- getHttpClient() - Method in class org.eclipse.jetty.client.HttpConnection
- getHttpClient() - Method in class org.eclipse.jetty.client.HttpDestination
- getHttpClient() - Method in class org.eclipse.jetty.proxy.AbstractProxyServlet
- getHttpClient() - Method in class org.eclipse.jetty.security.openid.OpenIdConfiguration
- getHttpClient() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
-
Get the internal
HttpClient
. - getHttpCompliance() - Method in class org.eclipse.jetty.client.HttpClient
-
Gets the http compliance mode for parsing http responses.
- getHttpCompliance() - Method in class org.eclipse.jetty.http.HttpParser
- getHttpCompliance() - Method in class org.eclipse.jetty.server.HttpConnection
-
Deprecated.
- getHttpCompliance() - Method in class org.eclipse.jetty.server.HttpConnectionFactory
- getHttpConfiguration() - Method in class org.eclipse.jetty.http.spi.JettyHttpServer
- getHttpConfiguration() - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
- getHttpConfiguration() - Method in class org.eclipse.jetty.server.HttpChannel
- getHttpConfiguration() - Method in interface org.eclipse.jetty.server.HttpConfiguration.ConnectionFactory
- getHttpConfiguration() - Method in class org.eclipse.jetty.server.HttpConnection
- getHttpConfiguration() - Method in class org.eclipse.jetty.server.HttpConnectionFactory
- getHttpConnection() - Method in class org.eclipse.jetty.client.http.HttpChannelOverHTTP
- getHttpConnection() - Method in class org.eclipse.jetty.http2.client.http.HttpChannelOverHTTP2
- getHttpConnection() - Method in class org.eclipse.jetty.proxy.ConnectHandler.ConnectContext
- getHttpContext() - Method in class org.eclipse.jetty.http.spi.JettyHttpExchange
- getHttpContext() - Method in class org.eclipse.jetty.http.spi.JettyHttpExchangeDelegate
- getHttpContext() - Method in class org.eclipse.jetty.http.spi.JettyHttpsExchange
- getHttpCookie() - Method in class org.eclipse.jetty.http.HttpCookie.SetCookieHttpField
- getHttpDestination() - Method in class org.eclipse.jetty.client.http.HttpConnectionOverHTTP
- getHttpDestination() - Method in class org.eclipse.jetty.client.HttpChannel
- getHttpDestination() - Method in class org.eclipse.jetty.client.HttpConnection
- getHttpDestination() - Method in class org.eclipse.jetty.client.HttpReceiver
- getHttpDestination() - Method in class org.eclipse.jetty.fcgi.client.http.HttpConnectionOverFCGI
- getHttpExchange() - Method in class org.eclipse.jetty.client.HttpChannel
- getHttpExchange() - Method in class org.eclipse.jetty.client.HttpReceiver
- getHttpExchange() - Method in class org.eclipse.jetty.client.HttpSender
- getHttpExchanges() - Method in class org.eclipse.jetty.client.HttpDestination
- getHttpField() - Method in class org.eclipse.jetty.http2.hpack.HpackContext.Entry
- getHttpFields() - Method in class org.eclipse.jetty.server.Request
- getHttpFields() - Method in class org.eclipse.jetty.server.Response
- getHttpHandler() - Method in class org.eclipse.jetty.http.spi.HttpSpiContextHandler
- getHttpInput() - Method in class org.eclipse.jetty.server.Request
- getHttpOnly() - Method in class org.eclipse.jetty.server.session.SessionHandler
- getHttpOutput() - Method in class org.eclipse.jetty.server.Response
- getHttpReceiver() - Method in class org.eclipse.jetty.client.http.HttpChannelOverHTTP
- getHttpReceiver() - Method in class org.eclipse.jetty.client.HttpChannel
- getHttpReceiver() - Method in class org.eclipse.jetty.fcgi.client.http.HttpChannelOverFCGI
- getHttpReceiver() - Method in class org.eclipse.jetty.http2.client.http.HttpChannelOverHTTP2
- getHttpSender() - Method in class org.eclipse.jetty.client.http.HttpChannelOverHTTP
- getHttpSender() - Method in class org.eclipse.jetty.client.HttpChannel
- getHttpSender() - Method in class org.eclipse.jetty.fcgi.client.http.HttpChannelOverFCGI
- getHttpSender() - Method in class org.eclipse.jetty.http2.client.http.HttpChannelOverHTTP2
- getHttpServletRequest() - Method in interface org.eclipse.jetty.server.Authentication.Wrapped
- getHttpServletRequest() - Method in class org.eclipse.jetty.websocket.servlet.ServletUpgradeRequest
-
Return the underlying HttpServletRequest that existed at Upgrade time.
- getHttpServletRequest() - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- getHttpServletResponse() - Method in interface org.eclipse.jetty.server.Authentication.Wrapped
- getHttpSession() - Method in class org.eclipse.jetty.websocket.jsr356.server.JsrHandshakeRequest
- getHttpSession(String) - Method in class org.eclipse.jetty.server.session.SessionHandler
-
Returns the
HttpSession
with the given session id - getHttpTransport() - Method in class org.eclipse.jetty.http2.server.HttpChannelOverHTTP2
- getHttpTransport() - Method in class org.eclipse.jetty.server.HttpChannel
- getHttpURI() - Method in class org.eclipse.jetty.server.Request
- getHttpVersion() - Method in class org.eclipse.jetty.http.Http1FieldPreEncoder
- getHttpVersion() - Method in interface org.eclipse.jetty.http.HttpFieldPreEncoder
-
The major version this encoder is for.
- getHttpVersion() - Method in class org.eclipse.jetty.http.MetaData
- getHttpVersion() - Method in class org.eclipse.jetty.http2.hpack.HpackFieldPreEncoder
- getHttpVersion() - Method in class org.eclipse.jetty.server.Request
- getHttpVersion() - Method in interface org.eclipse.jetty.websocket.api.UpgradeRequest
-
The HTTP version used for this Upgrade Request
- getHttpVersion() - Method in class org.eclipse.jetty.websocket.common.UpgradeRequestAdapter
- getHttpVersion() - Method in class org.eclipse.jetty.websocket.servlet.ServletUpgradeRequest
- getId() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
- getId() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.ExpiryInfo
- getId() - Method in interface org.eclipse.jetty.http2.api.Stream
- getId() - Method in class org.eclipse.jetty.http2.HTTP2Stream
- getId() - Method in class org.eclipse.jetty.server.session.Session
- getId() - Method in class org.eclipse.jetty.server.session.SessionData
- getId() - Method in exception org.eclipse.jetty.server.session.UnreadableSessionDataException
- getId() - Method in exception org.eclipse.jetty.server.session.UnwriteableSessionDataException
- getId() - Method in class org.eclipse.jetty.start.config.CommandLineConfigSource
- getId() - Method in interface org.eclipse.jetty.start.config.ConfigSource
-
The identifier for this source.
- getId() - Method in class org.eclipse.jetty.start.config.DirConfigSource
- getId() - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection
- getId() - Method in interface org.eclipse.jetty.websocket.common.LogicalConnection
-
Get Unique ID for the Connection
- getId() - Method in class org.eclipse.jetty.websocket.jsr356.JsrSession
- getId(String) - Method in class org.eclipse.jetty.server.session.DefaultSessionIdManager
-
Get the session ID without any worker ID.
- getId(String) - Method in interface org.eclipse.jetty.server.SessionIdManager
-
Get just the session id from an id that includes the worker name as a suffix.
- getId(HttpSession) - Method in class org.eclipse.jetty.server.session.SessionHandler
- getIdColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- getIdentityService() - Method in class org.eclipse.jetty.jaas.JAASLoginService
-
Get the identityService.
- getIdentityService() - Method in class org.eclipse.jetty.security.AbstractLoginService
- getIdentityService() - Method in interface org.eclipse.jetty.security.Authenticator.AuthConfiguration
- getIdentityService() - Method in class org.eclipse.jetty.security.ConfigurableSpnegoLoginService
- getIdentityService() - Method in interface org.eclipse.jetty.security.LoginService
-
Get the IdentityService associated with this Login Service.
- getIdentityService() - Method in class org.eclipse.jetty.security.openid.OpenIdLoginService
- getIdentityService() - Method in class org.eclipse.jetty.security.SecurityHandler
-
Get the identityService.
- getIdentityService() - Method in class org.eclipse.jetty.security.SpnegoLoginService
-
Deprecated.
- getIdentityService() - Method in class org.eclipse.jetty.security.UserStore
- getIdentityService() - Method in class org.eclipse.jetty.servlet.ServletHandler
- getIdFromFilename(String) - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
- getIdle() - Method in class org.eclipse.jetty.client.HttpDestination
- getIdleConnectionCount() - Method in class org.eclipse.jetty.client.AbstractConnectionPool
- getIdleConnections() - Method in class org.eclipse.jetty.client.AbstractConnectionPool
-
Deprecated.Relying on this method indicates a reliance on the implementation details.
- getIdleCount() - Method in class org.eclipse.jetty.util.Pool
- getIdleFor() - Method in class org.eclipse.jetty.io.IdleTimeout
- getIdleThreads() - Method in class org.eclipse.jetty.http.spi.DelegatingThreadPool
- getIdleThreads() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
- getIdleThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
-
The number of idle threads, but without including reserved threads.
- getIdleThreads() - Method in interface org.eclipse.jetty.util.thread.ThreadPool
- getIdleTimeout() - Method in interface org.eclipse.jetty.client.api.Request
- getIdleTimeout() - Method in class org.eclipse.jetty.client.HttpClient
- getIdleTimeout() - Method in class org.eclipse.jetty.client.HttpRequest
- getIdleTimeout() - Method in interface org.eclipse.jetty.http2.api.Stream
- getIdleTimeout() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
- getIdleTimeout() - Method in class org.eclipse.jetty.http2.server.HttpChannelOverHTTP2
- getIdleTimeout() - Method in interface org.eclipse.jetty.io.EndPoint
-
Get the max idle time in ms.
- getIdleTimeout() - Method in class org.eclipse.jetty.io.IdleTimeout
- getIdleTimeout() - Method in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
- getIdleTimeout() - Method in class org.eclipse.jetty.maven.plugin.MavenServerConnector
- getIdleTimeout() - Method in class org.eclipse.jetty.proxy.ConnectHandler
- getIdleTimeout() - Method in class org.eclipse.jetty.server.AbstractConnector
- getIdleTimeout() - Method in class org.eclipse.jetty.server.ConnectionLimit
- getIdleTimeout() - Method in interface org.eclipse.jetty.server.Connector
- getIdleTimeout() - Method in class org.eclipse.jetty.server.HttpChannel
-
Get the idle timeout.
- getIdleTimeout() - Method in class org.eclipse.jetty.server.HttpConfiguration
-
The max idle time is applied to an HTTP request for IO operations and delayed dispatch.
- getIdleTimeout() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
- getIdleTimeout() - Method in class org.eclipse.jetty.util.SharedBlockingCallback
-
Deprecated.
- getIdleTimeout() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
- getIdleTimeout() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
- getIdleTimeout() - Method in interface org.eclipse.jetty.websocket.api.Session
-
Return the number of milliseconds before this conversation will be closed by the container if it is inactive, ie no messages are either sent or received in that time.
- getIdleTimeout() - Method in class org.eclipse.jetty.websocket.api.WebSocketPolicy
-
The time in ms (milliseconds) that a websocket connection may be idle before being closed automatically.
- getIdleTimeout() - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection
- getIdleTimeout() - Method in interface org.eclipse.jetty.websocket.common.LogicalConnection
-
Get the read/write idle timeout.
- getIdleTimeout() - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
-
The idle timeout in milliseconds
- getIdleTimeoutMs() - Method in class org.eclipse.jetty.server.handler.IdleTimeoutHandler
- getIdleTimeoutMs() - Method in class org.eclipse.jetty.util.thread.ReservedThreadExecutor
- getIdMap() - Method in class org.eclipse.jetty.xml.XmlConfiguration
-
Get the map of ID String to Objects that is used to hold and lookup any objects by ID.
- getIdWithContext(String) - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
-
Get the session id with its context.
- getIdWithContextAndExpiry(SessionData) - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
-
Get the session id with its context and its expiry time
- getIdWithContextFromFilename(String) - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
-
Extract the session id and context from the filename
- getIfModifiedSince() - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
- getIgnorePaths() - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Deprecated.Retrieve the request paths that will not be logged.
- getIgnorePaths() - Method in class org.eclipse.jetty.server.CustomRequestLog
-
Retrieve the request paths that will not be logged.
- getImpl() - Method in class org.eclipse.jetty.util.Uptime
- getImplementations() - Method in class org.eclipse.jetty.websocket.common.events.EventDriverFactory
- getIncludeCipherSuites() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- getIncludeCodas() - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
- getIncluded() - Method in class org.eclipse.jetty.util.IncludeExcludeSet
- getIncludedAddresses() - Method in class org.eclipse.jetty.client.ProxyConfiguration.Proxy
- getIncludedAgentPatterns() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Get the current filter list of included User-Agent patterns
- getIncludedMethodList() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Get the included filter list of HTTP methods in CSV format
- getIncludedMethods() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Get the current filter list of included HTTP Methods
- getIncludedMimeTypes() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Get the current filter list of included MIME types
- getIncludedPaths() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Get the current filter list of included Path Specs
- getIncludePreludes() - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
- getIncludeProtocols() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- getIncludes() - Method in class org.eclipse.jetty.maven.plugin.OverlayConfig
- getIncludes() - Method in class org.eclipse.jetty.maven.plugin.ScanPattern
- getIncludes() - Method in class org.eclipse.jetty.maven.plugin.ScanTargetPattern
- getIncomingFramesHandler() - Method in class org.eclipse.jetty.websocket.common.Parser
- getIncomingHandler() - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
- getIndexOf(String) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration.ServletContainerInitializerOrdering
-
Get the order index of the given classname
- getIndirectBuffer() - Method in interface org.eclipse.jetty.http.HttpContent
- getIndirectBuffer() - Method in class org.eclipse.jetty.http.PrecompressedHttpContent
- getIndirectBuffer() - Method in class org.eclipse.jetty.http.ResourceHttpContent
- getIndirectBuffer() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
- getIndirectBuffer(Resource) - Method in class org.eclipse.jetty.server.CachedContentFactory
- getInetSocketAddress() - Method in interface org.eclipse.jetty.websocket.api.RemoteEndpoint
-
Get the InetSocketAddress for the established connection.
- getInetSocketAddress() - Method in class org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint
-
Get the InetSocketAddress for the established connection.
- getInferredEncodings() - Static method in class org.eclipse.jetty.http.MimeTypes
-
Access a mutable map of mime type to the charset inferred from that content type.
- getInfinispanIdleTimeoutSec() - Method in class org.eclipse.jetty.session.infinispan.InfinispanSessionDataStore
- getInfinispanIdleTimeoutSec() - Method in class org.eclipse.jetty.session.infinispan.InfinispanSessionDataStoreFactory
- getInflateBufferSize() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Get the size (in bytes) of the
Inflater
buffer used to inflate compressed requests. - getInflater() - Method in class org.eclipse.jetty.websocket.common.extensions.compress.CompressExtension
- getInflaterPool() - Method in class org.eclipse.jetty.websocket.common.extensions.WebSocketExtensionFactory
- getIniTemplate() - Method in class org.eclipse.jetty.start.Module
- getInitialContext(Hashtable) - Method in class org.eclipse.jetty.jndi.InitialContextFactory
-
Get Context that has access to default Namespace.
- getInitializerOrdering(WebAppContext) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
-
Jetty-specific extension that allows an ordering to be applied across ALL ServletContainerInitializers.
- getInitialSessionRecvWindow() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
- getInitialSessionRecvWindow() - Method in class org.eclipse.jetty.http2.HTTP2Session
- getInitialSessionRecvWindow() - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
- getInitialStreamRecvWindow() - Method in class org.eclipse.jetty.http2.AbstractFlowControlStrategy
- getInitialStreamRecvWindow() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
- getInitialStreamRecvWindow() - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
- getInitialStreamSendWindow() - Method in class org.eclipse.jetty.http2.AbstractFlowControlStrategy
- getInitOrder() - Method in class org.eclipse.jetty.servlet.ServletHolder
- getInitOrder() - Method in class org.eclipse.jetty.servlet.ServletHolder.Registration
- getInitParameter(String) - Method in interface org.eclipse.jetty.security.Authenticator.AuthConfiguration
-
Get a SecurityHandler init parameter
- getInitParameter(String) - Method in class org.eclipse.jetty.security.SecurityHandler
- getInitParameter(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
- getInitParameter(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getInitParameter(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- getInitParameter(String) - Method in class org.eclipse.jetty.servlet.DefaultServlet
- getInitParameter(String) - Method in class org.eclipse.jetty.servlet.Holder
- getInitParameter(String) - Method in class org.eclipse.jetty.servlet.Holder.HolderConfig
- getInitParameter(String) - Method in class org.eclipse.jetty.servlet.Holder.HolderRegistration
- getInitParameterNames() - Method in interface org.eclipse.jetty.security.Authenticator.AuthConfiguration
-
Get a SecurityHandler init parameter names
- getInitParameterNames() - Method in class org.eclipse.jetty.security.SecurityHandler
- getInitParameterNames() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
- getInitParameterNames() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getInitParameterNames() - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- getInitParameterNames() - Method in class org.eclipse.jetty.servlet.Holder
- getInitParameterNames() - Method in class org.eclipse.jetty.servlet.Holder.HolderConfig
- getInitParameters() - Method in class org.eclipse.jetty.servlet.Holder
- getInitParameters() - Method in class org.eclipse.jetty.servlet.Holder.HolderRegistration
- getInitParams() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getInjection(String, Class<?>, Field) - Method in class org.eclipse.jetty.plus.annotation.InjectionCollection
- getInjection(String, Class<?>, Method, Class<?>) - Method in class org.eclipse.jetty.plus.annotation.InjectionCollection
- getInjections(String) - Method in class org.eclipse.jetty.plus.annotation.InjectionCollection
- getInputBufferSize() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
- getInputBufferSize() - Method in class org.eclipse.jetty.io.AbstractConnection
- getInputBufferSize() - Method in class org.eclipse.jetty.server.AbstractConnectionFactory
- getInputBufferSize() - Method in class org.eclipse.jetty.websocket.api.WebSocketPolicy
-
The size of the input (read from network layer) buffer size.
- getInputFilePrefix() - Method in class org.eclipse.jetty.proxy.AfterContentTransformer
- getInputState() - Method in class org.eclipse.jetty.server.Request
- getInputStream() - Method in class org.eclipse.jetty.client.util.InputStreamResponseListener
-
Returns an
InputStream
providing the response content bytes. - getInputStream() - Method in interface org.eclipse.jetty.http.HttpContent
- getInputStream() - Method in class org.eclipse.jetty.http.MultiPartFormInputStream.MultiPart
- getInputStream() - Method in class org.eclipse.jetty.http.PrecompressedHttpContent
- getInputStream() - Method in class org.eclipse.jetty.http.ResourceHttpContent
- getInputStream() - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
- getInputStream() - Method in class org.eclipse.jetty.proxy.AfterContentTransformer.Source
- getInputStream() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
- getInputStream() - Method in class org.eclipse.jetty.server.Request
- getInputStream() - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
-
Deprecated.
- getInputStream() - Method in class org.eclipse.jetty.util.MultiReleaseJarFile.VersionedJarEntry
- getInputStream() - Method in class org.eclipse.jetty.util.resource.EmptyResource
- getInputStream() - Method in class org.eclipse.jetty.util.resource.FileResource
-
Deprecated.Returns an input stream to the resource
- getInputStream() - Method in class org.eclipse.jetty.util.resource.JarResource
- getInputStream() - Method in class org.eclipse.jetty.util.resource.PathResource
- getInputStream() - Method in class org.eclipse.jetty.util.resource.Resource
-
Input stream to the resource
- getInputStream() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
- getInputStream() - Method in class org.eclipse.jetty.util.resource.URLResource
-
Returns an input stream to the resource.
- getInputStream() - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- getInputStream(boolean) - Method in class org.eclipse.jetty.util.resource.URLResource
-
Returns an input stream to the resource, optionally nulling out the underlying url connection.
- getInsertSessionStatementAsString() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- getInstalledExtensions() - Method in class org.eclipse.jetty.websocket.jsr356.ClientContainer
- getInstance() - Static method in class org.eclipse.jetty.osgi.boot.JettyBootstrapActivator
- getInstance() - Static method in class org.eclipse.jetty.osgi.boot.utils.EventSender
- getInstance() - Static method in class org.eclipse.jetty.osgi.httpservice.HttpServiceErrorPageErrorHandler
- getInstance() - Static method in class org.eclipse.jetty.server.ShutdownMonitor
- getInstance() - Method in class org.eclipse.jetty.servlet.BaseHolder
- getInstance() - Static method in class org.eclipse.jetty.start.StartLog
- getInstance() - Static method in class org.eclipse.jetty.util.thread.ShutdownThread
-
Returns the instance of the singleton
- getInstance() - Static method in class org.eclipse.jetty.util.Uptime
- getInstance(String) - Static method in class org.eclipse.jetty.apache.jsp.JuliLog
- getIntegersPerCacheLine() - Static method in class org.eclipse.jetty.util.MemoryUtils
- getInterceptor() - Method in class org.eclipse.jetty.server.HttpInput
- getInterceptor() - Method in class org.eclipse.jetty.server.HttpOutput
- getInterestedTypes() - Method in class org.eclipse.jetty.plus.annotation.ContainerInitializer
- getInterfaces() - Method in class org.eclipse.jetty.annotations.AnnotationParser.ClassInfo
- getIntervalSec() - Method in class org.eclipse.jetty.server.session.HouseKeeper
-
Get the period between scavenge cycles.
- getIntHeader(String) - Method in class org.eclipse.jetty.server.Request
- getIntHeader(String) - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
- getIntHeader(String) - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- getIntValue() - Method in class org.eclipse.jetty.http.HttpField
- getIntValue() - Method in class org.eclipse.jetty.http.HttpField.IntValueHttpField
- getIntValue() - Method in class org.eclipse.jetty.http.HttpField.LongValueHttpField
- getInUseCount() - Method in class org.eclipse.jetty.util.Pool
- getInvocationType() - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.ProxyProtocolConnection
- getInvocationType() - Method in class org.eclipse.jetty.client.util.OutputStreamContentProvider
- getInvocationType() - Method in class org.eclipse.jetty.http2.HTTP2Flusher
- getInvocationType() - Method in class org.eclipse.jetty.http2.HTTP2Stream
- getInvocationType() - Method in class org.eclipse.jetty.server.HttpInput.Content
- getInvocationType() - Method in class org.eclipse.jetty.util.Callback.Completable
- getInvocationType() - Method in class org.eclipse.jetty.util.Callback.Nested
- getInvocationType() - Method in class org.eclipse.jetty.util.IteratingNestedCallback
- getInvocationType() - Method in class org.eclipse.jetty.util.SharedBlockingCallback.Blocker
- getInvocationType() - Method in interface org.eclipse.jetty.util.thread.Invocable
- getInvocationType() - Method in class org.eclipse.jetty.websocket.common.BlockingWriteCallback.WriteBlocker
- getInvocationType(Object) - Static method in interface org.eclipse.jetty.util.thread.Invocable
-
Get the invocation type of an Object.
- getIssuer() - Method in class org.eclipse.jetty.security.openid.OpenIdConfiguration
- getIsXml() - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
- getJarFile() - Method in class org.eclipse.jetty.util.resource.JarFileResource
- getJarFor(ServletContainerInitializer) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
- getJarFor(ServletContainerInitializer) - Method in class org.eclipse.jetty.osgi.annotations.AnnotationConfiguration
- getJarForFragment(String) - Method in class org.eclipse.jetty.webapp.MetaData
- getJarSource(String) - Static method in class org.eclipse.jetty.util.URIUtil
- getJarSource(URI) - Static method in class org.eclipse.jetty.util.URIUtil
- getJavaBin() - Method in class org.eclipse.jetty.maven.plugin.JettyRunMojo
- getJavaClass() - Method in class org.eclipse.jetty.session.infinispan.SessionDataMarshaller
- getJettyContextHandler() - Method in class org.eclipse.jetty.http.spi.JettyHttpContext
- getJettyEnvXml() - Method in class org.eclipse.jetty.ant.AntWebAppContext
- getJettyEnvXml() - Method in class org.eclipse.jetty.maven.plugin.JettyWebAppContext
- getJettyXml() - Method in class org.eclipse.jetty.ant.JettyRunTask
- getJettyXml() - Method in class org.eclipse.jetty.ant.ServerProxyImpl
- getJettyXml() - Method in class org.eclipse.jetty.deploy.bindings.GlobalWebappConfigBinding
- getJettyXmlFiles() - Method in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
- getJndiName() - Method in class org.eclipse.jetty.plus.annotation.Injection
- getJndiName() - Method in class org.eclipse.jetty.plus.jndi.NamingEntry
-
Get the unique name of the object relative to the scope
- getJndiName() - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
- getJndiNameInScope() - Method in class org.eclipse.jetty.plus.jndi.NamingEntry
-
Get the name of the object, fully qualified with the scope
- getJPMS() - Method in class org.eclipse.jetty.start.Module
- getJspConfigDescriptor() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
- getJspConfigDescriptor() - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- getJspConfigDescriptor() - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
- getJspPackagePrefix() - Method in class org.eclipse.jetty.servlet.ServletHolder
- getJspPropertyGroups() - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspConfig
- getJsrSession() - Method in class org.eclipse.jetty.websocket.jsr356.endpoints.AbstractJsrEventDriver
- getJvmArgs() - Method in class org.eclipse.jetty.start.Module
- getJvmArgs() - Method in class org.eclipse.jetty.start.StartArgs
- getKey() - Method in class org.eclipse.jetty.http.PathMap.MappedEntry
-
Deprecated.
- getKey() - Method in class org.eclipse.jetty.maven.plugin.SystemProperty
- getKey() - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService.DBUserPrincipal
- getKey() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
- getKey() - Method in class org.eclipse.jetty.server.ShutdownMonitor
- getKey() - Method in class org.eclipse.jetty.websocket.client.ClientUpgradeRequest
- getKeyManagerFactoryAlgorithm() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- getKeyManagerFactoryInstance() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- getKeyManagers(KeyStore) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- getKeyManagers(KeyStore) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.Server
- getKeys() - Method in class org.eclipse.jetty.server.session.SessionData
- getKeyStore() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- getKeyStore(InputStream, String, String, String, String) - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
-
Deprecated.
- getKeyStore(String, String, String, String) - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
-
Loads keystore using an input stream or a file path in the same order of precedence.
- getKeyStore(Resource, String, String, String) - Static method in class org.eclipse.jetty.util.security.CertificateUtils
- getKeyStorePath() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- getKeyStoreProvider() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- getKeyStoreResource() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- getKeyStoreType() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- getKeyTabPath() - Method in class org.eclipse.jetty.security.ConfigurableSpnegoLoginService
- getKind() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
- getKnownAuthenticatorFactories() - Method in class org.eclipse.jetty.security.SecurityHandler
- getKnownMimeTypes() - Static method in class org.eclipse.jetty.http.MimeTypes
- getKnownUserIdentities() - Method in class org.eclipse.jetty.security.UserStore
- getLast() - Method in class org.eclipse.jetty.server.InclusiveByteRange
- getLastAccessed() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
- getLastAccessed() - Method in class org.eclipse.jetty.server.session.SessionData
- getLastAccessedTime() - Method in class org.eclipse.jetty.server.session.Session
- getLastAccessTimeColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- getLastModified() - Method in interface org.eclipse.jetty.http.HttpContent
- getLastModified() - Method in class org.eclipse.jetty.http.PrecompressedHttpContent
- getLastModified() - Method in class org.eclipse.jetty.http.ResourceHttpContent
- getLastModified() - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
- getLastModified() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
- getLastModified() - Method in interface org.eclipse.jetty.server.PushBuilder
- getLastModified() - Method in class org.eclipse.jetty.server.PushBuilderImpl
- getLastModified(HttpServletRequest) - Method in class org.eclipse.jetty.servlets.ConcatServlet
-
Deprecated.
- getLastModifiedValue() - Method in interface org.eclipse.jetty.http.HttpContent
- getLastModifiedValue() - Method in class org.eclipse.jetty.http.PrecompressedHttpContent
- getLastModifiedValue() - Method in class org.eclipse.jetty.http.ResourceHttpContent
- getLastModifiedValue() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
- getLastNode() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
- getLastNode() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.ExpiryInfo
- getLastNode() - Method in class org.eclipse.jetty.server.session.SessionData
- getLastNodeColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- getLastRemoteStreamId() - Method in class org.eclipse.jetty.http2.HTTP2Session
- getLastSaved() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
- getLastSaved() - Method in class org.eclipse.jetty.server.session.SessionData
- getLastSavedTimeColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- getLastStreamId() - Method in class org.eclipse.jetty.http2.frames.GoAwayFrame
- getLazyMatches(String) - Method in class org.eclipse.jetty.util.HostMap
-
Retrieve a lazy list of map entries associated with specified hostname by taking into account the domain suffix matches.
- getLazyMatches(String) - Method in class org.eclipse.jetty.util.IPAddressMap
-
Deprecated.Retrieve a lazy list of map entries associated with specified internet address by taking into account the wildcard specifications.
- getLeakedAcquires() - Method in class org.eclipse.jetty.io.LeakTrackingByteBufferPool
- getLeakedReleases() - Method in class org.eclipse.jetty.io.LeakTrackingByteBufferPool
- getLeakedRemoves() - Method in class org.eclipse.jetty.io.LeakTrackingByteBufferPool
- getLeakedResources() - Method in class org.eclipse.jetty.io.LeakTrackingByteBufferPool
- getLeasedThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
-
The fundamental value that represents the number of threads that are leased to internal components, and therefore cannot be used to execute transient jobs.
- getLeasedThreads() - Method in class org.eclipse.jetty.util.thread.ThreadPoolBudget
- getLeftMost(String) - Static method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
- getLegacyMajor() - Method in class org.eclipse.jetty.start.Version
- getLength() - Method in interface org.eclipse.jetty.client.api.ContentProvider
- getLength() - Method in class org.eclipse.jetty.client.util.ByteBufferContentProvider
- getLength() - Method in class org.eclipse.jetty.client.util.BytesContentProvider
- getLength() - Method in class org.eclipse.jetty.client.util.DeferredContentProvider
- getLength() - Method in class org.eclipse.jetty.client.util.InputStreamContentProvider
- getLength() - Method in class org.eclipse.jetty.client.util.MultiPartContentProvider
- getLength() - Method in class org.eclipse.jetty.client.util.OutputStreamContentProvider
- getLength() - Method in class org.eclipse.jetty.client.util.PathContentProvider
- getLength() - Method in class org.eclipse.jetty.http2.parser.HeaderParser
- getLength() - Method in class org.eclipse.jetty.io.ByteBufferAccumulator
-
Get the amount of bytes which have been accumulated.
- getLength() - Method in class org.eclipse.jetty.proxy.ProxyServlet.ProxyInputStreamContentProvider
- getLength() - Method in class org.eclipse.jetty.util.SearchPattern
- getLength() - Method in class org.eclipse.jetty.websocket.common.extensions.compress.ByteAccumulator
-
Deprecated.
- getLevel() - Method in class org.eclipse.jetty.util.log.StdErrLog
- getLevelId(String, String) - Static method in class org.eclipse.jetty.util.log.AbstractLogger
- getLibraries() - Method in class org.eclipse.jetty.ant.AntWebAppContext
- getLibrariesConfiguration() - Method in class org.eclipse.jetty.ant.AntWebAppContext
- getLibs() - Method in class org.eclipse.jetty.start.Module
- getLicense() - Method in class org.eclipse.jetty.start.Module
- getLifeCycle() - Method in class org.eclipse.jetty.deploy.DeploymentManager
- getLifeCycleBindings() - Method in class org.eclipse.jetty.deploy.DeploymentManager
- getLifecyleNode() - Method in class org.eclipse.jetty.deploy.DeploymentManager.AppEntry
- getLine() - Method in class org.eclipse.jetty.start.RawArgs.Entry
- getLineMatches(Pattern) - Method in class org.eclipse.jetty.start.TextFile
- getLines() - Method in class org.eclipse.jetty.start.TextFile
- getLineTerminations() - Method in class org.eclipse.jetty.util.ReadLineInputStream
-
Deprecated.
- getLink() - Method in class org.eclipse.jetty.plus.jndi.Link
- getList() - Method in class org.eclipse.jetty.websocket.jsr356.metadata.CoderMetadataSet
- getList(Object) - Static method in class org.eclipse.jetty.util.LazyList
-
Get the real List from a LazyList.
- getList(Object, boolean) - Static method in class org.eclipse.jetty.util.LazyList
-
Get the real List from a LazyList.
- getListener() - Method in class org.eclipse.jetty.http2.HTTP2Stream
- getListener() - Method in interface org.eclipse.jetty.http2.IStream
- getListener() - Method in class org.eclipse.jetty.http2.parser.Parser
- getListener() - Method in class org.eclipse.jetty.server.AsyncContextState.WrappedAsyncListener
- getListener() - Method in class org.eclipse.jetty.servlet.ListenerHolder
- getListener() - Method in class org.eclipse.jetty.servlets.DoSFilter
- getListeners() - Method in class org.eclipse.jetty.servlet.ServletHandler
- getListeners() - Method in class org.eclipse.jetty.util.PathWatcher
-
Get an iterator over the listeners.
- getListeners(Class<T>) - Method in interface org.eclipse.jetty.client.api.Response
- getListeners(Class<T>) - Method in class org.eclipse.jetty.client.HttpContentResponse
- getListeners(Class<T>) - Method in class org.eclipse.jetty.client.HttpResponse
- getListHTML(String, boolean) - Method in class org.eclipse.jetty.util.resource.Resource
-
Deprecated.use
Resource.getListHTML(String, boolean, String)
instead and supply raw query string. - getListHTML(String, boolean, String) - Method in class org.eclipse.jetty.util.resource.Resource
-
Get the resource list as a HTML directory listing.
- getListModules() - Method in class org.eclipse.jetty.start.StartArgs
- getLo() - Method in class org.eclipse.jetty.util.AtomicBiInteger
- getLo(long) - Static method in class org.eclipse.jetty.util.AtomicBiInteger
-
Gets a lo value from the given encoded value.
- getLoadStatement(Connection, String, SessionContext) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- getLocalAddr() - Method in class org.eclipse.jetty.server.Request
- getLocalAddr() - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- getLocalAddress() - Method in class org.eclipse.jetty.http.spi.JettyHttpExchange
- getLocalAddress() - Method in class org.eclipse.jetty.http.spi.JettyHttpExchangeDelegate
- getLocalAddress() - Method in class org.eclipse.jetty.http.spi.JettyHttpsExchange
- getLocalAddress() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
- getLocalAddress() - Method in class org.eclipse.jetty.io.ChannelEndPoint
- getLocalAddress() - Method in interface org.eclipse.jetty.io.EndPoint
- getLocalAddress() - Method in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
- getLocalAddress() - Method in class org.eclipse.jetty.server.HttpChannel
- getLocalAddress() - Method in class org.eclipse.jetty.server.HttpConfiguration
-
Get the SocketAddress override to be reported as the local address of all connections
- getLocalAddress() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
- getLocalAddress() - Method in class org.eclipse.jetty.unixsocket.UnixSocketEndPoint
- getLocalAddress() - Method in interface org.eclipse.jetty.websocket.api.Session
-
Get the address of the local side.
- getLocalAddress() - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection
- getLocalAddress() - Method in interface org.eclipse.jetty.websocket.common.LogicalConnection
-
Get the local
InetSocketAddress
in use for this connection. - getLocalAddress() - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
- getLocalAddress() - Method in class org.eclipse.jetty.websocket.servlet.ServletUpgradeRequest
-
Equivalent to
ServletRequest.getLocalAddr()
- getLocale() - Method in class org.eclipse.jetty.server.Request
- getLocale() - Method in class org.eclipse.jetty.server.Response
- getLocale() - Method in class org.eclipse.jetty.websocket.servlet.ServletUpgradeRequest
-
Equivalent to
ServletRequest.getLocale()
- getLocale() - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- getLocaleEncoding(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getLocaleEncoding(Locale) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Get the character encoding for a locale.
- getLocaleEncodings() - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Get all of the locale encodings
- getLocalEndpoint() - Method in class org.eclipse.jetty.websocket.client.ClientUpgradeRequest
- getLocales() - Method in class org.eclipse.jetty.server.Request
- getLocales() - Method in class org.eclipse.jetty.websocket.servlet.ServletUpgradeRequest
-
Equivalent to
ServletRequest.getLocales()
- getLocales() - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- getLocalHostName() - Method in class org.eclipse.jetty.websocket.servlet.ServletUpgradeRequest
-
Equivalent to
ServletRequest.getLocalName()
- getLocalName() - Method in class org.eclipse.jetty.server.HttpChannel
-
Return the local name of the connected channel.
- getLocalName() - Method in class org.eclipse.jetty.server.Request
- getLocalName() - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- getLocalPort() - Method in class org.eclipse.jetty.maven.plugin.MavenServerConnector
- getLocalPort() - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
- getLocalPort() - Method in class org.eclipse.jetty.server.HttpChannel
-
Return the Local Port of the connected channel.
- getLocalPort() - Method in interface org.eclipse.jetty.server.NetworkConnector
- getLocalPort() - Method in class org.eclipse.jetty.server.Request
- getLocalPort() - Method in class org.eclipse.jetty.server.ServerConnector
- getLocalPort() - Method in class org.eclipse.jetty.websocket.servlet.ServletUpgradeRequest
-
Equivalent to
ServletRequest.getLocalPort()
- getLocalPort() - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- getLocalSocketAddress() - Method in class org.eclipse.jetty.websocket.servlet.ServletUpgradeRequest
-
Return a
InetSocketAddress
for the local socket. - getLocalURL(URL) - Method in interface org.eclipse.jetty.osgi.boot.utils.BundleFileLocatorHelper
-
Only useful for equinox: on felix we get the
file://
orjar://
url already. - getLocalURL(URL) - Method in class org.eclipse.jetty.osgi.boot.utils.internal.DefaultFileLocatorHelper
-
Only useful for equinox: on felix we get the file:// or jar:// url already.
- getLocationOfClass(Class<?>) - Static method in class org.eclipse.jetty.util.TypeUtil
-
Attempt to find the Location of a loaded Class.
- getLock() - Method in interface org.eclipse.jetty.client.Synchronizable
- getLock() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
- getLog() - Static method in class org.eclipse.jetty.maven.plugin.PluginLog
- getLog() - Static method in class org.eclipse.jetty.util.log.Log
- getLogCookies() - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Deprecated.Retrieve log cookies flag
- getLogDateFormat() - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Deprecated.Retrieve the timestamp format string for request log entries.
- getLogger() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getLogger(Class<?>) - Static method in class org.eclipse.jetty.util.log.Log
-
Obtain a named Logger based on the fully qualified class name.
- getLogger(Class<?>) - Static method in class org.eclipse.jetty.util.log.StdErrLog
-
Obtain a StdErrLog reference for the specified class, a convenience method used most often during testing to allow for control over a specific logger.
- getLogger(String) - Method in class org.eclipse.jetty.util.log.AbstractLogger
- getLogger(String) - Static method in class org.eclipse.jetty.util.log.Log
-
Obtain a named Logger or the default Logger if null is passed.
- getLogger(String) - Method in interface org.eclipse.jetty.util.log.Logger
- getLoggerName() - Method in class org.eclipse.jetty.server.Slf4jRequestLog
-
Deprecated.
- getLoggerName() - Method in class org.eclipse.jetty.server.Slf4jRequestLogWriter
- getLoggers() - Method in class org.eclipse.jetty.util.log.jmx.LogMBean
- getLoggers() - Static method in class org.eclipse.jetty.util.log.Log
-
Get a map of all configured
Logger
instances. - getLoggingLevel(Properties, String) - Static method in class org.eclipse.jetty.util.log.StdErrLog
- getLoggingProperty(Properties, String, String) - Static method in class org.eclipse.jetty.util.log.AbstractLogger
- getLoginService() - Method in class org.eclipse.jetty.security.authentication.LoginAuthenticator
- getLoginService() - Method in interface org.eclipse.jetty.security.Authenticator.AuthConfiguration
- getLoginService() - Method in class org.eclipse.jetty.security.DefaultAuthenticatorFactory
- getLoginService() - Method in class org.eclipse.jetty.security.SecurityHandler
-
Get the loginService.
- getLoginServices() - Method in class org.eclipse.jetty.ant.ServerProxyImpl
- getLoginServices() - Method in class org.eclipse.jetty.ant.types.LoginServices
- getLogLatency() - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Deprecated.Retrieve log request processing time flag.
- getLogLocale() - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Deprecated.Retrieve the locale of the request log.
- getLogServer() - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Deprecated.Retrieve log hostname flag.
- getLogTimeZone() - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Deprecated.Retrieve the timezone of the request log.
- getLongContentLength() - Method in class org.eclipse.jetty.server.Response
- getLongField(String) - Method in class org.eclipse.jetty.http.HttpFields
-
Get a header as an long value.
- getLongsPerCacheLine() - Static method in class org.eclipse.jetty.util.MemoryUtils
- getLongType() - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
- getLongValue() - Method in class org.eclipse.jetty.http.HttpField
- getLongValue() - Method in class org.eclipse.jetty.http.HttpField.IntValueHttpField
- getLongValue() - Method in class org.eclipse.jetty.http.HttpField.LongValueHttpField
- getLowerCaseName() - Method in class org.eclipse.jetty.http.HttpField
- getLowResourceChecks() - Method in class org.eclipse.jetty.server.LowResourceMonitor
- getLowResourcesIdleTimeout() - Method in class org.eclipse.jetty.server.LowResourceMonitor
- getLowResourcesReasons() - Method in class org.eclipse.jetty.server.LowResourceMonitor
- getLowResourcesStarted() - Method in class org.eclipse.jetty.server.LowResourceMonitor
- getLowThreadsThreshold() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
- getMainArgs(Set<String>) - Method in class org.eclipse.jetty.start.StartArgs
- getMainClassname() - Method in class org.eclipse.jetty.start.StartArgs
- getMajor() - Method in class org.eclipse.jetty.start.Version
- getMajor() - Method in class org.eclipse.jetty.util.JavaVersion
-
Returns the major number version, such as
1
for JDK 1.8.0_92 and9
for JDK 9.2.4. - getMajorVersion() - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- getMajorVersion() - Method in class org.eclipse.jetty.webapp.WebDescriptor
- getManagedObject() - Method in class org.eclipse.jetty.jmx.ObjectMBean
- getManagedServerName() - Method in class org.eclipse.jetty.osgi.boot.internal.serverfactory.ServerInstanceWrapper
- getManifest(Class<?>) - Static method in class org.eclipse.jetty.util.ManifestUtils
- getManifestHeaderValue(String, String, Dictionary<String, String>) - Static method in class org.eclipse.jetty.osgi.boot.utils.Util
-
Get the value of a manifest header.
- getMap() - Method in class org.eclipse.jetty.security.jaspi.JaspiMessageInfo
- getMapColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- getMapConfig() - Method in class org.eclipse.jetty.hazelcast.session.HazelcastSessionDataStoreFactory
- getMapFactory() - Method in class org.eclipse.jetty.server.session.CachingSessionDataStoreFactory
- getMapName() - Method in class org.eclipse.jetty.hazelcast.session.HazelcastSessionDataStoreFactory
- getMapped() - Method in class org.eclipse.jetty.http.PathMap.MappedEntry
-
Deprecated.
- getMappedBuffer(Resource) - Method in class org.eclipse.jetty.server.CachedContentFactory
- getMappedServlet(String) - Method in class org.eclipse.jetty.servlet.ServletHandler
-
Deprecated.use
ServletHandler.getMatchedServlet(String)
instead - getMapping(String) - Method in interface org.eclipse.jetty.websocket.server.MappedWebSocketCreator
-
/** Returns the creator for the given path spec.
- getMapping(String) - Method in class org.eclipse.jetty.websocket.server.NativeWebSocketConfiguration
- getMapping(String) - Method in class org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter
- getMapping(String) - Method in class org.eclipse.jetty.websocket.server.WebSocketUpgradeHandlerWrapper
- getMappingName() - Method in class org.eclipse.jetty.plus.annotation.Injection
- getMappings() - Method in class org.eclipse.jetty.http.pathmap.PathMappings
- getMappings() - Method in class org.eclipse.jetty.servlet.ServletHolder.Registration
- getMask() - Method in interface org.eclipse.jetty.websocket.api.extensions.Frame
- getMask() - Method in class org.eclipse.jetty.websocket.common.frames.ReadOnlyDelegatedFrame
- getMask() - Method in class org.eclipse.jetty.websocket.common.WebSocketFrame
- getMasker() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
-
Deprecated.not used, no replacement
- getMatch(String) - Method in class org.eclipse.jetty.http.PathMap
-
Deprecated.Get the entry mapped by the best specification.
- getMatch(String) - Method in class org.eclipse.jetty.http.pathmap.PathMappings
-
Deprecated.use
PathMappings.getMatched(String)
instead - getMatch(String) - Method in class org.eclipse.jetty.util.IPAddressMap
-
Deprecated.Retrieve the first map entry that is associated with the specified internet address by taking into account the wildcard specifications.
- getMatch(String) - Method in class org.eclipse.jetty.websocket.server.NativeWebSocketConfiguration
-
Deprecated.use
NativeWebSocketConfiguration.getMatched(String)
instead. - getMatched(String) - Method in class org.eclipse.jetty.http.pathmap.PathMappings
- getMatched(String) - Method in class org.eclipse.jetty.websocket.server.NativeWebSocketConfiguration
-
Get the matching
MatchedResource
for the provided target. - getMatchedList(String) - Method in class org.eclipse.jetty.http.pathmap.PathMappings
-
Return a list of MatchedResource matches for the specified path.
- getMatchedServlet(String) - Method in class org.eclipse.jetty.servlet.ServletHandler
-
ServletHolder matching target path.
- getMatcher(String) - Method in class org.eclipse.jetty.http.pathmap.RegexPathSpec
- getMatcher(String) - Method in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
- getMatcher(String) - Static method in class org.eclipse.jetty.start.PathMatchers
- getMatches(String) - Method in class org.eclipse.jetty.http.PathMap
-
Deprecated.Get all entries matched by the path.
- getMatches(String) - Method in class org.eclipse.jetty.http.pathmap.PathMappings
-
Return a list of MappedResource matches for the specified path.
- getMavenBaseUri() - Method in class org.eclipse.jetty.start.StartArgs
- getMavenLocalRepoDir() - Method in class org.eclipse.jetty.start.StartArgs
- getMavenProject(Artifact) - Method in class org.eclipse.jetty.maven.plugin.utils.MavenProjectHelper
-
Gets maven project if referenced in reactor
- getMavenWarOverlayConfigAsString() - Method in class org.eclipse.jetty.maven.plugin.WarPluginInfo
- getMavenWarOverlayConfigs() - Method in class org.eclipse.jetty.maven.plugin.WarPluginInfo
-
Get config for any overlays that have been declared for the maven-war-plugin.
- getMax() - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
- getMax() - Method in class org.eclipse.jetty.util.statistic.RateStatistic
- getMax() - Method in class org.eclipse.jetty.util.statistic.SampleStatistic
- getMaxAge() - Method in class org.eclipse.jetty.http.HttpCookie
- getMaxAge() - Method in class org.eclipse.jetty.server.session.SessionHandler.CookieConfig
- getMaxAvailableThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
-
The maximum number of threads available to run transient jobs.
- getMaxBinaryMessageBufferSize() - Method in class org.eclipse.jetty.websocket.api.WebSocketPolicy
-
Get the maximum size of a binary message buffer (for streaming writing)
- getMaxBinaryMessageBufferSize() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
-
Get the maximum size for buffering of a binary message.
- getMaxBinaryMessageBufferSize() - Method in class org.eclipse.jetty.websocket.jsr356.JsrSession
- getMaxBinaryMessageSize() - Method in class org.eclipse.jetty.websocket.api.WebSocketPolicy
-
Get the maximum size of a binary message during parsing.
- getMaxBinaryMessageSize() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
-
Get the maximum size for a binary message.
- getMaxBusyThreads() - Method in class org.eclipse.jetty.util.thread.MonitoredQueuedThreadPool
- getMaxCachedFiles() - Method in class org.eclipse.jetty.server.CachedContentFactory
- getMaxCachedFileSize() - Method in class org.eclipse.jetty.server.CachedContentFactory
- getMaxCacheSize() - Method in class org.eclipse.jetty.server.CachedContentFactory
- getMaxCapacity() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
- getMaxCertPathLength() - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
- getMaxCertPathLength() - Method in class org.eclipse.jetty.util.security.CertificateValidator
- getMaxCertPathLength() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- getMaxConcurrentPushedStreams() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
- getMaxConcurrentStreams() - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
- getMaxConnectionCount() - Method in class org.eclipse.jetty.client.AbstractConnectionPool
- getMaxConnections() - Method in class org.eclipse.jetty.server.ConnectionLimit
- getMaxConnections() - Method in class org.eclipse.jetty.server.LowResourceMonitor
-
Deprecated.Replaced by ConnectionLimit
- getMaxConnections() - Method in class org.eclipse.jetty.server.LowResourceMonitor.MaxConnectionsLowResourceCheck
-
Deprecated.Replaced by ConnectionLimit
- getMaxConnectionsPerDestination() - Method in class org.eclipse.jetty.client.HttpClient
- getMaxCookieAge() - Method in class org.eclipse.jetty.server.session.SessionHandler
- getMaxDecoderTableCapacity() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
- getMaxDecoderTableCapacity() - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
- getMaxDuration() - Method in class org.eclipse.jetty.client.AbstractConnectionPool
-
Get the max usage duration in milliseconds of the pool's connections.
- getMaxDynamicTableSize() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
-
Deprecated.
- getMaxDynamicTableSize() - Method in class org.eclipse.jetty.http2.hpack.HpackContext
- getMaxDynamicTableSize() - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
-
Deprecated.
- getMaxEncoderTableCapacity() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
- getMaxEncoderTableCapacity() - Method in class org.eclipse.jetty.http2.HTTP2Session
- getMaxEncoderTableCapacity() - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
- getMaxEntries() - Method in class org.eclipse.jetty.util.Pool
- getMaxErrorDispatches() - Method in class org.eclipse.jetty.server.HttpConfiguration
- getMaxFilterChainsCacheSize() - Method in class org.eclipse.jetty.servlet.ServletHandler
- getMaxFormContentSize() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getMaxFormKeys() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getMaxFrameLength() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
-
Deprecated.
- getMaxFrameLength() - Method in class org.eclipse.jetty.http2.parser.Parser
-
Deprecated.
- getMaxFrameLength() - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
-
Deprecated.
- getMaxFrameSize() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
- getMaxFrameSize() - Method in class org.eclipse.jetty.http2.generator.FrameGenerator
- getMaxFrameSize() - Method in class org.eclipse.jetty.http2.generator.HeaderGenerator
- getMaxFrameSize() - Method in class org.eclipse.jetty.http2.parser.Parser
- getMaxFrameSize() - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
- getMaxHeaderBlockFragment() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
- getMaxHeaderBlockFragment() - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
- getMaxHeaderListSize() - Method in class org.eclipse.jetty.http2.hpack.HpackDecoder
- getMaxHeaderListSize() - Method in class org.eclipse.jetty.http2.hpack.HpackEncoder
- getMaxHeaderListSize() - Method in class org.eclipse.jetty.http2.parser.HeaderBlockParser
- getMaxIdleTime() - Method in class org.eclipse.jetty.ant.types.Connector
- getMaxIdleTimeout() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
-
Get the max idle timeout for new connections.
- getMaxIdleTimeout() - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection
- getMaxIdleTimeout() - Method in interface org.eclipse.jetty.websocket.common.LogicalConnection
-
Set the maximum number of milliseconds of idleness before the connection is closed/disconnected, (ie no frames are either sent or received)
- getMaxIdleTimeout() - Method in class org.eclipse.jetty.websocket.jsr356.JsrSession
- getMaxIdleTrackerMs() - Method in class org.eclipse.jetty.servlets.DoSFilter
-
Get maximum amount of time (in milliseconds) to keep track of request rates for a connection, before deciding that the user has gone away, and discarding it.
- getMaxInactive() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
- getMaxInactiveInterval() - Method in class org.eclipse.jetty.server.session.Session
- getMaxInactiveInterval() - Method in class org.eclipse.jetty.server.session.SessionHandler
- getMaxInactiveMs() - Method in class org.eclipse.jetty.server.session.SessionData
- getMaxInputBufferSize() - Method in class org.eclipse.jetty.proxy.AfterContentTransformer
-
Returns the maximum input buffer size, after which the input is overflown to disk.
- getMaxIntervalColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- getMaxKeys() - Method in class org.eclipse.jetty.http2.parser.SettingsBodyParser
- getMaxLeasedThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
-
The maximum number of threads that are leased to internal components, as some component may allocate its threads lazily.
- getMaxLocalStreams() - Method in class org.eclipse.jetty.http2.HTTP2Session
- getMaxLowResourcesTime() - Method in class org.eclipse.jetty.server.LowResourceMonitor
- getMaxMemory() - Method in class org.eclipse.jetty.server.LowResourceMonitor
- getMaxMemory() - Method in class org.eclipse.jetty.server.LowResourceMonitor.MemoryLowResourceCheck
- getMaxMultiplex() - Method in class org.eclipse.jetty.client.AbstractConnectionPool
- getMaxMultiplex() - Method in interface org.eclipse.jetty.client.ConnectionPool.Multiplexable
- getMaxMultiplex() - Method in class org.eclipse.jetty.client.MultiplexConnectionPool
- getMaxMultiplex() - Method in class org.eclipse.jetty.http2.client.http.HttpConnectionOverHTTP2
- getMaxMultiplex() - Method in class org.eclipse.jetty.util.Pool
-
Deprecated.Multiplex functionalities will be removed
- getMaxMultiplex(T) - Method in class org.eclipse.jetty.util.Pool
-
Deprecated.Multiplex functionalities will be removed
- getMaxNonceAge() - Method in class org.eclipse.jetty.security.authentication.DigestAuthenticator
- getMaxNonceCount() - Method in class org.eclipse.jetty.security.authentication.DigestAuthenticator
- getMaxOutgoingFrames() - Method in interface org.eclipse.jetty.websocket.api.RemoteEndpoint
-
Get the maximum number of data frames allowed to be waiting to be sent at any one time.
- getMaxOutgoingFrames() - Method in class org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint
- getMaxOutputBufferSize() - Method in class org.eclipse.jetty.proxy.AfterContentTransformer
-
Returns the maximum output buffer size, after which the output is overflown to disk.
- getMaxPriority() - Method in class org.eclipse.jetty.servlets.DoSFilter
-
Deprecated.Priority no longer supported
- getMaxProxyHeader() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory
- getMaxQueueLatency() - Method in class org.eclipse.jetty.util.thread.MonitoredQueuedThreadPool
- getMaxQueueSize() - Method in class org.eclipse.jetty.util.thread.MonitoredQueuedThreadPool
- getMaxRate() - Method in class org.eclipse.jetty.server.AcceptRateLimit
- getMaxRedirects() - Method in class org.eclipse.jetty.client.HttpClient
- getMaxRemoteStreams() - Method in class org.eclipse.jetty.http2.HTTP2Session
- getMaxRequestMs() - Method in class org.eclipse.jetty.servlets.DoSFilter
-
Get maximum amount of time (in milliseconds) to allow the request to process.
- getMaxRequests() - Method in class org.eclipse.jetty.servlets.QoSFilter
-
Get the maximum number of requests allowed to be processed at the same time.
- getMaxRequestsPerConnection() - Method in class org.eclipse.jetty.client.MultiplexHttpDestination
- getMaxRequestsPerSec() - Method in class org.eclipse.jetty.servlets.DoSFilter
-
Get maximum number of requests from a connection per second.
- getMaxRequestsQueuedPerDestination() - Method in class org.eclipse.jetty.client.HttpClient
- getMaxReservedThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
- getMaxResponseHeadersSize() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
- getMaxResults() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
- getMaxRetries() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
- getMaxRetries() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStoreFactory
- getMaxScanWait(WebAppContext) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
-
Work out how long we should wait for the async scanning to occur.
- getMaxSelectedKeys() - Method in class org.eclipse.jetty.io.ManagedSelector
- getMaxSettingsKeys() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
- getMaxSettingsKeys() - Method in class org.eclipse.jetty.http2.parser.Parser
- getMaxSettingsKeys() - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
- getMaxSize() - Method in class org.eclipse.jetty.http2.hpack.MetaDataBuilder
-
Get the maxSize.
- getMaxTableCapacity() - Method in class org.eclipse.jetty.http2.hpack.HpackDecoder
- getMaxTableCapacity() - Method in class org.eclipse.jetty.http2.hpack.HpackEncoder
- getMaxTaskLatency() - Method in class org.eclipse.jetty.util.thread.MonitoredQueuedThreadPool
- getMaxTextMessageBufferSize() - Method in class org.eclipse.jetty.websocket.api.WebSocketPolicy
-
Get the maximum size of a text message buffer (for streaming writing)
- getMaxTextMessageBufferSize() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
-
Get the maximum size for buffering of a text message.
- getMaxTextMessageBufferSize() - Method in class org.eclipse.jetty.websocket.jsr356.JsrSession
- getMaxTextMessageSize() - Method in class org.eclipse.jetty.websocket.api.WebSocketPolicy
-
Get the maximum size of a text message during parsing.
- getMaxTextMessageSize() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
-
Get the maximum size for a text message.
- getMaxThreads() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
- getMaxThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
- getMaxThreads() - Method in interface org.eclipse.jetty.util.thread.ThreadPool.SizedThreadPool
- getMaxUsageCount() - Method in class org.eclipse.jetty.client.AbstractConnectionPool
- getMaxUsageCount() - Method in class org.eclipse.jetty.client.DuplexConnectionPool
- getMaxUsageCount() - Method in class org.eclipse.jetty.client.MultiplexConnectionPool
- getMaxUsageCount() - Method in class org.eclipse.jetty.util.Pool
-
Deprecated.MaxUsage functionalities will be removed
- getMaxUsageCount(T) - Method in class org.eclipse.jetty.util.Pool
-
Deprecated.MaxUsage functionalities will be removed
- getMaxWaitMs() - Method in class org.eclipse.jetty.servlets.DoSFilter
-
Get maximum amount of time (in milliseconds) the filter will blocking wait for the throttle semaphore.
- getMBeanContainer() - Method in class org.eclipse.jetty.jmx.ObjectMBean
- getMBeanInfo() - Method in class org.eclipse.jetty.jmx.ObjectMBean
- getMBeanServer() - Method in class org.eclipse.jetty.jmx.MBeanContainer
-
Retrieve instance of MBeanServer used by container
- getMean() - Method in class org.eclipse.jetty.util.statistic.SampleStatistic
- getMediaType() - Method in interface org.eclipse.jetty.client.api.ContentResponse
- getMediaType() - Method in class org.eclipse.jetty.client.HttpContentResponse
- getMediaType() - Method in class org.eclipse.jetty.client.util.BufferingResponseListener
- getMessage() - Method in enum org.eclipse.jetty.http.HttpStatus.Code
- getMessage(int) - Static method in class org.eclipse.jetty.http.HttpStatus
-
Get the status message for a specific code.
- getMessageClass() - Method in class org.eclipse.jetty.websocket.jsr356.metadata.MessageHandlerMetadata
- getMessageDecoder() - Method in interface org.eclipse.jetty.websocket.jsr356.annotations.IJsrMethod
-
Get the Decoder to use for message decoding
- getMessageHandlerFactory() - Method in class org.eclipse.jetty.websocket.jsr356.JsrSession
- getMessageHandlers() - Method in class org.eclipse.jetty.websocket.jsr356.JsrSession
- getMessageHandlerWrapper(MessageType) - Method in class org.eclipse.jetty.websocket.jsr356.JsrSession
- getMessageLayer() - Method in class org.eclipse.jetty.security.jaspi.SimpleAuthConfig
- getMessageObjectParam() - Method in class org.eclipse.jetty.websocket.jsr356.annotations.OnMessageCallable
- getMessageRoles() - Static method in enum org.eclipse.jetty.websocket.jsr356.annotations.Param.Role
- getMessagesIn() - Method in class org.eclipse.jetty.client.http.HttpChannelOverHTTP
- getMessagesIn() - Method in class org.eclipse.jetty.client.http.HttpConnectionOverHTTP
- getMessagesIn() - Method in class org.eclipse.jetty.http2.HTTP2Connection
- getMessagesIn() - Method in class org.eclipse.jetty.io.AbstractConnection
- getMessagesIn() - Method in interface org.eclipse.jetty.io.Connection
- getMessagesIn() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
Deprecated.
- getMessagesIn() - Method in class org.eclipse.jetty.server.HttpConnection
- getMessagesIn() - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection
- getMessagesIn() - Method in class org.eclipse.jetty.websocket.common.Parser
- getMessagesInPerConnectionMax() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
Deprecated.
- getMessagesInPerConnectionMean() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
Deprecated.
- getMessagesInPerConnectionStdDev() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
Deprecated.
- getMessagesInPerSecond() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
Deprecated.
- getMessagesOut() - Method in class org.eclipse.jetty.client.http.HttpChannelOverHTTP
- getMessagesOut() - Method in class org.eclipse.jetty.client.http.HttpConnectionOverHTTP
- getMessagesOut() - Method in class org.eclipse.jetty.http2.HTTP2Connection
- getMessagesOut() - Method in class org.eclipse.jetty.io.AbstractConnection
- getMessagesOut() - Method in interface org.eclipse.jetty.io.Connection
- getMessagesOut() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
Deprecated.
- getMessagesOut() - Method in class org.eclipse.jetty.server.HttpConnection
- getMessagesOut() - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection
- getMessagesOut() - Method in class org.eclipse.jetty.websocket.common.io.FrameFlusher
- getMessagesOutPerConnectionMax() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
Deprecated.
- getMessagesOutPerConnectionMean() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
Deprecated.
- getMessagesOutPerConnectionStdDev() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
Deprecated.
- getMessagesOutPerSecond() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
Deprecated.
- getMessageType() - Method in interface org.eclipse.jetty.websocket.jsr356.annotations.IJsrMethod
-
The type of message this method can handle
- getMessageType() - Method in class org.eclipse.jetty.websocket.jsr356.metadata.CoderMetadata
- getMetadata() - Method in class org.eclipse.jetty.websocket.jsr356.annotations.JsrEvents
- getMetadata() - Method in class org.eclipse.jetty.websocket.jsr356.DecoderFactory.Wrapper
- getMetadata() - Method in class org.eclipse.jetty.websocket.jsr356.EncoderFactory.Wrapper
- getMetadata() - Method in class org.eclipse.jetty.websocket.jsr356.endpoints.AbstractJsrEventDriver
- getMetadata() - Method in class org.eclipse.jetty.websocket.jsr356.endpoints.EndpointInstance
- getMetadata() - Method in class org.eclipse.jetty.websocket.jsr356.MessageHandlerWrapper
- getMetadata(Class<? extends MessageHandler>) - Method in class org.eclipse.jetty.websocket.jsr356.MessageHandlerFactory
- getMetaData() - Method in class org.eclipse.jetty.http2.frames.HeadersFrame
- getMetaData() - Method in class org.eclipse.jetty.http2.frames.PushPromiseFrame
- getMetaData() - Method in class org.eclipse.jetty.server.Request
- getMetaData() - Method in class org.eclipse.jetty.webapp.WebAppContext
- getMetadataByImplementation(Class<? extends T>) - Method in class org.eclipse.jetty.websocket.jsr356.metadata.CoderMetadataSet
- getMetadataByType(Class<?>) - Method in class org.eclipse.jetty.websocket.jsr356.metadata.CoderMetadataSet
- getMetaDataComplete() - Method in class org.eclipse.jetty.webapp.WebDescriptor
- getMetadataFor(Class<?>) - Method in class org.eclipse.jetty.websocket.jsr356.DecoderFactory
- getMetadataFor(Class<?>) - Method in class org.eclipse.jetty.websocket.jsr356.EncoderFactory
- getMethod() - Method in interface org.eclipse.jetty.client.api.Request
- getMethod() - Method in class org.eclipse.jetty.client.HttpRequest
- getMethod() - Method in class org.eclipse.jetty.http.MetaData.Request
- getMethod() - Method in class org.eclipse.jetty.security.ConstraintMapping
- getMethod() - Method in interface org.eclipse.jetty.server.PushBuilder
- getMethod() - Method in class org.eclipse.jetty.server.PushBuilderImpl
- getMethod() - Method in class org.eclipse.jetty.server.Request
- getMethod() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
- getMethod() - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
- getMethod() - Method in interface org.eclipse.jetty.websocket.api.UpgradeRequest
-
The HTTP method for this Upgrade Request.
- getMethod() - Method in class org.eclipse.jetty.websocket.common.events.annotated.CallableMethod
- getMethod() - Method in class org.eclipse.jetty.websocket.common.events.annotated.EventMethod
- getMethod() - Method in class org.eclipse.jetty.websocket.common.UpgradeRequestAdapter
- getMethod() - Method in interface org.eclipse.jetty.websocket.jsr356.annotations.IJsrMethod
-
The reflected method
- getMethod() - Method in class org.eclipse.jetty.websocket.servlet.ServletUpgradeRequest
- getMethod() - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- getMethodIncludeExclude() - Method in class org.eclipse.jetty.server.handler.BufferedResponseHandler
- getMethodName() - Method in class org.eclipse.jetty.annotations.AnnotationParser.MethodInfo
- getMethodName() - Method in class org.eclipse.jetty.plus.annotation.LifeCycleCallback
- getMethodOmissions() - Method in class org.eclipse.jetty.security.ConstraintMapping
- getMethods() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Deprecated.use
GzipHandler.getIncludedMethods()
instead. (Will be removed in Jetty 10) - getMicro() - Method in class org.eclipse.jetty.util.JavaVersion
-
Returns the micro number version (aka security number), such as
0
for JDK 1.8.0_92 and4
for JDK 9.2.4. - getMimeByExtension(String) - Method in class org.eclipse.jetty.http.MimeTypes
-
Get the MIME type by filename extension.
- getMimeIncludeExclude() - Method in class org.eclipse.jetty.server.handler.BufferedResponseHandler
- getMimeMap() - Method in class org.eclipse.jetty.http.MimeTypes
- getMimeType() - Method in interface org.eclipse.jetty.http.HttpContent
- getMimeType() - Method in class org.eclipse.jetty.http.PrecompressedHttpContent
- getMimeType() - Method in class org.eclipse.jetty.http.ResourceHttpContent
- getMimeType() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
- getMimeType(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
- getMimeType(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- getMimeTypes() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getMimeTypes() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
- getMinAsyncContentLength() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
-
Deprecated.
- getMinGzipSize() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Get the minimum size, in bytes, that a response
Content-Length
must be before compression will trigger. - getMinMemoryMappedContentLength() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
-
Deprecated.
- getMinor() - Method in class org.eclipse.jetty.util.JavaVersion
-
Returns the minor number version, such as
8
for JDK 1.8.0_92 and2
for JDK 9.2.4. - getMinorVersion() - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- getMinorVersion() - Method in class org.eclipse.jetty.webapp.WebDescriptor
- getMinRequestDataRate() - Method in class org.eclipse.jetty.server.HttpConfiguration
- getMinResponseDataRate() - Method in class org.eclipse.jetty.server.HttpConfiguration
- getMinThreads() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
- getMinThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
- getMinThreads() - Method in interface org.eclipse.jetty.util.thread.ThreadPool.SizedThreadPool
- getModuleGraphFilename() - Method in class org.eclipse.jetty.start.StartArgs
- getModuleLocation(Class<?>) - Static method in class org.eclipse.jetty.util.TypeUtil
- getMonitoredConnectors() - Method in class org.eclipse.jetty.server.LowResourceMonitor
- getMonitoredDirName() - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
- getMonitoredDirResource() - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
- getMonitoredOrServerConnectors() - Method in class org.eclipse.jetty.server.LowResourceMonitor
- getMonitoredResources() - Method in class org.eclipse.jetty.deploy.providers.jmx.WebAppProviderMBean
- getMonitoredResources() - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
- getMonitorThreads() - Method in class org.eclipse.jetty.server.LowResourceMonitor
- getMultipartConfig() - Method in class org.eclipse.jetty.servlet.ServletHolder.Registration
- getMultipartFormDataCompliance() - Method in class org.eclipse.jetty.server.HttpConfiguration
- getMyExpiredSessionsStatement(Connection, SessionContext, long) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- getName() - Method in class org.eclipse.jetty.ant.types.Attribute
- getName() - Method in class org.eclipse.jetty.client.ContinueProtocolHandler
- getName() - Method in class org.eclipse.jetty.client.HttpClient
- getName() - Method in interface org.eclipse.jetty.client.ProtocolHandler
- getName() - Method in class org.eclipse.jetty.client.ProxyAuthenticationProtocolHandler
- getName() - Method in class org.eclipse.jetty.client.RedirectProtocolHandler
- getName() - Method in class org.eclipse.jetty.client.WWWAuthenticationProtocolHandler
- getName() - Method in class org.eclipse.jetty.deploy.graph.Node
- getName() - Method in class org.eclipse.jetty.http.HttpCookie
- getName() - Method in class org.eclipse.jetty.http.HttpField
- getName() - Method in class org.eclipse.jetty.http.MultiPartFormInputStream.MultiPart
- getName() - Method in class org.eclipse.jetty.io.ConnectionStatistics.Stats
- getName() - Method in class org.eclipse.jetty.jaas.JAASLoginService
-
Get the name of the realm.
- getName() - Method in class org.eclipse.jetty.jaas.JAASPrincipal
- getName() - Method in class org.eclipse.jetty.jaas.JAASUserPrincipal
-
Get the name identifying the user
- getName() - Method in class org.eclipse.jetty.jndi.NamingContext
-
Getter for _name
- getName() - Method in class org.eclipse.jetty.maven.plugin.MavenServerConnector
- getName() - Method in class org.eclipse.jetty.maven.plugin.SystemProperty
- getName() - Method in class org.eclipse.jetty.rewrite.handler.HeaderPatternRule
-
Returns the header name.
- getName() - Method in class org.eclipse.jetty.rewrite.handler.HeaderRegexRule
-
Returns the header name.
- getName() - Method in class org.eclipse.jetty.security.AbstractLoginService
- getName() - Method in class org.eclipse.jetty.security.AbstractLoginService.RolePrincipal
- getName() - Method in class org.eclipse.jetty.security.AbstractLoginService.UserPrincipal
- getName() - Method in class org.eclipse.jetty.security.ConfigurableSpnegoLoginService
- getName() - Method in interface org.eclipse.jetty.security.LoginService
- getName() - Method in class org.eclipse.jetty.security.openid.OpenIdLoginService
- getName() - Method in class org.eclipse.jetty.security.openid.OpenIdUserPrincipal
- getName() - Method in class org.eclipse.jetty.security.SecurityHandler.NotChecked
- getName() - Method in class org.eclipse.jetty.security.SpnegoLoginService
-
Deprecated.
- getName() - Method in class org.eclipse.jetty.security.SpnegoUserPrincipal
- getName() - Method in class org.eclipse.jetty.server.AbstractConnector
- getName() - Method in interface org.eclipse.jetty.server.Connector
-
Get the connector name if set.
- getName() - Method in class org.eclipse.jetty.server.session.SessionHandler.CookieConfig
- getName() - Method in interface org.eclipse.jetty.server.UserIdentity.Scope
- getName() - Method in class org.eclipse.jetty.servlet.Holder
- getName() - Method in class org.eclipse.jetty.servlet.Holder.HolderRegistration
- getName() - Method in class org.eclipse.jetty.servlets.DoSFilter
-
The unique name of the filter when there is more than one DosFilter instance.
- getName() - Method in class org.eclipse.jetty.start.Module
- getName() - Method in class org.eclipse.jetty.util.Fields.Field
- getName() - Method in class org.eclipse.jetty.util.log.JavaUtilLog
- getName() - Method in interface org.eclipse.jetty.util.log.Logger
- getName() - Method in class org.eclipse.jetty.util.log.LoggerLog
- getName() - Method in class org.eclipse.jetty.util.log.Slf4jLog
- getName() - Method in class org.eclipse.jetty.util.log.StdErrLog
- getName() - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
-
Deprecated.
- getName() - Method in class org.eclipse.jetty.util.MultiReleaseJarFile.VersionedJarEntry
- getName() - Method in class org.eclipse.jetty.util.resource.EmptyResource
- getName() - Method in class org.eclipse.jetty.util.resource.FileResource
-
Deprecated.Returns the name of the resource
- getName() - Method in class org.eclipse.jetty.util.resource.PathResource
- getName() - Method in class org.eclipse.jetty.util.resource.Resource
-
The name of the resource.
- getName() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
- getName() - Method in class org.eclipse.jetty.util.resource.URLResource
-
Returns the name of the resource
- getName() - Method in class org.eclipse.jetty.util.security.Constraint
- getName() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
- getName() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
- getName() - Method in class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler
- getName() - Method in class org.eclipse.jetty.webapp.FragmentDescriptor
- getName() - Method in class org.eclipse.jetty.webapp.MetaData.OriginInfo
- getName() - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
- getName() - Method in interface org.eclipse.jetty.websocket.api.extensions.Extension
-
The
Sec-WebSocket-Extensions
name for this extension. - getName() - Method in class org.eclipse.jetty.websocket.api.extensions.ExtensionConfig
- getName() - Method in class org.eclipse.jetty.websocket.common.extensions.AbstractExtension
- getName() - Method in class org.eclipse.jetty.websocket.common.extensions.compress.DeflateFrameExtension
- getName() - Method in class org.eclipse.jetty.websocket.common.extensions.compress.PerMessageDeflateExtension
- getName() - Method in class org.eclipse.jetty.websocket.common.extensions.compress.XWebkitDeflateFrameExtension
- getName() - Method in class org.eclipse.jetty.websocket.common.extensions.fragment.FragmentExtension
- getName() - Method in class org.eclipse.jetty.websocket.common.extensions.FrameCaptureExtension
- getName() - Method in class org.eclipse.jetty.websocket.common.extensions.identity.IdentityExtension
- getName() - Method in class org.eclipse.jetty.websocket.jsr356.JsrExtension
- getName() - Method in class org.eclipse.jetty.xml.XmlParser.Attribute
- getNamedDispatcher(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- getNamedDispatcher(String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
- getNamedFragments() - Method in class org.eclipse.jetty.webapp.MetaData
- getNameForScope(Object) - Static method in class org.eclipse.jetty.plus.jndi.NamingEntryUtil
- getNameInJar() - Method in class org.eclipse.jetty.util.MultiReleaseJarFile.VersionedJarEntry
- getNameInNamespace() - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
- getNameInNamespace() - Method in class org.eclipse.jetty.jndi.local.localContextRoot
- getNameInNamespace() - Method in class org.eclipse.jetty.jndi.NamingContext
-
Get the full name of this Context node by visiting it's ancestors back to root.
- getNameOfJspClass(String) - Method in class org.eclipse.jetty.servlet.ServletHolder
- getNameParser(String) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
- getNameParser(String) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
- getNameParser(String) - Method in class org.eclipse.jetty.jndi.NamingContext
-
Return a NameParser for this Context.
- getNameParser(Name) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
- getNameParser(Name) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
- getNameParser(Name) - Method in class org.eclipse.jetty.jndi.NamingContext
-
Return a NameParser for this Context.
- getNames() - Method in class org.eclipse.jetty.server.session.Session
- getNames() - Method in class org.eclipse.jetty.util.Fields
- getNamespace() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
- getNamespace() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStoreFactory
- getNeedClientAuth() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
Deprecated.use
SslContextFactory.Server.getNeedClientAuth()
instead - getNeedClientAuth() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.Server
- getNegotiatedExtensions() - Method in class org.eclipse.jetty.websocket.common.extensions.ExtensionStack
-
Get the list of negotiated extensions, each entry being a full "name; params" extension configuration
- getNegotiatedExtensions() - Method in class org.eclipse.jetty.websocket.jsr356.JsrSession
- getNegotiatedExtensions(List<Extension>, List<Extension>) - Method in class org.eclipse.jetty.websocket.jsr356.server.ContainerDefaultConfigurator
- getNegotiatedProtocols() - Method in class org.eclipse.jetty.server.NegotiatingServerConnectionFactory
- getNegotiatedSubprotocol() - Method in class org.eclipse.jetty.websocket.jsr356.JsrSession
- getNegotiatedSubprotocol(List<String>, List<String>) - Method in class org.eclipse.jetty.websocket.jsr356.server.ContainerDefaultConfigurator
- getNestedValue(DBObject, String) - Static method in class org.eclipse.jetty.nosql.mongodb.MongoUtils
-
Dig through a given dbObject for the nested value
- getNewContextURL() - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
- getNext() - Method in class org.eclipse.jetty.server.HttpInput.ChainedInterceptor
- getNextIncoming() - Method in class org.eclipse.jetty.websocket.common.extensions.AbstractExtension
- getNextIncoming() - Method in class org.eclipse.jetty.websocket.common.extensions.ExtensionStack
- getNextInterceptor() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor
- getNextInterceptor() - Method in class org.eclipse.jetty.server.HttpChannel
- getNextInterceptor() - Method in interface org.eclipse.jetty.server.HttpOutput.Interceptor
- getNextOutgoing() - Method in class org.eclipse.jetty.websocket.common.extensions.AbstractExtension
- getNextOutgoing() - Method in class org.eclipse.jetty.websocket.common.extensions.ExtensionStack
- getNextProtocol() - Method in class org.eclipse.jetty.server.SslConnectionFactory
- getNode(int) - Method in class org.eclipse.jetty.deploy.graph.Path
- getNodeByName(String) - Method in class org.eclipse.jetty.deploy.graph.Graph
-
Get the Node by Name.
- getNodes() - Method in class org.eclipse.jetty.deploy.DeploymentManager
- getNodes() - Method in class org.eclipse.jetty.deploy.graph.Graph
- getNodes() - Method in class org.eclipse.jetty.deploy.graph.Path
- getNodes() - Method in class org.eclipse.jetty.deploy.jmx.DeploymentManagerMBean
- getNonCachingResource(Resource) - Static method in class org.eclipse.jetty.util.resource.JarFileResource
-
Take a Resource that possibly might use URLConnection caching and turn it into one that doesn't.
- getNonComplianceWarnings() - Method in class org.eclipse.jetty.http.MultiPartFormInputStream
- getNonComplianceWarnings() - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser
-
Deprecated.
- getNonExcludedInitializers(WebAppContext) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
-
Get SCIs that are not excluded from consideration
- getNonHidden() - Static method in class org.eclipse.jetty.start.PathMatchers
- getNullPrintWriter() - Static method in class org.eclipse.jetty.util.IO
- getNullStream() - Static method in class org.eclipse.jetty.util.IO
- getNullWriter() - Static method in class org.eclipse.jetty.util.IO
- getNumberType() - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
- getNumberType(Class<?>) - Static method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
- getNumSessions() - Method in class org.eclipse.jetty.websocket.common.SessionTracker
- getNumSessions() - Method in class org.eclipse.jetty.websocket.jsr356.JsrSessionTracker
- getObject() - Method in class org.eclipse.jetty.jaas.callback.ObjectCallback
- getObjectContextBasis() - Method in class org.eclipse.jetty.client.jmx.HttpClientMBean
- getObjectContextBasis() - Method in class org.eclipse.jetty.jmx.ObjectMBean
-
Allows to customize the ObjectName property
context
. - getObjectContextBasis() - Method in class org.eclipse.jetty.server.handler.jmx.AbstractHandlerMBean
- getObjectContextBasis() - Method in class org.eclipse.jetty.server.jmx.AbstractConnectorMBean
- getObjectFactory() - Method in class org.eclipse.jetty.servlet.ServletContextHandler
-
The DecoratedObjectFactory for use by IoC containers (weld / spring / etc)
- getObjectFactory() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
- getObjectFactory() - Method in class org.eclipse.jetty.websocket.common.scopes.DelegatedContainerScope
- getObjectFactory() - Method in class org.eclipse.jetty.websocket.common.scopes.SimpleContainerScope
- getObjectFactory() - Method in interface org.eclipse.jetty.websocket.common.scopes.WebSocketContainerScope
-
Object Factory used to create objects.
- getObjectFactory() - Method in class org.eclipse.jetty.websocket.jsr356.ClientContainer
- getObjectFactory() - Method in class org.eclipse.jetty.websocket.server.WebSocketServerFactory
- getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.eclipse.jetty.jndi.ContextFactory
-
Find or create a context which pertains to a classloader.
- getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.eclipse.jetty.jndi.factories.MailSessionReference
-
Create a javax.mail.Session instance based on the information passed in the Reference
- getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.eclipse.jetty.jndi.java.javaURLContextFactory
-
Either return a new context or the resolution of a url.
- getObjectName() - Method in class org.eclipse.jetty.jmx.ObjectMBean
-
Allows to customize the ObjectName of this MBean.
- getObjectNameBasis() - Method in class org.eclipse.jetty.jmx.ObjectMBean
-
Allows to customize the ObjectName property
name
. - getObjectNameBasis() - Method in class org.eclipse.jetty.servlet.jmx.FilterMappingMBean
- getObjectNameBasis() - Method in class org.eclipse.jetty.servlet.jmx.HolderMBean
- getObjectNameBasis() - Method in class org.eclipse.jetty.servlet.jmx.ServletMappingMBean
- getObjectType() - Method in class org.eclipse.jetty.websocket.jsr356.metadata.CoderMetadata
- getOcspResponderURL() - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
- getOcspResponderURL() - Method in class org.eclipse.jetty.util.security.CertificateValidator
- getOcspResponderURL() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- getOldest(TimeUnit) - Method in class org.eclipse.jetty.util.statistic.RateStatistic
- getOmittedMethods(String) - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
-
Given a string of the form
<method>.<method>.omission
split out the individual method names. - getOnFillableCount() - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.Stats
-
Deprecated.
- getOpCode() - Method in interface org.eclipse.jetty.websocket.api.extensions.Frame
- getOpCode() - Method in enum org.eclipse.jetty.websocket.api.extensions.Frame.Type
- getOpCode() - Method in class org.eclipse.jetty.websocket.common.frames.ReadOnlyDelegatedFrame
- getOpCode() - Method in class org.eclipse.jetty.websocket.common.WebSocketFrame
- getOpenSessions() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
- getOpenSessions() - Method in class org.eclipse.jetty.websocket.jsr356.ClientContainer
-
Used in
Session.getOpenSessions()
- getOpenSessions() - Method in class org.eclipse.jetty.websocket.jsr356.JsrSession
- getOpenSessions() - Method in class org.eclipse.jetty.websocket.server.WebSocketServerFactory
- getOptional() - Method in class org.eclipse.jetty.start.Module
- getOrderedFragments() - Method in class org.eclipse.jetty.webapp.MetaData
- getOrderedWebInfJars() - Method in class org.eclipse.jetty.webapp.MetaData
- getOrdering() - Method in class org.eclipse.jetty.webapp.FragmentDescriptor
- getOrdering() - Method in class org.eclipse.jetty.webapp.MetaData
- getOrdering() - Method in class org.eclipse.jetty.webapp.WebDescriptor
- getOrigin() - Method in class org.eclipse.jetty.client.HttpDestination
- getOrigin() - Method in class org.eclipse.jetty.servlet.Source
- getOrigin() - Method in class org.eclipse.jetty.start.RawArgs.Entry
- getOrigin() - Method in interface org.eclipse.jetty.websocket.api.UpgradeRequest
-
The WebSocket Origin of this Upgrade Request
- getOrigin() - Method in class org.eclipse.jetty.websocket.common.UpgradeRequestAdapter
- getOrigin() - Method in class org.eclipse.jetty.websocket.servlet.ServletUpgradeRequest
- getOrigin(String) - Method in class org.eclipse.jetty.webapp.MetaData
- getOriginalPathAttribute() - Method in class org.eclipse.jetty.rewrite.handler.RewriteHandler
- getOriginalPathAttribute() - Method in class org.eclipse.jetty.rewrite.handler.RuleContainer
- getOriginalURI() - Method in class org.eclipse.jetty.server.Request
- getOriginAttribute() - Method in class org.eclipse.jetty.maven.plugin.JettyWebAppContext
- getOriginAttribute() - Method in class org.eclipse.jetty.quickstart.QuickStartWebApp
- getOriginDescriptor(String) - Method in class org.eclipse.jetty.webapp.MetaData
- getOriginId() - Method in class org.eclipse.jetty.deploy.App
-
The origin of this
App
as specified by theAppProvider
- getOriginId(Bundle, String) - Static method in class org.eclipse.jetty.osgi.boot.AbstractWebAppProvider
- getOriginInfo(String) - Method in class org.eclipse.jetty.webapp.MetaData
- getOrigins() - Method in class org.eclipse.jetty.webapp.MetaData
- getOriginType() - Method in class org.eclipse.jetty.webapp.MetaData.OriginInfo
- getOtherType() - Method in class org.eclipse.jetty.webapp.FragmentDescriptor
- getOut() - Method in class org.eclipse.jetty.util.MultiPartOutputStream
- getOutgoingHandler() - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
- getOutput() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
- getOutputAggregationSize() - Method in class org.eclipse.jetty.server.HttpConfiguration
- getOutputBufferSize() - Method in class org.eclipse.jetty.server.HttpConfiguration
- getOutputFilePrefix() - Method in class org.eclipse.jetty.proxy.AfterContentTransformer
- getOutputStream() - Method in class org.eclipse.jetty.client.util.OutputStreamContentProvider
- getOutputStream() - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
- getOutputStream() - Method in class org.eclipse.jetty.proxy.AfterContentTransformer.Sink
- getOutputStream() - Method in class org.eclipse.jetty.server.handler.DebugHandler
-
Deprecated.
- getOutputStream() - Method in class org.eclipse.jetty.server.Response
- getOutputString() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
- getOutputString(Charset) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
- getOverflowDirectory() - Method in class org.eclipse.jetty.proxy.AfterContentTransformer
-
Returns the directory where input and output are overflown to temporary files if they exceed, respectively, the
max input size
or themax output size
. - getOverlays() - Method in class org.eclipse.jetty.maven.plugin.JettyWebAppContext
- getOverrideDescriptor() - 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
- getOverrideDescriptors() - Method in class org.eclipse.jetty.webapp.WebAppContext
-
An override descriptor is a web.xml format file that is applied to the context after the standard WEB-INF/web.xml
- getOverrideWebs() - Method in class org.eclipse.jetty.webapp.MetaData
- getPackage(String) - Method in class org.eclipse.jetty.ant.AntWebAppContext.AntURLClassLoader
- getPackageOfJspClass(String) - Method in class org.eclipse.jetty.servlet.ServletHolder
- getPackages() - Method in class org.eclipse.jetty.ant.AntWebAppContext.AntURLClassLoader
- getPaddingLength() - Method in class org.eclipse.jetty.fcgi.parser.HeaderParser
- getPageEncoding() - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
- getParam() - Method in class org.eclipse.jetty.http.HttpURI
-
Get a URI path parameter.
- getParam(String) - Method in class org.eclipse.jetty.websocket.common.extensions.identity.IdentityExtension
- getParamClass() - Method in class org.eclipse.jetty.plus.annotation.Injection
- getParameter(String) - Method in class org.eclipse.jetty.client.api.Authentication.HeaderInfo
- getParameter(String) - Method in class org.eclipse.jetty.server.Request
- getParameter(String) - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- getParameter(String, int) - Method in class org.eclipse.jetty.websocket.api.extensions.ExtensionConfig
- getParameter(String, String) - Method in class org.eclipse.jetty.websocket.api.extensions.ExtensionConfig
- getParameterizedName() - Method in class org.eclipse.jetty.websocket.api.extensions.ExtensionConfig
- getParameterKeys() - Method in class org.eclipse.jetty.websocket.api.extensions.ExtensionConfig
- getParameterMap() - Method in class org.eclipse.jetty.server.Request
- getParameterMap() - Method in interface org.eclipse.jetty.websocket.api.UpgradeRequest
-
Returns a map of the query parameters of the request.
- getParameterMap() - Method in class org.eclipse.jetty.websocket.common.UpgradeRequestAdapter
-
Returns a map of the query parameters of the request.
- getParameterMap() - Method in class org.eclipse.jetty.websocket.jsr356.server.JsrHandshakeRequest
- getParameterMap() - Method in class org.eclipse.jetty.websocket.servlet.ServletUpgradeRequest
- getParameterMap() - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- getParameterName() - Method in class org.eclipse.jetty.jaas.callback.RequestParameterCallback
- getParameterNames() - Method in class org.eclipse.jetty.server.Request
- getParameterNames() - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- getParameters() - Method in class org.eclipse.jetty.client.api.Authentication.HeaderInfo
- getParameters() - Method in class org.eclipse.jetty.websocket.api.extensions.ExtensionConfig
-
Return parameters found in request URI.
- getParameters() - Method in class org.eclipse.jetty.websocket.jsr356.JsrExtension
- getParameterValues() - Method in class org.eclipse.jetty.jaas.callback.RequestParameterCallback
- getParameterValues(String) - Method in class org.eclipse.jetty.server.Request
- getParameterValues(String) - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- getParams() - Method in interface org.eclipse.jetty.client.api.Request
- getParams() - Method in class org.eclipse.jetty.client.HttpRequest
- getParams() - Method in class org.eclipse.jetty.websocket.jsr356.annotations.JsrCallable
- getParamTypes() - Method in class org.eclipse.jetty.websocket.common.events.annotated.CallableMethod
- getParamTypes() - Method in class org.eclipse.jetty.websocket.common.events.annotated.EventMethod
- getParent() - Method in class org.eclipse.jetty.jndi.NamingContext
-
Getter for _parent
- getParent() - Method in class org.eclipse.jetty.util.PathWatcher.Config
- getParent() - Method in class org.eclipse.jetty.xml.XmlParser.Node
- getParentClassLoaderForWebapps() - Method in class org.eclipse.jetty.osgi.boot.internal.serverfactory.ServerInstanceWrapper
-
The classloader that should be the parent classloader for each webapp deployed on this server.
- getParentStreamId() - Method in class org.eclipse.jetty.http2.frames.PriorityFrame
- getParsedLocations(String) - Method in class org.eclipse.jetty.annotations.AnnotationParser
-
Deprecated.List of duplicate locations no longer stored
- getParsedParts() - Method in class org.eclipse.jetty.http.MultiPartFormInputStream
-
Deprecated.
- getParsedParts() - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser
-
Deprecated.Get the already parsed parts.
- getParser() - Method in class org.eclipse.jetty.http2.HTTP2Connection
- getParser() - Method in class org.eclipse.jetty.http2.HTTP2Session
- getParser() - Method in class org.eclipse.jetty.http2.server.HTTP2ServerConnection
- getParser() - Method in class org.eclipse.jetty.server.HttpConnection
- getParser() - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection
- getParserListener() - Method in class org.eclipse.jetty.http2.parser.Parser.Listener.Wrapper
- getParserListener() - Method in class org.eclipse.jetty.http2.parser.ServerParser.Listener.Wrapper
- getPart(String) - Method in class org.eclipse.jetty.http.MultiPartFormInputStream
-
Get the named Part.
- getPart(String) - Method in interface org.eclipse.jetty.server.MultiParts
- getPart(String) - Method in class org.eclipse.jetty.server.MultiParts.MultiPartsHttpParser
- getPart(String) - Method in class org.eclipse.jetty.server.MultiParts.MultiPartsUtilParser
- getPart(String) - Method in class org.eclipse.jetty.server.Request
- getPart(String) - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
- getPart(String) - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser
-
Deprecated.Get the named Part.
- getPart(String) - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- getPartialString() - Method in class org.eclipse.jetty.util.Utf8Appendable
- getPartialString() - Method in class org.eclipse.jetty.util.Utf8StringBuffer
- getPartialString() - Method in class org.eclipse.jetty.util.Utf8StringBuilder
- getPartialString() - Method in class org.eclipse.jetty.websocket.common.message.Utf8CharBuffer
- getParts() - Method in class org.eclipse.jetty.http.MultiPartFormInputStream
-
Parse, if necessary, the multipart data and return the list of Parts.
- getParts() - Method in interface org.eclipse.jetty.server.MultiParts
- getParts() - Method in class org.eclipse.jetty.server.MultiParts.MultiPartsHttpParser
- getParts() - Method in class org.eclipse.jetty.server.MultiParts.MultiPartsUtilParser
- getParts() - Method in class org.eclipse.jetty.server.Request
- getParts() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
- getParts() - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser
-
Deprecated.Parse, if necessary, the multipart data and return the list of Parts.
- getParts() - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- getPassword() - Method in class org.eclipse.jetty.jndi.factories.MailSessionReference.PasswordAuthenticator
- getPassword() - Method in class org.eclipse.jetty.security.jaspi.modules.UserInfo
- getPassword(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
Returns the password object for the given realm.
- getPassword(String, String, String) - Static method in class org.eclipse.jetty.util.security.Password
-
Get a password.
- getPasswordAuthentication() - Method in class org.eclipse.jetty.jndi.factories.MailSessionReference.PasswordAuthenticator
- getPath() - Method in interface org.eclipse.jetty.client.api.Request
- getPath() - Method in class org.eclipse.jetty.client.HttpRequest
- getPath() - Method in class org.eclipse.jetty.http.HttpCookie
- getPath() - Method in class org.eclipse.jetty.http.HttpURI
-
The parsed Path.
- getPath() - Method in class org.eclipse.jetty.http.spi.JettyHttpContext
- getPath() - Method in class org.eclipse.jetty.server.AsyncContextEvent
- getPath() - Method in interface org.eclipse.jetty.server.PushBuilder
- getPath() - Method in class org.eclipse.jetty.server.PushBuilderImpl
- getPath() - Method in class org.eclipse.jetty.server.session.SessionHandler.CookieConfig
- getPath() - Method in class org.eclipse.jetty.util.PathWatcher.Config
- getPath() - Method in class org.eclipse.jetty.util.PathWatcher.PathWatchEvent
- getPath() - Method in class org.eclipse.jetty.util.resource.PathResource
- getPath() - Method in class org.eclipse.jetty.websocket.jsr356.server.AnnotatedServerEndpointConfig
- getPath() - Method in class org.eclipse.jetty.websocket.jsr356.server.AnnotatedServerEndpointMetadata
- getPath() - Method in class org.eclipse.jetty.websocket.jsr356.server.BasicServerEndpointConfig
- getPath() - Method in interface org.eclipse.jetty.websocket.jsr356.server.ServerEndpointMetadata
- getPath() - Method in class org.eclipse.jetty.websocket.jsr356.server.SimpleServerEndpointMetadata
- getPath() - Method in class org.eclipse.jetty.xml.XmlParser.Node
- getPath(String) - Method in class org.eclipse.jetty.start.BaseHome
-
Get a specific path reference.
- getPath(String, String) - Method in class org.eclipse.jetty.deploy.graph.Graph
-
Convenience method for
Graph.getPath(Node, Node)
- getPath(Node, Node) - Method in class org.eclipse.jetty.deploy.graph.Graph
-
Using BFS (Breadth First Search) return the path from a any arbitrary node to any other.
- getPath(Resource) - Method in class org.eclipse.jetty.server.AllowedResourceAliasChecker
- getPathDepth() - Method in interface org.eclipse.jetty.http.pathmap.PathSpec
-
Get the number of path elements that this path spec declares.
- getPathDepth() - Method in class org.eclipse.jetty.http.pathmap.RegexPathSpec
- getPathDepth() - Method in class org.eclipse.jetty.http.pathmap.ServletPathSpec
- getPathDepth() - Method in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
- getPathIncludeExclude() - Method in class org.eclipse.jetty.server.handler.BufferedResponseHandler
- getPathInfo() - Method in interface org.eclipse.jetty.http.pathmap.MatchedPath
-
Return the portion of the path that is after the path spec.
- getPathInfo() - Method in class org.eclipse.jetty.http.pathmap.MatchedResource
-
Return the portion of the path that is after the path spec.
- getPathInfo() - Method in class org.eclipse.jetty.server.Request
- getPathInfo() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
- getPathInfo() - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- getPathInfo(String) - Method in interface org.eclipse.jetty.http.pathmap.PathSpec
-
Deprecated.use
PathSpec.matched(String)
instead - getPathInfo(String) - Method in class org.eclipse.jetty.http.pathmap.RegexPathSpec
- getPathInfo(String) - Method in class org.eclipse.jetty.http.pathmap.ServletPathSpec
-
Deprecated.use
ServletPathSpec.matched(String)
#MatchedPath.getPathInfo()
instead. - getPathInfo(String) - Method in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
- getPathMatch() - Method in interface org.eclipse.jetty.http.pathmap.MatchedPath
-
Return the portion of the path that matches a path spec.
- getPathMatch() - Method in class org.eclipse.jetty.http.pathmap.MatchedResource
-
Return the portion of the path that matches a path spec.
- getPathMatch(String) - Method in interface org.eclipse.jetty.http.pathmap.PathSpec
-
Deprecated.use
PathSpec.matched(String)
instead - getPathMatch(String) - Method in class org.eclipse.jetty.http.pathmap.RegexPathSpec
- getPathMatch(String) - Method in class org.eclipse.jetty.http.pathmap.ServletPathSpec
-
Deprecated.
- getPathMatch(String) - Method in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
- getPathParameters() - Method in class org.eclipse.jetty.websocket.jsr356.JsrSession
- getPathParamMap() - Method in class org.eclipse.jetty.websocket.jsr356.server.PathParamServerEndpointConfig
- getPathParamName() - Method in class org.eclipse.jetty.websocket.jsr356.annotations.Param
- getPathParams() - Method in class org.eclipse.jetty.websocket.jsr356.server.JsrHandshakeRequest
- getPathParams(String) - Method in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
- getPathQuery() - Method in class org.eclipse.jetty.http.HttpURI
- getPaths(String) - Method in class org.eclipse.jetty.start.BaseHome
-
Get a List of
Path
s from a provided pattern. - getPaths(Path, int, String) - Method in class org.eclipse.jetty.start.BaseHome
-
Search specified Path with pattern and return hits
- getPathSpec() - Method in class org.eclipse.jetty.http.pathmap.MappedResource
- getPathSpec() - Method in class org.eclipse.jetty.http.pathmap.MatchedResource
- getPathSpec() - Method in class org.eclipse.jetty.security.ConstraintMapping
- getPathSpecs() - Method in class org.eclipse.jetty.servlet.FilterMapping
- getPathSpecs() - Method in class org.eclipse.jetty.servlet.ServletMapping
- getPathsToRequiredBundles(String) - Method in class org.eclipse.jetty.osgi.boot.AbstractWebAppProvider.OSGiApp
- getPathsWithUncoveredHttpMethods() - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
-
Servlet spec 3.1 pg.
- getPathTranslated() - Method in class org.eclipse.jetty.server.Request
- getPathTranslated() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
- getPathTranslated() - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- getPattern() - Method in class org.eclipse.jetty.http.pathmap.RegexPathSpec
- getPattern() - Method in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
- getPattern() - Method in class org.eclipse.jetty.rewrite.handler.PatternRule
- getPatterns() - Method in class org.eclipse.jetty.webapp.ClasspathPattern
- getPayload() - Method in class org.eclipse.jetty.http2.frames.GoAwayFrame
- getPayload() - Method in class org.eclipse.jetty.http2.frames.PingFrame
- getPayload() - Method in interface org.eclipse.jetty.websocket.api.extensions.Frame
- getPayload() - Method in class org.eclipse.jetty.websocket.common.frames.ControlFrame
- getPayload() - Method in class org.eclipse.jetty.websocket.common.frames.ReadOnlyDelegatedFrame
- getPayload() - Method in class org.eclipse.jetty.websocket.common.WebSocketFrame
-
Get the payload ByteBuffer.
- getPayloadAsLong() - Method in class org.eclipse.jetty.http2.frames.PingFrame
- getPayloadAsUTF8() - Method in class org.eclipse.jetty.websocket.common.frames.TextFrame
- getPayloadAsUTF8() - Method in class org.eclipse.jetty.websocket.common.WebSocketFrame
- getPayloadLength() - Method in interface org.eclipse.jetty.websocket.api.extensions.Frame
-
The original payload length (
Buffer.remaining()
) - getPayloadLength() - Method in class org.eclipse.jetty.websocket.common.frames.ReadOnlyDelegatedFrame
- getPayloadLength() - Method in class org.eclipse.jetty.websocket.common.WebSocketFrame
- getPCTasksConsumed() - Method in class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill
- getPECTasksExecuted() - Method in class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill
- getPending() - Method in class org.eclipse.jetty.util.thread.ReservedThreadExecutor
- getPendingConnectionCount() - Method in class org.eclipse.jetty.client.AbstractConnectionPool
- getPendingCount() - Method in class org.eclipse.jetty.client.AbstractConnectionPool
-
Deprecated.
- getPeriod() - Method in class org.eclipse.jetty.server.AcceptRateLimit
- getPeriod() - Method in class org.eclipse.jetty.server.LowResourceMonitor
- getPeriod() - Method in class org.eclipse.jetty.util.statistic.RateStatistic
- getPermission() - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
- getPermissions() - Method in interface org.eclipse.jetty.webapp.WebAppClassLoader.Context
- getPermissions() - Method in class org.eclipse.jetty.webapp.WebAppContext
- getPermissions(CodeSource) - Method in class org.eclipse.jetty.ant.AntWebAppContext.AntURLClassLoader
- getPermissions(CodeSource) - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
- getPhrase() - Method in class org.eclipse.jetty.websocket.api.CloseStatus
- getPICTasksExecuted() - Method in class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill
- getPkixCertPathChecker() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- getPlatform() - Method in class org.eclipse.jetty.util.JavaVersion
-
Returns the Java Platform version, such as
8
for JDK 1.8.0_92 and9
for JDK 9.2.4. - getPlugin() - Method in class org.eclipse.jetty.maven.plugin.WarPluginInfo
-
Find the maven-war-plugin, if one is configured
- getPojo() - Method in class org.eclipse.jetty.websocket.common.events.annotated.CallableMethod
- getPojoClass() - Method in class org.eclipse.jetty.websocket.common.events.annotated.EventMethods
- getPolicy() - Method in interface org.eclipse.jetty.websocket.api.Session
-
Access the (now read-only)
WebSocketPolicy
in use for this connection. - getPolicy() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
- getPolicy() - Method in class org.eclipse.jetty.websocket.common.events.AbstractEventDriver
- getPolicy() - Method in interface org.eclipse.jetty.websocket.common.events.EventDriver
- getPolicy() - Method in class org.eclipse.jetty.websocket.common.extensions.AbstractExtension
- getPolicy() - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection
- getPolicy() - Method in interface org.eclipse.jetty.websocket.common.LogicalConnection
-
The policy that the connection is running under.
- getPolicy() - Method in class org.eclipse.jetty.websocket.common.Parser
- getPolicy() - Method in class org.eclipse.jetty.websocket.common.scopes.DelegatedContainerScope
- getPolicy() - Method in class org.eclipse.jetty.websocket.common.scopes.SimpleContainerScope
- getPolicy() - Method in interface org.eclipse.jetty.websocket.common.scopes.WebSocketContainerScope
-
The policy the container is running on.
- getPolicy() - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
- getPolicy() - Method in class org.eclipse.jetty.websocket.jsr356.ClientContainer
- getPolicy() - Method in class org.eclipse.jetty.websocket.server.NativeWebSocketConfiguration
-
Used to configure the Default
WebSocketPolicy
used by all endpoints that don't redeclare the values. - getPolicy() - Method in class org.eclipse.jetty.websocket.server.WebSocketServerFactory
- getPolicy() - Method in interface org.eclipse.jetty.websocket.servlet.WebSocketServletFactory
-
Get the base policy in use for WebSockets.
- getPooled() - Method in class org.eclipse.jetty.util.Pool.Entry
- getPort() - Method in class org.eclipse.jetty.ant.types.Connector
- getPort() - Method in interface org.eclipse.jetty.client.api.Destination
- getPort() - Method in interface org.eclipse.jetty.client.api.Request
- getPort() - Method in class org.eclipse.jetty.client.HttpDestination
- getPort() - Method in class org.eclipse.jetty.client.HttpRequest
- getPort() - Method in class org.eclipse.jetty.client.Origin.Address
- getPort() - Method in class org.eclipse.jetty.http.HostPortHttpField
-
Get the port.
- getPort() - Method in class org.eclipse.jetty.http.HttpURI
- getPort() - Method in class org.eclipse.jetty.maven.plugin.MavenServerConnector
- getPort() - Method in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStoreFactory
- getPort() - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
- getPort() - Method in interface org.eclipse.jetty.server.NetworkConnector
- getPort() - Method in class org.eclipse.jetty.server.ShutdownMonitor
- getPort() - Method in class org.eclipse.jetty.util.HostPort
-
Get the port.
- getPort(int) - Method in class org.eclipse.jetty.http.HostPortHttpField
-
Get the port.
- getPort(int) - Method in class org.eclipse.jetty.util.HostPort
-
Get the port or the given default port.
- getPort(String[], String, int) - Static method in class org.eclipse.jetty.embedded.ExampleUtil
-
Get a port, possibly configured from Command line or System property.
- getPostConstructCallbackMap() - Method in class org.eclipse.jetty.plus.annotation.LifeCycleCallbackCollection
-
Generate a read-only view of the post-construct callbacks
- getPostConstructCallbacks() - Method in class org.eclipse.jetty.plus.annotation.LifeCycleCallbackCollection
-
Amalgamate all post-construct callbacks and return a read only set
- getPostConstructCallbacks(Object) - Method in class org.eclipse.jetty.plus.annotation.LifeCycleCallbackCollection
- getPrecompressedContents() - Method in interface org.eclipse.jetty.http.HttpContent
- getPrecompressedContents() - Method in class org.eclipse.jetty.http.PrecompressedHttpContent
- getPrecompressedContents() - Method in class org.eclipse.jetty.http.ResourceHttpContent
- getPrecompressedContents() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
- getPrecompressedFormats() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
- getPrecompressedFormats() - Method in class org.eclipse.jetty.server.ResourceService
- getPreDestroyCallbackMap() - Method in class org.eclipse.jetty.plus.annotation.LifeCycleCallbackCollection
-
Generate a read-only view of the pre-destroy callbacks
- getPreDestroyCallbacks() - Method in class org.eclipse.jetty.plus.annotation.LifeCycleCallbackCollection
-
Amalgamate all pre-destroy callbacks and return a read only set
- getPreDestroyCallbacks(Object) - Method in class org.eclipse.jetty.plus.annotation.LifeCycleCallbackCollection
- getPreferProxiedForAddress() - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Deprecated.Retrieved log X-Forwarded-For IP address flag.
- getPreferredSubprotocols() - Method in class org.eclipse.jetty.websocket.jsr356.client.AnnotatedClientEndpointConfig
- getPreferredSubprotocols() - Method in class org.eclipse.jetty.websocket.jsr356.client.EmptyClientEndpointConfig
- getPrefix() - Method in interface org.eclipse.jetty.http.pathmap.PathSpec
-
A simple prefix match for the pathspec or null
- getPrefix() - Method in class org.eclipse.jetty.http.pathmap.RegexPathSpec
- getPrefix() - Method in class org.eclipse.jetty.http.pathmap.ServletPathSpec
- getPrefix() - Method in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
- getPrefix() - Method in interface org.eclipse.jetty.util.security.CredentialProvider
-
Get the prefix of the credential strings convertible into credentials
- getPrev() - Method in class org.eclipse.jetty.server.HttpInput.ChainedInterceptor
- getPreviousAssociation() - Method in class org.eclipse.jetty.security.authentication.DeferredAuthentication
- getPrimaryTag() - Method in class org.eclipse.jetty.start.Module
- getPrimitiveClass(Class<?>) - Static method in class org.eclipse.jetty.websocket.jsr356.utils.Primitives
- getPrimitiveClasses() - Static method in class org.eclipse.jetty.websocket.jsr356.utils.Primitives
- getPrimitives() - Static method in class org.eclipse.jetty.websocket.jsr356.utils.Primitives
- getPrimitiveType(Class<?>) - Static method in class org.eclipse.jetty.websocket.jsr356.utils.Primitives
- getPrincipal() - Method in interface org.eclipse.jetty.http.spi.JettyExchange
- getPrincipal() - Method in class org.eclipse.jetty.http.spi.JettyHttpExchange
- getPrincipal() - Method in class org.eclipse.jetty.http.spi.JettyHttpExchangeDelegate
- getPrincipal() - Method in class org.eclipse.jetty.http.spi.JettyHttpsExchange
- getPrincipal() - Method in class org.eclipse.jetty.jaas.spi.AbstractLoginModule.JAASUserInfo
- getPrincipal() - Method in class org.eclipse.jetty.websocket.servlet.ServletUpgradeRequest
-
Deprecated.use
ServletUpgradeRequest.getUserPrincipal()
instead - getPriority() - Method in class org.eclipse.jetty.http2.frames.HeadersFrame
- getPriority(ServletRequest) - Method in class org.eclipse.jetty.servlets.QoSFilter
-
Computes the request priority.
- getPriorityFrame() - Method in class org.eclipse.jetty.http2.parser.HeaderBlockFragments
- getPrivateKey(String) - Method in class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
- getPrivateKey(String) - Method in class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager
- getPrivateKey(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.X509ExtendedKeyManagerWrapper
- getPromise() - Method in class org.eclipse.jetty.util.Promise.Wrapper
- getPromisedStreamId() - Method in class org.eclipse.jetty.http2.frames.PushPromiseFrame
- getProp(String) - Method in class org.eclipse.jetty.start.config.ConfigSources
- getProp(String) - Method in class org.eclipse.jetty.start.Props
- getProp(String, boolean) - Method in class org.eclipse.jetty.start.Props
- getProperties() - Method in interface org.eclipse.jetty.deploy.ConfigurationManager
- getProperties() - Method in class org.eclipse.jetty.deploy.PropertiesConfigurationManager
- getProperties() - Method in class org.eclipse.jetty.start.StartArgs
- getProperties() - Static method in class org.eclipse.jetty.util.log.Log
- getProperties() - Method in class org.eclipse.jetty.xml.XmlConfiguration
-
Get the map of properties used by the Property XML element to parametrize configuration.
- getProperty(String) - Method in class org.eclipse.jetty.start.config.CommandLineConfigSource
- getProperty(String) - Method in interface org.eclipse.jetty.start.config.ConfigSource
-
Return the value of the specified property.
- getProperty(String) - Method in class org.eclipse.jetty.start.config.DirConfigSource
- getPropertyName() - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
- getPropertyUserStore(String) - Method in class org.eclipse.jetty.jaas.PropertyUserStoreManager
- getProps() - Method in class org.eclipse.jetty.start.config.CommandLineConfigSource
- getProps() - Method in interface org.eclipse.jetty.start.config.ConfigSource
-
The properties for this ConfigSource
- getProps() - Method in class org.eclipse.jetty.start.config.ConfigSources
- getProps() - Method in class org.eclipse.jetty.start.config.DirConfigSource
- getProtectedTargets() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getProtocol() - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag
- getProtocol() - Method in class org.eclipse.jetty.http.spi.JettyHttpExchange
- getProtocol() - Method in class org.eclipse.jetty.http.spi.JettyHttpExchangeDelegate
- getProtocol() - Method in class org.eclipse.jetty.http.spi.JettyHttpsExchange
- getProtocol() - Method in class org.eclipse.jetty.server.AbstractConnectionFactory
- getProtocol() - Method in interface org.eclipse.jetty.server.ConnectionFactory
- getProtocol() - Method in class org.eclipse.jetty.server.NegotiatingServerConnection
- getProtocol() - Method in class org.eclipse.jetty.server.Request
- getProtocol() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- getProtocol() - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- getProtocolHandlers() - Method in class org.eclipse.jetty.client.HttpClient
- getProtocols() - Method in class org.eclipse.jetty.alpn.client.ALPNClientConnection
- getProtocols() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
- getProtocols() - Method in class org.eclipse.jetty.maven.plugin.MavenServerConnector
- getProtocols() - Method in class org.eclipse.jetty.server.AbstractConnectionFactory
- getProtocols() - Method in class org.eclipse.jetty.server.AbstractConnector
- getProtocols() - Method in interface org.eclipse.jetty.server.ConnectionFactory
- getProtocols() - Method in interface org.eclipse.jetty.server.Connector
- getProtocols() - Method in class org.eclipse.jetty.server.NegotiatingServerConnection
- getProtocolVersion() - Method in interface org.eclipse.jetty.websocket.api.Session
-
Returns the version of the websocket protocol currently being used.
- getProtocolVersion() - Method in interface org.eclipse.jetty.websocket.api.UpgradeRequest
-
Get the WebSocket Protocol Version
- getProtocolVersion() - Method in class org.eclipse.jetty.websocket.common.UpgradeRequestAdapter
- getProtocolVersion() - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
- getProtocolVersion() - Method in class org.eclipse.jetty.websocket.servlet.ServletUpgradeRequest
- getProtoFile() - Method in class org.eclipse.jetty.session.infinispan.InfinispanSerializationContextInitializer
- getProtoFileName() - Method in class org.eclipse.jetty.session.infinispan.InfinispanSerializationContextInitializer
- getProvidedJars() - Method in class org.eclipse.jetty.maven.plugin.JettyRunForkedMojo
- getProvider() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
Get the optional Security Provider name.
- getProvides() - Method in class org.eclipse.jetty.start.Module
- getProxiedObject() - Method in class org.eclipse.jetty.ant.ServerProxyImpl
- getProxiedObject() - Method in interface org.eclipse.jetty.ant.utils.ServerProxy
- getProxies() - Method in class org.eclipse.jetty.client.ProxyConfiguration
- getProxy() - Method in class org.eclipse.jetty.client.HttpDestination
- getProxyAsAuthority() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
- getProxyConfiguration() - Method in class org.eclipse.jetty.client.HttpClient
- getPushBuilder() - Method in class org.eclipse.jetty.server.Request
-
Get a PushBuilder associated with this request initialized as follows: The method is initialized to "GET" The headers from this request are copied to the Builder, except for: Conditional headers (eg.
- getPushCache() - Method in class org.eclipse.jetty.servlets.PushCacheFilter
-
Deprecated.
- getPushListener() - Method in class org.eclipse.jetty.client.HttpRequest
- getQuality(String) - Static method in class org.eclipse.jetty.http.HttpFields
-
Deprecated.
- getQualityCSV(String) - Method in class org.eclipse.jetty.http.HttpFields
-
Get multiple field values of the same name, split and sorted as a
QuotedQualityCSV
- getQualityCSV(HttpHeader) - Method in class org.eclipse.jetty.http.HttpFields
-
Get multiple field values of the same name, split and sorted as a
QuotedQualityCSV
- getQualityCSV(HttpHeader, ToIntFunction<String>) - Method in class org.eclipse.jetty.http.HttpFields
-
Get multiple field values of the same name, split and sorted as a
QuotedQualityCSV
- getQuery() - Method in interface org.eclipse.jetty.client.api.Request
- getQuery() - Method in class org.eclipse.jetty.client.HttpRequest
- getQuery() - Method in class org.eclipse.jetty.http.HttpURI
- getQueryEncoding() - Method in class org.eclipse.jetty.server.Request
- getQueryManager() - Method in class org.eclipse.jetty.session.infinispan.InfinispanSessionDataStore
- getQueryManager() - Method in class org.eclipse.jetty.session.infinispan.InfinispanSessionDataStoreFactory
- getQueryManager(BasicCache<String, SessionData>) - Method in class org.eclipse.jetty.session.infinispan.EmbeddedQueryManagerFactory
- getQueryManager(BasicCache<String, SessionData>) - Method in class org.eclipse.jetty.session.infinispan.NullQueryManagerFactory
- getQueryManager(BasicCache<String, SessionData>) - Method in interface org.eclipse.jetty.session.infinispan.QueryManagerFactory
- getQueryManager(BasicCache<String, SessionData>) - Method in class org.eclipse.jetty.session.infinispan.RemoteQueryManagerFactory
- getQueryParameters() - Method in class org.eclipse.jetty.server.Request
- getQueryString() - Method in interface org.eclipse.jetty.server.PushBuilder
- getQueryString() - Method in class org.eclipse.jetty.server.PushBuilderImpl
- getQueryString() - Method in class org.eclipse.jetty.server.Request
- getQueryString() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
- getQueryString() - Method in interface org.eclipse.jetty.websocket.api.UpgradeRequest
-
Get the Query String of the request URI.
- getQueryString() - Method in class org.eclipse.jetty.websocket.common.UpgradeRequestAdapter
- getQueryString() - Method in class org.eclipse.jetty.websocket.jsr356.JsrSession
- getQueryString() - Method in class org.eclipse.jetty.websocket.jsr356.server.JsrHandshakeRequest
- getQueryString() - Method in class org.eclipse.jetty.websocket.servlet.ServletUpgradeRequest
- getQueryString() - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- getQueue() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
- getQueuedRequestCount() - Method in class org.eclipse.jetty.client.HttpDestination
- getQueueSize() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
- getQuickStartWebDescriptor() - Method in class org.eclipse.jetty.maven.plugin.JettyWebAppContext
- getQuickStartWebXml(WebAppContext) - Method in class org.eclipse.jetty.quickstart.QuickStartConfiguration
-
Get the quickstart-web.xml file as a Resource.
- getRandom() - Method in class org.eclipse.jetty.server.session.DefaultSessionIdManager
- getRandom(int) - Method in class org.eclipse.jetty.util.thread.strategy.jmh.TestServer
- getRate() - Method in class org.eclipse.jetty.server.AcceptRateLimit
- getRate() - Method in class org.eclipse.jetty.util.statistic.RateCounter
- getRate() - Method in class org.eclipse.jetty.util.statistic.RateStatistic
- getRateControl() - Method in class org.eclipse.jetty.http2.parser.HeaderParser
- getRateControl() - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
-
Deprecated.
- getRateControlFactory() - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
- getRateId() - Method in interface org.eclipse.jetty.servlets.DoSFilter.OverLimit
- getReadableByteChannel() - Method in interface org.eclipse.jetty.http.HttpContent
- getReadableByteChannel() - Method in class org.eclipse.jetty.http.PrecompressedHttpContent
- getReadableByteChannel() - Method in class org.eclipse.jetty.http.ResourceHttpContent
- getReadableByteChannel() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
- getReadableByteChannel() - Method in class org.eclipse.jetty.util.resource.EmptyResource
- getReadableByteChannel() - Method in class org.eclipse.jetty.util.resource.FileResource
-
Deprecated.
- getReadableByteChannel() - Method in class org.eclipse.jetty.util.resource.PathResource
- getReadableByteChannel() - Method in class org.eclipse.jetty.util.resource.Resource
-
Readable ByteChannel for the resource.
- getReadableByteChannel() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
- getReadableByteChannel() - Method in class org.eclipse.jetty.util.resource.URLResource
- getReader() - Method in class org.eclipse.jetty.server.Request
- getReader() - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- getReadTimeout() - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
- getReadyThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
-
The fundamental value that represents the number of threads ready to execute transient jobs.
- getRealm() - Method in class org.eclipse.jetty.client.api.Authentication.HeaderInfo
- getRealm() - Method in class org.eclipse.jetty.client.util.AbstractAuthentication
- getRealmName() - Method in interface org.eclipse.jetty.security.Authenticator.AuthConfiguration
- getRealmName() - Method in class org.eclipse.jetty.security.SecurityHandler
- getRealPath(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
- getRealPath(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- getRealPath(String) - Method in class org.eclipse.jetty.server.Request
- getRealPath(String) - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- getReason() - Method in interface org.eclipse.jetty.client.api.Response
- getReason() - Method in class org.eclipse.jetty.client.HttpContentResponse
- getReason() - Method in class org.eclipse.jetty.client.HttpResponse
- getReason() - Method in exception org.eclipse.jetty.http.BadMessageException
- getReason() - Method in class org.eclipse.jetty.http.MetaData.Response
- getReason() - Method in class org.eclipse.jetty.http2.frames.FailureFrame
- getReason() - Method in class org.eclipse.jetty.server.LowResourceMonitor.ConnectorsThreadPoolLowResourceCheck
- getReason() - Method in interface org.eclipse.jetty.server.LowResourceMonitor.LowResourceCheck
- getReason() - Method in class org.eclipse.jetty.server.LowResourceMonitor.MainThreadPoolLowResourceCheck
- getReason() - Method in class org.eclipse.jetty.server.LowResourceMonitor.MaxConnectionsLowResourceCheck
- getReason() - Method in class org.eclipse.jetty.server.LowResourceMonitor.MemoryLowResourceCheck
- getReason() - Method in class org.eclipse.jetty.server.Response
- getReason() - Method in class org.eclipse.jetty.websocket.common.CloseInfo
- getReasonBuffer(int) - Static method in class org.eclipse.jetty.http.HttpGenerator
- getReasons() - Method in class org.eclipse.jetty.server.LowResourceMonitor
- getReceivedBytes() - Method in class org.eclipse.jetty.io.ConnectionStatistics
- getReceivedBytes() - Method in class org.eclipse.jetty.io.ConnectionStatistics.Stats
- getReceivedBytesRate() - Method in class org.eclipse.jetty.io.ConnectionStatistics
- getReceivedBytesRate() - Method in class org.eclipse.jetty.io.ConnectionStatistics.Stats
- getReceivedMessages() - Method in class org.eclipse.jetty.io.ConnectionStatistics
- getReceivedMessages() - Method in class org.eclipse.jetty.io.ConnectionStatistics.Stats
- getReceivedMessagesRate() - Method in class org.eclipse.jetty.io.ConnectionStatistics
- getReceivedMessagesRate() - Method in class org.eclipse.jetty.io.ConnectionStatistics.Stats
- getRecurseDepth() - Method in class org.eclipse.jetty.util.PathWatcher.Config
- getRecursive() - Method in class org.eclipse.jetty.util.Scanner
-
Deprecated.
- getRecvWindow() - Method in class org.eclipse.jetty.http2.HTTP2Session
- getRecvWindow() - Method in class org.eclipse.jetty.http2.HTTP2Stream
- getReferences() - Method in class org.eclipse.jetty.io.RetainableByteBuffer
- getRefreshCookieAge() - Method in class org.eclipse.jetty.server.session.SessionHandler
- getRegex() - Method in class org.eclipse.jetty.rewrite.handler.RegexRule
- getRegistration() - Method in class org.eclipse.jetty.osgi.boot.AbstractOSGiApp
- getRegistration() - Method in class org.eclipse.jetty.servlet.FilterHolder
- getRegistration() - Method in class org.eclipse.jetty.servlet.ServletHolder
- getRemote() - Method in interface org.eclipse.jetty.websocket.api.Session
-
Return a reference to the RemoteEndpoint object representing the other end of this conversation.
- getRemote() - Method in class org.eclipse.jetty.websocket.api.WebSocketAdapter
- getRemote() - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
- getRemote(Request) - Method in class org.eclipse.jetty.server.handler.ThreadLimitHandler
- getRemoteAddr() - Method in class org.eclipse.jetty.server.Request
- getRemoteAddr() - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- getRemoteAddress() - Method in class org.eclipse.jetty.http.spi.JettyHttpExchange
- getRemoteAddress() - Method in class org.eclipse.jetty.http.spi.JettyHttpExchangeDelegate
- getRemoteAddress() - Method in class org.eclipse.jetty.http.spi.JettyHttpsExchange
- getRemoteAddress() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
- getRemoteAddress() - Method in class org.eclipse.jetty.io.ChannelEndPoint
- getRemoteAddress() - Method in interface org.eclipse.jetty.io.EndPoint
- getRemoteAddress() - Method in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
- getRemoteAddress() - Method in class org.eclipse.jetty.server.HttpChannel
- getRemoteAddress() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
- getRemoteAddress() - Method in class org.eclipse.jetty.unixsocket.UnixSocketEndPoint
- getRemoteAddress() - Method in interface org.eclipse.jetty.websocket.api.Session
-
Get the address of the remote side.
- getRemoteAddress() - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection
- getRemoteAddress() - Method in interface org.eclipse.jetty.websocket.common.LogicalConnection
-
Get the remote Address in use for this connection.
- getRemoteAddress() - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
- getRemoteAddress() - Method in class org.eclipse.jetty.websocket.servlet.ServletUpgradeRequest
-
Equivalent to
ServletRequest.getRemoteAddr()
- getRemoteHost() - Method in class org.eclipse.jetty.server.Request
- getRemoteHost() - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- getRemoteHostName() - Method in class org.eclipse.jetty.websocket.servlet.ServletUpgradeRequest
-
Equivalent to
ServletRequest.getRemoteHost()
- getRemoteInetSocketAddress() - Method in class org.eclipse.jetty.server.Request
-
Access the underlying Remote
InetSocketAddress
for this request. - getRemoteIP(Request) - Method in class org.eclipse.jetty.server.handler.ThreadLimitHandler
- getRemotePort() - Method in class org.eclipse.jetty.server.Request
- getRemotePort() - Method in class org.eclipse.jetty.websocket.servlet.ServletUpgradeRequest
-
Equivalent to
ServletRequest.getRemotePort()
- getRemotePort() - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- getRemoteSocketAddress() - Method in class org.eclipse.jetty.websocket.servlet.ServletUpgradeRequest
-
Return a
InetSocketAddress
for the remote socket. - getRemoteUri() - Method in class org.eclipse.jetty.start.fileinits.MavenLocalRepoFileInitializer
- getRemoteUser() - Method in class org.eclipse.jetty.server.Request
- getRemoteUser() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
- getRemoteUser() - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- getRenegotiationLimit() - Method in class org.eclipse.jetty.io.ssl.SslConnection
- getRenegotiationLimit() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- getReportDirs() - Method in class org.eclipse.jetty.util.Scanner
- getReportExistingFilesOnStartup() - Method in class org.eclipse.jetty.util.Scanner
- getRequest() - Method in interface org.eclipse.jetty.client.api.Response
- getRequest() - Method in class org.eclipse.jetty.client.api.Result
- getRequest() - Method in class org.eclipse.jetty.client.HttpContentResponse
- getRequest() - Method in class org.eclipse.jetty.client.HttpExchange
- getRequest() - Method in exception org.eclipse.jetty.client.HttpRequestException
- getRequest() - Method in class org.eclipse.jetty.client.HttpResponse
- getRequest() - Method in class org.eclipse.jetty.client.util.FutureResponseListener
- getRequest() - Method in class org.eclipse.jetty.fcgi.client.http.HttpChannelOverFCGI
- getRequest() - Method in class org.eclipse.jetty.fcgi.parser.ContentParser
- getRequest() - Method in class org.eclipse.jetty.fcgi.parser.HeaderParser
- getRequest() - Method in class org.eclipse.jetty.jaas.callback.ServletRequestCallback
- getRequest() - Method in class org.eclipse.jetty.proxy.ConnectHandler.ConnectContext
- getRequest() - Method in class org.eclipse.jetty.server.AsyncContextState
- getRequest() - Method in class org.eclipse.jetty.server.HttpChannel
- getRequestBody() - Method in class org.eclipse.jetty.http.spi.JettyHttpExchange
- getRequestBody() - Method in class org.eclipse.jetty.http.spi.JettyHttpExchangeDelegate
- getRequestBody() - Method in class org.eclipse.jetty.http.spi.JettyHttpsExchange
- getRequestBuffer() - Method in class org.eclipse.jetty.server.HttpConnection
- getRequestBufferSize() - Method in class org.eclipse.jetty.client.HttpClient
- getRequestContextPath() - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Get the context path in a form suitable to be returned from
HttpServletRequest.getContextPath()
orServletContext.getContextPath()
. - getRequestCookieCompliance() - Method in class org.eclipse.jetty.server.HttpConfiguration
- getRequestDispatcher(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
- getRequestDispatcher(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- getRequestDispatcher(String) - Method in class org.eclipse.jetty.server.Request
- getRequestDispatcher(String) - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- getRequestedSessionId() - Method in class org.eclipse.jetty.server.Request
- getRequestedSessionId() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
- getRequestedSessionId() - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- getRequestFailure() - Method in class org.eclipse.jetty.client.api.Result
- getRequestFailure() - Method in class org.eclipse.jetty.client.HttpExchange
- getRequestHeaders() - Method in class org.eclipse.jetty.http.spi.JettyHttpExchange
- getRequestHeaders() - Method in class org.eclipse.jetty.http.spi.JettyHttpExchangeDelegate
- getRequestHeaders() - Method in class org.eclipse.jetty.http.spi.JettyHttpsExchange
- getRequestHeaderSize() - Method in class org.eclipse.jetty.server.HttpConfiguration
- getRequestId(HttpServletRequest) - Method in class org.eclipse.jetty.proxy.AbstractProxyServlet
- getRequestListeners() - Method in class org.eclipse.jetty.client.HttpClient
-
Returns a non thread-safe list of
Request.Listener
s that can be modified before performing requests. - getRequestListeners(Class<T>) - Method in interface org.eclipse.jetty.client.api.Request
- getRequestListeners(Class<T>) - Method in class org.eclipse.jetty.client.HttpRequest
- getRequestLog() - Method in class org.eclipse.jetty.ant.JettyRunTask
- getRequestLog() - Method in class org.eclipse.jetty.ant.ServerProxyImpl
- getRequestLog() - Method in class org.eclipse.jetty.server.handler.RequestLogHandler
- getRequestLog() - Method in class org.eclipse.jetty.server.HttpChannel
- getRequestLog() - Method in class org.eclipse.jetty.server.Server
- getRequestMessage() - Method in class org.eclipse.jetty.security.jaspi.JaspiMessageInfo
- getRequestMethod() - Method in class org.eclipse.jetty.http.spi.JettyHttpExchange
- getRequestMethod() - Method in class org.eclipse.jetty.http.spi.JettyHttpExchangeDelegate
- getRequestMethod() - Method in class org.eclipse.jetty.http.spi.JettyHttpsExchange
- getRequestNotifier() - Method in class org.eclipse.jetty.client.HttpDestination
- getRequestParameterMap() - Method in class org.eclipse.jetty.websocket.jsr356.JsrSession
- getRequestPath() - Method in class org.eclipse.jetty.websocket.servlet.ServletUpgradeRequest
- getRequestPathSpec() - Method in class org.eclipse.jetty.websocket.jsr356.server.JsrHandshakeRequest
- getRequestProperties() - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
- getRequestProperty(String) - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
- getRequests() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- getRequests() - Method in class org.eclipse.jetty.server.HttpChannel
- getRequests() - Method in class org.eclipse.jetty.server.session.Session
-
Returns the current number of requests that are active in the Session.
- getRequestsActive() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- getRequestsActiveMax() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- getRequestTimeMax() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- getRequestTimeMean() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- getRequestTimeStdDev() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- getRequestTimeTotal() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- getRequestURI() - Method in class org.eclipse.jetty.http.spi.JettyHttpExchange
- getRequestURI() - Method in class org.eclipse.jetty.http.spi.JettyHttpExchangeDelegate
- getRequestURI() - Method in class org.eclipse.jetty.http.spi.JettyHttpsExchange
- getRequestURI() - Method in class org.eclipse.jetty.server.Request
- getRequestURI() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
- getRequestURI() - Method in exception org.eclipse.jetty.websocket.api.UpgradeException
- getRequestURI() - Method in interface org.eclipse.jetty.websocket.api.UpgradeRequest
-
Get the Request URI
- getRequestURI() - Method in class org.eclipse.jetty.websocket.common.UpgradeRequestAdapter
- getRequestURI() - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
- getRequestURI() - Method in class org.eclipse.jetty.websocket.jsr356.server.JsrHandshakeRequest
- getRequestURI() - Method in class org.eclipse.jetty.websocket.servlet.ServletUpgradeRequest
- getRequestURI() - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- getRequestURL() - Method in class org.eclipse.jetty.server.Request
- getRequestURL() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
- getRequestURL() - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- getReseed() - Method in class org.eclipse.jetty.server.session.DefaultSessionIdManager
- getReservedCount() - Method in class org.eclipse.jetty.util.Pool
- getReservedThreads() - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
-
Deprecated.feature removed, no replacement
- getReservedThreads() - Method in class org.eclipse.jetty.io.SelectorManager
-
Deprecated.
- getReservedThreads() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
- getReservedThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
- getResolvedUserIdentity() - Method in class org.eclipse.jetty.server.Request
- getResource() - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration.ParserTask
- getResource() - Method in interface org.eclipse.jetty.http.HttpContent
- getResource() - Method in class org.eclipse.jetty.http.pathmap.MappedResource
- getResource() - Method in class org.eclipse.jetty.http.pathmap.MatchedResource
- getResource() - Method in class org.eclipse.jetty.http.PrecompressedHttpContent
- getResource() - Method in class org.eclipse.jetty.http.ResourceHttpContent
- getResource() - Method in class org.eclipse.jetty.maven.plugin.Overlay
- getResource() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
- getResource() - Method in class org.eclipse.jetty.servlet.Source
- getResource() - Method in class org.eclipse.jetty.webapp.Descriptor
- getResource() - Method in class org.eclipse.jetty.webapp.DiscoveredAnnotation
- getResource(String) - Method in class org.eclipse.jetty.ant.AntWebAppContext.AntURLClassLoader
- getResource(String) - Method in class org.eclipse.jetty.maven.plugin.JettyWebAppContext
- getResource(String) - Method in class org.eclipse.jetty.osgi.boot.internal.webapp.OSGiWebappClassLoader
- getResource(String) - Method in class org.eclipse.jetty.osgi.boot.utils.OSGiClassLoader
-
Get a resource from the classloader Copied from WebAppClassLoader
- getResource(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
- getResource(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getResource(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- getResource(String) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
- getResource(String) - Method in class org.eclipse.jetty.servlet.DefaultServlet
-
get Resource to serve.
- getResource(String) - Static method in class org.eclipse.jetty.util.Loader
- getResource(String) - Method in class org.eclipse.jetty.util.resource.Resource
-
Get a resource from within this resource.
- getResource(String) - Method in interface org.eclipse.jetty.util.resource.ResourceFactory
-
Get a resource for a path.
- getResource(String) - Method in class org.eclipse.jetty.webapp.CachingWebAppClassLoader
- getResource(String) - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
-
Get a resource from the classloader NOTE: this method provides a convenience of hacking off a leading / should one be present.
- getResource(String) - Method in class org.eclipse.jetty.webapp.WebAppContext.Context
- getResource(String) - Method in class org.eclipse.jetty.webapp.WebAppContext
- getResource(Bundle) - Method in class org.eclipse.jetty.osgi.annotations.AnnotationParser
- getResourceAlias(String) - Method in class org.eclipse.jetty.webapp.WebAppContext
- getResourceAliases() - Method in class org.eclipse.jetty.webapp.WebAppContext
- getResourceAsStream(String) - Method in class org.eclipse.jetty.ant.AntWebAppContext.AntURLClassLoader
- getResourceAsStream(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
- getResourceAsStream(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- getResourceBase() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getResourceBase() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
- getResourceBaseName(Resource) - Static method in class org.eclipse.jetty.webapp.WebInfConfiguration
- getResourceBundle(String, boolean, Locale) - Static method in class org.eclipse.jetty.util.Loader
- getResourceClass() - Method in class org.eclipse.jetty.plus.annotation.Injection
- getResourceDescription() - Method in class org.eclipse.jetty.util.LeakDetector.LeakInfo
- getResourcePaths(String) - Method in class org.eclipse.jetty.maven.plugin.JettyWebAppContext
- getResourcePaths(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
- getResourcePaths(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getResourcePaths(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- getResources() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
-
Retrieves the resource collection's resources.
- getResources(String) - Method in class org.eclipse.jetty.ant.AntWebAppContext.AntURLClassLoader
- getResources(String) - Method in class org.eclipse.jetty.osgi.boot.internal.webapp.OSGiWebappClassLoader
- getResources(String) - Method in class org.eclipse.jetty.osgi.boot.utils.OSGiClassLoader
- getResources(String) - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
- getResponse() - Method in class org.eclipse.jetty.client.api.Result
- getResponse() - Method in class org.eclipse.jetty.client.HttpExchange
- getResponse() - Method in exception org.eclipse.jetty.client.HttpResponseException
- getResponse() - Method in class org.eclipse.jetty.proxy.ConnectHandler.ConnectContext
- getResponse() - Method in class org.eclipse.jetty.security.openid.OpenIdCredentials
- getResponse() - Method in class org.eclipse.jetty.server.AsyncContextState
- getResponse() - Method in class org.eclipse.jetty.server.HttpChannel
- getResponse() - Method in class org.eclipse.jetty.server.LocalConnector.LocalEndPoint
-
Wait for a response using a parser to detect the end of message
- getResponse() - Method in class org.eclipse.jetty.server.Request
- getResponse(boolean, long, TimeUnit) - Method in class org.eclipse.jetty.server.LocalConnector.LocalEndPoint
-
Wait for a response using a parser to detect the end of message
- getResponse(String) - Method in class org.eclipse.jetty.server.LocalConnector
-
Get a single response using a parser to search for the end of the message.
- getResponse(String, boolean, long, TimeUnit) - Method in class org.eclipse.jetty.server.LocalConnector
-
Get a single response using a parser to search for the end of the message.
- getResponse(String, long, TimeUnit) - Method in class org.eclipse.jetty.server.LocalConnector
-
Get a single response using a parser to search for the end of the message.
- getResponse(ByteBuffer) - Method in class org.eclipse.jetty.server.LocalConnector
-
Get a single response using a parser to search for the end of the message.
- getResponse(ByteBuffer, boolean, long, TimeUnit) - Method in class org.eclipse.jetty.server.LocalConnector
-
Get a single response using a parser to search for the end of the message.
- getResponse(ByteBuffer, long, TimeUnit) - Method in class org.eclipse.jetty.server.LocalConnector
-
Get a single response using a parser to search for the end of the message.
- getResponseBody() - Method in class org.eclipse.jetty.http.spi.JettyHttpExchange
- getResponseBody() - Method in class org.eclipse.jetty.http.spi.JettyHttpExchangeDelegate
- getResponseBody() - Method in class org.eclipse.jetty.http.spi.JettyHttpsExchange
- getResponseBuffer() - Method in class org.eclipse.jetty.client.http.HttpReceiverOverHTTP
- getResponseBufferSize() - Method in class org.eclipse.jetty.client.HttpClient
- getResponseCode() - Method in class org.eclipse.jetty.http.spi.JettyHttpExchange
- getResponseCode() - Method in class org.eclipse.jetty.http.spi.JettyHttpExchangeDelegate
- getResponseCode() - Method in class org.eclipse.jetty.http.spi.JettyHttpsExchange
- getResponseCookieCompliance() - Method in class org.eclipse.jetty.server.HttpConfiguration
- getResponseData() - Method in class org.eclipse.jetty.server.LocalConnector.LocalEndPoint
-
Remaining output ByteBuffer after calls to
LocalConnector.LocalEndPoint.getResponse()
orLocalConnector.LocalEndPoint.waitForResponse(boolean, long, TimeUnit)
- getResponseFailure() - Method in class org.eclipse.jetty.client.api.Result
- getResponseFailure() - Method in class org.eclipse.jetty.client.HttpExchange
- getResponseHeaders() - Method in class org.eclipse.jetty.http.spi.JettyHttpExchange
- getResponseHeaders() - Method in class org.eclipse.jetty.http.spi.JettyHttpExchangeDelegate
- getResponseHeaders() - Method in class org.eclipse.jetty.http.spi.JettyHttpsExchange
- getResponseHeaderSize() - Method in class org.eclipse.jetty.server.HttpConfiguration
- getResponseListener() - Method in class org.eclipse.jetty.client.AuthenticationProtocolHandler
- getResponseListener() - Method in class org.eclipse.jetty.client.ContinueProtocolHandler
- getResponseListener() - Method in interface org.eclipse.jetty.client.ProtocolHandler
- getResponseListener() - Method in class org.eclipse.jetty.client.RedirectProtocolHandler
- getResponseListeners() - Method in class org.eclipse.jetty.client.HttpConversation
-
Returns the list of response listeners that needs to be notified of response events.
- getResponseListeners() - Method in class org.eclipse.jetty.client.HttpExchange
- getResponseListeners() - Method in class org.eclipse.jetty.client.HttpRequest
- getResponseMessage() - Method in class org.eclipse.jetty.security.jaspi.JaspiMessageInfo
- getResponseNotifier() - Method in class org.eclipse.jetty.client.HttpDestination
- getResponses(String) - Method in class org.eclipse.jetty.server.LocalConnector
-
Deprecated.
- getResponses(String, long, TimeUnit) - Method in class org.eclipse.jetty.server.LocalConnector
-
Deprecated.
- getResponses(ByteBuffer) - Method in class org.eclipse.jetty.server.LocalConnector
-
Deprecated.
- getResponses(ByteBuffer, long, TimeUnit) - Method in class org.eclipse.jetty.server.LocalConnector
-
Deprecated.
- getResponses1xx() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- getResponses2xx() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- getResponses3xx() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- getResponses4xx() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- getResponses5xx() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- getResponsesBytesTotal() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- getResponseStatusCode() - Method in exception org.eclipse.jetty.websocket.api.UpgradeException
- getResponsesThrown() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- getResult() - Method in class org.eclipse.jetty.security.jaspi.callback.CredentialValidationCallback
- getRetainDays() - Method in class org.eclipse.jetty.server.NCSARequestLog
-
Deprecated.Retrieve the number of days before rotated log files are deleted.
- getRetainDays() - Method in class org.eclipse.jetty.server.RequestLogWriter
-
Retrieve the number of days before rotated log files are deleted.
- getRetainDays() - Method in class org.eclipse.jetty.util.RolloverFileOutputStream
- getReturnEncoder() - Method in class org.eclipse.jetty.websocket.jsr356.annotations.OnMessageCallable
- getReturnType() - Method in class org.eclipse.jetty.websocket.jsr356.annotations.OnMessageCallable
- getReuseAddress() - Method in class org.eclipse.jetty.server.ServerConnector
- getReuseAddress() - Method in class org.eclipse.jetty.unixsocket.UnixSocketConnector
- getRevision() - Method in class org.eclipse.jetty.start.Version
- getRFC2965SetCookie() - Method in class org.eclipse.jetty.http.HttpCookie
- getRFC6265SetCookie() - Method in class org.eclipse.jetty.http.HttpCookie
- getRoleClassNames() - Method in class org.eclipse.jetty.jaas.JAASLoginService
- getRoleName() - Method in class org.eclipse.jetty.plus.annotation.RunAs
-
Deprecated.
- getRoleNames() - Method in class org.eclipse.jetty.jaas.spi.UserInfo
- getRoleRefMap() - Method in interface org.eclipse.jetty.server.UserIdentity.Scope
- getRoleRefMap() - Method in class org.eclipse.jetty.servlet.ServletHolder
- getRoles() - Method in interface org.eclipse.jetty.security.authentication.LoginCallback
- getRoles() - Method in class org.eclipse.jetty.security.authentication.LoginCallbackImpl
- getRoles() - Method in interface org.eclipse.jetty.security.ConstraintAware
- getRoles() - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
- getRoles() - Method in class org.eclipse.jetty.security.RoleInfo
- getRoles() - Method in class org.eclipse.jetty.util.security.Constraint
- getRoles(String) - Method in class org.eclipse.jetty.jaas.spi.AbstractDatabaseLoginModule
- getRoleTableKey() - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
- getRoleTableName() - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
- getRoleTableRoleField() - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
- getRoot() - Static method in class org.eclipse.jetty.jndi.java.javaRootURLContext
- getRoot() - Static method in class org.eclipse.jetty.jndi.local.localContextRoot
- getRoot() - Method in class org.eclipse.jetty.webapp.Descriptor
- getRootLogger() - Static method in class org.eclipse.jetty.util.log.Log
-
Get the root logger.
- getRootURL() - Method in class org.eclipse.jetty.server.Request
-
Reconstructs the URL the client used to make the request.
- getRuleContainer() - Method in class org.eclipse.jetty.rewrite.handler.RewriteHandler
- getRules() - Method in class org.eclipse.jetty.rewrite.handler.RewriteHandler
-
Returns the list of rules.
- getRules() - Method in class org.eclipse.jetty.rewrite.handler.RuleContainer
-
Returns the list of rules.
- getRunAs(Object) - Method in class org.eclipse.jetty.plus.annotation.RunAsCollection
-
Deprecated.
- getRunAsRole() - Method in class org.eclipse.jetty.security.RoleRunAsToken
- getRunAsRole() - Method in class org.eclipse.jetty.servlet.ServletHolder
- getRunAsRole() - Method in class org.eclipse.jetty.servlet.ServletHolder.Registration
- getSameSite() - Method in class org.eclipse.jetty.http.HttpCookie
- getSameSite() - Method in class org.eclipse.jetty.server.session.SessionHandler
- getSameSiteDefault(ServletContext) - Static method in class org.eclipse.jetty.http.HttpCookie
-
Get the default value for SameSite cookie attribute, if one has been set for the given context.
- getSameSiteFromComment(String) - Static method in class org.eclipse.jetty.http.HttpCookie
- getSavePeriodSec() - Method in class org.eclipse.jetty.server.session.AbstractSessionDataStore
- getSavePeriodSec() - Method in class org.eclipse.jetty.server.session.AbstractSessionDataStoreFactory
- getSAXParser() - Method in class org.eclipse.jetty.xml.XmlParser
- getScanAllDirectories() - Method in class org.eclipse.jetty.jspc.plugin.JspcMojo.JettyJspC
- getScanDepth() - Method in class org.eclipse.jetty.util.Scanner
-
Get the scanDepth.
- getScanDirs() - Method in class org.eclipse.jetty.util.Scanner
-
Deprecated.
- getScanFiles() - Method in class org.eclipse.jetty.ant.AntWebAppContext
- getScanInterval() - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
- getScanInterval() - Method in class org.eclipse.jetty.util.Scanner
-
Get the scan interval
- getScanInterval() - Method in class org.eclipse.jetty.util.ssl.KeyStoreScanner
- getScanIntervalSeconds() - Method in class org.eclipse.jetty.ant.JettyRunTask
- getScanIntervalSecs() - Method in class org.eclipse.jetty.ant.ServerProxyImpl
- getScannables() - Method in class org.eclipse.jetty.util.Scanner
- getScanTargetFiles() - Method in class org.eclipse.jetty.ant.AntWebAppContext
- getScheduler() - Method in class org.eclipse.jetty.client.HttpClient
- getScheduler() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
- getScheduler() - Method in class org.eclipse.jetty.io.CyclicTimeout
- getScheduler() - Method in class org.eclipse.jetty.io.IdleTimeout
- getScheduler() - Method in class org.eclipse.jetty.io.SelectorManager
- getScheduler() - Method in class org.eclipse.jetty.maven.plugin.MavenServerConnector
- getScheduler() - Method in class org.eclipse.jetty.proxy.ConnectHandler
- getScheduler() - Method in class org.eclipse.jetty.server.AbstractConnector
- getScheduler() - Method in interface org.eclipse.jetty.server.Connector
- getScheduler() - Method in class org.eclipse.jetty.server.HttpChannel
- getScheduler() - Method in class org.eclipse.jetty.server.session.SessionHandler
- getScheduler() - Method in class org.eclipse.jetty.util.SocketAddressResolver.Async
- getScheduler() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
- getScheduler() - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection
- getSchemaName() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- getScheme() - Method in interface org.eclipse.jetty.client.api.Destination
- getScheme() - Method in interface org.eclipse.jetty.client.api.Request
- getScheme() - Method in class org.eclipse.jetty.client.HttpDestination
- getScheme() - Method in class org.eclipse.jetty.client.HttpRequest
- getScheme() - Method in class org.eclipse.jetty.client.Origin
- getScheme() - Method in class org.eclipse.jetty.http.HttpURI
- getScheme() - Method in class org.eclipse.jetty.rewrite.handler.ForwardedSchemeHeaderRule
- getScheme() - Method in class org.eclipse.jetty.server.Request
- getScheme() - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- getScopedClassLoader() - Method in class org.eclipse.jetty.util.thread.ThreadClassLoaderScope
- getScopes() - Method in class org.eclipse.jetty.security.openid.OpenIdConfiguration
- getScriptingInvalid() - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
- getScriptRoot() - Method in class org.eclipse.jetty.fcgi.client.http.HttpClientTransportOverFCGI
- getSearchRoot(String) - Static method in class org.eclipse.jetty.start.PathMatchers
-
Provide the non-glob / non-regex prefix on the pattern as a Path reference.
- getSecureCookies() - Method in class org.eclipse.jetty.server.session.SessionHandler
- getSecurePort() - Method in class org.eclipse.jetty.server.HttpConfiguration
- getSecurePort(HttpConfiguration) - Static method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
- getSecureRandomAlgorithm() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- getSecureRandomInstance() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- getSecureScheme() - Method in class org.eclipse.jetty.server.HttpConfiguration
- getSecurityHandler() - Method in class org.eclipse.jetty.security.SecurityHandler.NotChecked
- getSecurityHandler() - Method in class org.eclipse.jetty.servlet.ServletContextHandler
- getSelectCount() - Method in class org.eclipse.jetty.io.ManagedSelector
- getSelectedCipherSuites() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- getSelectedProtocols() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- getSelector() - Method in class org.eclipse.jetty.io.ManagedSelector
- getSelectorCount() - Method in class org.eclipse.jetty.io.SelectorManager
- getSelectorManager() - Method in class org.eclipse.jetty.client.AbstractConnectorHttpClientTransport
- getSelectorManager() - Method in class org.eclipse.jetty.server.ServerConnector
- getSelectorManager() - Method in class org.eclipse.jetty.unixsocket.UnixSocketConnector
- getSelectors() - Method in class org.eclipse.jetty.client.AbstractConnectorHttpClientTransport
- getSelectors() - Method in class org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2
- getSelectors() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
- getSendDateHeader() - Method in class org.eclipse.jetty.server.HttpConfiguration
-
Indicates if the
Date
header will be sent in responses. - getSendServerVersion() - Method in class org.eclipse.jetty.http.HttpGenerator
-
Deprecated.
- getSendServerVersion() - Method in class org.eclipse.jetty.server.HttpConfiguration
- getSendStream() - Method in class org.eclipse.jetty.websocket.jsr356.JsrBasicRemote
- getSendTimeout() - Method in class org.eclipse.jetty.websocket.jsr356.JsrAsyncRemote
- getSendWindow() - Method in class org.eclipse.jetty.http2.HTTP2Session
- getSendWindow() - Method in class org.eclipse.jetty.http2.HTTP2Stream
- getSendWriter() - Method in class org.eclipse.jetty.websocket.jsr356.JsrBasicRemote
- getSendXPoweredBy() - Method in class org.eclipse.jetty.server.HttpConfiguration
- getSentBytes() - Method in class org.eclipse.jetty.io.ConnectionStatistics
- getSentBytes() - Method in class org.eclipse.jetty.io.ConnectionStatistics.Stats
- getSentBytesRate() - Method in class org.eclipse.jetty.io.ConnectionStatistics
- getSentBytesRate() - Method in class org.eclipse.jetty.io.ConnectionStatistics.Stats
- getSentMessages() - Method in class org.eclipse.jetty.io.ConnectionStatistics
- getSentMessages() - Method in class org.eclipse.jetty.io.ConnectionStatistics.Stats
- getSentMessagesRate() - Method in class org.eclipse.jetty.io.ConnectionStatistics
- getSentMessagesRate() - Method in class org.eclipse.jetty.io.ConnectionStatistics.Stats
- getSerialization() - Method in class org.eclipse.jetty.session.infinispan.InfinispanSessionDataStoreFactory
- getSerializedAttributes() - Method in class org.eclipse.jetty.session.infinispan.InfinispanSessionData
- getServeIcon() - Method in class org.eclipse.jetty.server.handler.DefaultHandler
- getServer() - Method in class org.eclipse.jetty.deploy.DeploymentManager
- getServer() - Method in class org.eclipse.jetty.http.spi.JettyHttpContext
- getServer() - Method in class org.eclipse.jetty.http.spi.JettyHttpServer
- getServer() - Method in class org.eclipse.jetty.maven.plugin.MavenServerConnector
- getServer() - Method in class org.eclipse.jetty.osgi.boot.internal.serverfactory.ServerInstanceWrapper
- getServer() - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
- getServer() - Method in class org.eclipse.jetty.server.AbstractConnector
- getServer() - Method in interface org.eclipse.jetty.server.Connector
- getServer() - Method in class org.eclipse.jetty.server.handler.AbstractHandler
- getServer() - Method in interface org.eclipse.jetty.server.Handler
- getServer() - Method in class org.eclipse.jetty.server.HttpChannel
- getServer() - Method in class org.eclipse.jetty.server.HttpConnection
- getServer() - Method in class org.eclipse.jetty.server.session.DefaultSessionIdManager
- getServerAliases(String, Principal[]) - Method in class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
- getServerAliases(String, Principal[]) - Method in class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager
- getServerAliases(String, Principal[]) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.X509ExtendedKeyManagerWrapper
- getServerAuthority() - Method in class org.eclipse.jetty.server.HttpChannel
- getServerAuthority() - Method in class org.eclipse.jetty.server.HttpConfiguration
-
Get the Server authority override to be used if no authority is provided by a request.
- getServerClasses() - Method in class org.eclipse.jetty.webapp.WebAppContext
- getServerClasspathPattern() - Method in class org.eclipse.jetty.webapp.WebAppContext
- getServerEndpointMetadata(Class<?>, ServerEndpointConfig) - Method in class org.eclipse.jetty.websocket.jsr356.server.ServerContainer
- getServerInfo() - Static method in class org.eclipse.jetty.server.handler.ContextHandler
- getServerInfo() - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- getServerInstanceWrapper() - Method in class org.eclipse.jetty.osgi.boot.AbstractContextProvider
- getServerInstanceWrapper() - Method in class org.eclipse.jetty.osgi.boot.AbstractWebAppProvider
- getServerName() - Method in class org.eclipse.jetty.security.jaspi.JaspiAuthenticatorFactory
- getServerName() - Method in class org.eclipse.jetty.server.Request
- getServerName() - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- getServerPort() - Method in class org.eclipse.jetty.server.Request
- getServerPort() - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- getServiceName() - Method in class org.eclipse.jetty.client.util.SPNEGOAuthentication
- getServiceName() - Method in class org.eclipse.jetty.security.ConfigurableSpnegoLoginService
- getServiceSubject() - Method in class org.eclipse.jetty.security.jaspi.JaspiAuthenticatorFactory
- getServlet() - Method in class org.eclipse.jetty.servlet.ServletHolder
-
Get the servlet.
- getServlet(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
-
Deprecated.
- getServlet(String) - Method in class org.eclipse.jetty.servlet.ServletHandler
- getServletAttribute(String) - Method in class org.eclipse.jetty.websocket.servlet.ServletUpgradeRequest
- getServletAttributes() - Method in class org.eclipse.jetty.websocket.servlet.ServletUpgradeRequest
- getServletConfig() - Method in class org.eclipse.jetty.servlet.ServletHolder.Wrapper
- getServletContext() - Method in class org.eclipse.jetty.server.AsyncContextEvent
- getServletContext() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getServletContext() - Method in class org.eclipse.jetty.server.Request
- getServletContext() - Method in class org.eclipse.jetty.server.session.Session
- getServletContext() - Method in class org.eclipse.jetty.servlet.DecoratingListener
- getServletContext() - Method in class org.eclipse.jetty.servlet.Holder.HolderConfig
- getServletContext() - Method in class org.eclipse.jetty.servlet.ServletHandler
- getServletContext() - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- getServletContextHandler() - Method in class org.eclipse.jetty.servlet.ServletHandler
- getServletContextHandler(ServletContext) - Static method in class org.eclipse.jetty.servlet.ServletContextHandler
- getServletContextName() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
- getServletContextName() - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- getServletHandler() - Method in class org.eclipse.jetty.servlet.BaseHolder
- getServletHandler() - Method in class org.eclipse.jetty.servlet.ServletContextHandler
- getServletInfo() - Method in class org.eclipse.jetty.servlet.ServletHolder.Wrapper
- getServletInstance() - Method in class org.eclipse.jetty.servlet.ServletHolder
-
Get the servlet instance (no initialization done).
- getServletMapping(String) - Method in class org.eclipse.jetty.servlet.ServletHandler
-
Get the ServletMapping matching the path
- getServletMappings() - Method in class org.eclipse.jetty.servlet.ServletHandler
- getServletMappings(String) - Method in class org.eclipse.jetty.annotations.ServletSecurityAnnotationHandler
-
Get the ServletMappings for the servlet's class.
- getServletName() - Method in class org.eclipse.jetty.server.Request
- getServletName() - Method in class org.eclipse.jetty.servlet.ServletHolder.Config
- getServletName() - Method in class org.eclipse.jetty.servlet.ServletMapping
- getServletNameMappings() - Method in class org.eclipse.jetty.servlet.FilterHolder.Registration
- getServletNames() - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
-
Deprecated.
- getServletNames() - Method in class org.eclipse.jetty.servlet.FilterMapping
- getServletParameters() - Method in class org.eclipse.jetty.websocket.servlet.ServletUpgradeRequest
- getServletPath() - Method in class org.eclipse.jetty.server.Request
- getServletPath() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
- getServletPath() - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- getServletRegistration(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- getServletRegistration(String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
- getServletRegistrations() - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- getServletRegistrations() - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
- getServletResponse() - Method in interface org.eclipse.jetty.continuation.Continuation
-
Deprecated.Get the suspended response.
- getServletResponse() - Method in class org.eclipse.jetty.continuation.Servlet3Continuation
-
Deprecated.
- getServletResponse() - Method in class org.eclipse.jetty.server.HttpChannelState
- getServletResponse() - Method in class org.eclipse.jetty.server.Request
- getServletResponse(AsyncContextEvent) - Method in class org.eclipse.jetty.server.HttpChannelState
- getServlets() - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
-
Deprecated.
- getServlets() - Method in class org.eclipse.jetty.servlet.ServletHandler
- getServlets(Class<?>) - Method in class org.eclipse.jetty.servlet.ServletHandler
- getSession() - Method in interface org.eclipse.jetty.http2.api.Stream
- getSession() - Method in class org.eclipse.jetty.http2.client.http.HttpChannelOverHTTP2
- getSession() - Method in class org.eclipse.jetty.http2.client.http.HttpConnectionOverHTTP2
- getSession() - Method in class org.eclipse.jetty.http2.HTTP2Connection
- getSession() - Method in class org.eclipse.jetty.http2.HTTP2Stream
- getSession() - Method in interface org.eclipse.jetty.http2.IStream
- getSession() - Method in class org.eclipse.jetty.server.Request
- getSession() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
- getSession() - Method in class org.eclipse.jetty.server.session.Session
- getSession() - Method in interface org.eclipse.jetty.server.session.SessionHandler.SessionIf
- getSession() - Method in interface org.eclipse.jetty.websocket.api.UpgradeRequest
-
Access the Servlet HTTP Session (if present)
- getSession() - Method in class org.eclipse.jetty.websocket.api.WebSocketAdapter
- getSession() - Method in class org.eclipse.jetty.websocket.common.events.AbstractEventDriver
- getSession() - Method in interface org.eclipse.jetty.websocket.common.events.EventDriver
- getSession() - Method in class org.eclipse.jetty.websocket.common.UpgradeRequestAdapter
-
Access the Servlet HTTP Session (if present)
- getSession() - Method in class org.eclipse.jetty.websocket.servlet.ServletUpgradeRequest
-
Return the HttpSession if it exists.
- getSession() - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- getSession(boolean) - Method in class org.eclipse.jetty.server.Request
- getSession(boolean) - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
- getSession(boolean) - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- getSession(String) - Method in class org.eclipse.jetty.server.session.SessionHandler
-
Get a known existing session
- getSession(String) - Method in class org.eclipse.jetty.util.thread.strategy.jmh.TestServer
- getSession(SessionHandler) - Method in class org.eclipse.jetty.server.Request
-
Find a session that this request has already entered for the given SessionHandler
- getSessionCache() - Method in class org.eclipse.jetty.server.session.SessionHandler
- getSessionCache(SessionHandler) - Method in class org.eclipse.jetty.server.session.AbstractSessionCacheFactory
- getSessionCache(SessionHandler) - Method in interface org.eclipse.jetty.server.session.SessionCacheFactory
- getSessionContext() - Method in class org.eclipse.jetty.server.session.Session
-
Deprecated.
- getSessionContext() - Method in exception org.eclipse.jetty.server.session.UnreadableSessionDataException
- getSessionContext() - Method in exception org.eclipse.jetty.server.session.UnwriteableSessionDataException
- getSessionCookie() - Method in class org.eclipse.jetty.server.session.SessionHandler
- getSessionCookie(HttpSession, String, boolean) - Method in class org.eclipse.jetty.server.session.SessionHandler
-
A session cookie is marked as secure IFF any of the following conditions are true: SessionCookieConfig.setSecure == true SessionCookieConfig.setSecure == false && _secureRequestOnly==true && request is HTTPS According to SessionCookieConfig javadoc, case 1 can be used when: "...
- getSessionCookieConfig() - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- getSessionCookieConfig() - Method in class org.eclipse.jetty.server.session.SessionHandler
- getSessionCookieConfig() - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
- getSessionCookieName(SessionCookieConfig) - Static method in class org.eclipse.jetty.server.session.SessionHandler
- getSessionData() - Method in class org.eclipse.jetty.server.session.Session
- getSessionDataMap() - Method in class org.eclipse.jetty.hazelcast.session.HazelcastSessionDataStore
- getSessionDataMap() - Method in class org.eclipse.jetty.memcached.session.MemcachedSessionDataMapFactory
- getSessionDataMap() - Method in class org.eclipse.jetty.server.session.CachingSessionDataStore
- getSessionDataMap() - Method in interface org.eclipse.jetty.server.session.SessionDataMapFactory
- getSessionDataStore() - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
- getSessionDataStore() - Method in interface org.eclipse.jetty.server.session.SessionCache
- getSessionDataStore(SessionHandler) - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStoreFactory
- getSessionDataStore(SessionHandler) - Method in class org.eclipse.jetty.hazelcast.session.HazelcastSessionDataStoreFactory
- getSessionDataStore(SessionHandler) - Method in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStoreFactory
- getSessionDataStore(SessionHandler) - Method in class org.eclipse.jetty.server.session.CachingSessionDataStoreFactory
- getSessionDataStore(SessionHandler) - Method in class org.eclipse.jetty.server.session.FileSessionDataStoreFactory
- getSessionDataStore(SessionHandler) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStoreFactory
- getSessionDataStore(SessionHandler) - Method in class org.eclipse.jetty.server.session.NullSessionDataStoreFactory
- getSessionDataStore(SessionHandler) - Method in interface org.eclipse.jetty.server.session.SessionDataStoreFactory
- getSessionDataStore(SessionHandler) - Method in class org.eclipse.jetty.session.infinispan.InfinispanSessionDataStoreFactory
- getSessionDomain() - Method in class org.eclipse.jetty.server.session.SessionHandler
- getSessionFactory() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
- getSessionHandler() - Method in class org.eclipse.jetty.server.Request
- getSessionHandler() - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
- getSessionHandler() - Method in class org.eclipse.jetty.server.session.Session
- getSessionHandler() - Method in interface org.eclipse.jetty.server.session.SessionCache
- getSessionHandler() - Method in class org.eclipse.jetty.server.session.SessionContext
- getSessionHandler() - Method in class org.eclipse.jetty.servlet.ServletContextHandler
- getSessionHandlers() - Method in class org.eclipse.jetty.server.session.DefaultSessionIdManager
-
Get SessionHandler for every context.
- getSessionHandlers() - Method in interface org.eclipse.jetty.server.SessionIdManager
-
Get the set of all session handlers for this node
- getSessionHouseKeeper() - Method in class org.eclipse.jetty.server.session.DefaultSessionIdManager
- getSessionHouseKeeper() - Method in interface org.eclipse.jetty.server.SessionIdManager
- getSessionId() - Method in interface org.eclipse.jetty.server.PushBuilder
- getSessionId() - Method in class org.eclipse.jetty.server.PushBuilderImpl
- getSessionIdManager() - Method in class org.eclipse.jetty.server.Server
- getSessionIdManager() - Method in class org.eclipse.jetty.server.session.SessionHandler
-
Gets the cross context session id manager
- getSessionIdPathParameterName() - Method in class org.eclipse.jetty.server.session.SessionHandler
- getSessionIdPathParameterNamePrefix() - Method in class org.eclipse.jetty.server.session.SessionHandler
- getSessionListeners() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
- getSessionListeners() - Method in class org.eclipse.jetty.websocket.common.scopes.DelegatedContainerScope
- getSessionListeners() - Method in class org.eclipse.jetty.websocket.common.scopes.SimpleContainerScope
- getSessionListeners() - Method in interface org.eclipse.jetty.websocket.common.scopes.WebSocketContainerScope
- getSessionListeners() - Method in class org.eclipse.jetty.websocket.jsr356.ClientContainer
- getSessionListeners() - Method in class org.eclipse.jetty.websocket.server.WebSocketServerFactory
- getSessionPath() - Method in class org.eclipse.jetty.server.session.SessionHandler
- getSessions() - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory.HTTP2SessionContainer
- getSessions() - Method in class org.eclipse.jetty.websocket.common.SessionTracker
- getSessions() - Method in class org.eclipse.jetty.websocket.jsr356.JsrSessionTracker
- getSessionsCreated() - Method in class org.eclipse.jetty.server.session.SessionHandler
- getSessionsCurrent() - Method in class org.eclipse.jetty.server.session.DefaultSessionCache
- getSessionsMax() - Method in class org.eclipse.jetty.server.session.DefaultSessionCache
- getSessionStallTime() - Method in class org.eclipse.jetty.http2.AbstractFlowControlStrategy
- getSessionStore() - Method in class org.eclipse.jetty.server.session.CachingSessionDataStore
- getSessionsTotal() - Method in class org.eclipse.jetty.server.session.DefaultSessionCache
- getSessionTimeMax() - Method in class org.eclipse.jetty.server.session.SessionHandler
- getSessionTimeMean() - Method in class org.eclipse.jetty.server.session.SessionHandler
- getSessionTimeStdDev() - Method in class org.eclipse.jetty.server.session.SessionHandler
- getSessionTimeTotal() - Method in class org.eclipse.jetty.server.session.SessionHandler
- getSetCookie(CookieCompliance) - Method in class org.eclipse.jetty.http.HttpCookie
- getSetter(String) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
- getSettings() - Method in class org.eclipse.jetty.http2.frames.SettingsFrame
- getShowContexts() - Method in class org.eclipse.jetty.server.handler.DefaultHandler
- getShowMessageInTitle() - Method in class org.eclipse.jetty.server.handler.ErrorHandler
- getShutdownToken() - Method in class org.eclipse.jetty.server.handler.ShutdownHandler
- getSignature() - Method in class org.eclipse.jetty.annotations.AnnotationParser.ClassInfo
- getSignature() - Method in class org.eclipse.jetty.annotations.AnnotationParser.FieldInfo
- getSignature() - Method in class org.eclipse.jetty.annotations.AnnotationParser.MethodInfo
- getSingle() - Method in class org.eclipse.jetty.util.QuotedStringTokenizer
- getSize() - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration.ServletContainerInitializerOrdering
-
Get the number of elements of the ordering
- getSize() - Method in class org.eclipse.jetty.http.MultiPartFormInputStream.MultiPart
- getSize() - Method in class org.eclipse.jetty.http2.hpack.HpackContext.Entry
- getSize() - Method in class org.eclipse.jetty.http2.hpack.MetaDataBuilder
-
Get the size.
- getSize() - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory.HTTP2SessionContainer
- getSize() - Method in class org.eclipse.jetty.io.ByteBufferPool.Lease
- getSize() - Method in class org.eclipse.jetty.server.InclusiveByteRange
- getSize() - Method in class org.eclipse.jetty.util.Fields
- getSize() - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
-
Deprecated.
- getSize() - Method in class org.eclipse.jetty.util.thread.Sweeper
- getSizedThreadPool() - Method in class org.eclipse.jetty.util.thread.ThreadPoolBudget
- getSkipFileValidationModules() - Method in class org.eclipse.jetty.start.StartArgs
- getSkipMessage(String) - Method in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
- getSNIProvider() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.Client
- getSNISelector() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.Server
- getSocket() - Method in class org.eclipse.jetty.io.SocketChannelEndPoint
- getSocketAddressResolver() - Method in class org.eclipse.jetty.client.HttpClient
- getSoLingerTime() - Method in class org.eclipse.jetty.server.ServerConnector
-
Deprecated.don't use as socket close linger time has undefined behavior for non-blocking sockets
- getSource() - Method in class org.eclipse.jetty.servlet.BaseHolder
- getSource() - Method in class org.eclipse.jetty.servlet.ServletMapping
- getSourceAddress() - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V1.Tag
- getSourceAddress() - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag
- getSourcePort() - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V1.Tag
- getSourcePort() - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag
- getSources(String) - Method in class org.eclipse.jetty.start.StartArgs
- getSpec() - Method in class org.eclipse.jetty.websocket.server.pathmap.PathSpec
-
Deprecated.
- getSpecLength() - Method in interface org.eclipse.jetty.http.pathmap.PathSpec
-
The length of the spec.
- getSpecLength() - Method in class org.eclipse.jetty.http.pathmap.RegexPathSpec
- getSpecLength() - Method in class org.eclipse.jetty.http.pathmap.ServletPathSpec
- getSpecLength() - Method in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
- getSslConnection() - Method in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
- getSslContext() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- getSslContextFactory() - Method in class org.eclipse.jetty.client.HttpClient
- getSslContextFactory() - Method in class org.eclipse.jetty.client.ProxyConfiguration.Proxy
- getSslContextFactory() - Method in class org.eclipse.jetty.server.SslConnectionFactory
- getSslContextFactory() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
-
Get the in use
SslContextFactory
- getSslContextFactory() - Method in class org.eclipse.jetty.websocket.common.scopes.DelegatedContainerScope
- getSslContextFactory() - Method in class org.eclipse.jetty.websocket.common.scopes.SimpleContainerScope
- getSslContextFactory() - Method in interface org.eclipse.jetty.websocket.common.scopes.WebSocketContainerScope
-
The SslContextFactory in use by the container.
- getSslContextFactory() - Method in class org.eclipse.jetty.websocket.jsr356.ClientContainer
- getSslContextFactory() - Method in class org.eclipse.jetty.websocket.server.WebSocketServerFactory
- getSSLContextInstance() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- getSSLEngine() - Method in class org.eclipse.jetty.io.NegotiatingClientConnection
- getSSLEngine() - Method in class org.eclipse.jetty.io.ssl.SslConnection
- getSSLEngine() - Method in class org.eclipse.jetty.io.ssl.SslHandshakeListener.Event
- getSSLEngine() - Method in class org.eclipse.jetty.server.NegotiatingServerConnection
- getSSLSession() - Method in class org.eclipse.jetty.http.spi.JettyHttpsExchange
- getSslSessionAttribute() - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
- getSslSessionCacheSize() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
Get SSL session cache size.
- getSslSessionTimeout() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
Get SSL session timeout.
- getStackFrames() - Method in class org.eclipse.jetty.util.LeakDetector.LeakInfo
- getStart() - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration.TimeStatistic
- getStartArgs() - Method in class org.eclipse.jetty.start.BaseBuilder
- getStartedMillis() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
Deprecated.
- getStartInis() - Method in interface org.eclipse.jetty.start.config.ConfigSource
- getStartInis() - Method in class org.eclipse.jetty.start.config.DirConfigSource
- getStartModules() - Method in class org.eclipse.jetty.start.StartArgs
- getStartupTime() - Method in class org.eclipse.jetty.server.jmx.ServerMBean
- getState() - Method in class org.eclipse.jetty.http.HttpGenerator
- getState() - Method in class org.eclipse.jetty.http.HttpParser
- getState() - Method in class org.eclipse.jetty.http.MultiPartParser
- getState() - Method in class org.eclipse.jetty.server.HttpChannel
- getState() - Method in class org.eclipse.jetty.server.HttpChannelState
- getState() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
- getState(LifeCycle) - Static method in class org.eclipse.jetty.util.component.AbstractLifeCycle
- getStateTimestamps() - Method in class org.eclipse.jetty.deploy.DeploymentManager.AppEntry
- getStatic(HttpHeader) - Static method in class org.eclipse.jetty.http2.hpack.HpackContext
- getStaticHuffmanValue() - Method in class org.eclipse.jetty.http2.hpack.HpackContext.Entry
- getStaticHuffmanValue() - Method in class org.eclipse.jetty.http2.hpack.HpackContext.StaticEntry
- getStaticValue() - Method in class org.eclipse.jetty.http2.hpack.StaticTableHttpField
- getStatistic() - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration.ParserTask
- getStats() - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection
-
Deprecated.
- getStatsOnMs() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- getStatus() - Method in interface org.eclipse.jetty.client.api.Response
- getStatus() - Method in class org.eclipse.jetty.client.HttpContentResponse
- getStatus() - Method in class org.eclipse.jetty.client.HttpResponse
- getStatus() - Method in class org.eclipse.jetty.http.MetaData.Response
- getStatus() - Method in class org.eclipse.jetty.server.Response
- getStatus() - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
- getStatusCode() - Method in exception org.eclipse.jetty.websocket.api.CloseException
- getStatusCode() - Method in interface org.eclipse.jetty.websocket.api.UpgradeResponse
-
Get the HTTP Response Status Code
- getStatusCode() - Method in class org.eclipse.jetty.websocket.common.CloseInfo
- getStatusCode() - Method in class org.eclipse.jetty.websocket.common.UpgradeResponseAdapter
- getStatusCode() - Method in class org.eclipse.jetty.websocket.servlet.ServletUpgradeResponse
- getStatusReason() - Method in interface org.eclipse.jetty.websocket.api.UpgradeResponse
-
Get the HTTP Response Status Reason
- getStatusReason() - Method in class org.eclipse.jetty.websocket.common.UpgradeResponseAdapter
- getStatusReason() - Method in class org.eclipse.jetty.websocket.servlet.ServletUpgradeResponse
- getStatusString() - Method in class org.eclipse.jetty.server.HttpChannelState
- getStdDev() - Method in class org.eclipse.jetty.util.statistic.SampleStatistic
- getStopAtShutdown() - Method in class org.eclipse.jetty.server.Server
- getStopKey() - Method in class org.eclipse.jetty.ant.JettyRunTask
- getStopKey() - Method in class org.eclipse.jetty.ant.JettyStopTask
- getStopKey() - Method in class org.eclipse.jetty.ant.ServerProxyImpl
- getStopKey() - Method in class org.eclipse.jetty.maven.plugin.JettyStopMojo
- getStopPort() - Method in class org.eclipse.jetty.ant.JettyRunTask
- getStopPort() - Method in class org.eclipse.jetty.ant.JettyStopTask
- getStopPort() - Method in class org.eclipse.jetty.ant.ServerProxyImpl
- getStopPort() - Method in class org.eclipse.jetty.maven.plugin.JettyStopMojo
- getStopTimeout() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
- getStopWait() - Method in class org.eclipse.jetty.ant.JettyStopTask
- getStoreDir() - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
- getStoreDir() - Method in class org.eclipse.jetty.server.session.FileSessionDataStoreFactory
- getStream() - Method in class org.eclipse.jetty.http2.client.http.HttpChannelOverHTTP2
- getStream() - Method in class org.eclipse.jetty.http2.server.HttpChannelOverHTTP2
- getStream() - Method in class org.eclipse.jetty.http2.server.HttpTransportOverHTTP2
- getStream() - Static method in class org.eclipse.jetty.start.StartLog
- getStream(int) - Method in interface org.eclipse.jetty.http2.api.Session
-
Retrieves the stream with the given
streamId
. - getStream(int) - Method in class org.eclipse.jetty.http2.HTTP2Session
- getStream(int) - Method in interface org.eclipse.jetty.http2.ISession
- getStreamCount() - Method in class org.eclipse.jetty.http2.HTTP2Session
- getStreamId() - Method in class org.eclipse.jetty.http2.frames.ContinuationFrame
- getStreamId() - Method in class org.eclipse.jetty.http2.frames.ResetFrame
- getStreamId() - Method in class org.eclipse.jetty.http2.frames.StreamFrame
- getStreamId() - Method in class org.eclipse.jetty.http2.frames.WindowUpdateFrame
- getStreamId() - Method in class org.eclipse.jetty.http2.IStream.FrameList
- getStreamId() - Method in class org.eclipse.jetty.http2.parser.BodyParser
- getStreamId() - Method in class org.eclipse.jetty.http2.parser.HeaderBlockFragments
- getStreamId() - Method in class org.eclipse.jetty.http2.parser.HeaderParser
- getStreamIdleTimeout() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
- getStreamIdleTimeout() - Method in class org.eclipse.jetty.http2.HTTP2Session
- getStreamIdleTimeout() - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
- getStreamListener() - Method in class org.eclipse.jetty.http2.client.http.HttpChannelOverHTTP2
- getStreams() - Method in interface org.eclipse.jetty.http2.api.Session
- getStreams() - Method in class org.eclipse.jetty.http2.HTTP2Session
- getStreamsClosed() - Method in class org.eclipse.jetty.http2.HTTP2Session
- getStreamsOpened() - Method in class org.eclipse.jetty.http2.HTTP2Session
- getStreamsStallTime() - Method in class org.eclipse.jetty.http2.AbstractFlowControlStrategy
- getString(String) - Method in class org.eclipse.jetty.start.Props
- getString(String) - Method in class org.eclipse.jetty.util.MultiMap
-
Get value as String.
- getString(String, boolean, boolean) - Method in class org.eclipse.jetty.xml.XmlParser.Node
-
Get a tag as a string.
- getString(String, String) - Method in class org.eclipse.jetty.start.Props
- getStringBuffer() - Method in class org.eclipse.jetty.util.Utf8StringBuffer
- getStringBufferSize() - Method in class org.eclipse.jetty.util.ajax.JSON
- getStringBuilder() - Method in class org.eclipse.jetty.util.Utf8StringBuilder
- getStringField(String) - Method in class org.eclipse.jetty.http.HttpFields
-
Deprecated.
- getStringField(HttpHeader) - Method in class org.eclipse.jetty.http.HttpFields
-
Deprecated.
- getStringType() - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
- getStsMaxAge() - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
- getStylesheet() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
- getSubject() - Method in class org.eclipse.jetty.jaas.JAASUserPrincipal
-
Provide access to the Subject
- getSubject() - Method in class org.eclipse.jetty.jaas.spi.AbstractLoginModule
- getSubject() - Method in interface org.eclipse.jetty.security.authentication.LoginCallback
- getSubject() - Method in class org.eclipse.jetty.security.authentication.LoginCallbackImpl
- getSubject() - Method in class org.eclipse.jetty.security.DefaultUserIdentity
- getSubject() - Method in class org.eclipse.jetty.security.jaspi.callback.CredentialValidationCallback
- getSubject() - Method in class org.eclipse.jetty.security.openid.OpenIdUserIdentity
- getSubject() - Method in class org.eclipse.jetty.security.SpnegoUserIdentity
- getSubject() - Method in interface org.eclipse.jetty.server.UserIdentity
- getSubmittedFileName() - Method in class org.eclipse.jetty.http.MultiPartFormInputStream.MultiPart
- getSubmittedFileName() - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
-
Deprecated.
- getSubprotocols() - Method in class org.eclipse.jetty.websocket.jsr356.server.AnnotatedServerEndpointConfig
- getSubprotocols() - Method in class org.eclipse.jetty.websocket.jsr356.server.BasicServerEndpointConfig
- getSubProtocols() - Method in interface org.eclipse.jetty.websocket.api.UpgradeRequest
-
Get the list of offered WebSocket sub-protocols.
- getSubProtocols() - Method in class org.eclipse.jetty.websocket.common.UpgradeRequestAdapter
- getSubProtocols() - Method in class org.eclipse.jetty.websocket.servlet.ServletUpgradeRequest
- getSuffix() - Method in interface org.eclipse.jetty.http.pathmap.PathSpec
-
A simple suffix match for the pathspec or null
- getSuffix() - Method in class org.eclipse.jetty.http.pathmap.RegexPathSpec
- getSuffix() - Method in class org.eclipse.jetty.http.pathmap.ServletPathSpec
- getSuffix() - Method in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
- getSuffix() - Method in class org.eclipse.jetty.start.Version
- getSuffix() - Method in class org.eclipse.jetty.util.JavaVersion
-
Deprecated.
- getSuffix(String) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
- getSuffix(Name) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
- getSuperName() - Method in class org.eclipse.jetty.annotations.AnnotationParser.ClassInfo
- getSupportedMessageTypes() - Method in class org.eclipse.jetty.security.jaspi.modules.BaseAuthModule
- getSuspendedContext() - Method in class org.eclipse.jetty.server.AsyncContextEvent
- getSuspendMs() - Method in class org.eclipse.jetty.servlets.QoSFilter
-
Get the amount of time (in milliseconds) that the filter would suspend a request for while waiting for the semaphore to become available.
- getSysPropertyName() - Method in class org.eclipse.jetty.maven.plugin.ServerConnectorListener
- getSysPropertyName() - Method in class org.eclipse.jetty.osgi.boot.utils.ServerConnectorListener
- getSystemClasses() - Method in class org.eclipse.jetty.webapp.WebAppContext
- getSystemClassLoaderLocation(Class<?>) - Static method in class org.eclipse.jetty.util.TypeUtil
- getSystemClassPath(ClassLoader) - Method in class org.eclipse.jetty.ant.AntWebAppContext.AntServletHolder
- getSystemClasspathPattern() - Method in class org.eclipse.jetty.webapp.WebAppContext
- getSystemProperties() - Method in class org.eclipse.jetty.ant.types.SystemProperties
- getSystemProperties() - Method in class org.eclipse.jetty.maven.plugin.SystemProperties
- getSystemProperty(String) - Method in class org.eclipse.jetty.maven.plugin.SystemProperties
- getSystemUserIdentity() - Method in class org.eclipse.jetty.security.DefaultIdentityService
- getSystemUserIdentity() - Method in interface org.eclipse.jetty.security.IdentityService
- getTableCapacity() - Method in class org.eclipse.jetty.http2.hpack.HpackEncoder
- getTableName() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- getTag() - Method in interface org.eclipse.jetty.client.api.Request
- getTag() - Method in class org.eclipse.jetty.client.HttpRequest
- getTag() - Method in class org.eclipse.jetty.client.Origin
- getTag() - Method in class org.eclipse.jetty.xml.XmlParser.Node
- getTaglibLocation() - Method in class org.eclipse.jetty.servlet.ServletContextHandler.TagLib
- getTaglibs() - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspConfig
- getTaglibURI() - Method in class org.eclipse.jetty.servlet.ServletContextHandler.TagLib
- getTags() - Method in class org.eclipse.jetty.start.Module
- getTarget() - Method in class org.eclipse.jetty.plus.annotation.ContainerInitializer
- getTarget() - Method in class org.eclipse.jetty.plus.annotation.Injection
- getTarget() - Method in class org.eclipse.jetty.plus.annotation.LifeCycleCallback
- getTargetClass() - Method in class org.eclipse.jetty.plus.annotation.Injection
- getTargetClass() - Method in class org.eclipse.jetty.plus.annotation.LifeCycleCallback
- getTargetClass() - Method in class org.eclipse.jetty.webapp.DiscoveredAnnotation
- getTargetClassName() - Method in class org.eclipse.jetty.plus.annotation.LifeCycleCallback
- getTargetClassName() - Method in class org.eclipse.jetty.plus.annotation.RunAs
-
Deprecated.
- getTargetPath() - Method in class org.eclipse.jetty.maven.plugin.OverlayConfig
- getTasks() - Method in class org.eclipse.jetty.util.thread.MonitoredQueuedThreadPool
- getTempDir() - Method in class org.eclipse.jetty.deploy.providers.WebAppProvider
-
Get the user supplied Work Directory.
- getTempDir() - Method in class org.eclipse.jetty.server.handler.FileBufferedResponseHandler
- getTempDirectory() - Method in class org.eclipse.jetty.ant.JettyRunTask
- getTempDirectory() - Method in class org.eclipse.jetty.ant.ServerProxyImpl
- getTempDirectory() - Method in class org.eclipse.jetty.webapp.WebAppContext
- GETTER_ARG - Static variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
- getTestClasses() - Method in class org.eclipse.jetty.maven.plugin.JettyWebAppContext
- getThreadCallerPrincipalCallback() - Method in class org.eclipse.jetty.security.jaspi.ServletCallbackHandler
- getThreadGroupPrincipalCallback() - Method in class org.eclipse.jetty.security.jaspi.ServletCallbackHandler
- getThreadLimit() - Method in class org.eclipse.jetty.server.handler.ThreadLimitHandler
- getThreadLimit(String) - Method in class org.eclipse.jetty.server.handler.ThreadLimitHandler
- getThreadPool() - Method in class org.eclipse.jetty.server.Server
- getThreadPoolBudget() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
- getThreadPoolBudget() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
- getThreadPoolBudget() - Method in interface org.eclipse.jetty.util.thread.ThreadPool.SizedThreadPool
- getThreads() - Method in class org.eclipse.jetty.http.spi.DelegatingThreadPool
- getThreads() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
- getThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
-
The fundamental value that represents the number of threads currently known by this thread pool.
- getThreads() - Method in class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler
- getThreads() - Method in interface org.eclipse.jetty.util.thread.ThreadPool
- getThreads() - Method in interface org.eclipse.jetty.util.thread.ThreadPoolBudget.Lease
- getThreads() - Method in class org.eclipse.jetty.util.thread.ThreadPoolBudget.Leased
- getThreadsPriority() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
- getThreadsPriority() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
- getThrottledRequests() - Method in class org.eclipse.jetty.servlets.DoSFilter
-
Get number of requests over the rate limit able to be considered at once.
- getThrottleMs() - Method in class org.eclipse.jetty.servlets.DoSFilter
-
Get amount of time (in milliseconds) to async wait for semaphore.
- getThrowable() - Method in class org.eclipse.jetty.server.AsyncContextEvent
- getThrowable(int) - Method in exception org.eclipse.jetty.util.MultiException
- getThrowables() - Method in exception org.eclipse.jetty.util.MultiException
- getTicketCachePath() - Method in class org.eclipse.jetty.client.util.SPNEGOAuthentication
- getTimeout() - Method in interface org.eclipse.jetty.client.api.Request
- getTimeout() - Method in class org.eclipse.jetty.client.HttpConversation
-
Returns the total timeout for the conversation.
- getTimeout() - Method in class org.eclipse.jetty.client.HttpRequest
- getTimeout() - Method in class org.eclipse.jetty.proxy.AbstractProxyServlet
- getTimeout() - Method in class org.eclipse.jetty.server.AsyncContextState
- getTimeout() - Method in class org.eclipse.jetty.server.HttpChannelState
- getTimeout() - Method in class org.eclipse.jetty.util.SocketAddressResolver.Async
- getTimeout() - Method in class org.eclipse.jetty.websocket.client.ClientUpgradeRequest
- getTimeStamp() - Method in class org.eclipse.jetty.server.Request
-
Get Request TimeStamp
- getTimeZone() - Method in class org.eclipse.jetty.server.RequestLogWriter
- getTimeZone() - Method in class org.eclipse.jetty.util.DateCache
- getTimeZone() - Method in class org.eclipse.jetty.util.jmh.DateCacheNoTick
- getTimeZone() - Method in class org.eclipse.jetty.util.jmh.DateCacheSimpleDateFormat
- getTldBundles() - Method in class org.eclipse.jetty.osgi.boot.AbstractWebAppProvider
- getTlds(File) - Method in class org.eclipse.jetty.webapp.MetaInfConfiguration
-
Find all .tld files in all subdirs of the given dir.
- getTlds(URI) - Method in class org.eclipse.jetty.webapp.MetaInfConfiguration
-
Find all .tld files in the given jar.
- getTLVs() - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag
- getTo() - Method in class org.eclipse.jetty.deploy.graph.Edge
- getToken() - Method in class org.eclipse.jetty.security.SpnegoUserPrincipal
- getTokenEndpoint() - Method in class org.eclipse.jetty.security.openid.OpenIdConfiguration
- getTokenFile() - Method in class org.eclipse.jetty.maven.plugin.ServerListener
- getTooManyCode() - Method in class org.eclipse.jetty.servlets.DoSFilter
-
Status code for Rejected for too many requests.
- getTotal() - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
- getTotal() - Method in class org.eclipse.jetty.util.statistic.SampleStatistic
- getTotalKeys() - Method in class org.eclipse.jetty.io.ManagedSelector
- getTotalLength() - Method in class org.eclipse.jetty.io.ByteBufferPool.Lease
- getTrailers() - Method in class org.eclipse.jetty.client.HttpRequest
- getTrailers() - Method in class org.eclipse.jetty.client.HttpResponse
- getTrailers() - Method in class org.eclipse.jetty.server.Request
- getTrailers() - Method in class org.eclipse.jetty.server.Response
- getTrailerSupplier() - Method in class org.eclipse.jetty.http.MetaData
- getTransientListeners() - Method in class org.eclipse.jetty.server.HttpChannel
-
Deprecated.
- getTransport() - Method in class org.eclipse.jetty.client.HttpClient
- getTransport() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
- getTransport() - Method in class org.eclipse.jetty.io.ChannelEndPoint
- getTransport() - Method in interface org.eclipse.jetty.io.EndPoint
- getTransport() - Method in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
- getTransport() - Method in class org.eclipse.jetty.maven.plugin.MavenServerConnector
- getTransport() - Method in interface org.eclipse.jetty.server.Connector
- getTransport() - Method in class org.eclipse.jetty.server.LocalConnector
- getTransport() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
- getTransport() - Method in class org.eclipse.jetty.server.ServerConnector
- getTransport() - Method in class org.eclipse.jetty.unixsocket.UnixSocketConnector
- getTrimDirectiveWhitespaces() - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
- getTrustManagerFactoryAlgorithm() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- getTrustManagerFactoryInstance() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- getTrustManagers(KeyStore, Collection<? extends CRL>) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- getTrustStore() - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
- getTrustStore() - Method in class org.eclipse.jetty.util.security.CertificateValidator
- getTrustStore() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- getTrustStorePath() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- getTrustStoreProvider() - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
- getTrustStoreProvider() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- getTrustStoreResource() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- getTrustStoreType() - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
- getTrustStoreType() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- getType() - Method in class org.eclipse.jetty.client.api.Authentication.HeaderInfo
- getType() - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag.TLV
- getType() - Method in class org.eclipse.jetty.client.util.AbstractAuthentication
- getType() - Method in class org.eclipse.jetty.client.util.BasicAuthentication
- getType() - Method in class org.eclipse.jetty.client.util.DigestAuthentication
- getType() - Method in class org.eclipse.jetty.client.util.SPNEGOAuthentication
- getType() - Method in class org.eclipse.jetty.http.HttpTokens.Token
- getType() - Method in class org.eclipse.jetty.http2.frames.Frame
- getType() - Method in enum org.eclipse.jetty.http2.frames.FrameType
- getType() - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
- getType() - Method in class org.eclipse.jetty.util.PathWatcher.PathWatchEvent
- getType() - Method in interface org.eclipse.jetty.websocket.api.extensions.Frame
- getType() - Method in class org.eclipse.jetty.websocket.common.frames.BinaryFrame
- getType() - Method in class org.eclipse.jetty.websocket.common.frames.CloseFrame
- getType() - Method in class org.eclipse.jetty.websocket.common.frames.ContinuationFrame
- getType() - Method in class org.eclipse.jetty.websocket.common.frames.PingFrame
- getType() - Method in class org.eclipse.jetty.websocket.common.frames.PongFrame
- getType() - Method in class org.eclipse.jetty.websocket.common.frames.ReadOnlyDelegatedFrame
- getType() - Method in class org.eclipse.jetty.websocket.common.frames.TextFrame
- getType() - Method in class org.eclipse.jetty.websocket.common.WebSocketFrame
- getTypeId() - Method in class org.eclipse.jetty.hazelcast.session.SessionDataSerializer
- getTypeName() - Method in class org.eclipse.jetty.session.infinispan.SessionDataMarshaller
- getUnavailableException() - Method in class org.eclipse.jetty.servlet.ServletHolder
- getUnavailableException() - Method in class org.eclipse.jetty.webapp.WebAppContext
-
Get an exception that caused the webapp to be unavailable
- getUndecoratable() - Method in class org.eclipse.jetty.cdi.CdiSpiDecorator
-
Get the set of classes that will not be decorated.
- getUnits() - Method in class org.eclipse.jetty.server.AcceptRateLimit
- getUnits() - Method in class org.eclipse.jetty.util.statistic.RateStatistic
- getUnixSocket() - Method in class org.eclipse.jetty.unixsocket.UnixSocketConnector
- getUpdate() - Method in class org.eclipse.jetty.start.Version
- getUpdate() - Method in class org.eclipse.jetty.util.JavaVersion
-
Deprecated.
- getUpdateQuietTimeMillis() - Method in class org.eclipse.jetty.util.PathWatcher
-
Change the quiet time.
- getUpdateSessionStatement(Connection, String, SessionContext) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- getUpdateStatement(Connection, String, SessionContext) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- getUpgradeRequest() - Method in interface org.eclipse.jetty.websocket.api.Session
-
Get the UpgradeRequest used to create this session
- getUpgradeRequest() - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
- getUpgradeResponse() - Method in interface org.eclipse.jetty.websocket.api.Session
-
Get the UpgradeResponse used to create this session
- getUpgradeResponse() - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
- getUptime() - Method in class org.eclipse.jetty.util.Uptime.DefaultImpl
- getUptime() - Static method in class org.eclipse.jetty.util.Uptime
- getUptime() - Method in interface org.eclipse.jetty.util.Uptime.Impl
- getURI() - Method in interface org.eclipse.jetty.client.api.Authentication.Result
- getURI() - Method in interface org.eclipse.jetty.client.api.Request
- getURI() - Method in class org.eclipse.jetty.client.HttpProxy
- getURI() - Method in class org.eclipse.jetty.client.HttpRequest
- getURI() - Method in class org.eclipse.jetty.client.ProxyConfiguration.Proxy
- getURI() - Method in class org.eclipse.jetty.client.util.AbstractAuthentication
- getURI() - Method in class org.eclipse.jetty.client.util.BasicAuthentication.BasicResult
- getURI() - Method in class org.eclipse.jetty.client.util.SPNEGOAuthentication.SPNEGOResult
- getURI() - Method in class org.eclipse.jetty.http.MetaData.Request
- getURI() - Method in class org.eclipse.jetty.server.Server
- getURI() - Method in class org.eclipse.jetty.util.resource.FileResource
-
Deprecated.
- getURI() - Method in class org.eclipse.jetty.util.resource.PathResource
- getURI() - Method in class org.eclipse.jetty.util.resource.Resource
-
URI representing the resource.
- getURI(Bundle) - Method in class org.eclipse.jetty.osgi.annotations.AnnotationParser
- getUriLastPathSegment(URI) - Static method in class org.eclipse.jetty.util.URIUtil
-
Given a URI, attempt to get the last segment.
- getURIs() - Method in class org.eclipse.jetty.util.HttpCookieStore.Empty
- getURIs() - Method in class org.eclipse.jetty.util.HttpCookieStore
- getURIString() - Method in class org.eclipse.jetty.http.MetaData.Request
- getURL() - Method in enum org.eclipse.jetty.http.HttpComplianceSection
- getURL() - Method in enum org.eclipse.jetty.http.MultiPartFormInputStream.NonCompliance
- getURL() - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
- getURL() - Method in enum org.eclipse.jetty.util.MultiPartInputStreamParser.NonCompliance
-
Deprecated.
- getURL() - Method in class org.eclipse.jetty.util.resource.EmptyResource
- getURL() - Method in class org.eclipse.jetty.util.resource.FileResource
-
Deprecated.
- getURL() - Method in class org.eclipse.jetty.util.resource.PathResource
- getURL() - Method in class org.eclipse.jetty.util.resource.Resource
-
Deprecated.use {
Resource.getURI()
.toURL() instead. - getURL() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
- getURL() - Method in class org.eclipse.jetty.util.resource.URLResource
-
Returns a URL representing the given resource
- getUrlPatternMappings() - Method in class org.eclipse.jetty.servlet.FilterHolder.Registration
- getUrlPatterns() - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
- getURLs() - Method in class org.eclipse.jetty.ant.AntWebAppContext.AntURLClassLoader
- getURLs() - Method in class org.eclipse.jetty.osgi.boot.utils.FakeURLClassLoader
- getUrlsForBundlesWithTlds(DeploymentManager, BundleFileLocatorHelper) - Method in class org.eclipse.jetty.osgi.boot.jasper.ContainerTldBundleDiscoverer
-
Check the System property "org.eclipse.jetty.osgi.tldbundles" for names of bundles that contain tlds and convert to URLs.
- getUrlsForBundlesWithTlds(DeploymentManager, BundleFileLocatorHelper) - Method in class org.eclipse.jetty.osgi.boot.jasper.JSTLBundleDiscoverer
-
The jasper TldScanner expects a URLClassloader to parse a jar for the /META-INF/*.tld it may contain.
- getUrlsForBundlesWithTlds(DeploymentManager, BundleFileLocatorHelper) - Method in interface org.eclipse.jetty.osgi.boot.utils.TldBundleDiscoverer
-
Find bundles that contain tlds and convert into URL references to their location.
- getUseCaches() - Method in class org.eclipse.jetty.osgi.boot.warurl.internal.WarURLConnection
- getUseCaches() - Method in class org.eclipse.jetty.util.resource.URLResource
- getUser() - Method in class org.eclipse.jetty.http.HttpURI
- getUser() - Method in class org.eclipse.jetty.jndi.factories.MailSessionReference.PasswordAuthenticator
- getUserAgentField() - Method in class org.eclipse.jetty.client.HttpClient
- getUserDataConstraint() - Method in class org.eclipse.jetty.security.RoleInfo
- getUserId() - Method in class org.eclipse.jetty.security.openid.OpenIdCredentials
- getUserIdentity() - Method in class org.eclipse.jetty.security.AbstractUserAuthentication
- getUserIdentity() - Method in class org.eclipse.jetty.security.authentication.SessionAuthentication
- getUserIdentity() - Method in interface org.eclipse.jetty.server.Authentication.User
- getUserIdentity() - Method in class org.eclipse.jetty.server.Request
- getUserIdentity(String) - Method in class org.eclipse.jetty.security.UserStore
- getUserIdentity(HttpServletRequest, String) - Method in interface org.eclipse.jetty.security.authentication.AuthorizationService
- getUserIdentityScope() - Method in class org.eclipse.jetty.server.Request
- getUserInfo(String) - Method in class org.eclipse.jetty.jaas.spi.AbstractDatabaseLoginModule
-
Load info from database
- getUserInfo(String) - Method in class org.eclipse.jetty.jaas.spi.AbstractLoginModule
- getUserInfo(String) - Method in class org.eclipse.jetty.jaas.spi.LdapLoginModule
-
get the available information about the user
- getUserInfo(String) - Method in class org.eclipse.jetty.jaas.spi.PropertyFileLoginModule
- getUserKey() - Method in class org.eclipse.jetty.security.JDBCLoginService.JDBCUserPrincipal
- getUserKeyTabPath() - Method in class org.eclipse.jetty.client.util.SPNEGOAuthentication
- getUsername() - Method in class org.eclipse.jetty.security.jaspi.callback.CredentialValidationCallback
- getUserName() - Method in class org.eclipse.jetty.client.util.SPNEGOAuthentication
- getUserName() - Method in class org.eclipse.jetty.jaas.callback.AbstractCallbackHandler
- getUserName() - Method in class org.eclipse.jetty.jaas.spi.AbstractLoginModule.JAASUserInfo
- getUserName() - Method in class org.eclipse.jetty.jaas.spi.UserInfo
- getUserName() - Method in interface org.eclipse.jetty.security.authentication.LoginCallback
- getUserName() - Method in class org.eclipse.jetty.security.authentication.LoginCallbackImpl
- getUserName() - Method in class org.eclipse.jetty.security.jaspi.modules.UserInfo
- getUserPassword() - Method in class org.eclipse.jetty.client.util.SPNEGOAuthentication
- getUserPrincipal() - Method in interface org.eclipse.jetty.security.authentication.LoginCallback
- getUserPrincipal() - Method in class org.eclipse.jetty.security.authentication.LoginCallbackImpl
- getUserPrincipal() - Method in class org.eclipse.jetty.security.DefaultUserIdentity
- getUserPrincipal() - Method in class org.eclipse.jetty.security.openid.OpenIdUserIdentity
- getUserPrincipal() - Method in class org.eclipse.jetty.security.SpnegoUserIdentity
- getUserPrincipal() - Method in class org.eclipse.jetty.server.Request
- getUserPrincipal() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
- getUserPrincipal() - Method in interface org.eclipse.jetty.server.UserIdentity
- getUserPrincipal() - Method in interface org.eclipse.jetty.websocket.api.UpgradeRequest
-
Get the User Principal for this request.
- getUserPrincipal() - Method in class org.eclipse.jetty.websocket.common.UpgradeRequestAdapter
-
Get the User Principal for this request.
- getUserPrincipal() - Method in class org.eclipse.jetty.websocket.jsr356.JsrSession
- getUserPrincipal() - Method in class org.eclipse.jetty.websocket.jsr356.server.JsrHandshakeRequest
- getUserPrincipal() - Method in class org.eclipse.jetty.websocket.servlet.ServletUpgradeRequest
-
Equivalent to
HttpServletRequest.getUserPrincipal()
- getUserPrincipal() - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- getUserProperties() - Method in class org.eclipse.jetty.websocket.jsr356.BasicEndpointConfig
- getUserProperties() - Method in class org.eclipse.jetty.websocket.jsr356.client.AnnotatedClientEndpointConfig
- getUserProperties() - Method in class org.eclipse.jetty.websocket.jsr356.client.EmptyClientEndpointConfig
- getUserProperties() - Method in class org.eclipse.jetty.websocket.jsr356.JsrSession
- getUserProperties() - Method in class org.eclipse.jetty.websocket.jsr356.server.AnnotatedServerEndpointConfig
- getUserProperties() - Method in class org.eclipse.jetty.websocket.jsr356.server.BasicServerEndpointConfig
- getUserRoleLink(String) - Method in class org.eclipse.jetty.servlet.ServletHolder
-
get a user role link.
- getUserRoleTableName() - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
- getUserRoleTableRoleKey() - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
- getUserRoleTableUserKey() - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
- getUserTableKey() - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
- getUserTableName() - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
- getUserTablePasswordField() - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
- getUserTableUserField() - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
- getUtf8Bytes(String) - Static method in class org.eclipse.jetty.util.StringUtil
- getUtilizationRate() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
-
The rate between the number of
utilized threads
and the maximum number ofutilizable threads
. - getUtilizedThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
-
The number of threads executing transient jobs.
- getValidatingConnectionCount() - Method in class org.eclipse.jetty.client.ValidatingConnectionPool
- getValue() - Method in class org.eclipse.jetty.annotations.AnnotationParser.FieldInfo
- getValue() - Method in class org.eclipse.jetty.ant.types.Attribute
- getValue() - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag.TLV
- getValue() - Method in class org.eclipse.jetty.http.HttpCookie
- getValue() - Method in class org.eclipse.jetty.http.HttpField
- getValue() - Method in class org.eclipse.jetty.http.PathMap.MappedEntry
-
Deprecated.
- getValue() - Method in class org.eclipse.jetty.maven.plugin.SystemProperty
- getValue() - Method in class org.eclipse.jetty.rewrite.handler.HeaderPatternRule
-
Returns the header value.
- getValue() - Method in class org.eclipse.jetty.rewrite.handler.HeaderRegexRule
-
Returns the header value.
- getValue() - Method in class org.eclipse.jetty.util.Fields.Field
- getValue() - Method in class org.eclipse.jetty.xml.XmlParser.Attribute
- getValue(String) - Method in class org.eclipse.jetty.server.session.Session
-
Deprecated.
- getValue(String) - Static method in class org.eclipse.jetty.start.Props
- getValue(String, int) - Method in class org.eclipse.jetty.util.MultiMap
-
Get a value from a multiple value.
- getValueAsInt() - Method in class org.eclipse.jetty.util.Fields.Field
-
Attempts to convert the result of
Fields.Field.getValue()
to an integer, returning it if the conversion is successful; returns null if the result ofFields.Field.getValue()
is null. - getValueNames() - Method in class org.eclipse.jetty.server.session.Session
-
Deprecated.As of Version 2.2, this method is replaced by
Session.getAttributeNames()
- getValues() - Method in class org.eclipse.jetty.http.HttpField
- getValues() - Method in class org.eclipse.jetty.http.QuotedCSV
- getValues() - Method in class org.eclipse.jetty.http.QuotedQualityCSV
- getValues() - Method in class org.eclipse.jetty.util.Fields.Field
- getValues(String) - Method in class org.eclipse.jetty.http.HttpFields
-
Get multi headers
- getValues(String) - Static method in class org.eclipse.jetty.start.Props
- getValues(String) - Method in class org.eclipse.jetty.util.MultiMap
-
Get multiple values.
- getValues(String, String) - Method in class org.eclipse.jetty.http.HttpFields
-
Deprecated.
- getValuesList(String) - Method in class org.eclipse.jetty.http.HttpFields
-
Get multiple header of the same name
- getValuesList(HttpHeader) - Method in class org.eclipse.jetty.http.HttpFields
-
Get multiple header of the same name
- getVariableCount() - Method in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
- getVariables() - Method in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
- getVariance() - Method in class org.eclipse.jetty.util.statistic.SampleStatistic
- getVaryField() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
- getVersion() - Method in class org.eclipse.jetty.annotations.AnnotationParser.ClassInfo
- getVersion() - Method in interface org.eclipse.jetty.client.api.Request
- getVersion() - Method in interface org.eclipse.jetty.client.api.Response
- getVersion() - Method in class org.eclipse.jetty.client.HttpContentResponse
- getVersion() - Method in class org.eclipse.jetty.client.HttpRequest
- getVersion() - Method in class org.eclipse.jetty.client.HttpResponse
- getVersion() - Method in class org.eclipse.jetty.deploy.DeploymentManager.AppEntry
- getVersion() - Method in class org.eclipse.jetty.http.HttpCookie
- getVersion() - Method in enum org.eclipse.jetty.http.HttpVersion
- getVersion() - Method in class org.eclipse.jetty.http.MetaData
-
Deprecated.use
MetaData.getHttpVersion()
instead - getVersion() - Method in class org.eclipse.jetty.nosql.NoSqlSessionDataStore.NoSqlSessionData
- getVersion() - Static method in class org.eclipse.jetty.server.Server
- getVersion() - Method in class org.eclipse.jetty.start.Module
- getVersion() - Method in class org.eclipse.jetty.util.JavaVersion
- getVersion() - Method in class org.eclipse.jetty.util.MultiReleaseJarFile
- getVersion() - Method in class org.eclipse.jetty.util.MultiReleaseJarFile.VersionedJarEntry
- getVersion(File) - Static method in class org.eclipse.jetty.start.JarVersion
- getVersion(Class<?>) - Static method in class org.eclipse.jetty.util.ManifestUtils
-
Attempts to return the version of the jar/module for the given class.
- getVhost() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
- getVhost() - Method in class org.eclipse.jetty.server.session.SessionContext
- getVhost() - Method in class org.eclipse.jetty.server.session.SessionData
- getVHost() - Method in class org.eclipse.jetty.server.session.Session
- getViaHost() - Method in class org.eclipse.jetty.proxy.AbstractProxyServlet
- getVirtualHostColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- getVirtualHosts() - Method in class org.eclipse.jetty.rewrite.handler.VirtualHostRuleContainer
-
Get the virtual hosts that the rules within this container will apply to
- getVirtualHosts() - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Get the virtual hosts for the context.
- getVirtualServerName() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
- getVirtualServerName() - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- getWaitMs() - Method in class org.eclipse.jetty.servlets.QoSFilter
-
Get the (short) amount of time (in milliseconds) that the filter would wait for the semaphore to become available before suspending a request.
- getWantClientAuth() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
Deprecated.use
SslContextFactory.Server.getWantClientAuth()
instead - getWantClientAuth() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.Server
- getWar() - Method in class org.eclipse.jetty.webapp.WebAppContext
- getWeakETag() - Method in class org.eclipse.jetty.util.resource.Resource
-
Generate a weak ETag reference for this Resource.
- getWeakETag(String) - Method in class org.eclipse.jetty.util.resource.Resource
- getWebApplications() - Method in class org.eclipse.jetty.ant.ServerProxyImpl
- getWebDefault() - Method in class org.eclipse.jetty.webapp.MetaData
- getWebInf() - Method in class org.eclipse.jetty.webapp.WebAppContext
- getWebInfClasses() - Method in class org.eclipse.jetty.maven.plugin.JettyWebAppContext
- getWebInfClassesDirs() - Method in class org.eclipse.jetty.webapp.MetaData
- getWebInfIncludeJarPattern() - Method in class org.eclipse.jetty.maven.plugin.JettyWebAppContext
- getWebInfJars() - Method in class org.eclipse.jetty.webapp.MetaData
- getWebInfLib() - Method in class org.eclipse.jetty.maven.plugin.JettyWebAppContext
- getWebSocketContainer() - Static method in class org.eclipse.jetty.websocket.jsr356.server.ServerContainer
-
Get the WebSocketContainer out of the current ThreadLocal reference of the active ContextHandler.
- getWebSocketFactory() - Method in class org.eclipse.jetty.websocket.server.WebSocketHandler
- getWebSocketServerFactory() - Method in class org.eclipse.jetty.websocket.jsr356.server.ServerContainer
- getWebSocketSession() - Method in interface org.eclipse.jetty.websocket.common.scopes.WebSocketSessionScope
-
Active
WebSocketSession
associated with this scope. - getWebSocketSession() - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
- getWebXml() - Method in class org.eclipse.jetty.webapp.MetaData
- getWeight() - Method in class org.eclipse.jetty.http2.frames.PriorityFrame
- getWeight() - Method in class org.eclipse.jetty.start.config.CommandLineConfigSource
- getWeight() - Method in interface org.eclipse.jetty.start.config.ConfigSource
-
The weight of this source, used for proper ordering of the config source search order.
- getWeight() - Method in class org.eclipse.jetty.start.config.DirConfigSource
- getWelcomeFactory() - Method in class org.eclipse.jetty.server.ResourceService
- getWelcomeFile(String) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
- getWelcomeFile(String) - Method in interface org.eclipse.jetty.server.ResourceService.WelcomeFactory
-
Finds a matching welcome file for the supplied
Resource
. - getWelcomeFile(String) - Method in class org.eclipse.jetty.servlet.DefaultServlet
- getWelcomeFiles() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getWelcomeFiles() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
- getWhitelist() - Method in class org.eclipse.jetty.servlets.DoSFilter
-
Get a list of IP addresses that will not be rate limited.
- getWhiteListHosts() - Method in class org.eclipse.jetty.proxy.AbstractProxyServlet
- getWhiteListHosts() - Method in class org.eclipse.jetty.proxy.ConnectHandler
- getWildcardIndex() - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration.ServletContainerInitializerOrdering
- getWilds() - Method in class org.eclipse.jetty.util.ssl.X509
- getWindowDelta() - Method in class org.eclipse.jetty.http2.frames.WindowUpdateFrame
- getWorkerName() - Method in class org.eclipse.jetty.server.session.DefaultSessionIdManager
-
Get the workname.
- getWorkerName() - Method in class org.eclipse.jetty.server.session.SessionContext
- getWorkerName() - Method in interface org.eclipse.jetty.server.SessionIdManager
- getWrapped() - Method in class org.eclipse.jetty.servlet.FilterHolder.Wrapper
- getWrapped() - Method in class org.eclipse.jetty.servlet.ListenerHolder.Wrapper
- getWrapped() - Method in class org.eclipse.jetty.servlet.ServletHolder.Wrapper
- getWrapped() - Method in class org.eclipse.jetty.webapp.Configuration.Wrapper
- getWrapperFor(Class<?>) - Method in class org.eclipse.jetty.websocket.jsr356.DecoderFactory
- getWrapperFor(Class<?>) - Method in class org.eclipse.jetty.websocket.jsr356.EncoderFactory
- getWriteFlusher() - Method in class org.eclipse.jetty.io.AbstractEndPoint
- getWriteFlusher() - Method in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
- getWriter() - Method in class org.eclipse.jetty.server.CustomRequestLog
- getWriter() - Method in class org.eclipse.jetty.server.Response
- getWriteThreshold() - Method in class org.eclipse.jetty.http2.HTTP2Session
- getWritten() - Method in class org.eclipse.jetty.server.HttpOutput
- getX509(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- getX509CertChain(SSLSession) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
Obtain the X509 Certificate Chain from the provided SSLSession using this SslContextFactory's optional Provider specific
CertificateFactory
. - getXML() - Method in class org.eclipse.jetty.quickstart.PreconfigureDescriptorProcessor
- getXmlFiles() - Method in class org.eclipse.jetty.start.StartArgs
- getXmlParser() - Method in class org.eclipse.jetty.xml.XmlConfiguration
- getXmls() - Method in class org.eclipse.jetty.start.Module
- getXpath() - Method in class org.eclipse.jetty.xml.XmlParser
- GIT_HASH - Static variable in class org.eclipse.jetty.util.Jetty
- GLOBAL_ERROR_PAGE - Static variable in class org.eclipse.jetty.servlet.ErrorPageErrorHandler
- GlobalWebappConfigBinding - Class in org.eclipse.jetty.deploy.bindings
-
Provides a way of globally setting various aspects of webapp contexts.
- GlobalWebappConfigBinding() - Constructor for class org.eclipse.jetty.deploy.bindings.GlobalWebappConfigBinding
- GO_AWAY - org.eclipse.jetty.http2.frames.FrameType
- goAway(GoAwayFrame, Callback) - Method in class org.eclipse.jetty.http2.HTTP2Session
- GoAwayBodyParser - Class in org.eclipse.jetty.http2.parser
- GoAwayBodyParser(HeaderParser, Parser.Listener) - Constructor for class org.eclipse.jetty.http2.parser.GoAwayBodyParser
- GoAwayFrame - Class in org.eclipse.jetty.http2.frames
- GoAwayFrame(int, int, byte[]) - Constructor for class org.eclipse.jetty.http2.frames.GoAwayFrame
- GoAwayGenerator - Class in org.eclipse.jetty.http2.generator
- GoAwayGenerator(HeaderGenerator) - Constructor for class org.eclipse.jetty.http2.generator.GoAwayGenerator
- GONE - org.eclipse.jetty.http.HttpStatus.Code
- GONE_410 - Static variable in class org.eclipse.jetty.http.HttpStatus
- Graceful - Interface in org.eclipse.jetty.util.component
-
Jetty components that wish to be part of a Graceful shutdown implement this interface so that the
Graceful.shutdown()
method will be called to initiate a shutdown. - GRACEFUL - Static variable in class org.eclipse.jetty.http2.frames.GoAwayFrame
- Graceful.Shutdown - Class in org.eclipse.jetty.util.component
-
A utility Graceful that uses a
FutureCallback
to indicate if shutdown is completed. - Graph - Class in org.eclipse.jetty.deploy.graph
-
Basic directed graph implementation
- Graph() - Constructor for class org.eclipse.jetty.deploy.graph.Graph
- GraphOutputDot - Class in org.eclipse.jetty.deploy.graph
-
Output the Graph in GraphViz Dot format.
- groupId - Variable in class org.eclipse.jetty.start.fileinits.MavenLocalRepoFileInitializer.Coordinates
- Growing() - Constructor for class org.eclipse.jetty.util.ArrayTernaryTrie.Growing
- Growing(boolean, int, int) - Constructor for class org.eclipse.jetty.util.ArrayTernaryTrie.Growing
- Growing(int, int) - Constructor for class org.eclipse.jetty.util.ArrayTernaryTrie.Growing
- guessMimeType(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.servlets.IncludeExcludeBasedFilter
- GZIP - org.eclipse.jetty.http.HttpHeaderValue
- GZIP - Static variable in class org.eclipse.jetty.http.CompressedContentFormat
- GZIP - Static variable in class org.eclipse.jetty.server.handler.gzip.GzipHandler
- GZIP - Static variable in class org.eclipse.jetty.servlet.ServletContextHandler
- GZIP_HANDLER_ETAGS - Static variable in class org.eclipse.jetty.server.handler.gzip.GzipHandler
- GZIPContentDecoder - Class in org.eclipse.jetty.client
-
ContentDecoder
for the "gzip" encoding. - GZIPContentDecoder - Class in org.eclipse.jetty.http
-
Decoder for the "gzip" content encoding.
- GZIPContentDecoder() - Constructor for class org.eclipse.jetty.client.GZIPContentDecoder
- GZIPContentDecoder() - Constructor for class org.eclipse.jetty.http.GZIPContentDecoder
- GZIPContentDecoder(int) - Constructor for class org.eclipse.jetty.client.GZIPContentDecoder
- GZIPContentDecoder(int) - Constructor for class org.eclipse.jetty.http.GZIPContentDecoder
- GZIPContentDecoder(ByteBufferPool, int) - Constructor for class org.eclipse.jetty.client.GZIPContentDecoder
- GZIPContentDecoder(ByteBufferPool, int) - Constructor for class org.eclipse.jetty.http.GZIPContentDecoder
- GZIPContentDecoder.Factory - Class in org.eclipse.jetty.client
-
Specialized
ContentDecoder.Factory
for the "gzip" encoding. - GZIPContentTransformer(HttpClient, AsyncMiddleManServlet.ContentTransformer) - Constructor for class org.eclipse.jetty.proxy.AsyncMiddleManServlet.GZIPContentTransformer
- GZIPContentTransformer(AsyncMiddleManServlet.ContentTransformer) - Constructor for class org.eclipse.jetty.proxy.AsyncMiddleManServlet.GZIPContentTransformer
- GzipFactory - Interface in org.eclipse.jetty.server.handler.gzip
- GzipFilter - Class in org.eclipse.jetty.servlets
-
Deprecated.
- GzipFilter() - Constructor for class org.eclipse.jetty.servlets.GzipFilter
-
Deprecated.
- GzipHandler - Class in org.eclipse.jetty.server.handler.gzip
-
A Handler that can dynamically GZIP uncompress requests, and compress responses.
- GzipHandler() - Constructor for class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Instantiates a new GzipHandler.
- GzipHttpInputInterceptor - Class in org.eclipse.jetty.server.handler.gzip
-
An HttpInput Interceptor that inflates GZIP encoded request content.
- GzipHttpInputInterceptor(ByteBufferPool, int) - Constructor for class org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor
- GzipHttpOutputInterceptor - Class in org.eclipse.jetty.server.handler.gzip
- GzipHttpOutputInterceptor(GzipFactory, HttpField, int, HttpChannel, HttpOutput.Interceptor, boolean) - Constructor for class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor
- GzipHttpOutputInterceptor(GzipFactory, HttpField, HttpChannel, HttpOutput.Interceptor, boolean) - Constructor for class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor
- GzipHttpOutputInterceptor(GzipFactory, HttpChannel, HttpOutput.Interceptor, boolean) - Constructor for class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor
H
- handle() - Method in class org.eclipse.jetty.server.HttpChannel
- handle(Class<?>) - Method in class org.eclipse.jetty.annotations.AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
- handle(Class<?>) - Method in interface org.eclipse.jetty.annotations.AnnotationIntrospector.IntrospectableAnnotationHandler
- handle(Runnable) - Method in class org.eclipse.jetty.server.handler.ContextHandler
- handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.embedded.HelloHandler
- handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.embedded.HelloWorld
- handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.embedded.ManyHandlers.ParamHandler
- handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.embedded.ManyHandlers.WelcomeWrapHandler
- handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.osgi.httpservice.HttpServiceErrorPageErrorHandler
- handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.proxy.ConnectHandler
- handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.rewrite.handler.RewriteHandler
- handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.security.SecurityHandler
- handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.AbstractHandler.ErrorDispatchHandler
-
Deprecated.
- handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.AbstractHandler
- handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.AsyncDelayHandler
- handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.BufferedResponseHandler
- handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ContextHandlerCollection
- handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.DebugHandler
-
Deprecated.
- handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.DefaultHandler
- handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
- handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
- handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in interface org.eclipse.jetty.server.Handler
-
Handle a request.
- handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.HandlerCollection
- handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.HandlerList
- handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.HandlerWrapper
- handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.HotSwapHandler
- handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.IdleTimeoutHandler
- handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.InetAccessHandler
-
Checks the incoming request against the whitelist and blacklist
- handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
-
Deprecated.Checks the incoming request against the whitelist and blacklist
- handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.RequestLogHandler
- handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
- handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ScopedHandler
-
------------------------------------------------------------
- handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.SecuredRedirectHandler
- handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ShutdownHandler
- handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.SizeLimitHandler
- handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ThreadLimitHandler
- handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.websocket.server.WebSocketHandler
- handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.websocket.server.WebSocketUpgradeHandlerWrapper
- handle(Callback[]) - Method in class org.eclipse.jetty.jaas.callback.AbstractCallbackHandler
- handle(Callback[]) - Method in class org.eclipse.jetty.jaas.callback.DefaultCallbackHandler
- handle(Callback[]) - Method in class org.eclipse.jetty.security.jaspi.ServletCallbackHandler
- handle(AnnotationParser.ClassInfo) - Method in class org.eclipse.jetty.annotations.AnnotationParser.AbstractHandler
- handle(AnnotationParser.ClassInfo) - Method in interface org.eclipse.jetty.annotations.AnnotationParser.Handler
- handle(AnnotationParser.ClassInfo) - Method in class org.eclipse.jetty.annotations.ClassInheritanceHandler
- handle(AnnotationParser.ClassInfo, String) - Method in class org.eclipse.jetty.annotations.AnnotationParser.AbstractHandler
- handle(AnnotationParser.ClassInfo, String) - Method in interface org.eclipse.jetty.annotations.AnnotationParser.Handler
- handle(AnnotationParser.ClassInfo, String) - Method in class org.eclipse.jetty.annotations.ContainerInitializerAnnotationHandler
-
Handle finding a class that is annotated with the annotation we were constructed with.
- handle(AnnotationParser.ClassInfo, String) - Method in class org.eclipse.jetty.annotations.WebFilterAnnotationHandler
- handle(AnnotationParser.ClassInfo, String) - Method in class org.eclipse.jetty.annotations.WebListenerAnnotationHandler
- handle(AnnotationParser.ClassInfo, String) - Method in class org.eclipse.jetty.annotations.WebServletAnnotationHandler
-
Handle discovering a WebServlet annotation.
- handle(AnnotationParser.FieldInfo) - Method in class org.eclipse.jetty.annotations.AnnotationParser.AbstractHandler
- handle(AnnotationParser.FieldInfo) - Method in interface org.eclipse.jetty.annotations.AnnotationParser.Handler
- handle(AnnotationParser.FieldInfo, String) - Method in class org.eclipse.jetty.annotations.AnnotationParser.AbstractHandler
- handle(AnnotationParser.FieldInfo, String) - Method in interface org.eclipse.jetty.annotations.AnnotationParser.Handler
- handle(AnnotationParser.FieldInfo, String) - Method in class org.eclipse.jetty.annotations.ContainerInitializerAnnotationHandler
-
Handle finding a field that is annotated with the annotation we were constructed with.
- handle(AnnotationParser.FieldInfo, String) - Method in class org.eclipse.jetty.annotations.WebFilterAnnotationHandler
- handle(AnnotationParser.FieldInfo, String) - Method in class org.eclipse.jetty.annotations.WebListenerAnnotationHandler
- handle(AnnotationParser.FieldInfo, String) - Method in class org.eclipse.jetty.annotations.WebServletAnnotationHandler
- handle(AnnotationParser.MethodInfo) - Method in class org.eclipse.jetty.annotations.AnnotationParser.AbstractHandler
- handle(AnnotationParser.MethodInfo) - Method in interface org.eclipse.jetty.annotations.AnnotationParser.Handler
- handle(AnnotationParser.MethodInfo, String) - Method in class org.eclipse.jetty.annotations.AnnotationParser.AbstractHandler
- handle(AnnotationParser.MethodInfo, String) - Method in interface org.eclipse.jetty.annotations.AnnotationParser.Handler
- handle(AnnotationParser.MethodInfo, String) - Method in class org.eclipse.jetty.annotations.ContainerInitializerAnnotationHandler
-
Handle finding a method that is annotated with the annotation we were constructed with.
- handle(AnnotationParser.MethodInfo, String) - Method in class org.eclipse.jetty.annotations.WebFilterAnnotationHandler
- handle(AnnotationParser.MethodInfo, String) - Method in class org.eclipse.jetty.annotations.WebListenerAnnotationHandler
- handle(AnnotationParser.MethodInfo, String) - Method in class org.eclipse.jetty.annotations.WebServletAnnotationHandler
- handle(HttpChannel) - Method in class org.eclipse.jetty.server.Server
- handle(Request, Runnable) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Handle a runnable in the scope of this context and a particular request
- handle(Request, ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.servlet.ServletHolder
-
Service a request with this servlet.
- handleAcceptFailure(Throwable) - Method in class org.eclipse.jetty.server.AbstractConnector
- handleAcceptFailure(Throwable) - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
- handleAsync(HttpChannel) - Method in class org.eclipse.jetty.server.Server
- handleAuthentication(HttpServletRequest, HttpServletResponse, String) - Method in class org.eclipse.jetty.proxy.ConnectHandler
-
Handles the authentication before setting up the tunnel to the remote server.
- handleClass(Class<?>) - Method in class org.eclipse.jetty.annotations.ResourceAnnotationHandler
- handleConnect(Request, HttpServletRequest, HttpServletResponse, String) - Method in class org.eclipse.jetty.proxy.ConnectHandler
-
Handles a CONNECT request.
- handleDelete(HttpServletRequest, HttpServletResponse, String, File) - Method in class org.eclipse.jetty.servlets.PutFilter
-
Deprecated.
- handleErrorPage(HttpServletRequest, Writer, int, String) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
- handleException(Throwable) - Method in class org.eclipse.jetty.server.HttpChannel
-
Sends an error 500, performing a special logic to detect whether the request is suspended, to avoid concurrent writes from the application.
- handleException(Throwable) - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
- handleField(Class<?>, Field) - Method in class org.eclipse.jetty.annotations.ResourceAnnotationHandler
- handleField(String, String, int, String, String, Object, String) - Method in class org.eclipse.jetty.annotations.RunAsAnnotationHandler
- handleMethod(Class<?>, Method) - Method in class org.eclipse.jetty.annotations.ResourceAnnotationHandler
-
Process a Resource annotation on a Method.
- handleMethod(String, String, int, String, String, String[], String) - Method in class org.eclipse.jetty.annotations.RunAsAnnotationHandler
- handleMove(HttpServletRequest, HttpServletResponse, String, File) - Method in class org.eclipse.jetty.servlets.PutFilter
-
Deprecated.
- handleOptions(FilterChain, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.servlets.PutFilter
-
Deprecated.
- handleOptions(Request, Response) - Method in class org.eclipse.jetty.server.Server
- handlePut(HttpServletRequest, HttpServletResponse, String, File) - Method in class org.eclipse.jetty.servlets.PutFilter
-
Deprecated.
- Handler - Interface in org.eclipse.jetty.server
-
A Jetty Server Handler.
- HandlerCollection - Class in org.eclipse.jetty.server.handler
-
A collection of handlers.
- HandlerCollection() - Constructor for class org.eclipse.jetty.server.handler.HandlerCollection
- HandlerCollection(boolean, Handler...) - Constructor for class org.eclipse.jetty.server.handler.HandlerCollection
- HandlerCollection(Handler...) - Constructor for class org.eclipse.jetty.server.handler.HandlerCollection
- HandlerCollection.Handlers - Class in org.eclipse.jetty.server.handler
- handlerComplete() - Method in class org.eclipse.jetty.websocket.common.message.MessageInputStream
- handlerComplete() - Method in class org.eclipse.jetty.websocket.common.message.MessageReader
- HandlerContainer - Interface in org.eclipse.jetty.server
-
A Handler that contains other Handlers.
- HandlerList - Class in org.eclipse.jetty.server.handler
-
HandlerList.
- HandlerList() - Constructor for class org.eclipse.jetty.server.handler.HandlerList
- HandlerList(Handler...) - Constructor for class org.eclipse.jetty.server.handler.HandlerList
- Handlers(Handler[]) - Constructor for class org.eclipse.jetty.server.handler.HandlerCollection.Handlers
- HandlerWrapper - Class in org.eclipse.jetty.server.handler
-
A
HandlerWrapper
acts as aHandler
but delegates thehandle
method andlife cycle
events to a delegate. - HandlerWrapper() - Constructor for class org.eclipse.jetty.server.handler.HandlerWrapper
- handleSelectFailure(Selector, Throwable) - Method in class org.eclipse.jetty.io.ManagedSelector
- handleUnknown(JSON.Source, char) - Method in class org.eclipse.jetty.util.ajax.JSON
- handleViolation(HttpComplianceSection, String) - Method in class org.eclipse.jetty.http.HttpParser
- handleWatchEvent(Path, PathWatcher.PathWatchEvent) - Method in class org.eclipse.jetty.util.PathWatcher
-
Add an event reported by the WatchService to list of pending events that will be sent after their quiet time has expired.
- handling() - Method in class org.eclipse.jetty.server.HttpChannelState
- HANDLING - org.eclipse.jetty.server.HttpChannelState.State
- handshakeFailed(SslHandshakeListener.Event, Throwable) - Method in interface org.eclipse.jetty.io.ssl.SslHandshakeListener
-
Callback method invoked when the TLS handshake fails.
- HandshakeRFC6455 - Class in org.eclipse.jetty.websocket.server
-
WebSocket Handshake for RFC 6455.
- HandshakeRFC6455() - Constructor for class org.eclipse.jetty.websocket.server.HandshakeRFC6455
- handshakeSucceeded(SslHandshakeListener.Event) - Method in interface org.eclipse.jetty.io.ssl.SslHandshakeListener
-
Callback method invoked when the TLS handshake succeeds.
- hasAmbiguousEmptySegment() - Method in class org.eclipse.jetty.http.HttpURI
- hasAmbiguousEncoding() - Method in class org.eclipse.jetty.http.HttpURI
- hasAmbiguousParameter() - Method in class org.eclipse.jetty.http.HttpURI
- hasAmbiguousSegment() - Method in class org.eclipse.jetty.http.HttpURI
- hasAmbiguousSeparator() - Method in class org.eclipse.jetty.http.HttpURI
- hasAuthenticationResults() - Method in interface org.eclipse.jetty.client.api.AuthenticationStore
- hasAuthenticationResults() - Method in class org.eclipse.jetty.client.HttpAuthenticationStore
- hasBinary() - Method in class org.eclipse.jetty.websocket.jsr356.annotations.JsrEvents
- hasBinaryStream() - Method in class org.eclipse.jetty.websocket.jsr356.annotations.JsrEvents
- hasContent() - Method in class org.eclipse.jetty.client.HttpContent
- hasContent() - Method in class org.eclipse.jetty.server.HttpInput.Content
- hasContent() - Method in class org.eclipse.jetty.server.HttpInput
- hasContent(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
-
Check for a non null and non empty buffer.
- hasContent(HttpServletRequest) - Method in class org.eclipse.jetty.proxy.AbstractProxyServlet
- hasDataConstraint() - Method in class org.eclipse.jetty.util.security.Constraint
- hasDefaultConfig() - Method in class org.eclipse.jetty.start.Module
- hasDemandOrStall() - Method in class org.eclipse.jetty.client.HttpReceiver
- hasEntry(Object) - Static method in class org.eclipse.jetty.util.LazyList
-
Simple utility method to test if List has at least 1 entry.
- hasExcludes() - Method in class org.eclipse.jetty.util.IncludeExcludeSet
- hasFiles(BaseHome, Props) - Method in class org.eclipse.jetty.start.Module
- hasFlag(int) - Method in class org.eclipse.jetty.http2.parser.BodyParser
- hasFlag(int) - Method in class org.eclipse.jetty.http2.parser.HeaderParser
- hasFlag(int) - Method in class org.eclipse.jetty.http2.parser.Parser
- hashCode() - Method in class org.eclipse.jetty.client.ContentDecoder.Factory
- hashCode() - Method in class org.eclipse.jetty.client.Origin.Address
- hashCode() - Method in class org.eclipse.jetty.client.Origin
- hashCode() - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V1.Tag
- hashCode() - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag
- hashCode() - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag.TLV
- hashCode() - Method in class org.eclipse.jetty.deploy.graph.Edge
- hashCode() - Method in class org.eclipse.jetty.deploy.graph.Node
- hashCode() - Method in class org.eclipse.jetty.http.CompressedContentFormat
- hashCode() - Method in class org.eclipse.jetty.http.HttpField
- hashCode() - Method in class org.eclipse.jetty.http.HttpFields
- hashCode() - Method in class org.eclipse.jetty.http.HttpURI
- hashCode() - Method in class org.eclipse.jetty.http.pathmap.AbstractPathSpec
- hashCode() - Method in class org.eclipse.jetty.http.pathmap.MappedResource
- hashCode() - Method in class org.eclipse.jetty.http.PrecompressedHttpContent
- hashCode() - Method in class org.eclipse.jetty.http.spi.JettyHttpExchange
- hashCode() - Method in class org.eclipse.jetty.http.spi.JettyHttpsExchange
- hashCode() - Method in class org.eclipse.jetty.jaas.JAASPrincipal
- hashCode() - Method in class org.eclipse.jetty.plus.annotation.LifeCycleCallback
- hashCode() - Method in class org.eclipse.jetty.server.InclusiveByteRange
- hashCode() - Method in class org.eclipse.jetty.servlet.ServletHolder
- hashCode() - Method in class org.eclipse.jetty.start.config.CommandLineConfigSource
- hashCode() - Method in class org.eclipse.jetty.start.config.DirConfigSource
- hashCode() - Method in class org.eclipse.jetty.start.FileArg
- hashCode() - Method in class org.eclipse.jetty.start.Module
- hashCode() - Method in class org.eclipse.jetty.util.ArrayTernaryTrie.Growing
- hashCode() - Method in class org.eclipse.jetty.util.ConcurrentHashSet
-
Deprecated.
- hashCode() - Method in class org.eclipse.jetty.util.Fields.Field
- hashCode() - Method in class org.eclipse.jetty.util.Fields
- hashCode() - Method in class org.eclipse.jetty.util.PathWatcher.PathWatchEvent
- hashCode() - Method in class org.eclipse.jetty.util.resource.FileResource
-
Deprecated.
- hashCode() - Method in class org.eclipse.jetty.util.resource.PathResource
- hashCode() - Method in class org.eclipse.jetty.util.resource.URLResource
- hashCode() - Method in class org.eclipse.jetty.util.security.Password
- hashCode() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
- hashCode() - Method in class org.eclipse.jetty.websocket.common.events.annotated.EventMethods
- hashCode() - Method in class org.eclipse.jetty.websocket.common.WebSocketFrame
- hashCode() - Method in class org.eclipse.jetty.websocket.jsr356.JsrExtension
- hashKey(String) - Static method in class org.eclipse.jetty.websocket.common.AcceptHash
-
Concatenate the provided key with the Magic GUID and return the Base64 encoded form.
- HashLoginService - Class in org.eclipse.jetty.security
-
Properties User Realm.
- HashLoginService() - Constructor for class org.eclipse.jetty.security.HashLoginService
- HashLoginService(String) - Constructor for class org.eclipse.jetty.security.HashLoginService
- HashLoginService(String, String) - Constructor for class org.eclipse.jetty.security.HashLoginService
- hasHost() - Method in class org.eclipse.jetty.util.HostPort
- hasIncludes() - Method in class org.eclipse.jetty.util.IncludeExcludeSet
- hasIniTemplate() - Method in class org.eclipse.jetty.start.Module
- hasJvmArgs() - Method in class org.eclipse.jetty.start.StartArgs
- hasKnownValues(HttpHeader) - Static method in enum org.eclipse.jetty.http.HttpHeaderValue
- hasLicense() - Method in class org.eclipse.jetty.start.Module
- hasLicenses() - Method in class org.eclipse.jetty.start.Licensing
- hasListener(AsyncListener) - Method in class org.eclipse.jetty.server.HttpChannelState
- hasMetaData() - Method in class org.eclipse.jetty.server.Request
- hasMore() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
- hasMore() - Method in class org.eclipse.jetty.jndi.BindingEnumeration
- hasMore() - Method in class org.eclipse.jetty.jndi.NameEnumeration
- hasMoreElements() - Method in class org.eclipse.jetty.jndi.BindingEnumeration
- hasMoreElements() - Method in class org.eclipse.jetty.jndi.NameEnumeration
- hasMoreElements() - Method in class org.eclipse.jetty.util.QuotedStringTokenizer
- hasMoreTokens() - Method in class org.eclipse.jetty.util.QuotedStringTokenizer
- hasMultipleValues() - Method in class org.eclipse.jetty.util.Fields.Field
- hasNegotiatedExtensions() - Method in class org.eclipse.jetty.websocket.common.extensions.ExtensionStack
- hasNext() - Method in class org.eclipse.jetty.util.ajax.JSON.ReaderSource
- hasNext() - Method in interface org.eclipse.jetty.util.ajax.JSON.Source
- hasNext() - Method in class org.eclipse.jetty.util.ajax.JSON.StringSource
- hasNoBody(int) - Static method in class org.eclipse.jetty.http.HttpStatus
- hasOriginalRequestAndResponse() - Method in class org.eclipse.jetty.server.AsyncContextState
- hasPayload() - Method in interface org.eclipse.jetty.websocket.api.extensions.Frame
- hasPayload() - Method in class org.eclipse.jetty.websocket.common.frames.ReadOnlyDelegatedFrame
- hasPayload() - Method in class org.eclipse.jetty.websocket.common.WebSocketFrame
- hasPort() - Method in class org.eclipse.jetty.util.HostPort
- hasPropertyKey(String) - Static method in class org.eclipse.jetty.start.Props
- hasQuery() - Method in class org.eclipse.jetty.http.HttpURI
- hasRemaining() - Method in class org.eclipse.jetty.io.RetainableByteBuffer
- hasRole(String) - Method in class org.eclipse.jetty.util.security.Constraint
- hasScheme(String) - Static method in class org.eclipse.jetty.util.URIUtil
- hasSubProtocol(String) - Method in interface org.eclipse.jetty.websocket.api.UpgradeRequest
-
Test if a specific sub-protocol is offered
- hasSubProtocol(String) - Method in class org.eclipse.jetty.websocket.common.UpgradeRequestAdapter
- hasSubProtocol(String) - Method in class org.eclipse.jetty.websocket.servlet.ServletUpgradeRequest
- hasSystemProperties() - Method in class org.eclipse.jetty.start.StartArgs
- hasText() - Method in class org.eclipse.jetty.websocket.jsr356.annotations.JsrEvents
- hasTextStream() - Method in class org.eclipse.jetty.websocket.jsr356.annotations.JsrEvents
- hasTimeoutTask() - Method in class org.eclipse.jetty.server.AsyncContextEvent
- hasUtf16Encoding() - Method in class org.eclipse.jetty.http.HttpURI
- hasViolations() - Method in class org.eclipse.jetty.http.HttpURI
- hasWildcard() - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration.ServletContainerInitializerOrdering
- HazelcastSessionDataStore - Class in org.eclipse.jetty.hazelcast.session
-
Session data stored in Hazelcast
- HazelcastSessionDataStore() - Constructor for class org.eclipse.jetty.hazelcast.session.HazelcastSessionDataStore
- HazelcastSessionDataStoreFactory - Class in org.eclipse.jetty.hazelcast.session
-
Factory to construct
HazelcastSessionDataStore
- HazelcastSessionDataStoreFactory() - Constructor for class org.eclipse.jetty.hazelcast.session.HazelcastSessionDataStoreFactory
- HEAD - org.eclipse.jetty.http.HttpMethod
- HEAD_AS_INT - Static variable in enum org.eclipse.jetty.http.HttpMethod
- header(String, String) - Method in interface org.eclipse.jetty.client.api.Request
- header(String, String) - Method in class org.eclipse.jetty.client.HttpRequest
- header(HttpField) - Method in class org.eclipse.jetty.fcgi.server.HttpChannelOverFCGI
- header(HttpHeader, String) - Method in interface org.eclipse.jetty.client.api.Request
-
Adds the given
value
to the specifiedheader
. - header(HttpHeader, String) - Method in class org.eclipse.jetty.client.HttpRequest
- HEADER - org.eclipse.jetty.http.HttpParser.State
- HEADER_LENGTH - Static variable in class org.eclipse.jetty.http2.frames.Frame
- HEADER_OVERFLOW - org.eclipse.jetty.http.HttpGenerator.Result
- HEADER_TABLE_SIZE - Static variable in class org.eclipse.jetty.http2.frames.SettingsFrame
- HeaderBlockFragments - Class in org.eclipse.jetty.http2.parser
- HeaderBlockFragments(int) - Constructor for class org.eclipse.jetty.http2.parser.HeaderBlockFragments
- HeaderBlockParser - Class in org.eclipse.jetty.http2.parser
- HeaderBlockParser(HeaderParser, ByteBufferPool, HpackDecoder, BodyParser) - Constructor for class org.eclipse.jetty.http2.parser.HeaderBlockParser
- headerComplete() - Method in class org.eclipse.jetty.client.http.HttpReceiverOverHTTP
- headerComplete() - Method in interface org.eclipse.jetty.http.HttpParser.HttpHandler
- headerComplete() - Method in interface org.eclipse.jetty.http.MultiPartParser.Handler
- headerComplete() - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
- HeaderFilter - Class in org.eclipse.jetty.servlets
-
Header Filter
- HeaderFilter() - Constructor for class org.eclipse.jetty.servlets.HeaderFilter
- HeaderGenerator - Class in org.eclipse.jetty.http2.generator
- HeaderGenerator() - Constructor for class org.eclipse.jetty.http2.generator.HeaderGenerator
- HeaderInfo(HttpHeader, String, Map<String, String>) - Constructor for class org.eclipse.jetty.client.api.Authentication.HeaderInfo
- headerParser - Variable in class org.eclipse.jetty.fcgi.parser.Parser
- HeaderParser - Class in org.eclipse.jetty.fcgi.parser
-
Parser for FastCGI frame headers.
- HeaderParser - Class in org.eclipse.jetty.http2.parser
-
The parser for the frame header of HTTP/2 frames.
- HeaderParser() - Constructor for class org.eclipse.jetty.fcgi.parser.HeaderParser
- HeaderParser(RateControl) - Constructor for class org.eclipse.jetty.http2.parser.HeaderParser
- HeaderPatternRule - Class in org.eclipse.jetty.rewrite.handler
-
Sets the header in the response whenever the rule finds a match.
- HeaderPatternRule() - Constructor for class org.eclipse.jetty.rewrite.handler.HeaderPatternRule
- HeaderPatternRule(String, String, String) - Constructor for class org.eclipse.jetty.rewrite.handler.HeaderPatternRule
- HeaderRegexRule - Class in org.eclipse.jetty.rewrite.handler
-
Rule to add a header based on a Regex match
- HeaderRegexRule() - Constructor for class org.eclipse.jetty.rewrite.handler.HeaderRegexRule
- HeaderRegexRule(String, String, String) - Constructor for class org.eclipse.jetty.rewrite.handler.HeaderRegexRule
- HeaderRule - Class in org.eclipse.jetty.rewrite.handler
-
Abstract rule that matches against request headers.
- HeaderRule() - Constructor for class org.eclipse.jetty.rewrite.handler.HeaderRule
- headers(HeadersFrame, Callback) - Method in interface org.eclipse.jetty.http2.api.Stream
-
Sends the given HEADERS
frame
. - headers(HeadersFrame, Callback) - Method in class org.eclipse.jetty.http2.HTTP2Stream
- HEADERS - org.eclipse.jetty.http2.frames.FrameType
- HeadersBodyParser - Class in org.eclipse.jetty.http2.parser
- HeadersBodyParser(HeaderParser, Parser.Listener, HeaderBlockParser, HeaderBlockFragments) - Constructor for class org.eclipse.jetty.http2.parser.HeadersBodyParser
- HeadersFrame - Class in org.eclipse.jetty.http2.frames
- HeadersFrame(int, MetaData, PriorityFrame, boolean) - Constructor for class org.eclipse.jetty.http2.frames.HeadersFrame
-
Creates a new
HEADERS
frame with the specified streamid
. - HeadersFrame(MetaData, PriorityFrame, boolean) - Constructor for class org.eclipse.jetty.http2.frames.HeadersFrame
-
Creates a new
HEADERS
frame with an unspecified streamid
. - HeadersGenerator - Class in org.eclipse.jetty.http2.generator
- HeadersGenerator(HeaderGenerator, HpackEncoder) - Constructor for class org.eclipse.jetty.http2.generator.HeadersGenerator
- HeadersGenerator(HeaderGenerator, HpackEncoder, int) - Constructor for class org.eclipse.jetty.http2.generator.HeadersGenerator
- headersToCommit(HttpExchange) - Method in class org.eclipse.jetty.client.HttpSender
- HelloHandler - Class in org.eclipse.jetty.embedded
- HelloHandler() - Constructor for class org.eclipse.jetty.embedded.HelloHandler
- HelloHandler(String) - Constructor for class org.eclipse.jetty.embedded.HelloHandler
- HelloHandler(String, String) - Constructor for class org.eclipse.jetty.embedded.HelloHandler
- HelloServlet - Class in org.eclipse.jetty.embedded
- HelloServlet() - Constructor for class org.eclipse.jetty.embedded.HelloServlet
- HelloServlet() - Constructor for class org.eclipse.jetty.embedded.MinimalServlets.HelloServlet
- HelloServlet(String) - Constructor for class org.eclipse.jetty.embedded.HelloServlet
- HelloSessionServlet - Class in org.eclipse.jetty.embedded
- HelloSessionServlet() - Constructor for class org.eclipse.jetty.embedded.HelloSessionServlet
- HelloWorld - Class in org.eclipse.jetty.embedded
- HelloWorld() - Constructor for class org.eclipse.jetty.embedded.HelloWorld
- HelpMojo - Class in org.eclipse.jetty.jetty_jspc_maven_plugin
-
Display help information on jetty-jspc-maven-plugin.
Callmvn jetty-jspc:help -Ddetail=true -Dgoal=<goal-name>
to display parameter details. - HelpMojo - Class in org.eclipse.jetty.jetty_maven_plugin
-
Display help information on jetty-maven-plugin.
Callmvn jetty:help -Ddetail=true -Dgoal=<goal-name>
to display parameter details. - HelpMojo() - Constructor for class org.eclipse.jetty.jetty_jspc_maven_plugin.HelpMojo
- HelpMojo() - Constructor for class org.eclipse.jetty.jetty_maven_plugin.HelpMojo
- hilo(int) - Static method in class org.eclipse.jetty.util.ArrayTernaryTrie
- hint(String) - Static method in class org.eclipse.jetty.websocket.common.util.TextUtil
-
Create a hint of what the text is like.
- Holder<T> - Class in org.eclipse.jetty.servlet
-
Holder Specialization of AbstractHolder for servlet-related classes that have init-params etc
- Holder(Source) - Constructor for class org.eclipse.jetty.servlet.Holder
- Holder.HolderConfig - Class in org.eclipse.jetty.servlet
- Holder.HolderRegistration - Class in org.eclipse.jetty.servlet
- HolderConfig() - Constructor for class org.eclipse.jetty.servlet.Holder.HolderConfig
- HolderMBean - Class in org.eclipse.jetty.servlet.jmx
- HolderMBean(Object) - Constructor for class org.eclipse.jetty.servlet.jmx.HolderMBean
- HolderRegistration() - Constructor for class org.eclipse.jetty.servlet.Holder.HolderRegistration
- HomeBaseWarning - Class in org.eclipse.jetty.server
-
Display an optional Warning Message if the {jetty.home} and {jetty.base} are the same directory.
- HomeBaseWarning() - Constructor for class org.eclipse.jetty.server.HomeBaseWarning
- HOP_HEADERS - Static variable in class org.eclipse.jetty.proxy.AbstractProxyServlet
- host(String) - Method in interface org.eclipse.jetty.client.api.Request
- host(String) - Method in class org.eclipse.jetty.client.HttpRequest
- HOST - org.eclipse.jetty.http.HttpHeader
- HostHeaderCustomizer - Class in org.eclipse.jetty.server
-
Customizes requests that lack the
Host
header (for example, HTTP 1.0 requests). - HostHeaderCustomizer(String) - Constructor for class org.eclipse.jetty.server.HostHeaderCustomizer
- HostHeaderCustomizer(String, int) - Constructor for class org.eclipse.jetty.server.HostHeaderCustomizer
- HostMap<TYPE> - Class in org.eclipse.jetty.util
- HostMap() - Constructor for class org.eclipse.jetty.util.HostMap
-
Construct empty HostMap.
- HostMap(int) - Constructor for class org.eclipse.jetty.util.HostMap
-
Construct empty HostMap.
- HostPort - Class in org.eclipse.jetty.util
-
Parse an authority string (in the form
host:port
) intohost
andport
, handling IPv4 and IPv6 host formats as defined in https://www.ietf.org/rfc/rfc2732.txt - HostPort(String) - Constructor for class org.eclipse.jetty.util.HostPort
- HostPort(String, int) - Constructor for class org.eclipse.jetty.util.HostPort
- HostPortHttpField - Class in org.eclipse.jetty.http
-
An HttpField holding a preparsed Host and port number
- HostPortHttpField(String) - Constructor for class org.eclipse.jetty.http.HostPortHttpField
- HostPortHttpField(String, int) - Constructor for class org.eclipse.jetty.http.HostPortHttpField
- HostPortHttpField(HttpHeader, String, String) - Constructor for class org.eclipse.jetty.http.HostPortHttpField
- HostPortHttpField(HostPort) - Constructor for class org.eclipse.jetty.http.HostPortHttpField
- HotSwapHandler - Class in org.eclipse.jetty.server.handler
-
A
HandlerContainer
that allows a hot swap of a wrapped handler. - HotSwapHandler() - Constructor for class org.eclipse.jetty.server.handler.HotSwapHandler
- HouseKeeper - Class in org.eclipse.jetty.server.session
-
HouseKeeper There is 1 session HouseKeeper per SessionIdManager instance.
- HouseKeeper() - Constructor for class org.eclipse.jetty.server.session.HouseKeeper
- HouseKeeper.Runner - Class in org.eclipse.jetty.server.session
-
Runner
- HpackContext - Class in org.eclipse.jetty.http2.hpack
-
HPACK - Header Compression for HTTP/2
- HpackContext.Entry - Class in org.eclipse.jetty.http2.hpack
- HpackContext.StaticEntry - Class in org.eclipse.jetty.http2.hpack
- HpackDecoder - Class in org.eclipse.jetty.http2.hpack
-
Hpack Decoder
- HpackDecoder(int) - Constructor for class org.eclipse.jetty.http2.hpack.HpackDecoder
- HpackDecoder(int, int) - Constructor for class org.eclipse.jetty.http2.hpack.HpackDecoder
-
Deprecated.
- HpackEncoder - Class in org.eclipse.jetty.http2.hpack
- HpackEncoder() - Constructor for class org.eclipse.jetty.http2.hpack.HpackEncoder
- HpackEncoder(int) - Constructor for class org.eclipse.jetty.http2.hpack.HpackEncoder
-
Deprecated.
- HpackEncoder(int, int) - Constructor for class org.eclipse.jetty.http2.hpack.HpackEncoder
-
Deprecated.
- HpackEncoder(int, int, int) - Constructor for class org.eclipse.jetty.http2.hpack.HpackEncoder
-
Deprecated.
- HpackException - Exception in org.eclipse.jetty.http2.hpack
- HpackException.CompressionException - Exception in org.eclipse.jetty.http2.hpack
- HpackException.SessionException - Exception in org.eclipse.jetty.http2.hpack
-
A Session HPACK Exception.
- HpackException.StreamException - Exception in org.eclipse.jetty.http2.hpack
-
A Stream HPACK exception.
- HpackFieldPreEncoder - Class in org.eclipse.jetty.http2.hpack
- HpackFieldPreEncoder() - Constructor for class org.eclipse.jetty.http2.hpack.HpackFieldPreEncoder
- HTAB - org.eclipse.jetty.http.HttpTokens.Type
- HTTP - org.eclipse.jetty.http.HttpScheme
- HTTP - Static variable in class org.eclipse.jetty.util.URIUtil
- HTTP_0_9 - org.eclipse.jetty.http.HttpVersion
- HTTP_1_0 - org.eclipse.jetty.http.HttpVersion
- HTTP_1_1 - org.eclipse.jetty.http.HttpVersion
- HTTP_1_1_REQUIRED_ERROR - org.eclipse.jetty.http2.ErrorCode
-
Indicates that HTTP/1.1 must be used rather than HTTP/2.
- HTTP_2 - org.eclipse.jetty.http.HttpVersion
- HTTP_CONNECT_ERROR - org.eclipse.jetty.http2.ErrorCode
-
Indicates that the connection established by an HTTP CONNECT was abnormally closed.
- HTTP_CONNECTION_PROMISE_CONTEXT_KEY - Static variable in interface org.eclipse.jetty.client.HttpClientTransport
- HTTP_DESTINATION_CONTEXT_KEY - Static variable in interface org.eclipse.jetty.client.HttpClientTransport
- HTTP_ONLY_COMMENT - Static variable in class org.eclipse.jetty.http.HttpCookie
-
If this string is found within the comment parsed with
HttpCookie.isHttpOnlyInComment(String)
the check will return true - HTTP_SERVLET - Static variable in class org.eclipse.jetty.security.jaspi.SimpleAuthConfig
- HTTP_VERSION_NOT_SUPPORTED - org.eclipse.jetty.http.HttpStatus.Code
- HTTP_VERSION_NOT_SUPPORTED_505 - Static variable in class org.eclipse.jetty.http.HttpStatus
- Http1FieldPreEncoder - Class in org.eclipse.jetty.http
- Http1FieldPreEncoder() - Constructor for class org.eclipse.jetty.http.Http1FieldPreEncoder
- HTTP2_SETTINGS - org.eclipse.jetty.http.HttpHeader
- HTTP2Cipher - Class in org.eclipse.jetty.http2
- HTTP2Cipher() - Constructor for class org.eclipse.jetty.http2.HTTP2Cipher
- HTTP2Cipher.CipherComparator - Class in org.eclipse.jetty.http2
-
Comparator that orders non blacklisted ciphers before blacklisted ones.
- HTTP2Client - Class in org.eclipse.jetty.http2.client
-
HTTP2Client
provides an asynchronous, non-blocking implementation to send HTTP/2 frames to a server. - HTTP2Client() - Constructor for class org.eclipse.jetty.http2.client.HTTP2Client
- HTTP2ClientConnectionFactory - Class in org.eclipse.jetty.http2.client
- HTTP2ClientConnectionFactory() - Constructor for class org.eclipse.jetty.http2.client.HTTP2ClientConnectionFactory
- HTTP2ClientSession - Class in org.eclipse.jetty.http2.client
- HTTP2ClientSession(Scheduler, EndPoint, Generator, Session.Listener, FlowControlStrategy) - Constructor for class org.eclipse.jetty.http2.client.HTTP2ClientSession
-
Deprecated.
- HTTP2ClientSession(Scheduler, EndPoint, Parser, Generator, Session.Listener, FlowControlStrategy) - Constructor for class org.eclipse.jetty.http2.client.HTTP2ClientSession
- HTTP2Connection - Class in org.eclipse.jetty.http2
- HTTP2Connection(ByteBufferPool, Executor, EndPoint, ISession, int) - Constructor for class org.eclipse.jetty.http2.HTTP2Connection
- HTTP2Connection(ByteBufferPool, Executor, EndPoint, Parser, ISession, int) - Constructor for class org.eclipse.jetty.http2.HTTP2Connection
-
Deprecated.
- HTTP2Connection.HTTP2Producer - Class in org.eclipse.jetty.http2
- HTTP2CServerConnectionFactory - Class in org.eclipse.jetty.http2.server
-
HTTP2 Clear Text Connection factory.
- HTTP2CServerConnectionFactory(HttpConfiguration) - Constructor for class org.eclipse.jetty.http2.server.HTTP2CServerConnectionFactory
- HTTP2CServerConnectionFactory(HttpConfiguration, String...) - Constructor for class org.eclipse.jetty.http2.server.HTTP2CServerConnectionFactory
- HTTP2Flusher - Class in org.eclipse.jetty.http2
- HTTP2Flusher(HTTP2Session) - Constructor for class org.eclipse.jetty.http2.HTTP2Flusher
- HTTP2Flusher.Entry - Class in org.eclipse.jetty.http2
- HTTP2Producer() - Constructor for class org.eclipse.jetty.http2.HTTP2Connection.HTTP2Producer
- Http2Server - Class in org.eclipse.jetty.embedded
- Http2Server() - Constructor for class org.eclipse.jetty.embedded.Http2Server
- Http2Server.PushedTilesFilter - Class in org.eclipse.jetty.embedded
- HTTP2ServerConnection - Class in org.eclipse.jetty.http2.server
- HTTP2ServerConnection(ByteBufferPool, Executor, EndPoint, HttpConfiguration, ISession, int, ServerSessionListener) - Constructor for class org.eclipse.jetty.http2.server.HTTP2ServerConnection
- HTTP2ServerConnection(ByteBufferPool, Executor, EndPoint, HttpConfiguration, ServerParser, ISession, int, ServerSessionListener) - Constructor for class org.eclipse.jetty.http2.server.HTTP2ServerConnection
-
Deprecated.
- HTTP2ServerConnection.ServerHttpChannelOverHTTP2 - Class in org.eclipse.jetty.http2.server
- HTTP2ServerConnectionFactory - Class in org.eclipse.jetty.http2.server
- HTTP2ServerConnectionFactory(HttpConfiguration) - Constructor for class org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory
- HTTP2ServerConnectionFactory(HttpConfiguration, String...) - Constructor for class org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory
- HTTP2ServerConnectionFactory.HTTPServerSessionListener - Class in org.eclipse.jetty.http2.server
- HTTP2ServerSession - Class in org.eclipse.jetty.http2.server
- HTTP2ServerSession(Scheduler, EndPoint, Generator, ServerSessionListener, FlowControlStrategy) - Constructor for class org.eclipse.jetty.http2.server.HTTP2ServerSession
-
Deprecated.
- HTTP2ServerSession(Scheduler, EndPoint, Parser, Generator, ServerSessionListener, FlowControlStrategy) - Constructor for class org.eclipse.jetty.http2.server.HTTP2ServerSession
- HTTP2Session - Class in org.eclipse.jetty.http2
- HTTP2Session(Scheduler, EndPoint, Generator, Session.Listener, FlowControlStrategy, int) - Constructor for class org.eclipse.jetty.http2.HTTP2Session
-
Deprecated.
- HTTP2Session(Scheduler, EndPoint, Parser, Generator, Session.Listener, FlowControlStrategy, int) - Constructor for class org.eclipse.jetty.http2.HTTP2Session
- HTTP2SessionContainer() - Constructor for class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory.HTTP2SessionContainer
- HTTP2Stream - Class in org.eclipse.jetty.http2
- HTTP2Stream(Scheduler, ISession, int, boolean) - Constructor for class org.eclipse.jetty.http2.HTTP2Stream
- HttpAuthenticationStore - Class in org.eclipse.jetty.client
- HttpAuthenticationStore() - Constructor for class org.eclipse.jetty.client.HttpAuthenticationStore
- HttpChannel - Class in org.eclipse.jetty.client
- HttpChannel - Class in org.eclipse.jetty.server
-
HttpChannel represents a single endpoint for HTTP semantic processing.
- HttpChannel(HttpDestination) - Constructor for class org.eclipse.jetty.client.HttpChannel
- HttpChannel(Connector, HttpConfiguration, EndPoint, HttpTransport) - Constructor for class org.eclipse.jetty.server.HttpChannel
- HttpChannel.Listener - Interface in org.eclipse.jetty.server
-
Listener for
HttpChannel
events. - HttpChannel.TransientListeners - Class in org.eclipse.jetty.server
-
Deprecated.
- HttpChannelListeners - Class in org.eclipse.jetty.server
-
A
HttpChannel.Listener
that holds a collection of otherHttpChannel.Listener
instances that are efficiently invoked without iteration. - HttpChannelListeners(Collection<HttpChannel.Listener>) - Constructor for class org.eclipse.jetty.server.HttpChannelListeners
- HttpChannelOverFCGI - Class in org.eclipse.jetty.fcgi.client.http
- HttpChannelOverFCGI - Class in org.eclipse.jetty.fcgi.server
- HttpChannelOverFCGI(HttpConnectionOverFCGI, Flusher, long) - Constructor for class org.eclipse.jetty.fcgi.client.http.HttpChannelOverFCGI
- HttpChannelOverFCGI(Connector, HttpConfiguration, EndPoint, HttpTransport) - Constructor for class org.eclipse.jetty.fcgi.server.HttpChannelOverFCGI
- HttpChannelOverHttp - Class in org.eclipse.jetty.server
-
An HttpChannel customized to be transported over the HTTP/1 protocol
- HttpChannelOverHttp(HttpConnection, Connector, HttpConfiguration, EndPoint, HttpTransport) - Constructor for class org.eclipse.jetty.server.HttpChannelOverHttp
- HttpChannelOverHTTP - Class in org.eclipse.jetty.client.http
- HttpChannelOverHTTP(HttpConnectionOverHTTP) - Constructor for class org.eclipse.jetty.client.http.HttpChannelOverHTTP
- HttpChannelOverHTTP2 - Class in org.eclipse.jetty.http2.client.http
- HttpChannelOverHTTP2 - Class in org.eclipse.jetty.http2.server
- HttpChannelOverHTTP2(HttpDestination, HttpConnectionOverHTTP2, Session) - Constructor for class org.eclipse.jetty.http2.client.http.HttpChannelOverHTTP2
- HttpChannelOverHTTP2(Connector, HttpConfiguration, EndPoint, HttpTransportOverHTTP2) - Constructor for class org.eclipse.jetty.http2.server.HttpChannelOverHTTP2
- HttpChannelState - Class in org.eclipse.jetty.server
-
Implementation of AsyncContext interface that holds the state of request-response cycle.
- HttpChannelState(HttpChannel) - Constructor for class org.eclipse.jetty.server.HttpChannelState
- HttpChannelState.Action - Enum in org.eclipse.jetty.server
-
The actions to take as the channel moves from state to state.
- HttpChannelState.State - Enum in org.eclipse.jetty.server
- HttpClient - Class in org.eclipse.jetty.client
-
HttpClient
provides an efficient, asynchronous, non-blocking implementation to perform HTTP requests to a server through a simple API that offers also blocking semantic. - HttpClient() - Constructor for class org.eclipse.jetty.client.HttpClient
-
Creates a
HttpClient
instance that can perform requests to non-TLS destinations only (that is, requests with the "http" scheme only, and not "https"). - HttpClient(HttpClientTransport) - Constructor for class org.eclipse.jetty.client.HttpClient
-
Creates a
HttpClient
instance that can perform requests to non-TLS destinations only (that is, requests with the "http" scheme only, and not "https"). - HttpClient(HttpClientTransport, SslContextFactory) - Constructor for class org.eclipse.jetty.client.HttpClient
- HttpClient(SslContextFactory) - Constructor for class org.eclipse.jetty.client.HttpClient
-
Creates a
HttpClient
instance that can perform requests to non-TLS and TLS destinations (that is, both requests with the "http" scheme and with the "https" scheme). - HTTPCLIENT_ATTRIBUTE - Static variable in class org.eclipse.jetty.websocket.jsr356.server.deploy.WebSocketServerContainerInitializer
- HttpClientMBean - Class in org.eclipse.jetty.client.jmx
- HttpClientMBean(Object) - Constructor for class org.eclipse.jetty.client.jmx.HttpClientMBean
- HttpClientProvider - Class in org.eclipse.jetty.websocket.client
- HttpClientProvider() - Constructor for class org.eclipse.jetty.websocket.client.HttpClientProvider
- HttpClientTransport - Interface in org.eclipse.jetty.client
-
HttpClientTransport
represents what transport implementations should provide in order to plug-in a different transport forHttpClient
. - HttpClientTransportOverFCGI - Class in org.eclipse.jetty.fcgi.client.http
- HttpClientTransportOverFCGI(int, boolean, String) - Constructor for class org.eclipse.jetty.fcgi.client.http.HttpClientTransportOverFCGI
- HttpClientTransportOverFCGI(String) - Constructor for class org.eclipse.jetty.fcgi.client.http.HttpClientTransportOverFCGI
- HttpClientTransportOverHTTP - Class in org.eclipse.jetty.client.http
- HttpClientTransportOverHTTP() - Constructor for class org.eclipse.jetty.client.http.HttpClientTransportOverHTTP
- HttpClientTransportOverHTTP(int) - Constructor for class org.eclipse.jetty.client.http.HttpClientTransportOverHTTP
- HttpClientTransportOverHTTP2 - Class in org.eclipse.jetty.http2.client.http
- HttpClientTransportOverHTTP2(HTTP2Client) - Constructor for class org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2
- HttpClientTransportOverUnixSockets - Class in org.eclipse.jetty.unixsocket.client
- HttpClientTransportOverUnixSockets(String) - Constructor for class org.eclipse.jetty.unixsocket.client.HttpClientTransportOverUnixSockets
- HttpClientTransportOverUnixSockets.UnixSocketSelectorManager - Class in org.eclipse.jetty.unixsocket.client
- HttpCompliance - Enum in org.eclipse.jetty.http
-
HTTP compliance modes for Jetty HTTP parsing and handling.
- HttpComplianceSection - Enum in org.eclipse.jetty.http
- HttpConfiguration - Class in org.eclipse.jetty.server
-
HTTP Configuration.
- HttpConfiguration() - Constructor for class org.eclipse.jetty.server.HttpConfiguration
- HttpConfiguration(HttpConfiguration) - Constructor for class org.eclipse.jetty.server.HttpConfiguration
-
Creates a configuration from another.
- HttpConfiguration.ConnectionFactory - Interface in org.eclipse.jetty.server
- HttpConfiguration.Customizer - Interface in org.eclipse.jetty.server
-
An interface that allows a request object to be customized for a particular HTTP connector configuration.
- HttpConnection - Class in org.eclipse.jetty.client
- HttpConnection - Class in org.eclipse.jetty.server
-
A
Connection
that handles the HTTP protocol. - HttpConnection(HttpDestination) - Constructor for class org.eclipse.jetty.client.HttpConnection
- HttpConnection(HttpConfiguration, Connector, EndPoint, HttpCompliance, boolean) - Constructor for class org.eclipse.jetty.server.HttpConnection
- HttpConnectionFactory - Class in org.eclipse.jetty.server
-
A Connection Factory for HTTP Connections.
- HttpConnectionFactory() - Constructor for class org.eclipse.jetty.server.HttpConnectionFactory
- HttpConnectionFactory(HttpConfiguration) - Constructor for class org.eclipse.jetty.server.HttpConnectionFactory
- HttpConnectionFactory(HttpConfiguration, HttpCompliance) - Constructor for class org.eclipse.jetty.server.HttpConnectionFactory
- HttpConnectionOverFCGI - Class in org.eclipse.jetty.fcgi.client.http
- HttpConnectionOverFCGI(EndPoint, HttpDestination, Promise<Connection>, boolean) - Constructor for class org.eclipse.jetty.fcgi.client.http.HttpConnectionOverFCGI
- HttpConnectionOverHTTP - Class in org.eclipse.jetty.client.http
- HttpConnectionOverHTTP(EndPoint, HttpDestination, Promise<Connection>) - Constructor for class org.eclipse.jetty.client.http.HttpConnectionOverHTTP
- HttpConnectionOverHTTP2 - Class in org.eclipse.jetty.http2.client.http
- HttpConnectionOverHTTP2(HttpDestination, Session) - Constructor for class org.eclipse.jetty.http2.client.http.HttpConnectionOverHTTP2
- HttpConnectionUpgrader - Interface in org.eclipse.jetty.client.http
- httpConnector - Variable in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
-
A ServerConnector to use.
- HttpContent - Class in org.eclipse.jetty.client
-
HttpContent
is a stateful, linear representation of the request content provided by aContentProvider
that can be traversed one-way to obtain content buffers to send to an HTTP server. - HttpContent - Interface in org.eclipse.jetty.http
-
HttpContent interface.
- HttpContent(ContentProvider) - Constructor for class org.eclipse.jetty.client.HttpContent
- HttpContent.ContentFactory - Interface in org.eclipse.jetty.http
- HttpContentRangeWriter - Class in org.eclipse.jetty.server.resource
-
Range Writer selection for HttpContent
- HttpContentRangeWriter() - Constructor for class org.eclipse.jetty.server.resource.HttpContentRangeWriter
- HttpContentResponse - Class in org.eclipse.jetty.client
- HttpContentResponse(Response, byte[], String, String) - Constructor for class org.eclipse.jetty.client.HttpContentResponse
- HttpConversation - Class in org.eclipse.jetty.client
- HttpConversation() - Constructor for class org.eclipse.jetty.client.HttpConversation
- HttpCookie - Class in org.eclipse.jetty.http
- HttpCookie(String) - Constructor for class org.eclipse.jetty.http.HttpCookie
- HttpCookie(String, String) - Constructor for class org.eclipse.jetty.http.HttpCookie
- HttpCookie(String, String, long) - Constructor for class org.eclipse.jetty.http.HttpCookie
- HttpCookie(String, String, String, String) - Constructor for class org.eclipse.jetty.http.HttpCookie
- HttpCookie(String, String, String, String, long, boolean, boolean) - Constructor for class org.eclipse.jetty.http.HttpCookie
- HttpCookie(String, String, String, String, long, boolean, boolean, String, int) - Constructor for class org.eclipse.jetty.http.HttpCookie
- HttpCookie(String, String, String, String, long, boolean, boolean, String, int, HttpCookie.SameSite) - Constructor for class org.eclipse.jetty.http.HttpCookie
- HttpCookie.SameSite - Enum in org.eclipse.jetty.http
- HttpCookie.SetCookieHttpField - Class in org.eclipse.jetty.http
- HttpCookieStore - Class in org.eclipse.jetty.util
-
Implementation of
CookieStore
that delegates to an instance created byCookieManager
viaCookieManager.getCookieStore()
. - HttpCookieStore() - Constructor for class org.eclipse.jetty.util.HttpCookieStore
- HttpCookieStore.Empty - Class in org.eclipse.jetty.util
- HttpDestination - Class in org.eclipse.jetty.client
- HttpDestination(HttpClient, Origin) - Constructor for class org.eclipse.jetty.client.HttpDestination
- HttpDestinationOverFCGI - Class in org.eclipse.jetty.fcgi.client.http
- HttpDestinationOverFCGI(HttpClient, Origin) - Constructor for class org.eclipse.jetty.fcgi.client.http.HttpDestinationOverFCGI
- HttpDestinationOverHTTP - Class in org.eclipse.jetty.client.http
- HttpDestinationOverHTTP(HttpClient, Origin) - Constructor for class org.eclipse.jetty.client.http.HttpDestinationOverHTTP
- HttpDestinationOverHTTP2 - Class in org.eclipse.jetty.http2.client.http
- HttpDestinationOverHTTP2(HttpClient, Origin) - Constructor for class org.eclipse.jetty.http2.client.http.HttpDestinationOverHTTP2
- HttpExchange - Class in org.eclipse.jetty.client
- HttpExchange(HttpDestination, HttpRequest, List<Response.ResponseListener>) - Constructor for class org.eclipse.jetty.client.HttpExchange
- HttpField - Class in org.eclipse.jetty.http
-
An HTTP Field
- HttpField(String, String) - Constructor for class org.eclipse.jetty.http.HttpField
- HttpField(HttpHeader, String) - Constructor for class org.eclipse.jetty.http.HttpField
- HttpField(HttpHeader, String, String) - Constructor for class org.eclipse.jetty.http.HttpField
- HttpField(HttpHeader, HttpHeaderValue) - Constructor for class org.eclipse.jetty.http.HttpField
- HttpField.IntValueHttpField - Class in org.eclipse.jetty.http
- HttpField.LongValueHttpField - Class in org.eclipse.jetty.http
- HttpFieldPreEncoder - Interface in org.eclipse.jetty.http
-
Interface to pre-encode HttpFields.
- HttpFields - Class in org.eclipse.jetty.http
-
HTTP Fields.
- HttpFields() - Constructor for class org.eclipse.jetty.http.HttpFields
-
Initialize an empty HttpFields.
- HttpFields(int) - Constructor for class org.eclipse.jetty.http.HttpFields
-
Initialize an empty HttpFields.
- HttpFields(HttpFields) - Constructor for class org.eclipse.jetty.http.HttpFields
-
Initialize HttpFields from copy.
- HttpGenerator - Class in org.eclipse.jetty.http
-
HttpGenerator.
- HttpGenerator() - Constructor for class org.eclipse.jetty.http.HttpGenerator
- HttpGenerator(boolean, boolean) - Constructor for class org.eclipse.jetty.http.HttpGenerator
- HttpGenerator.Result - Enum in org.eclipse.jetty.http
- HttpGenerator.State - Enum in org.eclipse.jetty.http
- HttpHeader - Enum in org.eclipse.jetty.http
- HttpHeaderValue - Enum in org.eclipse.jetty.http
- HttpInput - Class in org.eclipse.jetty.server
- HttpInput(HttpChannelState) - Constructor for class org.eclipse.jetty.server.HttpInput
- HttpInput.ChainedInterceptor - Class in org.eclipse.jetty.server
-
An
HttpInput.Interceptor
that chains two otherHttpInput.Interceptor
s together. - HttpInput.Content - Class in org.eclipse.jetty.server
- HttpInput.EofContent - Class in org.eclipse.jetty.server
- HttpInput.EOFState - Class in org.eclipse.jetty.server
- HttpInput.ErrorState - Class in org.eclipse.jetty.server
- HttpInput.Interceptor - Interface in org.eclipse.jetty.server
-
An interceptor for HTTP Request input.
- HttpInput.SentinelContent - Class in org.eclipse.jetty.server
-
A Sentinel Content, which has zero length content but indicates some other event in the input stream (eg EOF)
- HttpInput.State - Class in org.eclipse.jetty.server
- HttpInputOverHTTP - Class in org.eclipse.jetty.server
- HttpInputOverHTTP(HttpChannelState) - Constructor for class org.eclipse.jetty.server.HttpInputOverHTTP
- HttpMethod - Enum in org.eclipse.jetty.http
-
Known HTTP Methods
- HttpMethodBenchmark - Class in org.eclipse.jetty.http.jmh
- HttpMethodBenchmark() - Constructor for class org.eclipse.jetty.http.jmh.HttpMethodBenchmark
- HttpOutput - Class in org.eclipse.jetty.server
-
HttpOutput
implementsServletOutputStream
as required by the Servlet specification. - HttpOutput(HttpChannel) - Constructor for class org.eclipse.jetty.server.HttpOutput
- HttpOutput.Interceptor - Interface in org.eclipse.jetty.server
-
The HttpOutput.Interceptor is a single intercept point for all output written to the HttpOutput: via writer; via output stream; asynchronously; or blocking.
- HttpParser - Class in org.eclipse.jetty.http
-
A Parser for 1.0 and 1.1 as defined by RFC7230
- HttpParser(HttpParser.RequestHandler) - Constructor for class org.eclipse.jetty.http.HttpParser
- HttpParser(HttpParser.RequestHandler, int) - Constructor for class org.eclipse.jetty.http.HttpParser
- HttpParser(HttpParser.RequestHandler, int, boolean) - Constructor for class org.eclipse.jetty.http.HttpParser
-
Deprecated.
- HttpParser(HttpParser.RequestHandler, int, HttpCompliance) - Constructor for class org.eclipse.jetty.http.HttpParser
- HttpParser(HttpParser.RequestHandler, HttpCompliance) - Constructor for class org.eclipse.jetty.http.HttpParser
- HttpParser(HttpParser.ResponseHandler) - Constructor for class org.eclipse.jetty.http.HttpParser
- HttpParser(HttpParser.ResponseHandler, int) - Constructor for class org.eclipse.jetty.http.HttpParser
- HttpParser(HttpParser.ResponseHandler, int, boolean) - Constructor for class org.eclipse.jetty.http.HttpParser
-
Deprecated.
- HttpParser(HttpParser.ResponseHandler, int, HttpCompliance) - Constructor for class org.eclipse.jetty.http.HttpParser
- HttpParser.ComplianceHandler - Interface in org.eclipse.jetty.http
- HttpParser.FieldState - Enum in org.eclipse.jetty.http
- HttpParser.HttpHandler - Interface in org.eclipse.jetty.http
- HttpParser.RequestHandler - Interface in org.eclipse.jetty.http
- HttpParser.ResponseHandler - Interface in org.eclipse.jetty.http
- HttpParser.State - Enum in org.eclipse.jetty.http
- HttpProxy - Class in org.eclipse.jetty.client
- HttpProxy(String, int) - Constructor for class org.eclipse.jetty.client.HttpProxy
- HttpProxy(Origin.Address, boolean) - Constructor for class org.eclipse.jetty.client.HttpProxy
- HttpProxy(Origin.Address, SslContextFactory.Client) - Constructor for class org.eclipse.jetty.client.HttpProxy
- HttpReceiver - Class in org.eclipse.jetty.client
-
HttpReceiver
provides the abstract code to implement the various steps of the receive of HTTP responses. - HttpReceiver(HttpChannel) - Constructor for class org.eclipse.jetty.client.HttpReceiver
- HttpReceiverOverFCGI - Class in org.eclipse.jetty.fcgi.client.http
- HttpReceiverOverFCGI(HttpChannel) - Constructor for class org.eclipse.jetty.fcgi.client.http.HttpReceiverOverFCGI
- HttpReceiverOverHTTP - Class in org.eclipse.jetty.client.http
- HttpReceiverOverHTTP(HttpChannelOverHTTP) - Constructor for class org.eclipse.jetty.client.http.HttpReceiverOverHTTP
- HttpReceiverOverHTTP2 - Class in org.eclipse.jetty.http2.client.http
- HttpReceiverOverHTTP2(HttpChannel) - Constructor for class org.eclipse.jetty.http2.client.http.HttpReceiverOverHTTP2
- HttpRedirector - Class in org.eclipse.jetty.client
-
Utility class that handles HTTP redirects.
- HttpRedirector(HttpClient) - Constructor for class org.eclipse.jetty.client.HttpRedirector
- HttpRequest - Class in org.eclipse.jetty.client
- HttpRequest(HttpClient, HttpConversation, URI) - Constructor for class org.eclipse.jetty.client.HttpRequest
- HttpRequestException - Exception in org.eclipse.jetty.client
- HttpRequestException(String, Request) - Constructor for exception org.eclipse.jetty.client.HttpRequestException
- HttpResponse - Class in org.eclipse.jetty.client
- HttpResponse(Request, List<Response.ResponseListener>) - Constructor for class org.eclipse.jetty.client.HttpResponse
- HttpResponseException - Exception in org.eclipse.jetty.client
- HttpResponseException(String, Response) - Constructor for exception org.eclipse.jetty.client.HttpResponseException
- HttpResponseException(String, Response, Throwable) - Constructor for exception org.eclipse.jetty.client.HttpResponseException
- HttpResponseHeaderParseListener - Interface in org.eclipse.jetty.websocket.common.io.http
- HttpResponseHeaderParser - Class in org.eclipse.jetty.websocket.common.io.http
-
Responsible for reading UTF8 Response Header lines and parsing them into a provided UpgradeResponse object.
- HttpResponseHeaderParser(HttpResponseHeaderParseListener) - Constructor for class org.eclipse.jetty.websocket.common.io.http.HttpResponseHeaderParser
- HttpResponseHeaderParser.ParseException - Exception in org.eclipse.jetty.websocket.common.io.http
- HTTPS - org.eclipse.jetty.http.HttpScheme
- HTTPS - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
- HTTPS - Static variable in class org.eclipse.jetty.util.URIUtil
- HttpScheme - Enum in org.eclipse.jetty.http
- HttpSender - Class in org.eclipse.jetty.client
-
HttpSender
abstracts the algorithm to send HTTP requests, so that subclasses only implement the transport-specific code to send requests over the wire, implementingHttpSender.sendHeaders(HttpExchange, HttpContent, Callback)
andHttpSender.sendContent(HttpExchange, HttpContent, Callback)
. - HttpSender(HttpChannel) - Constructor for class org.eclipse.jetty.client.HttpSender
- HttpSenderOverFCGI - Class in org.eclipse.jetty.fcgi.client.http
- HttpSenderOverFCGI(HttpChannel) - Constructor for class org.eclipse.jetty.fcgi.client.http.HttpSenderOverFCGI
- HttpSenderOverHTTP - Class in org.eclipse.jetty.client.http
- HttpSenderOverHTTP(HttpChannelOverHTTP) - Constructor for class org.eclipse.jetty.client.http.HttpSenderOverHTTP
- HttpSenderOverHTTP2 - Class in org.eclipse.jetty.http2.client.http
- HttpSenderOverHTTP2(HttpChannelOverHTTP2) - Constructor for class org.eclipse.jetty.http2.client.http.HttpSenderOverHTTP2
- HTTPServerSessionListener(Connector, EndPoint) - Constructor for class org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory.HTTPServerSessionListener
- HttpServiceErrorHandlerHelper - Class in org.eclipse.jetty.osgi.httpservice
-
For jetty agnostic handling of errors issued by the HttpService.
- HttpServiceErrorHandlerHelper() - Constructor for class org.eclipse.jetty.osgi.httpservice.HttpServiceErrorHandlerHelper
- HttpServiceErrorPageErrorHandler - Class in org.eclipse.jetty.osgi.httpservice
-
Extended error page handler.
- HttpServiceErrorPageErrorHandler() - Constructor for class org.eclipse.jetty.osgi.httpservice.HttpServiceErrorPageErrorHandler
- HttpSpiContextHandler - Class in org.eclipse.jetty.http.spi
-
Jetty handler that bridges requests to
HttpHandler
. - HttpSpiContextHandler(HttpContext, HttpHandler) - Constructor for class org.eclipse.jetty.http.spi.HttpSpiContextHandler
- HttpStatus - Class in org.eclipse.jetty.http
-
Http Status Codes
- HttpStatus() - Constructor for class org.eclipse.jetty.http.HttpStatus
- HttpStatus.Code - Enum in org.eclipse.jetty.http
- HttpTokens - Class in org.eclipse.jetty.http
-
HTTP constants
- HttpTokens() - Constructor for class org.eclipse.jetty.http.HttpTokens
- HttpTokens.EndOfContent - Enum in org.eclipse.jetty.http
- HttpTokens.Token - Class in org.eclipse.jetty.http
- HttpTokens.Type - Enum in org.eclipse.jetty.http
- HttpTransport - Interface in org.eclipse.jetty.server
-
Abstraction of the outbound HTTP transport.
- HttpTransportOverFCGI - Class in org.eclipse.jetty.fcgi.server
- HttpTransportOverFCGI(ByteBufferPool, Flusher, int, boolean) - Constructor for class org.eclipse.jetty.fcgi.server.HttpTransportOverFCGI
- HttpTransportOverHTTP2 - Class in org.eclipse.jetty.http2.server
- HttpTransportOverHTTP2(Connector, HTTP2ServerConnection) - Constructor for class org.eclipse.jetty.http2.server.HttpTransportOverHTTP2
- HttpURI - Class in org.eclipse.jetty.http
-
Http URI.
- HttpURI() - Constructor for class org.eclipse.jetty.http.HttpURI
- HttpURI(String) - Constructor for class org.eclipse.jetty.http.HttpURI
- HttpURI(String, String, int, String) - Constructor for class org.eclipse.jetty.http.HttpURI
- HttpURI(String, String, int, String, String, String, String) - Constructor for class org.eclipse.jetty.http.HttpURI
- HttpURI(URI) - Constructor for class org.eclipse.jetty.http.HttpURI
- HttpURI(HttpURI) - Constructor for class org.eclipse.jetty.http.HttpURI
- HttpURI(HttpURI, HttpURI) - Constructor for class org.eclipse.jetty.http.HttpURI
- HttpVersion - Enum in org.eclipse.jetty.http
- HttpWriter - Class in org.eclipse.jetty.server
- HttpWriter(HttpOutput) - Constructor for class org.eclipse.jetty.server.HttpWriter
- Huffman - Class in org.eclipse.jetty.http.compression
-
This class contains the Huffman Codes defined in RFC7541.
- HuffmanDecoder - Class in org.eclipse.jetty.http.compression
-
Used to decoded Huffman encoded strings.
- HuffmanDecoder() - Constructor for class org.eclipse.jetty.http.compression.HuffmanDecoder
- HuffmanEncoder - Class in org.eclipse.jetty.http.compression
-
Used to encode strings Huffman encoding.
I
- id(T) - Method in class org.eclipse.jetty.util.LeakDetector
-
Generates a unique ID for the given resource.
- ID - Static variable in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
- ID - Static variable in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStore
-
Session id
- IDENTITY - org.eclipse.jetty.http.HttpHeader
- IDENTITY - org.eclipse.jetty.http.HttpHeaderValue
- IDENTITY - Static variable in interface org.eclipse.jetty.proxy.AsyncMiddleManServlet.ContentTransformer
-
The identity transformer that does not perform any transformation.
- IdentityExtension - Class in org.eclipse.jetty.websocket.common.extensions.identity
- IdentityExtension() - Constructor for class org.eclipse.jetty.websocket.common.extensions.identity.IdentityExtension
- IdentityService - Interface in org.eclipse.jetty.security
-
Associates UserIdentities from with threads and UserIdentity.Contexts.
- idle(Connection, boolean) - Method in class org.eclipse.jetty.client.AbstractConnectionPool
- IDLE - org.eclipse.jetty.server.HttpChannelState.State
- IDLE - org.eclipse.jetty.util.IteratingCallback.Action
-
Indicates that
IteratingCallback.process()
has no more work to do, but the iteration is not completed yet, probably waiting for additional events to trigger more work. - idleTimeout(long, TimeUnit) - Method in interface org.eclipse.jetty.client.api.Request
- idleTimeout(long, TimeUnit) - Method in class org.eclipse.jetty.client.HttpRequest
- IdleTimeout - Class in org.eclipse.jetty.io
-
An Abstract implementation of an Idle Timeout.
- IdleTimeout(Scheduler) - Constructor for class org.eclipse.jetty.io.IdleTimeout
- IdleTimeoutHandler - Class in org.eclipse.jetty.server.handler
-
Handler to adjust the idle timeout of requests while dispatched.
- IdleTimeoutHandler() - Constructor for class org.eclipse.jetty.server.handler.IdleTimeoutHandler
- idxConfig - Variable in class org.eclipse.jetty.websocket.jsr356.annotations.JsrCallable
- idxMessageObject - Variable in class org.eclipse.jetty.websocket.jsr356.annotations.OnMessageCallable
- idxPartialMessageFlag - Variable in class org.eclipse.jetty.websocket.jsr356.annotations.OnMessageCallable
- idxSession - Variable in class org.eclipse.jetty.websocket.jsr356.annotations.JsrCallable
- IF_MATCH - org.eclipse.jetty.http.HttpHeader
- IF_MODIFIED_SINCE - org.eclipse.jetty.http.HttpHeader
- IF_NONE_MATCH - org.eclipse.jetty.http.HttpHeader
- IF_RANGE - org.eclipse.jetty.http.HttpHeader
- IF_UNMODIFIED_SINCE - org.eclipse.jetty.http.HttpHeader
- ifExceptionThrow() - Method in exception org.eclipse.jetty.util.MultiException
-
Throw a multiexception.
- ifExceptionThrowMulti() - Method in exception org.eclipse.jetty.util.MultiException
-
Throw a multiexception.
- ifExceptionThrowRuntime() - Method in exception org.eclipse.jetty.util.MultiException
-
Throw a Runtime exception.
- ifExceptionThrowSuppressed() - Method in exception org.eclipse.jetty.util.MultiException
-
Throw an Exception, potentially with suppress.
- ignore(Throwable) - Method in class org.eclipse.jetty.util.log.JavaUtilLog
- ignore(Throwable) - Method in interface org.eclipse.jetty.util.log.Logger
-
Ignore an exception.
- ignore(Throwable) - Method in class org.eclipse.jetty.util.log.LoggerLog
- ignore(Throwable) - Method in class org.eclipse.jetty.util.log.Slf4jLog
- ignore(Throwable) - Method in class org.eclipse.jetty.util.log.StdErrLog
- IGNORE - org.eclipse.jetty.util.PathWatcher.DirAction
- IGNORED - Static variable in class org.eclipse.jetty.util.log.Log
- IJsrMethod - Interface in org.eclipse.jetty.websocket.jsr356.annotations
- IJsrParamId - Interface in org.eclipse.jetty.websocket.jsr356.annotations
-
JSR-356 Parameter Identification processing.
- illegalStateIfContextStarted() - Method in class org.eclipse.jetty.servlet.BaseHolder
- IM_A_TEAPOT - org.eclipse.jetty.http.HttpStatus.Code
- IM_A_TEAPOT_418 - Static variable in class org.eclipse.jetty.http.HttpStatus
- impact() - Method in annotation type org.eclipse.jetty.util.annotation.ManagedOperation
-
The impact of an operation.
- IN_NAME - org.eclipse.jetty.http.HttpParser.FieldState
- IN_NAME - org.eclipse.jetty.http.MultiPartParser.FieldState
- IN_VALUE - org.eclipse.jetty.http.HttpParser.FieldState
- IN_VALUE - org.eclipse.jetty.http.MultiPartParser.FieldState
- INADEQUATE_SECURITY_ERROR - org.eclipse.jetty.http2.ErrorCode
-
Indicates that the transport properties do not meet minimum security requirements.
- IncludableGzipFilter - Class in org.eclipse.jetty.servlets
-
Deprecated.
- IncludableGzipFilter() - Constructor for class org.eclipse.jetty.servlets.IncludableGzipFilter
-
Deprecated.
- include() - Method in class org.eclipse.jetty.server.Response
- include(Class<? extends Connection>) - Method in class org.eclipse.jetty.io.IncludeExcludeConnectionStatistics
- include(String) - Method in class org.eclipse.jetty.io.IncludeExcludeConnectionStatistics
- include(String) - Method in class org.eclipse.jetty.server.handler.InetAccessHandler
-
Includes an InetAddress pattern
- include(String) - Method in class org.eclipse.jetty.server.handler.ThreadLimitHandler
- include(String) - Method in class org.eclipse.jetty.webapp.ClasspathPattern
- include(String...) - Method in class org.eclipse.jetty.server.handler.InetAccessHandler
-
Includes InetAddress patterns
- include(String...) - Method in class org.eclipse.jetty.webapp.ClasspathPattern
- include(ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.server.Dispatcher
- include(T) - Method in class org.eclipse.jetty.util.IncludeExcludeSet
- include(T...) - Method in class org.eclipse.jetty.util.IncludeExcludeSet
- INCLUDE - Static variable in class org.eclipse.jetty.servlet.FilterMapping
- includeConnector(String) - Method in class org.eclipse.jetty.server.handler.InetAccessHandler
-
Includes a connector name.
- includeConnectors(String...) - Method in class org.eclipse.jetty.server.handler.InetAccessHandler
-
Includes connector names.
- included() - Method in class org.eclipse.jetty.server.Response
- includeExclude - Variable in class org.eclipse.jetty.util.PathWatcher.Config
- IncludeExclude<ITEM> - Class in org.eclipse.jetty.util
-
Utility class to maintain a set of inclusions and exclusions.
- IncludeExclude() - Constructor for class org.eclipse.jetty.util.IncludeExclude
- IncludeExclude(Class<SET>) - Constructor for class org.eclipse.jetty.util.IncludeExclude
- IncludeExclude(Set<ITEM>, Predicate<ITEM>, Set<ITEM>, Predicate<ITEM>) - Constructor for class org.eclipse.jetty.util.IncludeExclude
- IncludeExcludeBasedFilter - Class in org.eclipse.jetty.servlets
-
Include Exclude Based Filter
- IncludeExcludeBasedFilter() - Constructor for class org.eclipse.jetty.servlets.IncludeExcludeBasedFilter
- IncludeExcludeConnectionStatistics - Class in org.eclipse.jetty.io
- IncludeExcludeConnectionStatistics() - Constructor for class org.eclipse.jetty.io.IncludeExcludeConnectionStatistics
- IncludeExcludeConnectionStatistics.ConnectionSet - Class in org.eclipse.jetty.io
- IncludeExcludeSet<T,P> - Class in org.eclipse.jetty.util
-
Utility class to maintain a set of inclusions and exclusions.
- IncludeExcludeSet() - Constructor for class org.eclipse.jetty.util.IncludeExcludeSet
-
Default constructor over
HashSet
- IncludeExcludeSet(Class<SET>) - Constructor for class org.eclipse.jetty.util.IncludeExcludeSet
-
Construct an IncludeExclude.
- IncludeExcludeSet(Set<T>, Predicate<P>, Set<T>, Predicate<P>) - Constructor for class org.eclipse.jetty.util.IncludeExcludeSet
-
Construct an IncludeExclude
- includeField(String, Object, Method) - Method in class org.eclipse.jetty.util.ajax.JSONObjectConvertor
- includeField(String, Method) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
- InclusiveByteRange - Class in org.eclipse.jetty.server
-
Byte range inclusive of end points.
- InclusiveByteRange(long, long) - Constructor for class org.eclipse.jetty.server.InclusiveByteRange
- incoming(Socket, ByteBuffer) - Method in class org.eclipse.jetty.io.NetworkTrafficListener.Adapter
-
Deprecated.
- incoming(Socket, ByteBuffer) - Method in interface org.eclipse.jetty.io.NetworkTrafficListener
-
Callback method invoked when bytes sent by a remote client arrived on the server.
- incomingFrame(Frame) - Method in interface org.eclipse.jetty.websocket.api.extensions.IncomingFrames
-
Process the incoming frame.
- incomingFrame(Frame) - Method in class org.eclipse.jetty.websocket.common.events.AbstractEventDriver
- incomingFrame(Frame) - Method in class org.eclipse.jetty.websocket.common.extensions.compress.DeflateFrameExtension
- incomingFrame(Frame) - Method in class org.eclipse.jetty.websocket.common.extensions.compress.PerMessageDeflateExtension
- incomingFrame(Frame) - Method in class org.eclipse.jetty.websocket.common.extensions.ExtensionStack
- incomingFrame(Frame) - Method in class org.eclipse.jetty.websocket.common.extensions.fragment.FragmentExtension
- incomingFrame(Frame) - Method in class org.eclipse.jetty.websocket.common.extensions.FrameCaptureExtension
- incomingFrame(Frame) - Method in class org.eclipse.jetty.websocket.common.extensions.identity.IdentityExtension
- incomingFrame(Frame) - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
-
Incoming Raw Frames from Parser
- IncomingFrames - Interface in org.eclipse.jetty.websocket.api.extensions
-
Interface for dealing with Incoming Frames.
- inContentState() - Method in class org.eclipse.jetty.http.HttpParser
- increment() - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
-
Increments the value by one.
- incrementCount() - Method in class org.eclipse.jetty.io.ConnectionStatistics.Stats
- index - Variable in class org.eclipse.jetty.websocket.jsr356.annotations.Param
- index(HpackContext.Entry) - Method in class org.eclipse.jetty.http2.hpack.HpackContext
- indexBundle(Bundle) - Method in class org.eclipse.jetty.osgi.annotations.AnnotationParser
-
Keep track of a jetty URI Resource and its associated OSGi bundle.
- indexFrom(String, String) - Static method in class org.eclipse.jetty.util.StringUtil
-
returns the next index of a character from the chars string
- indexOfControlChars(String) - Static method in class org.eclipse.jetty.util.StringUtil
-
Find the index of a control characters in String
- INET4 - org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag.Family
- INET6 - org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag.Family
- InetAccessHandler - Class in org.eclipse.jetty.server.handler
-
InetAddress Access Handler
- InetAccessHandler() - Constructor for class org.eclipse.jetty.server.handler.InetAccessHandler
- InetAddressSet - Class in org.eclipse.jetty.util
-
A set of InetAddress patterns.
- InetAddressSet() - Constructor for class org.eclipse.jetty.util.InetAddressSet
- inferCharsetFromContentType(String) - Static method in class org.eclipse.jetty.http.MimeTypes
-
Deprecated.
- INFERRED - Static variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- InfinispanSerializationContextInitializer - Class in org.eclipse.jetty.session.infinispan
-
Set up the marshaller for InfinispanSessionData serialization
- InfinispanSerializationContextInitializer() - Constructor for class org.eclipse.jetty.session.infinispan.InfinispanSerializationContextInitializer
- InfinispanSessionData - Class in org.eclipse.jetty.session.infinispan
-
InfinispanSessionData Specialization of SessionData to hold the attributes as a serialized byte array.
- InfinispanSessionData(String, String, String, long, long, long, long) - Constructor for class org.eclipse.jetty.session.infinispan.InfinispanSessionData
- InfinispanSessionData(String, String, String, long, long, long, long, Map<String, Object>) - Constructor for class org.eclipse.jetty.session.infinispan.InfinispanSessionData
- InfinispanSessionDataStore - Class in org.eclipse.jetty.session.infinispan
-
InfinispanSessionDataStore
- InfinispanSessionDataStore() - Constructor for class org.eclipse.jetty.session.infinispan.InfinispanSessionDataStore
- InfinispanSessionDataStoreFactory - Class in org.eclipse.jetty.session.infinispan
-
InfinispanSessionDataStoreFactory
- InfinispanSessionDataStoreFactory() - Constructor for class org.eclipse.jetty.session.infinispan.InfinispanSessionDataStoreFactory
- InfinispanSessionLegacyConverter - Class in org.eclipse.jetty.session.infinispan
-
InfinispanSessionLegacyConverter Converts sessions saved in the old serialization format into the new protobuf-based serialization.
- InfinispanSessionLegacyConverter(String) - Constructor for class org.eclipse.jetty.session.infinispan.InfinispanSessionLegacyConverter
- INFINITE_CAPACITY - Static variable in class org.eclipse.jetty.util.compression.CompressionPool
- INFLATE_BUFFER_SIZE - Static variable in class org.eclipse.jetty.websocket.common.extensions.compress.CompressExtension
-
Inflater / Decompressed Buffer Size
- InflaterPool - Class in org.eclipse.jetty.util.compression
- InflaterPool(int, boolean) - Constructor for class org.eclipse.jetty.util.compression.InflaterPool
-
Create a Pool of
Inflater
instances. - info(Object) - Method in class org.eclipse.jetty.apache.jsp.JuliLog
- info(Object, Throwable) - Method in class org.eclipse.jetty.apache.jsp.JuliLog
- info(String, Object...) - Static method in class org.eclipse.jetty.start.StartLog
- info(String, Object...) - Method in class org.eclipse.jetty.util.log.JavaUtilLog
- info(String, Object...) - Method in interface org.eclipse.jetty.util.log.Logger
-
Formats and logs at info level.
- info(String, Object...) - Method in class org.eclipse.jetty.util.log.LoggerLog
- info(String, Object...) - Method in class org.eclipse.jetty.util.log.Slf4jLog
- info(String, Object...) - Method in class org.eclipse.jetty.util.log.StdErrLog
- info(String, Throwable) - Method in class org.eclipse.jetty.util.log.JavaUtilLog
- info(String, Throwable) - Method in interface org.eclipse.jetty.util.log.Logger
-
Logs the given message at info level, with Throwable information.
- info(String, Throwable) - Method in class org.eclipse.jetty.util.log.LoggerLog
- info(String, Throwable) - Method in class org.eclipse.jetty.util.log.Slf4jLog
- info(String, Throwable) - Method in class org.eclipse.jetty.util.log.StdErrLog
- info(Throwable) - Method in class org.eclipse.jetty.util.log.JavaUtilLog
- info(Throwable) - Method in interface org.eclipse.jetty.util.log.Logger
-
Logs the given Throwable information at info level
- info(Throwable) - Method in class org.eclipse.jetty.util.log.LoggerLog
- info(Throwable) - Method in class org.eclipse.jetty.util.log.Slf4jLog
- info(Throwable) - Method in class org.eclipse.jetty.util.log.StdErrLog
- inHeaderState() - Method in class org.eclipse.jetty.http.HttpParser
- init() - Method in class org.eclipse.jetty.alpn.conscrypt.client.ConscryptClientALPNProcessor
- init() - Method in class org.eclipse.jetty.alpn.conscrypt.server.ConscryptServerALPNProcessor
- init() - Method in class org.eclipse.jetty.alpn.java.client.JDK9ClientALPNProcessor
- init() - Method in class org.eclipse.jetty.alpn.java.server.JDK9ServerALPNProcessor
- init() - Method in class org.eclipse.jetty.alpn.openjdk8.client.OpenJDK8ClientALPNProcessor
- init() - Method in class org.eclipse.jetty.alpn.openjdk8.server.OpenJDK8ServerALPNProcessor
- init() - Method in class org.eclipse.jetty.fcgi.server.proxy.FastCGIProxyServlet
- init() - Method in interface org.eclipse.jetty.io.ssl.ALPNProcessor
-
Initializes this ALPNProcessor
- init() - Method in class org.eclipse.jetty.proxy.AbstractProxyServlet
- init() - Method in class org.eclipse.jetty.proxy.BalancerServlet
- init() - Method in class org.eclipse.jetty.servlet.DefaultServlet
- init() - Method in class org.eclipse.jetty.servlet.Invoker
- init() - Method in class org.eclipse.jetty.servlet.JspPropertyGroupServlet
- init() - Method in class org.eclipse.jetty.servlet.StatisticsServlet
- init() - Method in class org.eclipse.jetty.servlets.CGI
-
Deprecated.
- init() - Method in class org.eclipse.jetty.servlets.ConcatServlet
-
Deprecated.
- init() - Method in class org.eclipse.jetty.servlets.DataRateLimitedServlet
-
Deprecated.
- init() - Method in class org.eclipse.jetty.servlets.EventSourceServlet
- init() - Method in class org.eclipse.jetty.start.StartIni
- init() - Method in class org.eclipse.jetty.start.TextFile
- init() - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
- init() - Method in class org.eclipse.jetty.websocket.servlet.WebSocketServlet
- init(String[]) - Method in class org.eclipse.jetty.start.Main
- init(URL, XmlParser.Node, XmlConfiguration) - Method in class org.eclipse.jetty.spring.SpringConfigurationProcessor
-
Deprecated.
- init(URL, XmlParser.Node, XmlConfiguration) - Method in interface org.eclipse.jetty.xml.ConfigurationProcessor
-
Deprecated.
- init(UnaryOperator<Parser.Listener>) - Method in class org.eclipse.jetty.http2.parser.Parser
-
Deprecated.
- init(FilterConfig) - Method in class org.eclipse.jetty.continuation.ContinuationFilter
-
Deprecated.
- init(FilterConfig) - Method in class org.eclipse.jetty.embedded.Http2Server.PushedTilesFilter
- init(FilterConfig) - Method in class org.eclipse.jetty.embedded.OneServletContext.TestFilter
- init(FilterConfig) - Method in class org.eclipse.jetty.fcgi.server.proxy.TryFilesFilter
- init(FilterConfig) - Method in class org.eclipse.jetty.servlet.FilterHolder.Wrapper
- init(FilterConfig) - Method in class org.eclipse.jetty.servlets.CrossOriginFilter
- init(FilterConfig) - Method in class org.eclipse.jetty.servlets.DoSFilter
- init(FilterConfig) - Method in class org.eclipse.jetty.servlets.GzipFilter
-
Deprecated.
- init(FilterConfig) - Method in class org.eclipse.jetty.servlets.HeaderFilter
- init(FilterConfig) - Method in class org.eclipse.jetty.servlets.IncludeExcludeBasedFilter
- init(FilterConfig) - Method in class org.eclipse.jetty.servlets.MultiPartFilter
-
Deprecated.
- init(FilterConfig) - Method in class org.eclipse.jetty.servlets.PushCacheFilter
-
Deprecated.
- init(FilterConfig) - Method in class org.eclipse.jetty.servlets.PushSessionCacheFilter
-
Deprecated.
- init(FilterConfig) - Method in class org.eclipse.jetty.servlets.PutFilter
-
Deprecated.
- init(FilterConfig) - Method in class org.eclipse.jetty.servlets.QoSFilter
- init(FilterConfig) - Method in class org.eclipse.jetty.servlets.WelcomeFilter
-
Deprecated.
- init(FilterConfig) - Method in class org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter
- init(ServletConfig) - Method in class org.eclipse.jetty.example.asyncrest.AbstractRestServlet
- init(ServletConfig) - Method in class org.eclipse.jetty.example.asyncrest.AsyncRestServlet
- init(ServletConfig) - Method in class org.eclipse.jetty.proxy.AbstractProxyServlet.TransparentDelegate
- init(ServletConfig) - Method in class org.eclipse.jetty.proxy.AsyncMiddleManServlet.Transparent
- init(ServletConfig) - Method in class org.eclipse.jetty.proxy.AsyncProxyServlet.Transparent
- init(ServletConfig) - Method in class org.eclipse.jetty.proxy.ProxyServlet.Transparent
- init(ServletConfig) - Method in class org.eclipse.jetty.servlet.ServletHolder.Wrapper
- init(EndpointConfig) - Method in interface org.eclipse.jetty.websocket.jsr356.Configurable
- init(EndpointConfig) - Method in class org.eclipse.jetty.websocket.jsr356.DecoderFactory
- init(EndpointConfig) - Method in class org.eclipse.jetty.websocket.jsr356.DecoderFactory.Wrapper
- init(EndpointConfig) - Method in class org.eclipse.jetty.websocket.jsr356.decoders.AbstractDecoder
- init(EndpointConfig) - Method in class org.eclipse.jetty.websocket.jsr356.decoders.InputStreamDecoder
- init(EndpointConfig) - Method in class org.eclipse.jetty.websocket.jsr356.decoders.ReaderDecoder
- init(EndpointConfig) - Method in class org.eclipse.jetty.websocket.jsr356.EncoderFactory
- init(EndpointConfig) - Method in class org.eclipse.jetty.websocket.jsr356.EncoderFactory.Wrapper
- init(EndpointConfig) - Method in class org.eclipse.jetty.websocket.jsr356.encoders.AbstractEncoder
- init(EndpointConfig) - Method in class org.eclipse.jetty.websocket.jsr356.encoders.ByteArrayEncoder
- init(EndpointConfig) - Method in class org.eclipse.jetty.websocket.jsr356.encoders.ByteBufferEncoder
- init(EndpointConfig) - Method in class org.eclipse.jetty.websocket.jsr356.JsrSession
- init(Parser.Listener) - Method in class org.eclipse.jetty.http2.parser.Parser
- init(Parser.Listener) - Method in class org.eclipse.jetty.http2.parser.ServerParser
- init(Resource, XmlParser.Node, XmlConfiguration) - Method in class org.eclipse.jetty.spring.SpringConfigurationProcessor
-
Deprecated.
- init(Resource, XmlParser.Node, XmlConfiguration) - Method in interface org.eclipse.jetty.xml.ConfigurationProcessor
-
Initialize a ConfigurationProcessor from provided Resource and XML
- init(ExtensionConfig) - Method in class org.eclipse.jetty.websocket.api.extensions.ExtensionConfig
-
Initialize the parameters on this config from the other configuration.
- init(WebSocketPolicy, ByteBufferPool) - Method in class org.eclipse.jetty.websocket.common.extensions.AbstractExtension
- init(WebSocketContainerScope) - Method in class org.eclipse.jetty.websocket.common.extensions.AbstractExtension
-
Deprecated.
- init(JsrSession) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.JsrCallable
- init(JsrSession) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.JsrEvents
- init(JsrSession) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.OnCloseCallable
- init(JsrSession) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.OnErrorCallable
- init(JsrSession) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.OnMessageBinaryCallable
- init(JsrSession) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.OnMessageBinaryStreamCallable
- init(JsrSession) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.OnMessageCallable
- init(JsrSession) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.OnMessagePongCallable
- init(JsrSession) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.OnMessageTextCallable
- init(JsrSession) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.OnMessageTextStreamCallable
- init(JsrSession) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.OnOpenCallable
- init(JsrSession) - Method in class org.eclipse.jetty.websocket.jsr356.endpoints.AbstractJsrEventDriver
- init(JsrSession) - Method in class org.eclipse.jetty.websocket.jsr356.endpoints.JsrAnnotatedEventDriver
- init(JsrSession) - Method in class org.eclipse.jetty.websocket.jsr356.endpoints.JsrEndpointEventDriver
- initCDI() - Method in class org.eclipse.jetty.maven.plugin.JettyWebAppContext
- initContextHandler(ServletContext) - Method in class org.eclipse.jetty.servlet.DefaultServlet
-
Compute the field _contextHandler.
In the case where the DefaultServlet is deployed on the HttpService it is likely that this method needs to be overwritten to unwrap the ServletContext facade until we reach the original jetty's ContextHandler. - initDb() - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
-
Lookup the datasource for the jndiName and formulate the necessary sql query strings based on the configured table and column names.
- InitException - Exception in org.eclipse.jetty.websocket.jsr356
-
Exception during initialization of the Endpoint
- InitException(String) - Constructor for exception org.eclipse.jetty.websocket.jsr356.InitException
- InitException(String, Throwable) - Constructor for exception org.eclipse.jetty.websocket.jsr356.InitException
- InitException(Throwable) - Constructor for exception org.eclipse.jetty.websocket.jsr356.InitException
- INITIAL_URI_LENGTH - Static variable in class org.eclipse.jetty.http.HttpParser
- INITIAL_WINDOW_SIZE - Static variable in class org.eclipse.jetty.http2.frames.SettingsFrame
- InitialContextFactory - Class in org.eclipse.jetty.jndi
-
InitialContextFactory.java Factory for the default InitialContext.
- InitialContextFactory() - Constructor for class org.eclipse.jetty.jndi.InitialContextFactory
- InitialContextFactory.DefaultParser - Class in org.eclipse.jetty.jndi
- initialize() - Method in class org.eclipse.jetty.server.AllowedResourceAliasChecker
- initialize() - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
- initialize() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore
- initialize() - Method in class org.eclipse.jetty.servlet.BaseHolder
-
Do any setup necessary after starting
- initialize() - Method in class org.eclipse.jetty.servlet.FilterHolder
- initialize() - Method in class org.eclipse.jetty.servlet.ServletHandler
-
Initialize filters and load-on-startup servlets.
- initialize() - Method in class org.eclipse.jetty.servlet.ServletHolder
- initialize(MessagePolicy, MessagePolicy, CallbackHandler, Map) - Method in class org.eclipse.jetty.security.jaspi.modules.BaseAuthModule
- initialize(MessagePolicy, MessagePolicy, CallbackHandler, Map) - Method in class org.eclipse.jetty.security.jaspi.modules.BasicAuthModule
-
Deprecated.
- initialize(MessagePolicy, MessagePolicy, CallbackHandler, Map) - Method in class org.eclipse.jetty.security.jaspi.modules.DigestAuthModule
-
Deprecated.
- initialize(MessagePolicy, MessagePolicy, CallbackHandler, Map) - Method in class org.eclipse.jetty.security.jaspi.modules.FormAuthModule
-
Deprecated.
- initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.eclipse.jetty.jaas.spi.AbstractDatabaseLoginModule
- initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.eclipse.jetty.jaas.spi.AbstractLoginModule
- initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.eclipse.jetty.jaas.spi.DataSourceLoginModule
-
Init LoginModule.
- initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.eclipse.jetty.jaas.spi.JDBCLoginModule
-
Init LoginModule.
- initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.eclipse.jetty.jaas.spi.LdapLoginModule
-
Init LoginModule.
- initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.eclipse.jetty.jaas.spi.PropertyFileLoginModule
-
Use a PropertyUserStore to read the authentication and authorizaton information contained in the file named by the option "file".
- initialize(SessionContext) - Method in class org.eclipse.jetty.hazelcast.session.HazelcastSessionDataStore
- initialize(SessionContext) - Method in class org.eclipse.jetty.memcached.session.MemcachedSessionDataMap
- initialize(SessionContext) - Method in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStore
- initialize(SessionContext) - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
- initialize(SessionContext) - Method in class org.eclipse.jetty.server.session.AbstractSessionDataStore
- initialize(SessionContext) - Method in class org.eclipse.jetty.server.session.CachingSessionDataStore
- initialize(SessionContext) - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
- initialize(SessionContext) - Method in interface org.eclipse.jetty.server.session.SessionCache
- initialize(SessionContext) - Method in interface org.eclipse.jetty.server.session.SessionDataMap
-
Initialize this data map for the given context.
- initialize(ServletContextHandler) - Static method in class org.eclipse.jetty.websocket.jsr356.server.deploy.WebSocketServerContainerInitializer
-
Immediately initialize the
ServletContext
with the default (and empty)ServerContainer
. - initialize(ServletContextHandler) - Static method in class org.eclipse.jetty.websocket.server.NativeWebSocketServletContainerInitializer
-
Immediately initialize the
ServletContextHandler
with the defaultNativeWebSocketConfiguration
. - initialize(BaseHome, CommandLineConfigSource) - Method in class org.eclipse.jetty.start.StartLog
- initialized() - Static method in class org.eclipse.jetty.util.log.Log
- INITIALIZED - org.eclipse.jetty.server.handler.ContextHandler.ContextStatus
- initializeDefaults(Object) - Method in class org.eclipse.jetty.xml.XmlConfiguration
-
Initialize a new Object defaults.
- initializeHolders(BaseHolder<?>[]) - Method in class org.eclipse.jetty.servlet.ServletHandler
- Initializer(ServletContextHandler, ServletContainerInitializer) - Constructor for class org.eclipse.jetty.servlet.ServletContextHandler.Initializer
- Initializer(ServletContextHandler, ServletContainerInitializer, Set<Class<?>>) - Constructor for class org.eclipse.jetty.servlet.ServletContextHandler.Initializer
- initializeStore() - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
-
Read the names of the existing session files and build a map of fully qualified session ids (ie with context) to filename.
- initializeWebAppContextDefaults(WebAppContext) - Method in class org.eclipse.jetty.deploy.providers.WebAppProvider
- initialValue() - Method in class org.eclipse.jetty.util.ClassLoadingObjectInputStream.ClassLoaderThreadLocal
- initJspServlet() - Method in class org.eclipse.jetty.servlet.ServletHolder
- InitListener() - Constructor for class org.eclipse.jetty.embedded.OneServletContext.InitListener
- initLogFile(Path) - Method in class org.eclipse.jetty.start.StartLog
- initMultiPart() - Method in class org.eclipse.jetty.servlet.ServletHolder
-
Register a ServletRequestListener that will ensure tmp multipart files are deleted when the request goes out of scope.
- initRandom() - Method in class org.eclipse.jetty.server.session.DefaultSessionIdManager
-
Set up a random number generator for the sessionids.
- initScanFiles() - Method in class org.eclipse.jetty.ant.AntWebAppContext
- inject(Object) - Method in class org.eclipse.jetty.plus.annotation.Injection
-
Inject a value for a Resource from JNDI into an object
- inject(Object) - Method in class org.eclipse.jetty.plus.annotation.InjectionCollection
- injectField(Field, Object) - Method in class org.eclipse.jetty.plus.annotation.Injection
-
Inject value from jndi into a field of an instance
- Injection - Class in org.eclipse.jetty.plus.annotation
-
Injection
- Injection(Class<?>, Field, Class<?>, String, String) - Constructor for class org.eclipse.jetty.plus.annotation.Injection
- Injection(Class<?>, Method, Class<?>, Class<?>, String, String) - Constructor for class org.eclipse.jetty.plus.annotation.Injection
- Injection(Class<?>, String, Class<?>, String, String) - Constructor for class org.eclipse.jetty.plus.annotation.Injection
- INJECTION_COLLECTION - Static variable in class org.eclipse.jetty.plus.annotation.InjectionCollection
- InjectionCollection - Class in org.eclipse.jetty.plus.annotation
-
InjectionCollection Map of classname to all injections requested on that class, whether by declaration in web.xml or via equivalent annotations.
- InjectionCollection() - Constructor for class org.eclipse.jetty.plus.annotation.InjectionCollection
- injectMethod(Method, Object) - Method in class org.eclipse.jetty.plus.annotation.Injection
-
Inject value from jndi into a setter method of an instance
- INPUT_MAX_BUFFER_SIZE - Static variable in class org.eclipse.jetty.websocket.common.extensions.compress.CompressExtension
-
Deflater / Inflater: Maximum Input Buffer Size
- inputBufferSize() - Method in annotation type org.eclipse.jetty.websocket.api.annotations.WebSocket
- InputStreamContentProvider - Class in org.eclipse.jetty.client.util
-
A
ContentProvider
for anInputStream
. - InputStreamContentProvider(InputStream) - Constructor for class org.eclipse.jetty.client.util.InputStreamContentProvider
- InputStreamContentProvider(InputStream, int) - Constructor for class org.eclipse.jetty.client.util.InputStreamContentProvider
- InputStreamContentProvider(InputStream, int, boolean) - Constructor for class org.eclipse.jetty.client.util.InputStreamContentProvider
- InputStreamDecoder - Class in org.eclipse.jetty.websocket.jsr356.decoders
- InputStreamDecoder() - Constructor for class org.eclipse.jetty.websocket.jsr356.decoders.InputStreamDecoder
- InputStreamRangeWriter - Class in org.eclipse.jetty.server.resource
-
Default Range Writer for InputStream
- InputStreamRangeWriter(InputStreamRangeWriter.InputStreamSupplier) - Constructor for class org.eclipse.jetty.server.resource.InputStreamRangeWriter
-
Create InputStremRangeWriter
- InputStreamRangeWriter.InputStreamSupplier - Interface in org.eclipse.jetty.server.resource
- InputStreamResponseListener - Class in org.eclipse.jetty.client.util
-
Implementation of
Response.Listener
that produces anInputStream
that allows applications to read the response content. - InputStreamResponseListener() - Constructor for class org.eclipse.jetty.client.util.InputStreamResponseListener
- INSENSITIVE_CACHE - Static variable in enum org.eclipse.jetty.http.HttpMethod
- insert(int, ByteBuffer, boolean) - Method in class org.eclipse.jetty.io.ByteBufferPool.Lease
- insertFilterMapping(FilterMapping, int, boolean) - Method in class org.eclipse.jetty.servlet.ServletHandler
-
Insert a filtermapping in the list
- insertHandler(HandlerWrapper) - Method in class org.eclipse.jetty.server.handler.HandlerWrapper
-
Replace the current handler with another HandlerWrapper linked to the current handler.
- insertHandler(HandlerWrapper) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
-
Insert a HandlerWrapper before the first Session,Security or ServletHandler but after any other HandlerWrappers.
- insertLifeCycleNode(String, String, String) - Method in class org.eclipse.jetty.deploy.DeploymentManager
-
Convenience method to allow for insertion of nodes into the lifecycle.
- insertNode(Edge, String) - Method in class org.eclipse.jetty.deploy.graph.Graph
-
Convenience method for
Graph.insertNode(Edge, Node)
- insertNode(Edge, Node) - Method in class org.eclipse.jetty.deploy.graph.Graph
-
Insert an arbitrary node on an existing edge.
- INSTANCE - Static variable in class org.eclipse.jetty.jaas.JAASLoginService
- INSTANCE - Static variable in class org.eclipse.jetty.osgi.boot.utils.internal.PackageAdminServiceTracker
- INSTANCE - Static variable in class org.eclipse.jetty.server.MultiPartCleanerListener
- INSTANCE - Static variable in class org.eclipse.jetty.util.resource.EmptyResource
- INSTANCE - Static variable in class org.eclipse.jetty.websocket.common.message.NullMessage
- INSTANCE - Static variable in class org.eclipse.jetty.websocket.jsr356.annotations.JsrParamIdBinary
- INSTANCE - Static variable in class org.eclipse.jetty.websocket.jsr356.annotations.JsrParamIdOnClose
- INSTANCE - Static variable in class org.eclipse.jetty.websocket.jsr356.annotations.JsrParamIdOnError
- INSTANCE - Static variable in class org.eclipse.jetty.websocket.jsr356.annotations.JsrParamIdOnOpen
- INSTANCE - Static variable in class org.eclipse.jetty.websocket.jsr356.annotations.JsrParamIdPong
- INSTANCE - Static variable in class org.eclipse.jetty.websocket.jsr356.annotations.JsrParamIdText
- INSTANCE - Static variable in class org.eclipse.jetty.websocket.jsr356.client.EmptyConfigurator
- INSTANCE - Static variable in class org.eclipse.jetty.websocket.jsr356.decoders.BooleanDecoder
- INSTANCE - Static variable in class org.eclipse.jetty.websocket.jsr356.decoders.ByteArrayDecoder
- INSTANCE - Static variable in class org.eclipse.jetty.websocket.jsr356.decoders.ByteBufferDecoder
- INSTANCE - Static variable in class org.eclipse.jetty.websocket.jsr356.decoders.ByteDecoder
- INSTANCE - Static variable in class org.eclipse.jetty.websocket.jsr356.decoders.CharacterDecoder
- INSTANCE - Static variable in class org.eclipse.jetty.websocket.jsr356.decoders.DoubleDecoder
- INSTANCE - Static variable in class org.eclipse.jetty.websocket.jsr356.decoders.FloatDecoder
- INSTANCE - Static variable in class org.eclipse.jetty.websocket.jsr356.decoders.IntegerDecoder
- INSTANCE - Static variable in class org.eclipse.jetty.websocket.jsr356.decoders.LongDecoder
- INSTANCE - Static variable in class org.eclipse.jetty.websocket.jsr356.decoders.PrimitiveDecoderMetadataSet
- INSTANCE - Static variable in class org.eclipse.jetty.websocket.jsr356.decoders.ShortDecoder
- INSTANCE - Static variable in class org.eclipse.jetty.websocket.jsr356.decoders.StringDecoder
- INSTANCE - Static variable in class org.eclipse.jetty.websocket.jsr356.encoders.PrimitiveEncoderMetadataSet
- INSTANCE - Static variable in class org.eclipse.jetty.websocket.jsr356.server.JsrPathParamId
- INSUFFICIENT_STORAGE - org.eclipse.jetty.http.HttpStatus.Code
- INSUFFICIENT_STORAGE_507 - Static variable in class org.eclipse.jetty.http.HttpStatus
- INTEGER - Static variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
- IntegerDecoder - Class in org.eclipse.jetty.websocket.jsr356.decoders
-
Default implementation of the
Decoder.Text
Message toInteger
decoder - IntegerDecoder() - Constructor for class org.eclipse.jetty.websocket.jsr356.decoders.IntegerDecoder
- IntegerEncoder - Class in org.eclipse.jetty.websocket.jsr356.encoders
-
Default encoder for
Integer
toEncoder.Text
Message encoder - IntegerEncoder() - Constructor for class org.eclipse.jetty.websocket.jsr356.encoders.IntegerEncoder
- Integral - org.eclipse.jetty.security.UserDataConstraint
- INTERNAL_ERROR - org.eclipse.jetty.http2.ErrorCode
-
Indicates an internal error.
- INTERNAL_SERVER_ERROR - org.eclipse.jetty.http.HttpStatus.Code
- INTERNAL_SERVER_ERROR_500 - Static variable in class org.eclipse.jetty.http.HttpStatus
- interruptAcceptors() - Method in class org.eclipse.jetty.server.AbstractConnector
- interruptThread(long) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
- introspect(Class<?>) - Method in class org.eclipse.jetty.annotations.AnnotationIntrospector
- introspect(Object) - Method in class org.eclipse.jetty.annotations.AnnotationDecorator
-
Look for annotations that can be discovered with introspection: Resource Resources PostConstruct PreDestroy ServletSecurity?
- IntrospectionUtil - Class in org.eclipse.jetty.util
-
IntrospectionUtil
- IntrospectionUtil() - Constructor for class org.eclipse.jetty.util.IntrospectionUtil
- IntrospectorCleaner - Class in org.eclipse.jetty.servlet.listener
-
IntrospectorCleaner Cleans a static cache of Methods held by java.beans.Introspector class when a context is undeployed.
- IntrospectorCleaner() - Constructor for class org.eclipse.jetty.servlet.listener.IntrospectorCleaner
- IntValueHttpField(HttpHeader, int) - Constructor for class org.eclipse.jetty.http.HttpField.IntValueHttpField
- IntValueHttpField(HttpHeader, String, int) - Constructor for class org.eclipse.jetty.http.HttpField.IntValueHttpField
- IntValueHttpField(HttpHeader, String, String) - Constructor for class org.eclipse.jetty.http.HttpField.IntValueHttpField
- IntValueHttpField(HttpHeader, String, String, int) - Constructor for class org.eclipse.jetty.http.HttpField.IntValueHttpField
- INVALID - org.eclipse.jetty.server.session.Session.State
- INVALID_UPSTREAM_RESPONSE - Static variable in class org.eclipse.jetty.websocket.api.StatusCode
-
1014 indicates that a gateway or proxy received and invalid upstream response.
- invalidate() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
- invalidate() - Method in class org.eclipse.jetty.server.session.Session
-
Called by users to invalidate a session, or called by the access method as a request enters the session if the session has expired, or called by manager as a result of scavenger expiring session
- invalidate(String) - Method in class org.eclipse.jetty.server.session.SessionHandler
-
Called by SessionIdManager to remove a session that has been invalidated, either by this context or another context.
- invalidateAll(String) - Method in class org.eclipse.jetty.server.session.DefaultSessionIdManager
- invalidateAll(String) - Method in interface org.eclipse.jetty.server.SessionIdManager
-
Invalidate all sessions on all contexts that share the same id.
- invalidateChainsCache() - Method in class org.eclipse.jetty.servlet.ServletHandler
- INVALIDATING - org.eclipse.jetty.server.session.Session.State
- InvalidSignatureException - Exception in org.eclipse.jetty.websocket.common.events.annotated
- InvalidSignatureException(String) - Constructor for exception org.eclipse.jetty.websocket.common.events.annotated.InvalidSignatureException
- InvalidSignatureException(String, Throwable) - Constructor for exception org.eclipse.jetty.websocket.common.events.annotated.InvalidSignatureException
- InvalidWebSocketException - Exception in org.eclipse.jetty.websocket.api
-
Indicating that the provided Class is not a valid WebSocket as defined by the API.
- InvalidWebSocketException(String) - Constructor for exception org.eclipse.jetty.websocket.api.InvalidWebSocketException
- InvalidWebSocketException(String, Throwable) - Constructor for exception org.eclipse.jetty.websocket.api.InvalidWebSocketException
- Invocable - Interface in org.eclipse.jetty.util.thread
-
A task (typically either a
Runnable
orCallable
that declares how it will behave when invoked: - Invocable.InvocationType - Enum in org.eclipse.jetty.util.thread
- invoke(Object, Object) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
- invoke(String, Object[], String[]) - Method in class org.eclipse.jetty.jmx.ObjectMBean
- invokeMain(ClassLoader, StartArgs) - Method in class org.eclipse.jetty.start.Main
- invokeNonBlocking(Runnable) - Static method in interface org.eclipse.jetty.util.thread.Invocable
-
Invoke a task with the calling thread, tagged to indicate that it will not block.
- invokeObject(Object, Object) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
- Invoker - Class in org.eclipse.jetty.servlet
-
Dynamic Servlet Invoker.
- Invoker() - Constructor for class org.eclipse.jetty.servlet.Invoker
- IO - Class in org.eclipse.jetty.util
-
IO Utilities.
- IO() - Constructor for class org.eclipse.jetty.util.IO
- IP - org.eclipse.jetty.servlets.DoSFilter.RateType
-
Deprecated.
- IPAccessHandler - Class in org.eclipse.jetty.server.handler
-
Deprecated.Use @
InetAccessHandler
. - IPAccessHandler() - Constructor for class org.eclipse.jetty.server.handler.IPAccessHandler
-
Deprecated.Creates new handler object
- IPAccessHandler(String[], String[]) - Constructor for class org.eclipse.jetty.server.handler.IPAccessHandler
-
Deprecated.Creates new handler object and initializes white- and black-list
- IPAddressMap<TYPE> - Class in org.eclipse.jetty.util
-
Deprecated.
- IPAddressMap() - Constructor for class org.eclipse.jetty.util.IPAddressMap
-
Deprecated.Construct empty IPAddressMap.
- IPAddressMap(int) - Constructor for class org.eclipse.jetty.util.IPAddressMap
-
Deprecated.Construct empty IPAddressMap.
- is(String) - Method in class org.eclipse.jetty.http.HttpField
- is(String) - Method in enum org.eclipse.jetty.http.HttpHeader
- is(String) - Method in enum org.eclipse.jetty.http.HttpHeaderValue
- is(String) - Method in enum org.eclipse.jetty.http.HttpMethod
- is(String) - Method in enum org.eclipse.jetty.http.HttpScheme
- is(String) - Method in enum org.eclipse.jetty.http.HttpVersion
- is(String) - Method in enum org.eclipse.jetty.http.MimeTypes.Type
- isAbnormal() - Method in class org.eclipse.jetty.websocket.common.CloseInfo
- isAbsolute() - Method in class org.eclipse.jetty.http.HttpURI
- isAbsolute(String) - Static method in class org.eclipse.jetty.start.PathMatchers
-
Tests if provided pattern is an absolute reference (or not)
- isAcceptable(String, String, String) - Method in class org.eclipse.jetty.http2.server.HTTP2CServerConnectionFactory
- isAcceptable(String, String, String) - Method in class org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory
- isAcceptable(String, String, String) - Method in interface org.eclipse.jetty.server.NegotiatingServerConnection.CipherDiscriminator
- isAccepting() - Method in class org.eclipse.jetty.server.AbstractConnector
- isAcceptingInLowResources() - Method in class org.eclipse.jetty.server.LowResourceMonitor
- isAcceptRanges() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
- isAcceptRanges() - Method in class org.eclipse.jetty.server.ResourceService
- isActive(Connection) - Method in class org.eclipse.jetty.client.AbstractConnectionPool
- isActive(Connection) - Method in interface org.eclipse.jetty.client.ConnectionPool
- isAdd() - Method in class org.eclipse.jetty.rewrite.handler.HeaderPatternRule
-
Returns the add flag value.
- isAdd() - Method in class org.eclipse.jetty.rewrite.handler.HeaderRegexRule
- isAddrUriAllowed(String, String) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
-
Deprecated.Check if specified request is allowed by current IPAccess rules.
- isAgentGzipable(String) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Test if the provided User-Agent is allowed based on the User-Agent filters.
- isAlias() - Method in class org.eclipse.jetty.util.resource.PathResource
- isAlias() - Method in class org.eclipse.jetty.util.resource.Resource
- isAlive() - Method in class org.eclipse.jetty.server.ShutdownMonitor
- isAllContentWritten(long) - Method in class org.eclipse.jetty.server.Response
- isAllowDuplicateFragmentNames() - Method in class org.eclipse.jetty.webapp.MetaData
- isAllowDuplicateFragmentNames() - Method in class org.eclipse.jetty.webapp.WebAppContext
- isAllowDuplicateMappings() - Method in class org.eclipse.jetty.servlet.ServletHandler
- isAllowed(InetAddress, Request, HttpServletRequest) - Method in class org.eclipse.jetty.server.handler.InetAccessHandler
-
Checks if specified address and request are allowed by current InetAddress rules.
- isAllowed(Path) - Method in class org.eclipse.jetty.server.AllowedResourceAliasChecker
- isAllowMissingCloseMessage() - Method in class org.eclipse.jetty.io.ssl.SslClientConnectionFactory
-
Deprecated.
- isAllowMissingCloseMessage() - Method in class org.eclipse.jetty.io.ssl.SslConnection
-
Deprecated.use inverted
SslConnection.isRequireCloseMessage()
instead - isAlwaysSaveUri() - Method in class org.eclipse.jetty.security.openid.OpenIdAuthenticator
-
Deprecated.
- isAmbiguous() - Method in class org.eclipse.jetty.http.HttpURI
- isAnnotation(Annotation, Class<? extends Annotation>) - Method in class org.eclipse.jetty.websocket.common.events.annotated.AbstractMethodAnnotationScanner
- isAnyAuth() - Method in class org.eclipse.jetty.security.RoleInfo
- isAnyAuth() - Method in class org.eclipse.jetty.util.security.Constraint
-
Servlet Spec 3.1, pg 140
- isAnyRole() - Method in class org.eclipse.jetty.security.RoleInfo
- isAnyRole() - Method in class org.eclipse.jetty.util.security.Constraint
- isAppend() - Method in class org.eclipse.jetty.server.NCSARequestLog
-
Deprecated.Retrieve append to log flag.
- isAppend() - Method in class org.eclipse.jetty.server.RequestLogWriter
-
Retrieve append to log flag.
- isApplicable(URI) - Method in class org.eclipse.jetty.start.FileInitializer
- isApplicable(URI) - Method in class org.eclipse.jetty.start.fileinits.TestFileInitializer
- isApplyToAsync() - Method in class org.eclipse.jetty.server.handler.IdleTimeoutHandler
- isApproveAllLicenses() - Method in class org.eclipse.jetty.start.StartArgs
- isAsync() - Method in class org.eclipse.jetty.server.HttpChannelState
- isAsync() - Method in class org.eclipse.jetty.server.HttpInput
- isAsync() - Method in class org.eclipse.jetty.server.HttpOutput
- isAsyncStarted() - Method in class org.eclipse.jetty.server.HttpChannelState
- isAsyncStarted() - Method in class org.eclipse.jetty.server.Request
- isAsyncStarted() - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- isAsyncSupported() - Method in class org.eclipse.jetty.server.Request
- isAsyncSupported() - Method in class org.eclipse.jetty.servlet.Holder
- isAsyncSupported() - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- isAtEOF() - Method in class org.eclipse.jetty.http.HttpParser
- isAuthenticated() - Method in class org.eclipse.jetty.jaas.spi.AbstractLoginModule
- isAuthenticateNewUsers() - Method in class org.eclipse.jetty.security.openid.OpenIdLoginService
- isAuthMandatory() - Method in class org.eclipse.jetty.security.jaspi.JaspiMessageInfo
- isAuthMandatory(Request, Response, Object) - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
- isAuthMandatory(Request, Response, Object) - Method in class org.eclipse.jetty.security.SecurityHandler
- isAuto(Object) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
- isAutoPreconfigure() - Method in class org.eclipse.jetty.quickstart.QuickStartWebApp
- isAvailable() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- isAvailable() - Method in class org.eclipse.jetty.servlet.ServletHandler
- isAvailable() - Method in class org.eclipse.jetty.servlet.ServletHolder
- isAvailable(String) - Method in class org.eclipse.jetty.websocket.api.extensions.ExtensionFactory
-
Deprecated.
- isBaseDifferent() - Method in class org.eclipse.jetty.start.BaseHome
- isBinaryPartialSupported() - Method in class org.eclipse.jetty.websocket.jsr356.annotations.JsrEvents
- isBlackListCipher(String) - Static method in class org.eclipse.jetty.http2.HTTP2Cipher
- isBlackListProtocol(String) - Static method in class org.eclipse.jetty.http2.HTTP2Cipher
- isBlank(String) - Static method in class org.eclipse.jetty.start.Utils
-
Is String null, empty, or consisting of only whitespace.
- isBlank(String) - Static method in class org.eclipse.jetty.util.StringUtil
-
Test if a string is null or only has whitespace characters in it.
- isCacheable(Resource) - Method in class org.eclipse.jetty.server.CachedContentFactory
- isCached() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
- isCancelled() - Method in class org.eclipse.jetty.client.util.FutureResponseListener
- isCancelled() - Method in class org.eclipse.jetty.util.FutureCallback
- isCancelled() - Method in class org.eclipse.jetty.util.FuturePromise
- isCancelled() - Method in class org.eclipse.jetty.websocket.jsr356.encoders.EncodeFailedFuture
- isCaseInsensitive() - Method in class org.eclipse.jetty.util.AbstractTrie
- isCaseInsensitive() - Method in class org.eclipse.jetty.util.ArrayTernaryTrie.Growing
- isCaseInsensitive() - Method in interface org.eclipse.jetty.util.Trie
- isCertSign(X509Certificate) - Static method in class org.eclipse.jetty.util.ssl.X509
- isChanging() - Method in class org.eclipse.jetty.server.session.Session
- isCharsetAssumed() - Method in enum org.eclipse.jetty.http.MimeTypes.Type
- isChecked() - Method in class org.eclipse.jetty.security.RoleInfo
- isCheckingRemoteSessionIdEncoding() - Method in class org.eclipse.jetty.server.session.SessionHandler
- isCheckWelcomeFiles() - Method in class org.eclipse.jetty.security.SecurityHandler
- isChunking() - Method in class org.eclipse.jetty.http.HttpGenerator
- isChunking() - Method in class org.eclipse.jetty.http.HttpParser
- isClientError() - Method in enum org.eclipse.jetty.http.HttpStatus.Code
-
Simple test against an code to determine if it falls into the
Client Error
message category as defined in the RFC 1945 - HTTP/1.0, and RFC 7231 - HTTP/1.1. - isClientError(int) - Static method in class org.eclipse.jetty.http.HttpStatus
-
Simple test against an code to determine if it falls into the
Client Error
message category as defined in the RFC 1945 - HTTP/1.0, and RFC 7231 - HTTP/1.1. - isClientStream(int) - Static method in class org.eclipse.jetty.http2.HTTP2Session
- isClose() - Method in class org.eclipse.jetty.http.HttpParser
- isClosed() - Method in class org.eclipse.jetty.client.AbstractConnectionPool
- isClosed() - Method in interface org.eclipse.jetty.client.api.Connection
- isClosed() - Method in interface org.eclipse.jetty.client.ConnectionPool
- isClosed() - Method in class org.eclipse.jetty.client.http.HttpConnectionOverHTTP
- isClosed() - Method in class org.eclipse.jetty.client.util.DeferredContentProvider
- isClosed() - Method in class org.eclipse.jetty.fcgi.client.http.HttpConnectionOverFCGI
- isClosed() - Method in class org.eclipse.jetty.http.HttpParser
- isClosed() - Method in interface org.eclipse.jetty.http2.api.Session
- isClosed() - Method in interface org.eclipse.jetty.http2.api.Stream
- isClosed() - Method in class org.eclipse.jetty.http2.client.http.HttpConnectionOverHTTP2
- isClosed() - Method in class org.eclipse.jetty.http2.HTTP2Session
- isClosed() - Method in class org.eclipse.jetty.http2.HTTP2Stream
- isClosed() - Method in class org.eclipse.jetty.server.HttpOutput
- isClosed() - Method in class org.eclipse.jetty.util.IteratingCallback
- isClosed() - Method in class org.eclipse.jetty.util.Pool.Entry
- isClosed() - Method in class org.eclipse.jetty.util.Pool
- isCommitted() - Method in class org.eclipse.jetty.http.HttpGenerator
- isCommitted() - Method in class org.eclipse.jetty.http2.HTTP2Stream
- isCommitted() - Method in interface org.eclipse.jetty.http2.IStream
- isCommitted() - Method in class org.eclipse.jetty.jaas.spi.AbstractLoginModule
- isCommitted() - Method in class org.eclipse.jetty.server.HttpChannel
- isCommitted() - Method in class org.eclipse.jetty.server.Response
- isCommitted() - Method in class org.eclipse.jetty.websocket.servlet.ServletUpgradeResponse
- isCompactPath() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- isComplete() - Method in class org.eclipse.jetty.http.HttpParser
- isConditional() - Method in interface org.eclipse.jetty.server.PushBuilder
- isConditional() - Method in class org.eclipse.jetty.server.PushBuilderImpl
- isConditionalDependency(String) - Static method in class org.eclipse.jetty.start.Module
- isConfigurationDiscovered() - Method in class org.eclipse.jetty.webapp.WebAppContext
-
Is the context Automatically configured.
- isConfigurationSupported() - Method in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
- isConnectBlocking() - Method in class org.eclipse.jetty.client.HttpClient
- isConnectBlocking() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
- isConnected() - Method in class org.eclipse.jetty.websocket.api.WebSocketAdapter
- isConnectionPending(SelectableChannel) - Method in class org.eclipse.jetty.io.SelectorManager
- isConnectionPending(SelectableChannel) - Method in class org.eclipse.jetty.unixsocket.UnixSocketConnector.UnixSocketConnectorManager
- isConsumed() - Method in class org.eclipse.jetty.client.HttpContent
- isContainedIn(Resource) - Method in class org.eclipse.jetty.util.resource.EmptyResource
- isContainedIn(Resource) - Method in class org.eclipse.jetty.util.resource.FileResource
-
Deprecated.
- isContainedIn(Resource) - Method in class org.eclipse.jetty.util.resource.JarFileResource
-
Check if this jar:file: resource is contained in the named resource.
- isContainedIn(Resource) - Method in class org.eclipse.jetty.util.resource.PathResource
- isContainedIn(Resource) - Method in class org.eclipse.jetty.util.resource.Resource
- isContainedIn(Resource) - Method in class org.eclipse.jetty.util.resource.ResourceCollection
- isContainedIn(Resource) - Method in class org.eclipse.jetty.util.resource.URLResource
- isContainedIn(Resource, Resource) - Static method in class org.eclipse.jetty.util.resource.Resource
- isContentComplete(long) - Method in class org.eclipse.jetty.server.Response
- isContinuation() - Method in enum org.eclipse.jetty.websocket.api.extensions.Frame.Type
- isControl() - Method in enum org.eclipse.jetty.websocket.api.extensions.Frame.Type
- isControlFrame() - Method in class org.eclipse.jetty.websocket.common.frames.ControlFrame
- isControlFrame() - Method in class org.eclipse.jetty.websocket.common.frames.DataFrame
- isControlFrame() - Method in class org.eclipse.jetty.websocket.common.WebSocketFrame
- isControlFrame(byte) - Static method in class org.eclipse.jetty.websocket.common.OpCode
- isCookieCompliance(CookieCompliance) - Method in class org.eclipse.jetty.server.HttpConfiguration
-
Deprecated.
- isCopyWebDir() - Method in class org.eclipse.jetty.webapp.WebAppContext
- isCopyWebInf() - Method in class org.eclipse.jetty.webapp.WebAppContext
- isCreateFiles() - Method in class org.eclipse.jetty.start.StartArgs
- isCreateStartd() - Method in class org.eclipse.jetty.start.StartArgs
- isCurrentProject() - Method in class org.eclipse.jetty.maven.plugin.OverlayConfig
- isDaemon() - Method in class org.eclipse.jetty.ant.JettyRunTask
- isDaemon() - Method in class org.eclipse.jetty.ant.ServerProxyImpl
- isDaemon() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
- isDaemon() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
- isDaemon() - Method in class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler
- isData() - Method in enum org.eclipse.jetty.websocket.api.extensions.Frame.Type
- isDataFrame() - Method in class org.eclipse.jetty.websocket.common.frames.ControlFrame
- isDataFrame() - Method in class org.eclipse.jetty.websocket.common.frames.DataFrame
- isDataFrame() - Method in class org.eclipse.jetty.websocket.common.WebSocketFrame
- isDataFrame(byte) - Static method in class org.eclipse.jetty.websocket.common.OpCode
- isDebugEnabled() - Method in class org.eclipse.jetty.apache.jsp.JuliLog
- isDebugEnabled() - Static method in class org.eclipse.jetty.start.StartLog
- isDebugEnabled() - Method in class org.eclipse.jetty.util.log.JavaUtilLog
- isDebugEnabled() - Method in interface org.eclipse.jetty.util.log.Logger
- isDebugEnabled() - Method in class org.eclipse.jetty.util.log.LoggerLog
- isDebugEnabled() - Method in class org.eclipse.jetty.util.log.Slf4jLog
- isDebugEnabled() - Method in class org.eclipse.jetty.util.log.StdErrLog
- isDebugEnabled(String) - Method in class org.eclipse.jetty.util.log.jmx.LogMBean
- isDecoratable(Class<?>) - Method in class org.eclipse.jetty.cdi.CdiSpiDecorator
-
Test if a class can be decorated.
- isDeepBindingSupported() - Method in class org.eclipse.jetty.jndi.NamingContext
- isDefault() - Method in class org.eclipse.jetty.servlet.ServletMapping
- isDefaultConstructable(Class<?>) - Static method in class org.eclipse.jetty.websocket.common.util.ReflectUtils
- isDefaultDispatches() - Method in class org.eclipse.jetty.servlet.FilterMapping
- isDefaultOrder() - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration.ServletContainerInitializerOrdering
- isDefaultPort(String, int) - Method in class org.eclipse.jetty.client.HttpClient
- isDeferred(HttpServletResponse) - Static method in class org.eclipse.jetty.security.authentication.DeferredAuthentication
- isDelayDispatchUntilContent() - Method in class org.eclipse.jetty.server.HttpConfiguration
- isDeleteOnExit() - Method in class org.eclipse.jetty.http.MultiPartFormInputStream
-
Deprecated.no replacement provided
- isDeleteOnExit() - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser
-
Deprecated.no replacement offered.
- isDeleteUnrestorableFiles() - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
- isDeleteUnrestorableFiles() - Method in class org.eclipse.jetty.server.session.FileSessionDataStoreFactory
- isDenyUncoveredHttpMethods() - Method in interface org.eclipse.jetty.security.ConstraintAware
- isDenyUncoveredHttpMethods() - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
- isDetailedDump() - Method in class org.eclipse.jetty.io.ArrayByteBufferPool
- isDetailedDump() - Method in class org.eclipse.jetty.io.MappedByteBufferPool
- isDetailedDump() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
- isDetailedDump() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
- isDetailedParseException() - Method in class org.eclipse.jetty.util.ajax.AsyncJSON.Factory
- isDirAllowed() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
- isDirAllowed() - Method in class org.eclipse.jetty.server.ResourceService
- isDirectBuffersForDecryption() - Method in class org.eclipse.jetty.io.ssl.SslClientConnectionFactory
- isDirectBuffersForDecryption() - Method in class org.eclipse.jetty.server.SslConnectionFactory
- isDirectBuffersForEncryption() - Method in class org.eclipse.jetty.io.ssl.SslClientConnectionFactory
- isDirectBuffersForEncryption() - Method in class org.eclipse.jetty.server.SslConnectionFactory
- isDirectoriesListed() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
-
Get the directory option.
- isDirectory() - Method in class org.eclipse.jetty.util.MultiReleaseJarFile.VersionedJarEntry
- isDirectory() - Method in class org.eclipse.jetty.util.resource.EmptyResource
- isDirectory() - Method in class org.eclipse.jetty.util.resource.FileResource
-
Deprecated.Returns true if the resource is a container/directory.
- isDirectory() - Method in class org.eclipse.jetty.util.resource.JarFileResource
-
Returns true if the represented resource is a container/directory.
- isDirectory() - Method in class org.eclipse.jetty.util.resource.PathResource
- isDirectory() - Method in class org.eclipse.jetty.util.resource.Resource
- isDirectory() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
- isDirectory() - Method in class org.eclipse.jetty.util.resource.URLResource
-
Returns true if the represented resource is a container/directory.
- isDirty() - Method in class org.eclipse.jetty.server.session.SessionData
- isDiscardPathInfo() - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
- isDiscardQuery() - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
- isDisconnected() - Method in class org.eclipse.jetty.http2.HTTP2Session
- isDispatchIO() - Method in class org.eclipse.jetty.client.HttpClient
-
Deprecated.
- isDispatchIO() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
-
Deprecated.
- isDistributable() - Method in class org.eclipse.jetty.webapp.MetaData
- isDistributable() - Method in class org.eclipse.jetty.webapp.WebAppContext
- isDistributable() - Method in class org.eclipse.jetty.webapp.WebDescriptor
- isDone() - Method in class org.eclipse.jetty.client.util.FutureResponseListener
- isDone() - Method in class org.eclipse.jetty.util.FutureCallback
- isDone() - Method in class org.eclipse.jetty.util.FuturePromise
- isDone() - Method in class org.eclipse.jetty.websocket.common.io.http.HttpResponseHeaderParser
- isDone() - Method in class org.eclipse.jetty.websocket.jsr356.encoders.EncodeFailedFuture
- isDryRun() - Method in class org.eclipse.jetty.start.StartArgs
- isDumpable(Object) - Method in class org.eclipse.jetty.servlet.ServletHandler
- isDumpable(Object) - Method in interface org.eclipse.jetty.util.component.Dumpable.DumpableContainer
- isDumpAfterStart() - Method in class org.eclipse.jetty.server.Server
- isDumpBeforeStop() - Method in class org.eclipse.jetty.server.Server
- isDumpContext() - Method in class org.eclipse.jetty.server.DebugListener
- isDurableListener(EventListener) - Method in class org.eclipse.jetty.server.handler.ContextHandler
- isDynamic() - Method in class org.eclipse.jetty.start.Module
-
Indicates a module that is dynamic in nature
- isEmpty() - Method in class org.eclipse.jetty.client.AbstractConnectionPool
- isEmpty() - Method in interface org.eclipse.jetty.client.ConnectionPool
- isEmpty() - Method in class org.eclipse.jetty.deploy.graph.Path
- isEmpty() - Method in class org.eclipse.jetty.http.MultiPartFormInputStream
- isEmpty() - Method in class org.eclipse.jetty.http.QuotedCSV
- isEmpty() - Method in class org.eclipse.jetty.io.RetainableByteBuffer
- isEmpty() - Method in class org.eclipse.jetty.server.HttpInput.Content
- isEmpty() - Method in interface org.eclipse.jetty.server.MultiParts
- isEmpty() - Method in class org.eclipse.jetty.server.MultiParts.MultiPartsHttpParser
- isEmpty() - Method in class org.eclipse.jetty.server.MultiParts.MultiPartsUtilParser
- isEmpty() - Method in class org.eclipse.jetty.start.Classpath
- isEmpty() - Method in class org.eclipse.jetty.util.ArrayTernaryTrie.Growing
- isEmpty() - Method in class org.eclipse.jetty.util.ArrayTernaryTrie
- isEmpty() - Method in class org.eclipse.jetty.util.ConcurrentHashSet
-
Deprecated.
- isEmpty() - Method in class org.eclipse.jetty.util.Fields
- isEmpty() - Method in class org.eclipse.jetty.util.IncludeExcludeSet
- isEmpty() - Method in class org.eclipse.jetty.util.RegexSet
- isEmpty() - Method in class org.eclipse.jetty.webapp.ClasspathPattern.ByPackage
- isEmpty(Object) - Static method in class org.eclipse.jetty.util.LazyList
-
Simple utility method to test if List is empty
- isEmpty(String) - Static method in class org.eclipse.jetty.util.StringUtil
-
Checks if a String is empty ("") or null.
- isEmpty(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
-
Check for an empty or null buffer.
- isEmpty(ByteBuffer[]) - Static method in class org.eclipse.jetty.util.BufferUtil
-
Check for an empty or null buffers.
- isEmptyDir(File) - Static method in class org.eclipse.jetty.util.IO
-
Test if directory is empty.
- isEmptyStringNull() - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
- isEnableCRLDP() - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
- isEnableCRLDP() - Method in class org.eclipse.jetty.util.security.CertificateValidator
- isEnableCRLDP() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- isEnabled() - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Deprecated.Is logging enabled
- isEnabled() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
- isEnabled() - Method in class org.eclipse.jetty.server.handler.ThreadLimitHandler
- isEnabled() - Method in class org.eclipse.jetty.server.NCSARequestLog
-
Deprecated.
- isEnabled() - Method in class org.eclipse.jetty.server.RequestLogWriter
-
Deprecated.
- isEnabled() - Method in class org.eclipse.jetty.server.Slf4jRequestLog
-
Deprecated.
- isEnabled() - Method in class org.eclipse.jetty.server.Slf4jRequestLogWriter
- isEnabled() - Method in class org.eclipse.jetty.servlet.ServletHolder
- isEnabled() - Method in class org.eclipse.jetty.servlets.DoSFilter
- isEnabled() - Method in class org.eclipse.jetty.start.Module
- isEnabled(HttpServletRequest) - Method in class org.eclipse.jetty.servlets.CrossOriginFilter
- isEnabledViaContext(ServletContext, String, boolean) - Static method in class org.eclipse.jetty.websocket.jsr356.server.deploy.WebSocketServerContainerInitializer
-
Test a ServletContext for
init-param
orattribute
atkeyName
for true or false setting that determines if the specified feature is enabled (or not). - isEnableOCSP() - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
- isEnableOCSP() - Method in class org.eclipse.jetty.util.security.CertificateValidator
- isEnableOCSP() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- isEnd() - Method in class org.eclipse.jetty.http.HttpGenerator
- isEndHeaders() - Method in class org.eclipse.jetty.http2.frames.ContinuationFrame
- isEndStream() - Method in class org.eclipse.jetty.http2.frames.DataFrame
- isEndStream() - Method in class org.eclipse.jetty.http2.frames.HeadersFrame
- isEndStream() - Method in class org.eclipse.jetty.http2.parser.BodyParser
- isEndStream() - Method in class org.eclipse.jetty.http2.parser.HeaderBlockFragments
- isEnsureDefaultServlet() - Method in class org.eclipse.jetty.servlet.ServletHandler
- isEnvEntryType(Class<?>) - Method in class org.eclipse.jetty.annotations.ResourceAnnotationHandler
-
Check if the class is one of the basic java types permitted as env-entries.
- isError() - Method in class org.eclipse.jetty.server.HttpInput
- isErrorEnabled() - Method in class org.eclipse.jetty.apache.jsp.JuliLog
- isErrorPage(String) - Method in class org.eclipse.jetty.security.openid.OpenIdAuthenticator
- ISession - Interface in org.eclipse.jetty.http2
-
The SPI interface for implementing an HTTP/2 session.
- isEstablished() - Method in class org.eclipse.jetty.security.SpnegoUserIdentity
- isEtags() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
- isEtags() - Method in class org.eclipse.jetty.server.ResourceService
- isExcluded(String) - Method in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
- isExcluded(String) - Method in class org.eclipse.jetty.maven.plugin.SelectiveJarResource
- isExclusive() - Method in class org.eclipse.jetty.http2.frames.PriorityFrame
- isExec() - Method in class org.eclipse.jetty.start.StartArgs
- isExitJvm() - Method in class org.eclipse.jetty.server.handler.ShutdownHandler
- isExitVm() - Method in class org.eclipse.jetty.server.ShutdownMonitor
- isExpecting100Continue() - Method in class org.eclipse.jetty.http2.server.HttpChannelOverHTTP2
- isExpecting100Continue() - Method in class org.eclipse.jetty.server.HttpChannel
- isExpecting100Continue() - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
- isExpecting102Processing() - Method in class org.eclipse.jetty.server.HttpChannel
- isExpecting102Processing() - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
- isExpired() - Method in interface org.eclipse.jetty.continuation.Continuation
-
Deprecated.
- isExpired() - Method in class org.eclipse.jetty.continuation.Servlet3Continuation
-
Deprecated.
- isExpired() - Method in class org.eclipse.jetty.security.openid.OpenIdCredentials
- isExpired() - Method in class org.eclipse.jetty.server.HttpChannelState
- isExpired(long) - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
-
Check to see if the given time is in the past.
- isExpired(long) - Method in class org.eclipse.jetty.http.HttpCookie
- isExpiredAt(long) - Method in class org.eclipse.jetty.server.session.Session
-
Check to see if session has expired as at the time given.
- isExpiredAt(long) - Method in class org.eclipse.jetty.server.session.SessionData
- isExtended() - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Deprecated.Retrieve the extended request log format flag.
- isExtendedListenerTypes() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
- isExtensionsNegotiated() - Method in class org.eclipse.jetty.websocket.servlet.ServletUpgradeResponse
- isExtract() - Method in class org.eclipse.jetty.osgi.boot.AbstractWebAppProvider
- isExtractWAR() - Method in class org.eclipse.jetty.webapp.WebAppContext
- isExtractWars() - Method in class org.eclipse.jetty.deploy.providers.WebAppProvider
-
Get the extractWars.
- isFailed() - Method in class org.eclipse.jetty.client.api.Result
- isFailed() - Method in class org.eclipse.jetty.client.HttpReceiver
- isFailed() - Method in class org.eclipse.jetty.client.HttpSender
- isFailed() - Method in class org.eclipse.jetty.fcgi.client.http.HttpChannelOverFCGI
- isFailed() - Method in class org.eclipse.jetty.http2.client.http.HttpChannelOverHTTP2
- isFailed() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
- isFailed() - Method in interface org.eclipse.jetty.util.component.LifeCycle
- isFailed() - Method in class org.eclipse.jetty.util.IteratingCallback
- isFailed() - Method in class org.eclipse.jetty.websocket.common.extensions.WebSocketExtensionFactory
- isFalse(Object) - Static method in class org.eclipse.jetty.util.TypeUtil
- isFatal(int) - Static method in class org.eclipse.jetty.websocket.api.StatusCode
-
Test if provided status code is a fatal failure for bad protocol behavior.
- isFatalEnabled() - Method in class org.eclipse.jetty.apache.jsp.JuliLog
- isField() - Method in class org.eclipse.jetty.plus.annotation.Injection
- isFilePresent(Path...) - Method in class org.eclipse.jetty.start.FileInitializer
-
Test if any of the Paths exist (as files)
- isFillInterested() - Method in class org.eclipse.jetty.io.AbstractConnection
- isFillInterested() - Method in class org.eclipse.jetty.io.AbstractEndPoint
- isFillInterested() - Method in interface org.eclipse.jetty.io.EndPoint
- isFillInterested() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
- isFilterChainsCached() - Method in class org.eclipse.jetty.servlet.ServletHandler
- isFiltered() - Method in class org.eclipse.jetty.maven.plugin.OverlayConfig
- isFin() - Method in interface org.eclipse.jetty.websocket.api.extensions.Frame
- isFin() - Method in class org.eclipse.jetty.websocket.common.frames.ReadOnlyDelegatedFrame
- isFin() - Method in class org.eclipse.jetty.websocket.common.WebSocketFrame
- isFinished() - Method in class org.eclipse.jetty.http.GZIPContentDecoder
- isFinished() - Method in class org.eclipse.jetty.server.HttpInput
- isFlushOnResponseCommit() - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
- isFlushOnResponseCommit() - Method in class org.eclipse.jetty.server.session.AbstractSessionCacheFactory
- isFlushOnResponseCommit() - Method in interface org.eclipse.jetty.server.session.SessionCache
- isFollowRedirects() - Method in interface org.eclipse.jetty.client.api.Request
- isFollowRedirects() - Method in class org.eclipse.jetty.client.HttpClient
- isFollowRedirects() - Method in class org.eclipse.jetty.client.HttpRequest
- isFor(Locale, String) - Method in class org.eclipse.jetty.server.ResponseWriter
- isForbidden() - Method in class org.eclipse.jetty.security.RoleInfo
- isForbidden() - Method in class org.eclipse.jetty.util.security.Constraint
- isFormEncodedMethod(String) - Method in class org.eclipse.jetty.server.HttpConfiguration
-
Tests whether the HTTP method supports
x-www-form-urlencoded
content - isFromContainerClassPath(WebAppContext, ServletContainerInitializer) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
-
Test if the ServletContainerInitializer is from the container classpath
- isFromExcludedJar(WebAppContext, ServletContainerInitializer, Resource) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
-
Check to see if the ServletContainerIntializer loaded via the ServiceLoader came from a jar that is excluded by the fragment ordering.
- isFromWebInfClasses(WebAppContext, Resource) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
-
Test if the ServletContainerInitializer is from WEB-INF/classes
- isFull() - Method in class org.eclipse.jetty.util.ArrayTernaryTrie.Growing
- isFull() - Method in class org.eclipse.jetty.util.ArrayTernaryTrie
- isFull() - Method in class org.eclipse.jetty.util.ArrayTrie
- isFull() - Method in class org.eclipse.jetty.util.TreeTrie
- isFull() - Method in interface org.eclipse.jetty.util.Trie
- isFull(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
-
Check for a non null and full buffer.
- isFullValidate() - Method in class org.eclipse.jetty.security.AbstractLoginService
- isGenerateOrigin() - Method in class org.eclipse.jetty.maven.plugin.JettyWebAppContext
- isGenerateQuickStart() - Method in class org.eclipse.jetty.maven.plugin.JettyWebAppContext
- isGraceful() - Method in class org.eclipse.jetty.http2.frames.GoAwayFrame
- isGrowOutput() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
- isGzip() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
-
Deprecated.
- isGzippedContent(String) - Method in class org.eclipse.jetty.server.ResourceService
- isHandled() - Method in class org.eclipse.jetty.server.Request
- isHandling() - Method in class org.eclipse.jetty.rewrite.handler.Rule
-
Returns the handling flag value.
- isHarsh() - Method in class org.eclipse.jetty.websocket.common.CloseInfo
- isHasSession() - Method in class org.eclipse.jetty.websocket.common.events.annotated.EventMethod
- isHead() - Method in class org.eclipse.jetty.server.Request
- isHeartbeats() - Method in class org.eclipse.jetty.memcached.session.MemcachedSessionDataMap
- isHeartbeats() - Method in class org.eclipse.jetty.memcached.session.MemcachedSessionDataMapFactory
- isHelp() - Method in class org.eclipse.jetty.start.StartArgs
- isHex(String, int, int) - Static method in class org.eclipse.jetty.util.StringUtil
- isHexDigit() - Method in class org.eclipse.jetty.http.HttpTokens.Token
- isHidden(Path) - Method in class org.eclipse.jetty.util.PathWatcher.Config
- isHideStacks() - Method in class org.eclipse.jetty.util.log.StdErrLog
- isHotReload() - Method in class org.eclipse.jetty.security.HashLoginService
-
Is hot reload enabled on this user store
- isHotReload() - Method in class org.eclipse.jetty.security.PropertyUserStore
-
Is hot reload enabled on this user store
- isHttpOnly() - Method in class org.eclipse.jetty.http.HttpCookie
- isHttpOnly() - Method in class org.eclipse.jetty.server.session.SessionHandler.CookieConfig
- isHttpOnlyInComment(String) - Static method in class org.eclipse.jetty.http.HttpCookie
- isIdChanged() - Method in class org.eclipse.jetty.server.session.Session
- isIdempotent() - Method in enum org.eclipse.jetty.http.HttpMethod
-
An idempotent HTTP method is an HTTP method that can be called many times without different outcomes.
- isIdInUse(String) - Method in class org.eclipse.jetty.server.session.DefaultSessionIdManager
- isIdInUse(String) - Method in class org.eclipse.jetty.server.session.SessionHandler
-
Check if id is in use by this context
- isIdInUse(String) - Method in interface org.eclipse.jetty.server.SessionIdManager
- isIdle() - Method in class org.eclipse.jetty.http.HttpGenerator
- isIdle() - Method in class org.eclipse.jetty.http.HttpParser
- isIdle() - Method in class org.eclipse.jetty.server.HttpChannelState
- isIdle() - Method in class org.eclipse.jetty.util.Pool.Entry
- isIdle() - Method in class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill
- isIdle() - Method in class org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume
- isIdleLongerThan(int) - Method in class org.eclipse.jetty.server.session.Session
-
Check if the Session has been idle longer than a number of seconds.
- isIgnored() - Method in class org.eclipse.jetty.jaas.spi.AbstractLoginModule
- isIllegalFieldVchar(char) - Static method in class org.eclipse.jetty.http.HttpTokens
-
Checks whether this is an invalid VCHAR based on RFC9110.
- isIncluded(String) - Method in class org.eclipse.jetty.ant.types.FileMatchingConfiguration
-
Checks if passed file is scanned by any of the directory scanners.
- isIncluded(String) - Method in class org.eclipse.jetty.maven.plugin.SelectiveJarResource
- isIncludedAndNotExcluded(P) - Method in class org.eclipse.jetty.util.IncludeExcludeSet
-
Test Included and not Excluded
- isIncludeDirsInResults() - Method in class org.eclipse.jetty.start.PathFinder
- isIncluding() - Method in class org.eclipse.jetty.server.Response
- isInfoEnabled() - Method in class org.eclipse.jetty.apache.jsp.JuliLog
- isInformational() - Method in enum org.eclipse.jetty.http.HttpStatus.Code
-
Simple test against an code to determine if it falls into the
Informational
message category as defined in the RFC 1945 - HTTP/1.0, and RFC 7231 - HTTP/1.1. - isInformational(int) - Static method in class org.eclipse.jetty.http.HttpStatus
-
Simple test against an code to determine if it falls into the
Informational
message category as defined in the RFC 1945 - HTTP/1.0, and RFC 7231 - HTTP/1.1. - isInheritable(Package, Member) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
- isInheritChannel() - Method in class org.eclipse.jetty.server.ServerConnector
- isInitial() - Method in interface org.eclipse.jetty.continuation.Continuation
-
Deprecated.
- isInitial() - Method in class org.eclipse.jetty.continuation.Servlet3Continuation
-
Deprecated.
- isInitial() - Method in class org.eclipse.jetty.server.HttpChannelState
- isInitialized() - Method in class org.eclipse.jetty.servlet.ServletHandler
- isInputShutdown() - Method in class org.eclipse.jetty.io.AbstractEndPoint
- isInputShutdown() - Method in interface org.eclipse.jetty.io.EndPoint
-
Test if the input is shutdown.
- isInputShutdown() - Method in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
- isInputShutdown() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
- isInRange(Version, Version) - Method in class org.eclipse.jetty.start.Version
-
Check whether this version is in range of versions specified
- isInsertHeaders() - Method in class org.eclipse.jetty.servlets.DoSFilter
-
Check flag to insert the DoSFilter headers into the response.
- isInstance() - Method in class org.eclipse.jetty.servlet.BaseHolder
- isInterested() - Method in class org.eclipse.jetty.io.FillInterest
- isInUse() - Method in class org.eclipse.jetty.util.Pool.Entry
- isInvalid() - Method in class org.eclipse.jetty.server.session.Session
- isInvalidateOnShutdown() - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
- isInvalidateOnShutdown() - Method in class org.eclipse.jetty.server.session.AbstractSessionCacheFactory
- isInvalidateOnShutdown() - Method in class org.eclipse.jetty.server.session.NullSessionCacheFactory
- isInvalidateOnShutdown() - Method in interface org.eclipse.jetty.server.session.SessionCache
- isJavaBeanCompliantSetter(Method) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
- isJPMS() - Method in class org.eclipse.jetty.start.StartArgs
- isJSecurityCheck(String) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator
- isJSecurityCheck(String) - Method in class org.eclipse.jetty.security.jaspi.modules.FormAuthModule
-
Deprecated.
- isJSecurityCheck(String) - Method in class org.eclipse.jetty.security.openid.OpenIdAuthenticator
- isJspAvailable() - Method in class org.eclipse.jetty.osgi.boot.jasper.ContainerTldBundleDiscoverer
-
Check that jsp is on the classpath
- isJspServlet() - Method in class org.eclipse.jetty.servlet.ServletHolder
- isJspServlet(String) - Method in class org.eclipse.jetty.servlet.ServletHolder
- isKnown(byte) - Static method in class org.eclipse.jetty.websocket.common.OpCode
-
Test for known opcodes (per the RFC spec)
- isLast() - Method in class org.eclipse.jetty.client.HttpContent
- isLast() - Method in interface org.eclipse.jetty.websocket.api.extensions.Frame
-
Deprecated.use
Frame.isFin()
instead - isLast() - Method in class org.eclipse.jetty.websocket.common.frames.ReadOnlyDelegatedFrame
-
Deprecated.
- isLast() - Method in class org.eclipse.jetty.websocket.common.WebSocketFrame
- isLicenseCheckRequired() - Method in class org.eclipse.jetty.start.StartArgs
- isListClasspath() - Method in class org.eclipse.jetty.start.StartArgs
- isListConfig() - Method in class org.eclipse.jetty.start.StartArgs
- isLocal() - Method in class org.eclipse.jetty.http2.HTTP2Stream
- isLocal() - Method in interface org.eclipse.jetty.http2.IStream
- isLocallyClosed() - Method in class org.eclipse.jetty.http2.HTTP2Stream
- isLocalStreamClosed(int) - Method in class org.eclipse.jetty.http2.HTTP2Session
- isLocked() - Method in class org.eclipse.jetty.jndi.NamingContext
- isLocked() - Method in class org.eclipse.jetty.util.thread.Locker
- isLogDispatch() - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Deprecated.
- isLoginOrErrorPage(String) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator
- isLoginOrErrorPage(String) - Method in class org.eclipse.jetty.security.jaspi.modules.FormAuthModule
-
Deprecated.
- isLogUrlOnStart() - Method in class org.eclipse.jetty.webapp.WebAppContext
- isLowOnResources() - Method in class org.eclipse.jetty.server.LowResourceMonitor.ConnectorsThreadPoolLowResourceCheck
- isLowOnResources() - Method in class org.eclipse.jetty.server.LowResourceMonitor
- isLowOnResources() - Method in interface org.eclipse.jetty.server.LowResourceMonitor.LowResourceCheck
- isLowOnResources() - Method in class org.eclipse.jetty.server.LowResourceMonitor.MainThreadPoolLowResourceCheck
- isLowOnResources() - Method in class org.eclipse.jetty.server.LowResourceMonitor.MaxConnectionsLowResourceCheck
- isLowOnResources() - Method in class org.eclipse.jetty.server.LowResourceMonitor.MemoryLowResourceCheck
- isLowOnThreads() - Method in class org.eclipse.jetty.http.spi.DelegatingThreadPool
- isLowOnThreads() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
- isLowOnThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
-
Returns whether this thread pool is low on threads.
- isLowOnThreads() - Method in interface org.eclipse.jetty.util.thread.ThreadPool
- isManaged(Object) - Method in interface org.eclipse.jetty.util.component.Container
-
Test if this container manages a bean
- isManaged(Object) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
- isMandatory(MessageInfo) - Method in class org.eclipse.jetty.security.jaspi.modules.BaseAuthModule
- isMappedBuffer(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
-
Deprecated.don't use - there is no way to reliably tell if a ByteBuffer is mapped.
- isMasked() - Method in interface org.eclipse.jetty.websocket.api.extensions.Frame
- isMasked() - Method in class org.eclipse.jetty.websocket.common.frames.ReadOnlyDelegatedFrame
- isMasked() - Method in class org.eclipse.jetty.websocket.common.WebSocketFrame
- isMaximizeConnections() - Method in class org.eclipse.jetty.client.AbstractConnectionPool
- isMessageRoleAssigned() - Method in class org.eclipse.jetty.websocket.jsr356.annotations.OnMessageCallable
- isMessageType(Class<?>) - Method in class org.eclipse.jetty.websocket.jsr356.MessageHandlerWrapper
- isMetaDataComplete() - Method in class org.eclipse.jetty.webapp.MetaData
- isMetaDataComplete(WebDescriptor) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
- isMetaDataDirty() - Method in class org.eclipse.jetty.server.session.SessionData
- isMethod() - Method in class org.eclipse.jetty.plus.annotation.Injection
- isMimeTypeBufferable(String) - Method in class org.eclipse.jetty.server.handler.BufferedResponseHandler
- isMimeTypeGzipable(String) - Method in interface org.eclipse.jetty.server.handler.gzip.GzipFactory
- isMimeTypeGzipable(String) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Test if the provided MIME type is allowed based on the MIME type filters.
- isMultiplexed() - Method in class org.eclipse.jetty.fcgi.client.http.HttpClientTransportOverFCGI
- isMultiRelease() - Method in class org.eclipse.jetty.util.MultiReleaseJarFile
- isNew() - Method in class org.eclipse.jetty.server.session.Session
- isNewerThan(Version) - Method in class org.eclipse.jetty.start.Version
- isNewerThanOrEqualTo(Version) - Method in class org.eclipse.jetty.start.Version
- isNoContent() - Method in class org.eclipse.jetty.http.HttpGenerator
- isNodeIdInSessionId() - Method in class org.eclipse.jetty.server.session.SessionHandler
- isNonBlockingInvocation() - Static method in interface org.eclipse.jetty.util.thread.Invocable
-
Test if the current thread has been tagged as non blocking
- isNormalMainClass() - Method in class org.eclipse.jetty.start.StartArgs
- isNotBlank(String) - Static method in class org.eclipse.jetty.start.Utils
-
Is String valid and has something other than whitespace
- isNotBlank(String) - Static method in class org.eclipse.jetty.util.StringUtil
-
Test if a string is not null and contains at least 1 non-whitespace characters in it.
- isNotConnected() - Method in class org.eclipse.jetty.websocket.api.WebSocketAdapter
- isNotifiable() - Method in class org.eclipse.jetty.util.PathWatcher
-
Check to see if the watcher is in a state where it should generate watch events to the listeners.
- isNotifyExistingOnStart() - Method in class org.eclipse.jetty.util.PathWatcher
- isNotifyRemoteAsyncErrors() - Method in class org.eclipse.jetty.server.HttpConfiguration
- Iso88591HttpWriter - Class in org.eclipse.jetty.server
- Iso88591HttpWriter(HttpOutput) - Constructor for class org.eclipse.jetty.server.Iso88591HttpWriter
- Iso88591StringBuilder() - Constructor for class org.eclipse.jetty.util.CharsetStringBuilder.Iso88591StringBuilder
- isOlderThan(Version) - Method in class org.eclipse.jetty.start.Version
- isOlderThanOrEqualTo(Version) - Method in class org.eclipse.jetty.start.Version
- isOnlyClient() - Method in class org.eclipse.jetty.hazelcast.session.HazelcastSessionDataStoreFactory
- isOpen() - Method in class org.eclipse.jetty.http2.HTTP2Stream
- isOpen() - Method in class org.eclipse.jetty.io.AbstractEndPoint
- isOpen() - Method in class org.eclipse.jetty.io.ChannelEndPoint
- isOpen() - Method in interface org.eclipse.jetty.io.EndPoint
- isOpen() - Method in class org.eclipse.jetty.io.IdleTimeout
-
This abstract method should be called to check if idle timeouts should still be checked.
- isOpen() - Method in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
- isOpen() - Method in interface org.eclipse.jetty.server.NetworkConnector
-
A Connector may be opened and not started (to reserve a port) or closed and running (to allow graceful shutdown of existing connections)
- isOpen() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
- isOpen() - Method in class org.eclipse.jetty.server.ServerConnector
- isOpen() - Method in class org.eclipse.jetty.unixsocket.UnixSocketConnector
- isOpen() - Method in interface org.eclipse.jetty.websocket.api.Session
-
Return true if and only if the underlying socket is open.
- isOpen() - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection
- isOpen() - Method in interface org.eclipse.jetty.websocket.common.LogicalConnection
-
Test if logical connection is still open
- isOpen() - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
- isOptimizedForDirectBuffers() - Method in class org.eclipse.jetty.fcgi.server.HttpTransportOverFCGI
- isOptimizedForDirectBuffers() - Method in class org.eclipse.jetty.http2.server.HttpTransportOverHTTP2
- isOptimizedForDirectBuffers() - Method in class org.eclipse.jetty.io.AbstractEndPoint
- isOptimizedForDirectBuffers() - Method in class org.eclipse.jetty.io.ChannelEndPoint
- isOptimizedForDirectBuffers() - Method in interface org.eclipse.jetty.io.EndPoint
-
Is the endpoint optimized for DirectBuffer usage
- isOptimizedForDirectBuffers() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor
- isOptimizedForDirectBuffers() - Method in class org.eclipse.jetty.server.HttpChannel
- isOptimizedForDirectBuffers() - Method in class org.eclipse.jetty.server.HttpConnection
- isOptimizedForDirectBuffers() - Method in interface org.eclipse.jetty.server.HttpOutput.Interceptor
- isOptimizedForDirectBuffers() - Method in interface org.eclipse.jetty.server.HttpTransport
-
Is the underlying transport optimized for DirectBuffer usage
- isOptimizedForDirectBuffers() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
- isOrdered() - Method in class org.eclipse.jetty.webapp.WebDescriptor
- isOrigin(String) - Method in interface org.eclipse.jetty.websocket.api.UpgradeRequest
-
Test if supplied Origin is the same as the Request
- isOrigin(String) - Method in class org.eclipse.jetty.websocket.common.UpgradeRequestAdapter
- isOrigin(String) - Method in class org.eclipse.jetty.websocket.servlet.ServletUpgradeRequest
- isOurContextSessionFilename(String) - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
-
Check if the filename matches our session pattern and is a session for our context.
- isOutputShutdown() - Method in class org.eclipse.jetty.io.AbstractEndPoint
- isOutputShutdown() - Method in interface org.eclipse.jetty.io.EndPoint
-
Test if output is shutdown.
- isOutputShutdown() - Method in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
- isOutputShutdown() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
- isOverrideWebXml() - Method in class org.eclipse.jetty.plus.jndi.EnvEntry
- isOverUsed() - Method in class org.eclipse.jetty.util.Pool.Entry
-
Deprecated.MaxUsage functionalities will be removed
- isPadding() - Method in class org.eclipse.jetty.http2.parser.BodyParser
- isParentLoaderPriority() - Method in class org.eclipse.jetty.deploy.providers.WebAppProvider
-
Get the parentLoaderPriority.
- isParentLoaderPriority() - Method in class org.eclipse.jetty.osgi.boot.AbstractWebAppProvider
-
Get the parentLoaderPriority.
- isParentLoaderPriority() - Method in interface org.eclipse.jetty.webapp.WebAppClassLoader.Context
- isParentLoaderPriority() - Method in class org.eclipse.jetty.webapp.WebAppContext
- isPartialMessageSupported() - Method in class org.eclipse.jetty.websocket.jsr356.annotations.OnMessageCallable
- isPartialMessageSupportEnabled() - Method in interface org.eclipse.jetty.websocket.jsr356.annotations.IJsrMethod
-
Indicator that partial message support is enabled
- isPartialSupported() - Method in class org.eclipse.jetty.websocket.jsr356.metadata.MessageHandlerMetadata
- isPassivating() - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
- isPassivating() - Method in class org.eclipse.jetty.hazelcast.session.HazelcastSessionDataStore
- isPassivating() - Method in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStore
- isPassivating() - Method in class org.eclipse.jetty.server.session.CachingSessionDataStore
- isPassivating() - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
- isPassivating() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore
- isPassivating() - Method in class org.eclipse.jetty.server.session.NullSessionDataStore
- isPassivating() - Method in interface org.eclipse.jetty.server.session.SessionDataStore
-
True if this type of datastore will passivate session objects
- isPassivating() - Method in class org.eclipse.jetty.session.infinispan.InfinispanSessionDataStore
- isPathBufferable(String) - Method in class org.eclipse.jetty.server.handler.BufferedResponseHandler
- isPathGzipable(String) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Test if the provided Request URI is allowed based on the Path Specs filters.
- isPathInfoOnly() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
- isPathInfoOnly() - Method in class org.eclipse.jetty.server.ResourceService
- isPaused(long) - Method in class org.eclipse.jetty.util.PathWatcher.Config
- isPending() - Method in class org.eclipse.jetty.io.WriteFlusher
- isPermanent() - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
- isPersistent() - Method in class org.eclipse.jetty.http.HttpGenerator
- isPersistent() - Method in class org.eclipse.jetty.server.HttpChannel
- isPersistentConnectionsEnabled() - Method in class org.eclipse.jetty.server.HttpConfiguration
- isPersistTempDirectory() - Method in class org.eclipse.jetty.webapp.WebAppContext
- isPluginArtifact(Artifact) - Method in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
- isPluginArtifact(Artifact) - Method in class org.eclipse.jetty.maven.plugin.JettyRunForkedMojo
- isPreconfigure() - Method in class org.eclipse.jetty.quickstart.QuickStartWebApp
- isPrefix(ByteBuffer, ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
- isPrintLongNames() - Method in class org.eclipse.jetty.util.log.StdErrLog
- isProgrammaticListener(EventListener) - Method in class org.eclipse.jetty.server.handler.ContextHandler
- isPropertyBased() - Method in class org.eclipse.jetty.start.config.DirConfigSource
- isPropertyFile(String) - Static method in class org.eclipse.jetty.start.FS
- isPropertyNumber() - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
- isProtected() - Method in class org.eclipse.jetty.security.jaspi.SimpleAuthConfig
- isProtectedTarget(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Check the target.
- isPseudo() - Method in enum org.eclipse.jetty.http.HttpHeader
- isPush() - Method in class org.eclipse.jetty.server.Request
- isPushEnabled() - Method in class org.eclipse.jetty.http2.HTTP2Session
- isPushEnabled() - Method in interface org.eclipse.jetty.http2.ISession
- isPushSupported() - Method in class org.eclipse.jetty.fcgi.server.HttpTransportOverFCGI
- isPushSupported() - Method in class org.eclipse.jetty.http2.server.HttpTransportOverHTTP2
- isPushSupported() - Method in class org.eclipse.jetty.server.HttpConnection
- isPushSupported() - Method in interface org.eclipse.jetty.server.HttpTransport
- isPushSupported() - Method in class org.eclipse.jetty.server.Request
- isQuiet(long, long) - Method in class org.eclipse.jetty.util.PathWatcher.PathWatchEvent
- isQuoted(String) - Static method in class org.eclipse.jetty.util.QuotedStringTokenizer
- isReading() - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection
- isReading() - Method in interface org.eclipse.jetty.websocket.common.LogicalConnection
-
Tests if the connection is actively reading.
- isReady() - Method in class org.eclipse.jetty.server.HttpInput
- isReady() - Method in class org.eclipse.jetty.server.HttpOutput
- isRecordHttpComplianceViolations() - Method in class org.eclipse.jetty.server.HttpConnection
- isRecordHttpComplianceViolations() - Method in class org.eclipse.jetty.server.HttpConnectionFactory
- isRecurseDepthUnlimited() - Method in class org.eclipse.jetty.util.PathWatcher.Config
- isRecursive() - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
- isRecycleHttpChannels() - Method in class org.eclipse.jetty.http2.client.http.HttpConnectionOverHTTP2
- isRecycleHttpChannels() - Method in class org.eclipse.jetty.http2.server.HTTP2ServerConnection
- isRedirect(Response) - Method in class org.eclipse.jetty.client.HttpRedirector
- isRedirection() - Method in enum org.eclipse.jetty.http.HttpStatus.Code
-
Simple test against an code to determine if it falls into the
Redirection
message category as defined in the RFC 1945 - HTTP/1.0, and RFC 7231 - HTTP/1.1. - isRedirection(int) - Static method in class org.eclipse.jetty.http.HttpStatus
-
Simple test against an code to determine if it falls into the
Redirection
message category as defined in the RFC 1945 - HTTP/1.0, and RFC 7231 - HTTP/1.1. - isRedirectWelcome() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
- isRedirectWelcome() - Method in class org.eclipse.jetty.server.ResourceService
- isRegistered(LifeCycle) - Static method in class org.eclipse.jetty.server.ShutdownMonitor
- isRegistered(LifeCycle) - Static method in class org.eclipse.jetty.util.thread.ShutdownThread
- isRelativeRedirectAllowed() - Method in class org.eclipse.jetty.server.HttpConfiguration
- isRemotelyClosed() - Method in class org.eclipse.jetty.http2.HTTP2Stream
- isRemotelyClosed() - Method in interface org.eclipse.jetty.http2.IStream
- isRemotePort() - Method in class org.eclipse.jetty.servlets.DoSFilter
-
Get flag to have usage rate tracked by IP+port (effectively connection)
- isRemoteStreamClosed(int) - Method in class org.eclipse.jetty.http2.HTTP2Session
- isRemoveIdleDestinations() - Method in class org.eclipse.jetty.client.HttpClient
-
Deprecated.replaced by
HttpClient.getDestinationIdleTimeout()
- isRemoveUnloadableSessions() - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
- isRemoveUnloadableSessions() - Method in class org.eclipse.jetty.server.session.AbstractSessionCacheFactory
- isRemoveUnloadableSessions() - Method in interface org.eclipse.jetty.server.session.SessionCache
- isRenameThread() - Method in class org.eclipse.jetty.server.DebugListener
- isRenegotiationAllowed() - Method in class org.eclipse.jetty.io.ssl.SslConnection
- isRenegotiationAllowed() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- isRenewTGT() - Method in class org.eclipse.jetty.client.util.SPNEGOAuthentication
- isReply() - Method in class org.eclipse.jetty.http2.frames.PingFrame
- isReply() - Method in class org.eclipse.jetty.http2.frames.SettingsFrame
- isReproducible() - Method in interface org.eclipse.jetty.client.api.ContentProvider
-
Whether this ContentProvider can produce exactly the same content more than once.
- isReproducible() - Method in class org.eclipse.jetty.client.util.ByteBufferContentProvider
- isReproducible() - Method in class org.eclipse.jetty.client.util.BytesContentProvider
- isReproducible() - Method in class org.eclipse.jetty.client.util.PathContentProvider
- isRequest() - Method in class org.eclipse.jetty.http.MetaData
- isRequest() - Method in class org.eclipse.jetty.http.MetaData.Request
- isRequestBufferEmpty() - Method in class org.eclipse.jetty.server.HttpConnection
- isRequestCompleted() - Method in class org.eclipse.jetty.server.HttpChannel
- isRequestedSessionIdFromCookie() - Method in class org.eclipse.jetty.server.Request
- isRequestedSessionIdFromCookie() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
- isRequestedSessionIdFromCookie() - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- isRequestedSessionIdFromUrl() - Method in class org.eclipse.jetty.server.Request
- isRequestedSessionIdFromUrl() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
- isRequestedSessionIdFromUrl() - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- isRequestedSessionIdFromURL() - Method in class org.eclipse.jetty.server.Request
- isRequestedSessionIdFromURL() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
- isRequestedSessionIdFromURL() - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- isRequestedSessionIdValid() - Method in class org.eclipse.jetty.server.Request
- isRequestedSessionIdValid() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
- isRequestedSessionIdValid() - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- isRequestIdle() - Method in class org.eclipse.jetty.http2.server.HttpChannelOverHTTP2
- isRequireCloseMessage() - Method in class org.eclipse.jetty.io.ssl.SslClientConnectionFactory
- isRequireCloseMessage() - Method in class org.eclipse.jetty.io.ssl.SslConnection
- isReserved() - Method in class org.eclipse.jetty.util.Pool.Entry
- isReset() - Method in interface org.eclipse.jetty.http2.api.Stream
- isReset() - Method in class org.eclipse.jetty.http2.HTTP2Stream
- isResetOrFailed() - Method in class org.eclipse.jetty.http2.HTTP2Stream
- isResetOrFailed() - Method in interface org.eclipse.jetty.http2.IStream
- isResident() - Method in class org.eclipse.jetty.server.session.Session
- isResponse() - Method in class org.eclipse.jetty.http.MetaData
- isResponse() - Method in class org.eclipse.jetty.http.MetaData.Response
- isResponseCommitted() - Method in class org.eclipse.jetty.server.HttpChannelState
- isResponseCompleted() - Method in class org.eclipse.jetty.server.HttpChannel
- isResponseCompleted() - Method in class org.eclipse.jetty.server.HttpChannelState
- isResponseWrapped() - Method in interface org.eclipse.jetty.continuation.Continuation
-
Deprecated.Is the suspended response wrapped.
- isResponseWrapped() - Method in class org.eclipse.jetty.continuation.Servlet3Continuation
-
Deprecated.
- isResumed() - Method in interface org.eclipse.jetty.continuation.Continuation
-
Deprecated.
- isResumed() - Method in class org.eclipse.jetty.continuation.Servlet3Continuation
-
Deprecated.
- isRewritePathInfo() - Method in class org.eclipse.jetty.rewrite.handler.RewriteHandler
- isRewritePathInfo() - Method in class org.eclipse.jetty.rewrite.handler.RuleContainer
- isRewriteRequestURI() - Method in class org.eclipse.jetty.rewrite.handler.RewriteHandler
- isRewriteRequestURI() - Method in class org.eclipse.jetty.rewrite.handler.RuleContainer
- isRFC6265RejectedCharacter(boolean, char) - Method in class org.eclipse.jetty.server.CookieCutter
- isRowIdReserved() - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
-
rowId is a reserved word for Oracle, so change the name of this column
- isRsv1() - Method in interface org.eclipse.jetty.websocket.api.extensions.Frame
- isRsv1() - Method in class org.eclipse.jetty.websocket.common.frames.ReadOnlyDelegatedFrame
- isRsv1() - Method in class org.eclipse.jetty.websocket.common.WebSocketFrame
- isRsv1InUse() - Method in class org.eclipse.jetty.websocket.common.Generator
- isRsv1InUse() - Method in class org.eclipse.jetty.websocket.common.Parser
- isRsv1User() - Method in interface org.eclipse.jetty.websocket.api.extensions.Extension
-
Used to indicate that the extension makes use of the RSV1 bit of the base websocket framing.
- isRsv1User() - Method in class org.eclipse.jetty.websocket.common.extensions.AbstractExtension
-
Used to indicate that the extension makes use of the RSV1 bit of the base websocket framing.
- isRsv1User() - Method in class org.eclipse.jetty.websocket.common.extensions.compress.CompressExtension
-
Indicates use of RSV1 flag for indicating deflation is in use.
- isRsv2() - Method in interface org.eclipse.jetty.websocket.api.extensions.Frame
- isRsv2() - Method in class org.eclipse.jetty.websocket.common.frames.ReadOnlyDelegatedFrame
- isRsv2() - Method in class org.eclipse.jetty.websocket.common.WebSocketFrame
- isRsv2InUse() - Method in class org.eclipse.jetty.websocket.common.Generator
- isRsv2InUse() - Method in class org.eclipse.jetty.websocket.common.Parser
- isRsv2User() - Method in interface org.eclipse.jetty.websocket.api.extensions.Extension
-
Used to indicate that the extension makes use of the RSV2 bit of the base websocket framing.
- isRsv2User() - Method in class org.eclipse.jetty.websocket.common.extensions.AbstractExtension
-
Used to indicate that the extension makes use of the RSV2 bit of the base websocket framing.
- isRsv3() - Method in interface org.eclipse.jetty.websocket.api.extensions.Frame
- isRsv3() - Method in class org.eclipse.jetty.websocket.common.frames.ReadOnlyDelegatedFrame
- isRsv3() - Method in class org.eclipse.jetty.websocket.common.WebSocketFrame
- isRsv3InUse() - Method in class org.eclipse.jetty.websocket.common.Generator
- isRsv3InUse() - Method in class org.eclipse.jetty.websocket.common.Parser
- isRsv3User() - Method in interface org.eclipse.jetty.websocket.api.extensions.Extension
-
Used to indicate that the extension makes use of the RSV3 bit of the base websocket framing.
- isRsv3User() - Method in class org.eclipse.jetty.websocket.common.extensions.AbstractExtension
-
Used to indicate that the extension makes use of the RSV3 bit of the base websocket framing.
- isRun() - Method in class org.eclipse.jetty.start.StartArgs
- isRunning() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
- isRunning() - Method in interface org.eclipse.jetty.util.component.LifeCycle
- isRunning() - Method in class org.eclipse.jetty.websocket.common.extensions.WebSocketExtensionFactory
- isRunning() - Method in class org.eclipse.jetty.websocket.common.scopes.DelegatedContainerScope
- isRunning() - Method in interface org.eclipse.jetty.websocket.common.scopes.WebSocketContainerScope
-
Test for if the container has been started.
- isSafe() - Method in enum org.eclipse.jetty.http.HttpMethod
-
An HTTP method is safe if it doesn't alter the state of the server.
- isSame(Resource) - Method in class org.eclipse.jetty.util.resource.FileResource
-
Deprecated.
- isSame(Resource) - Method in class org.eclipse.jetty.util.resource.PathResource
- isSame(Resource) - Method in class org.eclipse.jetty.util.resource.Resource
-
Return true if the passed Resource represents the same resource as the Resource.
- isSameFile(Path, Path) - Method in class org.eclipse.jetty.server.AllowedResourceAliasChecker
- isSameName(Path, Path) - Static method in class org.eclipse.jetty.util.resource.PathResource
-
Test if the paths are the same name.
- isSameName(HttpField) - Method in class org.eclipse.jetty.http.HttpField
- isSameParameters(Class<?>[], Class<?>[]) - Method in class org.eclipse.jetty.websocket.common.events.annotated.AbstractMethodAnnotationScanner
- isSameSignature(Method, Method) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
- isSaveOnCreate() - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
- isSaveOnCreate() - Method in class org.eclipse.jetty.server.session.AbstractSessionCacheFactory
- isSaveOnCreate() - Method in interface org.eclipse.jetty.server.session.SessionCache
- isSaveOnInactiveEvict() - Method in class org.eclipse.jetty.server.session.AbstractSessionCacheFactory
- isSaveOnInactiveEvict() - Method in class org.eclipse.jetty.server.session.NullSessionCacheFactory
- isSaveOnInactiveEviction() - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
-
Whether we should save a session that has been inactive before we boot it from the cache.
- isSaveOnInactiveEviction() - Method in interface org.eclipse.jetty.server.session.SessionCache
- isScanned(File) - Method in class org.eclipse.jetty.ant.AntWebAppContext
- isScanningEnabled() - Method in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
- isScavengeZombies() - Method in class org.eclipse.jetty.hazelcast.session.HazelcastSessionDataStore
- isScavengeZombies() - Method in class org.eclipse.jetty.hazelcast.session.HazelcastSessionDataStoreFactory
- isSecure() - Method in class org.eclipse.jetty.client.HttpDestination
- isSecure() - Method in class org.eclipse.jetty.client.ProxyConfiguration.Proxy
- isSecure() - Method in class org.eclipse.jetty.http.HttpCookie
- isSecure() - Method in class org.eclipse.jetty.server.Request
- isSecure() - Method in class org.eclipse.jetty.server.session.SessionHandler.CookieConfig
- isSecure() - Method in interface org.eclipse.jetty.websocket.api.Session
-
Return true if and only if the underlying socket is using a secure transport.
- isSecure() - Method in interface org.eclipse.jetty.websocket.api.UpgradeRequest
-
Test if connection is secure.
- isSecure() - Method in class org.eclipse.jetty.websocket.common.UpgradeRequestAdapter
- isSecure() - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
- isSecure() - Method in class org.eclipse.jetty.websocket.servlet.ServletUpgradeRequest
- isSecure() - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- isSecureRequestOnly() - Method in class org.eclipse.jetty.server.session.SessionHandler
- isSendError() - Method in class org.eclipse.jetty.server.HttpChannel
- isSendError() - Method in class org.eclipse.jetty.server.HttpChannelState
- isSendShutdownAtStart() - Method in class org.eclipse.jetty.server.handler.ShutdownHandler
- isServerClass(Class<?>) - Method in interface org.eclipse.jetty.util.ClassVisibilityChecker
-
Is the class a Server Class.
- isServerClass(Class<?>) - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
- isServerClass(Class<?>) - Method in class org.eclipse.jetty.webapp.WebAppContext
- isServerClass(String) - Method in class org.eclipse.jetty.webapp.WebAppContext
- isServerError() - Method in enum org.eclipse.jetty.http.HttpStatus.Code
-
Simple test against an code to determine if it falls into the
Server Error
message category as defined in the RFC 1945 - HTTP/1.0, and RFC 7231 - HTTP/1.1. - isServerError(int) - Static method in class org.eclipse.jetty.http.HttpStatus
-
Simple test against an code to determine if it falls into the
Server Error
message category as defined in the RFC 1945 - HTTP/1.0, and RFC 7231 - HTTP/1.1. - isServerResource(String, URL) - Method in interface org.eclipse.jetty.webapp.WebAppClassLoader.Context
- isServerResource(String, URL) - Method in class org.eclipse.jetty.webapp.WebAppContext
- isSessionAware() - Method in class org.eclipse.jetty.websocket.common.events.annotated.OptionalSessionCallableMethod
- isSessionCachingEnabled() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- isSessionFilename(String) - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
-
Check if the filename is a session filename.
- isSessionRenewedOnAuthentication() - Method in interface org.eclipse.jetty.security.Authenticator.AuthConfiguration
- isSessionRenewedOnAuthentication() - Method in class org.eclipse.jetty.security.SecurityHandler
- isSet() - Method in class org.eclipse.jetty.maven.plugin.SystemProperty
- isShowHeaders() - Method in class org.eclipse.jetty.server.DebugListener
- isShowServlet() - Method in class org.eclipse.jetty.server.handler.ErrorHandler
- isShowStacks() - Method in class org.eclipse.jetty.server.handler.ErrorHandler
- isShutdown() - Method in class org.eclipse.jetty.client.http.HttpReceiverOverHTTP
- isShutdown() - Method in class org.eclipse.jetty.client.http.HttpSenderOverHTTP
- isShutdown() - Method in class org.eclipse.jetty.maven.plugin.MavenServerConnector
- isShutdown() - Method in class org.eclipse.jetty.server.AbstractConnector
- isShutdown() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- isShutdown() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- isShutdown() - Method in interface org.eclipse.jetty.util.component.Graceful
- isShutdown() - Method in class org.eclipse.jetty.util.component.Graceful.Shutdown
- isSignatureMatch(Method, ParamList) - Method in class org.eclipse.jetty.websocket.common.events.annotated.AbstractMethodAnnotationScanner
- isSkip() - Method in class org.eclipse.jetty.maven.plugin.OverlayConfig
- isSkipFilesValidation() - Method in class org.eclipse.jetty.start.Module
- isSniHostCheck() - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
- isSniRequired() - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
- isSniRequired() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.Server
-
Returns whether an SNI match is required when choosing the alias that identifies the certificate to send to the client.
- isSource() - Method in class org.eclipse.jetty.util.log.StdErrLog
-
Is the source of a log, logged
- isSslIsSecure() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
- isStale() - Method in class org.eclipse.jetty.client.HttpDestination
- isStart() - Method in class org.eclipse.jetty.http.HttpParser
- isStarted() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
- isStarted() - Method in interface org.eclipse.jetty.util.component.LifeCycle
- isStarted() - Method in class org.eclipse.jetty.websocket.common.extensions.WebSocketExtensionFactory
- isStarting() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
- isStarting() - Method in interface org.eclipse.jetty.util.component.LifeCycle
- isStarting() - Method in class org.eclipse.jetty.websocket.common.extensions.WebSocketExtensionFactory
- isStartWithUnavailable() - Method in class org.eclipse.jetty.servlet.ServletHandler
- isState(HttpGenerator.State) - Method in class org.eclipse.jetty.http.HttpGenerator
- isState(HttpParser.State) - Method in class org.eclipse.jetty.http.HttpParser
- isState(MultiPartParser.State) - Method in class org.eclipse.jetty.http.MultiPartParser
- isStatic() - Method in class org.eclipse.jetty.http2.hpack.HpackContext.Entry
- isStatic() - Method in class org.eclipse.jetty.http2.hpack.HpackContext.StaticEntry
- isStopAtShutdown() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
- isStopCommand() - Method in class org.eclipse.jetty.start.StartArgs
- isStopped() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
- isStopped() - Method in interface org.eclipse.jetty.util.component.LifeCycle
- isStopped() - Method in class org.eclipse.jetty.websocket.common.extensions.WebSocketExtensionFactory
- isStopping() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
- isStopping() - Method in interface org.eclipse.jetty.util.component.LifeCycle
- isStopping() - Method in class org.eclipse.jetty.websocket.common.extensions.WebSocketExtensionFactory
- isStreamed() - Method in class org.eclipse.jetty.websocket.jsr356.metadata.CoderMetadata
- isStreaming() - Method in class org.eclipse.jetty.server.Response
- isStreaming() - Method in class org.eclipse.jetty.websocket.common.events.annotated.EventMethod
- isStreaming() - Method in class org.eclipse.jetty.websocket.common.events.annotated.OptionalSessionCallableMethod
- isStrictEventOrdering() - Method in class org.eclipse.jetty.client.HttpClient
- isStsIncludeSubDomains() - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
- isSubprotocolNegotiated() - Method in class org.eclipse.jetty.websocket.servlet.ServletUpgradeResponse
- isSucceeded() - Method in class org.eclipse.jetty.client.api.Result
- isSucceeded() - Method in class org.eclipse.jetty.util.IteratingCallback
- isSuccess() - Method in enum org.eclipse.jetty.http.HttpStatus.Code
-
Simple test against an code to determine if it falls into the
Success
message category as defined in the RFC 1945 - HTTP/1.0, and RFC 7231 - HTTP/1.1. - isSuccess() - Method in interface org.eclipse.jetty.security.authentication.LoginCallback
- isSuccess() - Method in class org.eclipse.jetty.security.authentication.LoginCallbackImpl
- isSuccess() - Method in interface org.eclipse.jetty.websocket.api.UpgradeResponse
-
Deprecated.this has no replacement, will be removed in Jetty 10
- isSuccess() - Method in class org.eclipse.jetty.websocket.client.ClientUpgradeResponse
- isSuccess() - Method in class org.eclipse.jetty.websocket.common.UpgradeResponseAdapter
- isSuccess() - Method in class org.eclipse.jetty.websocket.servlet.ServletUpgradeResponse
- isSuccess(int) - Static method in class org.eclipse.jetty.http.HttpStatus
-
Simple test against an code to determine if it falls into the
Success
message category as defined in the RFC 1945 - HTTP/1.0, and RFC 7231 - HTTP/1.1. - isSupportedProtocol(String) - Static method in class org.eclipse.jetty.http2.server.HTTP2ServerConnection
- isSuspended() - Method in interface org.eclipse.jetty.continuation.Continuation
-
Deprecated.
- isSuspended() - Method in class org.eclipse.jetty.continuation.Servlet3Continuation
-
Deprecated.
- isSuspended() - Method in class org.eclipse.jetty.server.HttpChannelState
- isSyncFlush() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Is the
Deflater
runningDeflater.SYNC_FLUSH
or not. - isSystemClass(Class<?>) - Method in interface org.eclipse.jetty.util.ClassVisibilityChecker
-
Is the class a System Class.
- isSystemClass(Class<?>) - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
- isSystemClass(Class<?>) - Method in class org.eclipse.jetty.webapp.WebAppContext
- isSystemClass(String) - Method in class org.eclipse.jetty.webapp.WebAppContext
- isSystemResource(String, URL) - Method in interface org.eclipse.jetty.webapp.WebAppClassLoader.Context
- isSystemResource(String, URL) - Method in class org.eclipse.jetty.webapp.WebAppContext
- isTCPNoDelay() - Method in class org.eclipse.jetty.client.HttpClient
- isTCPNoDelay() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
- isTerminated() - Method in class org.eclipse.jetty.http.HttpParser
- isTerminating() - Method in class org.eclipse.jetty.rewrite.handler.Rule
-
Returns the terminating flag value.
- isTestingModeEnabled() - Method in class org.eclipse.jetty.start.StartArgs
- isTextPartialSupported() - Method in class org.eclipse.jetty.websocket.jsr356.annotations.JsrEvents
- isTheEmptyBuffer(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
- isThrowUnavailableOnStartupException() - Method in class org.eclipse.jetty.webapp.WebAppContext
- isTraceEnabled() - Method in class org.eclipse.jetty.apache.jsp.JuliLog
- isTrackSessions() - Method in class org.eclipse.jetty.servlets.DoSFilter
-
Deprecated.Session tracking is no longer supported
- isTransitive() - Method in class org.eclipse.jetty.start.Module
- isTransmittable(int) - Static method in class org.eclipse.jetty.websocket.api.StatusCode
-
Test if provided status code can be sent/received on a WebSocket close.
- IStream - Interface in org.eclipse.jetty.http2
-
The SPI interface for implementing an HTTP/2 stream.
- IStream.FrameList - Class in org.eclipse.jetty.http2
-
An ordered list of frames belonging to the same stream.
- isTrue(Object) - Static method in class org.eclipse.jetty.util.TypeUtil
- isTrustAll() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- isTypeAnnotated(Class<?>, Class<? extends Annotation>) - Method in class org.eclipse.jetty.websocket.common.events.annotated.AbstractMethodAnnotationScanner
- isTypeCompatible(Class<?>, Class<?>, boolean) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
- isUnmanaged(Object) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
- isUpdateIni() - Method in class org.eclipse.jetty.start.StartArgs
- isUpgradeRequest(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.websocket.server.WebSocketServerFactory
- isUpgradeRequest(HttpServletRequest, HttpServletResponse) - Method in interface org.eclipse.jetty.websocket.servlet.WebSocketServletFactory
- isUseALPN() - Method in class org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2
- isUseCacheForOtherClassLoaders() - Method in class org.eclipse.jetty.jmx.MBeanContainer
- isUseCipherSuitesOrder() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- isUseFileMappedBuffer() - Method in class org.eclipse.jetty.server.CachedContentFactory
- isUseMultiThreading(WebAppContext) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
-
Check if we should use multiple threads to scan for annotations or not
- isUserInRole(String) - Method in class org.eclipse.jetty.server.Request
- isUserInRole(String) - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
- isUserInRole(String) - Method in class org.eclipse.jetty.websocket.jsr356.server.JsrHandshakeRequest
- isUserInRole(String) - Method in class org.eclipse.jetty.websocket.servlet.ServletUpgradeRequest
- isUserInRole(String) - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- isUserInRole(String, UserIdentity.Scope) - Method in class org.eclipse.jetty.security.DefaultUserIdentity
- isUserInRole(String, UserIdentity.Scope) - Method in class org.eclipse.jetty.security.openid.OpenIdUserIdentity
- isUserInRole(String, UserIdentity.Scope) - Method in class org.eclipse.jetty.security.SpnegoUserIdentity
- isUserInRole(String, UserIdentity.Scope) - Method in interface org.eclipse.jetty.server.UserIdentity
-
Check if the user is in a role.
- isUserInRole(UserIdentity.Scope, String) - Method in class org.eclipse.jetty.security.AbstractUserAuthentication
- isUserInRole(UserIdentity.Scope, String) - Method in interface org.eclipse.jetty.server.Authentication.User
- isUseStandardBindings() - Method in class org.eclipse.jetty.deploy.DeploymentManager
- isUseTicketCache() - Method in class org.eclipse.jetty.client.util.SPNEGOAuthentication
- isUsingCookies() - Method in class org.eclipse.jetty.server.session.SessionHandler
- isUsingSecurityManager() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- isUsingURLs() - Method in class org.eclipse.jetty.server.session.SessionHandler
- isUTF8(String) - Static method in class org.eclipse.jetty.util.StringUtil
- isUtf8SequenceComplete() - Method in class org.eclipse.jetty.util.Utf8Appendable
- isValid() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedPrecompressedHttpContent
- isValid() - Method in class org.eclipse.jetty.server.session.Session
- isValid() - Method in class org.eclipse.jetty.websocket.jsr356.annotations.Param
- isValid(HttpSession) - Method in class org.eclipse.jetty.server.session.SessionHandler
- isValidateCerts() - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
- isValidateCerts() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- isValidateEncoding() - Method in class org.eclipse.jetty.http2.hpack.HpackEncoder
- isValidatePeerCerts() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- isValidateXml() - Method in class org.eclipse.jetty.webapp.MetaData
- isValidating() - Method in class org.eclipse.jetty.webapp.WebDescriptor
- isValidating() - Method in class org.eclipse.jetty.xml.XmlParser
- isValidChar(int) - Method in class org.eclipse.jetty.rewrite.handler.ValidUrlRule
- isValidClassFileName(String) - Method in class org.eclipse.jetty.annotations.AnnotationParser
-
Check that the given path represents a valid class file name.
- isValidClassFilePath(String) - Method in class org.eclipse.jetty.annotations.AnnotationParser
-
Check that the given path does not contain hidden directories
- isValidDirectory(Path) - Static method in class org.eclipse.jetty.start.FS
- isVersion() - Method in class org.eclipse.jetty.start.StartArgs
- isVersioned() - Method in class org.eclipse.jetty.util.MultiReleaseJarFile.VersionedJarEntry
- isWarnEnabled() - Method in class org.eclipse.jetty.apache.jsp.JuliLog
- isWebArchive(File) - Static method in class org.eclipse.jetty.deploy.util.FileID
-
Is the path a Web Archive?
- isWebArchiveFile(File) - Static method in class org.eclipse.jetty.deploy.util.FileID
-
Is the path a Web Archive File (not directory)
- isWriteFilesWithFilenames() - Method in class org.eclipse.jetty.http.MultiPartFormInputStream
- isWriteFilesWithFilenames() - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser
-
Deprecated.
- isWriting() - Method in class org.eclipse.jetty.server.Response
- isWritingOrStreaming() - Method in class org.eclipse.jetty.server.Response
- isWritten() - Method in class org.eclipse.jetty.http.HttpGenerator
- isWritten() - Method in class org.eclipse.jetty.server.HttpOutput
- isXml(String) - Static method in class org.eclipse.jetty.start.FS
- isXmlFile(File) - Static method in class org.eclipse.jetty.deploy.util.FileID
- ITEMS_PARAM - Static variable in class org.eclipse.jetty.example.asyncrest.AbstractRestServlet
- iterate() - Method in class org.eclipse.jetty.util.IteratingCallback
-
This method must be invoked by applications to start the processing of asynchronous sub-tasks.
- IteratingCallback - Class in org.eclipse.jetty.util
-
This specialized callback implements a pattern that allows a large asynchronous task to be broken into smaller asynchronous sub-tasks using iteration rather than recursion.
- IteratingCallback() - Constructor for class org.eclipse.jetty.util.IteratingCallback
- IteratingCallback(boolean) - Constructor for class org.eclipse.jetty.util.IteratingCallback
- IteratingCallback.Action - Enum in org.eclipse.jetty.util
-
The indication of the overall progress of the iteration that implementations of
IteratingCallback.process()
must return. - IteratingNestedCallback - Class in org.eclipse.jetty.util
-
Iterating Nested Callback.
- IteratingNestedCallback(Callback) - Constructor for class org.eclipse.jetty.util.IteratingNestedCallback
- IterativeDescriptorProcessor - Class in org.eclipse.jetty.webapp
-
IterativeDescriptorProcessor
- IterativeDescriptorProcessor() - Constructor for class org.eclipse.jetty.webapp.IterativeDescriptorProcessor
- iterator() - Method in class org.eclipse.jetty.client.util.ByteBufferContentProvider
- iterator() - Method in class org.eclipse.jetty.client.util.BytesContentProvider
- iterator() - Method in class org.eclipse.jetty.client.util.DeferredContentProvider
- iterator() - Method in class org.eclipse.jetty.client.util.InputStreamContentProvider
- iterator() - Method in class org.eclipse.jetty.client.util.MultiPartContentProvider
- iterator() - Method in class org.eclipse.jetty.client.util.OutputStreamContentProvider
- iterator() - Method in class org.eclipse.jetty.client.util.PathContentProvider
- iterator() - Method in class org.eclipse.jetty.http.HttpFields
- iterator() - Method in class org.eclipse.jetty.http.MetaData
- iterator() - Method in class org.eclipse.jetty.http.pathmap.PathMappings
- iterator() - Method in class org.eclipse.jetty.http.PathMap.PathSet
-
Deprecated.
- iterator() - Method in class org.eclipse.jetty.http.pathmap.PathSpecSet
- iterator() - Method in class org.eclipse.jetty.http.QuotedCSV
- iterator() - Method in class org.eclipse.jetty.http.QuotedQualityCSV
- iterator() - Method in class org.eclipse.jetty.io.CyclicTimeouts
- iterator() - Method in class org.eclipse.jetty.io.IncludeExcludeConnectionStatistics.ConnectionSet
- iterator() - Method in class org.eclipse.jetty.start.Classpath
- iterator() - Method in class org.eclipse.jetty.start.config.ConfigSources
- iterator() - Method in class org.eclipse.jetty.start.Modules
- iterator() - Method in class org.eclipse.jetty.start.Props
- iterator() - Method in class org.eclipse.jetty.start.RawArgs
- iterator() - Method in class org.eclipse.jetty.start.TextFile
- iterator() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
- iterator() - Method in class org.eclipse.jetty.util.ConcurrentHashSet
-
Deprecated.
- iterator() - Method in class org.eclipse.jetty.util.DecoratedObjectFactory
- iterator() - Method in class org.eclipse.jetty.util.Fields
- iterator() - Method in class org.eclipse.jetty.util.InetAddressSet
- iterator() - Method in class org.eclipse.jetty.util.RegexSet
- iterator() - Method in class org.eclipse.jetty.webapp.ClasspathPattern.ByClass
- iterator() - Method in class org.eclipse.jetty.webapp.ClasspathPattern.ByLocationOrModule
- iterator() - Method in class org.eclipse.jetty.webapp.ClasspathPattern.ByModule
- iterator() - Method in class org.eclipse.jetty.webapp.ClasspathPattern.ByPackage
- iterator() - Method in class org.eclipse.jetty.webapp.ClasspathPattern.ByPackageOrName
- iterator() - Method in class org.eclipse.jetty.webapp.ClasspathPattern
- iterator() - Method in class org.eclipse.jetty.websocket.api.extensions.ExtensionFactory
-
Deprecated.
- iterator() - Method in class org.eclipse.jetty.websocket.jsr356.metadata.CoderMetadataSet
- iterator(Object) - Static method in class org.eclipse.jetty.util.LazyList
- iterator(String) - Method in class org.eclipse.jetty.xml.XmlParser.Node
-
Iterator over named child nodes.
J
- J_METHOD - Static variable in class org.eclipse.jetty.security.openid.OpenIdAuthenticator
- J_POST - Static variable in class org.eclipse.jetty.security.openid.OpenIdAuthenticator
- J_SECURITY_CHECK - Static variable in class org.eclipse.jetty.security.openid.OpenIdAuthenticator
- J_URI - Static variable in class org.eclipse.jetty.security.openid.OpenIdAuthenticator
- JAASLoginService - Class in org.eclipse.jetty.jaas
-
JAASLoginService Implementation of jetty's LoginService that works with JAAS for authorization and authentication.
- JAASLoginService() - Constructor for class org.eclipse.jetty.jaas.JAASLoginService
- JAASLoginService(String) - Constructor for class org.eclipse.jetty.jaas.JAASLoginService
- JAASPrincipal - Class in org.eclipse.jetty.jaas
-
JAASPrincipal
- JAASPrincipal(String) - Constructor for class org.eclipse.jetty.jaas.JAASPrincipal
- JAASRole - Class in org.eclipse.jetty.jaas
- JAASRole(String) - Constructor for class org.eclipse.jetty.jaas.JAASRole
- JAASUserInfo(UserInfo) - Constructor for class org.eclipse.jetty.jaas.spi.AbstractLoginModule.JAASUserInfo
- JAASUserPrincipal - Class in org.eclipse.jetty.jaas
-
JAASUserPrincipal
- JAASUserPrincipal(String, Subject, LoginContext) - Constructor for class org.eclipse.jetty.jaas.JAASUserPrincipal
- JAR_WITH_SUCH_CLASS_MUST_BE_EXCLUDED - Static variable in class org.eclipse.jetty.osgi.boot.internal.webapp.OSGiWebappClassLoader
-
when a logging framework is setup in the osgi classloaders, it can access this and register the classes that must not be found in the jar.
- JarFileResource - Class in org.eclipse.jetty.util.resource
- JarFileResource(URL) - Constructor for class org.eclipse.jetty.util.resource.JarFileResource
- JarFileResource(URL, boolean) - Constructor for class org.eclipse.jetty.util.resource.JarFileResource
- JarResource - Class in org.eclipse.jetty.util.resource
- JarResource(URL) - Constructor for class org.eclipse.jetty.util.resource.JarResource
- JarResource(URL, boolean) - Constructor for class org.eclipse.jetty.util.resource.JarResource
- JarScanner - Class in org.eclipse.jetty.webapp
-
Deprecated.Does not handle MR Jars
- JarScanner() - Constructor for class org.eclipse.jetty.webapp.JarScanner
-
Deprecated.
- JarServer - Class in org.eclipse.jetty.embedded
-
Example of serving content from a JAR file.
- JarServer() - Constructor for class org.eclipse.jetty.embedded.JarServer
- JarVersion - Class in org.eclipse.jetty.start
-
Attempt to determine the version of the Jar File based on common version locations.
- JarVersion() - Constructor for class org.eclipse.jetty.start.JarVersion
- JaspiAuthenticator - Class in org.eclipse.jetty.security.jaspi
- JaspiAuthenticator(ServerAuthConfig, Map, ServletCallbackHandler, Subject, boolean, IdentityService) - Constructor for class org.eclipse.jetty.security.jaspi.JaspiAuthenticator
- JaspiAuthenticatorFactory - Class in org.eclipse.jetty.security.jaspi
- JaspiAuthenticatorFactory() - Constructor for class org.eclipse.jetty.security.jaspi.JaspiAuthenticatorFactory
- JaspiMessageInfo - Class in org.eclipse.jetty.security.jaspi
-
Almost an implementation of jaspi MessageInfo.
- JaspiMessageInfo(ServletRequest, ServletResponse, boolean) - Constructor for class org.eclipse.jetty.security.jaspi.JaspiMessageInfo
- JAVA_TARGET_PLATFORM - Static variable in class org.eclipse.jetty.util.JavaVersion
-
Context attribute that can be set to target a different version of the jvm than the current runtime.
- Java2DLeakPreventer - Class in org.eclipse.jetty.util.preventers
-
Deprecated.fixed in jdk 9, see https://bugs.java.com/bugdatabase/view_bug.do?bug_id=6489540
- Java2DLeakPreventer() - Constructor for class org.eclipse.jetty.util.preventers.Java2DLeakPreventer
-
Deprecated.
- javaNameParser - Class in org.eclipse.jetty.jndi.java
-
javaNameParser
- javaNameParser() - Constructor for class org.eclipse.jetty.jndi.java.javaNameParser
- javaRootURLContext - Class in org.eclipse.jetty.jndi.java
-
javaRootURLContext
- javaRootURLContext(Hashtable) - Constructor for class org.eclipse.jetty.jndi.java.javaRootURLContext
-
Creates a new
javaRootURLContext
instance. - javaURLContextFactory - Class in org.eclipse.jetty.jndi.java
-
javaURLContextFactory
- javaURLContextFactory() - Constructor for class org.eclipse.jetty.jndi.java.javaURLContextFactory
- JavaUtilLog - Class in org.eclipse.jetty.util.log
-
Implementation of Jetty
Logger
based onLogger
. - JavaUtilLog() - Constructor for class org.eclipse.jetty.util.log.JavaUtilLog
- JavaUtilLog(String) - Constructor for class org.eclipse.jetty.util.log.JavaUtilLog
- JavaVersion - Class in org.eclipse.jetty.util
-
Java Version Utility class.
- JAVAX_API - org.eclipse.jetty.servlet.Source.Origin
- JAVAX_API - Static variable in class org.eclipse.jetty.servlet.Source
- JAVAX_SERVLET_REQUEST_CIPHER_SUITE - Static variable in class org.eclipse.jetty.server.SecureRequestCustomizer
- JAVAX_SERVLET_REQUEST_KEY_SIZE - Static variable in class org.eclipse.jetty.server.SecureRequestCustomizer
- JAVAX_SERVLET_REQUEST_SSL_SESSION_ID - Static variable in class org.eclipse.jetty.server.SecureRequestCustomizer
- JAVAX_SERVLET_REQUEST_X_509_CERTIFICATE - Static variable in class org.eclipse.jetty.server.SecureRequestCustomizer
- JDBCLoginModule - Class in org.eclipse.jetty.jaas.spi
-
JDBCLoginModule
- JDBCLoginModule() - Constructor for class org.eclipse.jetty.jaas.spi.JDBCLoginModule
- JDBCLoginService - Class in org.eclipse.jetty.security
-
HashMapped User Realm with JDBC as data source.
- JDBCLoginService() - Constructor for class org.eclipse.jetty.security.JDBCLoginService
- JDBCLoginService(String) - Constructor for class org.eclipse.jetty.security.JDBCLoginService
- JDBCLoginService(String, String) - Constructor for class org.eclipse.jetty.security.JDBCLoginService
- JDBCLoginService(String, IdentityService, String) - Constructor for class org.eclipse.jetty.security.JDBCLoginService
- JDBCLoginService.JDBCUserPrincipal - Class in org.eclipse.jetty.security
-
JDBCKnownUser
- JDBCSessionDataStore - Class in org.eclipse.jetty.server.session
-
JDBCSessionDataStore Session data stored in database
- JDBCSessionDataStore() - Constructor for class org.eclipse.jetty.server.session.JDBCSessionDataStore
- JDBCSessionDataStore.SessionTableSchema - Class in org.eclipse.jetty.server.session
-
SessionTableSchema
- JDBCSessionDataStoreFactory - Class in org.eclipse.jetty.server.session
-
JDBCSessionDataStoreFactory
- JDBCSessionDataStoreFactory() - Constructor for class org.eclipse.jetty.server.session.JDBCSessionDataStoreFactory
- JDBCUserInfo(String, Credential) - Constructor for class org.eclipse.jetty.jaas.spi.AbstractDatabaseLoginModule.JDBCUserInfo
- JDBCUserPrincipal(String, Credential, int) - Constructor for class org.eclipse.jetty.security.JDBCLoginService.JDBCUserPrincipal
- JDK9ClientALPNProcessor - Class in org.eclipse.jetty.alpn.java.client
- JDK9ClientALPNProcessor() - Constructor for class org.eclipse.jetty.alpn.java.client.JDK9ClientALPNProcessor
- JDK9ServerALPNProcessor - Class in org.eclipse.jetty.alpn.java.server
- JDK9ServerALPNProcessor() - Constructor for class org.eclipse.jetty.alpn.java.server.JDK9ServerALPNProcessor
- Jetty - Class in org.eclipse.jetty.util
- JETTY_BASE - Static variable in class org.eclipse.jetty.osgi.boot.OSGiServerConstants
- JETTY_BASE - Static variable in class org.eclipse.jetty.start.BaseHome
- JETTY_BUNDLE_INSTALL_LOCATION_OVERRIDE - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebappConstants
- JETTY_BUNDLE_ROOT - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebappConstants
-
installation path of webapp bundle
- JETTY_CONTEXT_FILE_PATH - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebappConstants
-
List of relative pathes within the bundle to the jetty context files.
- JETTY_DEFAULT_WEB_XML_PATH - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebappConstants
- JETTY_ETC_FILES - Static variable in class org.eclipse.jetty.osgi.boot.internal.serverfactory.DefaultJettyAtJettyHomeHelper
-
contains a comma separated list of paths to the etc/jetty-*.xml files
- JETTY_EXTRA_CLASSPATH - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebappConstants
- JETTY_HOME - Static variable in class org.eclipse.jetty.osgi.boot.OSGiServerConstants
-
Usual system property used as the hostname for a typical jetty configuration.
- JETTY_HOME - Static variable in class org.eclipse.jetty.start.BaseHome
- JETTY_HOME_ARTIFACTID - Static variable in class org.eclipse.jetty.maven.plugin.JettyRunDistro
- JETTY_HOME_BUNDLE - Static variable in class org.eclipse.jetty.osgi.boot.OSGiServerConstants
-
System property to point to a bundle that embeds a jetty configuration and that jetty configuration should be the default jetty server.
- JETTY_HOME_GROUPID - Static variable in class org.eclipse.jetty.maven.plugin.JettyRunDistro
- JETTY_HOST - Static variable in class org.eclipse.jetty.osgi.boot.OSGiServerConstants
-
Usual system property used as the hostname for a typical jetty configuration.
- JETTY_OSGI_BUNDLE - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebappConstants
-
Name of the servlet context attribute that points to the bundle object.
- JETTY_PORT - Static variable in class org.eclipse.jetty.osgi.boot.OSGiServerConstants
-
Usual system property used as the port for http for a typical jetty configuration.
- JETTY_PORT_SSL - Static variable in class org.eclipse.jetty.osgi.boot.OSGiServerConstants
-
Usual system property used as the port for https for a typical jetty configuration.
- JETTY_WAR_FOLDER_PATH - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebappConstants
-
Deprecated.
- JETTY_WAR_FRAGMENT_FOLDER_PATH - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebappConstants
-
Deprecated.
- JETTY_WAR_FRAGMENT_RESOURCE_PATH - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebappConstants
- JETTY_WAR_PATCH_FRAGMENT_FOLDER_PATH - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebappConstants
-
Deprecated.
- JETTY_WAR_PREPEND_FRAGMENT_RESOURCE_PATH - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebappConstants
- JETTY_WAR_RESOURCE_PATH - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebappConstants
- JETTY_WEB_XML - Static variable in class org.eclipse.jetty.webapp.JettyWebXmlConfiguration
- JETTY_WEB_XML_CONFIGURATION - Static variable in class org.eclipse.jetty.ant.AntWebAppContext
- JETTY_WEB_XML_PATH - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebappConstants
- JettyAnnotatedEventDriver - Class in org.eclipse.jetty.websocket.common.events
-
Handler for Annotated User WebSocket objects.
- JettyAnnotatedEventDriver(WebSocketPolicy, Object, JettyAnnotatedMetadata) - Constructor for class org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver
- JettyAnnotatedImpl - Class in org.eclipse.jetty.websocket.common.events
- JettyAnnotatedImpl() - Constructor for class org.eclipse.jetty.websocket.common.events.JettyAnnotatedImpl
- JettyAnnotatedMetadata - Class in org.eclipse.jetty.websocket.common.events
- JettyAnnotatedMetadata() - Constructor for class org.eclipse.jetty.websocket.common.events.JettyAnnotatedMetadata
- JettyAnnotatedScanner - Class in org.eclipse.jetty.websocket.common.events
- JettyAnnotatedScanner() - Constructor for class org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner
- JettyBaseConfigSource - Class in org.eclipse.jetty.start.config
-
${jetty.base} specific ConfigSource
- JettyBaseConfigSource(Path) - Constructor for class org.eclipse.jetty.start.config.JettyBaseConfigSource
- JettyBootstrapActivator - Class in org.eclipse.jetty.osgi.boot
-
JettyBootstrapActivator
- JettyBootstrapActivator() - Constructor for class org.eclipse.jetty.osgi.boot.JettyBootstrapActivator
- JettyClientContainerProvider - Class in org.eclipse.jetty.websocket.jsr356
-
Client
ContainerProvider
implementation. - JettyClientContainerProvider() - Constructor for class org.eclipse.jetty.websocket.jsr356.JettyClientContainerProvider
- JettyDeployWar - Class in org.eclipse.jetty.maven.plugin
-
This goal is used to run Jetty with a pre-assembled war.
- JettyDeployWar() - Constructor for class org.eclipse.jetty.maven.plugin.JettyDeployWar
- JettyDistribution - Class in org.eclipse.jetty.embedded
-
A utility test class to locate a Jetty Distribution for testing purposes by searching: The
jetty.home
system property TheJETTY_HOME
environment variable The working directory hierarchy with subdirectoryjetty-distribution/target/home
- JettyDistribution() - Constructor for class org.eclipse.jetty.embedded.JettyDistribution
- JettyEffectiveWebXml - Class in org.eclipse.jetty.maven.plugin
-
This goal runs the jetty quickstart feature on an unassembled webapp in order to generate a comprehensive web.xml that combines all information from annotations, webdefault.xml and all web-fragment.xml files.
- JettyEffectiveWebXml() - Constructor for class org.eclipse.jetty.maven.plugin.JettyEffectiveWebXml
- JettyExchange - Interface in org.eclipse.jetty.http.spi
- JettyHomeConfigSource - Class in org.eclipse.jetty.start.config
-
${jetty.home} specific ConfigSource
- JettyHomeConfigSource(Path) - Constructor for class org.eclipse.jetty.start.config.JettyHomeConfigSource
- JettyHttpContext - Class in org.eclipse.jetty.http.spi
-
Jetty implementation of
HttpContext
- JettyHttpContext(HttpServer, String, HttpHandler) - Constructor for class org.eclipse.jetty.http.spi.JettyHttpContext
- JettyHttpExchange - Class in org.eclipse.jetty.http.spi
- JettyHttpExchange(HttpContext, HttpServletRequest, HttpServletResponse) - Constructor for class org.eclipse.jetty.http.spi.JettyHttpExchange
- JettyHttpExchangeDelegate - Class in org.eclipse.jetty.http.spi
-
Jetty implementation of
HttpExchange
- JettyHttpServer - Class in org.eclipse.jetty.http.spi
-
Jetty implementation of
HttpServer
. - JettyHttpServer(Server, boolean) - Constructor for class org.eclipse.jetty.http.spi.JettyHttpServer
- JettyHttpServer(Server, boolean, HttpConfiguration) - Constructor for class org.eclipse.jetty.http.spi.JettyHttpServer
- JettyHttpServerProvider - Class in org.eclipse.jetty.http.spi
-
Jetty implementation of Java HTTP Server SPI
- JettyHttpServerProvider() - Constructor for class org.eclipse.jetty.http.spi.JettyHttpServerProvider
- JettyHttpsExchange - Class in org.eclipse.jetty.http.spi
- JettyHttpsExchange(HttpContext, HttpServletRequest, HttpServletResponse) - Constructor for class org.eclipse.jetty.http.spi.JettyHttpsExchange
- JettyJasperInitializer - Class in org.eclipse.jetty.apache.jsp
-
JettyJasperInitializer
- JettyJasperInitializer() - Constructor for class org.eclipse.jetty.apache.jsp.JettyJasperInitializer
- JettyJspC() - Constructor for class org.eclipse.jetty.jspc.plugin.JspcMojo.JettyJspC
- JettyJspServlet - Class in org.eclipse.jetty.jsp
-
JettyJspServlet Wrapper for the jsp servlet that handles receiving requests mapped from jsp-property-groups.
- JettyJspServlet() - Constructor for class org.eclipse.jetty.jsp.JettyJspServlet
- JettyListenerEventDriver - Class in org.eclipse.jetty.websocket.common.events
-
Handler for
WebSocketListener
based User WebSocket implementations. - JettyListenerEventDriver(WebSocketPolicy, WebSocketConnectionListener) - Constructor for class org.eclipse.jetty.websocket.common.events.JettyListenerEventDriver
- JettyListenerImpl - Class in org.eclipse.jetty.websocket.common.events
- JettyListenerImpl() - Constructor for class org.eclipse.jetty.websocket.common.events.JettyListenerImpl
- JettyLogHandler - Class in org.eclipse.jetty.util.log
-
Redirect java.util.logging events to Jetty Log
- JettyLogHandler() - Constructor for class org.eclipse.jetty.util.log.JettyLogHandler
- jettyRemote - Variable in class org.eclipse.jetty.websocket.jsr356.AbstractJsrRemote
- JettyRunDistro - Class in org.eclipse.jetty.maven.plugin
-
This goal is used to deploy the unassembled webapp into a jetty distribution.
- JettyRunDistro() - Constructor for class org.eclipse.jetty.maven.plugin.JettyRunDistro
- JettyRunForkedMojo - Class in org.eclipse.jetty.maven.plugin
-
This goal is used to deploy your unassembled webapp into a forked JVM.
- JettyRunForkedMojo() - Constructor for class org.eclipse.jetty.maven.plugin.JettyRunForkedMojo
- JettyRunForkedMojo.ShutdownThread - Class in org.eclipse.jetty.maven.plugin
-
ShutdownThread
- JettyRunMojo - Class in org.eclipse.jetty.maven.plugin
-
This goal is used in-situ on a Maven project without first requiring that the project is assembled into a war, saving time during the development cycle.
- JettyRunMojo() - Constructor for class org.eclipse.jetty.maven.plugin.JettyRunMojo
- JettyRunTask - Class in org.eclipse.jetty.ant
-
Ant task for running a Jetty server.
- JettyRunTask() - Constructor for class org.eclipse.jetty.ant.JettyRunTask
- JettyRunWarExplodedMojo - Class in org.eclipse.jetty.maven.plugin
-
This goal is used to assemble your webapp into an exploded war and automatically deploy it to Jetty.
- JettyRunWarExplodedMojo() - Constructor for class org.eclipse.jetty.maven.plugin.JettyRunWarExplodedMojo
- JettyRunWarMojo - Class in org.eclipse.jetty.maven.plugin
-
This goal is used to assemble your webapp into a war and automatically deploy it to Jetty.
- JettyRunWarMojo() - Constructor for class org.eclipse.jetty.maven.plugin.JettyRunWarMojo
- JettyServerServiceTracker - Class in org.eclipse.jetty.osgi.boot.internal.serverfactory
-
JettyServerServiceTracker Tracks instances of Jetty Servers, and configures them so that they can deploy webapps or ContextHandlers discovered from the OSGi environment.
- JettyServerServiceTracker() - Constructor for class org.eclipse.jetty.osgi.boot.internal.serverfactory.JettyServerServiceTracker
- JettyStartMojo - Class in org.eclipse.jetty.maven.plugin
-
This goal is similar to the jetty:run goal, EXCEPT that it is designed to be bound to an execution inside your pom, rather than being run from the command line.
- JettyStartMojo() - Constructor for class org.eclipse.jetty.maven.plugin.JettyStartMojo
- JettyStopMojo - Class in org.eclipse.jetty.maven.plugin
-
This goal stops a running instance of jetty.
- JettyStopMojo() - Constructor for class org.eclipse.jetty.maven.plugin.JettyStopMojo
- JettyStopTask - Class in org.eclipse.jetty.ant
-
JettyStopTask
- JettyStopTask() - Constructor for class org.eclipse.jetty.ant.JettyStopTask
- JettyTldPreScanned - Class in org.eclipse.jetty.apache.jsp
-
JettyTldPreScanned Change to TldPreScanned to not require that the tlds have been pre-scanned from a jar file, but rather may be files in the file system.
- JettyTldPreScanned(ServletContext, boolean, boolean, boolean, Collection<URL>) - Constructor for class org.eclipse.jetty.apache.jsp.JettyTldPreScanned
- JettyWebAppContext - Class in org.eclipse.jetty.maven.plugin
-
JettyWebAppContext Extends the WebAppContext to specialize for the maven environment.
- JettyWebAppContext() - Constructor for class org.eclipse.jetty.maven.plugin.JettyWebAppContext
- JettyWebXmlConfiguration - Class in org.eclipse.jetty.webapp
-
JettyWebConfiguration.
- JettyWebXmlConfiguration() - Constructor for class org.eclipse.jetty.webapp.JettyWebXmlConfiguration
- jettyXml - Variable in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
-
Comma separated list of a jetty xml configuration files whose contents will be applied before any plugin configuration.
- join() - Method in class org.eclipse.jetty.http.spi.DelegatingThreadPool
- join() - Method in class org.eclipse.jetty.maven.plugin.Starter
- join() - Method in class org.eclipse.jetty.server.AbstractConnector
- join() - Method in class org.eclipse.jetty.server.Server
- join() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
- join() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
-
Blocks until the thread pool is
stopped
. - join() - Method in interface org.eclipse.jetty.util.thread.ThreadPool
-
Blocks until the thread pool is
stopped
. - join(long) - Method in class org.eclipse.jetty.server.AbstractConnector
- join(Object[], int, int, String) - Static method in class org.eclipse.jetty.start.Utils
- join(Object[], String) - Static method in class org.eclipse.jetty.start.Utils
- join(Object[], String) - Static method in class org.eclipse.jetty.websocket.api.util.QuoteUtil
- join(Collection<?>, String) - Static method in class org.eclipse.jetty.start.Utils
- join(Collection<?>, String) - Static method in class org.eclipse.jetty.websocket.api.util.QuoteUtil
- join(Generator.Result) - Method in class org.eclipse.jetty.fcgi.generator.Generator.Result
- JSON - Class in org.eclipse.jetty.util.ajax
-
JSON Parser and Generator.
- JSON() - Constructor for class org.eclipse.jetty.util.ajax.JSON
- JSON.Convertible - Interface in org.eclipse.jetty.util.ajax
-
JSON Convertible object.
- JSON.Convertor - Interface in org.eclipse.jetty.util.ajax
-
Static JSON Convertor.
- JSON.Generator - Interface in org.eclipse.jetty.util.ajax
-
JSON Generator.
- JSON.Literal - Class in org.eclipse.jetty.util.ajax
-
A Literal JSON generator A utility instance of
JSON.Generator
that holds a pre-generated string on JSON text. - JSON.Output - Interface in org.eclipse.jetty.util.ajax
-
JSON Output class for use by
JSON.Convertible
. - JSON.ReaderSource - Class in org.eclipse.jetty.util.ajax
- JSON.Source - Interface in org.eclipse.jetty.util.ajax
- JSON.StringSource - Class in org.eclipse.jetty.util.ajax
- JSONCollectionConvertor - Class in org.eclipse.jetty.util.ajax
- JSONCollectionConvertor() - Constructor for class org.eclipse.jetty.util.ajax.JSONCollectionConvertor
- JSONDateConvertor - Class in org.eclipse.jetty.util.ajax
-
Convert a
Date
to JSON. - JSONDateConvertor() - Constructor for class org.eclipse.jetty.util.ajax.JSONDateConvertor
- JSONDateConvertor(boolean) - Constructor for class org.eclipse.jetty.util.ajax.JSONDateConvertor
- JSONDateConvertor(String, TimeZone, boolean) - Constructor for class org.eclipse.jetty.util.ajax.JSONDateConvertor
- JSONDateConvertor(String, TimeZone, boolean, Locale) - Constructor for class org.eclipse.jetty.util.ajax.JSONDateConvertor
- JSONEnumConvertor - Class in org.eclipse.jetty.util.ajax
-
Convert an
Enum
to JSON. - JSONEnumConvertor() - Constructor for class org.eclipse.jetty.util.ajax.JSONEnumConvertor
- JSONEnumConvertor(boolean) - Constructor for class org.eclipse.jetty.util.ajax.JSONEnumConvertor
- JSONObjectConvertor - Class in org.eclipse.jetty.util.ajax
-
Convert an Object to JSON using reflection on getters methods.
- JSONObjectConvertor() - Constructor for class org.eclipse.jetty.util.ajax.JSONObjectConvertor
- JSONObjectConvertor(boolean) - Constructor for class org.eclipse.jetty.util.ajax.JSONObjectConvertor
- JSONObjectConvertor(boolean, String[]) - Constructor for class org.eclipse.jetty.util.ajax.JSONObjectConvertor
- JSONPojoConvertor - Class in org.eclipse.jetty.util.ajax
-
Converts POJOs to JSON and vice versa.
- JSONPojoConvertor(Class<?>) - Constructor for class org.eclipse.jetty.util.ajax.JSONPojoConvertor
- JSONPojoConvertor(Class<?>, boolean) - Constructor for class org.eclipse.jetty.util.ajax.JSONPojoConvertor
- JSONPojoConvertor(Class<?>, String[]) - Constructor for class org.eclipse.jetty.util.ajax.JSONPojoConvertor
- JSONPojoConvertor(Class<?>, Set<String>) - Constructor for class org.eclipse.jetty.util.ajax.JSONPojoConvertor
- JSONPojoConvertor(Class<?>, Set<String>, boolean) - Constructor for class org.eclipse.jetty.util.ajax.JSONPojoConvertor
- JSONPojoConvertor.NumberType - Interface in org.eclipse.jetty.util.ajax
- JSONPojoConvertor.Setter - Class in org.eclipse.jetty.util.ajax
- JSONPojoConvertorFactory - Class in org.eclipse.jetty.util.ajax
- JSONPojoConvertorFactory(JSON) - Constructor for class org.eclipse.jetty.util.ajax.JSONPojoConvertorFactory
- JSONPojoConvertorFactory(JSON, boolean) - Constructor for class org.eclipse.jetty.util.ajax.JSONPojoConvertorFactory
- JSP_GENERATED_PACKAGE_NAME - Static variable in class org.eclipse.jetty.servlet.ServletHolder
- JspcMojo - Class in org.eclipse.jetty.jspc.plugin
-
This goal will compile jsps for a webapp so that they can be included in a war.
- JspcMojo() - Constructor for class org.eclipse.jetty.jspc.plugin.JspcMojo
- JspcMojo.JettyJspC - Class in org.eclipse.jetty.jspc.plugin
-
JettyJspC Add some extra setters to standard JspC class to help configure it for running in maven.
- JspConfig() - Constructor for class org.eclipse.jetty.servlet.ServletContextHandler.JspConfig
- JspPropertyGroup() - Constructor for class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
- JspPropertyGroupServlet - Class in org.eclipse.jetty.servlet
-
Servlet handling JSP Property Group mappings
- JspPropertyGroupServlet(ContextHandler, ServletHandler) - Constructor for class org.eclipse.jetty.servlet.JspPropertyGroupServlet
- JsrAnnotatedEventDriver - Class in org.eclipse.jetty.websocket.jsr356.endpoints
-
Base implementation for JSR-356 Annotated event drivers.
- JsrAnnotatedEventDriver(WebSocketPolicy, EndpointInstance, JsrEvents<?, ?>) - Constructor for class org.eclipse.jetty.websocket.jsr356.endpoints.JsrAnnotatedEventDriver
- JsrAsyncRemote - Class in org.eclipse.jetty.websocket.jsr356
- JsrAsyncRemote(JsrSession) - Constructor for class org.eclipse.jetty.websocket.jsr356.JsrAsyncRemote
- JsrBasicRemote - Class in org.eclipse.jetty.websocket.jsr356
- JsrBasicRemote(JsrSession) - Constructor for class org.eclipse.jetty.websocket.jsr356.JsrBasicRemote
- JsrCallable - Class in org.eclipse.jetty.websocket.jsr356.annotations
- JsrCallable(Class<?>, Method) - Constructor for class org.eclipse.jetty.websocket.jsr356.annotations.JsrCallable
- JsrCallable(JsrCallable) - Constructor for class org.eclipse.jetty.websocket.jsr356.annotations.JsrCallable
-
Copy Constructor
- JsrClientEndpointImpl - Class in org.eclipse.jetty.websocket.jsr356.client
-
Event Driver for classes annotated with @
ClientEndpoint
- JsrClientEndpointImpl() - Constructor for class org.eclipse.jetty.websocket.jsr356.client.JsrClientEndpointImpl
- JsrCreator - Class in org.eclipse.jetty.websocket.jsr356.server
- JsrCreator(WebSocketContainerScope, ServerEndpointMetadata, ExtensionFactory) - Constructor for class org.eclipse.jetty.websocket.jsr356.server.JsrCreator
- JsrEndpointEventDriver - Class in org.eclipse.jetty.websocket.jsr356.endpoints
-
EventDriver for websocket that extend from
Endpoint
- JsrEndpointEventDriver(WebSocketPolicy, EndpointInstance) - Constructor for class org.eclipse.jetty.websocket.jsr356.endpoints.JsrEndpointEventDriver
- JsrEndpointImpl - Class in org.eclipse.jetty.websocket.jsr356.endpoints
- JsrEndpointImpl() - Constructor for class org.eclipse.jetty.websocket.jsr356.endpoints.JsrEndpointImpl
- JsrEventDriverFactory - Class in org.eclipse.jetty.websocket.jsr356.endpoints
- JsrEventDriverFactory(WebSocketContainerScope) - Constructor for class org.eclipse.jetty.websocket.jsr356.endpoints.JsrEventDriverFactory
- JsrEvents<T extends java.lang.annotation.Annotation,C extends javax.websocket.EndpointConfig> - Class in org.eclipse.jetty.websocket.jsr356.annotations
-
The live event methods found for a specific Annotated Endpoint
- JsrEvents(AnnotatedEndpointMetadata<T, C>) - Constructor for class org.eclipse.jetty.websocket.jsr356.annotations.JsrEvents
- JsrExtension - Class in org.eclipse.jetty.websocket.jsr356
- JsrExtension(String) - Constructor for class org.eclipse.jetty.websocket.jsr356.JsrExtension
-
A potential (unconfigured) extension
- JsrExtension(ExtensionConfig) - Constructor for class org.eclipse.jetty.websocket.jsr356.JsrExtension
-
A configured extension
- JsrExtensionConfig - Class in org.eclipse.jetty.websocket.jsr356
- JsrExtensionConfig(Extension) - Constructor for class org.eclipse.jetty.websocket.jsr356.JsrExtensionConfig
- JsrHandshakeRequest - Class in org.eclipse.jetty.websocket.jsr356.server
- JsrHandshakeRequest(ServletUpgradeRequest) - Constructor for class org.eclipse.jetty.websocket.jsr356.server.JsrHandshakeRequest
- JsrHandshakeResponse - Class in org.eclipse.jetty.websocket.jsr356
- JsrHandshakeResponse - Class in org.eclipse.jetty.websocket.jsr356.server
- JsrHandshakeResponse(UpgradeResponse) - Constructor for class org.eclipse.jetty.websocket.jsr356.JsrHandshakeResponse
- JsrHandshakeResponse(UpgradeResponse) - Constructor for class org.eclipse.jetty.websocket.jsr356.server.JsrHandshakeResponse
- JsrParamIdBase - Class in org.eclipse.jetty.websocket.jsr356.annotations
-
Common base for Parameter Identification in JSR Callable methods
- JsrParamIdBase() - Constructor for class org.eclipse.jetty.websocket.jsr356.annotations.JsrParamIdBase
- JsrParamIdBinary - Class in org.eclipse.jetty.websocket.jsr356.annotations
-
Param handling for static Binary @
OnMessage
parameters. - JsrParamIdBinary() - Constructor for class org.eclipse.jetty.websocket.jsr356.annotations.JsrParamIdBinary
- JsrParamIdDecoder - Class in org.eclipse.jetty.websocket.jsr356.annotations
-
Param handling for Text or Binary @
OnMessage
parameters declared asDecoder
s - JsrParamIdDecoder(DecoderMetadata) - Constructor for class org.eclipse.jetty.websocket.jsr356.annotations.JsrParamIdDecoder
- JsrParamIdOnClose - Class in org.eclipse.jetty.websocket.jsr356.annotations
-
Param handling for @
OnClose
parameters. - JsrParamIdOnClose() - Constructor for class org.eclipse.jetty.websocket.jsr356.annotations.JsrParamIdOnClose
- JsrParamIdOnError - Class in org.eclipse.jetty.websocket.jsr356.annotations
-
Param handling for @
OnError
parameters. - JsrParamIdOnError() - Constructor for class org.eclipse.jetty.websocket.jsr356.annotations.JsrParamIdOnError
- JsrParamIdOnMessage - Class in org.eclipse.jetty.websocket.jsr356.annotations
- JsrParamIdOnMessage() - Constructor for class org.eclipse.jetty.websocket.jsr356.annotations.JsrParamIdOnMessage
- JsrParamIdOnOpen - Class in org.eclipse.jetty.websocket.jsr356.annotations
-
Param handling for @
OnOpen
parameters. - JsrParamIdOnOpen() - Constructor for class org.eclipse.jetty.websocket.jsr356.annotations.JsrParamIdOnOpen
- JsrParamIdPong - Class in org.eclipse.jetty.websocket.jsr356.annotations
- JsrParamIdPong() - Constructor for class org.eclipse.jetty.websocket.jsr356.annotations.JsrParamIdPong
- JsrParamIdText - Class in org.eclipse.jetty.websocket.jsr356.annotations
-
Param handling for static Text @
OnMessage
parameters - JsrParamIdText() - Constructor for class org.eclipse.jetty.websocket.jsr356.annotations.JsrParamIdText
- JsrPathParamId - Class in org.eclipse.jetty.websocket.jsr356.server
-
Param handling for static parameters annotated with @
PathParam
- JsrPathParamId() - Constructor for class org.eclipse.jetty.websocket.jsr356.server.JsrPathParamId
- JsrPongMessage - Class in org.eclipse.jetty.websocket.jsr356
- JsrPongMessage(ByteBuffer) - Constructor for class org.eclipse.jetty.websocket.jsr356.JsrPongMessage
- JsrServerEndpointImpl - Class in org.eclipse.jetty.websocket.jsr356.server
-
Event Driver for classes annotated with @
ServerEndpoint
- JsrServerEndpointImpl() - Constructor for class org.eclipse.jetty.websocket.jsr356.server.JsrServerEndpointImpl
- JsrServerExtendsEndpointImpl - Class in org.eclipse.jetty.websocket.jsr356.server
- JsrServerExtendsEndpointImpl() - Constructor for class org.eclipse.jetty.websocket.jsr356.server.JsrServerExtendsEndpointImpl
- jsrsession - Variable in class org.eclipse.jetty.websocket.jsr356.endpoints.AbstractJsrEventDriver
- JsrSession - Class in org.eclipse.jetty.websocket.jsr356
-
Session for the JSR.
- JsrSession(ClientContainer, String, URI, EventDriver, LogicalConnection) - Constructor for class org.eclipse.jetty.websocket.jsr356.JsrSession
- JsrSessionFactory - Class in org.eclipse.jetty.websocket.jsr356
- JsrSessionFactory(ClientContainer) - Constructor for class org.eclipse.jetty.websocket.jsr356.JsrSessionFactory
- JsrSessionListener - Interface in org.eclipse.jetty.websocket.jsr356
- JsrSessionTracker - Class in org.eclipse.jetty.websocket.jsr356
- JsrSessionTracker() - Constructor for class org.eclipse.jetty.websocket.jsr356.JsrSessionTracker
- JsrUpgradeListener - Class in org.eclipse.jetty.websocket.jsr356
- JsrUpgradeListener(ClientEndpointConfig.Configurator) - Constructor for class org.eclipse.jetty.websocket.jsr356.JsrUpgradeListener
- JSTLBundleDiscoverer - Class in org.eclipse.jetty.osgi.boot.jasper
-
JSTLBundleDiscoverer Fix various shortcomings with the way jasper parses the tld files.
- JSTLBundleDiscoverer() - Constructor for class org.eclipse.jetty.osgi.boot.jasper.JSTLBundleDiscoverer
- JuliLog - Class in org.eclipse.jetty.apache.jsp
- JuliLog() - Constructor for class org.eclipse.jetty.apache.jsp.JuliLog
- JuliLog(String) - Constructor for class org.eclipse.jetty.apache.jsp.JuliLog
- JwtDecoder - Class in org.eclipse.jetty.security.openid
-
Used to decode the ID Token from the base64 encrypted JSON Web Token (JWT).
- JwtDecoder() - Constructor for class org.eclipse.jetty.security.openid.JwtDecoder
K
- KEEP_ALIVE - org.eclipse.jetty.http.HttpHeader
- KEEP_ALIVE - org.eclipse.jetty.http.HttpHeaderValue
- keepWrappers() - Method in class org.eclipse.jetty.continuation.Servlet3Continuation
-
Deprecated.
- key - Variable in class org.eclipse.jetty.start.Props.Prop
- KEY - Static variable in interface org.eclipse.jetty.util.component.Dumpable
- KEYPASSWORD_PROPERTY - Static variable in class org.eclipse.jetty.util.ssl.SslContextFactory
-
String name of key password property.
- keySet() - Method in class org.eclipse.jetty.util.ArrayTernaryTrie.Growing
- keySet() - Method in class org.eclipse.jetty.util.ArrayTernaryTrie
- keySet() - Method in class org.eclipse.jetty.util.ArrayTrie
- keySet() - Method in class org.eclipse.jetty.util.TreeTrie
- keySet() - Method in interface org.eclipse.jetty.util.Trie
- KeyStoreScanner - Class in org.eclipse.jetty.util.ssl
-
The
KeyStoreScanner
is used to monitor the KeyStore file used by theSslContextFactory
. - KeyStoreScanner(SslContextFactory) - Constructor for class org.eclipse.jetty.util.ssl.KeyStoreScanner
- KIND - Static variable in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
L
- LABEL - org.eclipse.jetty.http.HttpMethod
- LAST_ACCESSED - Static variable in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStore
- LAST_MODIFIED - org.eclipse.jetty.http.HttpHeader
- LASTACCESSED - Static variable in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
- lastEdge() - Method in class org.eclipse.jetty.deploy.graph.Path
- lastModified() - Method in class org.eclipse.jetty.util.resource.EmptyResource
- lastModified() - Method in class org.eclipse.jetty.util.resource.FileResource
-
Deprecated.Returns the last modified time
- lastModified() - Method in class org.eclipse.jetty.util.resource.JarFileResource
-
Returns the last modified time
- lastModified() - Method in class org.eclipse.jetty.util.resource.PathResource
- lastModified() - Method in class org.eclipse.jetty.util.resource.Resource
-
Time resource was last modified.
- lastModified() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
- lastModified() - Method in class org.eclipse.jetty.util.resource.URLResource
-
Returns the last modified time
- lastModified(String) - Method in interface org.eclipse.jetty.server.PushBuilder
-
Set the last modified date to be used for conditional pushes.
- lastModified(String) - Method in class org.eclipse.jetty.server.PushBuilderImpl
- lastNode() - Method in class org.eclipse.jetty.deploy.graph.Path
- LASTNODE - Static variable in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
- LASTNODE - Static variable in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStore
- LASTSAVED - Static variable in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
- LASTSAVED - Static variable in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStore
- LAX - org.eclipse.jetty.http.HttpCookie.SameSite
- LazyList - Class in org.eclipse.jetty.util
-
Lazy List creation.
- LDAPLeakPreventer - Class in org.eclipse.jetty.util.preventers
-
Deprecated.fixed in jdk 8u192
- LDAPLeakPreventer() - Constructor for class org.eclipse.jetty.util.preventers.LDAPLeakPreventer
-
Deprecated.
- LdapLoginModule - Class in org.eclipse.jetty.jaas.spi
-
A LdapLoginModule for use with JAAS setups
- LdapLoginModule() - Constructor for class org.eclipse.jetty.jaas.spi.LdapLoginModule
- LdapLoginModule.LDAPUserInfo - Class in org.eclipse.jetty.jaas.spi
- LDAPUserInfo(String, Credential, Attributes) - Constructor for class org.eclipse.jetty.jaas.spi.LdapLoginModule.LDAPUserInfo
- LeakDetector<T> - Class in org.eclipse.jetty.util
-
A facility to detect improper usage of resource pools.
- LeakDetector() - Constructor for class org.eclipse.jetty.util.LeakDetector
- LeakDetector.LeakInfo - Class in org.eclipse.jetty.util
-
Information about the leak of a resource.
- leaked(LeakDetector.LeakInfo) - Method in class org.eclipse.jetty.client.LeakTrackingConnectionPool
- leaked(LeakDetector.LeakInfo) - Method in class org.eclipse.jetty.io.LeakTrackingByteBufferPool
- leaked(LeakDetector.LeakInfo) - Method in class org.eclipse.jetty.util.LeakDetector
-
Callback method invoked by
LeakDetector
when it detects that a resource has been leaked. - LeakTrackingByteBufferPool - Class in org.eclipse.jetty.io
- LeakTrackingByteBufferPool(ByteBufferPool) - Constructor for class org.eclipse.jetty.io.LeakTrackingByteBufferPool
- LeakTrackingConnectionPool - Class in org.eclipse.jetty.client
- LeakTrackingConnectionPool(Destination, int, Callback) - Constructor for class org.eclipse.jetty.client.LeakTrackingConnectionPool
- Lease(ByteBufferPool) - Constructor for class org.eclipse.jetty.io.ByteBufferPool.Lease
- leaseFrom(Executor, Object, int) - Static method in class org.eclipse.jetty.util.thread.ThreadPoolBudget
- leaseTo(Object, int) - Method in class org.eclipse.jetty.util.thread.ThreadPoolBudget
- LEGACY - org.eclipse.jetty.http.HttpCompliance
-
A Legacy compliance mode to match jetty's behavior prior to RFC2616 and RFC7230.
- LEGACY - org.eclipse.jetty.server.MultiPartFormDataCompliance
-
Legacy
multiPart/form-data
parsing which is slow but forgiving. - length - Static variable in class org.eclipse.jetty.server.jmh.ListVsMapBenchmark
- length() - Method in class org.eclipse.jetty.util.resource.EmptyResource
- length() - Method in class org.eclipse.jetty.util.resource.FileResource
-
Deprecated.Return the length of the resource
- length() - Method in class org.eclipse.jetty.util.resource.JarFileResource
-
Return the length of the resource
- length() - Method in class org.eclipse.jetty.util.resource.PathResource
- length() - Method in class org.eclipse.jetty.util.resource.Resource
-
Length of the resource.
- length() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
- length() - Method in class org.eclipse.jetty.util.resource.URLResource
-
Return the length of the resource
- length() - Method in class org.eclipse.jetty.util.Utf8Appendable
- length() - Method in class org.eclipse.jetty.util.Utf8StringBuffer
- length() - Method in class org.eclipse.jetty.util.Utf8StringBuilder
- length() - Method in class org.eclipse.jetty.websocket.common.message.Utf8CharBuffer
- length(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
-
Get remaining from null checked buffer
- LENGTH_REQUIRED - org.eclipse.jetty.http.HttpStatus.Code
- LENGTH_REQUIRED_411 - Static variable in class org.eclipse.jetty.http.HttpStatus
- LETP - org.eclipse.jetty.util.thread.jmh.ThreadPoolBenchmark.Type
- LEVEL_ALL - Static variable in class org.eclipse.jetty.util.log.AbstractLogger
- LEVEL_DEBUG - Static variable in class org.eclipse.jetty.util.log.AbstractLogger
- LEVEL_DEFAULT - Static variable in class org.eclipse.jetty.util.log.AbstractLogger
- LEVEL_INFO - Static variable in class org.eclipse.jetty.util.log.AbstractLogger
- LEVEL_OFF - Static variable in class org.eclipse.jetty.util.log.AbstractLogger
- LEVEL_WARN - Static variable in class org.eclipse.jetty.util.log.AbstractLogger
- LF - org.eclipse.jetty.http.HttpTokens.Type
- LF - org.eclipse.jetty.util.ReadLineInputStream.Termination
-
Deprecated.
- LF - Static variable in class org.eclipse.jetty.util.TypeUtil
- LF_LINE_TERMINATION - org.eclipse.jetty.util.MultiPartInputStreamParser.NonCompliance
-
Deprecated.
- LibExtClassLoaderHelper - Class in org.eclipse.jetty.osgi.boot.internal.webapp
-
LibExtClassLoaderHelper
- LibExtClassLoaderHelper() - Constructor for class org.eclipse.jetty.osgi.boot.internal.webapp.LibExtClassLoaderHelper
- LibExtClassLoaderHelper.IFilesInJettyHomeResourcesProcessor - Interface in org.eclipse.jetty.osgi.boot.internal.webapp
-
IFilesInJettyHomeResourcesProcessor Interface for callback impls
- licenseMap - Variable in class org.eclipse.jetty.start.Licensing
- Licensing - Class in org.eclipse.jetty.start
-
Handles basic license presentation and acknowledgement.
- Licensing() - Constructor for class org.eclipse.jetty.start.Licensing
- LifeCycle - Interface in org.eclipse.jetty.util.component
-
The lifecycle interface for generic components.
- LIFECYCLE_CALLBACK_COLLECTION - Static variable in class org.eclipse.jetty.plus.annotation.LifeCycleCallbackCollection
- LifeCycle.Listener - Interface in org.eclipse.jetty.util.component
-
Listener.
- LifeCycleCallback - Class in org.eclipse.jetty.plus.annotation
-
LifeCycleCallback Holds information about a class and method that has either been configured in web.xml to have postconstruct or predestroy callbacks, or has the equivalent annotations.
- LifeCycleCallback(Class<?>, String) - Constructor for class org.eclipse.jetty.plus.annotation.LifeCycleCallback
- LifeCycleCallback(String, String) - Constructor for class org.eclipse.jetty.plus.annotation.LifeCycleCallback
- LifeCycleCallbackCollection - Class in org.eclipse.jetty.plus.annotation
-
LifeCycleCallbackCollection This class collects the classes and methods that have been configured in web.xml with postconstruct/predestroy callbacks, or that contain the equivalent annotations.
- LifeCycleCallbackCollection() - Constructor for class org.eclipse.jetty.plus.annotation.LifeCycleCallbackCollection
- lifeCycleFailure(LifeCycle, Throwable) - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
-
Deprecated.
- lifeCycleFailure(LifeCycle, Throwable) - Method in class org.eclipse.jetty.util.component.FileNoticeLifeCycleListener
- lifeCycleFailure(LifeCycle, Throwable) - Method in interface org.eclipse.jetty.util.component.LifeCycle.Listener
- lifeCycleStarted(LifeCycle) - Method in class org.eclipse.jetty.maven.plugin.ServerConnectorListener
- lifeCycleStarted(LifeCycle) - Method in class org.eclipse.jetty.maven.plugin.ServerListener
- lifeCycleStarted(LifeCycle) - Method in class org.eclipse.jetty.osgi.boot.utils.ServerConnectorListener
- lifeCycleStarted(LifeCycle) - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
-
Deprecated.
- lifeCycleStarted(LifeCycle) - Method in class org.eclipse.jetty.util.component.FileNoticeLifeCycleListener
- lifeCycleStarted(LifeCycle) - Method in interface org.eclipse.jetty.util.component.LifeCycle.Listener
- lifeCycleStarted(LifeCycle) - Method in class org.eclipse.jetty.util.component.StopLifeCycle
- lifeCycleStarting(LifeCycle) - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
-
Deprecated.
- lifeCycleStarting(LifeCycle) - Method in class org.eclipse.jetty.util.component.FileNoticeLifeCycleListener
- lifeCycleStarting(LifeCycle) - Method in interface org.eclipse.jetty.util.component.LifeCycle.Listener
- lifeCycleStopped(LifeCycle) - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
-
Deprecated.
- lifeCycleStopped(LifeCycle) - Method in class org.eclipse.jetty.util.component.FileNoticeLifeCycleListener
- lifeCycleStopped(LifeCycle) - Method in interface org.eclipse.jetty.util.component.LifeCycle.Listener
- lifeCycleStopping(LifeCycle) - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
-
Deprecated.
- lifeCycleStopping(LifeCycle) - Method in class org.eclipse.jetty.util.component.FileNoticeLifeCycleListener
- lifeCycleStopping(LifeCycle) - Method in interface org.eclipse.jetty.util.component.LifeCycle.Listener
- LikeJettyXml - Class in org.eclipse.jetty.embedded
-
Starts the Jetty Distribution's demo-base directory using entirely embedded jetty techniques.
- LikeJettyXml() - Constructor for class org.eclipse.jetty.embedded.LikeJettyXml
- limit() - Method in class org.eclipse.jetty.server.AcceptRateLimit
- limit() - Method in class org.eclipse.jetty.server.ConnectionLimit
- Link - Class in org.eclipse.jetty.plus.jndi
- Link(Object, String, String) - Constructor for class org.eclipse.jetty.plus.jndi.Link
- Link(String, String) - Constructor for class org.eclipse.jetty.plus.jndi.Link
- LINK - org.eclipse.jetty.http.HttpMethod
- list() - Method in class org.eclipse.jetty.util.resource.EmptyResource
- list() - Method in class org.eclipse.jetty.util.resource.FileResource
-
Deprecated.Returns a list of resources contained in the given resource
- list() - Method in class org.eclipse.jetty.util.resource.JarFileResource
- list() - Method in class org.eclipse.jetty.util.resource.PathResource
- list() - Method in class org.eclipse.jetty.util.resource.Resource
-
list of resource names contained in the given resource.
- list() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
- list() - Method in class org.eclipse.jetty.util.resource.URLResource
-
Returns a list of resource names contained in the given resource
- list(String) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
- list(String) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
- list(String) - Method in class org.eclipse.jetty.jndi.NamingContext
-
List all names bound at Context named by Name
- list(Name) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
- list(Name) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
- list(Name) - Method in class org.eclipse.jetty.jndi.NamingContext
-
List all names bound at Context named by Name
- listBindings(String) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
- listBindings(String) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
- listBindings(String) - Method in class org.eclipse.jetty.jndi.NamingContext
-
List all Bindings at Name
- listBindings(Name) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
- listBindings(Name) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
- listBindings(Name) - Method in class org.eclipse.jetty.jndi.NamingContext
-
List all Bindings present at Context named by Name
- listConfig(StartArgs) - Method in class org.eclipse.jetty.start.Main
- listener(Request.Listener) - Method in interface org.eclipse.jetty.client.api.Request
- listener(Request.Listener) - Method in class org.eclipse.jetty.client.HttpRequest
- Listener() - Constructor for class org.eclipse.jetty.servlets.DoSFilter.Listener
- ListenerHolder - Class in org.eclipse.jetty.servlet
-
ListenerHolder Specialization of BaseHolder for servlet listeners.
- ListenerHolder() - Constructor for class org.eclipse.jetty.servlet.ListenerHolder
- ListenerHolder(Class<? extends EventListener>) - Constructor for class org.eclipse.jetty.servlet.ListenerHolder
- ListenerHolder(Source) - Constructor for class org.eclipse.jetty.servlet.ListenerHolder
- ListenerHolder.WrapFunction - Interface in org.eclipse.jetty.servlet
-
Experimental Wrapper mechanism for Servlet EventListeners.
- ListenerHolder.Wrapper - Class in org.eclipse.jetty.servlet
- listIterator() - Method in class org.eclipse.jetty.http.HttpFields
- listIterator() - Method in class org.eclipse.jetty.start.TextFile
- listIterator(int) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
- listIterator(Object) - Static method in class org.eclipse.jetty.util.LazyList
- listModules(StartArgs) - Method in class org.eclipse.jetty.start.Main
- ListVsMapBenchmark - Class in org.eclipse.jetty.server.jmh
- ListVsMapBenchmark() - Constructor for class org.eclipse.jetty.server.jmh.ListVsMapBenchmark
- literal(String) - Method in class org.eclipse.jetty.xml.XmlAppendable
- Literal(String) - Constructor for class org.eclipse.jetty.util.ajax.JSON.Literal
-
Construct a literal JSON instance for use by
JSON.toString(Object)
. - load(InputStream, String) - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
-
Load the session data from a file.
- load(ClassLoader, String) - Static method in class org.eclipse.jetty.start.Props
- load(String) - Method in class org.eclipse.jetty.memcached.session.MemcachedSessionDataMap
- load(String) - Method in class org.eclipse.jetty.server.session.AbstractSessionDataStore
- load(String) - Method in class org.eclipse.jetty.server.session.CachingSessionDataStore
- load(String) - Method in interface org.eclipse.jetty.server.session.SessionDataMap
-
Read in session data.
- load(URL) - Static method in class org.eclipse.jetty.start.Props
- load(ServletContext, WebSocketPolicy) - Static method in class org.eclipse.jetty.websocket.servlet.WebSocketServletFactory.Loader
- loadAsResource(String, boolean) - Method in class org.eclipse.jetty.osgi.boot.internal.webapp.OSGiWebappClassLoader
-
Try to load the class from the bundle classloader.
- loadAsResource(String, boolean) - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
-
Look for the classname as a resource to avoid loading a class that is potentially a system resource.
- loadClass(Class, String) - Static method in class org.eclipse.jetty.util.Loader
-
Load a class.
- loadClass(String) - Method in class org.eclipse.jetty.ant.AntWebAppContext.AntURLClassLoader
- loadClass(String) - Method in class org.eclipse.jetty.osgi.boot.utils.OSGiClassLoader
- loadClass(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
- loadClass(String) - Static method in class org.eclipse.jetty.util.Loader
-
Load a class.
- loadClass(String) - Method in class org.eclipse.jetty.webapp.CachingWebAppClassLoader
- loadClass(String, boolean) - Method in class org.eclipse.jetty.ant.AntWebAppContext.AntURLClassLoader
- loadClass(String, boolean) - Method in class org.eclipse.jetty.osgi.boot.utils.OSGiClassLoader
- loadClass(String, boolean) - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
- loadConfigurations() - Method in class org.eclipse.jetty.maven.plugin.JettyWebAppContext
- loadConfigurations() - Method in class org.eclipse.jetty.webapp.WebAppContext
- loadCRL(String) - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
-
Loads certificate revocation list (CRL) from a file.
- loadCRL(String) - Static method in class org.eclipse.jetty.util.security.CertificateUtils
- loadCRL(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
Loads certificate revocation list (CRL) from a file.
- Loader - Class in org.eclipse.jetty.util
-
ClassLoader Helper.
- Loader() - Constructor for class org.eclipse.jetty.util.Loader
- Loader() - Constructor for class org.eclipse.jetty.websocket.servlet.WebSocketServletFactory.Loader
- loadKeyStore(Resource) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
Override this method to provide alternate way to load a keystore.
- loadRoleInfo(AbstractLoginService.UserPrincipal) - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
- loadRoleInfo(AbstractLoginService.UserPrincipal) - Method in class org.eclipse.jetty.security.AbstractLoginService
- loadRoleInfo(AbstractLoginService.UserPrincipal) - Method in class org.eclipse.jetty.security.HashLoginService
- loadRoleInfo(AbstractLoginService.UserPrincipal) - Method in class org.eclipse.jetty.security.JDBCLoginService
- loadServerClasses() - Method in class org.eclipse.jetty.webapp.WebAppContext
- loadSystemClasses() - Method in class org.eclipse.jetty.webapp.WebAppContext
- loadTrustStore(Resource) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
Override this method to provide alternate way to load a truststore.
- loadUserInfo(String) - Method in class org.eclipse.jetty.plus.security.DataSourceLoginService
- loadUserInfo(String) - Method in class org.eclipse.jetty.security.AbstractLoginService
- loadUserInfo(String) - Method in class org.eclipse.jetty.security.HashLoginService
- loadUserInfo(String) - Method in class org.eclipse.jetty.security.JDBCLoginService
- loadUsers() - Method in class org.eclipse.jetty.security.PropertyUserStore
- LOCAL - org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag.Command
- LOCAL - Static variable in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag
-
The PROXY V2 Tag typically used to "ping" the server.
- LOCAL_ADDRESS_ATTRIBUTE_NAME - Static variable in class org.eclipse.jetty.server.ProxyCustomizer
-
The local address attribute name.
- LOCAL_PORT_ATTRIBUTE_NAME - Static variable in class org.eclipse.jetty.server.ProxyCustomizer
-
The local port attribute name.
- LocalConnector - Class in org.eclipse.jetty.server
-
A local connector, mostly for testing purposes.
- LocalConnector(Server) - Constructor for class org.eclipse.jetty.server.LocalConnector
- LocalConnector(Server, Executor, Scheduler, ByteBufferPool, int, ConnectionFactory...) - Constructor for class org.eclipse.jetty.server.LocalConnector
- LocalConnector(Server, ConnectionFactory) - Constructor for class org.eclipse.jetty.server.LocalConnector
- LocalConnector(Server, ConnectionFactory, SslContextFactory) - Constructor for class org.eclipse.jetty.server.LocalConnector
- LocalConnector(Server, SslContextFactory) - Constructor for class org.eclipse.jetty.server.LocalConnector
- LocalConnector.LocalEndPoint - Class in org.eclipse.jetty.server
-
Local EndPoint
- localContextRoot - Class in org.eclipse.jetty.jndi.local
-
localContext Implementation of the delegate for InitialContext for the local namespace.
- localContextRoot(Hashtable) - Constructor for class org.eclipse.jetty.jndi.local.localContextRoot
- LocalEndPoint() - Constructor for class org.eclipse.jetty.server.LocalConnector.LocalEndPoint
- LocalFileInitializer - Class in org.eclipse.jetty.start.fileinits
- LocalFileInitializer(BaseHome) - Constructor for class org.eclipse.jetty.start.fileinits.LocalFileInitializer
- LOCALLY_CLOSED - org.eclipse.jetty.http2.CloseState
-
A half-close frame has been generated and sent.
- LOCALLY_CLOSING - org.eclipse.jetty.http2.CloseState
-
A half-close frame has been generated.
- locateJarsInsideBundle(Bundle) - Method in interface org.eclipse.jetty.osgi.boot.utils.BundleFileLocatorHelper
-
If the bundle is a jar, returns the jar.
- locateJarsInsideBundle(Bundle) - Method in class org.eclipse.jetty.osgi.boot.utils.internal.DefaultFileLocatorHelper
-
If the bundle is a jar, returns the jar.
- location - Variable in class org.eclipse.jetty.start.FileArg
- LOCATION - org.eclipse.jetty.http.HttpHeader
- lock() - Method in class org.eclipse.jetty.server.session.Session
-
Grab the lock on the session
- lock() - Method in class org.eclipse.jetty.util.thread.Locker
-
Acquires the lock.
- Lock() - Constructor for class org.eclipse.jetty.util.thread.Locker.Lock
- LOCK - org.eclipse.jetty.http.HttpMethod
- LOCK_PROPERTY - Static variable in class org.eclipse.jetty.jndi.NamingContext
- lockCompEnv(WebAppContext) - Method in class org.eclipse.jetty.plus.webapp.PlusConfiguration
- LOCKED - org.eclipse.jetty.http.HttpStatus.Code
- LOCKED_423 - Static variable in class org.eclipse.jetty.http.HttpStatus
- Locker - Class in org.eclipse.jetty.util.thread
-
Convenience auto closeable
ReentrantLock
wrapper. - Locker() - Constructor for class org.eclipse.jetty.util.thread.Locker
- Locker.Lock - Class in org.eclipse.jetty.util.thread
-
The unlocker object that unlocks when it is closed.
- Locker.UnLock - Class in org.eclipse.jetty.util.thread
-
Deprecated.
- lockIfNotHeld() - Method in class org.eclipse.jetty.util.thread.Locker
-
Deprecated.use
Locker.lock()
instead - log(Exception, String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
- log(Exception, String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- log(String) - Static method in class org.eclipse.jetty.ant.utils.TaskLog
- log(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
- log(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- log(String, Object...) - Method in class org.eclipse.jetty.server.DebugListener
- log(String, String) - Static method in class org.eclipse.jetty.start.StartLog
- log(String, String, Object...) - Static method in class org.eclipse.jetty.start.StartLog
- log(String, Throwable) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
- log(String, Throwable) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- log(Throwable) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
- log(Level, String, Throwable) - Method in class org.eclipse.jetty.util.log.JavaUtilLog
- log(Request, Response) - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Deprecated.Writes the request and response information to the output stream.
- log(Request, Response) - Method in class org.eclipse.jetty.server.CustomRequestLog
-
Writes the request and response information to the output stream.
- log(Request, Response) - Method in class org.eclipse.jetty.server.RequestLog.Collection
- log(Request, Response) - Method in interface org.eclipse.jetty.server.RequestLog
- Log - Class in org.eclipse.jetty.util.log
-
Logging.
- Log() - Constructor for class org.eclipse.jetty.util.log.Log
- LOG - Static variable in class org.eclipse.jetty.client.AbstractHttpClientTransport
- LOG - Static variable in class org.eclipse.jetty.client.AuthenticationProtocolHandler
- LOG - Static variable in class org.eclipse.jetty.client.HttpChannel
- LOG - Static variable in class org.eclipse.jetty.client.HttpReceiver
- LOG - Static variable in class org.eclipse.jetty.client.HttpSender
- LOG - Static variable in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.ProxyProtocolConnection
- LOG - Static variable in class org.eclipse.jetty.http.HttpParser
- LOG - Static variable in class org.eclipse.jetty.http.MultiPartParser
- LOG - Static variable in class org.eclipse.jetty.http.spi.HttpSpiContextHandler
- LOG - Static variable in class org.eclipse.jetty.http2.AbstractFlowControlStrategy
- LOG - Static variable in class org.eclipse.jetty.http2.hpack.HpackContext
- LOG - Static variable in class org.eclipse.jetty.http2.hpack.HpackDecoder
- LOG - Static variable in class org.eclipse.jetty.http2.HTTP2Connection
- LOG - Static variable in class org.eclipse.jetty.http2.parser.BodyParser
- LOG - Static variable in class org.eclipse.jetty.io.SelectorManager
- LOG - Static variable in class org.eclipse.jetty.proxy.ConnectHandler
- LOG - Static variable in class org.eclipse.jetty.proxy.ProxyConnection
- LOG - Static variable in class org.eclipse.jetty.server.AbstractConnector
- LOG - Static variable in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Deprecated.
- LOG - Static variable in class org.eclipse.jetty.server.CustomRequestLog
- LOG - Static variable in class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor
- LOG - Static variable in class org.eclipse.jetty.util.preventers.AbstractLeakPreventer
- LOG - Static variable in class org.eclipse.jetty.util.Utf8Appendable
- logAddr(StringBuilder, String) - Static method in class org.eclipse.jetty.requestlog.jmh.RequestLogBenchmark
- LogarithmicArrayByteBufferPool - Class in org.eclipse.jetty.io
-
Extension of the
ArrayByteBufferPool
whose bucket sizes increase exponentially instead of linearly. - LogarithmicArrayByteBufferPool() - Constructor for class org.eclipse.jetty.io.LogarithmicArrayByteBufferPool
-
Creates a new ByteBufferPool with a default configuration.
- LogarithmicArrayByteBufferPool(int, int) - Constructor for class org.eclipse.jetty.io.LogarithmicArrayByteBufferPool
-
Creates a new ByteBufferPool with the given configuration.
- LogarithmicArrayByteBufferPool(int, int, int) - Constructor for class org.eclipse.jetty.io.LogarithmicArrayByteBufferPool
-
Creates a new ByteBufferPool with the given configuration.
- LogarithmicArrayByteBufferPool(int, int, int, long, long) - Constructor for class org.eclipse.jetty.io.LogarithmicArrayByteBufferPool
-
Creates a new ByteBufferPool with the given configuration.
- LogCondensePackageStringBenchmark - Class in org.eclipse.jetty.util.log
- LogCondensePackageStringBenchmark() - Constructor for class org.eclipse.jetty.util.log.LogCondensePackageStringBenchmark
- logExtended(StringBuilder, Request, Response) - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Deprecated.Writes extended request and response information to the output stream.
- logFixed(String) - Method in class org.eclipse.jetty.requestlog.jmh.RequestLogBenchmark
- LoggedOutAuthentication - Class in org.eclipse.jetty.security
-
LoggedOutAuthentication An Authentication indicating that a user has been previously, but is not currently logged in, but may be capable of logging in after a call to Request.login(String,String)
- LoggedOutAuthentication(LoginAuthenticator) - Constructor for class org.eclipse.jetty.security.LoggedOutAuthentication
- Logger - Interface in org.eclipse.jetty.util.log
-
A simple logging facade that is intended simply to capture the style of logging as used by Jetty.
- LoggerLog - Class in org.eclipse.jetty.util.log
- LoggerLog(Object) - Constructor for class org.eclipse.jetty.util.log.LoggerLog
- LogicalConnection - Interface in org.eclipse.jetty.websocket.common
- login() - Method in class org.eclipse.jetty.jaas.spi.AbstractLoginModule
- login() - Method in class org.eclipse.jetty.jaas.spi.LdapLoginModule
-
since ldap uses a context bind for valid authentication checking, we override login()
- login(String, Object, ServletRequest) - Method in class org.eclipse.jetty.jaas.JAASLoginService
- login(String, Object, ServletRequest) - Method in class org.eclipse.jetty.security.AbstractLoginService
- login(String, Object, ServletRequest) - Method in class org.eclipse.jetty.security.authentication.ConfigurableSpnegoAuthenticator
-
Only renew the session id if the user has been fully authenticated, don't renew the session for any of the intermediate request/response handshakes.
- login(String, Object, ServletRequest) - Method in class org.eclipse.jetty.security.authentication.DeferredAuthentication
- login(String, Object, ServletRequest) - Method in class org.eclipse.jetty.security.authentication.DigestAuthenticator
- login(String, Object, ServletRequest) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator
- login(String, Object, ServletRequest) - Method in class org.eclipse.jetty.security.authentication.LoginAuthenticator
-
If the UserIdentity is not null after this method calls
LoginService.login(String, Object, ServletRequest)
, it is assumed that the user is fully authenticated and we need to change the session id to prevent session fixation vulnerability. - login(String, Object, ServletRequest) - Method in class org.eclipse.jetty.security.ConfigurableSpnegoLoginService
- login(String, Object, ServletRequest) - Method in class org.eclipse.jetty.security.jaspi.JaspiAuthenticator
- login(String, Object, ServletRequest) - Method in class org.eclipse.jetty.security.LoggedOutAuthentication
- login(String, Object, ServletRequest) - Method in interface org.eclipse.jetty.security.LoginService
-
Login a user.
- login(String, Object, ServletRequest) - Method in class org.eclipse.jetty.security.openid.OpenIdAuthenticator
- login(String, Object, ServletRequest) - Method in class org.eclipse.jetty.security.openid.OpenIdLoginService
- login(String, Object, ServletRequest) - Method in class org.eclipse.jetty.security.SpnegoLoginService
-
Deprecated.username will be null since the credentials will contain all the relevant info
- login(String, Object, ServletRequest) - Method in interface org.eclipse.jetty.server.Authentication.LoginAuthentication
-
Login with the LOGIN authenticator
- login(String, String) - Method in class org.eclipse.jetty.server.Request
- login(String, String) - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
- login(String, String) - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- login(Subject, String, String, MessageInfo) - Method in class org.eclipse.jetty.security.jaspi.modules.BaseAuthModule
- login(Subject, String, Credential, String, MessageInfo) - Method in class org.eclipse.jetty.security.jaspi.modules.BaseAuthModule
- LOGIN_PAGE_KEY - Static variable in class org.eclipse.jetty.security.jaspi.modules.FormAuthModule
-
Deprecated.
- LOGIN_SERVICE_KEY - Static variable in class org.eclipse.jetty.security.jaspi.modules.BaseAuthModule
- LoginAuthenticator - Class in org.eclipse.jetty.security.authentication
- LoginAuthenticator() - Constructor for class org.eclipse.jetty.security.authentication.LoginAuthenticator
- LoginCallback - Interface in org.eclipse.jetty.security.authentication
-
This is similar to the jaspi PasswordValidationCallback but includes user principal and group info as well.
- LoginCallbackImpl - Class in org.eclipse.jetty.security.authentication
-
This is similar to the jaspi PasswordValidationCallback but includes user principal and group info as well.
- LoginCallbackImpl(Subject, String, Object) - Constructor for class org.eclipse.jetty.security.authentication.LoginCallbackImpl
- LoginConfigurationLeakPreventer - Class in org.eclipse.jetty.util.preventers
-
Deprecated.classloader does not seem to be held any more
- LoginConfigurationLeakPreventer() - Constructor for class org.eclipse.jetty.util.preventers.LoginConfigurationLeakPreventer
-
Deprecated.
- LoginService - Interface in org.eclipse.jetty.security
-
Login Service Interface.
- loginServices - Variable in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
-
List of security realms to set up.
- LoginServices - Class in org.eclipse.jetty.ant.types
-
Specifies a jetty configuration <loginServices/> element for Ant build file.
- LoginServices() - Constructor for class org.eclipse.jetty.ant.types.LoginServices
- logIterate(String) - Method in class org.eclipse.jetty.requestlog.jmh.RequestLogBenchmark
- logLength(StringBuilder, String) - Static method in class org.eclipse.jetty.requestlog.jmh.RequestLogBenchmark
- LogMBean - Class in org.eclipse.jetty.util.log.jmx
- LogMBean(Object) - Constructor for class org.eclipse.jetty.util.log.jmx.LogMBean
- logMethodHandle(String) - Method in class org.eclipse.jetty.requestlog.jmh.RequestLogBenchmark
- logout() - Method in class org.eclipse.jetty.jaas.spi.AbstractLoginModule
- logout() - Method in class org.eclipse.jetty.security.authentication.SessionAuthentication
-
Deprecated.
- logout() - Method in class org.eclipse.jetty.security.UserAuthentication
-
Deprecated.
- logout() - Method in interface org.eclipse.jetty.server.Authentication.User
-
Deprecated.
- logout() - Method in class org.eclipse.jetty.server.Request
- logout() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
- logout() - Method in class org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
- logout(ServletRequest) - Method in class org.eclipse.jetty.security.AbstractUserAuthentication
- logout(ServletRequest) - Method in class org.eclipse.jetty.security.authentication.DeferredAuthentication
- logout(ServletRequest) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator
- logout(ServletRequest) - Method in class org.eclipse.jetty.security.authentication.LoginAuthenticator
- logout(ServletRequest) - Method in class org.eclipse.jetty.security.openid.OpenIdAuthenticator
- logout(ServletRequest) - Method in interface org.eclipse.jetty.server.Authentication.LogoutAuthentication
-
Remove any user information that may be present in the request such that a call to getUserPrincipal/getRemoteUser will return null.
- logout(Authentication.User) - Method in class org.eclipse.jetty.security.SecurityHandler
- logout(UserIdentity) - Method in class org.eclipse.jetty.jaas.JAASLoginService
- logout(UserIdentity) - Method in class org.eclipse.jetty.security.AbstractLoginService
- logout(UserIdentity) - Method in class org.eclipse.jetty.security.ConfigurableSpnegoLoginService
- logout(UserIdentity) - Method in interface org.eclipse.jetty.security.LoginService
- logout(UserIdentity) - Method in class org.eclipse.jetty.security.openid.OpenIdLoginService
- logout(UserIdentity) - Method in class org.eclipse.jetty.security.SpnegoLoginService
-
Deprecated.
- logURI(StringBuilder, String) - Static method in class org.eclipse.jetty.requestlog.jmh.RequestLogBenchmark
- logWithTimestamp(String) - Static method in class org.eclipse.jetty.ant.utils.TaskLog
- LONG - Static variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
- LongDecoder - Class in org.eclipse.jetty.websocket.jsr356.decoders
-
Default implementation of the Text Message to
Long
decoder - LongDecoder() - Constructor for class org.eclipse.jetty.websocket.jsr356.decoders.LongDecoder
- LongEncoder - Class in org.eclipse.jetty.websocket.jsr356.encoders
-
Default encoder for
Long
toEncoder.Text
Message encoder - LongEncoder() - Constructor for class org.eclipse.jetty.websocket.jsr356.encoders.LongEncoder
- longIsEmpty() - Method in class org.eclipse.jetty.util.StringIsEmptyBenchmark
- LongValueHttpField(HttpHeader, long) - Constructor for class org.eclipse.jetty.http.HttpField.LongValueHttpField
- LongValueHttpField(HttpHeader, String, long) - Constructor for class org.eclipse.jetty.http.HttpField.LongValueHttpField
- LongValueHttpField(HttpHeader, String, String) - Constructor for class org.eclipse.jetty.http.HttpField.LongValueHttpField
- LongValueHttpField(HttpHeader, String, String, long) - Constructor for class org.eclipse.jetty.http.HttpField.LongValueHttpField
- LOOK_AHEAD - Static variable in enum org.eclipse.jetty.http.HttpMethod
- lookAheadGet(byte[], int, int) - Static method in enum org.eclipse.jetty.http.HttpMethod
-
Deprecated.Not used
- lookAheadGet(byte[], int, int) - Static method in enum org.eclipse.jetty.http.HttpVersion
-
Optimised lookup to find an Http Version and whitespace in a byte array.
- lookAheadGet(ByteBuffer) - Static method in enum org.eclipse.jetty.http.HttpMethod
-
Optimized lookup to find a method name and trailing space in a byte array.
- lookAheadGet(ByteBuffer) - Static method in enum org.eclipse.jetty.http.HttpVersion
-
Optimised lookup to find an HTTP Version and trailing white space in a byte array.
- lookup(Object, String) - Static method in class org.eclipse.jetty.plus.jndi.NamingEntryUtil
- lookup(String) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
- lookup(String) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
- lookup(String) - Method in class org.eclipse.jetty.jndi.NamingContext
-
Lookup binding of an object by name
- lookup(String) - Method in class org.eclipse.jetty.server.CachedContentFactory
-
Deprecated.
- lookup(Name) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
- lookup(Name) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
- lookup(Name) - Method in class org.eclipse.jetty.jndi.NamingContext
-
Lookup a binding by name
- lookupInjectedValue() - Method in class org.eclipse.jetty.plus.annotation.Injection
-
The Resource must already exist in the ENC of this webapp.
- lookupLink(String) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
- lookupLink(String) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
- lookupLink(String) - Method in class org.eclipse.jetty.jndi.NamingContext
-
Lookup link bound to name
- lookupLink(Name) - Method in class org.eclipse.jetty.jndi.java.javaRootURLContext
- lookupLink(Name) - Method in class org.eclipse.jetty.jndi.local.localContextRoot
- lookupLink(Name) - Method in class org.eclipse.jetty.jndi.NamingContext
-
Lookup link bound to name
- lookupLoggingLevel(Properties, String) - Static method in class org.eclipse.jetty.util.log.AbstractLogger
-
Get the Logging Level for the provided log name.
- lookupNamingEntries(Object, Class<T>) - Static method in class org.eclipse.jetty.plus.jndi.NamingEntryUtil
-
Get all NameEntries of a certain type in the given naming environment scope (server-wide names or context-specific names)
- lookupNamingEntry(Object, String) - Static method in class org.eclipse.jetty.plus.jndi.NamingEntryUtil
-
Find a NamingEntry in the given scope.
- lookups - Static variable in class org.eclipse.jetty.server.jmh.ListVsMapBenchmark
- LOOP_DETECTED - org.eclipse.jetty.http.HttpStatus.Code
- LOOP_DETECTED_508 - Static variable in class org.eclipse.jetty.http.HttpStatus
- low(String, String) - Method in class org.eclipse.jetty.server.LowResourceMonitor
- lowerCaseName() - Method in enum org.eclipse.jetty.http.HttpHeader
- lowercases - Static variable in class org.eclipse.jetty.util.StringUtil
- LowResourceMonitor - Class in org.eclipse.jetty.server
-
A monitor for low resources, low resources can be detected by:
ThreadPool.isLowOnThreads()
ifConnector.getExecutor()
is an instance ofThreadPool
andLowResourceMonitor.setMonitorThreads(boolean)
is true. IfLowResourceMonitor.setMaxMemory(long)
is non zero then low resources is detected if the JVMsRuntime
instance hasRuntime.totalMemory()
minusRuntime.freeMemory()
greater thanLowResourceMonitor.getMaxMemory()
IfLowResourceMonitor.setMaxConnections(int)
is non zero then low resources is detected if the total number of connections exceedsLowResourceMonitor.getMaxConnections()
. - LowResourceMonitor(Server) - Constructor for class org.eclipse.jetty.server.LowResourceMonitor
- LowResourceMonitor.ConnectorsThreadPoolLowResourceCheck - Class in org.eclipse.jetty.server
- LowResourceMonitor.LowResourceCheck - Interface in org.eclipse.jetty.server
- LowResourceMonitor.MainThreadPoolLowResourceCheck - Class in org.eclipse.jetty.server
- LowResourceMonitor.MaxConnectionsLowResourceCheck - Class in org.eclipse.jetty.server
- LowResourceMonitor.MemoryLowResourceCheck - Class in org.eclipse.jetty.server
- LQTP - org.eclipse.jetty.util.thread.jmh.ThreadPoolBenchmark.Type
M
- MailSessionReference - Class in org.eclipse.jetty.jndi.factories
-
MailSessionReference This is a subclass of javax.mail.Reference and an ObjectFactory for javax.mail.Session objects.
- MailSessionReference() - Constructor for class org.eclipse.jetty.jndi.factories.MailSessionReference
- MailSessionReference.PasswordAuthenticator - Class in org.eclipse.jetty.jndi.factories
- main(String[]) - Static method in class org.eclipse.jetty.client.jmh.ConnectionPoolsBenchmark
- main(String[]) - Static method in class org.eclipse.jetty.embedded.ExampleServer
- main(String[]) - Static method in class org.eclipse.jetty.embedded.ExampleServerXml
- main(String[]) - Static method in class org.eclipse.jetty.embedded.FastFileServer
- main(String[]) - Static method in class org.eclipse.jetty.embedded.FileServer
- main(String[]) - Static method in class org.eclipse.jetty.embedded.FileServerXml
- main(String[]) - Static method in class org.eclipse.jetty.embedded.HelloWorld
- main(String...) - Static method in class org.eclipse.jetty.embedded.Http2Server
- main(String[]) - Static method in class org.eclipse.jetty.embedded.JarServer
- main(String...) - Static method in class org.eclipse.jetty.embedded.JettyDistribution
- main(String[]) - Static method in class org.eclipse.jetty.embedded.LikeJettyXml
- main(String[]) - Static method in class org.eclipse.jetty.embedded.ManyConnectors
- main(String[]) - Static method in class org.eclipse.jetty.embedded.ManyContexts
- main(String[]) - Static method in class org.eclipse.jetty.embedded.ManyHandlers
- main(String[]) - Static method in class org.eclipse.jetty.embedded.ManyServletContexts
- main(String[]) - Static method in class org.eclipse.jetty.embedded.MinimalServlets
- main(String[]) - Static method in class org.eclipse.jetty.embedded.OneConnector
- main(String[]) - Static method in class org.eclipse.jetty.embedded.OneContext
- main(String[]) - Static method in class org.eclipse.jetty.embedded.OneHandler
- main(String[]) - Static method in class org.eclipse.jetty.embedded.OneServletContext
- main(String[]) - Static method in class org.eclipse.jetty.embedded.OneServletContextJmxStats
- main(String[]) - Static method in class org.eclipse.jetty.embedded.OneServletContextWithSession
- main(String[]) - Static method in class org.eclipse.jetty.embedded.OneWebApp
- main(String[]) - Static method in class org.eclipse.jetty.embedded.OneWebAppWithJsp
- main(String[]) - Static method in class org.eclipse.jetty.embedded.ProxyServer
- main(String[]) - Static method in class org.eclipse.jetty.embedded.RewriteServer
- main(String[]) - Static method in class org.eclipse.jetty.embedded.SecuredHelloHandler
- main(String[]) - Static method in class org.eclipse.jetty.embedded.ServerWithAnnotations
- main(String[]) - Static method in class org.eclipse.jetty.embedded.ServerWithJMX
- main(String[]) - Static method in class org.eclipse.jetty.embedded.ServerWithJNDI
- main(String[]) - Static method in class org.eclipse.jetty.embedded.SimplestServer
- main(String[]) - Static method in class org.eclipse.jetty.embedded.SplitFileServer
- main(String[]) - Static method in class org.eclipse.jetty.embedded.WebSocketJsrServer
- main(String[]) - Static method in class org.eclipse.jetty.embedded.WebSocketServer
- main(String[]) - Static method in class org.eclipse.jetty.http.jmh.HttpMethodBenchmark
- main(String[]) - Static method in class org.eclipse.jetty.http.jmh.MultiPartBenchmark
- main(String[]) - Static method in class org.eclipse.jetty.io.jmh.ByteBufferBenchmark
- main(String[]) - Static method in class org.eclipse.jetty.maven.plugin.Starter
- main(String...) - Static method in class org.eclipse.jetty.quickstart.PreconfigureQuickStartWar
- main(String[]) - Static method in class org.eclipse.jetty.requestlog.jmh.RequestLogBenchmark
- main(String[]) - Static method in class org.eclipse.jetty.server.jmh.DeflaterPoolBenchmark
- main(String[]) - Static method in class org.eclipse.jetty.server.jmh.ForwardBenchmark
- main(String[]) - Static method in class org.eclipse.jetty.server.jmh.ListVsMapBenchmark
- main(String...) - Static method in class org.eclipse.jetty.server.Server
- main(String...) - Static method in class org.eclipse.jetty.session.infinispan.InfinispanSessionLegacyConverter
- main(String[]) - Static method in class org.eclipse.jetty.spring.Main
-
Deprecated.
- main(String[]) - Static method in class org.eclipse.jetty.start.Main
- main(String[]) - Static method in class org.eclipse.jetty.util.ArrayByteBufferPoolBenchmark
- main(String[]) - Static method in class org.eclipse.jetty.util.jmh.B64CodeBenchmark
- main(String[]) - Static method in class org.eclipse.jetty.util.jmh.DateCacheBenchmark
- main(String[]) - Static method in class org.eclipse.jetty.util.jmh.DateCacheNoTickBenchmark
- main(String[]) - Static method in class org.eclipse.jetty.util.jmh.DateCacheSimpleDateFormatBenchmark
- main(String[]) - Static method in class org.eclipse.jetty.util.log.LogCondensePackageStringBenchmark
- main(String[]) - Static method in class org.eclipse.jetty.util.PoolStrategyBenchmark
- main(String[]) - Static method in class org.eclipse.jetty.util.security.Password
- main(String[]) - Static method in class org.eclipse.jetty.util.security.UnixCrypt
- main(String[]) - Static method in class org.eclipse.jetty.util.StringReplaceBenchmark
- main(String[]) - Static method in class org.eclipse.jetty.util.thread.jmh.ReservedThreadPoolBenchmark
- main(String[]) - Static method in class org.eclipse.jetty.util.thread.jmh.ThreadPoolBenchmark
- main(String[]) - Static method in class org.eclipse.jetty.util.thread.strategy.jmh.EWYKBenchmark
- main(String...) - Static method in class org.eclipse.jetty.xml.XmlConfiguration
-
Runs the XML configurations as a main application.
- Main - Class in org.eclipse.jetty.spring
-
Deprecated.Has been removed in Jetty 10+
- Main - Class in org.eclipse.jetty.start
-
Main start class.
- Main() - Constructor for class org.eclipse.jetty.spring.Main
-
Deprecated.
- Main() - Constructor for class org.eclipse.jetty.start.Main
- MainThreadPoolLowResourceCheck() - Constructor for class org.eclipse.jetty.server.LowResourceMonitor.MainThreadPoolLowResourceCheck
- makeConstraint(Class, String[], ServletSecurity.EmptyRoleSemantic, ServletSecurity.TransportGuarantee) - Method in class org.eclipse.jetty.annotations.ServletSecurityAnnotationHandler
-
Make a jetty Constraint object, which represents the
<auth-constraint>
and<user-data-constraint>
elements, based on the security annotation. - makeEnvEntryInjectionsAndBindings(WebAppContext, Descriptor, XmlParser.Node, String, String, String) - Method in class org.eclipse.jetty.plus.webapp.PlusDescriptorProcessor
-
Make injections and any java:comp/env bindings necessary given an env-entry declaration.
- makeKey(String, SessionContext) - Method in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore
-
Make a unique key for this session.
- makeName(String) - Method in class org.eclipse.jetty.jmx.MBeanContainer
- makeNamingEntryName(NameParser, String) - Static method in class org.eclipse.jetty.plus.jndi.NamingEntryUtil
- makeNamingEntryName(NameParser, NamingEntry) - Static method in class org.eclipse.jetty.plus.jndi.NamingEntryUtil
- makeTempDirectory(File, WebAppContext) - Method in class org.eclipse.jetty.webapp.WebInfConfiguration
- manage(Object) - Method in interface org.eclipse.jetty.util.component.Container
-
Manages a bean already contained by this aggregate, so that it is started/stopped/destroyed with this aggregate.
- manage(Object) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
-
Manages a bean already contained by this aggregate, so that it is started/stopped/destroyed with this aggregate.
- MANAGED_ATTRIBUTES - Static variable in class org.eclipse.jetty.server.handler.ContextHandler
-
If a context attribute with this name is set, it is interpreted as a comma separated list of attribute name.
- MANAGED_JETTY_SERVER_DEFAULT_NAME - Static variable in class org.eclipse.jetty.osgi.boot.OSGiServerConstants
-
Name of the 'default' jetty server instance.
- MANAGED_JETTY_SERVER_FACTORY_PID - Static variable in class org.eclipse.jetty.osgi.boot.OSGiServerConstants
-
PID of the jetty servers's ManagedFactory
- MANAGED_JETTY_SERVER_NAME - Static variable in class org.eclipse.jetty.osgi.boot.OSGiServerConstants
-
The associated value of that configuration parameter is the name under which this instance of the jetty server is tracked.
- MANAGED_JETTY_SHARED_LIB_FOLDER_URLS - Static variable in class org.eclipse.jetty.osgi.boot.OSGiServerConstants
-
List of URLs to the folders where the legacy J2EE shared libraries are stored aka lib/ext, lib/jsp etc.
- MANAGED_JETTY_XML_CONFIG_URLS - Static variable in class org.eclipse.jetty.osgi.boot.OSGiServerConstants
-
List of URLs to the jetty.xml files that configure th server.
- ManagedAttribute - Annotation Type in org.eclipse.jetty.util.annotation
-
The
@ManagedAttribute
annotation is used to indicate that a given method exposes a JMX attribute. - ManagedAttributeListener - Class in org.eclipse.jetty.server.handler
-
Enable Jetty style JMX MBeans from within a Context
- ManagedAttributeListener(ContextHandler, String...) - Constructor for class org.eclipse.jetty.server.handler.ManagedAttributeListener
- ManagedObject - Annotation Type in org.eclipse.jetty.util.annotation
-
The
@ManagedObject
annotation is used on a class at the top level to indicate that it should be exposed as an mbean. - ManagedOperation - Annotation Type in org.eclipse.jetty.util.annotation
-
The
@ManagedOperation
annotation is used to indicate that a given method should be considered a JMX operation. - ManagedSelector - Class in org.eclipse.jetty.io
-
ManagedSelector
wraps aSelector
simplifying non-blocking operations on channels. - ManagedSelector(SelectorManager, int) - Constructor for class org.eclipse.jetty.io.ManagedSelector
- ManagedSelector.Selectable - Interface in org.eclipse.jetty.io
-
A
ManagedSelector.Selectable
is anEndPoint
that wish to be notified of non-blocking events by theManagedSelector
. - ManagedSelector.SelectorUpdate - Interface in org.eclipse.jetty.io
-
A selector update to be done when the selector has been woken.
- MANDATORY_KEY - Static variable in class org.eclipse.jetty.security.jaspi.JaspiMessageInfo
- ManifestUtils - Class in org.eclipse.jetty.util
- ManyConnectors - Class in org.eclipse.jetty.embedded
-
A Jetty server with multiple connectors.
- ManyConnectors() - Constructor for class org.eclipse.jetty.embedded.ManyConnectors
- ManyContexts - Class in org.eclipse.jetty.embedded
- ManyContexts() - Constructor for class org.eclipse.jetty.embedded.ManyContexts
- ManyHandlers - Class in org.eclipse.jetty.embedded
-
Frequently many handlers are combined together to handle different aspects of a request.
- ManyHandlers() - Constructor for class org.eclipse.jetty.embedded.ManyHandlers
- ManyHandlers.ParamHandler - Class in org.eclipse.jetty.embedded
-
Produce output that lists all of the request parameters
- ManyHandlers.WelcomeWrapHandler - Class in org.eclipse.jetty.embedded
-
Add a request attribute, but produce no output.
- ManyServletContexts - Class in org.eclipse.jetty.embedded
- ManyServletContexts() - Constructor for class org.eclipse.jetty.embedded.ManyServletContexts
- mapContexts() - Method in class org.eclipse.jetty.server.handler.ContextHandlerCollection
-
Remap the contexts.
- MappedByteBufferPool - Class in org.eclipse.jetty.io
-
A ByteBuffer pool where ByteBuffers are held in queues that are held in a Map.
- MappedByteBufferPool() - Constructor for class org.eclipse.jetty.io.MappedByteBufferPool
-
Creates a new MappedByteBufferPool with a default configuration.
- MappedByteBufferPool(int) - Constructor for class org.eclipse.jetty.io.MappedByteBufferPool
-
Creates a new MappedByteBufferPool with the given capacity factor.
- MappedByteBufferPool(int, int) - Constructor for class org.eclipse.jetty.io.MappedByteBufferPool
-
Creates a new MappedByteBufferPool with the given configuration.
- MappedByteBufferPool(int, int, Function<Integer, ByteBufferPool.Bucket>) - Constructor for class org.eclipse.jetty.io.MappedByteBufferPool
-
Creates a new MappedByteBufferPool with the given configuration.
- MappedByteBufferPool(int, int, Function<Integer, ByteBufferPool.Bucket>, long, long) - Constructor for class org.eclipse.jetty.io.MappedByteBufferPool
-
Creates a new MappedByteBufferPool with the given configuration.
- MappedByteBufferPool.Tagged - Class in org.eclipse.jetty.io
- MappedResource<E> - Class in org.eclipse.jetty.http.pathmap
- MappedResource(PathSpec, E) - Constructor for class org.eclipse.jetty.http.pathmap.MappedResource
- MappedWebSocketCreator - Interface in org.eclipse.jetty.websocket.server
-
Common interface for MappedWebSocketCreator
- mark(int) - Method in class org.eclipse.jetty.websocket.common.message.MessageInputStream
- markSupported() - Method in class org.eclipse.jetty.websocket.common.message.MessageInputStream
- mask - Variable in class org.eclipse.jetty.websocket.common.WebSocketFrame
- masked - Variable in class org.eclipse.jetty.websocket.common.WebSocketFrame
- Masker - Interface in org.eclipse.jetty.websocket.client.masks
-
Interface for various Masker implementations.
- match(byte[], int, int) - Method in class org.eclipse.jetty.util.SearchPattern
-
Search for a complete match of the pattern within the data
- match(Class<?>) - Method in class org.eclipse.jetty.webapp.ClasspathPattern
-
Match the class name against the pattern
- match(String) - Method in class org.eclipse.jetty.http.PathMap
-
Deprecated.Get object matched by the path.
- match(String) - Method in class org.eclipse.jetty.util.IPAddressMap
-
Deprecated.Retrieve the first object that is associated with the specified internet address by taking into account the wildcard specifications.
- match(String) - Method in class org.eclipse.jetty.webapp.ClasspathPattern
-
Match the class name against the pattern
- match(String, String) - Static method in class org.eclipse.jetty.http.PathMap
-
Deprecated.
- match(String, String...) - Static method in class org.eclipse.jetty.osgi.boot.utils.internal.DefaultFileLocatorHelper
- match(String, String, boolean) - Static method in class org.eclipse.jetty.http.PathMap
-
Deprecated.
- match(String, URL) - Method in class org.eclipse.jetty.webapp.ClasspathPattern
- match(List<URI>) - Method in class org.eclipse.jetty.webapp.WebInfConfiguration.ContainerPathNameMatcher
- match(List<URI>) - Method in class org.eclipse.jetty.webapp.WebInfConfiguration.WebAppPathNameMatcher
- match(Pattern, URI[], boolean) - Method in class org.eclipse.jetty.util.PatternMatcher
-
Find jar names from the provided list matching a pattern.
- match(Origin) - Method in class org.eclipse.jetty.client.ProxyConfiguration
- matchAndApply(String, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.rewrite.handler.CompactPathRule
- matchAndApply(String, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.rewrite.handler.ForceRequestHeaderValueRule
- matchAndApply(String, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.rewrite.handler.HeaderRule
- matchAndApply(String, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.rewrite.handler.MsieSslRule
- matchAndApply(String, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.rewrite.handler.PatternRule
- matchAndApply(String, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.rewrite.handler.RegexRule
- matchAndApply(String, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.rewrite.handler.Rule
-
This method calls tests the rule against the request/response pair and if the Rule applies, then the rule's action is triggered.
- matchAndApply(String, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.rewrite.handler.RuleContainer
-
Process the contained rules
- matchAndApply(String, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.rewrite.handler.ValidUrlRule
- matchAndApply(String, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.rewrite.handler.VirtualHostRuleContainer
-
Process the contained rules if the request is applicable to the virtual hosts of this rule
- matchCombined(T1, IncludeExcludeSet<?, T1>, T2, IncludeExcludeSet<?, T2>) - Static method in class org.eclipse.jetty.util.IncludeExcludeSet
-
Match items in combined IncludeExcludeSets.
- matched(String) - Method in interface org.eclipse.jetty.http.pathmap.PathSpec
-
Get the complete matched details of the provided path.
- matched(String) - Method in class org.eclipse.jetty.http.pathmap.RegexPathSpec
- matched(String) - Method in class org.eclipse.jetty.http.pathmap.ServletPathSpec
- matched(String) - Method in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
- matched(URI) - Method in class org.eclipse.jetty.util.PatternMatcher
- matched(URI) - Method in class org.eclipse.jetty.webapp.JarScanner
-
Deprecated.
- matched(URI) - Method in class org.eclipse.jetty.webapp.WebInfConfiguration.ContainerPathNameMatcher
- matched(URI) - Method in class org.eclipse.jetty.webapp.WebInfConfiguration.WebAppPathNameMatcher
- MatchedPath - Interface in org.eclipse.jetty.http.pathmap
- MatchedResource<E> - Class in org.eclipse.jetty.http.pathmap
-
The match details when using
PathMappings.getMatched(String)
, used to minimize return to the PathSpec or PathMappings for subsequent details that are now provided by theMatchedPath
instance. - MatchedResource(E, PathSpec, MatchedPath) - Constructor for class org.eclipse.jetty.http.pathmap.MatchedResource
- matches(String) - Method in interface org.eclipse.jetty.http.pathmap.PathSpec
-
Deprecated.use
PathSpec.matched(String)
instead - matches(String) - Method in class org.eclipse.jetty.http.pathmap.RegexPathSpec
- matches(String) - Method in class org.eclipse.jetty.http.pathmap.ServletPathSpec
- matches(String) - Method in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
- matches(String) - Method in class org.eclipse.jetty.util.RegexSet
- matches(String) - Method in class org.eclipse.jetty.util.ssl.X509
- matches(String, URI, String) - Method in interface org.eclipse.jetty.client.api.Authentication
-
Matches
Authentication
s based on the given parameters - matches(String, URI, String) - Method in class org.eclipse.jetty.client.util.AbstractAuthentication
- matches(String, URI, String) - Method in class org.eclipse.jetty.client.util.DigestAuthentication
- matches(Origin) - Method in class org.eclipse.jetty.client.ProxyConfiguration.Proxy
-
Matches the given
origin
with the included and excluded addresses, returning true if the givenorigin
is to be proxied. - matches(P) - Method in class org.eclipse.jetty.util.IncludeExcludeSet
-
Deprecated.
- matchesArtifact(String, String) - Method in class org.eclipse.jetty.maven.plugin.OverlayConfig
-
Check if this overlay configuration matches an Artifact's info
- matchesArtifact(String, String, String) - Method in class org.eclipse.jetty.maven.plugin.OverlayConfig
-
Check if this overlay configuration matches an Artifact's info
- matchesExclusionPattern(ServletContainerInitializer) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
-
Test if the ServletContainerIntializer is excluded by the o.e.j.containerInitializerExclusionPattern
- matchesURI(URI, URI) - Static method in class org.eclipse.jetty.client.util.AbstractAuthentication
- matchPath(URI, List<HttpCookie>) - Static method in class org.eclipse.jetty.util.HttpCookieStore
- matchPatterns(Pattern, URI[], boolean) - Method in class org.eclipse.jetty.util.PatternMatcher
- MathUtils - Class in org.eclipse.jetty.util
- MavenLocalRepoFileInitializer - Class in org.eclipse.jetty.start.fileinits
-
Attempt to download a
maven://
URI, by first attempting to find the resource in the maven repository system (starting with local, then central) - MavenLocalRepoFileInitializer(BaseHome) - Constructor for class org.eclipse.jetty.start.fileinits.MavenLocalRepoFileInitializer
- MavenLocalRepoFileInitializer(BaseHome, Path, boolean) - Constructor for class org.eclipse.jetty.start.fileinits.MavenLocalRepoFileInitializer
- MavenLocalRepoFileInitializer(BaseHome, Path, boolean, String) - Constructor for class org.eclipse.jetty.start.fileinits.MavenLocalRepoFileInitializer
- MavenLocalRepoFileInitializer.Coordinates - Class in org.eclipse.jetty.start.fileinits
- MavenProjectHelper - Class in org.eclipse.jetty.maven.plugin.utils
- MavenProjectHelper(MavenProject) - Constructor for class org.eclipse.jetty.maven.plugin.utils.MavenProjectHelper
- MavenQuickStartConfiguration - Class in org.eclipse.jetty.maven.plugin
-
MavenQuickStartConfiguration
- MavenQuickStartConfiguration() - Constructor for class org.eclipse.jetty.maven.plugin.MavenQuickStartConfiguration
- MavenServerConnector - Class in org.eclipse.jetty.maven.plugin
-
MavenServerConnector As the ServerConnector class does not have a no-arg constructor, and moreover requires the server instance passed in to all its constructors, it cannot be referenced in the pom.xml.
- MavenServerConnector() - Constructor for class org.eclipse.jetty.maven.plugin.MavenServerConnector
- MavenWebInfConfiguration - Class in org.eclipse.jetty.maven.plugin
-
MavenWebInfConfiguration WebInfConfiguration to take account of overlaid wars expressed as project dependencies and potential configured via the maven-war-plugin.
- MavenWebInfConfiguration() - Constructor for class org.eclipse.jetty.maven.plugin.MavenWebInfConfiguration
- max(BatchMode, BatchMode) - Static method in enum org.eclipse.jetty.websocket.api.BatchMode
- MAX_CAPACITY - Static variable in class org.eclipse.jetty.util.ArrayTernaryTrie
-
The maximum capacity of the implementation.
- MAX_CODE - Static variable in class org.eclipse.jetty.http.HttpStatus
- MAX_CONCURRENT_STREAMS - Static variable in class org.eclipse.jetty.http2.frames.SettingsFrame
- MAX_CONTENT_LENGTH - Static variable in class org.eclipse.jetty.fcgi.generator.Generator
- MAX_CONTROL_PAYLOAD - Static variable in class org.eclipse.jetty.websocket.common.frames.ControlFrame
-
Maximum size of Control frame, per RFC 6455
- MAX_FILE_SIZE - Static variable in class org.eclipse.jetty.http.jmh.MultiPartBenchmark
- MAX_FORM_CONTENT_SIZE_KEY - Static variable in class org.eclipse.jetty.server.handler.ContextHandler
- MAX_FORM_KEYS_KEY - Static variable in class org.eclipse.jetty.server.handler.ContextHandler
- MAX_FORWARDS - org.eclipse.jetty.http.HttpHeader
- MAX_FRAME_SIZE - Static variable in class org.eclipse.jetty.http2.frames.SettingsFrame
- MAX_HEADER_LENGTH - Static variable in class org.eclipse.jetty.websocket.common.Generator
-
The overhead (maximum) for a framing header.
- MAX_HEADER_LIST_SIZE - Static variable in class org.eclipse.jetty.http2.frames.SettingsFrame
- MAX_IDLE - Static variable in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStore
-
The max idle time of a session (smallest value across all contexts which has a session with the same id)
- MAX_INACTIVE_MINUTES - Static variable in class org.eclipse.jetty.server.session.SessionHandler
-
Web.xml session-timeout is set in minutes, but is stored as an int in seconds by HttpSession and the sessionmanager.
- MAX_INTERVAL_NOT_SET - Static variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- MAX_MAX_LENGTH - Static variable in class org.eclipse.jetty.http2.frames.Frame
- MAX_OUTPUT_CHARS - Static variable in class org.eclipse.jetty.server.HttpWriter
- MAX_PARAM_LENGTH - Static variable in class org.eclipse.jetty.fcgi.generator.ClientGenerator
- MAX_REASON_PHRASE - Static variable in class org.eclipse.jetty.websocket.api.CloseStatus
- MAX_REQUEST_SIZE - Static variable in class org.eclipse.jetty.http.jmh.MultiPartBenchmark
- MAX_SCAN_DEPTH - Static variable in class org.eclipse.jetty.util.Scanner
- MAX_SCAN_WAIT - Static variable in class org.eclipse.jetty.annotations.AnnotationConfiguration
- MAX_UNIX_SOCKET_PATH_LENGTH - Static variable in class org.eclipse.jetty.unixsocket.UnixSocketConnector
- maxBinaryMessageSize() - Method in annotation type org.eclipse.jetty.websocket.api.annotations.WebSocket
- maxBinaryMessageSize() - Method in class org.eclipse.jetty.websocket.jsr356.annotations.AnnotatedEndpointMetadata
- maxBinaryMessageSize() - Method in interface org.eclipse.jetty.websocket.jsr356.metadata.EndpointMetadata
- MaxConnectionsLowResourceCheck(int) - Constructor for class org.eclipse.jetty.server.LowResourceMonitor.MaxConnectionsLowResourceCheck
- maxIdleTime() - Method in annotation type org.eclipse.jetty.websocket.api.annotations.WebSocket
- MAXINACTIVE - Static variable in class org.eclipse.jetty.gcloud.session.GCloudSessionDataStore.EntityDataModel
- maxNonceAge - Variable in class org.eclipse.jetty.security.jaspi.modules.DigestAuthModule
-
Deprecated.
- maxStringLength(int, String) - Static method in class org.eclipse.jetty.websocket.common.util.TextUtil
-
Smash a long string to fit within the max string length, by taking the middle section of the string and replacing them with an ellipsis "..."
- maxTextMessageSize() - Method in annotation type org.eclipse.jetty.websocket.api.annotations.WebSocket
- maxTextMessageSize() - Method in class org.eclipse.jetty.websocket.jsr356.annotations.AnnotatedEndpointMetadata
- maxTextMessageSize() - Method in interface org.eclipse.jetty.websocket.jsr356.metadata.EndpointMetadata
- MBeanContainer - Class in org.eclipse.jetty.jmx
-
Container class for the MBean instances
- MBeanContainer(MBeanServer) - Constructor for class org.eclipse.jetty.jmx.MBeanContainer
-
Constructs MBeanContainer
- MBeanContainer(MBeanServer, boolean) - Constructor for class org.eclipse.jetty.jmx.MBeanContainer
-
Constructs MBeanContainer
- mbeanFor(Object) - Method in class org.eclipse.jetty.jmx.MBeanContainer
-
Creates an ObjectMBean for the given object.
- mbeanFor(Object) - Static method in class org.eclipse.jetty.jmx.ObjectMBean
-
Deprecated.Use
MBeanContainer.mbeanFor(Object)
instead - mediumIsEmpty() - Method in class org.eclipse.jetty.util.StringIsEmptyBenchmark
- MemcachedSessionDataMap - Class in org.eclipse.jetty.memcached.session
-
MemcachedSessionDataMap Uses memcached as a cache for SessionData.
- MemcachedSessionDataMap(String, String) - Constructor for class org.eclipse.jetty.memcached.session.MemcachedSessionDataMap
- MemcachedSessionDataMap(List<InetSocketAddress>) - Constructor for class org.eclipse.jetty.memcached.session.MemcachedSessionDataMap
- MemcachedSessionDataMap(List<InetSocketAddress>, int[]) - Constructor for class org.eclipse.jetty.memcached.session.MemcachedSessionDataMap
- MemcachedSessionDataMap.SessionDataTranscoder - Class in org.eclipse.jetty.memcached.session
-
SessionDataTranscoder We override memcached deserialization to use our classloader-aware ObjectInputStream.
- MemcachedSessionDataMapFactory - Class in org.eclipse.jetty.memcached.session
-
MemcachedSessionDataMapFactory
- MemcachedSessionDataMapFactory() - Constructor for class org.eclipse.jetty.memcached.session.MemcachedSessionDataMapFactory
- MemoryLowResourceCheck(long) - Constructor for class org.eclipse.jetty.server.LowResourceMonitor.MemoryLowResourceCheck
- MemoryUtils - Class in org.eclipse.jetty.util
-
MemoryUtils provides an abstraction over memory properties and operations.
- MERGE - org.eclipse.jetty.http.HttpMethod
- mergeQueryParameters(String, String, boolean) - Method in class org.eclipse.jetty.server.Request
- mergeWebXml() - Method in class org.eclipse.jetty.jspc.plugin.JspcMojo
-
Take the web fragment and put it inside a copy of the web.xml.
- MESSAGE_BINARY - org.eclipse.jetty.websocket.jsr356.annotations.Param.Role
- MESSAGE_BINARY_STREAM - org.eclipse.jetty.websocket.jsr356.annotations.Param.Role
- MESSAGE_HTTP - org.eclipse.jetty.http.MimeTypes.Type
- MESSAGE_PARTIAL_FLAG - org.eclipse.jetty.websocket.jsr356.annotations.Param.Role
- MESSAGE_PONG - org.eclipse.jetty.websocket.jsr356.annotations.Param.Role
- MESSAGE_TEXT - org.eclipse.jetty.websocket.jsr356.annotations.Param.Role
- MESSAGE_TEXT_STREAM - org.eclipse.jetty.websocket.jsr356.annotations.Param.Role
- MESSAGE_TOO_LARGE - Static variable in class org.eclipse.jetty.websocket.api.StatusCode
-
1009 indicates that an endpoint is terminating the connection because it has received a message that is too big for it to process.
- MessageAppender - Interface in org.eclipse.jetty.websocket.common.message
-
Appender for messages (used for multiple frames with continuations, and also to allow for streaming APIs)
- messageComplete() - Method in class org.eclipse.jetty.client.http.HttpReceiverOverHTTP
- messageComplete() - Method in interface org.eclipse.jetty.http.HttpParser.HttpHandler
- messageComplete() - Method in interface org.eclipse.jetty.http.MultiPartParser.Handler
- messageComplete() - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
- messageComplete() - Method in interface org.eclipse.jetty.websocket.common.message.MessageAppender
-
Notification that message is to be considered complete.
- messageComplete() - Method in class org.eclipse.jetty.websocket.common.message.MessageInputStream
- messageComplete() - Method in class org.eclipse.jetty.websocket.common.message.MessageReader
- messageComplete() - Method in class org.eclipse.jetty.websocket.common.message.NullMessage
- messageComplete() - Method in class org.eclipse.jetty.websocket.common.message.SimpleBinaryMessage
- messageComplete() - Method in class org.eclipse.jetty.websocket.common.message.SimpleTextMessage
- messageComplete() - Method in class org.eclipse.jetty.websocket.jsr356.messages.BinaryPartialMessage
- messageComplete() - Method in class org.eclipse.jetty.websocket.jsr356.messages.BinaryPartialOnMessage
- messageComplete() - Method in class org.eclipse.jetty.websocket.jsr356.messages.BinaryWholeMessage
- messageComplete() - Method in class org.eclipse.jetty.websocket.jsr356.messages.TextPartialMessage
- messageComplete() - Method in class org.eclipse.jetty.websocket.jsr356.messages.TextPartialOnMessage
- messageComplete() - Method in class org.eclipse.jetty.websocket.jsr356.messages.TextWholeMessage
- MessageHandlerFactory - Class in org.eclipse.jetty.websocket.jsr356
-
Factory for
MessageHandlerMetadata
- MessageHandlerFactory() - Constructor for class org.eclipse.jetty.websocket.jsr356.MessageHandlerFactory
- MessageHandlerMetadata - Class in org.eclipse.jetty.websocket.jsr356.metadata
-
An immutable metadata for a
MessageHandler
, representing a single interface on a message handling class. - MessageHandlerMetadata(Class<? extends MessageHandler>, Class<?>, boolean) - Constructor for class org.eclipse.jetty.websocket.jsr356.metadata.MessageHandlerMetadata
- MessageHandlerWrapper - Class in org.eclipse.jetty.websocket.jsr356
-
Expose a
MessageHandler
instance along with its associatedMessageHandlerMetadata
andDecoderFactory.Wrapper
- MessageHandlerWrapper(MessageHandler, MessageHandlerMetadata, DecoderFactory.Wrapper) - Constructor for class org.eclipse.jetty.websocket.jsr356.MessageHandlerWrapper
- MessageInputStream - Class in org.eclipse.jetty.websocket.common.message
-
Support class for reading a (single) WebSocket BINARY message via a InputStream.
- MessageInputStream(Session) - Constructor for class org.eclipse.jetty.websocket.common.message.MessageInputStream
- MessageInputStream(Session, int) - Constructor for class org.eclipse.jetty.websocket.common.message.MessageInputStream
- MessageOutputStream - Class in org.eclipse.jetty.websocket.common.message
-
Support for writing a single WebSocket BINARY message via a
OutputStream
- MessageOutputStream(OutgoingFrames, int, ByteBufferPool) - Constructor for class org.eclipse.jetty.websocket.common.message.MessageOutputStream
- MessageOutputStream(WebSocketSession) - Constructor for class org.eclipse.jetty.websocket.common.message.MessageOutputStream
- MessageReader - Class in org.eclipse.jetty.websocket.common.message
-
Support class for reading a (single) WebSocket TEXT message via a Reader.
- MessageReader(Session) - Constructor for class org.eclipse.jetty.websocket.common.message.MessageReader
- MessageReader(MessageInputStream) - Constructor for class org.eclipse.jetty.websocket.common.message.MessageReader
- messageRoleAssigned - Variable in class org.eclipse.jetty.websocket.jsr356.annotations.OnMessageCallable
- MessageTooLargeException - Exception in org.eclipse.jetty.websocket.api
-
Exception when a message is too large for the internal buffers occurs and should trigger a connection close.
- MessageTooLargeException(String) - Constructor for exception org.eclipse.jetty.websocket.api.MessageTooLargeException
- MessageTooLargeException(String, Throwable) - Constructor for exception org.eclipse.jetty.websocket.api.MessageTooLargeException
- MessageTooLargeException(Throwable) - Constructor for exception org.eclipse.jetty.websocket.api.MessageTooLargeException
- MessageType - Enum in org.eclipse.jetty.websocket.jsr356
-
Basic Message Type enum.
- MessageWriter - Class in org.eclipse.jetty.websocket.common.message
-
Support for writing a single WebSocket TEXT message via a
Writer
- MessageWriter(OutgoingFrames, int, ByteBufferPool) - Constructor for class org.eclipse.jetty.websocket.common.message.MessageWriter
- MessageWriter(WebSocketSession) - Constructor for class org.eclipse.jetty.websocket.common.message.MessageWriter
- META_INF_CONFIGURATION - Static variable in class org.eclipse.jetty.ant.AntWebAppContext
- metadata - Variable in class org.eclipse.jetty.websocket.jsr356.endpoints.AbstractJsrEventDriver
- MetaData - Class in org.eclipse.jetty.http
- MetaData - Class in org.eclipse.jetty.webapp
-
MetaData All data associated with the configuration and deployment of a web application.
- MetaData() - Constructor for class org.eclipse.jetty.webapp.MetaData
- MetaData(HttpVersion, HttpFields) - Constructor for class org.eclipse.jetty.http.MetaData
- MetaData(HttpVersion, HttpFields, long) - Constructor for class org.eclipse.jetty.http.MetaData
- METADATA - Static variable in class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStore
-
Special attribute for a session that is context-specific
- MetaData.OriginInfo - Class in org.eclipse.jetty.webapp
- MetaData.Request - Class in org.eclipse.jetty.http
- MetaData.Response - Class in org.eclipse.jetty.http
- MetaDataBuilder - Class in org.eclipse.jetty.http2.hpack
- MetaDataBuilder(int) - Constructor for class org.eclipse.jetty.http2.hpack.MetaDataBuilder
- MetaDataComplete - Enum in org.eclipse.jetty.webapp
- METAINF_FRAGMENTS - Static variable in class org.eclipse.jetty.webapp.MetaInfConfiguration
- METAINF_RESOURCES - Static variable in class org.eclipse.jetty.webapp.MetaInfConfiguration
- METAINF_TLDS - Static variable in class org.eclipse.jetty.webapp.MetaInfConfiguration
- MetaInfConfiguration - Class in org.eclipse.jetty.webapp
-
MetaInfConfiguration
- MetaInfConfiguration() - Constructor for class org.eclipse.jetty.webapp.MetaInfConfiguration
- method - Variable in class org.eclipse.jetty.websocket.common.events.annotated.CallableMethod
- method - Variable in class org.eclipse.jetty.websocket.common.events.annotated.EventMethod
- method(String) - Method in interface org.eclipse.jetty.client.api.Request
- method(String) - Method in class org.eclipse.jetty.client.HttpRequest
- method(String) - Method in interface org.eclipse.jetty.server.PushBuilder
-
Set the method to be used for the push.
- method(String) - Method in class org.eclipse.jetty.server.PushBuilderImpl
- method(HttpMethod) - Method in interface org.eclipse.jetty.client.api.Request
- method(HttpMethod) - Method in class org.eclipse.jetty.client.HttpRequest
- METHOD - org.eclipse.jetty.http.HttpParser.State
- METHOD_CASE_SENSITIVE - org.eclipse.jetty.http.HttpComplianceSection
- METHOD_NOT_ALLOWED - org.eclipse.jetty.http.HttpStatus.Code
- METHOD_NOT_ALLOWED_405 - Static variable in class org.eclipse.jetty.http.HttpStatus
- MethodInfo(AnnotationParser.ClassInfo, String, int, String, String, String[]) - Constructor for class org.eclipse.jetty.annotations.AnnotationParser.MethodInfo
- MIDDLE_GLOB - org.eclipse.jetty.http.pathmap.PathSpecGroup
-
For path specs that have a hardcoded prefix and suffix with wildcard glob in the middle.
- mightCompress() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor
- MIME_VERSION - org.eclipse.jetty.http.HttpHeader
- MimeTypes - Class in org.eclipse.jetty.http
-
MIME Type enum and utilities
- MimeTypes() - Constructor for class org.eclipse.jetty.http.MimeTypes
-
Constructor.
- MimeTypes.Type - Enum in org.eclipse.jetty.http
- MinimalServlets - Class in org.eclipse.jetty.embedded
- MinimalServlets() - Constructor for class org.eclipse.jetty.embedded.MinimalServlets
- MinimalServlets.HelloServlet - Class in org.eclipse.jetty.embedded
- MINIMUM_CONFIGURATION_CLASSES - Static variable in class org.eclipse.jetty.maven.plugin.JettyWebAppContext
- MISDIRECTED_REQUEST - org.eclipse.jetty.http.HttpStatus.Code
- MISDIRECTED_REQUEST_421 - Static variable in class org.eclipse.jetty.http.HttpStatus
- MKACTIVITY - org.eclipse.jetty.http.HttpMethod
- MKCALENDAR - org.eclipse.jetty.http.HttpMethod
- MKCOL - org.eclipse.jetty.http.HttpMethod
- MKREDIRECTREF - org.eclipse.jetty.http.HttpMethod
- MKWORKSPACE - org.eclipse.jetty.http.HttpMethod
- MODE - Static variable in class org.eclipse.jetty.cdi.CdiDecoratingListener
- MODE - Static variable in class org.eclipse.jetty.cdi.CdiSpiDecorator
- modified() - Method in class org.eclipse.jetty.util.PathWatcher.PathWatchEvent
- MODIFIED - org.eclipse.jetty.util.PathWatcher.PathWatchEventType
- modifiedService(ServiceReference, Object) - Method in class org.eclipse.jetty.osgi.boot.internal.serverfactory.JettyServerServiceTracker
- modifiedService(ServiceReference, Object) - Method in class org.eclipse.jetty.osgi.boot.ServiceContextProvider.ContextTracker
- modifiedService(ServiceReference, Object) - Method in class org.eclipse.jetty.osgi.boot.ServiceWebAppProvider.WebAppTracker
- modifyHandshake(ServerEndpointConfig, HandshakeRequest, HandshakeResponse) - Method in class org.eclipse.jetty.websocket.jsr356.server.ContainerDefaultConfigurator
- Module - Class in org.eclipse.jetty.start
-
Represents a Module metadata, as defined in Jetty.
- Module(BaseHome, Path) - Constructor for class org.eclipse.jetty.start.Module
- ModuleGraphWriter - Class in org.eclipse.jetty.start
-
Generate a graphviz dot graph of the modules found
- ModuleGraphWriter() - Constructor for class org.eclipse.jetty.start.ModuleGraphWriter
- moduleName - Variable in class org.eclipse.jetty.start.FileArg
- Modules - Class in org.eclipse.jetty.start
-
Access for all modules declared, as well as what is enabled.
- Modules(BaseHome, StartArgs) - Constructor for class org.eclipse.jetty.start.Modules
- MongoSessionDataStore - Class in org.eclipse.jetty.nosql.mongodb
-
MongoSessionDataStore The document model is an outer object that contains the elements: "id" : session_id "created" : create_time "accessed": last_access_time "maxIdle" : max_idle_time setting as session was created "expiry" : time at which session should expire "valid" : session_valid "context" : a nested object containing 1 nested object per context for which the session id is in use Each of the nested objects inside the "context" element contains: unique_context_name : nested object containing name:value pairs of the session attributes for that context unique_context_name: vhost:contextpath, where no vhosts="0_0_0_0", root context = "", contextpath "/" replaced by "_"
- MongoSessionDataStore() - Constructor for class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStore
- MongoSessionDataStoreFactory - Class in org.eclipse.jetty.nosql.mongodb
-
MongoSessionDataStoreFactory
- MongoSessionDataStoreFactory() - Constructor for class org.eclipse.jetty.nosql.mongodb.MongoSessionDataStoreFactory
- MongoUtils - Class in org.eclipse.jetty.nosql.mongodb
-
MongoUtils Some utility methods for manipulating mongo data.
- MongoUtils() - Constructor for class org.eclipse.jetty.nosql.mongodb.MongoUtils
- monitor() - Method in class org.eclipse.jetty.server.LowResourceMonitor
- MonitoredQueuedThreadPool - Class in org.eclipse.jetty.util.thread
-
A
QueuedThreadPool
subclass that monitors its own activity by recording queue and task statistics. - MonitoredQueuedThreadPool() - Constructor for class org.eclipse.jetty.util.thread.MonitoredQueuedThreadPool
- MonitoredQueuedThreadPool(int) - Constructor for class org.eclipse.jetty.util.thread.MonitoredQueuedThreadPool
- MonitoredQueuedThreadPool(int, int, int, BlockingQueue<Runnable>) - Constructor for class org.eclipse.jetty.util.thread.MonitoredQueuedThreadPool
- MOST_SPECIFIC_MIME_ORDERING - Static variable in class org.eclipse.jetty.http.QuotedQualityCSV
-
Lambda to apply a most specific MIME encoding secondary ordering.
- mostly - Static variable in class org.eclipse.jetty.server.jmh.ListVsMapBenchmark
- MOVE - org.eclipse.jetty.http.HttpMethod
- MOVED_PERMANENTLY - org.eclipse.jetty.http.HttpStatus.Code
- MOVED_PERMANENTLY_301 - Static variable in class org.eclipse.jetty.http.HttpStatus
- MOVED_TEMPORARILY - org.eclipse.jetty.http.HttpStatus.Code
- MOVED_TEMPORARILY_302 - Static variable in class org.eclipse.jetty.http.HttpStatus
- MovedContextHandler - Class in org.eclipse.jetty.server.handler
-
Moved ContextHandler.
- MovedContextHandler() - Constructor for class org.eclipse.jetty.server.handler.MovedContextHandler
- MovedContextHandler(HandlerContainer, String, String) - Constructor for class org.eclipse.jetty.server.handler.MovedContextHandler
- ms(long) - Method in class org.eclipse.jetty.example.asyncrest.AbstractRestServlet
- MsieSslRule - Class in org.eclipse.jetty.rewrite.handler
-
MSIE (Microsoft Internet Explorer) SSL Rule.
- MsieSslRule() - Constructor for class org.eclipse.jetty.rewrite.handler.MsieSslRule
- MULTI_STATUS - org.eclipse.jetty.http.HttpStatus.Code
- MULTI_STATUS_207 - Static variable in class org.eclipse.jetty.http.HttpStatus
- MULTI_THREADED - Static variable in class org.eclipse.jetty.annotations.AnnotationConfiguration
- MultiException - Exception in org.eclipse.jetty.util
-
Wraps multiple exceptions.
- MultiException() - Constructor for exception org.eclipse.jetty.util.MultiException
- MultiMap<V> - Class in org.eclipse.jetty.util
-
A multi valued Map.
- MultiMap() - Constructor for class org.eclipse.jetty.util.MultiMap
- MultiMap(Map<String, List<V>>) - Constructor for class org.eclipse.jetty.util.MultiMap
- MultiMap(MultiMap<V>) - Constructor for class org.eclipse.jetty.util.MultiMap
- MultiPart(String, String) - Constructor for class org.eclipse.jetty.http.MultiPartFormInputStream.MultiPart
- MultiPart(String, String) - Constructor for class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
-
Deprecated.
- MULTIPART_BYTERANGES - org.eclipse.jetty.http.MimeTypes.Type
- MULTIPART_CONFIG_ELEMENT - Static variable in class org.eclipse.jetty.server.Request
- MULTIPART_FORM_DATA - org.eclipse.jetty.http.MimeTypes.Type
- MULTIPART_MIXED - Static variable in class org.eclipse.jetty.util.MultiPartOutputStream
- MULTIPART_MIXED - Static variable in class org.eclipse.jetty.util.MultiPartWriter
- MULTIPART_X_MIXED_REPLACE - Static variable in class org.eclipse.jetty.util.MultiPartOutputStream
- MULTIPART_X_MIXED_REPLACE - Static variable in class org.eclipse.jetty.util.MultiPartWriter
- MultiPartBenchmark - Class in org.eclipse.jetty.http.jmh
- MultiPartBenchmark() - Constructor for class org.eclipse.jetty.http.jmh.MultiPartBenchmark
- MultiPartBenchmark.MultipartExpectations - Class in org.eclipse.jetty.http.jmh
- MultiPartBenchmark.NameValue - Class in org.eclipse.jetty.http.jmh
- MultiPartCleanerListener - Class in org.eclipse.jetty.server
- MultiPartCleanerListener() - Constructor for class org.eclipse.jetty.server.MultiPartCleanerListener
- MultiPartConfigAnnotationHandler - Class in org.eclipse.jetty.annotations
-
MultiPartConfigAnnotationHandler
- MultiPartConfigAnnotationHandler(WebAppContext) - Constructor for class org.eclipse.jetty.annotations.MultiPartConfigAnnotationHandler
- MultiPartContentProvider - Class in org.eclipse.jetty.client.util
-
A
ContentProvider
for form uploads with the"multipart/form-data"
content type. - MultiPartContentProvider() - Constructor for class org.eclipse.jetty.client.util.MultiPartContentProvider
- MultiPartContentProvider(String) - Constructor for class org.eclipse.jetty.client.util.MultiPartContentProvider
- MultipartExpectations(Path) - Constructor for class org.eclipse.jetty.http.jmh.MultiPartBenchmark.MultipartExpectations
- MultiPartFilter - Class in org.eclipse.jetty.servlets
-
Deprecated.See servlet 3.0 apis like javax.servlet.http.HttpServletRequest.getParts()
- MultiPartFilter() - Constructor for class org.eclipse.jetty.servlets.MultiPartFilter
-
Deprecated.
- MultiPartFormDataCompliance - Enum in org.eclipse.jetty.server
-
The compliance level for parsing
multiPart/form-data
- MultiPartFormInputStream - Class in org.eclipse.jetty.http
-
MultiPartInputStream
- MultiPartFormInputStream(InputStream, String, MultipartConfigElement, File) - Constructor for class org.eclipse.jetty.http.MultiPartFormInputStream
- MultiPartFormInputStream(InputStream, String, MultipartConfigElement, File, int) - Constructor for class org.eclipse.jetty.http.MultiPartFormInputStream
- MultiPartFormInputStream.MultiPart - Class in org.eclipse.jetty.http
- MultiPartFormInputStream.NonCompliance - Enum in org.eclipse.jetty.http
- MultiPartInputStreamParser - Class in org.eclipse.jetty.util
-
Deprecated.Replaced by org.eclipse.jetty.http.MultiPartFormInputStream The code for MultiPartInputStream is slower than its replacement MultiPartFormInputStream. However this class accepts formats non compliant the RFC that the new MultiPartFormInputStream does not accept.
- MultiPartInputStreamParser(InputStream, String, MultipartConfigElement, File) - Constructor for class org.eclipse.jetty.util.MultiPartInputStreamParser
-
Deprecated.
- MultiPartInputStreamParser(InputStream, String, MultipartConfigElement, File, int) - Constructor for class org.eclipse.jetty.util.MultiPartInputStreamParser
-
Deprecated.
- MultiPartInputStreamParser.MultiPart - Class in org.eclipse.jetty.util
-
Deprecated.
- MultiPartInputStreamParser.NonCompliance - Enum in org.eclipse.jetty.util
-
Deprecated.
- MultiPartOutputStream - Class in org.eclipse.jetty.util
-
Handle a multipart MIME response.
- MultiPartOutputStream(OutputStream) - Constructor for class org.eclipse.jetty.util.MultiPartOutputStream
- MultiPartOutputStream(OutputStream, String) - Constructor for class org.eclipse.jetty.util.MultiPartOutputStream
- MultiPartParser - Class in org.eclipse.jetty.http
-
A parser for MultiPart content type.
- MultiPartParser(MultiPartParser.Handler, String) - Constructor for class org.eclipse.jetty.http.MultiPartParser
- MultiPartParser.FieldState - Enum in org.eclipse.jetty.http
- MultiPartParser.Handler - Interface in org.eclipse.jetty.http
- MultiPartParser.State - Enum in org.eclipse.jetty.http
- MultiParts - Interface in org.eclipse.jetty.server
- MULTIPARTS - Static variable in class org.eclipse.jetty.server.Request
- MultiParts.MultiPartsHttpParser - Class in org.eclipse.jetty.server
- MultiParts.MultiPartsUtilParser - Class in org.eclipse.jetty.server
- MultiPartsHttpParser(InputStream, String, MultipartConfigElement, File, Request) - Constructor for class org.eclipse.jetty.server.MultiParts.MultiPartsHttpParser
- MultiPartsHttpParser(InputStream, String, MultipartConfigElement, File, Request, int) - Constructor for class org.eclipse.jetty.server.MultiParts.MultiPartsHttpParser
- MultiPartsUtilParser(InputStream, String, MultipartConfigElement, File, Request) - Constructor for class org.eclipse.jetty.server.MultiParts.MultiPartsUtilParser
- MultiPartsUtilParser(InputStream, String, MultipartConfigElement, File, Request, int) - Constructor for class org.eclipse.jetty.server.MultiParts.MultiPartsUtilParser
- MultiPartWriter - Class in org.eclipse.jetty.util
-
Handle a multipart MIME response.
- MultiPartWriter(Writer) - Constructor for class org.eclipse.jetty.util.MultiPartWriter
- MULTIPLE_CHOICES - org.eclipse.jetty.http.HttpStatus.Code
- MULTIPLE_CHOICES_300 - Static variable in class org.eclipse.jetty.http.HttpStatus
- MULTIPLE_CONTENT_LENGTHS - org.eclipse.jetty.http.HttpComplianceSection
- MultiplexConnectionPool - Class in org.eclipse.jetty.client
- MultiplexConnectionPool(HttpDestination, int, boolean, Callback, int) - Constructor for class org.eclipse.jetty.client.MultiplexConnectionPool
- MultiplexConnectionPool(HttpDestination, int, Callback, int) - Constructor for class org.eclipse.jetty.client.MultiplexConnectionPool
- MultiplexConnectionPool(HttpDestination, Pool.StrategyType, int, boolean, Callback, int) - Constructor for class org.eclipse.jetty.client.MultiplexConnectionPool
- MultiplexConnectionPool(HttpDestination, Pool<Connection>, Callback, int) - Constructor for class org.eclipse.jetty.client.MultiplexConnectionPool
-
Deprecated.
- MultiplexHttpDestination - Class in org.eclipse.jetty.client
- MultiplexHttpDestination(HttpClient, Origin) - Constructor for class org.eclipse.jetty.client.MultiplexHttpDestination
- MultiplexHttpDestinationOverFCGI - Class in org.eclipse.jetty.fcgi.client.http
- MultiplexHttpDestinationOverFCGI(HttpClient, Origin) - Constructor for class org.eclipse.jetty.fcgi.client.http.MultiplexHttpDestinationOverFCGI
- MultiReleaseJarFile - Class in org.eclipse.jetty.util
-
Utility class to handle a Multi Release Jar file
- MultiReleaseJarFile(File) - Constructor for class org.eclipse.jetty.util.MultiReleaseJarFile
-
Construct a multi release jar file for the current JVM version, ignoring directories.
- MultiReleaseJarFile(File, int, boolean) - Constructor for class org.eclipse.jetty.util.MultiReleaseJarFile
-
Construct a multi release jar file
- MultiReleaseJarFile.VersionedJarEntry - Class in org.eclipse.jetty.util
-
A versioned Jar entry
- mxBean - Variable in class org.eclipse.jetty.util.Uptime.DefaultImpl
- MyClassVisitor(Set<? extends AnnotationParser.Handler>, Resource, int) - Constructor for class org.eclipse.jetty.annotations.AnnotationParser.MyClassVisitor
- MyFieldVisitor(Set<? extends AnnotationParser.Handler>, AnnotationParser.ClassInfo, int, String, String, String, Object, int) - Constructor for class org.eclipse.jetty.annotations.AnnotationParser.MyFieldVisitor
- MyMethodVisitor(Set<? extends AnnotationParser.Handler>, AnnotationParser.ClassInfo, int, String, String, String, String[], int) - Constructor for class org.eclipse.jetty.annotations.AnnotationParser.MyMethodVisitor
N
- name - Variable in class org.eclipse.jetty.http.jmh.MultiPartBenchmark.NameValue
- name() - Method in annotation type org.eclipse.jetty.util.annotation.ManagedAttribute
-
name to use for the attribute
- name(byte) - Static method in class org.eclipse.jetty.websocket.common.OpCode
- Name - Annotation Type in org.eclipse.jetty.util.annotation
-
This annotation is used to describe variables in method signatures so that when rendered into tools like JConsole it is clear what the parameters are.
- NAME - Static variable in class org.eclipse.jetty.client.ContinueProtocolHandler
- NAME - Static variable in class org.eclipse.jetty.client.ProxyAuthenticationProtocolHandler
- NAME - Static variable in class org.eclipse.jetty.client.RedirectProtocolHandler
- NAME - Static variable in class org.eclipse.jetty.client.WWWAuthenticationProtocolHandler
- NAME - Static variable in class org.eclipse.jetty.servlet.JspPropertyGroupServlet
- named(String, Object) - Static method in interface org.eclipse.jetty.util.component.Dumpable
- NameEnumeration - Class in org.eclipse.jetty.jndi
-
NameEnumeration
- NameEnumeration(Iterator<Binding>) - Constructor for class org.eclipse.jetty.jndi.NameEnumeration
- NAMELESS - Static variable in class org.eclipse.jetty.webapp.FragmentDescriptor
- NameValue() - Constructor for class org.eclipse.jetty.http.jmh.MultiPartBenchmark.NameValue
- NamingContext - Class in org.eclipse.jetty.jndi
-
NamingContext
- NamingContext(Hashtable<String, Object>, String, NamingContext, NameParser) - Constructor for class org.eclipse.jetty.jndi.NamingContext
-
Constructor
- NamingContext(Hashtable<String, Object>, String, NamingContext, NameParser, ConcurrentMap<String, Binding>) - Constructor for class org.eclipse.jetty.jndi.NamingContext
- NamingContext.Listener - Interface in org.eclipse.jetty.jndi
-
Naming Context Listener.
- NamingDump - Class in org.eclipse.jetty.plus.jndi
-
A utility Dumpable to dump a JNDI naming context tree.
- NamingDump() - Constructor for class org.eclipse.jetty.plus.jndi.NamingDump
- NamingDump(ClassLoader, String) - Constructor for class org.eclipse.jetty.plus.jndi.NamingDump
- NamingEntry - Class in org.eclipse.jetty.plus.jndi
-
NamingEntry
- NamingEntry(Object, String) - Constructor for class org.eclipse.jetty.plus.jndi.NamingEntry
-
Create a naming entry.
- NamingEntry(String) - Constructor for class org.eclipse.jetty.plus.jndi.NamingEntry
-
Create a NamingEntry.
- NamingEntryUtil - Class in org.eclipse.jetty.plus.jndi
- NamingEntryUtil() - Constructor for class org.eclipse.jetty.plus.jndi.NamingEntryUtil
- NamingUtil - Class in org.eclipse.jetty.jndi
-
Naming Utility Methods
- NamingUtil() - Constructor for class org.eclipse.jetty.jndi.NamingUtil
- NativeWebSocketConfiguration - Class in org.eclipse.jetty.websocket.server
-
Interface for Configuring Jetty Server Native WebSockets
- NativeWebSocketConfiguration(ServletContext) - Constructor for class org.eclipse.jetty.websocket.server.NativeWebSocketConfiguration
- NativeWebSocketConfiguration(WebSocketServerFactory) - Constructor for class org.eclipse.jetty.websocket.server.NativeWebSocketConfiguration
- NativeWebSocketServletContainerInitializer - Class in org.eclipse.jetty.websocket.server
- NativeWebSocketServletContainerInitializer() - Constructor for class org.eclipse.jetty.websocket.server.NativeWebSocketServletContainerInitializer
- NativeWebSocketServletContainerInitializer.Configurator - Interface in org.eclipse.jetty.websocket.server
- NaturalSort - Class in org.eclipse.jetty.start
-
Natural Language Sorting
- NaturalSort() - Constructor for class org.eclipse.jetty.start.NaturalSort
- NaturalSort.Files - Class in org.eclipse.jetty.start
- NaturalSort.Paths - Class in org.eclipse.jetty.start
- NaturalSort.Strings - Class in org.eclipse.jetty.start
- NBitIntegerDecoder - Class in org.eclipse.jetty.http.compression
-
Used to decode integers as described in RFC7541.
- NBitIntegerDecoder() - Constructor for class org.eclipse.jetty.http.compression.NBitIntegerDecoder
- NBitIntegerEncoder - Class in org.eclipse.jetty.http.compression
-
Used to encode integers as described in RFC7541.
- NBitStringDecoder - Class in org.eclipse.jetty.http.compression
-
Used to decode string literals as described in RFC7541.
- NBitStringDecoder() - Constructor for class org.eclipse.jetty.http.compression.NBitStringDecoder
- NBitStringEncoder - Class in org.eclipse.jetty.http.compression
- NCSA_FORMAT - Static variable in class org.eclipse.jetty.server.CustomRequestLog
- NCSARequestLog - Class in org.eclipse.jetty.server
-
Deprecated.use
CustomRequestLog
given format stringCustomRequestLog.EXTENDED_NCSA_FORMAT
with aRequestLogWriter
- NCSARequestLog() - Constructor for class org.eclipse.jetty.server.NCSARequestLog
-
Deprecated.Create request log object with default settings.
- NCSARequestLog(String) - Constructor for class org.eclipse.jetty.server.NCSARequestLog
-
Deprecated.Create request log object with specified output file name.
- NCSARequestLog(RequestLogWriter) - Constructor for class org.eclipse.jetty.server.NCSARequestLog
-
Deprecated.Create request log object given a RequestLogWriter file name.
- NEED_CHUNK - org.eclipse.jetty.http.HttpGenerator.Result
- NEED_CHUNK_TRAILER - org.eclipse.jetty.http.HttpGenerator.Result
- NEED_HEADER - org.eclipse.jetty.http.HttpGenerator.Result
- NEED_INFO - org.eclipse.jetty.http.HttpGenerator.Result
- NEED_MORE_BYTES - org.eclipse.jetty.server.ConnectionFactory.Detecting.Detection
-
A
ConnectionFactory.Detecting
requires more bytes to make a decision. - needsFillInterest() - Method in class org.eclipse.jetty.io.AbstractEndPoint
- needsFillInterest() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
- needsFillInterest() - Method in class org.eclipse.jetty.io.ChannelEndPoint
- needsFillInterest() - Method in class org.eclipse.jetty.io.FillInterest
-
Register the read interest Abstract method to be implemented by the Specific ReadInterest to schedule a future call to
FillInterest.fillable()
orFillInterest.onFail(Throwable)
- needsFillInterest() - Method in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
- negotiate(List<ExtensionConfig>) - Method in class org.eclipse.jetty.websocket.common.extensions.ExtensionStack
-
Perform the extension negotiation.
- NEGOTIATE - org.eclipse.jetty.http.HttpHeader
- NegotiatingClientConnection - Class in org.eclipse.jetty.io
- NegotiatingClientConnection(EndPoint, Executor, SSLEngine, ClientConnectionFactory, Map<String, Object>) - Constructor for class org.eclipse.jetty.io.NegotiatingClientConnection
- NegotiatingClientConnectionFactory - Class in org.eclipse.jetty.io
- NegotiatingClientConnectionFactory(ClientConnectionFactory) - Constructor for class org.eclipse.jetty.io.NegotiatingClientConnectionFactory
- NegotiatingServerConnection - Class in org.eclipse.jetty.server
- NegotiatingServerConnection(Connector, EndPoint, SSLEngine, List<String>, String) - Constructor for class org.eclipse.jetty.server.NegotiatingServerConnection
- NegotiatingServerConnection.CipherDiscriminator - Interface in org.eclipse.jetty.server
- NegotiatingServerConnectionFactory - Class in org.eclipse.jetty.server
- NegotiatingServerConnectionFactory(String, String...) - Constructor for class org.eclipse.jetty.server.NegotiatingServerConnectionFactory
- Nested(Callback) - Constructor for class org.eclipse.jetty.util.Callback.Nested
- Nested(Callback.Nested) - Constructor for class org.eclipse.jetty.util.Callback.Nested
- NETWORK_AUTHENTICATION_REQUIRED - org.eclipse.jetty.http.HttpStatus.Code
- NETWORK_AUTHENTICATION_REQUIRED_511 - Static variable in class org.eclipse.jetty.http.HttpStatus
- NetworkConnector - Interface in org.eclipse.jetty.server
-
A
Connector
for TCP/IP network connectors - networkFill(ByteBuffer) - Method in class org.eclipse.jetty.io.ssl.SslConnection
- networkFlush(ByteBuffer) - Method in class org.eclipse.jetty.io.ssl.SslConnection
- NetworkTrafficListener - Interface in org.eclipse.jetty.io
-
A listener for raw network traffic within Jetty.
- NetworkTrafficListener.Adapter - Class in org.eclipse.jetty.io
-
Deprecated.use
NetworkTrafficListener
instead - NetworkTrafficSelectChannelConnector - Class in org.eclipse.jetty.server.nio
-
Deprecated.use
NetworkTrafficServerConnector
instead. - NetworkTrafficSelectChannelConnector(Server) - Constructor for class org.eclipse.jetty.server.nio.NetworkTrafficSelectChannelConnector
-
Deprecated.
- NetworkTrafficSelectChannelConnector(Server, Executor, Scheduler, ByteBufferPool, int, int, ConnectionFactory...) - Constructor for class org.eclipse.jetty.server.nio.NetworkTrafficSelectChannelConnector
-
Deprecated.
- NetworkTrafficSelectChannelConnector(Server, ConnectionFactory) - Constructor for class org.eclipse.jetty.server.nio.NetworkTrafficSelectChannelConnector
-
Deprecated.
- NetworkTrafficSelectChannelConnector(Server, ConnectionFactory, SslContextFactory) - Constructor for class org.eclipse.jetty.server.nio.NetworkTrafficSelectChannelConnector
-
Deprecated.
- NetworkTrafficSelectChannelConnector(Server, SslContextFactory) - Constructor for class org.eclipse.jetty.server.nio.NetworkTrafficSelectChannelConnector
-
Deprecated.
- NetworkTrafficSelectChannelEndPoint - Class in org.eclipse.jetty.io
-
Deprecated.use
NetworkTrafficSocketChannelEndPoint
instead - NetworkTrafficSelectChannelEndPoint(SocketChannel, ManagedSelector, SelectionKey, Scheduler, long, List<NetworkTrafficListener>) - Constructor for class org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint
-
Deprecated.
- NetworkTrafficServerConnector - Class in org.eclipse.jetty.server
-
A specialized version of
ServerConnector
that supportsNetworkTrafficListener
s. - NetworkTrafficServerConnector(Server) - Constructor for class org.eclipse.jetty.server.NetworkTrafficServerConnector
- NetworkTrafficServerConnector(Server, Executor, Scheduler, ByteBufferPool, int, int, ConnectionFactory...) - Constructor for class org.eclipse.jetty.server.NetworkTrafficServerConnector
- NetworkTrafficServerConnector(Server, ConnectionFactory) - Constructor for class org.eclipse.jetty.server.NetworkTrafficServerConnector
- NetworkTrafficServerConnector(Server, ConnectionFactory, SslContextFactory) - Constructor for class org.eclipse.jetty.server.NetworkTrafficServerConnector
- NetworkTrafficServerConnector(Server, SslContextFactory) - Constructor for class org.eclipse.jetty.server.NetworkTrafficServerConnector
- NetworkTrafficSocketChannelEndPoint - Class in org.eclipse.jetty.io
-
A specialized version of
SocketChannelEndPoint
that supportsNetworkTrafficListener
s. - NetworkTrafficSocketChannelEndPoint(SelectableChannel, ManagedSelector, SelectionKey, Scheduler, long, List<NetworkTrafficListener>) - Constructor for class org.eclipse.jetty.io.NetworkTrafficSocketChannelEndPoint
- NEVER_EVICT - Static variable in interface org.eclipse.jetty.server.session.SessionCache
- newArray(int) - Method in class org.eclipse.jetty.util.ajax.JSON
-
Deprecated.use
JSON.setArrayConverter(Function)
instead. - newArray(AsyncJSON.Context) - Method in class org.eclipse.jetty.util.ajax.AsyncJSON
-
When a JSON
[
is encountered during parsing, this method is called to create a newList
instance. - newAsyncJSON() - Method in class org.eclipse.jetty.util.ajax.AsyncJSON.Factory
- newBufferedInterceptor(HttpChannel, HttpOutput.Interceptor) - Method in class org.eclipse.jetty.server.handler.BufferedResponseHandler
- newBufferedInterceptor(HttpChannel, HttpOutput.Interceptor) - Method in class org.eclipse.jetty.server.handler.FileBufferedResponseHandler
- newByteAccumulator() - Method in class org.eclipse.jetty.websocket.common.extensions.compress.CompressExtension
- newByteBuffer(int, boolean) - Method in interface org.eclipse.jetty.io.ByteBufferPool
-
Creates a new ByteBuffer of the given capacity and the given directness.
- newByteBuffer(int, boolean) - Method in class org.eclipse.jetty.io.MappedByteBufferPool.Tagged
- newClassPathResource(String) - Static method in class org.eclipse.jetty.util.resource.Resource
-
Find a classpath resource.
- newClassPathResource(String, boolean, boolean) - Static method in class org.eclipse.jetty.util.resource.Resource
-
Find a classpath resource.
- newClientConnectionFactory(ClientConnectionFactory) - Method in class org.eclipse.jetty.client.HttpProxy
- newClientConnectionFactory(ClientConnectionFactory) - Method in class org.eclipse.jetty.client.ProxyConfiguration.Proxy
- newClientConnectionFactory(ClientConnectionFactory) - Method in class org.eclipse.jetty.client.Socks4Proxy
- newClientEndpointInstance(Object, ClientEndpointConfig) - Method in class org.eclipse.jetty.websocket.jsr356.ClientContainer
- newClientEndpointInstance(Object, ServerEndpointConfig, String) - Method in class org.eclipse.jetty.websocket.jsr356.server.ServerContainer
- newClientPolicy() - Static method in class org.eclipse.jetty.websocket.api.WebSocketPolicy
- newClientRequestContentTransformer(HttpServletRequest, Request) - Method in class org.eclipse.jetty.proxy.AsyncMiddleManServlet
- newCondition() - Method in class org.eclipse.jetty.util.thread.Locker
- newConnectAddress(String, int) - Method in class org.eclipse.jetty.proxy.ConnectHandler
-
Creates the server address to connect to.
- newConnection() - Method in class org.eclipse.jetty.util.resource.JarFileResource
- newConnection() - Method in class org.eclipse.jetty.util.resource.JarResource
- newConnection(SelectableChannel, EndPoint, Object) - Method in class org.eclipse.jetty.client.AbstractConnectorHttpClientTransport.ClientSelectorManager
- newConnection(SelectableChannel, EndPoint, Object) - Method in class org.eclipse.jetty.io.SelectorManager
-
Factory method to create
Connection
. - newConnection(SelectableChannel, EndPoint, Object) - Method in class org.eclipse.jetty.proxy.ConnectHandler.ConnectManager
- newConnection(SelectableChannel, EndPoint, Object) - Method in class org.eclipse.jetty.server.ServerConnector.ServerConnectorManager
- newConnection(SelectableChannel, EndPoint, Object) - Method in class org.eclipse.jetty.unixsocket.UnixSocketConnector.UnixSocketConnectorManager
- newConnection(HttpDestination, Promise<Connection>) - Method in class org.eclipse.jetty.client.HttpClient
- newConnection(EndPoint, Map<String, Object>) - Method in class org.eclipse.jetty.alpn.client.ALPNClientConnectionFactory
- newConnection(EndPoint, Map<String, Object>) - Method in class org.eclipse.jetty.client.http.HttpClientTransportOverHTTP
- newConnection(EndPoint, Map<String, Object>) - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory
- newConnection(EndPoint, Map<String, Object>) - Method in class org.eclipse.jetty.client.Socks4Proxy.Socks4ProxyClientConnectionFactory
- newConnection(EndPoint, Map<String, Object>) - Method in class org.eclipse.jetty.fcgi.client.http.HttpClientTransportOverFCGI
- newConnection(EndPoint, Map<String, Object>) - Method in class org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2
- newConnection(EndPoint, Map<String, Object>) - Method in class org.eclipse.jetty.http2.client.HTTP2ClientConnectionFactory
- newConnection(EndPoint, Map<String, Object>) - Method in interface org.eclipse.jetty.io.ClientConnectionFactory
- newConnection(EndPoint, Map<String, Object>) - Method in class org.eclipse.jetty.io.ssl.SslClientConnectionFactory
- newConnection(Connector, EndPoint) - Method in class org.eclipse.jetty.fcgi.server.ServerFCGIConnectionFactory
- newConnection(Connector, EndPoint) - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
- newConnection(Connector, EndPoint) - Method in interface org.eclipse.jetty.server.ConnectionFactory
-
Creates a new
Connection
with the given parameters - newConnection(Connector, EndPoint) - Method in class org.eclipse.jetty.server.DetectorConnectionFactory
- newConnection(Connector, EndPoint) - Method in class org.eclipse.jetty.server.HttpConnectionFactory
- newConnection(Connector, EndPoint) - Method in class org.eclipse.jetty.server.NegotiatingServerConnectionFactory
- newConnection(Connector, EndPoint) - Method in class org.eclipse.jetty.server.SslConnectionFactory
- newConnection(Promise<Connection>) - Method in interface org.eclipse.jetty.client.api.Destination
-
Creates asynchronously a new, unpooled,
Connection
that will be returned at a later time through the givenPromise
. - newConnection(Promise<Connection>) - Method in class org.eclipse.jetty.client.HttpDestination
- newConnectionManager() - Method in class org.eclipse.jetty.websocket.client.WebSocketClient
-
Deprecated.has no replacement
- newConnectionPool(HttpClient) - Method in class org.eclipse.jetty.client.HttpDestination
- newConnectionPool(HttpDestination) - Method in interface org.eclipse.jetty.client.ConnectionPool.Factory
-
Creates a new ConnectionPool for the given destination.
- newContentDecoder() - Method in class org.eclipse.jetty.client.ContentDecoder.Factory
-
Factory method for
ContentDecoder
s - newContentDecoder() - Method in class org.eclipse.jetty.client.GZIPContentDecoder.Factory
- newDecryptedEndPoint() - Method in class org.eclipse.jetty.io.ssl.SslConnection
- newDeflaterPool(int) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
- newDownstreamConnection(EndPoint, ConcurrentMap<String, Object>) - Method in class org.eclipse.jetty.proxy.ConnectHandler
- newEndPoint(SelectableChannel, ManagedSelector, SelectionKey) - Method in class org.eclipse.jetty.client.AbstractConnectorHttpClientTransport.ClientSelectorManager
- newEndPoint(SelectableChannel, ManagedSelector, SelectionKey) - Method in class org.eclipse.jetty.io.SelectorManager
-
Factory method to create
EndPoint
. - newEndPoint(SelectableChannel, ManagedSelector, SelectionKey) - Method in class org.eclipse.jetty.proxy.ConnectHandler.ConnectManager
- newEndPoint(SelectableChannel, ManagedSelector, SelectionKey) - Method in class org.eclipse.jetty.server.ServerConnector.ServerConnectorManager
- newEndPoint(SelectableChannel, ManagedSelector, SelectionKey) - Method in class org.eclipse.jetty.unixsocket.client.HttpClientTransportOverUnixSockets.UnixSocketSelectorManager
- newEndPoint(SelectableChannel, ManagedSelector, SelectionKey) - Method in class org.eclipse.jetty.unixsocket.UnixSocketConnector
- newEndPoint(SelectableChannel, ManagedSelector, SelectionKey) - Method in class org.eclipse.jetty.unixsocket.UnixSocketConnector.UnixSocketConnectorManager
- newEndPoint(SocketChannel, ManagedSelector, SelectionKey) - Method in class org.eclipse.jetty.server.NetworkTrafficServerConnector
- newEndPoint(SocketChannel, ManagedSelector, SelectionKey) - Method in class org.eclipse.jetty.server.ServerConnector
- newEntry(String) - Method in class org.eclipse.jetty.webapp.ClasspathPattern
- newEntry(String, boolean) - Method in class org.eclipse.jetty.webapp.ClasspathPattern
- newEventSource(HttpServletRequest) - Method in class org.eclipse.jetty.servlets.EventSourceServlet
- newExchangeQueue(HttpClient) - Method in class org.eclipse.jetty.client.HttpDestination
- newFilterChain(FilterHolder, FilterChain) - Method in class org.eclipse.jetty.servlet.ServletHandler
-
Create a FilterChain that calls the passed filter with the passed chain
- newFilterHolder(Source) - Method in class org.eclipse.jetty.servlet.ServletHandler
- newFlowControlStrategy() - Method in interface org.eclipse.jetty.http2.FlowControlStrategy.Factory
- newHandlers(Handler[]) - Method in class org.eclipse.jetty.server.handler.ContextHandlerCollection
- newHandlers(Handler[]) - Method in class org.eclipse.jetty.server.handler.HandlerCollection
- newHttpChannel() - Method in class org.eclipse.jetty.client.http.HttpConnectionOverHTTP
- newHttpChannel() - Method in class org.eclipse.jetty.http2.client.http.HttpConnectionOverHTTP2
- newHttpChannel() - Method in class org.eclipse.jetty.server.HttpConnection
- newHttpChannel(Request) - Method in class org.eclipse.jetty.fcgi.client.http.HttpConnectionOverFCGI
- newHttpClient() - Method in class org.eclipse.jetty.fcgi.server.proxy.FastCGIProxyServlet
- newHttpClient() - Method in class org.eclipse.jetty.proxy.AbstractProxyServlet
-
The servlet init parameter 'selectors' can be set for the number of selector threads to be used by the HttpClient.
- newHttpConnection(HttpDestination, Session) - Method in class org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2
- newHttpConnection(EndPoint, HttpDestination, Promise<Connection>) - Method in class org.eclipse.jetty.client.http.HttpClientTransportOverHTTP
- newHttpConnection(EndPoint, HttpDestination, Promise<Connection>) - Method in class org.eclipse.jetty.fcgi.client.http.HttpClientTransportOverFCGI
- newHttpDestination(Origin) - Method in class org.eclipse.jetty.client.http.HttpClientTransportOverHTTP
- newHttpDestination(Origin) - Method in interface org.eclipse.jetty.client.HttpClientTransport
-
Creates a new, transport-specific,
HttpDestination
object. - newHttpDestination(Origin) - Method in class org.eclipse.jetty.fcgi.client.http.HttpClientTransportOverFCGI
- newHttpDestination(Origin) - Method in class org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2
- newHttpGenerator() - Method in class org.eclipse.jetty.server.HttpConnection
- newHttpInput(HttpChannelState) - Method in class org.eclipse.jetty.server.HttpChannel
- newHttpInput(HttpChannelState) - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
- newHttpOutput() - Method in class org.eclipse.jetty.server.HttpChannel
- newHttpParser(HttpCompliance) - Method in class org.eclipse.jetty.server.HttpConnection
- newHttpReceiver() - Method in class org.eclipse.jetty.client.http.HttpChannelOverHTTP
- newHttpRequest(HttpConversation, URI) - Method in class org.eclipse.jetty.client.HttpClient
- newHttpSender() - Method in class org.eclipse.jetty.client.http.HttpChannelOverHTTP
- newHttpSession(HttpServletRequest) - Method in class org.eclipse.jetty.server.session.SessionHandler
-
Creates a new
HttpSession
. - newInputStream() - Method in interface org.eclipse.jetty.server.resource.InputStreamRangeWriter.InputStreamSupplier
- newInstance() - Method in class org.eclipse.jetty.servlet.ServletHolder
- newInstance(ExtensionConfig) - Method in class org.eclipse.jetty.websocket.api.extensions.ExtensionFactory
-
Deprecated.
- newInstance(ExtensionConfig) - Method in class org.eclipse.jetty.websocket.common.extensions.WebSocketExtensionFactory
- newInvalidJSON(ByteBuffer, String) - Method in class org.eclipse.jetty.util.ajax.AsyncJSON
- newJarResource(Resource) - Static method in class org.eclipse.jetty.util.resource.JarResource
- newListenerHolder(Source) - Method in class org.eclipse.jetty.servlet.ServletHandler
- newLogger(String) - Method in class org.eclipse.jetty.util.log.AbstractLogger
- newLogger(String) - Method in class org.eclipse.jetty.util.log.JavaUtilLog
-
Create a Child Logger of this Logger.
- newLogger(String) - Method in class org.eclipse.jetty.util.log.LoggerLog
-
Create a Child Logger of this Logger.
- newLogger(String) - Method in class org.eclipse.jetty.util.log.Slf4jLog
-
Create a Child Logger of this Logger.
- newLogger(String) - Method in class org.eclipse.jetty.util.log.StdErrLog
-
Create a Child Logger of this Logger.
- newMap() - Method in class org.eclipse.jetty.util.ajax.JSON
- newNamingContext(Object, ClassLoader, Hashtable, Name, Context) - Method in class org.eclipse.jetty.jndi.ContextFactory
-
Create a new NamingContext.
- newNonce(long) - Method in class org.eclipse.jetty.security.jaspi.modules.DigestAuthModule
-
Deprecated.
- newNonce(Request) - Method in class org.eclipse.jetty.security.authentication.DigestAuthenticator
- newObject() - Method in class org.eclipse.jetty.util.compression.CompressionPool
- newObject() - Method in class org.eclipse.jetty.util.compression.DeflaterPool
- newObject() - Method in class org.eclipse.jetty.util.compression.InflaterPool
- newObject(AsyncJSON.Context) - Method in class org.eclipse.jetty.util.ajax.AsyncJSON
-
When a JSON
{
is encountered during parsing, this method is called to create a newMap
instance. - newParser(boolean) - Static method in class org.eclipse.jetty.webapp.WebDescriptor
- newPassword(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
Creates a new Password object.
- newPKIXBuilderParameters(KeyStore, Collection<? extends CRL>) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- newProxyContentProvider(HttpServletRequest, HttpServletResponse, Request) - Method in class org.eclipse.jetty.proxy.AsyncMiddleManServlet
- newProxyProtocolConnection(EndPoint, Map<String, Object>) - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory
- newProxyProtocolConnection(EndPoint, Map<String, Object>) - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V1
- newProxyProtocolConnection(EndPoint, Map<String, Object>) - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2
- newProxyReadListener(HttpServletRequest, HttpServletResponse, Request, DeferredContentProvider) - Method in class org.eclipse.jetty.proxy.AsyncMiddleManServlet
- newProxyRequest(HttpServletRequest, String) - Method in class org.eclipse.jetty.proxy.AbstractProxyServlet
- newProxyResponseListener(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.proxy.AbstractProxyServlet
- newProxyResponseListener(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.proxy.AsyncMiddleManServlet
- newProxyResponseListener(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.proxy.ProxyServlet
- newProxyWriteListener(HttpServletRequest, Response) - Method in class org.eclipse.jetty.proxy.AsyncMiddleManServlet
- newRangeWriter(HttpContent) - Static method in class org.eclipse.jetty.server.resource.HttpContentRangeWriter
-
Obtain a new RangeWriter for the supplied HttpContent.
- newRateControl(EndPoint) - Method in interface org.eclipse.jetty.http2.parser.RateControl.Factory
- newRateControl(EndPoint) - Method in class org.eclipse.jetty.http2.parser.WindowRateControl.Factory
- newReadListener(HttpServletRequest, HttpServletResponse, Request, DeferredContentProvider) - Method in class org.eclipse.jetty.proxy.AsyncProxyServlet
- newRemoteEndpoint(LogicalConnection, OutgoingFrames, BatchMode) - Method in interface org.eclipse.jetty.websocket.common.RemoteEndpointFactory
- newRemoteEndpoint(LogicalConnection, OutgoingFrames, BatchMode) - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
- newRequest(String) - Method in class org.eclipse.jetty.client.HttpClient
-
Creates a new request with the specified absolute URI in string format.
- newRequest(String, int) - Method in class org.eclipse.jetty.client.HttpClient
-
Creates a new request with the "http" scheme and the specified host and port
- newRequest(URI) - Method in class org.eclipse.jetty.client.HttpClient
-
Creates a new request with the specified absolute URI.
- newRequestHandler() - Method in class org.eclipse.jetty.server.HttpConnection
- newResource(File) - Static method in class org.eclipse.jetty.util.resource.Resource
- newResource(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Convert a URL or path to a Resource.
- newResource(String) - Static method in class org.eclipse.jetty.util.resource.Resource
-
Construct a resource from a string.
- newResource(String) - Method in interface org.eclipse.jetty.webapp.WebAppClassLoader.Context
-
Convert a URL or path to a Resource.
- newResource(String, boolean) - Static method in class org.eclipse.jetty.util.resource.Resource
-
Construct a resource from a string.
- newResource(URI) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Convert URL to Resource wrapper for
Resource.newResource(URL)
enables extensions to provide alternate resource implementations. - newResource(URI) - Static method in class org.eclipse.jetty.util.resource.Resource
-
Construct a resource from a uri.
- newResource(URL) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Convert URL to Resource wrapper for
Resource.newResource(URL)
enables extensions to provide alternate resource implementations. - newResource(URL) - Static method in class org.eclipse.jetty.util.resource.Resource
-
Construct a resource from a url.
- newResource(Path) - Static method in class org.eclipse.jetty.util.resource.Resource
-
Construct a Resource from provided path
- newResponseMetaData() - Method in class org.eclipse.jetty.server.Response
- newRunAsToken(String) - Method in class org.eclipse.jetty.security.DefaultIdentityService
- newRunAsToken(String) - Method in interface org.eclipse.jetty.security.IdentityService
-
Create a new RunAsToken from a runAsName (normally a role).
- newSAXParserFactory() - Method in class org.eclipse.jetty.xml.XmlParser
- newSecurityHandler() - Method in class org.eclipse.jetty.servlet.ServletContextHandler
- newSeekableByteChannel() - Method in interface org.eclipse.jetty.server.resource.SeekableByteChannelRangeWriter.ChannelSupplier
- newSeekableByteChannel() - Method in class org.eclipse.jetty.util.resource.PathResource
- newSelector() - Method in class org.eclipse.jetty.io.SelectorManager
- newSelector() - Method in class org.eclipse.jetty.unixsocket.client.HttpClientTransportOverUnixSockets.UnixSocketSelectorManager
- newSelector() - Method in class org.eclipse.jetty.unixsocket.UnixSocketConnector.UnixSocketConnectorManager
- newSelector(int) - Method in class org.eclipse.jetty.io.SelectorManager
-
Factory method for
ManagedSelector
. - newSelectorManager() - Method in class org.eclipse.jetty.http2.client.HTTP2Client
- newSelectorManager() - Method in class org.eclipse.jetty.proxy.ConnectHandler
- newSelectorManager(Executor, Scheduler, int) - Method in class org.eclipse.jetty.server.ServerConnector
- newSelectorManager(Executor, Scheduler, int) - Method in class org.eclipse.jetty.unixsocket.UnixSocketConnector
- newSelectorManager(HttpClient) - Method in class org.eclipse.jetty.client.AbstractConnectorHttpClientTransport
- newSelectorManager(HttpClient) - Method in class org.eclipse.jetty.unixsocket.client.HttpClientTransportOverUnixSockets
- newServerConnection(Connector, EndPoint, SSLEngine, List<String>, String) - Method in class org.eclipse.jetty.alpn.server.ALPNServerConnectionFactory
- newServerConnection(Connector, EndPoint, SSLEngine, List<String>, String) - Method in class org.eclipse.jetty.server.NegotiatingServerConnectionFactory
- newServerConnector(InetSocketAddress, int) - Method in class org.eclipse.jetty.http.spi.JettyHttpServer
- newServerHttpChannelOverHTTP2(Connector, HttpConfiguration, HttpTransportOverHTTP2) - Method in class org.eclipse.jetty.http2.server.HTTP2ServerConnection
- newServerParser(Connector, RateControl) - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
- newServerParser(Connector, ServerParser.Listener, RateControl) - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
-
Deprecated.
- newServerPolicy() - Static method in class org.eclipse.jetty.websocket.api.WebSocketPolicy
- newServerResponseContentTransformer(HttpServletRequest, HttpServletResponse, Response) - Method in class org.eclipse.jetty.proxy.AsyncMiddleManServlet
- newServletHandler() - Method in class org.eclipse.jetty.ant.AntWebAppContext
- newServletHandler() - Method in class org.eclipse.jetty.servlet.ServletContextHandler
- newServletHolder(Source) - Method in class org.eclipse.jetty.ant.AntWebAppContext.AntServletHandler
- newServletHolder(Source) - Method in class org.eclipse.jetty.servlet.ServletHandler
-
Add a new servlet holder
- newSession(HttpServletRequest, String, long, long) - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
- newSession(HttpServletRequest, String, long, long) - Method in interface org.eclipse.jetty.server.session.SessionCache
-
Create an entirely new Session.
- newSession(HttpServletRequest, SessionData) - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
-
Create a new Session for a request.
- newSession(HttpServletRequest, SessionData) - Method in class org.eclipse.jetty.server.session.DefaultSessionCache
- newSession(HttpServletRequest, SessionData) - Method in class org.eclipse.jetty.server.session.NullSessionCache
- newSession(SessionData) - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
-
Create a new Session object from pre-existing session data
- newSession(SessionData) - Method in class org.eclipse.jetty.server.session.DefaultSessionCache
- newSession(SessionData) - Method in class org.eclipse.jetty.server.session.NullSessionCache
- newSession(SessionData) - Method in interface org.eclipse.jetty.server.session.SessionCache
-
Re-materialize a Session that has previously existed.
- newSessionCache(SessionHandler) - Method in class org.eclipse.jetty.server.session.AbstractSessionCacheFactory
- newSessionCache(SessionHandler) - Method in class org.eclipse.jetty.server.session.DefaultSessionCacheFactory
- newSessionCache(SessionHandler) - Method in class org.eclipse.jetty.server.session.NullSessionCacheFactory
- newSessionData(String, long, long, long, long) - Method in class org.eclipse.jetty.nosql.NoSqlSessionDataStore
- newSessionData(String, long, long, long, long) - Method in class org.eclipse.jetty.server.session.AbstractSessionDataStore
- newSessionData(String, long, long, long, long) - Method in class org.eclipse.jetty.server.session.CachingSessionDataStore
- newSessionData(String, long, long, long, long) - Method in class org.eclipse.jetty.server.session.NullSessionDataStore
- newSessionData(String, long, long, long, long) - Method in interface org.eclipse.jetty.server.session.SessionDataStore
-
Create a new SessionData
- newSessionData(String, long, long, long, long) - Method in class org.eclipse.jetty.session.infinispan.InfinispanSessionDataStore
- newSessionHandler() - Method in class org.eclipse.jetty.servlet.ServletContextHandler
- newSessionId(long) - Method in class org.eclipse.jetty.server.session.DefaultSessionIdManager
- newSessionId(HttpServletRequest, long) - Method in class org.eclipse.jetty.server.session.DefaultSessionIdManager
-
Create a new session id if necessary.
- newSessionId(HttpServletRequest, long) - Method in interface org.eclipse.jetty.server.SessionIdManager
-
Create a new Session ID.
- newSessionListener(Connector, EndPoint) - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
- newSessionListener(Connector, EndPoint) - Method in class org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory
- newSessionListener(Connector, EndPoint) - Method in class org.eclipse.jetty.http2.server.RawHTTP2ServerConnectionFactory
- newSettings() - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
- newShutdownCallback() - Method in class org.eclipse.jetty.util.component.Graceful.Shutdown
- newSniX509ExtendedKeyManager(X509ExtendedKeyManager) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.Client
- newSniX509ExtendedKeyManager(X509ExtendedKeyManager) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
Deprecated.
- newSniX509ExtendedKeyManager(X509ExtendedKeyManager) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.Server
- newSslClientConnectionFactory(ClientConnectionFactory) - Method in class org.eclipse.jetty.client.HttpClient
-
Deprecated.
- newSslClientConnectionFactory(ClientConnectionFactory) - Method in class org.eclipse.jetty.client.HttpDestination
-
Deprecated.
- newSslClientConnectionFactory(SslContextFactory, ClientConnectionFactory) - Method in class org.eclipse.jetty.client.HttpClient
- newSslClientConnectionFactory(SslContextFactory, ClientConnectionFactory) - Method in class org.eclipse.jetty.client.HttpDestination
- newSslClientConnectionFactory(SslContextFactory, ClientConnectionFactory) - Method in class org.eclipse.jetty.http2.client.HTTP2Client
- newSslConnection(ByteBufferPool, Executor, EndPoint, SSLEngine) - Method in class org.eclipse.jetty.io.ssl.SslClientConnectionFactory
- newSslConnection(Connector, EndPoint, SSLEngine) - Method in class org.eclipse.jetty.server.SslConnectionFactory
- newSslEngine(String, int, Map<String, Object>) - Method in interface org.eclipse.jetty.io.ssl.SslClientConnectionFactory.SslEngineFactory
-
Creates a new
SSLEngine
instance for the given peer host and port, and with the given context to help the creation of the SSLEngine. - newSSLEngine() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
Factory method for "scratch"
SSLEngine
s, usually only used for retrieving configuration information such as the application buffer size or the list of protocols/ciphers. - newSSLEngine(String, int) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
General purpose factory method for creating
SSLEngine
s, although creation ofSSLEngine
s on the server-side should preferSslContextFactory.newSSLEngine(InetSocketAddress)
. - newSSLEngine(InetSocketAddress) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
-
Server-side only factory method for creating
SSLEngine
s. - newSslServerSocket(String, int, int) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- newSslSocket() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
- newStream(int, boolean) - Method in class org.eclipse.jetty.http2.HTTP2Session
- newStream(HeadersFrame, Promise<Stream>, Stream.Listener) - Method in interface org.eclipse.jetty.http2.api.Session
-
Sends the given HEADERS
frame
to create a newStream
. - newStream(HeadersFrame, Promise<Stream>, Stream.Listener) - Method in class org.eclipse.jetty.http2.HTTP2Session
- newStream(IStream.FrameList, Promise<Stream>, Stream.Listener) - Method in class org.eclipse.jetty.http2.HTTP2Session
- newStream(IStream.FrameList, Promise<Stream>, Stream.Listener) - Method in interface org.eclipse.jetty.http2.ISession
-
Sends the given list of frames to create a new
Stream
. - newSystemResource(String) - Static method in class org.eclipse.jetty.util.resource.Resource
-
Construct a system resource from a string.
- newThread(Runnable) - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
- newThread(Runnable) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
- newTimer() - Method in class org.eclipse.jetty.util.Scanner
- newTimerTask() - Method in class org.eclipse.jetty.util.Scanner
- newTldScanner(ServletContext, boolean, boolean, boolean) - Method in class org.eclipse.jetty.apache.jsp.JettyJasperInitializer
-
Make a TldScanner, and prefeed it the tlds that have already been discovered in jar files by the MetaInfConfiguration.
- newTldScanner(JspCServletContext, boolean, boolean, boolean) - Method in class org.eclipse.jetty.jspc.plugin.JspcMojo.JettyJspC
- newUpstreamConnection(EndPoint, ConnectHandler.ConnectContext) - Method in class org.eclipse.jetty.proxy.ConnectHandler
- newURI(String, String, int, String, String) - Static method in class org.eclipse.jetty.util.URIUtil
-
Create a new URI from the arguments, handling IPv6 host encoding and default ports
- newURIBuilder(String, String, int) - Static method in class org.eclipse.jetty.util.URIUtil
-
Create a new URI StringBuilder from the arguments, handling IPv6 host encoding and default ports
- newUserIdentity(Subject, Principal, String[]) - Method in class org.eclipse.jetty.security.DefaultIdentityService
- newUserIdentity(Subject, Principal, String[]) - Method in interface org.eclipse.jetty.security.IdentityService
-
Create a new UserIdentity for use with this identity service.
- newWebApp() - Method in class org.eclipse.jetty.osgi.boot.AbstractWebAppProvider.OSGiApp
- newWrapper(DecoderMetadata) - Method in class org.eclipse.jetty.websocket.jsr356.DecoderFactory
- newWriteListener(HttpServletRequest, Response) - Method in class org.eclipse.jetty.proxy.AsyncProxyServlet
- next() - Method in class org.eclipse.jetty.jndi.BindingEnumeration
- next() - Method in class org.eclipse.jetty.jndi.NameEnumeration
- next() - Method in class org.eclipse.jetty.util.ajax.JSON.ReaderSource
- next() - Method in interface org.eclipse.jetty.util.ajax.JSON.Source
- next() - Method in class org.eclipse.jetty.util.ajax.JSON.StringSource
- nextContent() - Method in class org.eclipse.jetty.server.HttpInput
-
Get the next content from the inputQ, calling
HttpInput.produceContent()
if need be. - nextElement() - Method in class org.eclipse.jetty.jndi.BindingEnumeration
- nextElement() - Method in class org.eclipse.jetty.jndi.NameEnumeration
- nextElement() - Method in class org.eclipse.jetty.util.QuotedStringTokenizer
- nextHandle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ScopedHandler
- nextIncomingFrame(Frame) - Method in class org.eclipse.jetty.websocket.common.extensions.AbstractExtension
- nextIncomingFrame(Frame) - Method in class org.eclipse.jetty.websocket.common.extensions.compress.PerMessageDeflateExtension
- nextInterceptedContent() - Method in class org.eclipse.jetty.server.HttpInput
-
Poll the inputQ for Content or EOF.
- nextNonSentinelContent() - Method in class org.eclipse.jetty.server.HttpInput
-
Poll the inputQ for Content.
- nextOutgoingFrame(Frame, WriteCallback, BatchMode) - Method in class org.eclipse.jetty.websocket.common.extensions.AbstractExtension
- nextOutgoingFrame(Frame, WriteCallback, BatchMode) - Method in class org.eclipse.jetty.websocket.common.extensions.compress.PerMessageDeflateExtension
- nextProtocol(Connector, EndPoint, ByteBuffer) - Method in class org.eclipse.jetty.server.DetectorConnectionFactory
-
Callback method called when detection was unsuccessful.
- nextProtocol(Connector, EndPoint, ByteBuffer) - Method in class org.eclipse.jetty.server.OptionalSslConnectionFactory
-
Deprecated.Callback method invoked when the detected bytes are not TLS.
- nextScope(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ScopedHandler
-
Scope the handler
- nextToken() - Method in class org.eclipse.jetty.util.QuotedStringTokenizer
- nextToken(String) - Method in class org.eclipse.jetty.util.QuotedStringTokenizer
- nioSelect(Selector, boolean) - Method in class org.eclipse.jetty.io.ManagedSelector
- NO_ACTION - org.eclipse.jetty.servlets.DoSFilter.Action
-
No action is taken against the Request, it is allowed to be processed normally.
- NO_AMBIGUOUS_EMPTY_SEGMENT - org.eclipse.jetty.http.HttpComplianceSection
- NO_AMBIGUOUS_PATH_ENCODING - org.eclipse.jetty.http.HttpComplianceSection
- NO_AMBIGUOUS_PATH_PARAMETERS - org.eclipse.jetty.http.HttpComplianceSection
- NO_AMBIGUOUS_PATH_SEGMENTS - org.eclipse.jetty.http.HttpComplianceSection
- NO_AMBIGUOUS_PATH_SEPARATORS - org.eclipse.jetty.http.HttpComplianceSection
- NO_ARGS - Static variable in class org.eclipse.jetty.util.TypeUtil
- NO_CACHE - org.eclipse.jetty.http.HttpHeaderValue
- NO_CLOSE - Static variable in class org.eclipse.jetty.websocket.api.StatusCode
-
1006 is a reserved value and MUST NOT be set as a status code in a Close control frame by an endpoint.
- NO_CODE - Static variable in class org.eclipse.jetty.websocket.api.StatusCode
-
1005 is a reserved value and MUST NOT be set as a status code in a Close control frame by an endpoint.
- NO_CONTENT - org.eclipse.jetty.http.HttpStatus.Code
- NO_CONTENT - org.eclipse.jetty.http.HttpTokens.EndOfContent
- NO_CONTENT_204 - Static variable in class org.eclipse.jetty.http.HttpStatus
- NO_CONTENT_LENGTH - Static variable in class org.eclipse.jetty.server.Response
- NO_CRLF_AFTER_PREAMBLE - org.eclipse.jetty.util.MultiPartInputStreamParser.NonCompliance
-
Deprecated.
- NO_ERROR - org.eclipse.jetty.http2.ErrorCode
-
Indicates no errors.
- NO_FIELD_FOLDING - org.eclipse.jetty.http.HttpComplianceSection
- NO_FOLLOW_LINKS - Static variable in class org.eclipse.jetty.server.AllowedResourceAliasChecker
- NO_HTTP_0_9 - org.eclipse.jetty.http.HttpComplianceSection
- NO_PROGRESS_LIMIT - Static variable in class org.eclipse.jetty.server.resource.InputStreamRangeWriter
- NO_PROGRESS_LIMIT - Static variable in class org.eclipse.jetty.server.resource.SeekableByteChannelRangeWriter
- NO_RATE_CONTROL - Static variable in interface org.eclipse.jetty.http2.parser.RateControl
- NO_ROLES - Static variable in interface org.eclipse.jetty.security.IdentityService
- NO_SECURITY - Static variable in class org.eclipse.jetty.servlet.ServletContextHandler
- NO_SESSIONS - Static variable in class org.eclipse.jetty.servlet.ServletContextHandler
- NO_TRY - Static variable in interface org.eclipse.jetty.util.thread.TryExecutor
- NO_UTF16_ENCODINGS - org.eclipse.jetty.http.HttpComplianceSection
- NO_WS_AFTER_FIELD_NAME - org.eclipse.jetty.http.HttpComplianceSection
- noCompression() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor
- noCompressionIfPossible() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor
- noContent() - Method in class org.eclipse.jetty.fcgi.parser.ContentParser
- noContent() - Method in class org.eclipse.jetty.fcgi.parser.ParamsContentParser
- noContent() - Method in class org.eclipse.jetty.fcgi.parser.ResponseContentParser
- noContent() - Method in class org.eclipse.jetty.fcgi.parser.StreamContentParser
- noContent() - Method in class org.eclipse.jetty.server.HttpInput.ErrorState
- noContent() - Method in class org.eclipse.jetty.server.HttpInput.State
- Node - Class in org.eclipse.jetty.deploy.graph
-
Basic Graph Node
- Node(String) - Constructor for class org.eclipse.jetty.deploy.graph.Node
- nodes() - Method in class org.eclipse.jetty.deploy.graph.Path
- NOIMPL - Static variable in class org.eclipse.jetty.util.Uptime
- NoJspServlet - Class in org.eclipse.jetty.servlet
- NoJspServlet() - Constructor for class org.eclipse.jetty.servlet.NoJspServlet
- NON_AUTHORITATIVE_INFORMATION - org.eclipse.jetty.http.HttpStatus.Code
- NON_AUTHORITATIVE_INFORMATION_203 - Static variable in class org.eclipse.jetty.http.HttpStatus
- NON_BLOCKING - org.eclipse.jetty.util.thread.Invocable.InvocationType
- NON_DOMAIN_SNI_PROVIDER - Static variable in interface org.eclipse.jetty.util.ssl.SslContextFactory.Client.SniProvider
-
An SNI provider that, if the given
serverNames
list is empty, retrieves the host viaSSLEngine.getPeerHost()
, converts it to ASCII bytes, and sends it as SNI. - NON_FRAG_RESOURCE - Static variable in class org.eclipse.jetty.webapp.MetaData
- nonBlocking - Variable in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
-
Determines whether or not the server blocks when started.
- nonBlocking - Static variable in class org.eclipse.jetty.util.thread.strategy.jmh.EWYKBenchmark
- nonceSecret - Variable in class org.eclipse.jetty.security.jaspi.modules.DigestAuthModule
-
Deprecated.
- None - org.eclipse.jetty.security.UserDataConstraint
- None - org.eclipse.jetty.webapp.FragmentDescriptor.OtherType
- NONE - org.eclipse.jetty.http.HttpCookie.SameSite
- NONE - org.eclipse.jetty.server.Response.OutputType
- NONE - Static variable in class org.eclipse.jetty.http.CompressedContentFormat
- NONE - Static variable in interface org.eclipse.jetty.http2.Flags
- NONE - Static variable in class org.eclipse.jetty.util.security.Constraint
- nonNull(String) - Static method in class org.eclipse.jetty.util.StringUtil
-
Return a non null string.
- NOOP - Static variable in class org.eclipse.jetty.server.HttpChannelListeners
- NOOP - Static variable in interface org.eclipse.jetty.util.Callback
-
Instance of Adapter that can be used when the callback methods need an empty implementation without incurring in the cost of allocating a new Adapter object.
- NOOP_LISTENER - Static variable in class org.eclipse.jetty.server.HttpChannel
- NoOpEndpoint - Class in org.eclipse.jetty.websocket.client
-
WebSocket endpoint that does nothing.
- NoOpEndpoint() - Constructor for class org.eclipse.jetty.websocket.client.NoOpEndpoint
- NoOpGenerator - Class in org.eclipse.jetty.http2.generator
- NoOpGenerator() - Constructor for class org.eclipse.jetty.http2.generator.NoOpGenerator
- NORMAL - Static variable in class org.eclipse.jetty.websocket.api.StatusCode
-
1000 indicates a normal closure, meaning that the purpose for which the connection was established has been fulfilled.
- normalize(Object) - Method in class org.eclipse.jetty.quickstart.AttributeNormalizer
-
Normalize a URI, URL, or File reference by replacing known attributes with ${key} attributes.
- normalize(String) - Static method in class org.eclipse.jetty.annotations.AnnotationParser
-
Convert internal name to simple name
- normalize(String) - Static method in class org.eclipse.jetty.http.pathmap.ServletPathSpec
-
If a servlet or filter path mapping isn't a suffix mapping, ensure it starts with '/'
- normalize(String[]) - Static method in class org.eclipse.jetty.annotations.AnnotationParser
-
Convert internal names to simple names.
- normalizeCharset(String) - Static method in class org.eclipse.jetty.util.StringUtil
-
Convert alternate charset names (eg utf8) to normalized name (eg UTF-8).
- normalizeCharset(String, int, int) - Static method in class org.eclipse.jetty.util.StringUtil
-
Convert alternate charset names (eg utf8) to normalized name (eg UTF-8).
- normalizeHost(String) - Method in class org.eclipse.jetty.client.HttpClient
-
Deprecated.no replacement, do not use it
- normalizeHost(String) - Static method in class org.eclipse.jetty.util.HostPort
-
Normalizes IPv6 address as per https://tools.ietf.org/html/rfc2732 and https://tools.ietf.org/html/rfc6874, surrounding with square brackets if they are absent.
- normalizeModuleName(String) - Static method in class org.eclipse.jetty.start.Module
- normalizePath(Path) - Method in class org.eclipse.jetty.quickstart.AttributeNormalizer
- normalizePort(String, int) - Static method in class org.eclipse.jetty.client.HttpClient
- normalizeRequest(Request) - Method in class org.eclipse.jetty.client.HttpConnection
- normalizeUri(URI) - Method in class org.eclipse.jetty.quickstart.AttributeNormalizer
- normalizeURI(String) - Static method in class org.eclipse.jetty.xml.XmlConfiguration
- NoSqlSessionData(String, String, String, long, long, long, long) - Constructor for class org.eclipse.jetty.nosql.NoSqlSessionDataStore.NoSqlSessionData
- NoSqlSessionDataStore - Class in org.eclipse.jetty.nosql
-
NoSqlSessionDataStore
- NoSqlSessionDataStore() - Constructor for class org.eclipse.jetty.nosql.NoSqlSessionDataStore
- NoSqlSessionDataStore.NoSqlSessionData - Class in org.eclipse.jetty.nosql
- NOT_ACCEPTABLE - org.eclipse.jetty.http.HttpStatus.Code
- NOT_ACCEPTABLE_406 - Static variable in class org.eclipse.jetty.http.HttpStatus
- NOT_CHECKED - Static variable in interface org.eclipse.jetty.server.Authentication
-
Authentication not checked
- NOT_CLOSED - org.eclipse.jetty.http2.CloseState
-
Fully open.
- NOT_EXTENDED - org.eclipse.jetty.http.HttpStatus.Code
- NOT_EXTENDED_510 - Static variable in class org.eclipse.jetty.http.HttpStatus
- NOT_FOUND - org.eclipse.jetty.http.HttpStatus.Code
- NOT_FOUND_404 - Static variable in class org.eclipse.jetty.http.HttpStatus
- NOT_IMPLEMENTED - org.eclipse.jetty.http.HttpStatus.Code
- NOT_IMPLEMENTED_501 - Static variable in class org.eclipse.jetty.http.HttpStatus
- NOT_MODIFIED - org.eclipse.jetty.http.HttpStatus.Code
- NOT_MODIFIED_304 - Static variable in class org.eclipse.jetty.http.HttpStatus
- NOT_RECOGNIZED - org.eclipse.jetty.server.ConnectionFactory.Detecting.Detection
-
A
ConnectionFactory.Detecting
cannot work with the given bytes. - NotChecked() - Constructor for class org.eclipse.jetty.security.SecurityHandler.NotChecked
- notComplete(SharedBlockingCallback.Blocker) - Method in class org.eclipse.jetty.util.SharedBlockingCallback
- notFound(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.ResourceService
- notFound(Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.servlet.ServletHandler
- notIdle() - Method in interface org.eclipse.jetty.http2.IStream
-
Marks this stream as not idle so that the
idle timeout
is postponed. - notIdle() - Method in class org.eclipse.jetty.io.IdleTimeout
-
This method should be called when non-idle activity has taken place.
- notifyBeforeContent(Response, ObjLongConsumer<Object>, List<Response.DemandedContentListener>) - Method in class org.eclipse.jetty.client.ResponseNotifier
- notifyBegin(List<Response.ResponseListener>, Response) - Method in class org.eclipse.jetty.client.ResponseNotifier
- notifyBegin(Request) - Method in class org.eclipse.jetty.client.RequestNotifier
- notifyCallbackFailure(WriteCallback, Throwable) - Method in class org.eclipse.jetty.websocket.common.extensions.compress.CompressExtension
- notifyCallbackFailure(WriteCallback, Throwable) - Method in class org.eclipse.jetty.websocket.common.io.FrameFlusher
- notifyCallbackSuccess(WriteCallback) - Method in class org.eclipse.jetty.websocket.common.extensions.compress.CompressExtension
- notifyCallbackSuccess(WriteCallback) - Method in class org.eclipse.jetty.websocket.common.io.FrameFlusher
- notifyClose(Session, GoAwayFrame, Callback) - Method in class org.eclipse.jetty.http2.HTTP2Session
- notifyCommit(Request) - Method in class org.eclipse.jetty.client.RequestNotifier
- notifyComplete(List<Response.ResponseListener>, Result) - Method in class org.eclipse.jetty.client.ResponseNotifier
- notifyConnectionFailure(int, String) - Method in class org.eclipse.jetty.http2.parser.Parser
- notifyConnectionFailure(int, String) - Method in class org.eclipse.jetty.http2.parser.PrefaceParser
- notifyContent(Request, ByteBuffer) - Method in class org.eclipse.jetty.client.RequestNotifier
- notifyContent(Response, ObjLongConsumer<Object>, ByteBuffer, Callback, List<Response.DemandedContentListener>) - Method in class org.eclipse.jetty.client.ResponseNotifier
- notifyData(DataFrame) - Method in class org.eclipse.jetty.http2.parser.BodyParser
- notifyFailure(List<Response.ResponseListener>, Response, Throwable) - Method in class org.eclipse.jetty.client.ResponseNotifier
- notifyFailure(Request, Throwable) - Method in class org.eclipse.jetty.client.RequestNotifier
- notifyFailure(Session, Throwable, Callback) - Method in class org.eclipse.jetty.http2.HTTP2Session
- notifyFrame(Frame) - Method in class org.eclipse.jetty.websocket.common.Parser
- notifyGoAway(Session, GoAwayFrame) - Method in class org.eclipse.jetty.http2.HTTP2Session
- notifyGoAway(GoAwayFrame) - Method in class org.eclipse.jetty.http2.parser.BodyParser
- notifyHeader(List<Response.ResponseListener>, Response, HttpField) - Method in class org.eclipse.jetty.client.ResponseNotifier
- notifyHeaders(List<Response.ResponseListener>, Response) - Method in class org.eclipse.jetty.client.ResponseNotifier
- notifyHeaders(Request) - Method in class org.eclipse.jetty.client.RequestNotifier
- notifyHeaders(HeadersFrame) - Method in class org.eclipse.jetty.http2.parser.BodyParser
- notifyHeaders(IStream, HeadersFrame) - Method in class org.eclipse.jetty.http2.HTTP2Session
- notifyIdleTimeout(Session) - Method in class org.eclipse.jetty.http2.HTTP2Session
- notifyIncoming(ByteBuffer, int) - Method in class org.eclipse.jetty.io.NetworkTrafficSocketChannelEndPoint
- notifyNewStream(Stream, HeadersFrame) - Method in class org.eclipse.jetty.http2.HTTP2Session
- notifyOutgoing(ByteBuffer) - Method in class org.eclipse.jetty.io.NetworkTrafficSocketChannelEndPoint
- notifyPing(Session, PingFrame) - Method in class org.eclipse.jetty.http2.HTTP2Session
- notifyPing(PingFrame) - Method in class org.eclipse.jetty.http2.parser.BodyParser
- notifyPriority(PriorityFrame) - Method in class org.eclipse.jetty.http2.parser.BodyParser
- notifyPushPromise(PushPromiseFrame) - Method in class org.eclipse.jetty.http2.parser.BodyParser
- notifyQueued(Request) - Method in class org.eclipse.jetty.client.RequestNotifier
- notifyReset(Session, ResetFrame) - Method in class org.eclipse.jetty.http2.HTTP2Session
- notifyReset(ResetFrame) - Method in class org.eclipse.jetty.http2.parser.BodyParser
- notifySettings(Session, SettingsFrame) - Method in class org.eclipse.jetty.http2.HTTP2Session
- notifySettings(SettingsFrame) - Method in class org.eclipse.jetty.http2.parser.BodyParser
- notifySuccess(List<Response.ResponseListener>, Response) - Method in class org.eclipse.jetty.client.ResponseNotifier
- notifySuccess(Request) - Method in class org.eclipse.jetty.client.RequestNotifier
- notifyWindowUpdate(WindowUpdateFrame) - Method in class org.eclipse.jetty.http2.parser.BodyParser
- NoTryExecutor(Executor) - Constructor for class org.eclipse.jetty.util.thread.TryExecutor.NoTryExecutor
- NotSet - org.eclipse.jetty.webapp.MetaDataComplete
- NotSet - org.eclipse.jetty.webapp.Origin
- NOTSET - org.eclipse.jetty.server.handler.ContextHandler.ContextStatus
- NotUtf8Exception(String) - Constructor for exception org.eclipse.jetty.util.Utf8Appendable.NotUtf8Exception
- now() - Method in class org.eclipse.jetty.util.DateCache
- now() - Method in class org.eclipse.jetty.util.jmh.DateCacheNoTick
- now() - Method in class org.eclipse.jetty.util.jmh.DateCacheSimpleDateFormat
- NULL_ARG - Static variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
- NULL_CONTEXT_PATH - Static variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore
-
Used for Oracle and other databases where "" is treated as NULL
- NULL_VHOST - Static variable in class org.eclipse.jetty.server.session.SessionContext
- NullByteBufferPool - Class in org.eclipse.jetty.io
- NullByteBufferPool() - Constructor for class org.eclipse.jetty.io.NullByteBufferPool
- NullMessage - Class in org.eclipse.jetty.websocket.common.message
- NullMessage() - Constructor for class org.eclipse.jetty.websocket.common.message.NullMessage
- NullQueryManagerFactory - Class in org.eclipse.jetty.session.infinispan
-
NullQueryManagerFactory Trivial impl of the QueryManagerFactory that does not support doing queries.
- NullQueryManagerFactory() - Constructor for class org.eclipse.jetty.session.infinispan.NullQueryManagerFactory
- NullSessionCache - Class in org.eclipse.jetty.server.session
-
NullSessionCache Does not actually cache any Session objects.
- NullSessionCache(SessionHandler) - Constructor for class org.eclipse.jetty.server.session.NullSessionCache
- NullSessionCacheFactory - Class in org.eclipse.jetty.server.session
-
NullSessionCacheFactory Factory for NullSessionCaches.
- NullSessionCacheFactory() - Constructor for class org.eclipse.jetty.server.session.NullSessionCacheFactory
- NullSessionDataStore - Class in org.eclipse.jetty.server.session
-
NullSessionDataStore Does not actually store anything, useful for testing.
- NullSessionDataStore() - Constructor for class org.eclipse.jetty.server.session.NullSessionDataStore
- NullSessionDataStoreFactory - Class in org.eclipse.jetty.server.session
-
NullSessionDataStoreFactory
- NullSessionDataStoreFactory() - Constructor for class org.eclipse.jetty.server.session.NullSessionDataStoreFactory
O
- obfuscate(String) - Static method in class org.eclipse.jetty.util.security.Password
- ObjectCallback - Class in org.eclipse.jetty.jaas.callback
-
ObjectCallback
- ObjectCallback() - Constructor for class org.eclipse.jetty.jaas.callback.ObjectCallback
- objectInput - Variable in class org.eclipse.jetty.session.infinispan.BoundDelegatingInputStream
- ObjectMBean - Class in org.eclipse.jetty.jmx
-
A dynamic MBean that can wrap an arbitrary Object instance.
- ObjectMBean(Object) - Constructor for class org.eclipse.jetty.jmx.ObjectMBean
-
Creates a new ObjectMBean wrapping the given
managedObject
. - OCTETS - org.eclipse.jetty.http.MultiPartParser.State
- octetsNeeded(byte[]) - Static method in class org.eclipse.jetty.http.compression.HuffmanEncoder
- octetsNeeded(int, long) - Static method in class org.eclipse.jetty.http.compression.NBitIntegerEncoder
- octetsNeeded(int, String, boolean) - Static method in class org.eclipse.jetty.http.compression.NBitStringEncoder
- octetsNeeded(String) - Static method in class org.eclipse.jetty.http.compression.HuffmanEncoder
- octetsNeededLowerCase(String) - Static method in class org.eclipse.jetty.http.compression.HuffmanEncoder
- of(Map.Entry<PathSpec, E>, MatchedPath) - Static method in class org.eclipse.jetty.http.pathmap.MatchedResource
- OFF - org.eclipse.jetty.websocket.api.BatchMode
-
Implementers must send frames to the network layer.
- offer(E) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
- offer(E, long, TimeUnit) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
- offer(ByteBuffer) - Method in class org.eclipse.jetty.client.util.DeferredContentProvider
-
Adds the given content buffer to this content provider and notifies the listener that content is available.
- offer(ByteBuffer, Callback) - Method in class org.eclipse.jetty.client.util.DeferredContentProvider
- offer(ByteBuffer, Callback) - Method in class org.eclipse.jetty.proxy.AsyncMiddleManServlet.ProxyWriter
- offer(Sweeper.Sweepable) - Method in class org.eclipse.jetty.util.thread.Sweeper
- offerTask(Runnable, boolean) - Method in class org.eclipse.jetty.http2.HTTP2Connection
- OK - org.eclipse.jetty.http.HttpStatus.Code
- OK_200 - Static variable in class org.eclipse.jetty.http.HttpStatus
- OLD_CHAIN_PREFLIGHT_PARAM - Static variable in class org.eclipse.jetty.servlets.CrossOriginFilter
- omissionsExist(String, Map<String, RoleInfo>) - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
-
Check if any http method omissions exist in the list of method to auth info mappings.
- ON - org.eclipse.jetty.websocket.api.BatchMode
-
Implementers must batch frames.
- onAccept(Session) - Method in class org.eclipse.jetty.http2.api.server.ServerSessionListener.Adapter
- onAccept(Session) - Method in interface org.eclipse.jetty.http2.api.server.ServerSessionListener
-
Callback method invoked when a connection has been accepted by the server.
- onAccepted(SelectableChannel) - Method in interface org.eclipse.jetty.io.SelectorManager.AcceptListener
-
Called after the accepted channel has been allocated an
EndPoint
and associatedConnection
, and after the onOpen notifications have been called on both endPoint and connection. - onAccepted(SelectableChannel) - Method in class org.eclipse.jetty.io.SelectorManager
- onAccepted(SelectableChannel) - Method in class org.eclipse.jetty.server.ConnectionLimit
- onAcceptFailed(SelectableChannel, Throwable) - Method in interface org.eclipse.jetty.io.SelectorManager.AcceptListener
-
Called if the processing of the accepted channel fails prior to calling
SelectorManager.AcceptListener.onAccepted(SelectableChannel)
. - onAcceptFailed(SelectableChannel, Throwable) - Method in class org.eclipse.jetty.io.SelectorManager
- onAcceptFailed(SelectableChannel, Throwable) - Method in class org.eclipse.jetty.server.ConnectionLimit
- onAccepting(SelectableChannel) - Method in interface org.eclipse.jetty.io.SelectorManager.AcceptListener
-
Called immediately after a new SelectableChannel is accepted, but before it has been submitted to the
SelectorManager
. - onAccepting(SelectableChannel) - Method in class org.eclipse.jetty.io.SelectorManager
- onAccepting(SelectableChannel) - Method in class org.eclipse.jetty.server.AcceptRateLimit
- onAccepting(SelectableChannel) - Method in class org.eclipse.jetty.server.ConnectionLimit
- onAfterDispatch(Request) - Method in interface org.eclipse.jetty.server.HttpChannel.Listener
-
Invoked just after the application returns from the first invocation.
- onAfterDispatch(Request) - Method in class org.eclipse.jetty.server.HttpChannel.TransientListeners
-
Deprecated.
- onAfterDispatch(Request) - Method in class org.eclipse.jetty.server.HttpChannelListeners
- onAllDataRead() - Method in class org.eclipse.jetty.proxy.AsyncMiddleManServlet.ProxyReader
- onAllDataRead() - Method in class org.eclipse.jetty.proxy.AsyncProxyServlet.StreamReader
- onAsyncWaitForContent() - Method in class org.eclipse.jetty.server.HttpChannel
- onAsyncWaitForContent() - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
- onBadMessage(BadMessageException) - Method in class org.eclipse.jetty.server.HttpChannel
- onBeforeContent(Response, LongConsumer) - Method in interface org.eclipse.jetty.client.api.Response.DemandedContentListener
-
Callback method invoked before response content events.
- onBeforeDispatch(Request) - Method in interface org.eclipse.jetty.server.HttpChannel.Listener
-
Invoked just before calling the application.
- onBeforeDispatch(Request) - Method in class org.eclipse.jetty.server.HttpChannel.TransientListeners
-
Deprecated.
- onBeforeDispatch(Request) - Method in class org.eclipse.jetty.server.HttpChannelListeners
- onBegin(int, int, String) - Method in class org.eclipse.jetty.fcgi.parser.ClientParser.Listener.Adapter
- onBegin(int, int, String) - Method in interface org.eclipse.jetty.fcgi.parser.ClientParser.Listener
- onBegin(Request) - Method in interface org.eclipse.jetty.client.api.Request.BeginListener
-
Callback method invoked when the request begins being processed in order to be sent.
- onBegin(Request) - Method in interface org.eclipse.jetty.client.api.Request.Listener
- onBegin(Response) - Method in interface org.eclipse.jetty.client.api.Response.BeginListener
-
Callback method invoked when the response line containing HTTP version, HTTP status code and reason has been received and parsed.
- onBegin(Response) - Method in interface org.eclipse.jetty.client.api.Response.Listener
- onBegin(Response) - Method in class org.eclipse.jetty.proxy.AsyncMiddleManServlet.ProxyResponseListener
- onBegin(Response) - Method in class org.eclipse.jetty.proxy.ProxyServlet.ProxyResponseListener
- onBinary - Variable in class org.eclipse.jetty.websocket.common.events.annotated.EventMethods
- onBinary - Variable in class org.eclipse.jetty.websocket.common.events.JettyAnnotatedMetadata
-
@OnWebSocketMessage (byte[], or ByteBuffer, or InputStream)
- onBinary - Variable in class org.eclipse.jetty.websocket.jsr356.annotations.AnnotatedEndpointMetadata
-
Callable for @
OnMessage
annotation dealing with Binary Message Format - onBinaryFrame(ByteBuffer, boolean) - Method in interface org.eclipse.jetty.websocket.common.events.EventDriver
- onBinaryFrame(ByteBuffer, boolean) - Method in class org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver
- onBinaryFrame(ByteBuffer, boolean) - Method in class org.eclipse.jetty.websocket.common.events.JettyListenerEventDriver
- onBinaryFrame(ByteBuffer, boolean) - Method in class org.eclipse.jetty.websocket.jsr356.endpoints.JsrAnnotatedEventDriver
-
Entry point for all incoming binary frames.
- onBinaryFrame(ByteBuffer, boolean) - Method in class org.eclipse.jetty.websocket.jsr356.endpoints.JsrEndpointEventDriver
- onBinaryMessage(byte[]) - Method in interface org.eclipse.jetty.websocket.common.events.EventDriver
- onBinaryMessage(byte[]) - Method in class org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver
- onBinaryMessage(byte[]) - Method in class org.eclipse.jetty.websocket.common.events.JettyListenerEventDriver
- onBinaryMessage(byte[]) - Method in class org.eclipse.jetty.websocket.jsr356.endpoints.JsrAnnotatedEventDriver
-
Entry point for binary frames destined for
MessageHandler.Whole
- onBinaryMessage(byte[]) - Method in class org.eclipse.jetty.websocket.jsr356.endpoints.JsrEndpointEventDriver
- onBinaryStream - Variable in class org.eclipse.jetty.websocket.jsr356.annotations.AnnotatedEndpointMetadata
-
Callable for @
OnMessage
annotation dealing with Binary Streaming Message Format - onBlockWaitForContent() - Method in class org.eclipse.jetty.server.HttpChannel
- onBlockWaitForContent() - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
- onBlockWaitForContentFailure(Throwable) - Method in class org.eclipse.jetty.server.HttpChannel
- onBlockWaitForContentFailure(Throwable) - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
- onClientRequestFailure(HttpServletRequest, Request, HttpServletResponse, Throwable) - Method in class org.eclipse.jetty.proxy.AbstractProxyServlet
- onClose - Variable in class org.eclipse.jetty.websocket.common.events.annotated.EventMethods
- onClose - Variable in class org.eclipse.jetty.websocket.common.events.JettyAnnotatedMetadata
-
@OnWebSocketClose (Frame)
- onClose - Variable in class org.eclipse.jetty.websocket.jsr356.annotations.AnnotatedEndpointMetadata
-
Callable for @
OnClose
annotation - onClose() - Method in class org.eclipse.jetty.http2.HTTP2Connection
- onClose() - Method in class org.eclipse.jetty.http2.HTTP2Stream
- onClose() - Method in class org.eclipse.jetty.io.AbstractConnection
- onClose() - Method in class org.eclipse.jetty.io.AbstractEndPoint
- onClose() - Method in class org.eclipse.jetty.io.ChannelEndPoint
- onClose() - Method in interface org.eclipse.jetty.io.Connection
-
Callback method invoked when this connection is closed.
- onClose() - Method in interface org.eclipse.jetty.io.EndPoint
-
Callback method invoked when this EndPoint is close.
- onClose() - Method in class org.eclipse.jetty.io.FillInterest
- onClose() - Method in class org.eclipse.jetty.io.IdleTimeout
- onClose() - Method in class org.eclipse.jetty.io.NetworkTrafficSocketChannelEndPoint
- onClose() - Method in class org.eclipse.jetty.io.ssl.SslConnection
- onClose() - Method in class org.eclipse.jetty.io.WriteFlusher
- onClose() - Method in class org.eclipse.jetty.server.HttpConnection
- onClose() - Method in class org.eclipse.jetty.server.LocalConnector.LocalEndPoint
- onClose() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
- onClose() - Method in interface org.eclipse.jetty.servlets.EventSource
-
Callback method invoked when an event source connection is closed.
- onClose(Throwable) - Method in class org.eclipse.jetty.io.AbstractEndPoint
- onClose(CloseReason) - Method in class org.eclipse.jetty.websocket.jsr356.endpoints.AbstractJsrEventDriver
- onClose(CloseReason) - Method in class org.eclipse.jetty.websocket.jsr356.endpoints.JsrAnnotatedEventDriver
- onClose(CloseReason) - Method in class org.eclipse.jetty.websocket.jsr356.endpoints.JsrEndpointEventDriver
- onClose(Session, GoAwayFrame) - Method in class org.eclipse.jetty.http2.api.Session.Listener.Adapter
- onClose(Session, GoAwayFrame) - Method in interface org.eclipse.jetty.http2.api.Session.Listener
- onClose(Session, GoAwayFrame, Callback) - Method in interface org.eclipse.jetty.http2.api.Session.Listener
-
Callback method invoked when a GOAWAY frame caused the session to be closed.
- onClose(Session, GoAwayFrame, Callback) - Method in class org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory.HTTPServerSessionListener
- onClose(HttpConnectionOverHTTP2, GoAwayFrame) - Method in class org.eclipse.jetty.http2.client.http.HttpClientTransportOverHTTP2
- onClose(CloseInfo) - Method in interface org.eclipse.jetty.websocket.common.events.EventDriver
- onClose(CloseInfo) - Method in class org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver
- onClose(CloseInfo) - Method in class org.eclipse.jetty.websocket.common.events.JettyListenerEventDriver
- onClose(CloseInfo) - Method in class org.eclipse.jetty.websocket.jsr356.endpoints.AbstractJsrEventDriver
- OnCloseCallable - Class in org.eclipse.jetty.websocket.jsr356.annotations
-
Callable for
OnClose
annotated methods - OnCloseCallable(Class<?>, Method) - Constructor for class org.eclipse.jetty.websocket.jsr356.annotations.OnCloseCallable
- OnCloseCallable(OnCloseCallable) - Constructor for class org.eclipse.jetty.websocket.jsr356.annotations.OnCloseCallable
- onClosed(Stream) - Method in interface org.eclipse.jetty.http2.api.Stream.Listener
-
Callback method invoked after the stream has been closed.
- onClosed(Connection) - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory.HTTP2SessionContainer
- onClosed(Connection) - Method in class org.eclipse.jetty.io.Connection.Listener.Adapter
- onClosed(Connection) - Method in interface org.eclipse.jetty.io.Connection.Listener
- onClosed(Connection) - Method in class org.eclipse.jetty.io.ConnectionStatistics
- onClosed(Connection) - Method in class org.eclipse.jetty.io.IncludeExcludeConnectionStatistics
- onClosed(Connection) - Method in class org.eclipse.jetty.server.ConnectionLimit
- onClosed(Connection) - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
Deprecated.
- onClosed(Connection) - Method in class org.eclipse.jetty.server.handler.DebugHandler
-
Deprecated.
- onClosed(Connection) - Method in class org.eclipse.jetty.server.SocketCustomizationListener
- onClosed(Connection) - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
-
Jetty Connection onSessionClosed event
- onCommit(Request) - Method in interface org.eclipse.jetty.client.api.Request.CommitListener
-
Callback method invoked when the request headers (and perhaps small content) have been sent.
- onCommit(Request) - Method in interface org.eclipse.jetty.client.api.Request.Listener
- onComplete(AsyncEvent) - Method in class org.eclipse.jetty.continuation.Servlet3Continuation
-
Deprecated.
- onComplete(AsyncEvent) - Method in class org.eclipse.jetty.server.AsyncContextState.WrappedAsyncListener
- onComplete(Response.CompleteListener) - Method in interface org.eclipse.jetty.client.api.Request
- onComplete(Response.CompleteListener) - Method in class org.eclipse.jetty.client.HttpRequest
- onComplete(Result) - Method in interface org.eclipse.jetty.client.api.Response.CompleteListener
-
Callback method invoked when the request and the response have been processed, either successfully or not.
- onComplete(Result) - Method in interface org.eclipse.jetty.client.api.Response.Listener
- onComplete(Result) - Method in class org.eclipse.jetty.client.ContinueProtocolHandler.ContinueListener
- onComplete(Result) - Method in class org.eclipse.jetty.client.RedirectProtocolHandler
- onComplete(Result) - Method in class org.eclipse.jetty.client.TimeoutCompleteListener
-
Deprecated.
- onComplete(Result) - Method in class org.eclipse.jetty.client.util.BufferingResponseListener
- onComplete(Result) - Method in class org.eclipse.jetty.client.util.FutureResponseListener
- onComplete(Result) - Method in class org.eclipse.jetty.client.util.InputStreamResponseListener
- onComplete(Result) - Method in class org.eclipse.jetty.proxy.AsyncMiddleManServlet.ProxyResponseListener
- onComplete(Result) - Method in class org.eclipse.jetty.proxy.ProxyServlet.ProxyResponseListener
- onComplete(Result) - Method in class org.eclipse.jetty.websocket.client.WebSocketUpgradeRequest
- onComplete(Continuation) - Method in interface org.eclipse.jetty.continuation.ContinuationListener
-
Deprecated.Called when a continuation life cycle is complete and after any calls to
ServletRequestListener.requestDestroyed(javax.servlet.ServletRequestEvent)
The response may still be written to during the call. - onComplete(Request) - Method in interface org.eclipse.jetty.server.HttpChannel.Listener
-
Invoked when the request and response processing are complete.
- onComplete(Request) - Method in class org.eclipse.jetty.server.HttpChannel.TransientListeners
-
Deprecated.
- onComplete(Request) - Method in class org.eclipse.jetty.server.HttpChannelListeners
- onCompleted() - Method in class org.eclipse.jetty.fcgi.server.HttpTransportOverFCGI
- onCompleted() - Method in class org.eclipse.jetty.http2.server.HTTP2ServerConnection.ServerHttpChannelOverHTTP2
- onCompleted() - Method in class org.eclipse.jetty.http2.server.HttpTransportOverHTTP2
- onCompleted() - Method in class org.eclipse.jetty.server.HttpChannel
- onCompleted() - Method in class org.eclipse.jetty.server.HttpConnection
- onCompleted() - Method in interface org.eclipse.jetty.server.HttpTransport
-
Called to indicated the end of the current request/response cycle (which may be some time after the last content is sent).
- onCompleted() - Method in class org.eclipse.jetty.server.Request
-
Called when the request is fully finished being handled.
- onCompleteFailure(Throwable) - Method in class org.eclipse.jetty.http2.HTTP2Flusher
- onCompleteFailure(Throwable) - Method in class org.eclipse.jetty.proxy.AsyncMiddleManServlet.ProxyReader
- onCompleteFailure(Throwable) - Method in class org.eclipse.jetty.util.IteratingCallback
-
Invoked when the overall task has completed with a failure.
- onCompleteFailure(Throwable) - Method in class org.eclipse.jetty.util.IteratingNestedCallback
- onCompleteFailure(Throwable) - Method in class org.eclipse.jetty.websocket.common.io.FrameFlusher
- onCompleteSuccess() - Method in class org.eclipse.jetty.http2.HTTP2Flusher
- onCompleteSuccess() - Method in class org.eclipse.jetty.util.IteratingCallback
-
Invoked when the overall task has completed successfully.
- onCompleteSuccess() - Method in class org.eclipse.jetty.util.IteratingNestedCallback
- onComplianceViolation(HttpCompliance, HttpCompliance, String) - Method in interface org.eclipse.jetty.http.HttpParser.ComplianceHandler
-
Deprecated.
- onComplianceViolation(HttpCompliance, HttpComplianceSection, String) - Method in interface org.eclipse.jetty.http.HttpParser.ComplianceHandler
- onComplianceViolation(HttpCompliance, HttpComplianceSection, String) - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
- onConnect - Variable in class org.eclipse.jetty.websocket.common.events.annotated.EventMethods
- onConnect - Variable in class org.eclipse.jetty.websocket.common.events.JettyAnnotatedMetadata
-
@OnWebSocketConnect ()
- onConnect() - Method in interface org.eclipse.jetty.websocket.common.events.EventDriver
- onConnect() - Method in class org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver
- onConnect() - Method in class org.eclipse.jetty.websocket.common.events.JettyListenerEventDriver
- onConnect() - Method in class org.eclipse.jetty.websocket.jsr356.endpoints.JsrAnnotatedEventDriver
- onConnect() - Method in class org.eclipse.jetty.websocket.jsr356.endpoints.JsrEndpointEventDriver
- onConnectFailure(HttpServletRequest, HttpServletResponse, AsyncContext, Throwable) - Method in class org.eclipse.jetty.proxy.ConnectHandler
- onConnectionClosed(Connection) - Method in class org.eclipse.jetty.io.ConnectionStatistics
- onConnectionFailure(int, String) - Method in class org.eclipse.jetty.http2.HTTP2Session
- onConnectionFailure(int, String) - Method in class org.eclipse.jetty.http2.parser.Parser.Listener.Adapter
- onConnectionFailure(int, String) - Method in interface org.eclipse.jetty.http2.parser.Parser.Listener
- onConnectionFailure(int, String) - Method in class org.eclipse.jetty.http2.parser.Parser.Listener.Wrapper
- onConnectionOpened(Connection) - Method in class org.eclipse.jetty.io.ConnectionStatistics
- onConnectSuccess(ConnectHandler.ConnectContext, ConnectHandler.UpstreamConnection) - Method in class org.eclipse.jetty.proxy.ConnectHandler
- onContent() - Method in interface org.eclipse.jetty.client.AsyncContentProvider.Listener
-
Callback method invoked when content is available
- onContent() - Method in class org.eclipse.jetty.client.HttpSender
- onContent(int, FCGI.StreamType, ByteBuffer) - Method in class org.eclipse.jetty.fcgi.parser.Parser.Listener.Adapter
- onContent(int, FCGI.StreamType, ByteBuffer) - Method in interface org.eclipse.jetty.fcgi.parser.Parser.Listener
- onContent(ByteBuffer) - Method in class org.eclipse.jetty.fcgi.parser.ResponseContentParser
- onContent(ByteBuffer) - Method in class org.eclipse.jetty.fcgi.parser.StreamContentParser
- onContent(Request, ByteBuffer) - Method in interface org.eclipse.jetty.client.api.Request.ContentListener
-
Callback method invoked when a chunk of request content has been sent successfully.
- onContent(Request, ByteBuffer) - Method in interface org.eclipse.jetty.client.api.Request.Listener
- onContent(Response, ByteBuffer) - Method in interface org.eclipse.jetty.client.api.Response.ContentListener
-
Callback method invoked when the response content has been received, parsed and there is demand.
- onContent(Response, ByteBuffer) - Method in interface org.eclipse.jetty.client.api.Response.Listener
- onContent(Response, ByteBuffer) - Method in class org.eclipse.jetty.client.util.BufferingResponseListener
- onContent(Response, ByteBuffer, Callback) - Method in interface org.eclipse.jetty.client.api.Response.AsyncContentListener
-
Callback method invoked when the response content has been received, parsed and there is demand.
- onContent(Response, ByteBuffer, Callback) - Method in interface org.eclipse.jetty.client.api.Response.ContentListener
- onContent(Response, ByteBuffer, Callback) - Method in class org.eclipse.jetty.client.util.InputStreamResponseListener
- onContent(Response, ByteBuffer, Callback) - Method in class org.eclipse.jetty.proxy.AsyncMiddleManServlet.ProxyResponseListener
- onContent(Response, ByteBuffer, Callback) - Method in class org.eclipse.jetty.proxy.ProxyServlet.ProxyResponseListener
- onContent(Response, LongConsumer, ByteBuffer, Callback) - Method in interface org.eclipse.jetty.client.api.Response.AsyncContentListener
- onContent(Response, LongConsumer, ByteBuffer, Callback) - Method in interface org.eclipse.jetty.client.api.Response.DemandedContentListener
-
Callback method invoked when the response content has been received.
- onContent(HttpInput.Content) - Method in class org.eclipse.jetty.server.HttpChannel
- onContentAdded() - Method in class org.eclipse.jetty.server.HttpChannelState
-
Called to signal that content is now available to read.
- onContentComplete() - Method in class org.eclipse.jetty.server.HttpChannel
- onContinuationFrame(ByteBuffer, boolean) - Method in class org.eclipse.jetty.websocket.common.events.AbstractEventDriver
- onContinuationFrame(ByteBuffer, boolean) - Method in interface org.eclipse.jetty.websocket.common.events.EventDriver
- onContinuationFrame(ByteBuffer, boolean) - Method in class org.eclipse.jetty.websocket.common.events.JettyListenerEventDriver
- onContinue(HttpServletRequest, Request) - Method in class org.eclipse.jetty.proxy.AbstractProxyServlet
- onContinue(HttpServletRequest, Request) - Method in class org.eclipse.jetty.proxy.AsyncMiddleManServlet
- onContinue(HttpServletRequest, Request) - Method in class org.eclipse.jetty.proxy.ProxyServlet
- onContinue(Request) - Method in class org.eclipse.jetty.client.ContinueProtocolHandler
- onCreated(Connection) - Method in class org.eclipse.jetty.client.AbstractConnectionPool
- onData(Stream, DataFrame, Callback) - Method in class org.eclipse.jetty.http2.api.Stream.Listener.Adapter
- onData(Stream, DataFrame, Callback) - Method in interface org.eclipse.jetty.http2.api.Stream.Listener
-
Callback method invoked when a DATA frame has been received.
- onData(Stream, DataFrame, Callback) - Method in class org.eclipse.jetty.http2.client.http.HttpReceiverOverHTTP2
- onData(Stream, DataFrame, Callback) - Method in class org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory.HTTPServerSessionListener
- onData(DataFrame) - Method in class org.eclipse.jetty.http2.HTTP2Session
- onData(DataFrame) - Method in class org.eclipse.jetty.http2.parser.Parser.Listener.Adapter
- onData(DataFrame) - Method in interface org.eclipse.jetty.http2.parser.Parser.Listener
- onData(DataFrame) - Method in class org.eclipse.jetty.http2.parser.Parser.Listener.Wrapper
- onData(DataFrame, Callback) - Method in class org.eclipse.jetty.http2.HTTP2Session
- onData(DataFrame, Callback) - Method in interface org.eclipse.jetty.http2.ISession
-
Callback method invoked when a DATA frame is received.
- onData(IStream, DataFrame, Callback) - Method in class org.eclipse.jetty.http2.server.HTTP2ServerConnection
- onDataAvailable() - Method in class org.eclipse.jetty.proxy.AsyncMiddleManServlet.ProxyReader
- onDataAvailable() - Method in class org.eclipse.jetty.proxy.AsyncProxyServlet.StreamReader
- onDataConsumed(ISession, IStream, int) - Method in class org.eclipse.jetty.http2.BufferingFlowControlStrategy
- onDataConsumed(ISession, IStream, int) - Method in interface org.eclipse.jetty.http2.FlowControlStrategy
- onDataConsumed(ISession, IStream, int) - Method in class org.eclipse.jetty.http2.SimpleFlowControlStrategy
- onDataReceived(ISession, IStream, int) - Method in class org.eclipse.jetty.http2.AbstractFlowControlStrategy
- onDataReceived(ISession, IStream, int) - Method in interface org.eclipse.jetty.http2.FlowControlStrategy
- onDataSending(IStream, int) - Method in class org.eclipse.jetty.http2.AbstractFlowControlStrategy
- onDataSending(IStream, int) - Method in interface org.eclipse.jetty.http2.FlowControlStrategy
- onDataSent(IStream, int) - Method in class org.eclipse.jetty.http2.AbstractFlowControlStrategy
- onDataSent(IStream, int) - Method in interface org.eclipse.jetty.http2.FlowControlStrategy
- onDispatchFailure(Request, Throwable) - Method in interface org.eclipse.jetty.server.HttpChannel.Listener
-
Invoked when the application threw an exception.
- onDispatchFailure(Request, Throwable) - Method in class org.eclipse.jetty.server.HttpChannel.TransientListeners
-
Deprecated.
- onDispatchFailure(Request, Throwable) - Method in class org.eclipse.jetty.server.HttpChannelListeners
- onEarlyEOF() - Method in class org.eclipse.jetty.server.HttpChannel
- OneConnector - Class in org.eclipse.jetty.embedded
-
A Jetty server with one connectors.
- OneConnector() - Constructor for class org.eclipse.jetty.embedded.OneConnector
- OneContext - Class in org.eclipse.jetty.embedded
- OneContext() - Constructor for class org.eclipse.jetty.embedded.OneContext
- OneHandler - Class in org.eclipse.jetty.embedded
- OneHandler() - Constructor for class org.eclipse.jetty.embedded.OneHandler
- onEnd(int) - Method in class org.eclipse.jetty.fcgi.parser.Parser.Listener.Adapter
- onEnd(int) - Method in interface org.eclipse.jetty.fcgi.parser.Parser.Listener
- onEndPointClosed(EndPoint) - Method in class org.eclipse.jetty.server.AbstractConnector
- onEndPointOpened(EndPoint) - Method in class org.eclipse.jetty.server.AbstractConnector
- onError - Variable in class org.eclipse.jetty.websocket.common.events.annotated.EventMethods
- onError - Variable in class org.eclipse.jetty.websocket.common.events.JettyAnnotatedMetadata
-
@OnWebSocketError (Throwable)
- onError - Variable in class org.eclipse.jetty.websocket.jsr356.annotations.AnnotatedEndpointMetadata
-
Callable for @
OnError
annotation - onError(Runnable, Throwable) - Method in class org.eclipse.jetty.util.thread.SerializedExecutor
- onError(Throwable) - Method in class org.eclipse.jetty.proxy.AsyncMiddleManServlet.ProxyReader
- onError(Throwable) - Method in class org.eclipse.jetty.proxy.AsyncMiddleManServlet.ProxyWriter
- onError(Throwable) - Method in class org.eclipse.jetty.proxy.AsyncProxyServlet.StreamReader
- onError(Throwable) - Method in class org.eclipse.jetty.proxy.AsyncProxyServlet.StreamWriter
- onError(Throwable) - Method in class org.eclipse.jetty.server.HttpChannelState
- onError(Throwable) - Method in interface org.eclipse.jetty.websocket.common.events.EventDriver
- onError(Throwable) - Method in class org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver
- onError(Throwable) - Method in class org.eclipse.jetty.websocket.common.events.JettyListenerEventDriver
- onError(Throwable) - Method in class org.eclipse.jetty.websocket.jsr356.endpoints.JsrAnnotatedEventDriver
- onError(Throwable) - Method in class org.eclipse.jetty.websocket.jsr356.endpoints.JsrEndpointEventDriver
- onError(AsyncEvent) - Method in class org.eclipse.jetty.continuation.Servlet3Continuation
-
Deprecated.
- onError(AsyncEvent) - Method in class org.eclipse.jetty.server.AsyncContextState.WrappedAsyncListener
- onError(HttpField, Throwable) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
- OnErrorCallable - Class in org.eclipse.jetty.websocket.jsr356.annotations
-
Callable for
OnError
annotated methods - OnErrorCallable(Class<?>, Method) - Constructor for class org.eclipse.jetty.websocket.jsr356.annotations.OnErrorCallable
- OnErrorCallable(OnErrorCallable) - Constructor for class org.eclipse.jetty.websocket.jsr356.annotations.OnErrorCallable
- OneServletContext - Class in org.eclipse.jetty.embedded
- OneServletContext() - Constructor for class org.eclipse.jetty.embedded.OneServletContext
- OneServletContext.InitListener - Class in org.eclipse.jetty.embedded
- OneServletContext.RequestListener - Class in org.eclipse.jetty.embedded
- OneServletContext.TestFilter - Class in org.eclipse.jetty.embedded
- OneServletContextJmxStats - Class in org.eclipse.jetty.embedded
- OneServletContextJmxStats() - Constructor for class org.eclipse.jetty.embedded.OneServletContextJmxStats
- OneServletContextWithSession - Class in org.eclipse.jetty.embedded
- OneServletContextWithSession() - Constructor for class org.eclipse.jetty.embedded.OneServletContextWithSession
- onEvent(Object) - Method in interface org.eclipse.jetty.http2.parser.RateControl
-
Applications should call this method when they want to signal an event that is subject to rate control.
- onEvent(Object) - Method in class org.eclipse.jetty.http2.parser.WindowRateControl
- OneWebApp - Class in org.eclipse.jetty.embedded
- OneWebApp() - Constructor for class org.eclipse.jetty.embedded.OneWebApp
- OneWebAppWithJsp - Class in org.eclipse.jetty.embedded
- OneWebAppWithJsp() - Constructor for class org.eclipse.jetty.embedded.OneWebAppWithJsp
- onExpired(T) - Method in class org.eclipse.jetty.io.CyclicTimeouts
-
Invoked during the iteration when the given entity is expired.
- onFail(Throwable) - Method in class org.eclipse.jetty.io.FillInterest
-
Call to signal a failure to a registered interest
- onFail(Throwable) - Method in class org.eclipse.jetty.io.WriteFlusher
-
Notify the flusher of a failure
- onFailure(int, Throwable) - Method in class org.eclipse.jetty.fcgi.parser.Parser.Listener.Adapter
- onFailure(int, Throwable) - Method in interface org.eclipse.jetty.fcgi.parser.Parser.Listener
- onFailure(Throwable, Callback) - Method in class org.eclipse.jetty.http2.server.HttpChannelOverHTTP2
- onFailure(Request, Throwable) - Method in interface org.eclipse.jetty.client.api.Request.FailureListener
-
Callback method invoked when the request has failed to be sent
- onFailure(Request, Throwable) - Method in interface org.eclipse.jetty.client.api.Request.Listener
- onFailure(Response, Throwable) - Method in interface org.eclipse.jetty.client.api.Response.FailureListener
-
Callback method invoked when the response has failed in the process of being received
- onFailure(Response, Throwable) - Method in interface org.eclipse.jetty.client.api.Response.Listener
- onFailure(Response, Throwable) - Method in class org.eclipse.jetty.client.ContinueProtocolHandler.ContinueListener
- onFailure(Response, Throwable) - Method in class org.eclipse.jetty.client.util.InputStreamResponseListener
- onFailure(Session, Throwable) - Method in class org.eclipse.jetty.http2.api.Session.Listener.Adapter
- onFailure(Session, Throwable) - Method in interface org.eclipse.jetty.http2.api.Session.Listener
- onFailure(Session, Throwable, Callback) - Method in interface org.eclipse.jetty.http2.api.Session.Listener
-
Callback method invoked when a failure has been detected for this session.
- onFailure(Session, Throwable, Callback) - Method in class org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory.HTTPServerSessionListener
- onFailure(Stream, int, String, Throwable, Callback) - Method in interface org.eclipse.jetty.http2.api.Stream.Listener
-
Callback method invoked when the stream failed.
- onFailure(Stream, int, String, Throwable, Callback) - Method in class org.eclipse.jetty.http2.client.http.HttpReceiverOverHTTP2
- onFailure(Stream, int, String, Throwable, Callback) - Method in class org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory.HTTPServerSessionListener
- onFailure(Stream, int, String, Callback) - Method in interface org.eclipse.jetty.http2.api.Stream.Listener
-
Deprecated.
- onFillable() - Method in class org.eclipse.jetty.client.http.HttpConnectionOverHTTP
- onFillable() - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.ProxyProtocolConnection
- onFillable() - Method in class org.eclipse.jetty.fcgi.client.http.HttpConnectionOverFCGI
- onFillable() - Method in class org.eclipse.jetty.fcgi.server.ServerFCGIConnection
- onFillable() - Method in class org.eclipse.jetty.http2.HTTP2Connection
- onFillable() - Method in class org.eclipse.jetty.io.AbstractConnection
-
Callback method invoked when the endpoint is ready to be read.
- onFillable() - Method in class org.eclipse.jetty.io.NegotiatingClientConnection
- onFillable() - Method in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
- onFillable() - Method in class org.eclipse.jetty.io.ssl.SslConnection
- onFillable() - Method in class org.eclipse.jetty.proxy.ProxyConnection
- onFillable() - Method in class org.eclipse.jetty.server.HttpConnection
- onFillable() - Method in class org.eclipse.jetty.server.NegotiatingServerConnection
- onFillable() - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection
- onFillableFail(Throwable) - Method in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
- onFillInterestedFailed(Throwable) - Method in class org.eclipse.jetty.io.AbstractConnection
-
Callback method invoked when the endpoint failed to be ready to be read.
- onFillInterestedFailed(Throwable) - Method in class org.eclipse.jetty.io.ssl.SslConnection
- onFillInterestedFailed(Throwable) - Method in class org.eclipse.jetty.server.HttpConnection
- onFillInterestedFailed(Throwable) - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection
- onFlushed(long) - Method in class org.eclipse.jetty.http2.HTTP2Connection
- onFlushed(long) - Method in class org.eclipse.jetty.http2.HTTP2Flusher.Entry
- onFlushed(long) - Method in class org.eclipse.jetty.http2.HTTP2Session
- onFlushed(long) - Method in interface org.eclipse.jetty.http2.ISession
-
Callback method invoked when bytes are flushed to the network.
- onFlushed(long) - Method in class org.eclipse.jetty.http2.server.HttpChannelOverHTTP2
- onFlushed(long) - Method in interface org.eclipse.jetty.io.WriteFlusher.Listener
-
Invoked when a
WriteFlusher
flushed bytes in a non-blocking way, as part of a - possibly larger - write. - onFlushed(long) - Method in class org.eclipse.jetty.server.HttpConnection
- onFlushed(long) - Method in class org.eclipse.jetty.server.HttpOutput
-
Invoked when bytes have been flushed to the network.
- onFrame - Variable in class org.eclipse.jetty.websocket.common.events.annotated.EventMethods
- onFrame - Variable in class org.eclipse.jetty.websocket.common.events.JettyAnnotatedMetadata
-
@OnWebSocketFrame (Frame)
- onFrame(Frame) - Method in class org.eclipse.jetty.http2.HTTP2Session
- onFrame(Frame) - Method in interface org.eclipse.jetty.http2.ISession
-
Callback method invoked during an HTTP/1.1 to HTTP/2 upgrade requests to process the given synthetic frame.
- onFrame(Frame) - Method in class org.eclipse.jetty.http2.server.HTTP2ServerSession
- onFrame(Frame) - Method in interface org.eclipse.jetty.websocket.common.events.EventDriver
- onFrame(Frame) - Method in class org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver
- onFrame(Frame) - Method in class org.eclipse.jetty.websocket.common.events.JettyListenerEventDriver
- onFrame(Frame) - Method in class org.eclipse.jetty.websocket.jsr356.endpoints.AbstractJsrEventDriver
- onFrame(Frame) - Method in class org.eclipse.jetty.websocket.jsr356.endpoints.JsrAnnotatedEventDriver
- onFrame(Frame) - Method in class org.eclipse.jetty.websocket.jsr356.endpoints.JsrEndpointEventDriver
- onGoAway(Session, GoAwayFrame) - Method in interface org.eclipse.jetty.http2.api.Session.Listener
-
Callback method invoked when a GOAWAY frame has been received.
- onGoAway(GoAwayFrame) - Method in class org.eclipse.jetty.http2.HTTP2Session
-
This method is called when receiving a GO_AWAY from the other peer.
- onGoAway(GoAwayFrame) - Method in class org.eclipse.jetty.http2.parser.Parser.Listener.Adapter
- onGoAway(GoAwayFrame) - Method in interface org.eclipse.jetty.http2.parser.Parser.Listener
- onGoAway(GoAwayFrame) - Method in class org.eclipse.jetty.http2.parser.Parser.Listener.Wrapper
- onHandshakeRequest(UpgradeRequest) - Method in interface org.eclipse.jetty.websocket.client.io.UpgradeListener
- onHandshakeRequest(UpgradeRequest) - Method in class org.eclipse.jetty.websocket.jsr356.JsrUpgradeListener
- onHandshakeResponse(UpgradeResponse) - Method in interface org.eclipse.jetty.websocket.client.io.UpgradeListener
- onHandshakeResponse(UpgradeResponse) - Method in class org.eclipse.jetty.websocket.jsr356.JsrUpgradeListener
- onHeader(int, HttpField) - Method in class org.eclipse.jetty.fcgi.parser.Parser.Listener.Adapter
- onHeader(int, HttpField) - Method in interface org.eclipse.jetty.fcgi.parser.Parser.Listener
- onHeader(Response, HttpField) - Method in interface org.eclipse.jetty.client.api.Response.HeaderListener
-
Callback method invoked when a response header has been received and parsed, returning whether the header should be processed or not.
- onHeader(Response, HttpField) - Method in interface org.eclipse.jetty.client.api.Response.Listener
- onHeader(Response, HttpField) - Method in class org.eclipse.jetty.client.RedirectProtocolHandler
- onHeaders(int) - Method in class org.eclipse.jetty.fcgi.parser.Parser.Listener.Adapter
- onHeaders(int) - Method in interface org.eclipse.jetty.fcgi.parser.Parser.Listener
- onHeaders(Request) - Method in interface org.eclipse.jetty.client.api.Request.HeadersListener
-
Callback method invoked when the request headers (and perhaps small content) are ready to be sent.
- onHeaders(Request) - Method in interface org.eclipse.jetty.client.api.Request.Listener
- onHeaders(Response) - Method in interface org.eclipse.jetty.client.api.Response.HeadersListener
-
Callback method invoked when all the response headers have been received and parsed.
- onHeaders(Response) - Method in interface org.eclipse.jetty.client.api.Response.Listener
- onHeaders(Response) - Method in class org.eclipse.jetty.client.util.BufferingResponseListener
- onHeaders(Response) - Method in class org.eclipse.jetty.client.util.InputStreamResponseListener
- onHeaders(Response) - Method in class org.eclipse.jetty.proxy.AsyncMiddleManServlet.ProxyResponseListener
- onHeaders(Response) - Method in class org.eclipse.jetty.proxy.ProxyServlet.ProxyResponseListener
- onHeaders(Stream, HeadersFrame) - Method in class org.eclipse.jetty.http2.api.Stream.Listener.Adapter
- onHeaders(Stream, HeadersFrame) - Method in interface org.eclipse.jetty.http2.api.Stream.Listener
-
Callback method invoked when a HEADERS frame representing the HTTP response has been received.
- onHeaders(Stream, HeadersFrame) - Method in class org.eclipse.jetty.http2.client.http.HttpReceiverOverHTTP2
- onHeaders(Stream, HeadersFrame) - Method in class org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory.HTTPServerSessionListener
- onHeaders(HeadersFrame) - Method in class org.eclipse.jetty.http2.client.HTTP2ClientSession
- onHeaders(HeadersFrame) - Method in class org.eclipse.jetty.http2.HTTP2Session
- onHeaders(HeadersFrame) - Method in class org.eclipse.jetty.http2.parser.Parser.Listener.Adapter
- onHeaders(HeadersFrame) - Method in interface org.eclipse.jetty.http2.parser.Parser.Listener
- onHeaders(HeadersFrame) - Method in class org.eclipse.jetty.http2.parser.Parser.Listener.Wrapper
- onHeaders(HeadersFrame) - Method in class org.eclipse.jetty.http2.server.HTTP2ServerSession
- onIdleExpired() - Method in class org.eclipse.jetty.client.http.HttpConnectionOverHTTP
- onIdleExpired() - Method in class org.eclipse.jetty.fcgi.client.http.HttpConnectionOverFCGI
- onIdleExpired() - Method in class org.eclipse.jetty.http2.HTTP2Connection
- onIdleExpired() - Method in class org.eclipse.jetty.io.AbstractConnection
- onIdleExpired() - Method in interface org.eclipse.jetty.io.Connection
-
Callback method invoked upon an idle timeout event.
- onIdleExpired() - Method in class org.eclipse.jetty.io.ssl.SslConnection
- onIdleExpired() - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection
- onIdleExpired(TimeoutException) - Method in class org.eclipse.jetty.http2.HTTP2Stream
- onIdleExpired(TimeoutException) - Method in class org.eclipse.jetty.io.AbstractEndPoint
- onIdleExpired(TimeoutException) - Method in class org.eclipse.jetty.io.IdleTimeout
-
This abstract method is called when the idle timeout has expired.
- onIdleTimeout() - Method in class org.eclipse.jetty.http2.HTTP2Session
-
This method is invoked when the idle timeout expires.
- onIdleTimeout() - Method in interface org.eclipse.jetty.http2.ISession
-
Callback invoked when the idle timeout expires.
- onIdleTimeout(long) - Method in class org.eclipse.jetty.client.http.HttpConnectionOverHTTP
- onIdleTimeout(long) - Method in class org.eclipse.jetty.client.HttpConnection
- onIdleTimeout(long) - Method in class org.eclipse.jetty.http2.client.http.HttpConnectionOverHTTP2
- onIdleTimeout(Throwable) - Method in class org.eclipse.jetty.fcgi.server.HttpChannelOverFCGI
- onIdleTimeout(Throwable) - Method in class org.eclipse.jetty.server.HttpInput
- onIdleTimeout(Session) - Method in class org.eclipse.jetty.http2.api.Session.Listener.Adapter
- onIdleTimeout(Session) - Method in interface org.eclipse.jetty.http2.api.Session.Listener
-
Callback method invoked when the idle timeout expired.
- onIdleTimeout(Session) - Method in class org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory.HTTPServerSessionListener
- onIdleTimeout(Stream, Throwable) - Method in class org.eclipse.jetty.http2.api.Stream.Listener.Adapter
- onIdleTimeout(Stream, Throwable) - Method in interface org.eclipse.jetty.http2.api.Stream.Listener
-
Callback method invoked when the stream exceeds its idle timeout.
- onIdleTimeout(Stream, Throwable) - Method in class org.eclipse.jetty.http2.client.http.HttpReceiverOverHTTP2
- onIdleTimeout(Stream, Throwable) - Method in class org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory.HTTPServerSessionListener
- onIncompleteFlush() - Method in class org.eclipse.jetty.io.AbstractEndPoint
- onIncompleteFlush() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
- onIncompleteFlush() - Method in class org.eclipse.jetty.io.ChannelEndPoint
- onIncompleteFlush() - Method in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
- onIncompleteFlush() - Method in class org.eclipse.jetty.io.WriteFlusher
-
Abstract call to be implemented by specific WriteFlushers.
- onInputStream(InputStream) - Method in interface org.eclipse.jetty.websocket.common.events.EventDriver
- onInputStream(InputStream) - Method in class org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver
- onInputStream(InputStream) - Method in class org.eclipse.jetty.websocket.common.events.JettyListenerEventDriver
- onInputStream(InputStream) - Method in class org.eclipse.jetty.websocket.jsr356.endpoints.JsrAnnotatedEventDriver
- onInputStream(InputStream) - Method in class org.eclipse.jetty.websocket.jsr356.endpoints.JsrEndpointEventDriver
- onMessage(Session, String) - Method in class org.eclipse.jetty.embedded.WebSocketJsrServer.EchoJsrSocket
- onMessage(Session, String) - Method in class org.eclipse.jetty.embedded.WebSocketServer.EchoSocket
- OnMessageBinaryCallable - Class in org.eclipse.jetty.websocket.jsr356.annotations
-
Callable for
OnMessage
annotated methods with a whole or partial binary messages. - OnMessageBinaryCallable(Class<?>, Method) - Constructor for class org.eclipse.jetty.websocket.jsr356.annotations.OnMessageBinaryCallable
- OnMessageBinaryCallable(OnMessageCallable) - Constructor for class org.eclipse.jetty.websocket.jsr356.annotations.OnMessageBinaryCallable
-
Copy Constructor
- OnMessageBinaryStreamCallable - Class in org.eclipse.jetty.websocket.jsr356.annotations
-
Callable for
OnMessage
annotated methods forInputStream
based binary message objects - OnMessageBinaryStreamCallable(Class<?>, Method) - Constructor for class org.eclipse.jetty.websocket.jsr356.annotations.OnMessageBinaryStreamCallable
- OnMessageBinaryStreamCallable(OnMessageCallable) - Constructor for class org.eclipse.jetty.websocket.jsr356.annotations.OnMessageBinaryStreamCallable
-
Copy Constructor
- OnMessageCallable - Class in org.eclipse.jetty.websocket.jsr356.annotations
- OnMessageCallable(Class<?>, Method) - Constructor for class org.eclipse.jetty.websocket.jsr356.annotations.OnMessageCallable
- OnMessageCallable(OnMessageCallable) - Constructor for class org.eclipse.jetty.websocket.jsr356.annotations.OnMessageCallable
- OnMessagePongCallable - Class in org.eclipse.jetty.websocket.jsr356.annotations
-
Callable for
OnMessage
annotated methods with aPongMessage
message object. - OnMessagePongCallable(Class<?>, Method) - Constructor for class org.eclipse.jetty.websocket.jsr356.annotations.OnMessagePongCallable
- OnMessagePongCallable(OnMessageCallable) - Constructor for class org.eclipse.jetty.websocket.jsr356.annotations.OnMessagePongCallable
-
Copy Constructor
- OnMessageTextCallable - Class in org.eclipse.jetty.websocket.jsr356.annotations
-
Callable for
OnMessage
annotated methods with a whole or partial text messages. - OnMessageTextCallable(Class<?>, Method) - Constructor for class org.eclipse.jetty.websocket.jsr356.annotations.OnMessageTextCallable
- OnMessageTextCallable(OnMessageCallable) - Constructor for class org.eclipse.jetty.websocket.jsr356.annotations.OnMessageTextCallable
-
Copy Constructor
- OnMessageTextStreamCallable - Class in org.eclipse.jetty.websocket.jsr356.annotations
-
Callable for
OnMessage
annotated methods forReader
based text message objects - OnMessageTextStreamCallable(Class<?>, Method) - Constructor for class org.eclipse.jetty.websocket.jsr356.annotations.OnMessageTextStreamCallable
- OnMessageTextStreamCallable(OnMessageCallable) - Constructor for class org.eclipse.jetty.websocket.jsr356.annotations.OnMessageTextStreamCallable
-
Copy Constructor
- onMethodAnnotation(JettyAnnotatedMetadata, Class<?>, Method, Annotation) - Method in class org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner
- onMethodAnnotation(AnnotatedEndpointMetadata<T, C>, Class<?>, Method, Annotation) - Method in class org.eclipse.jetty.websocket.jsr356.annotations.AnnotatedEndpointScanner
- onMethodAnnotation(T, Class<?>, Method, Annotation) - Method in class org.eclipse.jetty.websocket.common.events.annotated.AbstractMethodAnnotationScanner
- onNewStream(Stream) - Method in interface org.eclipse.jetty.http2.api.Stream.Listener
-
Callback method invoked when a stream is created locally by
Session.newStream(HeadersFrame, Promise, Listener)
. - onNewStream(Stream) - Method in class org.eclipse.jetty.http2.client.http.HttpReceiverOverHTTP2
- onNewStream(Stream, HeadersFrame) - Method in class org.eclipse.jetty.http2.api.Session.Listener.Adapter
- onNewStream(Stream, HeadersFrame) - Method in interface org.eclipse.jetty.http2.api.Session.Listener
-
Callback method invoked when a new stream is being created upon receiving a HEADERS frame representing an HTTP request.
- onNewStream(Stream, HeadersFrame) - Method in class org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory.HTTPServerSessionListener
- onNewStream(Connector, IStream, HeadersFrame) - Method in class org.eclipse.jetty.http2.server.HTTP2ServerConnection
- onOpen - Variable in class org.eclipse.jetty.websocket.jsr356.annotations.AnnotatedEndpointMetadata
-
Callable for @
OnOpen
annotation. - onOpen() - Method in class org.eclipse.jetty.client.http.HttpConnectionOverHTTP
- onOpen() - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.ProxyProtocolConnection
- onOpen() - Method in class org.eclipse.jetty.fcgi.client.http.HttpConnectionOverFCGI
- onOpen() - Method in class org.eclipse.jetty.fcgi.server.ServerFCGIConnection
- onOpen() - Method in class org.eclipse.jetty.http2.HTTP2Connection
- onOpen() - Method in class org.eclipse.jetty.http2.server.HTTP2ServerConnection
- onOpen() - Method in class org.eclipse.jetty.io.AbstractConnection
- onOpen() - Method in class org.eclipse.jetty.io.AbstractEndPoint
- onOpen() - Method in interface org.eclipse.jetty.io.Connection
-
Callback method invoked when this connection is opened.
- onOpen() - Method in interface org.eclipse.jetty.io.EndPoint
-
Callback method invoked when this EndPoint is opened.
- onOpen() - Method in class org.eclipse.jetty.io.IdleTimeout
- onOpen() - Method in class org.eclipse.jetty.io.NegotiatingClientConnection
- onOpen() - Method in class org.eclipse.jetty.io.NetworkTrafficSocketChannelEndPoint
- onOpen() - Method in class org.eclipse.jetty.io.ssl.SslConnection
- onOpen() - Method in class org.eclipse.jetty.proxy.ConnectHandler.DownstreamConnection
- onOpen() - Method in class org.eclipse.jetty.proxy.ConnectHandler.UpstreamConnection
- onOpen() - Method in class org.eclipse.jetty.server.HttpConnection
- onOpen() - Method in class org.eclipse.jetty.server.NegotiatingServerConnection
- onOpen() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
- onOpen(EventSource.Emitter) - Method in interface org.eclipse.jetty.servlets.EventSource
-
Callback method invoked when an event source connection is opened.
- OnOpenCallable - Class in org.eclipse.jetty.websocket.jsr356.annotations
-
Callable for
OnOpen
annotated methods - OnOpenCallable(Class<?>, Method) - Constructor for class org.eclipse.jetty.websocket.jsr356.annotations.OnOpenCallable
- OnOpenCallable(OnOpenCallable) - Constructor for class org.eclipse.jetty.websocket.jsr356.annotations.OnOpenCallable
- onOpened(Connection) - Method in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory.HTTP2SessionContainer
- onOpened(Connection) - Method in class org.eclipse.jetty.io.Connection.Listener.Adapter
- onOpened(Connection) - Method in interface org.eclipse.jetty.io.Connection.Listener
- onOpened(Connection) - Method in class org.eclipse.jetty.io.ConnectionStatistics
- onOpened(Connection) - Method in class org.eclipse.jetty.io.IncludeExcludeConnectionStatistics
- onOpened(Connection) - Method in class org.eclipse.jetty.server.ConnectionLimit
- onOpened(Connection) - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
Deprecated.
- onOpened(Connection) - Method in class org.eclipse.jetty.server.handler.DebugHandler
-
Deprecated.
- onOpened(Connection) - Method in class org.eclipse.jetty.server.SocketCustomizationListener
- onOpened(Connection) - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
-
Jetty Connection onOpen event
- onParam(String, String) - Method in class org.eclipse.jetty.fcgi.parser.ParamsContentParser
- onParams() - Method in class org.eclipse.jetty.fcgi.parser.ParamsContentParser
- onPartialBinaryMessage(ByteBuffer, boolean) - Method in class org.eclipse.jetty.websocket.jsr356.endpoints.JsrAnnotatedEventDriver
- onPartialTextMessage(String, boolean) - Method in class org.eclipse.jetty.websocket.jsr356.endpoints.JsrAnnotatedEventDriver
- onPathWatchEvent(PathWatcher.PathWatchEvent) - Method in class org.eclipse.jetty.security.PropertyUserStore
- onPathWatchEvent(PathWatcher.PathWatchEvent) - Method in interface org.eclipse.jetty.util.PathWatcher.Listener
- onPathWatchEvents(List<PathWatcher.PathWatchEvent>) - Method in interface org.eclipse.jetty.util.PathWatcher.EventListListener
- onPing(ByteBuffer) - Method in class org.eclipse.jetty.websocket.common.events.AbstractEventDriver
- onPing(ByteBuffer) - Method in interface org.eclipse.jetty.websocket.common.events.EventDriver
- onPing(ByteBuffer) - Method in class org.eclipse.jetty.websocket.jsr356.endpoints.JsrAnnotatedEventDriver
- onPing(ByteBuffer) - Method in class org.eclipse.jetty.websocket.jsr356.endpoints.JsrEndpointEventDriver
- onPing(Session, PingFrame) - Method in class org.eclipse.jetty.http2.api.Session.Listener.Adapter
- onPing(Session, PingFrame) - Method in interface org.eclipse.jetty.http2.api.Session.Listener
-
Callback method invoked when a PING frame has been received.
- onPing(PingFrame) - Method in class org.eclipse.jetty.http2.HTTP2Session
- onPing(PingFrame) - Method in class org.eclipse.jetty.http2.parser.Parser.Listener.Adapter
- onPing(PingFrame) - Method in interface org.eclipse.jetty.http2.parser.Parser.Listener
- onPing(PingFrame) - Method in class org.eclipse.jetty.http2.parser.Parser.Listener.Wrapper
- onPong - Variable in class org.eclipse.jetty.websocket.jsr356.annotations.AnnotatedEndpointMetadata
-
Callable for @
OnMessage
annotation dealing with Pong Message Format - onPong(ByteBuffer) - Method in class org.eclipse.jetty.websocket.common.events.AbstractEventDriver
- onPong(ByteBuffer) - Method in interface org.eclipse.jetty.websocket.common.events.EventDriver
- onPong(ByteBuffer) - Method in class org.eclipse.jetty.websocket.jsr356.endpoints.JsrAnnotatedEventDriver
- onPong(ByteBuffer) - Method in class org.eclipse.jetty.websocket.jsr356.endpoints.JsrEndpointEventDriver
- onPreface() - Method in class org.eclipse.jetty.http2.parser.ServerParser.Listener.Adapter
- onPreface() - Method in interface org.eclipse.jetty.http2.parser.ServerParser.Listener
- onPreface() - Method in class org.eclipse.jetty.http2.parser.ServerParser.Listener.Wrapper
- onPreface() - Method in class org.eclipse.jetty.http2.parser.ServerParser
- onPreface() - Method in class org.eclipse.jetty.http2.server.HTTP2ServerSession
- onPreface(Session) - Method in class org.eclipse.jetty.http2.api.Session.Listener.Adapter
- onPreface(Session) - Method in interface org.eclipse.jetty.http2.api.Session.Listener
-
Callback method invoked:
- onPreface(Session) - Method in class org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory.HTTPServerSessionListener
- onPriority(PriorityFrame) - Method in class org.eclipse.jetty.http2.HTTP2Session
- onPriority(PriorityFrame) - Method in class org.eclipse.jetty.http2.parser.Parser.Listener.Adapter
- onPriority(PriorityFrame) - Method in interface org.eclipse.jetty.http2.parser.Parser.Listener
- onPriority(PriorityFrame) - Method in class org.eclipse.jetty.http2.parser.Parser.Listener.Wrapper
- onProxyResponseFailure(HttpServletRequest, HttpServletResponse, Response, Throwable) - Method in class org.eclipse.jetty.proxy.AbstractProxyServlet
- onProxyResponseSuccess(HttpServletRequest, HttpServletResponse, Response) - Method in class org.eclipse.jetty.proxy.AbstractProxyServlet
- onProxyRewriteFailed(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.proxy.AbstractProxyServlet
-
Callback method invoked when the URI rewrite performed in
AbstractProxyServlet.rewriteTarget(HttpServletRequest)
returns null indicating that no rewrite can be performed. - onPush(Stream, PushPromiseFrame) - Method in class org.eclipse.jetty.http2.api.Stream.Listener.Adapter
- onPush(Stream, PushPromiseFrame) - Method in interface org.eclipse.jetty.http2.api.Stream.Listener
-
Callback method invoked when a PUSH_PROMISE frame has been received.
- onPush(Stream, PushPromiseFrame) - Method in class org.eclipse.jetty.http2.client.http.HttpReceiverOverHTTP2
- onPush(Stream, PushPromiseFrame) - Method in class org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory.HTTPServerSessionListener
- onPushPromise(PushPromiseFrame) - Method in class org.eclipse.jetty.http2.client.HTTP2ClientSession
- onPushPromise(PushPromiseFrame) - Method in class org.eclipse.jetty.http2.parser.Parser.Listener.Adapter
- onPushPromise(PushPromiseFrame) - Method in interface org.eclipse.jetty.http2.parser.Parser.Listener
- onPushPromise(PushPromiseFrame) - Method in class org.eclipse.jetty.http2.parser.Parser.Listener.Wrapper
- onPushPromise(PushPromiseFrame) - Method in class org.eclipse.jetty.http2.server.HTTP2ServerSession
- onPushRequest(MetaData.Request) - Method in class org.eclipse.jetty.http2.server.HttpChannelOverHTTP2
- onQueued(Request) - Method in interface org.eclipse.jetty.client.api.Request.Listener
- onQueued(Request) - Method in interface org.eclipse.jetty.client.api.Request.QueuedListener
-
Callback method invoked when the request is queued, waiting to be sent
- onRead(byte[], int, int) - Method in class org.eclipse.jetty.client.util.InputStreamContentProvider
-
Callback method invoked just after having read from the stream, but before returning the iteration element (a
ByteBuffer
to the caller. - onRead(byte[], int, int) - Method in class org.eclipse.jetty.proxy.ProxyServlet.ProxyInputStreamContentProvider
- onReadEof() - Method in class org.eclipse.jetty.server.HttpChannelState
-
Called to signal that a read has read -1.
- onReader(Reader) - Method in interface org.eclipse.jetty.websocket.common.events.EventDriver
- onReader(Reader) - Method in class org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver
- onReader(Reader) - Method in class org.eclipse.jetty.websocket.common.events.JettyListenerEventDriver
- onReader(Reader) - Method in class org.eclipse.jetty.websocket.jsr356.endpoints.JsrAnnotatedEventDriver
- onReader(Reader) - Method in class org.eclipse.jetty.websocket.jsr356.endpoints.JsrEndpointEventDriver
- onReadFailure(Throwable) - Method in class org.eclipse.jetty.client.util.InputStreamContentProvider
-
Callback method invoked when an exception is thrown while reading from the stream.
- onReadFailure(Throwable) - Method in class org.eclipse.jetty.proxy.ProxyServlet.ProxyInputStreamContentProvider
- onReadPossible() - Method in class org.eclipse.jetty.server.HttpChannelState
-
Called to indicate that more content may be available, but that a handling thread may need to produce (fill/parse) it.
- onReadReady() - Method in class org.eclipse.jetty.server.HttpChannelState
-
Called to signal that the channel is ready for a callback.
- onReadTimeout(Throwable) - Method in class org.eclipse.jetty.fcgi.server.ServerFCGIConnection
- onReadTimeout(Throwable) - Method in class org.eclipse.jetty.io.AbstractConnection
-
Callback method invoked when the endpoint failed to be ready to be read after a timeout
- onReadTimeout(Throwable) - Method in class org.eclipse.jetty.server.HttpConnection
- onReadTimeout(Throwable) - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection
-
Event for no activity on connection (read or write)
- onReadUnready() - Method in class org.eclipse.jetty.server.HttpChannelState
-
Called to signal async read isReady() has returned false.
- onRequest() - Method in class org.eclipse.jetty.fcgi.server.HttpChannelOverFCGI
- onRequest(MetaData.Request) - Method in class org.eclipse.jetty.server.HttpChannel
- onRequest(HeadersFrame) - Method in class org.eclipse.jetty.http2.server.HttpChannelOverHTTP2
- onRequestBegin(Request.BeginListener) - Method in interface org.eclipse.jetty.client.api.Request
- onRequestBegin(Request.BeginListener) - Method in class org.eclipse.jetty.client.HttpRequest
- onRequestBegin(Request) - Method in interface org.eclipse.jetty.server.HttpChannel.Listener
-
Invoked just after the HTTP request line and headers have been parsed.
- onRequestBegin(Request) - Method in class org.eclipse.jetty.server.HttpChannel.TransientListeners
-
Deprecated.
- onRequestBegin(Request) - Method in class org.eclipse.jetty.server.HttpChannelListeners
- onRequestCommit(Request.CommitListener) - Method in interface org.eclipse.jetty.client.api.Request
- onRequestCommit(Request.CommitListener) - Method in class org.eclipse.jetty.client.HttpRequest
- onRequestComplete() - Method in class org.eclipse.jetty.server.HttpChannel
- onRequestContent(HttpServletRequest, Request, byte[], int, int) - Method in class org.eclipse.jetty.proxy.ProxyServlet.ProxyInputStreamContentProvider
- onRequestContent(HttpServletRequest, Request, DeferredContentProvider, byte[], int, int, Callback) - Method in class org.eclipse.jetty.proxy.AsyncProxyServlet.StreamReader
- onRequestContent(Request.ContentListener) - Method in interface org.eclipse.jetty.client.api.Request
- onRequestContent(Request.ContentListener) - Method in class org.eclipse.jetty.client.HttpRequest
- onRequestContent(DataFrame, Callback) - Method in class org.eclipse.jetty.http2.server.HttpChannelOverHTTP2
- onRequestContent(Request, ByteBuffer) - Method in interface org.eclipse.jetty.server.HttpChannel.Listener
-
Invoked every time a request content chunk has been parsed, just before making it available to the application.
- onRequestContent(Request, ByteBuffer) - Method in class org.eclipse.jetty.server.HttpChannel.TransientListeners
-
Deprecated.
- onRequestContent(Request, ByteBuffer) - Method in class org.eclipse.jetty.server.HttpChannelListeners
- onRequestContentEnd(Request) - Method in interface org.eclipse.jetty.server.HttpChannel.Listener
-
Invoked when the end of the request content is detected.
- onRequestContentEnd(Request) - Method in class org.eclipse.jetty.server.HttpChannel.TransientListeners
-
Deprecated.
- onRequestContentEnd(Request) - Method in class org.eclipse.jetty.server.HttpChannelListeners
- onRequestEnd(Request) - Method in interface org.eclipse.jetty.server.HttpChannel.Listener
-
Invoked when the request has been fully parsed.
- onRequestEnd(Request) - Method in class org.eclipse.jetty.server.HttpChannel.TransientListeners
-
Deprecated.
- onRequestEnd(Request) - Method in class org.eclipse.jetty.server.HttpChannelListeners
- onRequestFailure(Request.FailureListener) - Method in interface org.eclipse.jetty.client.api.Request
- onRequestFailure(Request.FailureListener) - Method in class org.eclipse.jetty.client.HttpRequest
- onRequestFailure(Request, Throwable) - Method in interface org.eclipse.jetty.server.HttpChannel.Listener
-
Invoked when the request processing failed.
- onRequestFailure(Request, Throwable) - Method in class org.eclipse.jetty.server.HttpChannel.TransientListeners
-
Deprecated.
- onRequestFailure(Request, Throwable) - Method in class org.eclipse.jetty.server.HttpChannelListeners
- onRequestHeaders(Request.HeadersListener) - Method in interface org.eclipse.jetty.client.api.Request
- onRequestHeaders(Request.HeadersListener) - Method in class org.eclipse.jetty.client.HttpRequest
- onRequestOverLimit(HttpServletRequest, DoSFilter.OverLimit, DoSFilter) - Method in class org.eclipse.jetty.servlets.DoSFilter.Listener
-
Process the onRequestOverLimit() behavior.
- onRequestQueued(Request.QueuedListener) - Method in interface org.eclipse.jetty.client.api.Request
- onRequestQueued(Request.QueuedListener) - Method in class org.eclipse.jetty.client.HttpRequest
- onRequestSuccess(Request.SuccessListener) - Method in interface org.eclipse.jetty.client.api.Request
- onRequestSuccess(Request.SuccessListener) - Method in class org.eclipse.jetty.client.HttpRequest
- onRequestTimeout(HttpServletRequest, HttpServletResponse, Thread) - Method in class org.eclipse.jetty.servlets.CloseableDoSFilter
- onRequestTimeout(HttpServletRequest, HttpServletResponse, Thread) - Method in class org.eclipse.jetty.servlets.DoSFilter
-
Invoked when the request handling exceeds
DoSFilter.getMaxRequestMs()
. - onRequestTrailers(HeadersFrame) - Method in class org.eclipse.jetty.http2.server.HttpChannelOverHTTP2
- onRequestTrailers(Request) - Method in interface org.eclipse.jetty.server.HttpChannel.Listener
-
Invoked when the request trailers have been parsed.
- onRequestTrailers(Request) - Method in class org.eclipse.jetty.server.HttpChannel.TransientListeners
-
Deprecated.
- onRequestTrailers(Request) - Method in class org.eclipse.jetty.server.HttpChannelListeners
- onReset(Session, ResetFrame) - Method in class org.eclipse.jetty.http2.api.Session.Listener.Adapter
- onReset(Session, ResetFrame) - Method in interface org.eclipse.jetty.http2.api.Session.Listener
-
Callback method invoked when a RST_STREAM frame has been received for an unknown stream.
- onReset(Stream, ResetFrame) - Method in class org.eclipse.jetty.http2.api.Stream.Listener.Adapter
- onReset(Stream, ResetFrame) - Method in interface org.eclipse.jetty.http2.api.Stream.Listener
-
Callback method invoked when a RST_STREAM frame has been received for this stream.
- onReset(Stream, ResetFrame) - Method in class org.eclipse.jetty.http2.client.http.HttpReceiverOverHTTP2
- onReset(Stream, ResetFrame, Callback) - Method in interface org.eclipse.jetty.http2.api.Stream.Listener
-
Callback method invoked when a RST_STREAM frame has been received for this stream.
- onReset(Stream, ResetFrame, Callback) - Method in class org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory.HTTPServerSessionListener
- onReset(ResetFrame) - Method in class org.eclipse.jetty.http2.HTTP2Session
- onReset(ResetFrame) - Method in class org.eclipse.jetty.http2.parser.Parser.Listener.Adapter
- onReset(ResetFrame) - Method in interface org.eclipse.jetty.http2.parser.Parser.Listener
- onReset(ResetFrame) - Method in class org.eclipse.jetty.http2.parser.Parser.Listener.Wrapper
- onResetForUnknownStream(ResetFrame) - Method in class org.eclipse.jetty.http2.HTTP2Session
- onResponseBegin(Response.BeginListener) - Method in interface org.eclipse.jetty.client.api.Request
- onResponseBegin(Response.BeginListener) - Method in class org.eclipse.jetty.client.HttpRequest
- onResponseBegin(Request) - Method in interface org.eclipse.jetty.server.HttpChannel.Listener
-
Invoked just before the response line is written to the network.
- onResponseBegin(Request) - Method in class org.eclipse.jetty.server.HttpChannel.TransientListeners
-
Deprecated.
- onResponseBegin(Request) - Method in class org.eclipse.jetty.server.HttpChannelListeners
- onResponseCommit() - Method in class org.eclipse.jetty.server.Request
-
Called when a response is about to be committed, ie sent back to the client
- onResponseCommit(Request) - Method in interface org.eclipse.jetty.server.HttpChannel.Listener
-
Invoked just after the response is committed (that is, the response line, headers and possibly some content have been written to the network).
- onResponseCommit(Request) - Method in class org.eclipse.jetty.server.HttpChannel.TransientListeners
-
Deprecated.
- onResponseCommit(Request) - Method in class org.eclipse.jetty.server.HttpChannelListeners
- onResponseContent(HttpServletRequest, HttpServletResponse, Response, byte[], int, int, Callback) - Method in class org.eclipse.jetty.proxy.AsyncProxyServlet
- onResponseContent(HttpServletRequest, HttpServletResponse, Response, byte[], int, int, Callback) - Method in class org.eclipse.jetty.proxy.ProxyServlet
- onResponseContent(Response.ContentListener) - Method in interface org.eclipse.jetty.client.api.Request
- onResponseContent(Response.ContentListener) - Method in class org.eclipse.jetty.client.HttpRequest
- onResponseContent(Request, ByteBuffer) - Method in interface org.eclipse.jetty.server.HttpChannel.Listener
-
Invoked after a response content chunk has been written to the network.
- onResponseContent(Request, ByteBuffer) - Method in class org.eclipse.jetty.server.HttpChannel.TransientListeners
-
Deprecated.
- onResponseContent(Request, ByteBuffer) - Method in class org.eclipse.jetty.server.HttpChannelListeners
- onResponseContentAsync(Response.AsyncContentListener) - Method in interface org.eclipse.jetty.client.api.Request
- onResponseContentAsync(Response.AsyncContentListener) - Method in class org.eclipse.jetty.client.HttpRequest
- onResponseContentDemanded(Response.DemandedContentListener) - Method in interface org.eclipse.jetty.client.api.Request
- onResponseContentDemanded(Response.DemandedContentListener) - Method in class org.eclipse.jetty.client.HttpRequest
- onResponseEnd(Request) - Method in interface org.eclipse.jetty.server.HttpChannel.Listener
-
Invoked when the response has been fully written.
- onResponseEnd(Request) - Method in class org.eclipse.jetty.server.HttpChannel.TransientListeners
-
Deprecated.
- onResponseEnd(Request) - Method in class org.eclipse.jetty.server.HttpChannelListeners
- onResponseFailure(Response.FailureListener) - Method in interface org.eclipse.jetty.client.api.Request
- onResponseFailure(Response.FailureListener) - Method in class org.eclipse.jetty.client.HttpRequest
- onResponseFailure(Request, Throwable) - Method in interface org.eclipse.jetty.server.HttpChannel.Listener
-
Invoked when the response processing failed.
- onResponseFailure(Request, Throwable) - Method in class org.eclipse.jetty.server.HttpChannel.TransientListeners
-
Deprecated.
- onResponseFailure(Request, Throwable) - Method in class org.eclipse.jetty.server.HttpChannelListeners
- onResponseHeader(Response.HeaderListener) - Method in interface org.eclipse.jetty.client.api.Request
- onResponseHeader(Response.HeaderListener) - Method in class org.eclipse.jetty.client.HttpRequest
- onResponseHeaders(Response.HeadersListener) - Method in interface org.eclipse.jetty.client.api.Request
- onResponseHeaders(Response.HeadersListener) - Method in class org.eclipse.jetty.client.HttpRequest
- onResponseSuccess(Response.SuccessListener) - Method in interface org.eclipse.jetty.client.api.Request
- onResponseSuccess(Response.SuccessListener) - Method in class org.eclipse.jetty.client.HttpRequest
- onSelected() - Method in class org.eclipse.jetty.io.ChannelEndPoint
- onSelected() - Method in interface org.eclipse.jetty.io.ManagedSelector.Selectable
-
Callback method invoked when a read or write events has been detected by the
ManagedSelector
for this endpoint. - onSelectFailed(Throwable) - Method in class org.eclipse.jetty.io.ManagedSelector
- onServerResponseHeaders(HttpServletRequest, HttpServletResponse, Response) - Method in class org.eclipse.jetty.proxy.AbstractProxyServlet
- onSessionClosed(WebSocketSession) - Method in class org.eclipse.jetty.websocket.common.SessionTracker
- onSessionClosed(WebSocketSession) - Method in interface org.eclipse.jetty.websocket.common.WebSocketSessionListener
- onSessionClosed(JsrSession) - Method in interface org.eclipse.jetty.websocket.jsr356.JsrSessionListener
- onSessionClosed(JsrSession) - Method in class org.eclipse.jetty.websocket.jsr356.JsrSessionTracker
- onSessionCreated(WebSocketSession) - Method in class org.eclipse.jetty.websocket.common.SessionTracker
- onSessionCreated(WebSocketSession) - Method in interface org.eclipse.jetty.websocket.common.WebSocketSessionListener
- onSessionFailure(Throwable, Callback) - Method in class org.eclipse.jetty.http2.server.HTTP2ServerConnection
- onSessionOpened(WebSocketSession) - Method in interface org.eclipse.jetty.websocket.common.WebSocketSessionListener
- onSessionOpened(JsrSession) - Method in interface org.eclipse.jetty.websocket.jsr356.JsrSessionListener
- onSessionOpened(JsrSession) - Method in class org.eclipse.jetty.websocket.jsr356.JsrSessionTracker
- onSessionStalled(ISession) - Method in class org.eclipse.jetty.http2.AbstractFlowControlStrategy
- onSessionTimeout(Throwable) - Method in class org.eclipse.jetty.http2.server.HTTP2ServerConnection
- onSessionUnstalled(ISession) - Method in class org.eclipse.jetty.http2.AbstractFlowControlStrategy
- onSetting(ByteBuffer, Map<Integer, Integer>, int, int) - Method in class org.eclipse.jetty.http2.parser.SettingsBodyParser
- onSettings(ByteBuffer, Map<Integer, Integer>) - Method in class org.eclipse.jetty.http2.parser.SettingsBodyParser
- onSettings(Session, SettingsFrame) - Method in class org.eclipse.jetty.http2.api.Session.Listener.Adapter
- onSettings(Session, SettingsFrame) - Method in interface org.eclipse.jetty.http2.api.Session.Listener
-
Callback method invoked when a SETTINGS frame has been received.
- onSettings(SettingsFrame) - Method in class org.eclipse.jetty.http2.HTTP2Session
- onSettings(SettingsFrame) - Method in class org.eclipse.jetty.http2.parser.Parser.Listener.Adapter
- onSettings(SettingsFrame) - Method in interface org.eclipse.jetty.http2.parser.Parser.Listener
- onSettings(SettingsFrame) - Method in class org.eclipse.jetty.http2.parser.Parser.Listener.Wrapper
- onSettings(SettingsFrame, boolean) - Method in class org.eclipse.jetty.http2.HTTP2Session
- onShutdown() - Method in class org.eclipse.jetty.http2.HTTP2Session
-
This method is called when the TCP FIN is received from the remote peer.
- onShutdown() - Method in interface org.eclipse.jetty.http2.ISession
-
Callback invoked when the connection reads -1.
- onStart(int, FCGI.Role, int) - Method in class org.eclipse.jetty.fcgi.parser.ServerParser.Listener.Adapter
- onStart(int, FCGI.Role, int) - Method in interface org.eclipse.jetty.fcgi.parser.ServerParser.Listener
- onStartAsync(AsyncEvent) - Method in class org.eclipse.jetty.continuation.Servlet3Continuation
-
Deprecated.
- onStartAsync(AsyncEvent) - Method in class org.eclipse.jetty.server.AsyncContextState.WrappedAsyncListener
- onStartup(Set<Class<?>>, ServletContext) - Method in class org.eclipse.jetty.cdi.CdiServletContainerInitializer
- onStartup(Set<Class<?>>, ServletContext) - Method in class org.eclipse.jetty.websocket.jsr356.server.deploy.WebSocketServerContainerInitializer
- onStartup(Set<Class<?>>, ServletContext) - Method in class org.eclipse.jetty.websocket.server.NativeWebSocketServletContainerInitializer
- onStreamCreated(IStream) - Method in class org.eclipse.jetty.http2.AbstractFlowControlStrategy
- onStreamCreated(IStream) - Method in class org.eclipse.jetty.http2.BufferingFlowControlStrategy
- onStreamCreated(IStream) - Method in interface org.eclipse.jetty.http2.FlowControlStrategy
- onStreamDestroyed(IStream) - Method in class org.eclipse.jetty.http2.AbstractFlowControlStrategy
- onStreamDestroyed(IStream) - Method in class org.eclipse.jetty.http2.BufferingFlowControlStrategy
- onStreamDestroyed(IStream) - Method in interface org.eclipse.jetty.http2.FlowControlStrategy
- onStreamFailure(int, int, String) - Method in class org.eclipse.jetty.http2.HTTP2Session
- onStreamFailure(int, int, String) - Method in class org.eclipse.jetty.http2.parser.Parser.Listener.Adapter
- onStreamFailure(int, int, String) - Method in interface org.eclipse.jetty.http2.parser.Parser.Listener
- onStreamFailure(int, int, String) - Method in class org.eclipse.jetty.http2.parser.Parser.Listener.Wrapper
- onStreamFailure(Throwable) - Method in class org.eclipse.jetty.http2.server.HttpTransportOverHTTP2
- onStreamFailure(IStream, Throwable, Callback) - Method in class org.eclipse.jetty.http2.server.HTTP2ServerConnection
- onStreamOpened(IStream) - Method in class org.eclipse.jetty.http2.HTTP2Session
- onStreamStalled(IStream) - Method in class org.eclipse.jetty.http2.AbstractFlowControlStrategy
- onStreamTimeout(Throwable) - Method in class org.eclipse.jetty.http2.server.HttpTransportOverHTTP2
- onStreamTimeout(Throwable, Consumer<Runnable>) - Method in class org.eclipse.jetty.http2.server.HttpChannelOverHTTP2
- onStreamTimeout(IStream, Throwable) - Method in class org.eclipse.jetty.http2.server.HTTP2ServerConnection
- onStreamUnstalled(IStream) - Method in class org.eclipse.jetty.http2.AbstractFlowControlStrategy
- onSuccess(Request) - Method in interface org.eclipse.jetty.client.api.Request.Listener
- onSuccess(Request) - Method in interface org.eclipse.jetty.client.api.Request.SuccessListener
-
Callback method invoked when the request has been successfully sent.
- onSuccess(Response) - Method in interface org.eclipse.jetty.client.api.Response.Listener
- onSuccess(Response) - Method in interface org.eclipse.jetty.client.api.Response.SuccessListener
-
Callback method invoked when the whole response has been successfully received.
- onSuccess(Response) - Method in class org.eclipse.jetty.client.ContinueProtocolHandler.ContinueListener
- onSuccess(Response) - Method in class org.eclipse.jetty.client.util.InputStreamResponseListener
- onSuccess(Response) - Method in class org.eclipse.jetty.proxy.AsyncMiddleManServlet.ProxyResponseListener
- onText - Variable in class org.eclipse.jetty.websocket.common.events.annotated.EventMethods
- onText - Variable in class org.eclipse.jetty.websocket.common.events.JettyAnnotatedMetadata
-
@OnWebSocketMessage (String, or Reader)
- onText - Variable in class org.eclipse.jetty.websocket.jsr356.annotations.AnnotatedEndpointMetadata
-
Callable for @
OnMessage
annotation dealing with Text Message Format - onTextFrame(ByteBuffer, boolean) - Method in interface org.eclipse.jetty.websocket.common.events.EventDriver
- onTextFrame(ByteBuffer, boolean) - Method in class org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver
- onTextFrame(ByteBuffer, boolean) - Method in class org.eclipse.jetty.websocket.common.events.JettyListenerEventDriver
- onTextFrame(ByteBuffer, boolean) - Method in class org.eclipse.jetty.websocket.jsr356.endpoints.JsrAnnotatedEventDriver
-
Entry point for all incoming text frames.
- onTextFrame(ByteBuffer, boolean) - Method in class org.eclipse.jetty.websocket.jsr356.endpoints.JsrEndpointEventDriver
- onTextMessage(String) - Method in interface org.eclipse.jetty.websocket.common.events.EventDriver
- onTextMessage(String) - Method in class org.eclipse.jetty.websocket.common.events.JettyAnnotatedEventDriver
- onTextMessage(String) - Method in class org.eclipse.jetty.websocket.common.events.JettyListenerEventDriver
-
Whole Message event.
- onTextMessage(String) - Method in class org.eclipse.jetty.websocket.jsr356.endpoints.JsrAnnotatedEventDriver
-
Entry point for whole text messages
- onTextMessage(String) - Method in class org.eclipse.jetty.websocket.jsr356.endpoints.JsrEndpointEventDriver
- onTextStream - Variable in class org.eclipse.jetty.websocket.jsr356.annotations.AnnotatedEndpointMetadata
-
Callable for @
OnMessage
annotation dealing with Text Streaming Message Format - onTimeout() - Method in class org.eclipse.jetty.server.HttpChannelState
- onTimeout(AsyncEvent) - Method in class org.eclipse.jetty.continuation.Servlet3Continuation
-
Deprecated.
- onTimeout(AsyncEvent) - Method in class org.eclipse.jetty.server.AsyncContextState.WrappedAsyncListener
- onTimeout(Continuation) - Method in interface org.eclipse.jetty.continuation.ContinuationListener
-
Deprecated.Called when a suspended continuation has timed out.
- onTimeout(Stream, Throwable) - Method in class org.eclipse.jetty.http2.api.Stream.Listener.Adapter
- onTimeout(Stream, Throwable) - Method in interface org.eclipse.jetty.http2.api.Stream.Listener
-
Deprecated.use
Stream.Listener.onIdleTimeout(Stream, Throwable)
instead - onTimeoutExpired() - Method in class org.eclipse.jetty.client.TimeoutCompleteListener
-
Deprecated.
- onTimeoutExpired() - Method in class org.eclipse.jetty.io.CyclicTimeout
-
Invoked when the timeout expires.
- onTotalClosed(Connection) - Method in class org.eclipse.jetty.io.ConnectionStatistics
- onTotalOpened(Connection) - Method in class org.eclipse.jetty.io.ConnectionStatistics
- onTrailers(HttpFields) - Method in class org.eclipse.jetty.server.HttpChannel
- onTrailers(IStream, HeadersFrame) - Method in class org.eclipse.jetty.http2.server.HTTP2ServerConnection
- onUpgradeFrom() - Method in class org.eclipse.jetty.client.http.HttpConnectionOverHTTP
- onUpgradeFrom() - Method in class org.eclipse.jetty.client.http.HttpReceiverOverHTTP
- onUpgradeFrom() - Method in interface org.eclipse.jetty.io.Connection.UpgradeFrom
-
Invoked during an
upgrade
to produce a buffer containing bytes that have not been consumed by this connection, and that must be consumed by the upgrade-to connection. - onUpgradeFrom() - Method in class org.eclipse.jetty.server.HttpConnection
- onUpgradeTo(ByteBuffer) - Method in class org.eclipse.jetty.http2.server.HTTP2ServerConnection
- onUpgradeTo(ByteBuffer) - Method in interface org.eclipse.jetty.io.Connection.UpgradeTo
-
Invoked during an
upgrade
to receive a buffer containing bytes that have not been consumed by the upgrade-from connection, and that must be consumed by this connection. - onUpgradeTo(ByteBuffer) - Method in class org.eclipse.jetty.io.ssl.SslConnection
- onUpgradeTo(ByteBuffer) - Method in class org.eclipse.jetty.proxy.ConnectHandler.DownstreamConnection
- onUpgradeTo(ByteBuffer) - Method in class org.eclipse.jetty.server.HttpConnection
- onUpgradeTo(ByteBuffer) - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection
-
Extra bytes from the initial HTTP upgrade that need to be processed by the websocket parser before starting to read bytes from the connection
- onWebSocketBinary(byte[], int, int) - Method in class org.eclipse.jetty.websocket.api.WebSocketAdapter
- onWebSocketBinary(byte[], int, int) - Method in interface org.eclipse.jetty.websocket.api.WebSocketListener
-
A WebSocket binary frame has been received.
- onWebSocketClose(int, String) - Method in class org.eclipse.jetty.websocket.api.WebSocketAdapter
- onWebSocketClose(int, String) - Method in interface org.eclipse.jetty.websocket.api.WebSocketConnectionListener
-
A Close Event was received.
- OnWebSocketClose - Annotation Type in org.eclipse.jetty.websocket.api.annotations
-
Annotation for tagging methods to receive connection close events.
- onWebSocketConnect(Session) - Method in class org.eclipse.jetty.websocket.api.WebSocketAdapter
- onWebSocketConnect(Session) - Method in interface org.eclipse.jetty.websocket.api.WebSocketConnectionListener
-
A WebSocket
Session
has connected successfully and is ready to be used. - OnWebSocketConnect - Annotation Type in org.eclipse.jetty.websocket.api.annotations
-
Annotation for tagging methods to receive connection open events.
- onWebSocketError(Throwable) - Method in class org.eclipse.jetty.websocket.api.WebSocketAdapter
- onWebSocketError(Throwable) - Method in interface org.eclipse.jetty.websocket.api.WebSocketConnectionListener
-
A WebSocket exception has occurred.
- OnWebSocketError - Annotation Type in org.eclipse.jetty.websocket.api.annotations
-
Annotation for receiving websocket errors (exceptions) that have occurred internally in the websocket implementation.
- onWebSocketFrame(Frame) - Method in interface org.eclipse.jetty.websocket.api.WebSocketFrameListener
-
A WebSocket frame has been received.
- OnWebSocketFrame - Annotation Type in org.eclipse.jetty.websocket.api.annotations
-
(ADVANCED) Annotation for tagging methods to receive frame events.
- OnWebSocketMessage - Annotation Type in org.eclipse.jetty.websocket.api.annotations
-
Annotation for tagging methods to receive Binary or Text Message events.
- onWebSocketPartialBinary(ByteBuffer, boolean) - Method in interface org.eclipse.jetty.websocket.api.WebSocketPartialListener
-
A WebSocket BINARY (or associated CONTINUATION) frame has been received.
- onWebSocketPartialText(String, boolean) - Method in interface org.eclipse.jetty.websocket.api.WebSocketPartialListener
-
A WebSocket TEXT (or associated CONTINUATION) frame has been received.
- onWebSocketPing(ByteBuffer) - Method in interface org.eclipse.jetty.websocket.api.WebSocketPingPongListener
-
A WebSocket PING has been received.
- onWebSocketPong(ByteBuffer) - Method in interface org.eclipse.jetty.websocket.api.WebSocketPingPongListener
-
A WebSocket PONG has been received.
- onWebSocketText(String) - Method in class org.eclipse.jetty.websocket.api.WebSocketAdapter
- onWebSocketText(String) - Method in interface org.eclipse.jetty.websocket.api.WebSocketListener
-
A WebSocket Text frame was received.
- onWindowUpdate(WindowUpdateFrame) - Method in class org.eclipse.jetty.http2.HTTP2Session
- onWindowUpdate(WindowUpdateFrame) - Method in class org.eclipse.jetty.http2.parser.Parser.Listener.Adapter
- onWindowUpdate(WindowUpdateFrame) - Method in interface org.eclipse.jetty.http2.parser.Parser.Listener
- onWindowUpdate(WindowUpdateFrame) - Method in class org.eclipse.jetty.http2.parser.Parser.Listener.Wrapper
- onWindowUpdate(ISession, IStream, WindowUpdateFrame) - Method in class org.eclipse.jetty.http2.AbstractFlowControlStrategy
- onWindowUpdate(ISession, IStream, WindowUpdateFrame) - Method in interface org.eclipse.jetty.http2.FlowControlStrategy
- onWindowUpdate(IStream, WindowUpdateFrame) - Method in class org.eclipse.jetty.http2.HTTP2Session
- onWindowUpdate(IStream, WindowUpdateFrame) - Method in interface org.eclipse.jetty.http2.ISession
-
Callback method invoked when a WINDOW_UPDATE frame has been received.
- onWritePossible() - Method in class org.eclipse.jetty.proxy.AsyncMiddleManServlet.ProxyWriter
- onWritePossible() - Method in class org.eclipse.jetty.proxy.AsyncProxyServlet.StreamWriter
- onWritePossible() - Method in class org.eclipse.jetty.server.HttpChannelState
- OpCode - Class in org.eclipse.jetty.websocket.common
- OpCode() - Constructor for class org.eclipse.jetty.websocket.common.OpCode
- open() - Method in class org.eclipse.jetty.http.MultiPartFormInputStream.MultiPart
- open() - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
- open() - Method in interface org.eclipse.jetty.server.NetworkConnector
-
Performs the activities needed to open the network communication (for example, to start accepting incoming network connections).
- open() - Method in class org.eclipse.jetty.server.ServerConnector
- open() - Method in class org.eclipse.jetty.unixsocket.UnixSocketConnector
- open() - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
-
Deprecated.
- open() - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
-
Open/Activate the session
- open(ServerSocketChannel) - Method in class org.eclipse.jetty.server.ServerConnector
-
Open the connector using the passed ServerSocketChannel.
- open(EventSource, EventSource.Emitter) - Method in class org.eclipse.jetty.servlets.EventSourceServlet
- openAcceptChannel() - Method in class org.eclipse.jetty.server.ServerConnector
-
Called by
ServerConnector.open()
to obtain the accepting channel. - openConnection(URL) - Method in class org.eclipse.jetty.osgi.boot.warurl.WarUrlStreamHandler
- opened() - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection
- opened() - Method in class org.eclipse.jetty.websocket.common.io.ConnectionState
-
Requests that the connection migrate to OPENED state
- opened() - Method in interface org.eclipse.jetty.websocket.common.LogicalConnection
-
Set the state to opened (the application onOpen() method has been called successfully).
- opened(Socket) - Method in class org.eclipse.jetty.io.NetworkTrafficListener.Adapter
-
Deprecated.
- opened(Socket) - Method in interface org.eclipse.jetty.io.NetworkTrafficListener
-
Callback method invoked when a connection from a remote client has been accepted.
- OpenIdAuthentication(String, UserIdentity) - Constructor for class org.eclipse.jetty.security.openid.OpenIdAuthenticator.OpenIdAuthentication
- OpenIdAuthenticator - Class in org.eclipse.jetty.security.openid
-
Implements authentication using OpenId Connect on top of OAuth 2.0.
- OpenIdAuthenticator() - Constructor for class org.eclipse.jetty.security.openid.OpenIdAuthenticator
- OpenIdAuthenticator(OpenIdConfiguration, String) - Constructor for class org.eclipse.jetty.security.openid.OpenIdAuthenticator
- OpenIdAuthenticator.OpenIdAuthentication - Class in org.eclipse.jetty.security.openid
-
This Authentication represents a just completed OpenId Connect authentication.
- OpenIdAuthenticatorFactory - Class in org.eclipse.jetty.security.openid
- OpenIdAuthenticatorFactory() - Constructor for class org.eclipse.jetty.security.openid.OpenIdAuthenticatorFactory
- OpenIdConfiguration - Class in org.eclipse.jetty.security.openid
-
Holds the configuration for an OpenID Connect service.
- OpenIdConfiguration(String, String, String) - Constructor for class org.eclipse.jetty.security.openid.OpenIdConfiguration
-
Create an OpenID configuration for a specific OIDC provider.
- OpenIdConfiguration(String, String, String, String, String, String, HttpClient) - Constructor for class org.eclipse.jetty.security.openid.OpenIdConfiguration
-
Create an OpenID configuration for a specific OIDC provider.
- OpenIdConfiguration(String, String, String, String, String, HttpClient) - Constructor for class org.eclipse.jetty.security.openid.OpenIdConfiguration
-
Create an OpenID configuration for a specific OIDC provider.
- OpenIdCredentials - Class in org.eclipse.jetty.security.openid
-
The credentials of an user to be authenticated with OpenID Connect.
- OpenIdCredentials(String, String) - Constructor for class org.eclipse.jetty.security.openid.OpenIdCredentials
- OpenIdCredentials(Map<String, Object>) - Constructor for class org.eclipse.jetty.security.openid.OpenIdCredentials
- OpenIdCredentials.AuthenticationException - Exception in org.eclipse.jetty.security.openid
- OpenIdLoginService - Class in org.eclipse.jetty.security.openid
-
The implementation of
LoginService
required to use OpenID Connect. - OpenIdLoginService(OpenIdConfiguration) - Constructor for class org.eclipse.jetty.security.openid.OpenIdLoginService
- OpenIdLoginService(OpenIdConfiguration, LoginService) - Constructor for class org.eclipse.jetty.security.openid.OpenIdLoginService
-
Use a wrapped
LoginService
to store information about user roles. - OpenIdUserIdentity - Class in org.eclipse.jetty.security.openid
- OpenIdUserIdentity(Subject, Principal, UserIdentity) - Constructor for class org.eclipse.jetty.security.openid.OpenIdUserIdentity
- OpenIdUserPrincipal - Class in org.eclipse.jetty.security.openid
- OpenIdUserPrincipal(OpenIdCredentials) - Constructor for class org.eclipse.jetty.security.openid.OpenIdUserPrincipal
- opening() - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection
- opening() - Method in class org.eclipse.jetty.websocket.common.io.ConnectionState
-
Requests that the connection migrate to OPENING state
- opening() - Method in interface org.eclipse.jetty.websocket.common.LogicalConnection
-
Set the state to upgrade/opening handshake has completed.
- OpenJDK8ClientALPNProcessor - Class in org.eclipse.jetty.alpn.openjdk8.client
- OpenJDK8ClientALPNProcessor() - Constructor for class org.eclipse.jetty.alpn.openjdk8.client.OpenJDK8ClientALPNProcessor
- OpenJDK8ServerALPNProcessor - Class in org.eclipse.jetty.alpn.openjdk8.server
- OpenJDK8ServerALPNProcessor() - Constructor for class org.eclipse.jetty.alpn.openjdk8.server.OpenJDK8ServerALPNProcessor
- openSession(WebSocketSession) - Method in class org.eclipse.jetty.websocket.common.events.AbstractEventDriver
- openSession(WebSocketSession) - Method in interface org.eclipse.jetty.websocket.common.events.EventDriver
- openSession(WebSocketSession) - Method in class org.eclipse.jetty.websocket.jsr356.endpoints.AbstractJsrEventDriver
- openTag(String) - Method in class org.eclipse.jetty.xml.XmlAppendable
- openTag(String, Map<String, String>) - Method in class org.eclipse.jetty.xml.XmlAppendable
- OptionalSessionCallableMethod - Class in org.eclipse.jetty.websocket.common.events.annotated
-
Simple CallableMethod that manages the optional
Session
argument - OptionalSessionCallableMethod(Class<?>, Method) - Constructor for class org.eclipse.jetty.websocket.common.events.annotated.OptionalSessionCallableMethod
- OptionalSslConnectionFactory - Class in org.eclipse.jetty.server
-
Deprecated.Use
DetectorConnectionFactory
with aSslConnectionFactory
instead. - OptionalSslConnectionFactory(SslConnectionFactory, String) - Constructor for class org.eclipse.jetty.server.OptionalSslConnectionFactory
-
Deprecated.Creates a new ConnectionFactory whose connections can upgrade to TLS or another protocol.
- OPTIONS - org.eclipse.jetty.http.HttpMethod
- order(List<Resource>) - Method in class org.eclipse.jetty.webapp.AbsoluteOrdering
- order(List<Resource>) - Method in interface org.eclipse.jetty.webapp.Ordering
- order(List<Resource>) - Method in class org.eclipse.jetty.webapp.RelativeOrdering
- ORDERED_LIBS - Static variable in class org.eclipse.jetty.webapp.MetaData
- OrderedGroupBinding - Class in org.eclipse.jetty.deploy.bindings
-
Provides a way of forcing the ordered execution of bindings within a declared binding target.
- OrderedGroupBinding(String[]) - Constructor for class org.eclipse.jetty.deploy.bindings.OrderedGroupBinding
- orderFragments() - Method in class org.eclipse.jetty.webapp.MetaData
- Ordering - Interface in org.eclipse.jetty.webapp
-
Ordering options for jars in WEB-INF lib.
- ORDERPATCH - org.eclipse.jetty.http.HttpMethod
- org.eclipse.jetty.alpn.client - package org.eclipse.jetty.alpn.client
- org.eclipse.jetty.alpn.conscrypt.client - package org.eclipse.jetty.alpn.conscrypt.client
- org.eclipse.jetty.alpn.conscrypt.server - package org.eclipse.jetty.alpn.conscrypt.server
- org.eclipse.jetty.alpn.java.client - package org.eclipse.jetty.alpn.java.client
- org.eclipse.jetty.alpn.java.server - package org.eclipse.jetty.alpn.java.server
- org.eclipse.jetty.alpn.openjdk8.client - package org.eclipse.jetty.alpn.openjdk8.client
- org.eclipse.jetty.alpn.openjdk8.server - package org.eclipse.jetty.alpn.openjdk8.server
- org.eclipse.jetty.alpn.server - package org.eclipse.jetty.alpn.server
- org.eclipse.jetty.annotations - package org.eclipse.jetty.annotations
-
Jetty Annotations : Support for Servlet Annotations
- org.eclipse.jetty.ant - package org.eclipse.jetty.ant
-
Jetty Ant : Ant Tasks and Configuration
- org.eclipse.jetty.ant.types - package org.eclipse.jetty.ant.types
-
Jetty Ant : Ant Wrappers of Jetty Internals
- org.eclipse.jetty.ant.utils - package org.eclipse.jetty.ant.utils
-
Jetty Ant : Utility Classes
- org.eclipse.jetty.apache.jsp - package org.eclipse.jetty.apache.jsp
- org.eclipse.jetty.cdi - package org.eclipse.jetty.cdi
- org.eclipse.jetty.client - package org.eclipse.jetty.client
-
Jetty Client : Implementation and Core Classes This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
- org.eclipse.jetty.client.api - package org.eclipse.jetty.client.api
-
Jetty Client : API Classes
- org.eclipse.jetty.client.http - package org.eclipse.jetty.client.http
- org.eclipse.jetty.client.jmh - package org.eclipse.jetty.client.jmh
- org.eclipse.jetty.client.jmx - package org.eclipse.jetty.client.jmx
- org.eclipse.jetty.client.util - package org.eclipse.jetty.client.util
-
Jetty Client : Utility Classes
- org.eclipse.jetty.continuation - package org.eclipse.jetty.continuation
-
Jetty Continuation : DEPRECATED: use Servlet 3.0
AsyncContext
instead - org.eclipse.jetty.deploy - package org.eclipse.jetty.deploy
-
Jetty Deploy : Webapp Deploy Management
- org.eclipse.jetty.deploy.bindings - package org.eclipse.jetty.deploy.bindings
-
Jetty Deploy : Standard Deployment Bindings
- org.eclipse.jetty.deploy.graph - package org.eclipse.jetty.deploy.graph
-
Jetty Deploy : Deployment Graph
- org.eclipse.jetty.deploy.jmx - package org.eclipse.jetty.deploy.jmx
-
Jetty Deploy : JMX Integration
- org.eclipse.jetty.deploy.providers - package org.eclipse.jetty.deploy.providers
-
Jetty Deploy : Webapp Deployment Providers
- org.eclipse.jetty.deploy.providers.jmx - package org.eclipse.jetty.deploy.providers.jmx
- org.eclipse.jetty.deploy.util - package org.eclipse.jetty.deploy.util
-
Jetty Deploy : Utilities
- org.eclipse.jetty.embedded - package org.eclipse.jetty.embedded
- org.eclipse.jetty.example.asyncrest - package org.eclipse.jetty.example.asyncrest
- org.eclipse.jetty.fcgi - package org.eclipse.jetty.fcgi
- org.eclipse.jetty.fcgi.client.http - package org.eclipse.jetty.fcgi.client.http
- org.eclipse.jetty.fcgi.generator - package org.eclipse.jetty.fcgi.generator
- org.eclipse.jetty.fcgi.parser - package org.eclipse.jetty.fcgi.parser
- org.eclipse.jetty.fcgi.server - package org.eclipse.jetty.fcgi.server
- org.eclipse.jetty.fcgi.server.proxy - package org.eclipse.jetty.fcgi.server.proxy
- org.eclipse.jetty.gcloud.session - package org.eclipse.jetty.gcloud.session
- org.eclipse.jetty.hazelcast.session - package org.eclipse.jetty.hazelcast.session
- org.eclipse.jetty.http - package org.eclipse.jetty.http
-
Jetty Http : Tools for Http processing
- org.eclipse.jetty.http.compression - package org.eclipse.jetty.http.compression
- org.eclipse.jetty.http.jmh - package org.eclipse.jetty.http.jmh
- org.eclipse.jetty.http.pathmap - package org.eclipse.jetty.http.pathmap
- org.eclipse.jetty.http.spi - package org.eclipse.jetty.http.spi
- org.eclipse.jetty.http2 - package org.eclipse.jetty.http2
- org.eclipse.jetty.http2.api - package org.eclipse.jetty.http2.api
- org.eclipse.jetty.http2.api.server - package org.eclipse.jetty.http2.api.server
- org.eclipse.jetty.http2.client - package org.eclipse.jetty.http2.client
- org.eclipse.jetty.http2.client.http - package org.eclipse.jetty.http2.client.http
- org.eclipse.jetty.http2.frames - package org.eclipse.jetty.http2.frames
- org.eclipse.jetty.http2.generator - package org.eclipse.jetty.http2.generator
- org.eclipse.jetty.http2.hpack - package org.eclipse.jetty.http2.hpack
- org.eclipse.jetty.http2.parser - package org.eclipse.jetty.http2.parser
- org.eclipse.jetty.http2.server - package org.eclipse.jetty.http2.server
- org.eclipse.jetty.io - package org.eclipse.jetty.io
-
Jetty IO : Core classes for Jetty IO subsystem
- org.eclipse.jetty.io.jmh - package org.eclipse.jetty.io.jmh
- org.eclipse.jetty.io.jmx - package org.eclipse.jetty.io.jmx
- org.eclipse.jetty.io.ssl - package org.eclipse.jetty.io.ssl
-
Jetty IO : Core SSL Support
- org.eclipse.jetty.jaas - package org.eclipse.jetty.jaas
-
Jetty Jaas : Support for Jaas
- org.eclipse.jetty.jaas.callback - package org.eclipse.jetty.jaas.callback
-
Jetty Jaas : Jaas Callbacks
- org.eclipse.jetty.jaas.spi - package org.eclipse.jetty.jaas.spi
-
Jetty Jaas : Various Jaas Implementations for Jetty
- org.eclipse.jetty.jetty_jspc_maven_plugin - package org.eclipse.jetty.jetty_jspc_maven_plugin
- org.eclipse.jetty.jetty_maven_plugin - package org.eclipse.jetty.jetty_maven_plugin
- org.eclipse.jetty.jmx - package org.eclipse.jetty.jmx
-
Jetty JMX : Integration for JMX in Jetty
- org.eclipse.jetty.jndi - package org.eclipse.jetty.jndi
-
Jetty Jndi : Java Naming Directory Interface
- org.eclipse.jetty.jndi.factories - package org.eclipse.jetty.jndi.factories
-
Jetty Jndi : Factories
- org.eclipse.jetty.jndi.java - package org.eclipse.jetty.jndi.java
-
Jetty Jndi : Mappings for java
- org.eclipse.jetty.jndi.local - package org.eclipse.jetty.jndi.local
-
Jetty Jndi : Mappings for local
- org.eclipse.jetty.jsp - package org.eclipse.jetty.jsp
- org.eclipse.jetty.jspc.plugin - package org.eclipse.jetty.jspc.plugin
-
Jetty Jspc Maven Plugin : Support for precompiling jsps
- org.eclipse.jetty.maven.plugin - package org.eclipse.jetty.maven.plugin
-
Jetty Maven Plugin : Support for Jetty in Maven build lifecycle
- org.eclipse.jetty.maven.plugin.utils - package org.eclipse.jetty.maven.plugin.utils
- org.eclipse.jetty.memcached.session - package org.eclipse.jetty.memcached.session
- org.eclipse.jetty.nosql - package org.eclipse.jetty.nosql
-
Jetty NoSql : Generic Nosql Session Management
- org.eclipse.jetty.nosql.mongodb - package org.eclipse.jetty.nosql.mongodb
-
Jetty NoSql : MongoDB Integration
- org.eclipse.jetty.osgi.annotations - package org.eclipse.jetty.osgi.annotations
- org.eclipse.jetty.osgi.boot - package org.eclipse.jetty.osgi.boot
- org.eclipse.jetty.osgi.boot.internal.serverfactory - package org.eclipse.jetty.osgi.boot.internal.serverfactory
- org.eclipse.jetty.osgi.boot.internal.webapp - package org.eclipse.jetty.osgi.boot.internal.webapp
- org.eclipse.jetty.osgi.boot.jasper - package org.eclipse.jetty.osgi.boot.jasper
- org.eclipse.jetty.osgi.boot.jsp - package org.eclipse.jetty.osgi.boot.jsp
- org.eclipse.jetty.osgi.boot.utils - package org.eclipse.jetty.osgi.boot.utils
- org.eclipse.jetty.osgi.boot.utils.internal - package org.eclipse.jetty.osgi.boot.utils.internal
- org.eclipse.jetty.osgi.boot.warurl - package org.eclipse.jetty.osgi.boot.warurl
- org.eclipse.jetty.osgi.boot.warurl.internal - package org.eclipse.jetty.osgi.boot.warurl.internal
- org.eclipse.jetty.osgi.httpservice - package org.eclipse.jetty.osgi.httpservice
- org.eclipse.jetty.plus.annotation - package org.eclipse.jetty.plus.annotation
-
Jetty Plus : Limited JEE Annotation Support
- org.eclipse.jetty.plus.jndi - package org.eclipse.jetty.plus.jndi
-
Jetty Plus : Limited JEE Jndi Support
- org.eclipse.jetty.plus.security - package org.eclipse.jetty.plus.security
-
Jetty Plus : Limited JEE Security Support
- org.eclipse.jetty.plus.webapp - package org.eclipse.jetty.plus.webapp
-
Jetty Plus : Limited Additional JEE Webapp Support
- org.eclipse.jetty.proxy - package org.eclipse.jetty.proxy
-
Jetty Proxy : Async Proxy Support
- org.eclipse.jetty.quickstart - package org.eclipse.jetty.quickstart
- org.eclipse.jetty.requestlog.jmh - package org.eclipse.jetty.requestlog.jmh
- org.eclipse.jetty.rewrite - package org.eclipse.jetty.rewrite
- org.eclipse.jetty.rewrite.handler - package org.eclipse.jetty.rewrite.handler
-
Jetty Rewrite : Rewrite Handler and Rules for Jetty
- org.eclipse.jetty.security - package org.eclipse.jetty.security
-
Jetty Security : Modular Support for Security in Jetty
- org.eclipse.jetty.security.authentication - package org.eclipse.jetty.security.authentication
-
Jetty Security : Authenticators and Callbacks
- org.eclipse.jetty.security.jaspi - package org.eclipse.jetty.security.jaspi
-
Jetty Jaspi : Java Authentication SPI
- org.eclipse.jetty.security.jaspi.callback - package org.eclipse.jetty.security.jaspi.callback
-
Jetty Jaspi : Callbacks
- org.eclipse.jetty.security.jaspi.modules - package org.eclipse.jetty.security.jaspi.modules
-
Jetty Jaspi : Authentication Modules
- org.eclipse.jetty.security.openid - package org.eclipse.jetty.security.openid
- org.eclipse.jetty.server - package org.eclipse.jetty.server
-
Jetty Server : Core Server API
- org.eclipse.jetty.server.handler - package org.eclipse.jetty.server.handler
-
Jetty Server : Core Handler API
- org.eclipse.jetty.server.handler.gzip - package org.eclipse.jetty.server.handler.gzip
-
Jetty GZIP Handler
- org.eclipse.jetty.server.handler.jmx - package org.eclipse.jetty.server.handler.jmx
-
Jetty Server : Handler JMX Integration
- org.eclipse.jetty.server.jmh - package org.eclipse.jetty.server.jmh
- org.eclipse.jetty.server.jmx - package org.eclipse.jetty.server.jmx
-
Jetty Server : Server JMX Integration
- org.eclipse.jetty.server.nio - package org.eclipse.jetty.server.nio
-
Jetty Server : Core Server Connector
- org.eclipse.jetty.server.resource - package org.eclipse.jetty.server.resource
- org.eclipse.jetty.server.session - package org.eclipse.jetty.server.session
-
Jetty Server : Session Management Implementations
- org.eclipse.jetty.servlet - package org.eclipse.jetty.servlet
-
Jetty Server : Modular Servlet Integration
- org.eclipse.jetty.servlet.jmx - package org.eclipse.jetty.servlet.jmx
-
Jetty Servlet : Servlet JMX Integration
- org.eclipse.jetty.servlet.listener - package org.eclipse.jetty.servlet.listener
-
Jetty Servlet : Useful Servlet Listeners
- org.eclipse.jetty.servlets - package org.eclipse.jetty.servlets
-
Jetty Servlets : Generally Useful Servlets, Handlers and Filters
- org.eclipse.jetty.session.infinispan - package org.eclipse.jetty.session.infinispan
- org.eclipse.jetty.spring - package org.eclipse.jetty.spring
-
Jetty Spring : (Deprecated) Spring IoC Configuration for Jetty
- org.eclipse.jetty.start - package org.eclipse.jetty.start
-
Jetty Start : Generic Java Start Mechanism
- org.eclipse.jetty.start.builders - package org.eclipse.jetty.start.builders
- org.eclipse.jetty.start.config - package org.eclipse.jetty.start.config
- org.eclipse.jetty.start.fileinits - package org.eclipse.jetty.start.fileinits
- org.eclipse.jetty.unixsocket - package org.eclipse.jetty.unixsocket
- org.eclipse.jetty.unixsocket.client - package org.eclipse.jetty.unixsocket.client
- org.eclipse.jetty.util - package org.eclipse.jetty.util
-
Jetty Util : Common Utility Classes
- org.eclipse.jetty.util.ajax - package org.eclipse.jetty.util.ajax
-
Jetty Util : Simple JSON Utility classes
- org.eclipse.jetty.util.annotation - package org.eclipse.jetty.util.annotation
-
Jetty Util : Common Utility Annotations
- org.eclipse.jetty.util.component - package org.eclipse.jetty.util.component
-
Jetty Util : Jetty Lifecycle Management
- org.eclipse.jetty.util.compression - package org.eclipse.jetty.util.compression
- org.eclipse.jetty.util.jmh - package org.eclipse.jetty.util.jmh
- org.eclipse.jetty.util.log - package org.eclipse.jetty.util.log
-
Jetty Util : Common Logging Integrations
- org.eclipse.jetty.util.log.jmx - package org.eclipse.jetty.util.log.jmx
-
Jetty JMX : Jetty Logging JMX Integration
- org.eclipse.jetty.util.preventers - package org.eclipse.jetty.util.preventers
-
Jetty Util : Common Memory Leak Prevention Tooling
- org.eclipse.jetty.util.resource - package org.eclipse.jetty.util.resource
-
Jetty Util : Common Resource Utilities
- org.eclipse.jetty.util.security - package org.eclipse.jetty.util.security
-
Jetty Util : Common Security Utilities
- org.eclipse.jetty.util.ssl - package org.eclipse.jetty.util.ssl
-
Jetty Util : Common SSL Utility Classes
- org.eclipse.jetty.util.statistic - package org.eclipse.jetty.util.statistic
-
Jetty Util : Common Statistics Utility classes
- org.eclipse.jetty.util.thread - package org.eclipse.jetty.util.thread
-
Jetty Util : Common ThreadPool Utilities
- org.eclipse.jetty.util.thread.jmh - package org.eclipse.jetty.util.thread.jmh
- org.eclipse.jetty.util.thread.strategy - package org.eclipse.jetty.util.thread.strategy
- org.eclipse.jetty.util.thread.strategy.jmh - package org.eclipse.jetty.util.thread.strategy.jmh
- org.eclipse.jetty.webapp - package org.eclipse.jetty.webapp
-
Jetty Util : Modular Web Application Support
- org.eclipse.jetty.websocket.api - package org.eclipse.jetty.websocket.api
-
Jetty WebSocket API
- org.eclipse.jetty.websocket.api.annotations - package org.eclipse.jetty.websocket.api.annotations
-
Jetty WebSocket API : WebSocket POJO Annotations
- org.eclipse.jetty.websocket.api.extensions - package org.eclipse.jetty.websocket.api.extensions
-
Jetty WebSocket API : WebSocket Extension API
- org.eclipse.jetty.websocket.api.util - package org.eclipse.jetty.websocket.api.util
-
Jetty WebSocket API : Utility Classes
- org.eclipse.jetty.websocket.client - package org.eclipse.jetty.websocket.client
-
Jetty WebSocket Client API
- org.eclipse.jetty.websocket.client.io - package org.eclipse.jetty.websocket.client.io
-
Jetty WebSocket Client : I/O Implementation [Internal Use Only]
- org.eclipse.jetty.websocket.client.masks - package org.eclipse.jetty.websocket.client.masks
-
Jetty WebSocket Client : Frame Masking Implementations
- org.eclipse.jetty.websocket.common - package org.eclipse.jetty.websocket.common
-
Jetty WebSocket Common : Implementation [Internal Use Only]
- org.eclipse.jetty.websocket.common.events - package org.eclipse.jetty.websocket.common.events
-
Jetty WebSocket Common : Event Driver for WebSocket Object
- org.eclipse.jetty.websocket.common.events.annotated - package org.eclipse.jetty.websocket.common.events.annotated
- org.eclipse.jetty.websocket.common.extensions - package org.eclipse.jetty.websocket.common.extensions
-
Jetty WebSocket Common : Extension Implementations
- org.eclipse.jetty.websocket.common.extensions.compress - package org.eclipse.jetty.websocket.common.extensions.compress
-
Jetty WebSocket Common : Message Compression Extension Implementations
- org.eclipse.jetty.websocket.common.extensions.fragment - package org.eclipse.jetty.websocket.common.extensions.fragment
-
Jetty WebSocket Common : Auto Fragment Extension Implementation
- org.eclipse.jetty.websocket.common.extensions.identity - package org.eclipse.jetty.websocket.common.extensions.identity
-
Jetty WebSocket Common : Identity Extension Implementation
- org.eclipse.jetty.websocket.common.frames - package org.eclipse.jetty.websocket.common.frames
- org.eclipse.jetty.websocket.common.io - package org.eclipse.jetty.websocket.common.io
-
Jetty WebSocket Common : I/O Implementation
- org.eclipse.jetty.websocket.common.io.http - package org.eclipse.jetty.websocket.common.io.http
- org.eclipse.jetty.websocket.common.io.payload - package org.eclipse.jetty.websocket.common.io.payload
-
Jetty WebSocket Common : I/O : Frame Payload Handling
- org.eclipse.jetty.websocket.common.message - package org.eclipse.jetty.websocket.common.message
-
Jetty WebSocket Common : Message Handling
- org.eclipse.jetty.websocket.common.scopes - package org.eclipse.jetty.websocket.common.scopes
- org.eclipse.jetty.websocket.common.util - package org.eclipse.jetty.websocket.common.util
- org.eclipse.jetty.websocket.jsr356 - package org.eclipse.jetty.websocket.jsr356
- org.eclipse.jetty.websocket.jsr356.annotations - package org.eclipse.jetty.websocket.jsr356.annotations
- org.eclipse.jetty.websocket.jsr356.client - package org.eclipse.jetty.websocket.jsr356.client
- org.eclipse.jetty.websocket.jsr356.decoders - package org.eclipse.jetty.websocket.jsr356.decoders
- org.eclipse.jetty.websocket.jsr356.encoders - package org.eclipse.jetty.websocket.jsr356.encoders
- org.eclipse.jetty.websocket.jsr356.endpoints - package org.eclipse.jetty.websocket.jsr356.endpoints
- org.eclipse.jetty.websocket.jsr356.messages - package org.eclipse.jetty.websocket.jsr356.messages
- org.eclipse.jetty.websocket.jsr356.metadata - package org.eclipse.jetty.websocket.jsr356.metadata
- org.eclipse.jetty.websocket.jsr356.server - package org.eclipse.jetty.websocket.jsr356.server
- org.eclipse.jetty.websocket.jsr356.server.deploy - package org.eclipse.jetty.websocket.jsr356.server.deploy
- org.eclipse.jetty.websocket.jsr356.utils - package org.eclipse.jetty.websocket.jsr356.utils
- org.eclipse.jetty.websocket.server - package org.eclipse.jetty.websocket.server
-
Jetty WebSocket Server : Implementation [Internal Use Only]
- org.eclipse.jetty.websocket.server.pathmap - package org.eclipse.jetty.websocket.server.pathmap
- org.eclipse.jetty.websocket.servlet - package org.eclipse.jetty.websocket.servlet
-
Jetty WebSocket Servlet API
- org.eclipse.jetty.xml - package org.eclipse.jetty.xml
-
Jetty Xml : IoC Mechanism for Jetty Configuration
- origin(MetaData, String) - Method in class org.eclipse.jetty.quickstart.QuickStartDescriptorGenerator
-
Find the origin (web.xml, fragment, annotation etc) of a web artifact from MetaData.
- Origin - Class in org.eclipse.jetty.client
- Origin - Enum in org.eclipse.jetty.webapp
- Origin(String, String, int) - Constructor for class org.eclipse.jetty.client.Origin
- Origin(String, String, int, Object) - Constructor for class org.eclipse.jetty.client.Origin
- Origin(String, Origin.Address) - Constructor for class org.eclipse.jetty.client.Origin
- Origin(String, Origin.Address, Object) - Constructor for class org.eclipse.jetty.client.Origin
- ORIGIN - org.eclipse.jetty.http.HttpHeader
-
WebSocket Fields.
- ORIGIN - Static variable in class org.eclipse.jetty.quickstart.QuickStartDescriptorGenerator
- ORIGIN_CMD_LINE - Static variable in class org.eclipse.jetty.start.config.CommandLineConfigSource
- ORIGIN_INTERNAL_FALLBACK - Static variable in class org.eclipse.jetty.start.config.CommandLineConfigSource
- ORIGIN_SYSPROP - Static variable in class org.eclipse.jetty.start.Props
- ORIGIN_SYSTEM_PROPERTY - Static variable in class org.eclipse.jetty.start.config.CommandLineConfigSource
- Origin.Address - Class in org.eclipse.jetty.client
- ORIGINAL_QUERY_ATTRIBUTE_INIT_PARAM - Static variable in class org.eclipse.jetty.fcgi.server.proxy.FastCGIProxyServlet
- ORIGINAL_QUERYSTRING_ATTRIBUTE_SUFFIX - Static variable in class org.eclipse.jetty.rewrite.handler.RuleContainer
- ORIGINAL_URI_ATTRIBUTE_INIT_PARAM - Static variable in class org.eclipse.jetty.fcgi.server.proxy.FastCGIProxyServlet
- originalBaseResource - Variable in class org.eclipse.jetty.maven.plugin.JettyRunMojo
- OriginInfo(String) - Constructor for class org.eclipse.jetty.webapp.MetaData.OriginInfo
- OriginInfo(String, Annotation, Class<?>) - Constructor for class org.eclipse.jetty.webapp.MetaData.OriginInfo
- OriginInfo(String, Descriptor) - Constructor for class org.eclipse.jetty.webapp.MetaData.OriginInfo
- OSGI_BUNDLECONTEXT - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebappConstants
-
See OSGi r4 p.427
- OSGI_WEB_CONTEXTPATH - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebappConstants
-
service property osgi.web.contextpath.
- OSGI_WEB_SYMBOLICNAME - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebappConstants
-
service property osgi.web.symbolicname.
- OSGI_WEB_VERSION - Static variable in class org.eclipse.jetty.osgi.boot.OSGiWebappConstants
-
service property osgi.web.symbolicname.
- OSGiApp(DeploymentManager, AppProvider, String, Bundle, String) - Constructor for class org.eclipse.jetty.osgi.boot.AbstractContextProvider.OSGiApp
- OSGiApp(DeploymentManager, AppProvider, Bundle, String) - Constructor for class org.eclipse.jetty.osgi.boot.AbstractWebAppProvider.OSGiApp
- OSGiApp(DeploymentManager, AppProvider, Bundle, Dictionary, String) - Constructor for class org.eclipse.jetty.osgi.boot.AbstractWebAppProvider.OSGiApp
- OSGiApp(DeploymentManager, AppProvider, Bundle, Dictionary, String, String) - Constructor for class org.eclipse.jetty.osgi.boot.AbstractContextProvider.OSGiApp
- OSGiClassLoader - Class in org.eclipse.jetty.osgi.boot.utils
-
OSGiClassLoader Class loader that is aware of a bundle.
- OSGiClassLoader(ClassLoader, Bundle) - Constructor for class org.eclipse.jetty.osgi.boot.utils.OSGiClassLoader
- OSGiDeployer - Class in org.eclipse.jetty.osgi.boot
-
OSGiDeployer Extension of standard Jetty deployer that emits OSGi EventAdmin events whenever a webapp is deployed into OSGi via Jetty.
- OSGiDeployer(ServerInstanceWrapper) - Constructor for class org.eclipse.jetty.osgi.boot.OSGiDeployer
- OSGiServerConstants - Class in org.eclipse.jetty.osgi.boot
-
OSGiServerConstants Name of the properties that configure a jetty Server OSGi service.
- OSGiServerConstants() - Constructor for class org.eclipse.jetty.osgi.boot.OSGiServerConstants
- OSGiUndeployer - Class in org.eclipse.jetty.osgi.boot
-
OSGiUndeployer Extension of the Jetty Undeployer which emits OSGi EventAdmin events whenever a webapp is undeployed from Jetty.
- OSGiUndeployer(ServerInstanceWrapper) - Constructor for class org.eclipse.jetty.osgi.boot.OSGiUndeployer
- OSGiWebappClassLoader - Class in org.eclipse.jetty.osgi.boot.internal.webapp
-
OSGiWebappClassLoader Extends the webapp classloader to also use the classloader of the Bundle defining the webapp.
- OSGiWebappClassLoader(ClassLoader, WebAppContext, Bundle) - Constructor for class org.eclipse.jetty.osgi.boot.internal.webapp.OSGiWebappClassLoader
- OSGiWebappConstants - Class in org.eclipse.jetty.osgi.boot
-
OSGiWebappConstants Constants (MANIFEST headers, service properties etc) associated with deploying webapps into OSGi via Jetty.
- OSGiWebappConstants() - Constructor for class org.eclipse.jetty.osgi.boot.OSGiWebappConstants
- OSGiWebInfConfiguration - Class in org.eclipse.jetty.osgi.boot
-
OSGiWebInfConfiguration Handle adding resources found in bundle fragments, and add them into the
- OSGiWebInfConfiguration() - Constructor for class org.eclipse.jetty.osgi.boot.OSGiWebInfConfiguration
- OTEXT - org.eclipse.jetty.http.HttpTokens.Type
- OTHER - org.eclipse.jetty.servlet.ServletHolder.JspContainer
- OTHER - Static variable in class org.eclipse.jetty.webapp.AbsoluteOrdering
- otherProtocol(ByteBuffer, EndPoint) - Method in class org.eclipse.jetty.server.OptionalSslConnectionFactory
-
Deprecated.
- out - Variable in class org.eclipse.jetty.websocket.common.message.SimpleBinaryMessage
- outgoing(Socket, ByteBuffer) - Method in class org.eclipse.jetty.io.NetworkTrafficListener.Adapter
-
Deprecated.
- outgoing(Socket, ByteBuffer) - Method in interface org.eclipse.jetty.io.NetworkTrafficListener
-
Callback method invoked when bytes are sent to a remote client from the server.
- outgoingFrame(Frame, WriteCallback, BatchMode) - Method in interface org.eclipse.jetty.websocket.api.extensions.OutgoingFrames
-
A frame, and optional callback, intended for the network layer.
- outgoingFrame(Frame, WriteCallback, BatchMode) - Method in class org.eclipse.jetty.websocket.client.io.WebSocketClientConnection
-
Override to set the masker.
- outgoingFrame(Frame, WriteCallback, BatchMode) - Method in class org.eclipse.jetty.websocket.common.extensions.compress.CompressExtension
- outgoingFrame(Frame, WriteCallback, BatchMode) - Method in class org.eclipse.jetty.websocket.common.extensions.ExtensionStack
- outgoingFrame(Frame, WriteCallback, BatchMode) - Method in class org.eclipse.jetty.websocket.common.extensions.fragment.FragmentExtension
- outgoingFrame(Frame, WriteCallback, BatchMode) - Method in class org.eclipse.jetty.websocket.common.extensions.FrameCaptureExtension
- outgoingFrame(Frame, WriteCallback, BatchMode) - Method in class org.eclipse.jetty.websocket.common.extensions.identity.IdentityExtension
- outgoingFrame(Frame, WriteCallback, BatchMode) - Method in class org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection
-
Frame from API, User, or Internal implementation destined for network.
- outgoingFrame(Frame, WriteCallback, BatchMode) - Method in class org.eclipse.jetty.websocket.common.WebSocketSession
- OutgoingFrames - Interface in org.eclipse.jetty.websocket.api.extensions
-
Interface for dealing with frames outgoing to (eventually) the network layer.
- OutputStreamContentProvider - Class in org.eclipse.jetty.client.util
-
A
ContentProvider
that provides content asynchronously through anOutputStream
similar toDeferredContentProvider
. - OutputStreamContentProvider() - Constructor for class org.eclipse.jetty.client.util.OutputStreamContentProvider
- overlay(Classpath) - Method in class org.eclipse.jetty.start.Classpath
-
Overlay another classpath, copying its elements into place on this Classpath, while eliminating duplicate entries on the classpath.
- Overlay - Class in org.eclipse.jetty.maven.plugin
-
Overlay
- Overlay(OverlayConfig) - Constructor for class org.eclipse.jetty.maven.plugin.Overlay
- Overlay(OverlayConfig, Resource) - Constructor for class org.eclipse.jetty.maven.plugin.Overlay
- OverlayConfig - Class in org.eclipse.jetty.maven.plugin
-
OverlayConfig
- OverlayConfig() - Constructor for class org.eclipse.jetty.maven.plugin.OverlayConfig
- OverlayConfig(String, List<String>, List<String>) - Constructor for class org.eclipse.jetty.maven.plugin.OverlayConfig
- OverlayConfig(Xpp3Dom, List<String>, List<String>) - Constructor for class org.eclipse.jetty.maven.plugin.OverlayConfig
- OverrideDescriptor - Class in org.eclipse.jetty.webapp
-
OverrideDescriptor
- OverrideDescriptor(Resource) - Constructor for class org.eclipse.jetty.webapp.OverrideDescriptor
P
- PackageAdminServiceTracker - Class in org.eclipse.jetty.osgi.boot.utils.internal
-
PackageAdminServiceTracker
- PackageAdminServiceTracker(BundleContext) - Constructor for class org.eclipse.jetty.osgi.boot.utils.internal.PackageAdminServiceTracker
- padding() - Method in class org.eclipse.jetty.http2.frames.DataFrame
- PADDING - Static variable in interface org.eclipse.jetty.http2.Flags
- param(String, String) - Method in interface org.eclipse.jetty.client.api.Request
-
Adds a URI query parameter with the given name and value.
- param(String, String) - Method in class org.eclipse.jetty.client.HttpRequest
- Param - Class in org.eclipse.jetty.websocket.jsr356.annotations
- Param(int, Class<?>, Annotation[]) - Constructor for class org.eclipse.jetty.websocket.jsr356.annotations.Param
- Param.Role - Enum in org.eclipse.jetty.websocket.jsr356.annotations
-
The various roles of the known parameters.
- ParamHandler() - Constructor for class org.eclipse.jetty.embedded.ManyHandlers.ParamHandler
- ParamList - Class in org.eclipse.jetty.websocket.common.events
-
Simple class for representing a list of class arrays.
- ParamList() - Constructor for class org.eclipse.jetty.websocket.common.events.ParamList
- params - Variable in class org.eclipse.jetty.websocket.jsr356.annotations.JsrCallable
- PARAMS - org.eclipse.jetty.fcgi.FCGI.FrameType
- ParamsContentParser - Class in org.eclipse.jetty.fcgi.parser
-
Parser for the PARAMS frame body.
- ParamsContentParser(HeaderParser, ServerParser.Listener) - Constructor for class org.eclipse.jetty.fcgi.parser.ParamsContentParser
- paramTypes - Variable in class org.eclipse.jetty.websocket.common.events.annotated.CallableMethod
- parent - Variable in class org.eclipse.jetty.util.PathWatcher.Config
- parentPath(String) - Static method in class org.eclipse.jetty.util.URIUtil
-
Return the parent Path.
- parse() - Method in class org.eclipse.jetty.http.MultiPartFormInputStream
-
Parse, if necessary, the multipart stream.
- parse() - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser
-
Deprecated.Parse, if necessary, the multipart stream.
- parse() - Method in class org.eclipse.jetty.webapp.Descriptor
- parse() - Method in class org.eclipse.jetty.webapp.FragmentDescriptor
- parse() - Method in class org.eclipse.jetty.webapp.WebDescriptor
- parse(byte[]) - Method in class org.eclipse.jetty.util.ajax.AsyncJSON
-
Feeds the parser with the given bytes chunk.
- parse(byte[], int, int) - Method in class org.eclipse.jetty.util.ajax.AsyncJSON
-
Feeds the parser with the given bytes chunk.
- parse(File) - Method in class org.eclipse.jetty.xml.XmlParser
-
Parse File.
- parse(InputStream) - Static method in class org.eclipse.jetty.util.ajax.JSON
-
Deprecated.
- parse(InputStream) - Method in class org.eclipse.jetty.xml.XmlParser
-
Parse InputStream.
- parse(InputStream, boolean) - Static method in class org.eclipse.jetty.util.ajax.JSON
-
Deprecated.
- parse(Reader) - Static method in class org.eclipse.jetty.util.ajax.JSON
- parse(Reader, boolean) - Static method in class org.eclipse.jetty.util.ajax.JSON
- parse(String) - Method in class org.eclipse.jetty.http.HttpURI
- parse(String) - Method in class org.eclipse.jetty.jndi.InitialContextFactory.DefaultParser
- parse(String) - Method in class org.eclipse.jetty.jndi.java.javaNameParser
-
Parse a name into its components.
- parse(String) - Static method in class org.eclipse.jetty.util.ajax.JSON
- parse(String) - Static method in class org.eclipse.jetty.util.JavaVersion
- parse(String) - Static method in class org.eclipse.jetty.websocket.api.extensions.ExtensionConfig
-
Parse a single parameterized name.
- parse(String) - Method in class org.eclipse.jetty.xml.XmlParser
-
Parse String URL.
- parse(String, boolean) - Static method in class org.eclipse.jetty.util.ajax.JSON
- parse(String, int, int) - Method in class org.eclipse.jetty.http.HttpURI
- parse(String, String) - Method in class org.eclipse.jetty.start.StartArgs
-
Parse a single line of argument.
- parse(ByteBuffer) - Method in class org.eclipse.jetty.fcgi.parser.BeginRequestContentParser
- parse(ByteBuffer) - Method in class org.eclipse.jetty.fcgi.parser.ContentParser
- parse(ByteBuffer) - Method in class org.eclipse.jetty.fcgi.parser.EndRequestContentParser
- parse(ByteBuffer) - Method in class org.eclipse.jetty.fcgi.parser.HeaderParser
-
Parses the bytes in the given
buffer
as FastCGI header bytes - parse(ByteBuffer) - Method in class org.eclipse.jetty.fcgi.parser.ParamsContentParser
- parse(ByteBuffer) - Method in class org.eclipse.jetty.fcgi.parser.Parser
- parse(ByteBuffer) - Method in class org.eclipse.jetty.fcgi.parser.StreamContentParser
- parse(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.BodyParser
-
Parses the body bytes in the given
buffer
; only the body bytes are consumed, therefore when this method returns, the buffer may contain unconsumed bytes. - parse(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.ContinuationBodyParser
- parse(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.DataBodyParser
- parse(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.GoAwayBodyParser
- parse(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.HeaderParser
-
Parses the header bytes in the given
buffer
; only the header bytes are consumed, therefore when this method returns, the buffer may contain unconsumed bytes. - parse(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.HeadersBodyParser
- parse(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.Parser
-
Parses the given
buffer
bytes and emit events to aParser.Listener
. - parse(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.PingBodyParser
- parse(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.PrefaceParser
- parse(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.PriorityBodyParser
- parse(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.PushPromiseBodyParser
- parse(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.ResetBodyParser
- parse(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.ServerParser
- parse(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.SettingsBodyParser
- parse(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.UnknownBodyParser
- parse(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.WindowUpdateBodyParser
- parse(ByteBuffer) - Method in class org.eclipse.jetty.util.ajax.AsyncJSON
-
Feeds the parser with the given buffer chunk.
- parse(ByteBuffer) - Method in class org.eclipse.jetty.util.Utf8LineParser
-
Parse a ByteBuffer (could be a partial buffer), and return once a complete line of UTF8 parsed text has been reached.
- parse(ByteBuffer) - Method in class org.eclipse.jetty.websocket.common.io.http.HttpResponseHeaderParser
- parse(ByteBuffer) - Method in class org.eclipse.jetty.websocket.common.Parser
- parse(ByteBuffer, boolean) - Method in class org.eclipse.jetty.http.MultiPartParser
-
Parse until next Event.
- parse(ByteBuffer, int) - Method in class org.eclipse.jetty.http2.parser.HeaderBlockParser
-
Parses @{code blockLength} HPACK bytes from the given
buffer
. - parse(Set<? extends AnnotationParser.Handler>, Class<?>, boolean) - Method in class org.eclipse.jetty.annotations.AnnotationParser
-
Parse the given class, optionally walking its inheritance hierarchy
- parse(Set<? extends AnnotationParser.Handler>, ClassLoader, boolean, boolean) - Method in class org.eclipse.jetty.annotations.AnnotationParser
-
Deprecated.
- parse(Set<? extends AnnotationParser.Handler>, String) - Method in class org.eclipse.jetty.annotations.AnnotationParser
-
Parse a given class
- parse(Set<? extends AnnotationParser.Handler>, String[]) - Method in class org.eclipse.jetty.annotations.AnnotationParser
-
Parse the given classes
- parse(Set<? extends AnnotationParser.Handler>, URI) - Method in class org.eclipse.jetty.annotations.AnnotationParser
-
Parse a particular uri
- parse(Set<? extends AnnotationParser.Handler>, URI[]) - Method in class org.eclipse.jetty.annotations.AnnotationParser
-
Parse classes in the supplied uris.
- parse(Set<? extends AnnotationParser.Handler>, URI[]) - Method in class org.eclipse.jetty.osgi.annotations.AnnotationParser
- parse(Set<? extends AnnotationParser.Handler>, List<String>) - Method in class org.eclipse.jetty.annotations.AnnotationParser
-
Parse the given classes
- parse(Set<? extends AnnotationParser.Handler>, Resource) - Method in class org.eclipse.jetty.annotations.AnnotationParser
-
Parse a resource
- parse(Set<? extends AnnotationParser.Handler>, Bundle) - Method in class org.eclipse.jetty.osgi.annotations.AnnotationParser
- parse(ConfigSources) - Method in class org.eclipse.jetty.start.StartArgs
- parse(JSON.Source) - Method in class org.eclipse.jetty.util.ajax.JSON
- parse(JSON.Source, boolean) - Method in class org.eclipse.jetty.util.ajax.JSON
- parse(InputSource) - Method in class org.eclipse.jetty.xml.XmlParser
- parseArray(JSON.Source) - Method in class org.eclipse.jetty.util.ajax.JSON
- parseBody(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.Parser
- parseBody(ByteBuffer) - Static method in class org.eclipse.jetty.http2.parser.SettingsBodyParser
-
Parses the given buffer containing the whole body of a
SETTINGS
frame (without header bytes), typically from theHTTP2-Settings
header. - parseBundle(WebAppContext, AnnotationParser, Bundle, Bundle) - Method in class org.eclipse.jetty.osgi.annotations.AnnotationConfiguration
- parseBytes(String, int) - Static method in class org.eclipse.jetty.util.TypeUtil
- parseConnect(String) - Method in class org.eclipse.jetty.http.HttpURI
-
Deprecated.
- parseContainerPath(WebAppContext, AnnotationParser) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
-
Scan jars on container path.
- parseContent(ByteBuffer) - Method in class org.eclipse.jetty.http.HttpParser
- parseDate(String) - Static method in class org.eclipse.jetty.http.DateParser
- parsedField(String, String) - Method in interface org.eclipse.jetty.http.MultiPartParser.Handler
- parsedHeader(HttpField) - Method in class org.eclipse.jetty.client.http.HttpReceiverOverHTTP
- parsedHeader(HttpField) - Method in interface org.eclipse.jetty.http.HttpParser.HttpHandler
-
This is the method called by parser when an HTTP Header name and value is found
- parsedHeader(HttpField) - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
- parseDir(Set<? extends AnnotationParser.Handler>, Resource) - Method in class org.eclipse.jetty.annotations.AnnotationParser
-
Parse all classes in a directory
- parsedParam(StringBuffer, int, int, int) - Method in class org.eclipse.jetty.http.QuotedCSVParser
-
Called when a parameter has been parsed
- parsedParam(StringBuffer, int, int, int) - Method in class org.eclipse.jetty.http.QuotedQualityCSV
- parsedTrailer(HttpField) - Method in class org.eclipse.jetty.client.http.HttpReceiverOverHTTP
- parsedTrailer(HttpField) - Method in interface org.eclipse.jetty.http.HttpParser.HttpHandler
-
This is the method called by parser when an HTTP Trailer name and value is found
- parsedTrailer(HttpField) - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
- parsedValue(StringBuffer) - Method in class org.eclipse.jetty.http.QuotedCSVParser
-
Called when a value has been parsed (prior to any parameters)
- parsedValue(StringBuffer) - Method in class org.eclipse.jetty.http.QuotedQualityCSV
- parsedValueAndParams(StringBuffer) - Method in class org.eclipse.jetty.http.QuotedCSV
- parsedValueAndParams(StringBuffer) - Method in class org.eclipse.jetty.http.QuotedCSVParser
-
Called when a value and it's parameters has been parsed
- parsedValueAndParams(StringBuffer) - Method in class org.eclipse.jetty.http.QuotedQualityCSV
- parseEnum(Enumeration<String>) - Static method in class org.eclipse.jetty.websocket.api.extensions.ExtensionConfig
-
Parse enumeration of
Sec-WebSocket-Extensions
header values into aExtensionConfig
list - ParseException(String) - Constructor for exception org.eclipse.jetty.websocket.common.io.http.HttpResponseHeaderParser.ParseException
- ParseException(String, Throwable) - Constructor for exception org.eclipse.jetty.websocket.common.io.http.HttpResponseHeaderParser.ParseException
- parseFields() - Method in class org.eclipse.jetty.server.CookieCutter
- parseFields(ByteBuffer) - Method in class org.eclipse.jetty.http.HttpParser
- parseFragmentBundle(WebAppContext, AnnotationParser, Bundle, Bundle) - Method in class org.eclipse.jetty.osgi.annotations.AnnotationConfiguration
-
Scan a fragment bundle for servlet annotations
- parseHeader(ByteBuffer) - Method in class org.eclipse.jetty.http2.parser.Parser
- parseInt(byte[], int, int, int) - Static method in class org.eclipse.jetty.util.TypeUtil
-
Parse an int from a byte array of ascii characters.
- parseInt(String, int, int, int) - Static method in class org.eclipse.jetty.util.TypeUtil
-
Parse an int from a substring.
- parseJar(Set<? extends AnnotationParser.Handler>, Resource) - Method in class org.eclipse.jetty.annotations.AnnotationParser
-
Parse a resource that is a jar file.
- parseJarEntry(Set<? extends AnnotationParser.Handler>, Resource, MultiReleaseJarFile.VersionedJarEntry) - Method in class org.eclipse.jetty.annotations.AnnotationParser
-
Parse a single entry in a jar file
- parseList(String...) - Static method in class org.eclipse.jetty.websocket.api.extensions.ExtensionConfig
-
Parse 1 or more raw
Sec-WebSocket-Extensions
header values into aExtensionConfig
list - parseMimePartHeaders(ByteBuffer) - Method in class org.eclipse.jetty.http.MultiPartParser
- parseNext(ByteBuffer) - Method in class org.eclipse.jetty.http.HttpParser
-
Parse until next Event.
- parseNumber(JSON.Source) - Method in class org.eclipse.jetty.util.ajax.JSON
- parseObject(JSON.Source) - Method in class org.eclipse.jetty.util.ajax.JSON
- parseOctetContent(ByteBuffer) - Method in class org.eclipse.jetty.http.MultiPartParser
- parsePort(String) - Static method in class org.eclipse.jetty.util.HostPort
-
Parse a string representing a port validating it is a valid port value.
- Parser - Class in org.eclipse.jetty.fcgi.parser
-
The FastCGI protocol exchanges frames.
- Parser - Class in org.eclipse.jetty.http2.parser
-
The HTTP/2 protocol parser.
- Parser - Class in org.eclipse.jetty.websocket.common
-
Parsing of a frames in WebSocket land.
- Parser() - Constructor for class org.eclipse.jetty.fcgi.parser.Parser
- Parser(ByteBufferPool, int) - Constructor for class org.eclipse.jetty.http2.parser.Parser
- Parser(ByteBufferPool, int, RateControl) - Constructor for class org.eclipse.jetty.http2.parser.Parser
- Parser(ByteBufferPool, Parser.Listener, int, int) - Constructor for class org.eclipse.jetty.http2.parser.Parser
-
Deprecated.
- Parser(WebSocketPolicy, ByteBufferPool) - Constructor for class org.eclipse.jetty.websocket.common.Parser
- Parser.Listener - Interface in org.eclipse.jetty.fcgi.parser
- Parser.Listener - Interface in org.eclipse.jetty.http2.parser
- Parser.Listener.Adapter - Class in org.eclipse.jetty.fcgi.parser
- Parser.Listener.Adapter - Class in org.eclipse.jetty.http2.parser
- Parser.Listener.Wrapper - Class in org.eclipse.jetty.http2.parser
- parseRequestTarget(String, String) - Method in class org.eclipse.jetty.http.HttpURI
-
Parse according to https://tools.ietf.org/html/rfc7230#section-5.3
- parseRequiredBundle(WebAppContext, AnnotationParser, Bundle, Bundle) - Method in class org.eclipse.jetty.osgi.annotations.AnnotationConfiguration
-
Scan a bundle required by the webbundle for servlet annotations
- ParserTask(AnnotationParser, Set<? extends AnnotationParser.Handler>, Resource) - Constructor for class org.eclipse.jetty.annotations.AnnotationConfiguration.ParserTask
- parserType - Static variable in class org.eclipse.jetty.http.jmh.MultiPartBenchmark
- parseSingleFrame(ByteBuffer) - Method in class org.eclipse.jetty.websocket.common.Parser
- parseString(JSON.Source) - Method in class org.eclipse.jetty.util.ajax.JSON
- parseWebBundle(WebAppContext, AnnotationParser, Bundle) - Method in class org.eclipse.jetty.osgi.annotations.AnnotationConfiguration
-
Scan a bundle required by the webbundle for servlet annotations
- parseWebInfClasses(WebAppContext, AnnotationParser) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
-
Scan classes in WEB-INF/classes
- parseWebInfClasses(WebAppContext, AnnotationParser) - Method in class org.eclipse.jetty.osgi.annotations.AnnotationConfiguration
- parseWebInfLib(WebAppContext, AnnotationParser) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
-
Scan jars in WEB-INF/lib
- parseWebInfLib(WebAppContext, AnnotationParser) - Method in class org.eclipse.jetty.osgi.annotations.AnnotationConfiguration
-
Here is the order in which jars and osgi artifacts are scanned for discoverable annotations.
- partContainsContents - Variable in class org.eclipse.jetty.http.jmh.MultiPartBenchmark.MultipartExpectations
- partCount - Variable in class org.eclipse.jetty.http.jmh.MultiPartBenchmark.MultipartExpectations
- partFilenames - Variable in class org.eclipse.jetty.http.jmh.MultiPartBenchmark.MultipartExpectations
- PARTIAL_CONTENT - org.eclipse.jetty.http.HttpStatus.Code
- PARTIAL_CONTENT_206 - Static variable in class org.eclipse.jetty.http.HttpStatus
- partialResponse() - Method in class org.eclipse.jetty.server.HttpChannelState
- partSha1sums - Variable in class org.eclipse.jetty.http.jmh.MultiPartBenchmark.MultipartExpectations
- passConditionalHeaders(HttpServletRequest, HttpServletResponse, File) - Method in class org.eclipse.jetty.servlets.PutFilter
-
Deprecated.
- passConditionalHeaders(HttpServletRequest, HttpServletResponse, HttpContent) - Method in class org.eclipse.jetty.server.ResourceService
- Password - Class in org.eclipse.jetty.util.security
-
Password utility class.
- Password(String) - Constructor for class org.eclipse.jetty.util.security.Password
-
Constructor.
- PASSWORD_PROPERTY - Static variable in class org.eclipse.jetty.util.ssl.SslContextFactory
-
String name of keystore password property.
- PasswordAuthenticator() - Constructor for class org.eclipse.jetty.jndi.factories.MailSessionReference.PasswordAuthenticator
- PasswordAuthenticator(String, String) - Constructor for class org.eclipse.jetty.jndi.factories.MailSessionReference.PasswordAuthenticator
- PATCH - org.eclipse.jetty.http.HttpMethod
- path - Variable in class org.eclipse.jetty.util.PathWatcher.Config
- path(String) - Method in interface org.eclipse.jetty.client.api.Request
-
Specifies the URI path - and possibly the query - of this request.
- path(String) - Method in class org.eclipse.jetty.client.HttpRequest
- path(String) - Method in interface org.eclipse.jetty.server.PushBuilder
-
Set the URI path to be used for the push.
- path(String) - Method in class org.eclipse.jetty.server.PushBuilderImpl
- Path - Class in org.eclipse.jetty.deploy.graph
- Path() - Constructor for class org.eclipse.jetty.deploy.graph.Path
- PATH_INFO - Static variable in class org.eclipse.jetty.fcgi.FCGI.Headers
- PATH_PARAM - org.eclipse.jetty.websocket.jsr356.annotations.Param.Role
- PATH_PARAM_ATTRIBUTE - Static variable in class org.eclipse.jetty.websocket.jsr356.server.ServerContainer
- PathContentProvider - Class in org.eclipse.jetty.client.util
-
A
ContentProvider
for files using JDK 7'sjava.nio.file
APIs. - PathContentProvider(String, Path) - Constructor for class org.eclipse.jetty.client.util.PathContentProvider
- PathContentProvider(String, Path, int) - Constructor for class org.eclipse.jetty.client.util.PathContentProvider
- PathContentProvider(Path) - Constructor for class org.eclipse.jetty.client.util.PathContentProvider
- PathContentProvider(Path, int) - Constructor for class org.eclipse.jetty.client.util.PathContentProvider
- PathFinder - Class in org.eclipse.jetty.start
- PathFinder() - Constructor for class org.eclipse.jetty.start.PathFinder
- pathInfo(String, String) - Static method in class org.eclipse.jetty.http.PathMap
-
Deprecated.Return the portion of a path that is after a path spec.
- PathMap<O> - Class in org.eclipse.jetty.http
-
Deprecated.replaced with
PathMappings
(this class will be removed in Jetty 10) - PathMap() - Constructor for class org.eclipse.jetty.http.PathMap
-
Deprecated.
- PathMap(boolean) - Constructor for class org.eclipse.jetty.http.PathMap
-
Deprecated.
- PathMap(int) - Constructor for class org.eclipse.jetty.http.PathMap
-
Deprecated.
- PathMap(Map<String, ? extends O>) - Constructor for class org.eclipse.jetty.http.PathMap
-
Deprecated.Construct from dictionary PathMap.
- PathMap.MappedEntry<O> - Class in org.eclipse.jetty.http
-
Deprecated.
- PathMap.PathSet - Class in org.eclipse.jetty.http
-
Deprecated.
- PathMappings<E> - Class in org.eclipse.jetty.http.pathmap
-
Path Mappings of PathSpec to Resource.
- PathMappings() - Constructor for class org.eclipse.jetty.http.pathmap.PathMappings
- pathMatch(String, String) - Static method in class org.eclipse.jetty.http.PathMap
-
Deprecated.Return the portion of a path that matches a path spec.
- PathMatchers - Class in org.eclipse.jetty.start
-
Common PathMatcher implementations.
- PathMatchers() - Constructor for class org.eclipse.jetty.start.PathMatchers
- PathMatcherSet() - Constructor for class org.eclipse.jetty.util.PathWatcher.PathMatcherSet
- PathParamServerEndpointConfig - Class in org.eclipse.jetty.websocket.jsr356.server
-
Wrapper for a
ServerEndpointConfig
where there is PathParam information from the incoming request. - PathParamServerEndpointConfig(WebSocketContainerScope, ServerEndpointConfig, Map<String, String>) - Constructor for class org.eclipse.jetty.websocket.jsr356.server.PathParamServerEndpointConfig
- PathParamServerEndpointConfig(WebSocketContainerScope, ServerEndpointConfig, UriTemplatePathSpec, String) - Constructor for class org.eclipse.jetty.websocket.jsr356.server.PathParamServerEndpointConfig
- PathResource - Class in org.eclipse.jetty.util.resource
-
Java NIO Path equivalent of FileResource.
- PathResource(File) - Constructor for class org.eclipse.jetty.util.resource.PathResource
-
Construct a new PathResource from a File object.
- PathResource(URI) - Constructor for class org.eclipse.jetty.util.resource.PathResource
-
Construct a new PathResource from a URI object.
- PathResource(URL) - Constructor for class org.eclipse.jetty.util.resource.PathResource
-
Create a new PathResource from a provided URL object.
- PathResource(Path) - Constructor for class org.eclipse.jetty.util.resource.PathResource
-
Construct a new PathResource from a Path object.
- Paths() - Constructor for class org.eclipse.jetty.start.NaturalSort.Paths
- pathSeparators(String) - Static method in class org.eclipse.jetty.maven.plugin.JettyRunForkedMojo
- PathSet() - Constructor for class org.eclipse.jetty.http.PathMap.PathSet
-
Deprecated.
- PathSpec - Class in org.eclipse.jetty.websocket.server.pathmap
-
Deprecated.moved to jetty-http
PathSpec
(this facade will be removed in Jetty 9.4) - PathSpec - Interface in org.eclipse.jetty.http.pathmap
-
A path specification is a URI path template that can be matched against.
- PathSpec(String) - Constructor for class org.eclipse.jetty.websocket.server.pathmap.PathSpec
-
Deprecated.
- PathSpecGroup - Enum in org.eclipse.jetty.http.pathmap
-
Types of path spec groups.
- PathSpecSet - Class in org.eclipse.jetty.http.pathmap
-
A Set of PathSpec strings.
- PathSpecSet() - Constructor for class org.eclipse.jetty.http.pathmap.PathSpecSet
- PathWatcher - Class in org.eclipse.jetty.util
-
Watch a Path (and sub directories) for Path changes.
- PathWatcher() - Constructor for class org.eclipse.jetty.util.PathWatcher
-
Construct new PathWatcher
- PathWatcher.Config - Class in org.eclipse.jetty.util
- PathWatcher.DirAction - Enum in org.eclipse.jetty.util
- PathWatcher.EventListListener - Interface in org.eclipse.jetty.util
-
EventListListener Listener that reports accumulated events in one shot
- PathWatcher.Listener - Interface in org.eclipse.jetty.util
-
Listener for path change events
- PathWatcher.PathMatcherSet - Class in org.eclipse.jetty.util
- PathWatcher.PathWatchEvent - Class in org.eclipse.jetty.util
-
PathWatchEvent Represents a file event.
- PathWatcher.PathWatchEventType - Enum in org.eclipse.jetty.util
-
PathWatchEventType Type of an event
- PathWatchEvent(Path, WatchEvent<Path>, PathWatcher.Config) - Constructor for class org.eclipse.jetty.util.PathWatcher.PathWatchEvent
- PathWatchEvent(Path, PathWatcher.PathWatchEventType, PathWatcher.Config) - Constructor for class org.eclipse.jetty.util.PathWatcher.PathWatchEvent
- PatternMatcher - Class in org.eclipse.jetty.util
- PatternMatcher() - Constructor for class org.eclipse.jetty.util.PatternMatcher
- PatternRule - Class in org.eclipse.jetty.rewrite.handler
-
Abstract rule that use a
PathMap
for pattern matching. - PatternRule() - Constructor for class org.eclipse.jetty.rewrite.handler.PatternRule
- PatternRule(String) - Constructor for class org.eclipse.jetty.rewrite.handler.PatternRule
- pauseUntil - Variable in class org.eclipse.jetty.util.PathWatcher.Config
- PAYLOAD_TOO_LARGE - org.eclipse.jetty.http.HttpStatus.Code
- PAYLOAD_TOO_LARGE_413 - Static variable in class org.eclipse.jetty.http.HttpStatus
- PayloadProcessor - Interface in org.eclipse.jetty.websocket.common.io.payload
-
Process the payload (for demasking, validating, etc..)
- PAYMENT_REQUIRED - org.eclipse.jetty.http.HttpStatus.Code
- PAYMENT_REQUIRED_402 - Static variable in class org.eclipse.jetty.http.HttpStatus
- peek() - Method in class org.eclipse.jetty.util.ajax.JSON.ReaderSource
- peek() - Method in interface org.eclipse.jetty.util.ajax.JSON.Source
- peek() - Method in class org.eclipse.jetty.util.ajax.JSON.StringSource
- peek() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
- PENDING - org.eclipse.jetty.fcgi.parser.ContentParser.Result
- PERMANENT_REDIRECT - org.eclipse.jetty.http.HttpStatus.Code
- PERMANENT_REDIRECT_308 - Static variable in class org.eclipse.jetty.http.HttpStatus
- PERMANET_REDIRECT - org.eclipse.jetty.http.HttpStatus.Code
- PerMessageDeflateExtension - Class in org.eclipse.jetty.websocket.common.extensions.compress
-
Per Message Deflate Compression extension for WebSocket.
- PerMessageDeflateExtension() - Constructor for class org.eclipse.jetty.websocket.common.extensions.compress.PerMessageDeflateExtension
- ping(PingFrame, Callback) - Method in interface org.eclipse.jetty.http2.api.Session
-
Sends the given PING
frame
. - ping(PingFrame, Callback) - Method in class org.eclipse.jetty.http2.HTTP2Session
- PING - org.eclipse.jetty.http2.frames.FrameType
- PING - org.eclipse.jetty.websocket.api.extensions.Frame.Type
- PING - Static variable in class org.eclipse.jetty.websocket.common.OpCode
-
OpCode for a Ping Frame
- PING_LENGTH - Static variable in class org.eclipse.jetty.http2.frames.PingFrame
- PingBodyParser - Class in org.eclipse.jetty.http2.parser
- PingBodyParser(HeaderParser, Parser.Listener) - Constructor for class org.eclipse.jetty.http2.parser.PingBodyParser
- PingFrame - Class in org.eclipse.jetty.http2.frames
- PingFrame - Class in org.eclipse.jetty.websocket.common.frames
- PingFrame() - Constructor for class org.eclipse.jetty.websocket.common.frames.PingFrame
- PingFrame(boolean) - Constructor for class org.eclipse.jetty.http2.frames.PingFrame
-
Creates a PING frame with an empty payload.
- PingFrame(byte[], boolean) - Constructor for class org.eclipse.jetty.http2.frames.PingFrame
-
Creates a PING frame with the given
payload
. - PingFrame(long, boolean) - Constructor for class org.eclipse.jetty.http2.frames.PingFrame
-
Creates a PING frame with the given
long
value
as payload. - PingGenerator - Class in org.eclipse.jetty.http2.generator
- PingGenerator(HeaderGenerator) - Constructor for class org.eclipse.jetty.http2.generator.PingGenerator
- plugin - Variable in class org.eclipse.jetty.maven.plugin.JettyRunDistro
-
This plugin
- pluginArtifacts - Variable in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
-
The artifacts for the plugin itself.
- PluginLog - Class in org.eclipse.jetty.maven.plugin
-
PluginLog Convenience class to provide access to the plugin Log for non-mojo classes.
- PluginLog() - Constructor for class org.eclipse.jetty.maven.plugin.PluginLog
- PLUS_CONFIGURATION - Static variable in class org.eclipse.jetty.ant.AntWebAppContext
- PlusConfiguration - Class in org.eclipse.jetty.plus.webapp
-
Configuration
- PlusConfiguration() - Constructor for class org.eclipse.jetty.plus.webapp.PlusConfiguration
- PlusDecorator - Class in org.eclipse.jetty.plus.webapp
-
PlusDecorator
- PlusDecorator(WebAppContext) - Constructor for class org.eclipse.jetty.plus.webapp.PlusDecorator
- PlusDescriptorProcessor - Class in org.eclipse.jetty.plus.webapp
-
PlusDescriptorProcessor
- PlusDescriptorProcessor() - Constructor for class org.eclipse.jetty.plus.webapp.PlusDescriptorProcessor
- pojo - Variable in class org.eclipse.jetty.websocket.common.events.annotated.CallableMethod
- pojo - Variable in class org.eclipse.jetty.websocket.common.events.annotated.EventMethod
- policy - Variable in class org.eclipse.jetty.websocket.common.events.AbstractEventDriver
- POLICY_VIOLATION - Static variable in class org.eclipse.jetty.websocket.api.StatusCode
-
1008 indicates that an endpoint is terminating the connection because it has received a message that violates its policy.
- PolicyViolationException - Exception in org.eclipse.jetty.websocket.api
-
Exception when a violation of policy occurs and should trigger a connection close.
- PolicyViolationException(String) - Constructor for exception org.eclipse.jetty.websocket.api.PolicyViolationException
- PolicyViolationException(String, Throwable) - Constructor for exception org.eclipse.jetty.websocket.api.PolicyViolationException
- PolicyViolationException(Throwable) - Constructor for exception org.eclipse.jetty.websocket.api.PolicyViolationException
- poll() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
- poll(long, TimeUnit) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
- PONG - org.eclipse.jetty.websocket.api.extensions.Frame.Type
- PONG - org.eclipse.jetty.websocket.jsr356.MessageType
- PONG - Static variable in class org.eclipse.jetty.websocket.common.OpCode
-
OpCode for a Pong Frame
- PongFrame - Class in org.eclipse.jetty.websocket.common.frames
- PongFrame() - Constructor for class org.eclipse.jetty.websocket.common.frames.PongFrame
- PongMessageDecoder - Class in org.eclipse.jetty.websocket.jsr356.decoders
- PongMessageDecoder() - Constructor for class org.eclipse.jetty.websocket.jsr356.decoders.PongMessageDecoder
- Pool<T> - Class in org.eclipse.jetty.util
-
A pool of objects, with optional support for multiplexing, max usage count and several optimized strategies plus an optional
ThreadLocal
cache of the last release entry. - Pool(Pool.StrategyType, int) - Constructor for class org.eclipse.jetty.util.Pool
-
Construct a Pool with a specified lookup strategy and no
ThreadLocal
cache. - Pool(Pool.StrategyType, int, boolean) - Constructor for class org.eclipse.jetty.util.Pool
-
Construct a Pool with the specified thread-local cache size and an optional
ThreadLocal
cache. - POOL_TYPE - Static variable in class org.eclipse.jetty.client.jmh.ConnectionPoolsBenchmark
- POOL_TYPE - Static variable in class org.eclipse.jetty.util.PoolStrategyBenchmark
- Pool.Entry - Class in org.eclipse.jetty.util
-
A Pool entry that holds metadata and a pooled object.
- Pool.StrategyType - Enum in org.eclipse.jetty.util
-
The type of the strategy to use for the pool.
- PoolingHttpDestination - Class in org.eclipse.jetty.client
- PoolingHttpDestination(HttpClient, Origin) - Constructor for class org.eclipse.jetty.client.PoolingHttpDestination
- PoolStrategyBenchmark - Class in org.eclipse.jetty.util
- PoolStrategyBenchmark() - Constructor for class org.eclipse.jetty.util.PoolStrategyBenchmark
- poolType - Static variable in class org.eclipse.jetty.server.jmh.DeflaterPoolBenchmark
- port(int) - Method in interface org.eclipse.jetty.client.api.Request
- port(int) - Method in class org.eclipse.jetty.client.HttpRequest
- PORT_SYSPROPERTY - Static variable in class org.eclipse.jetty.maven.plugin.MavenServerConnector
- POST - org.eclipse.jetty.http.HttpMethod
- POST(String) - Method in class org.eclipse.jetty.client.HttpClient
-
Creates a POST request to the specified URI.
- POST(URI) - Method in class org.eclipse.jetty.client.HttpClient
-
Creates a POST request to the specified URI.
- POST_AS_INT - Static variable in enum org.eclipse.jetty.http.HttpMethod
- postConfigure() - Method in class org.eclipse.jetty.webapp.WebAppContext
- postConfigure(WebAppContext) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
- postConfigure(WebAppContext) - Method in class org.eclipse.jetty.osgi.boot.OSGiWebInfConfiguration
- postConfigure(WebAppContext) - Method in class org.eclipse.jetty.plus.webapp.PlusConfiguration
- postConfigure(WebAppContext) - Method in class org.eclipse.jetty.webapp.AbstractConfiguration
- postConfigure(WebAppContext) - Method in interface org.eclipse.jetty.webapp.Configuration
-
Clear down after configuration.
- postConfigure(WebAppContext) - Method in class org.eclipse.jetty.webapp.Configuration.Wrapper
- postConfigure(WebAppContext) - Method in class org.eclipse.jetty.webapp.FragmentConfiguration
- postConfigure(WebAppContext) - Method in class org.eclipse.jetty.webapp.MetaInfConfiguration
- PostConstructAnnotationHandler - Class in org.eclipse.jetty.annotations
- PostConstructAnnotationHandler(WebAppContext) - Constructor for class org.eclipse.jetty.annotations.PostConstructAnnotationHandler
- PostConstructCallback - Class in org.eclipse.jetty.plus.annotation
-
PostConstructCallback
- PostConstructCallback(Class<?>, String) - Constructor for class org.eclipse.jetty.plus.annotation.PostConstructCallback
- PostConstructCallback(String, String) - Constructor for class org.eclipse.jetty.plus.annotation.PostConstructCallback
- POWERED_BY - Static variable in class org.eclipse.jetty.util.Jetty
- PRAGMA - org.eclipse.jetty.http.HttpHeader
- PREAMBLE - org.eclipse.jetty.http.MultiPartParser.State
- PRECOMPILED_FLAG - Static variable in class org.eclipse.jetty.jspc.plugin.JspcMojo
- PrecompressedHttpContent - Class in org.eclipse.jetty.http
- PrecompressedHttpContent(HttpContent, HttpContent, CompressedContentFormat) - Constructor for class org.eclipse.jetty.http.PrecompressedHttpContent
- PRECONDITION_FAILED - org.eclipse.jetty.http.HttpStatus.Code
- PRECONDITION_FAILED_412 - Static variable in class org.eclipse.jetty.http.HttpStatus
- PRECONDITION_REQUIRED - org.eclipse.jetty.http.HttpStatus.Code
- PRECONDITION_REQUIRED_428 - Static variable in class org.eclipse.jetty.http.HttpStatus
- preconfigure(Resource, Resource, Resource) - Static method in class org.eclipse.jetty.quickstart.PreconfigureQuickStartWar
- preConfigure() - Method in class org.eclipse.jetty.webapp.WebAppContext
-
Pre configure the web application.
- preConfigure(WebAppContext) - Method in class org.eclipse.jetty.annotations.AnnotationConfiguration
- preConfigure(WebAppContext) - Method in class org.eclipse.jetty.ant.AntWebInfConfiguration
- preConfigure(WebAppContext) - Method in class org.eclipse.jetty.maven.plugin.MavenQuickStartConfiguration
- preConfigure(WebAppContext) - Method in class org.eclipse.jetty.osgi.boot.OSGiWebInfConfiguration
-
Check to see if there have been any bundle symbolic names added of bundles that should be regarded as being on the container classpath, and scanned for fragments, tlds etc etc.
- preConfigure(WebAppContext) - Method in class org.eclipse.jetty.plus.webapp.EnvConfiguration
- preConfigure(WebAppContext) - Method in class org.eclipse.jetty.plus.webapp.PlusConfiguration
- preConfigure(WebAppContext) - Method in class org.eclipse.jetty.quickstart.QuickStartConfiguration
- preConfigure(WebAppContext) - Method in class org.eclipse.jetty.webapp.AbstractConfiguration
- preConfigure(WebAppContext) - Method in interface org.eclipse.jetty.webapp.Configuration
-
Set up for configuration.
- preConfigure(WebAppContext) - Method in class org.eclipse.jetty.webapp.Configuration.Wrapper
- preConfigure(WebAppContext) - Method in class org.eclipse.jetty.webapp.FragmentConfiguration
- preConfigure(WebAppContext) - Method in class org.eclipse.jetty.webapp.MetaInfConfiguration
- preConfigure(WebAppContext) - Method in class org.eclipse.jetty.webapp.WebInfConfiguration
- preConfigure(WebAppContext) - Method in class org.eclipse.jetty.webapp.WebXmlConfiguration
- PreconfigureDescriptorProcessor - Class in org.eclipse.jetty.quickstart
-
Preconfigure DescriptorProcessor Saves literal XML snippets
- PreconfigureDescriptorProcessor() - Constructor for class org.eclipse.jetty.quickstart.PreconfigureDescriptorProcessor
- PreconfigureQuickStartWar - Class in org.eclipse.jetty.quickstart
- PreconfigureQuickStartWar() - Constructor for class org.eclipse.jetty.quickstart.PreconfigureQuickStartWar
- preCreateConnections(int) - Method in class org.eclipse.jetty.client.AbstractConnectionPool
- preCreateConnections(int) - Method in interface org.eclipse.jetty.client.ConnectionPool
-
Optionally pre-create up to
connectionCount
connections so they are immediately ready for use. - PreDestroyAnnotationHandler - Class in org.eclipse.jetty.annotations
- PreDestroyAnnotationHandler(WebAppContext) - Constructor for class org.eclipse.jetty.annotations.PreDestroyAnnotationHandler
- PreDestroyCallback - Class in org.eclipse.jetty.plus.annotation
-
PreDestroyCallback
- PreDestroyCallback(Class<?>, String) - Constructor for class org.eclipse.jetty.plus.annotation.PreDestroyCallback
- PreDestroyCallback(String, String) - Constructor for class org.eclipse.jetty.plus.annotation.PreDestroyCallback
- PreEncodedHttpField - Class in org.eclipse.jetty.http
-
Pre encoded HttpField.
- PreEncodedHttpField(String, String) - Constructor for class org.eclipse.jetty.http.PreEncodedHttpField
- PreEncodedHttpField(HttpHeader, String) - Constructor for class org.eclipse.jetty.http.PreEncodedHttpField
- PreEncodedHttpField(HttpHeader, String, String) - Constructor for class org.eclipse.jetty.http.PreEncodedHttpField
- PREFACE - org.eclipse.jetty.http2.frames.FrameType
- PREFACE_BYTES - Static variable in class org.eclipse.jetty.http2.frames.PrefaceFrame
-
The HTTP/2 preface bytes.
- PREFACE_PREAMBLE_BYTES - Static variable in class org.eclipse.jetty.http2.frames.PrefaceFrame
-
The bytes of the HTTP/2 preface that form a legal HTTP/1.1 request, used in the direct upgrade.
- PrefaceFrame - Class in org.eclipse.jetty.http2.frames
- PrefaceFrame() - Constructor for class org.eclipse.jetty.http2.frames.PrefaceFrame
- PrefaceGenerator - Class in org.eclipse.jetty.http2.generator
- PrefaceGenerator() - Constructor for class org.eclipse.jetty.http2.generator.PrefaceGenerator
- PrefaceParser - Class in org.eclipse.jetty.http2.parser
- PrefaceParser(Parser.Listener) - Constructor for class org.eclipse.jetty.http2.parser.PrefaceParser
- PREFIX_GLOB - org.eclipse.jetty.http.pathmap.PathSpecGroup
-
For path specs that have a hardcoded prefix and a trailing wildcard glob.
- PREFLIGHT_MAX_AGE_PARAM - Static variable in class org.eclipse.jetty.servlets.CrossOriginFilter
- prepare(Request, ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.servlet.ServletHolder
-
Prepare to service a request.
- prepareConfiguration() - Method in class org.eclipse.jetty.maven.plugin.JettyRunForkedMojo
- prepareConstraintInfo(String, Request) - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
-
Find constraints that apply to the given path.
- prepareConstraintInfo(String, Request) - Method in class org.eclipse.jetty.security.SecurityHandler
- prepareContext(HttpServletRequest, ConcurrentMap<String, Object>) - Method in class org.eclipse.jetty.proxy.ConnectHandler
- prepareRequest(ServletRequest) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator
- prepareRequest(ServletRequest) - Method in class org.eclipse.jetty.security.authentication.LoginAuthenticator
- prepareRequest(ServletRequest) - Method in interface org.eclipse.jetty.security.Authenticator
-
Called prior to validateRequest.
- prepareRequest(ServletRequest) - Method in class org.eclipse.jetty.security.openid.OpenIdAuthenticator
- prepareTables() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
-
Set up the tables in the database
- prepend(HTTP2Flusher.Entry) - Method in class org.eclipse.jetty.http2.HTTP2Flusher
- prependFilterMapping(FilterMapping) - Method in class org.eclipse.jetty.servlet.ServletHandler
-
Convenience method to add a preconstructed FilterMapping
- prependHandler(Handler) - Method in class org.eclipse.jetty.server.handler.HandlerCollection
-
Prepends a handler.
- prependHandler(Handler, HandlerCollection) - Method in class org.eclipse.jetty.maven.plugin.Starter
- prependServerClass(String) - Method in class org.eclipse.jetty.webapp.WebAppContext
- prependSystemClass(String) - Method in class org.eclipse.jetty.webapp.WebAppContext
- prependToArray(T, T[], Class<?>) - Static method in class org.eclipse.jetty.util.ArrayUtil
-
Add element to the start of an array
- prevent(ClassLoader) - Method in class org.eclipse.jetty.util.preventers.AbstractLeakPreventer
- prevent(ClassLoader) - Method in class org.eclipse.jetty.util.preventers.AppContextLeakPreventer
- prevent(ClassLoader) - Method in class org.eclipse.jetty.util.preventers.AWTLeakPreventer
- prevent(ClassLoader) - Method in class org.eclipse.jetty.util.preventers.DOMLeakPreventer
-
Deprecated.
- prevent(ClassLoader) - Method in class org.eclipse.jetty.util.preventers.DriverManagerLeakPreventer
- prevent(ClassLoader) - Method in class org.eclipse.jetty.util.preventers.GCThreadLeakPreventer
-
Deprecated.
- prevent(ClassLoader) - Method in class org.eclipse.jetty.util.preventers.Java2DLeakPreventer
-
Deprecated.
- prevent(ClassLoader) - Method in class org.eclipse.jetty.util.preventers.LDAPLeakPreventer
-
Deprecated.
- prevent(ClassLoader) - Method in class org.eclipse.jetty.util.preventers.LoginConfigurationLeakPreventer
-
Deprecated.
- prevent(ClassLoader) - Method in class org.eclipse.jetty.util.preventers.SecurityProviderLeakPreventer
-
Deprecated.
- preVisitDirectory(Path, BasicFileAttributes) - Method in class org.eclipse.jetty.start.PathFinder
- PRI - org.eclipse.jetty.http.HttpMethod
- PRI_AS_INT - Static variable in enum org.eclipse.jetty.http.HttpMethod
- PrimitiveDecoderMetadataSet - Class in org.eclipse.jetty.websocket.jsr356.decoders
- PrimitiveDecoderMetadataSet() - Constructor for class org.eclipse.jetty.websocket.jsr356.decoders.PrimitiveDecoderMetadataSet
- PrimitiveEncoderMetadataSet - Class in org.eclipse.jetty.websocket.jsr356.encoders
- PrimitiveEncoderMetadataSet() - Constructor for class org.eclipse.jetty.websocket.jsr356.encoders.PrimitiveEncoderMetadataSet
- Primitives - Class in org.eclipse.jetty.websocket.jsr356.utils
- Primitives() - Constructor for class org.eclipse.jetty.websocket.jsr356.utils.Primitives
- print(boolean) - Method in class org.eclipse.jetty.server.ResponseWriter
- print(char) - Method in class org.eclipse.jetty.server.ResponseWriter
- print(char[]) - Method in class org.eclipse.jetty.server.ResponseWriter
- print(double) - Method in class org.eclipse.jetty.server.ResponseWriter
- print(float) - Method in class org.eclipse.jetty.server.ResponseWriter
- print(int) - Method in class org.eclipse.jetty.server.ResponseWriter
- print(long) - Method in class org.eclipse.jetty.server.ResponseWriter
- print(Object) - Method in class org.eclipse.jetty.server.ResponseWriter
- print(String) - Method in class org.eclipse.jetty.server.HttpOutput
- print(String) - Method in class org.eclipse.jetty.server.ResponseWriter
- printable(byte[]) - Static method in class org.eclipse.jetty.util.StringUtil
- printable(String) - Static method in class org.eclipse.jetty.util.StringUtil
- printf(String, Object...) - Method in class org.eclipse.jetty.server.ResponseWriter
- printf(Locale, String, Object...) - Method in class org.eclipse.jetty.server.ResponseWriter
- println() - Method in class org.eclipse.jetty.server.ResponseWriter
- println(boolean) - Method in class org.eclipse.jetty.server.HttpOutput
- println(boolean) - Method in class org.eclipse.jetty.server.ResponseWriter
- println(char) - Method in class org.eclipse.jetty.server.HttpOutput
- println(char) - Method in class org.eclipse.jetty.server.ResponseWriter
- println(char[]) - Method in class org.eclipse.jetty.server.ResponseWriter
- println(double) - Method in class org.eclipse.jetty.server.HttpOutput
- println(double) - Method in class org.eclipse.jetty.server.ResponseWriter
- println(float) - Method in class org.eclipse.jetty.server.HttpOutput
- println(float) - Method in class org.eclipse.jetty.server.ResponseWriter
- println(int) - Method in class org.eclipse.jetty.server.HttpOutput
- println(int) - Method in class org.eclipse.jetty.server.ResponseWriter
- println(long) - Method in class org.eclipse.jetty.server.HttpOutput
- println(long) - Method in class org.eclipse.jetty.server.ResponseWriter
- println(Object) - Method in class org.eclipse.jetty.server.ResponseWriter
- println(String) - Method in class org.eclipse.jetty.server.HttpOutput
- println(String) - Method in class org.eclipse.jetty.server.ResponseWriter
- printSystemProperties() - Method in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
- printTextResource(String) - Static method in class org.eclipse.jetty.start.Main
- priority(PriorityFrame, Callback) - Method in interface org.eclipse.jetty.http2.api.Session
-
Sends the given PRIORITY
frame
. - priority(PriorityFrame, Callback) - Method in class org.eclipse.jetty.http2.HTTP2Session
- PRIORITY - org.eclipse.jetty.http2.frames.FrameType
- PRIORITY - Static variable in interface org.eclipse.jetty.http2.Flags
- PRIORITY_LENGTH - Static variable in class org.eclipse.jetty.http2.frames.