Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

A64TOI - Static variable in class org.eclipse.jetty.util.security.UnixCrypt
 
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(Throwable) - Method in interface org.eclipse.jetty.client.api.Request
Attempts to abort the send of this request.
abort(Throwable) - Method in interface org.eclipse.jetty.client.api.Response
Attempts to abort the receive of this response.
abort(Throwable) - Method in class org.eclipse.jetty.client.http.HttpConnectionOverHTTP
 
abort(Throwable) - Method in class org.eclipse.jetty.client.HttpContentResponse
 
abort(Throwable) - Method in class org.eclipse.jetty.client.HttpConversation
 
abort(Throwable) - Method in class org.eclipse.jetty.client.HttpDestination
Aborts all the HttpExchanges queued in this destination.
abort(Throwable) - Method in class org.eclipse.jetty.client.HttpExchange
 
abort(Throwable) - Method in class org.eclipse.jetty.client.HttpRequest
 
abort(Throwable) - Method in class org.eclipse.jetty.client.HttpResponse
 
abort(Throwable) - Method in class org.eclipse.jetty.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 - Enum constant in enum class org.eclipse.jetty.client.HttpReceiver.DecodeResult
 
aborted - Variable in class org.eclipse.jetty.client.HttpRequest
 
ABORTED - Enum constant in enum class org.eclipse.jetty.server.HttpChannelState.OutputState
 
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
 
AbstractByteBufferPool - Class in org.eclipse.jetty.io
 
AbstractByteBufferPool(int, int, long, long) - Constructor for class org.eclipse.jetty.io.AbstractByteBufferPool
 
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
 
AbstractConnection.ReadCallback - Class in org.eclipse.jetty.io
 
AbstractConnectionFactory - Class in org.eclipse.jetty.server
Provides the common handling for ConnectionFactory implementations including:
AbstractConnectionFactory(String) - Constructor for class org.eclipse.jetty.server.AbstractConnectionFactory
 
AbstractConnectionFactory(String...) - Constructor for class org.eclipse.jetty.server.AbstractConnectionFactory
 
AbstractConnectionPool - Class in org.eclipse.jetty.client
 
AbstractConnectionPool(Destination, int, Callback) - Constructor for class org.eclipse.jetty.client.AbstractConnectionPool
AbstractConnectionPool(HttpDestination, int, boolean, Callback) - Constructor for class org.eclipse.jetty.client.AbstractConnectionPool
 
AbstractConnectionPool(HttpDestination, Pool<Connection>, Callback) - Constructor for class org.eclipse.jetty.client.AbstractConnectionPool
 
AbstractConnectionPool.EntryHolder - Class in org.eclipse.jetty.client
 
AbstractConnectionPool.FutureConnection - Class in org.eclipse.jetty.client
 
AbstractConnector - Class in org.eclipse.jetty.server
An abstract implementation of Connector that provides a ConnectionFactory mechanism for creating Connection instances for various protocols (HTTP, SSL, etc).
AbstractConnector(Server, Executor, Scheduler, ByteBufferPool, int, ConnectionFactory...) - Constructor for class org.eclipse.jetty.server.AbstractConnector
 
AbstractConnector.Acceptor - Class in org.eclipse.jetty.server
 
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
 
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
 
AbstractEndPoint - Class in org.eclipse.jetty.io
 
AbstractEndPoint(Scheduler) - Constructor for class org.eclipse.jetty.io.AbstractEndPoint
 
AbstractEndPoint.State - Enum Class in org.eclipse.jetty.io
 
AbstractHandler - Class in org.eclipse.jetty.server.handler
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
 
AbstractHttpClientTransport - Class in org.eclipse.jetty.client
 
AbstractHttpClientTransport() - Constructor for class org.eclipse.jetty.client.AbstractHttpClientTransport
 
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
 
AbstractLifeCycleListener() - Constructor for class org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
 
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
AbstractNCSARequestLog - Class in org.eclipse.jetty.server
AbstractNCSARequestLog(RequestLog.Writer) - Constructor for class org.eclipse.jetty.server.AbstractNCSARequestLog
Deprecated.
 
AbstractNetworkConnector - Class in org.eclipse.jetty.server
An abstract Network Connector.
AbstractNetworkConnector(Server, Executor, Scheduler, ByteBufferPool, int, ConnectionFactory...) - Constructor for class org.eclipse.jetty.server.AbstractNetworkConnector
 
AbstractPathSpec - Class in org.eclipse.jetty.http.pathmap
 
AbstractPathSpec() - Constructor for class org.eclipse.jetty.http.pathmap.AbstractPathSpec
 
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
 
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(Object, long) - Method in class org.eclipse.jetty.client.HttpReceiver.ContentListeners
 
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(Request, Response) - Method in class org.eclipse.jetty.client.ContinueProtocolHandler
 
accept(Request, Response) - Method in interface org.eclipse.jetty.client.ProtocolHandler
Inspects the given request and response to detect whether this protocol handler should handle them.
accept(Request, Response) - Method in class org.eclipse.jetty.client.ProxyAuthenticationProtocolHandler
 
accept(Request, Response) - Method in class org.eclipse.jetty.client.RedirectProtocolHandler
 
accept(Request, Response) - Method in class org.eclipse.jetty.client.WWWAuthenticationProtocolHandler
 
Accept(SelectableChannel, Object) - Constructor for class org.eclipse.jetty.io.ManagedSelector.Accept
 
ACCEPT - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
Request Fields.
ACCEPT_CHARSET - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
ACCEPT_ENCODING - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
ACCEPT_LANGUAGE - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
ACCEPT_RANGES - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
Response Fields.
ACCEPT_RANGES - Static variable in class org.eclipse.jetty.server.ResourceService
 
accepted(SelectableChannel) - Method in class org.eclipse.jetty.io.SelectorManager
Callback method when a channel is accepted from the ServerSocketChannel passed to SelectorManager.acceptor(SelectableChannel).
accepted(SelectableChannel) - Method in class org.eclipse.jetty.server.ServerConnector.ServerConnectorManager
 
accepted(SocketChannel) - Method in class org.eclipse.jetty.server.ServerConnector
 
ACCEPTED - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
ACCEPTED_202 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
acceptGSSContext(GSSContext, byte[]) - Method in class org.eclipse.jetty.security.ConfigurableSpnegoLoginService
 
acceptor(SelectableChannel) - Method in class org.eclipse.jetty.io.SelectorManager
Registers a server channel for accept operations.
Acceptor(int) - Constructor for class org.eclipse.jetty.server.AbstractConnector.Acceptor
 
Acceptor(SelectableChannel) - Constructor for class org.eclipse.jetty.io.ManagedSelector.Acceptor
 
Acceptors - Search tag in class org.eclipse.jetty.server.AbstractConnector
Section
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
 
AcceptRateLimit.Rate - Class in org.eclipse.jetty.server
 
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.
ACL - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
ACL_AS_INT - Static variable in enum class org.eclipse.jetty.http.HttpMethod
 
acquire() - Method in class org.eclipse.jetty.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.server.handler.ThreadLimitHandler.Remote
 
acquire() - Method in class org.eclipse.jetty.util.compression.CompressionPool
 
acquire() - Method in class org.eclipse.jetty.util.Pool
Acquire an entry from the pool.
acquire() - Method in class org.eclipse.jetty.util.SharedBlockingCallback
 
acquire(boolean) - Method in class org.eclipse.jetty.client.AbstractConnectionPool
Returns an idle connection, if available; if an idle connection is not available, and the given create parameter is true or AbstractConnectionPool.isMaximizeConnections() is true, then attempts to open a new connection, if possible within the configuration of this connection pool (for example, if it does not exceed the max connection count); otherwise it attempts to open a new connection, if the number of queued requests is greater than the number of pending connections; if no connection is available even after the attempts to open, return null.
acquire(boolean) - Method in class org.eclipse.jetty.io.ByteBufferPool.Bucket
Deprecated.
acquire(int) - Method in class org.eclipse.jetty.http.GZIPContentDecoder
 
acquire(int, boolean) - Method in class org.eclipse.jetty.io.ArrayByteBufferPool
 
acquire(int, boolean) - Method in interface org.eclipse.jetty.io.ByteBufferPool
Requests a ByteBuffer of the given size.
acquire(int, boolean) - Method in class org.eclipse.jetty.io.ByteBufferPool.Lease
 
acquire(int, boolean) - Method in class org.eclipse.jetty.io.LeakTrackingByteBufferPool
 
acquire(int, boolean) - Method in class org.eclipse.jetty.io.MappedByteBufferPool
 
acquire(int, boolean) - Method in class org.eclipse.jetty.io.NullByteBufferPool
 
acquire(Function<Pool.Entry, T>) - Method in class org.eclipse.jetty.util.Pool
Utility method to acquire 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.
acquireBuffer() - Method in class org.eclipse.jetty.server.HttpOutput
 
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.
acquireEncryptedInput() - Method in class org.eclipse.jetty.io.ssl.SslConnection
 
acquireEncryptedOutput() - Method in class org.eclipse.jetty.io.ssl.SslConnection
 
acquireNetworkBuffer() - Method in class org.eclipse.jetty.client.http.HttpReceiverOverHTTP
 
acquireWriteBlockingCallback() - Method in class org.eclipse.jetty.server.HttpOutput
 
Action() - Constructor for enum class org.eclipse.jetty.server.HttpChannelState.Action
 
Action() - Constructor for enum class org.eclipse.jetty.util.IteratingCallback.Action
 
activate() - Method in class org.eclipse.jetty.client.AbstractConnectionPool
 
activate() - Method in class org.eclipse.jetty.io.IdleTimeout
 
activate() - Method in class org.eclipse.jetty.util.thread.Sweeper
 
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.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.BlockingArrayQueue.Itr
 
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(Object) - Method in class org.eclipse.jetty.util.ajax.JSON.ConvertableOutput
 
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 class org.eclipse.jetty.util.ajax.JSON.ConvertableOutput
 
add(String, boolean) - Method in interface org.eclipse.jetty.util.ajax.JSON.Output
 
add(String, double) - Method in class org.eclipse.jetty.util.ajax.JSON.ConvertableOutput
 
add(String, double) - Method in interface org.eclipse.jetty.util.ajax.JSON.Output
 
add(String, long) - Method in class org.eclipse.jetty.util.ajax.JSON.ConvertableOutput
 
add(String, long) - Method in interface org.eclipse.jetty.util.ajax.JSON.Output
 
add(String, Object) - Method in class org.eclipse.jetty.servlet.StatisticsServlet.HtmlProducer
 
add(String, Object) - Method in class org.eclipse.jetty.servlet.StatisticsServlet.TextProducer
 
add(String, Object) - Method in class org.eclipse.jetty.servlet.StatisticsServlet.XmlProducer
 
add(String, Object) - Method in class org.eclipse.jetty.util.ajax.JSON.ConvertableOutput
 
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 class 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(ContentDecoder.Factory) - Method in class org.eclipse.jetty.client.HttpClient.ContentDecoderFactorySet
 
add(HttpField) - Method in class org.eclipse.jetty.http.HttpFields
 
add(HttpField) - Method in class org.eclipse.jetty.http.HttpFields.ListItr
 
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(RequestLog) - Method in class org.eclipse.jetty.server.RequestLogCollection
 
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
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(String[]) - Method in class org.eclipse.jetty.webapp.ClasspathPattern
 
addAll(Collection<? extends ContentDecoder.Factory>) - Method in class org.eclipse.jetty.client.HttpClient.ContentDecoderFactorySet
 
addAll(HttpFields) - Method in class org.eclipse.jetty.http.HttpFields
 
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.
addArray(Object, Object[]) - Static method in class org.eclipse.jetty.util.LazyList
Add the contents of an array to a LazyList
addAuthentication(Authentication) - Method in interface org.eclipse.jetty.client.api.AuthenticationStore
 
addAuthentication(Authentication) - Method in class org.eclipse.jetty.client.HttpAuthenticationStore
 
addAuthenticationResult(Authentication.Result) - Method in interface org.eclipse.jetty.client.api.AuthenticationStore
 
addAuthenticationResult(Authentication.Result) - Method in class org.eclipse.jetty.client.HttpAuthenticationStore
 
addBean(Object) - Method in interface org.eclipse.jetty.util.component.Container
Add a bean.
addBean(Object) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
Adds the given bean, detecting whether to manage it or not.
addBean(Object, boolean) - Method in interface org.eclipse.jetty.util.component.Container
Adds the given bean, explicitly managing it or not.
addBean(Object, boolean) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
Adds the given bean, explicitly managing it or not.
addBean(Object, ContainerLifeCycle.Managed) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
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
 
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 class org.eclipse.jetty.util.ajax.JSON.ConvertableOutput
 
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.
addClassFileTransformer(ClassFileTransformer) - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
addClassName(String) - Method in class org.eclipse.jetty.webapp.WebDescriptor
 
addClassPath(String) - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
 
addClassPath(Resource) - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
 
addCollection(Object, Collection<?>) - Static method in class org.eclipse.jetty.util.LazyList
Add the contents of a Collection to a LazyList
addConnectionFactory(ConnectionFactory) - Method in class org.eclipse.jetty.server.AbstractConnector
 
addConnector(Connector) - Method in class org.eclipse.jetty.server.Server
 
addConstraintMapping(ConstraintMapping) - Method in interface org.eclipse.jetty.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
 
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.
addContinuationListener(ContinuationListener) - Method in interface org.eclipse.jetty.continuation.Continuation
Deprecated.
Add a ContinuationListener.
addContinuationListener(ContinuationListener) - Method in class org.eclipse.jetty.continuation.FauxContinuation
Deprecated.
 
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
 
addCounts(int, int) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
addCSV(String, String...) - Method in class org.eclipse.jetty.http.HttpFields
Add comma separated values, but only if not already present.
addCSV(HttpHeader, String...) - Method in class org.eclipse.jetty.http.HttpFields
Add comma separated values, but only if not already present.
addCSV(QuotedCSV, String...) - Method in class org.eclipse.jetty.http.HttpFields
 
addCustomizer(HttpConfiguration.Customizer) - Method in class org.eclipse.jetty.server.HttpConfiguration
Adds a HttpConfiguration.Customizer that is invoked for every request received.
addDateField(String, long) - Method in class org.eclipse.jetty.http.HttpFields
Sets the value of a date field.
addDateHeader(String, long) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator.FormResponse
 
addDateHeader(String, long) - Method in class org.eclipse.jetty.server.Response
 
addDateHeader(String, long) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
addDecorator(ServletContextHandler.Decorator) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
Deprecated.
use the DecoratedObjectFactory from getAttribute("org.eclipse.jetty.util.DecoratedObjectFactory") or ServletContextHandler.getObjectFactory() instead
addDecorator(Decorator) - Method in class org.eclipse.jetty.util.DecoratedObjectFactory
 
addDependency(T, T) - Method in class org.eclipse.jetty.util.TopologicalSort
Add a dependency to be considered in the sort.
addDescriptorProcessor(DescriptorProcessor) - Method in class org.eclipse.jetty.webapp.MetaData
 
addDirectory(Path) - Method in class org.eclipse.jetty.util.Scanner
Add a directory to be scanned.
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 - Enum constant in enum class org.eclipse.jetty.util.PathWatcher.PathWatchEventType
 
ADDED - Enum constant in enum class org.eclipse.jetty.util.Scanner.Notification
 
addEncodedPaths(String, String) - Static method in class org.eclipse.jetty.util.URIUtil
Add two encoded URI path segments.
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
addFieldPart(String, ContentProvider, HttpFields) - Method in class org.eclipse.jetty.client.util.MultiPartContentProvider
Adds a field part with the given name as field name, and the given content as part content.
addFile(File) - Method in class org.eclipse.jetty.util.component.FileDestroyable
 
addFile(String) - Method in class org.eclipse.jetty.util.component.FileDestroyable
 
addFile(Path) - Method in class org.eclipse.jetty.util.Scanner
Add a file to be scanned.
addFilePart(String, String, ContentProvider, HttpFields) - Method in class org.eclipse.jetty.client.util.MultiPartContentProvider
Adds a file part with the given name as field name, the given fileName as file name, and the given content as part content.
addFiles(Collection<File>) - Method in class org.eclipse.jetty.util.component.FileDestroyable
 
addFilter(Class<? extends Filter>, String, EnumSet<DispatcherType>) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
Convenience method to add a filter
addFilter(String, Class<? extends Filter>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
 
addFilter(String, Class<? extends Filter>) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
 
addFilter(String, String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
 
addFilter(String, String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
 
addFilter(String, String, EnumSet<DispatcherType>) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
Convenience method to add a filter
addFilter(String, String, EnumSet<DispatcherType>) - Method in class org.eclipse.jetty.servlet.ServletHandler
addFilter(String, Filter) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
 
addFilter(String, Filter) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
 
addFilter(FilterHolder) - Method in class org.eclipse.jetty.servlet.ServletHandler
Convenience method to add a preconstructed FilterHolder
addFilter(FilterHolder, String, EnumSet<DispatcherType>) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
Convenience method to add a filter
addFilter(FilterHolder, FilterMapping) - Method in class org.eclipse.jetty.servlet.ServletHandler
Convenience method to add a filter and mapping
addFilterMapping(String, XmlParser.Node, WebAppContext, Descriptor) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
 
addFilterMapping(FilterMapping) - Method in class org.eclipse.jetty.servlet.ServletHandler
Convenience method to add a preconstructed FilterMapping
addFilterWithMapping(Class<? extends Filter>, String, int) - Method in class org.eclipse.jetty.servlet.ServletHandler
Convenience method to add a filter.
addFilterWithMapping(Class<? extends Filter>, String, EnumSet<DispatcherType>) - Method in class org.eclipse.jetty.servlet.ServletHandler
Convenience method to add a filter.
addFilterWithMapping(String, String, int) - Method in class org.eclipse.jetty.servlet.ServletHandler
Convenience method to add a filter.
addFilterWithMapping(String, String, EnumSet<DispatcherType>) - Method in class org.eclipse.jetty.servlet.ServletHandler
Convenience method to add a filter.
addFilterWithMapping(FilterHolder, String, int) - Method in class org.eclipse.jetty.servlet.ServletHandler
Convenience method to add a filter.
addFilterWithMapping(FilterHolder, String, EnumSet<DispatcherType>) - Method in class org.eclipse.jetty.servlet.ServletHandler
Convenience method to add a filter.
addFirstConnectionFactory(ConnectionFactory) - Method in class org.eclipse.jetty.server.AbstractConnector
 
addFormEncodedMethod(String) - Method in class org.eclipse.jetty.server.HttpConfiguration
Adds a form encoded HTTP Method
addFragment(Resource, Resource) - Method in class org.eclipse.jetty.webapp.MetaData
Add a web-fragment.xml
addGetter(String, Method) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
addHandler(Handler) - Method in class org.eclipse.jetty.server.handler.HandlerCollection
Adds a handler.
addHandshakeListener(SslHandshakeListener) - Method in class org.eclipse.jetty.io.ssl.SslConnection
 
addHeader(String, String) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator.FormResponse
 
addHeader(String, String) - Method in interface org.eclipse.jetty.server.PushBuilder
Add a header to be used for the push.
addHeader(String, String) - Method in class org.eclipse.jetty.server.PushBuilderImpl
 
addHeader(String, String) - Method in class org.eclipse.jetty.server.Response
 
addHeader(String, String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
addIfAbsentConnectionFactory(ConnectionFactory) - Method in class org.eclipse.jetty.server.AbstractConnector
 
addInclude(String) - Method in class org.eclipse.jetty.util.PathWatcher.Config
Add an include PathMatcher
addInclude(PathMatcher) - Method in class org.eclipse.jetty.util.PathWatcher.Config
Add an include PathMatcher
addIncludeCoda(String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
 
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
addInput(String) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
addInput(String, Charset) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
addInput(ByteBuffer) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
addInputAndExecute(ByteBuffer) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
addInputEOF() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
addInterceptor(HttpInput.Interceptor) - Method in class org.eclipse.jetty.server.HttpInput
addIntHeader(String, int) - Method in class org.eclipse.jetty.server.Response
 
addIntHeader(String, int) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
addJars(Resource) - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
Add elements to the class path for the context from the jar and zip files found in the specified resource.
addJSON(Appendable) - Method in interface org.eclipse.jetty.util.ajax.JSON.Generator
 
addJSON(Appendable) - Method in class org.eclipse.jetty.util.ajax.JSON.Literal
 
addJspFile(String, String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
 
addJspPropertyGroup(JspPropertyGroupDescriptor) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspConfig
 
addLifeCycleListener(LifeCycle.Listener) - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
addLifeCycleListener(LifeCycle.Listener) - Method in interface org.eclipse.jetty.util.component.LifeCycle
 
addLifeCycles(LifeCycle...) - Method in class org.eclipse.jetty.server.ShutdownMonitor
 
addList(String, List<?>) - Method in class org.eclipse.jetty.servlet.StatisticsServlet.HtmlProducer
 
addList(String, List<?>) - Method in class org.eclipse.jetty.servlet.StatisticsServlet.TextProducer
 
addList(String, List<?>) - Method in class org.eclipse.jetty.servlet.StatisticsServlet.XmlProducer
 
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(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
 
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.
addMap(Map<String, ?>) - Method in class org.eclipse.jetty.servlet.StatisticsServlet.HtmlProducer
 
addMap(Map<String, ?>) - Method in class org.eclipse.jetty.servlet.StatisticsServlet.TextProducer
 
addMap(Map<String, ?>) - Method in class org.eclipse.jetty.servlet.StatisticsServlet.XmlProducer
 
addMapping(String...) - Method in class org.eclipse.jetty.servlet.ServletHolder.Registration
 
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
 
addMimeMapping(String, String) - Method in class org.eclipse.jetty.http.MimeTypes
Set a mime mapping
addName(String) - Method in class org.eclipse.jetty.util.ssl.X509
 
addNetworkTrafficListener(NetworkTrafficListener) - Method in class org.eclipse.jetty.server.NetworkTrafficServerConnector
 
addObject(Object) - Method in class org.eclipse.jetty.servlet.StatisticsServlet.HtmlProducer
 
addObject(Object) - Method in class org.eclipse.jetty.servlet.StatisticsServlet.TextProducer
 
addObject(Object) - Method in class org.eclipse.jetty.servlet.StatisticsServlet.XmlProducer
 
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
addPart(MultiPartContentProvider.Part) - Method in class org.eclipse.jetty.client.util.MultiPartContentProvider
 
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.
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
 
addQueries(String, String) - Static method in class org.eclipse.jetty.util.URIUtil
Combine two query strings into one.
addRequestLog(RequestLog) - Method in class org.eclipse.jetty.server.HttpChannel
 
address - Variable in class org.eclipse.jetty.client.Origin
 
address - Variable in class org.eclipse.jetty.client.ProxyConfiguration.Proxy
 
Address(String, int) - Constructor for class org.eclipse.jetty.client.Origin.Address
 
addressResolutionTimeout - Variable in class org.eclipse.jetty.client.HttpClient
 
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
addScanDir(File) - Method in class org.eclipse.jetty.util.Scanner
Deprecated.
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.
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
 
addTaglibDescriptor(TaglibDescriptor) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspConfig
 
addThrowable(Throwable) - Method in class org.eclipse.jetty.server.AsyncContextEvent
 
addToAllConnectors(Server) - Static method in class org.eclipse.jetty.server.ConnectorStatistics
Deprecated.
 
addToAllConnectors(Server) - Static method in class org.eclipse.jetty.server.ServerConnectionStatistics
Deprecated.
addToArray(T[], T, Class<?>) - Static method in class org.eclipse.jetty.util.ArrayUtil
Add element to an array
addTrailer() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor
 
addTransformer(ClassFileTransformer) - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
 
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.
addVirtualHosts(String[]) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Either set virtual hosts or add to an existing set of virtual hosts.
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
advance() - Method in class org.eclipse.jetty.client.HttpContent
Advances the cursor to the next block of content.
advance(Iterator<ByteBuffer>) - Method in class org.eclipse.jetty.client.HttpContent
 
AEOF - Static variable in class org.eclipse.jetty.server.HttpInput
 
After - Enum constant in enum class org.eclipse.jetty.webapp.FragmentDescriptor.OtherType
 
AFTER - Static variable in class org.eclipse.jetty.client.HttpContent
 
AFTER_NAME - Enum constant in enum class org.eclipse.jetty.http.MultiPartParser.FieldState
 
AfterAuthenticationListener(Authentication.Result) - Constructor for class org.eclipse.jetty.client.AuthenticationProtocolHandler.AfterAuthenticationListener
 
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.
afterStartupConsumer - Variable in class org.eclipse.jetty.servlet.listener.ContainerInitializer.ServletContainerInitializerServletContextListener
 
age(long, TimeUnit) - Method in class org.eclipse.jetty.server.AcceptRateLimit
 
age(long, TimeUnit) - Method in class org.eclipse.jetty.server.AcceptRateLimit.Rate
 
age(long, TimeUnit) - Method in class org.eclipse.jetty.util.statistic.RateStatistic
 
AGE - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
agent(String) - Method in interface org.eclipse.jetty.client.api.Request
 
agent(String) - Method in class org.eclipse.jetty.client.HttpRequest
 
agentField - Variable in class org.eclipse.jetty.client.HttpClient
 
AHW_ATTR - Static variable in class org.eclipse.jetty.server.handler.AsyncDelayHandler
 
algorithm - Variable in class org.eclipse.jetty.client.util.DigestAuthentication.DigestResult
 
alias - Variable in class org.eclipse.jetty.util.resource.PathResource
 
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
 
AliasSNIMatcher() - Constructor for class org.eclipse.jetty.util.ssl.SslContextFactory.AliasSNIMatcher
 
alive - Variable in class org.eclipse.jetty.server.ShutdownMonitor
 
ALL - Static variable in class org.eclipse.jetty.servlet.FilterMapping
 
ALL_INTERFACES - Static variable in class org.eclipse.jetty.util.StringUtil
 
ALL_METHODS - Static variable in class org.eclipse.jetty.security.ConstraintSecurityHandler
 
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 - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
Entity Fields.
allowRenegotiate() - Method in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
 
AllowSymLinkAliasChecker - Class in org.eclipse.jetty.server.handler
Symbolic Link AliasChecker.
AllowSymLinkAliasChecker() - Constructor for class org.eclipse.jetty.server.handler.AllowSymLinkAliasChecker
 
ALPHA - Enum constant in enum class org.eclipse.jetty.http.HttpTokens.Type
 
ALPHABET_SIZE - Static variable in class org.eclipse.jetty.util.SearchPattern
 
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.
Ambiguous() - Constructor for enum class org.eclipse.jetty.http.HttpURI.Ambiguous
 
annotated - Variable in class org.eclipse.jetty.webapp.MetaData.OriginInfo
 
annotation - Variable in class org.eclipse.jetty.webapp.MetaData.OriginInfo
 
Annotation - Enum constant in enum class org.eclipse.jetty.webapp.Origin
 
ANNOTATION - Enum constant in enum class org.eclipse.jetty.servlet.Source.Origin
 
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
 
anyToFailure(Throwable) - Method in class org.eclipse.jetty.client.HttpSender
 
APACHE - Enum constant in enum class org.eclipse.jetty.servlet.ServletHolder.JspContainer
 
APACHE_SENTINEL_CLASS - Static variable in class org.eclipse.jetty.servlet.ServletHolder
 
API - Enum constant in enum class org.eclipse.jetty.webapp.Origin
 
ApiState() - Constructor for enum class org.eclipse.jetty.server.HttpOutput.ApiState
 
AppContextLeakPreventer - Class in org.eclipse.jetty.util.preventers
AppContextLeakPreventer Cause the classloader that is pinned by AppContext.getAppContext() to be a container or system classloader, not a webapp classloader.
AppContextLeakPreventer() - Constructor for class org.eclipse.jetty.util.preventers.AppContextLeakPreventer
 
append(byte) - Method in class org.eclipse.jetty.util.Utf8Appendable
 
append(byte[]) - Method in class org.eclipse.jetty.util.Utf8Appendable
 
append(byte[], int, int) - Method in class org.eclipse.jetty.util.Utf8Appendable
 
append(byte[], int, int, int) - Method in class org.eclipse.jetty.util.Utf8Appendable
 
append(char) - Method in class org.eclipse.jetty.util.Utf8Appendable
 
append(Appendable, Object) - Method in class org.eclipse.jetty.util.ajax.JSON
Append object as JSON to string buffer.
append(String) - Method in class org.eclipse.jetty.util.Utf8Appendable
 
append(StringBuffer, Object) - Method in class org.eclipse.jetty.util.ajax.JSON
Deprecated.
append(StringBuilder, byte, int) - Static method in class org.eclipse.jetty.util.StringUtil
append hex digit
append(StringBuilder, String) - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
Deprecated.
 
append(StringBuilder, String) - Static method in class org.eclipse.jetty.server.CustomRequestLog
 
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.server.CustomRequestLog
 
append(ByteBuffer) - Method in class org.eclipse.jetty.util.Utf8Appendable
 
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
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
appendAlpha(byte) - Method in class org.eclipse.jetty.util.ajax.AsyncJSON.NumberBuilder
 
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
 
appendConfigId(StringBuilder) - Method in class org.eclipse.jetty.util.PathWatcher
Append some info on the paths that we are watching.
appendContentChar(StringBuilder, byte) - Static method in class org.eclipse.jetty.util.BufferUtil
 
appendDebugString(StringBuilder, ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
 
appendDefaultPropertyValues(StringBuilder, XmlParser.Node) - Method in class org.eclipse.jetty.xml.XmlConfiguration.JettyXmlConfiguration
 
appendDigit(byte) - Method in class org.eclipse.jetty.util.ajax.AsyncJSON.NumberBuilder
 
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.
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
appendSign(byte) - Method in class org.eclipse.jetty.util.ajax.AsyncJSON.NumberBuilder
 
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.
APPLICATION_JSON - Enum constant in enum class org.eclipse.jetty.http.MimeTypes.Type
 
APPLICATION_JSON_8859_1 - Enum constant in enum class org.eclipse.jetty.http.MimeTypes.Type
 
APPLICATION_JSON_UTF_8 - Enum constant in enum class org.eclipse.jetty.http.MimeTypes.Type
 
appliesTo(int) - Method in class org.eclipse.jetty.servlet.FilterMapping
Check if this filter applies to a particular dispatch type.
appliesTo(String, int) - Method in class org.eclipse.jetty.servlet.FilterMapping
Check if this filter applies to a path.
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
 
apply() - Method in class org.eclipse.jetty.webapp.DiscoveredAnnotation
 
apply(Class<?>) - Method in class org.eclipse.jetty.util.ModuleLocation
 
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.DigestAuthentication.DigestResult
 
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.
applyAsyncAttributes(Attributes, String, String, String, String, String) - Static method in class org.eclipse.jetty.server.AsyncAttributes
 
applyProxyAuthentication(Request, ProxyConfiguration.Proxy) - Method in class org.eclipse.jetty.client.HttpConnection
 
applyRequestAuthentication(Request) - Method in class org.eclipse.jetty.client.HttpConnection
 
applyTo(Executable) - Method in class org.eclipse.jetty.xml.XmlConfiguration.JettyXmlConfiguration.Args
 
ApproveAliases() - Constructor for class org.eclipse.jetty.server.handler.ContextHandler.ApproveAliases
 
ApproveNonExistentDirectoryAliases() - Constructor for class org.eclipse.jetty.server.handler.ContextHandler.ApproveNonExistentDirectoryAliases
 
arg - Variable in class org.eclipse.jetty.server.CustomRequestLog.Token
 
Args(Object, Class<?>, List<XmlParser.Node>) - Constructor for class org.eclipse.jetty.xml.XmlConfiguration.JettyXmlConfiguration.Args
 
Args(List<Object>, List<String>) - Constructor for class org.eclipse.jetty.xml.XmlConfiguration.JettyXmlConfiguration.Args
 
ARRAY - Enum constant in enum class org.eclipse.jetty.util.ajax.AsyncJSON.State
 
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.
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
 
asBuffer() - Method in enum class org.eclipse.jetty.http.HttpMethod
 
asBuffer() - Method in enum class org.eclipse.jetty.http.MimeTypes.Type
 
asByteBuffer() - Method in enum class org.eclipse.jetty.http.HttpScheme
 
asciiToLowerCase(String) - Static method in class org.eclipse.jetty.util.StringUtil
fast lower case conversion.
asContextListener(ServletContainerInitializer) - Static method in class org.eclipse.jetty.servlet.listener.ContainerInitializer
Utility Method to allow for manual execution of ServletContainerInitializer when using Embedded Jetty.
asDecorator(Object) - Method in class org.eclipse.jetty.servlet.DecoratingListener
 
asEmptyVarArgs(Class<?>) - Method in class org.eclipse.jetty.xml.XmlConfiguration.JettyXmlConfiguration.Args
 
asFile(Object) - Method in class org.eclipse.jetty.webapp.WebInfConfiguration
Given an Object, return File reference for object.
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(Object) - Method in class org.eclipse.jetty.http.pathmap.PathSpecSet
 
asPathSpec(String) - Static method in class org.eclipse.jetty.http.pathmap.PathMappings
 
assertIsValidVariableLiteral(String, String) - Static method in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
Validate variable literal name, per RFC6570, Section 2.1 Literals
assertResourcesSet() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
 
assertResourceValid(Resource) - Method in class org.eclipse.jetty.util.resource.ResourceCollection
 
assertValidPath(String) - Method in class org.eclipse.jetty.util.resource.FileResource
Deprecated.
 
assertValidPath(Path) - Method in class org.eclipse.jetty.util.resource.PathResource
 
assertValidServletPathSpec(String) - Static method in class org.eclipse.jetty.http.pathmap.ServletPathSpec
 
associate(HttpChannel) - Method in class org.eclipse.jetty.client.HttpExchange
Associates the given channel to this exchange.
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.
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 class org.eclipse.jetty.http.HttpHeader
 
asString() - Method in enum class org.eclipse.jetty.http.HttpHeaderValue
 
asString() - Method in enum class org.eclipse.jetty.http.HttpMethod
 
asString() - Method in enum class org.eclipse.jetty.http.HttpScheme
 
asString() - Method in enum class org.eclipse.jetty.http.HttpVersion
 
asString() - Method in enum class 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.
ASSUMED_CONTENT_METHODS - Static variable in class org.eclipse.jetty.http.HttpGenerator
 
ASTERISK - Enum constant in enum class org.eclipse.jetty.http.HttpURI.State
 
asTryExecutor(Executor) - Static method in interface org.eclipse.jetty.util.thread.TryExecutor
 
Async(Executor, Scheduler, long) - Constructor for class org.eclipse.jetty.util.SocketAddressResolver.Async
Creates a new instance with the given executor (to perform DNS resolution in a separate thread), the given scheduler (to cancel the operation if it takes too long) and the given timeout, in milliseconds.
ASYNC - Enum constant in enum class org.eclipse.jetty.server.HttpChannelState.RequestState
 
ASYNC - Enum constant in enum class org.eclipse.jetty.server.HttpOutput.ApiState
 
ASYNC - Static variable in class org.eclipse.jetty.server.HttpInput
 
ASYNC - Static variable in class org.eclipse.jetty.servlet.FilterMapping
 
ASYNC_DISPATCH - Enum constant in enum class org.eclipse.jetty.server.HttpChannelState.Action
 
ASYNC_ERROR - Enum constant in enum class org.eclipse.jetty.server.HttpChannelState.Action
 
ASYNC_TIMEOUT - Enum constant in enum class org.eclipse.jetty.server.HttpChannelState.Action
 
AsyncAttributes - Class in org.eclipse.jetty.server
 
AsyncAttributes(Attributes, String, String, String, String, String) - Constructor for class org.eclipse.jetty.server.AsyncAttributes
 
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
 
asyncError(Throwable) - Method in class org.eclipse.jetty.server.HttpChannelState
 
AsyncFlush(boolean) - Constructor for class org.eclipse.jetty.server.HttpOutput.AsyncFlush
 
Asynchronous Methods - Search tag in interface org.eclipse.jetty.io.EndPoint
Section
Asynchronous Reads - Search tag in interface org.eclipse.jetty.io.EndPoint
Section
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.
AsyncJSON.Factory.CachedString - Class in org.eclipse.jetty.util.ajax
 
AsyncJSON.Frame - Class in org.eclipse.jetty.util.ajax
 
AsyncJSON.FrameStack - Class in org.eclipse.jetty.util.ajax
 
AsyncJSON.NumberBuilder - Class in org.eclipse.jetty.util.ajax
 
AsyncJSON.State - Enum Class in org.eclipse.jetty.util.ajax
 
AsyncNCSARequestLog - Class in org.eclipse.jetty.server
AsyncNCSARequestLog() - Constructor for class org.eclipse.jetty.server.AsyncNCSARequestLog
Deprecated.
 
AsyncNCSARequestLog(String, BlockingQueue<String>) - Constructor for class org.eclipse.jetty.server.AsyncNCSARequestLog
Deprecated.
 
AsyncReadCallback() - Constructor for class org.eclipse.jetty.server.HttpConnection.AsyncReadCallback
 
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
 
AsyncRequestLogWriter.WriterThread - Class in org.eclipse.jetty.server
 
AsyncWrite(byte[], int, int, boolean) - Constructor for class org.eclipse.jetty.server.HttpOutput.AsyncWrite
 
AsyncWrite(ByteBuffer, boolean) - Constructor for class org.eclipse.jetty.server.HttpOutput.AsyncWrite
 
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
 
Atomics() - Constructor for class org.eclipse.jetty.util.Atomics
 
Attachable - Interface in org.eclipse.jetty.util
Abstract mechanism to support attachment of miscellaneous objects.
attachment - Variable in class org.eclipse.jetty.client.HttpConnection
 
attachment - Variable in class org.eclipse.jetty.client.HttpProxy.ProxyConnection
 
attachment - Variable in class org.eclipse.jetty.io.ManagedSelector.Accept
 
attachment - Variable in class org.eclipse.jetty.io.ManagedSelector.Connect
 
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
 
attribute(String, Object) - Method in interface org.eclipse.jetty.client.api.Request
 
attribute(String, Object) - Method in class org.eclipse.jetty.client.HttpRequest
 
Attribute(String, String) - Constructor for class org.eclipse.jetty.xml.XmlParser.Attribute
 
ATTRIBUTE - Static variable in class org.eclipse.jetty.client.ContinueProtocolHandler
 
ATTRIBUTE - Static variable in class org.eclipse.jetty.client.HttpRedirector
 
ATTRIBUTE - Static variable in class org.eclipse.jetty.client.ProxyAuthenticationProtocolHandler
 
ATTRIBUTE - Static variable in class org.eclipse.jetty.client.util.SPNEGOAuthentication.SPNEGOContext
 
ATTRIBUTE - Static variable in class org.eclipse.jetty.client.WWWAuthenticationProtocolHandler
 
ATTRIBUTE - Static variable in interface org.eclipse.jetty.continuation.Continuation
Deprecated.
 
ATTRIBUTE - Static variable in class org.eclipse.jetty.security.authentication.ConfigurableSpnegoAuthenticator.UserIdentityHolder
 
ATTRIBUTE - Static variable in class org.eclipse.jetty.security.ConfigurableSpnegoLoginService.GSSContextHolder
 
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
 
AttributeInfo(ManagedAttribute, Method) - Constructor for class org.eclipse.jetty.jmx.MetaData.AttributeInfo
 
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 - Variable in class org.eclipse.jetty.client.HttpRequest
 
attributes - Variable in class org.eclipse.jetty.jaas.spi.LdapLoginModule.LDAPUserInfo
 
attributes(Map<String, String>) - Method in class org.eclipse.jetty.xml.XmlAppendable
 
Attributes - Interface in org.eclipse.jetty.util
Attributes.
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
 
attributeValue - Variable in enum class org.eclipse.jetty.http.HttpCookie.SameSite
 
AttrOrElementNode(Object, XmlParser.Node, String...) - Constructor for class org.eclipse.jetty.xml.XmlConfiguration.JettyXmlConfiguration.AttrOrElementNode
 
AttrOrElementNode(XmlParser.Node, String...) - Constructor for class org.eclipse.jetty.xml.XmlConfiguration.JettyXmlConfiguration.AttrOrElementNode
 
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(ServletRequest) - Method in class org.eclipse.jetty.security.authentication.DeferredAuthentication
 
authenticate(ServletRequest) - Method in interface org.eclipse.jetty.server.Authentication.Deferred
Authenticate if possible without sending a challenge.
authenticate(ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.security.authentication.DeferredAuthentication
 
authenticate(ServletRequest, ServletResponse) - Method in interface org.eclipse.jetty.server.Authentication.Deferred
Authenticate and possibly send a challenge.
authenticate(Request, ContentResponse, Authentication.HeaderInfo, Attributes) - Method in interface org.eclipse.jetty.client.api.Authentication
Executes the authentication mechanism for the given request, returning a Authentication.Result that can be used to actually authenticate the request via Authentication.Result.apply(Request).
authenticate(Request, ContentResponse, Authentication.HeaderInfo, Attributes) - Method in class org.eclipse.jetty.client.util.BasicAuthentication
 
authenticate(Request, ContentResponse, Authentication.HeaderInfo, Attributes) - Method in class org.eclipse.jetty.client.util.DigestAuthentication
 
authenticate(Request, ContentResponse, Authentication.HeaderInfo, Attributes) - Method in class org.eclipse.jetty.client.util.SPNEGOAuthentication
 
authenticate(Credential) - Method in class org.eclipse.jetty.security.AbstractLoginService.UserPrincipal
 
Authentication - Interface in org.eclipse.jetty.client.api
Authentication represents a mechanism to authenticate requests for protected resources.
Authentication - Interface in org.eclipse.jetty.server
The Authentication state of a request.
Authentication.Challenge - Interface in org.eclipse.jetty.server
An Authentication Challenge has been sent.
Authentication.Deferred - Interface in org.eclipse.jetty.server
A deferred authentication with methods to progress the authentication process.
Authentication.Failed - Exception Class in org.eclipse.jetty.server
 
Authentication.Failure - Interface in org.eclipse.jetty.server
An Authentication Failure has been sent.
Authentication.HeaderInfo - Class in org.eclipse.jetty.client.api
Structure holding information about the WWW-Authenticate (or Proxy-Authenticate) header.
Authentication.LoginAuthentication - Interface in org.eclipse.jetty.server
An authentication that is capable of performing a programmatic login operation.
Authentication.LogoutAuthentication - Interface in org.eclipse.jetty.server
An authentication that is capable of performing a programmatic logout operation.
Authentication.NonAuthenticated - Interface in org.eclipse.jetty.server
After a logout, the authentication reverts to a state where it is possible to programmatically log in again.
Authentication.ResponseSent - Interface in org.eclipse.jetty.server
Authentication Response sent state.
Authentication.Result - Interface in org.eclipse.jetty.client.api
Authentication.SendSuccess - Interface in org.eclipse.jetty.server
 
Authentication.User - Interface in org.eclipse.jetty.server
A successful Authentication with User information.
Authentication.Wrapped - Interface in org.eclipse.jetty.server
A wrapped authentication with methods provide the wrapped request/response for use by the application
AuthenticationListener() - Constructor for class org.eclipse.jetty.client.AuthenticationProtocolHandler.AuthenticationListener
 
AuthenticationProtocolHandler - Class in org.eclipse.jetty.client
 
AuthenticationProtocolHandler(HttpClient, int) - Constructor for class org.eclipse.jetty.client.AuthenticationProtocolHandler
 
AuthenticationProtocolHandler.AfterAuthenticationListener - Class in org.eclipse.jetty.client
 
AuthenticationProtocolHandler.AuthenticationListener - Class in org.eclipse.jetty.client
 
authenticationResult - Variable in class org.eclipse.jetty.client.AuthenticationProtocolHandler.AfterAuthenticationListener
 
authentications - Variable in class org.eclipse.jetty.client.HttpAuthenticationStore
 
authenticationStore - Variable in class org.eclipse.jetty.client.HttpClient
 
AuthenticationStore - Interface in org.eclipse.jetty.client.api
Authenticator - Interface in org.eclipse.jetty.security
Authenticator Interface
Authenticator.AuthConfiguration - Interface in org.eclipse.jetty.security
Authenticator Configuration
Authenticator.Factory - Interface in org.eclipse.jetty.security
Authenticator Factory
AUTHORITY_REGEXP - Static variable in class org.eclipse.jetty.client.HttpRedirector
 
AUTHORIZATION - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
AuthorizationService - Interface in org.eclipse.jetty.security.authentication
A service to query for user roles.
authState - Variable in class org.eclipse.jetty.jaas.spi.AbstractLoginModule
 
AUTO - Enum constant in enum class org.eclipse.jetty.util.component.ContainerLifeCycle.Managed
 
autoClose - Variable in class org.eclipse.jetty.client.util.InputStreamContentProvider
 
Availability() - Constructor for enum class org.eclipse.jetty.server.handler.ContextHandler.Availability
 
available() - Method in class org.eclipse.jetty.server.HttpInput
 
AVAILABLE - Enum constant in enum class 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() - Method in class org.eclipse.jetty.server.ShutdownMonitor
 
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
B64Code() - Constructor for class org.eclipse.jetty.util.B64Code
Deprecated.
 
BAD_GATEWAY - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
BAD_GATEWAY_502 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
BAD_REQUEST - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
BAD_REQUEST_400 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
badMessage(int, String) - Method in interface org.eclipse.jetty.http.HttpParser.HttpHandler
badMessage(BadMessageException) - Method in class org.eclipse.jetty.client.http.HttpReceiverOverHTTP
 
badMessage(BadMessageException) - Method in class org.eclipse.jetty.http.HttpParser
 
badMessage(BadMessageException) - Method in interface org.eclipse.jetty.http.HttpParser.HttpHandler
Called to signal that a bad HTTP message has been received.
badMessage(BadMessageException) - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
 
badMessageError(int, String, HttpFields) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
Bad Message Error body
BadMessageException - Exception Class in org.eclipse.jetty.http
Exception thrown to indicate a Bad HTTP Message has either been received or attempted to be generated.
BadMessageException() - Constructor for exception class org.eclipse.jetty.http.BadMessageException
 
BadMessageException(int) - Constructor for exception class org.eclipse.jetty.http.BadMessageException
 
BadMessageException(int, String) - Constructor for exception class org.eclipse.jetty.http.BadMessageException
 
BadMessageException(int, String, Throwable) - Constructor for exception class org.eclipse.jetty.http.BadMessageException
 
BadMessageException(String) - Constructor for exception class org.eclipse.jetty.http.BadMessageException
 
BadMessageException(String, Throwable) - Constructor for exception class org.eclipse.jetty.http.BadMessageException
 
BadResource - Class in org.eclipse.jetty.util.resource
Bad Resource.
BadResource(URL, String) - Constructor for class org.eclipse.jetty.util.resource.BadResource
 
BASE64_TRANSFER_ENCODING - Enum constant in enum class org.eclipse.jetty.util.MultiPartInputStreamParser.NonCompliance
Deprecated.
 
base64Decoder - Variable in class org.eclipse.jetty.util.MultiPartInputStreamParser.Base64InputStream
Deprecated.
 
Base64InputStream(ReadLineInputStream) - Constructor for class org.eclipse.jetty.util.MultiPartInputStreamParser.Base64InputStream
Deprecated.
 
base64ToHex(String) - Static method in class org.eclipse.jetty.jaas.spi.LdapLoginModule
 
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
 
BaseHolder.Wrapped<C> - Interface in org.eclipse.jetty.servlet
 
BASELINE_CONTROL - Enum constant in enum class 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
 
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
 
Bean(Object) - Constructor for class org.eclipse.jetty.util.component.ContainerLifeCycle.Bean
 
beanAdded(Container, Object) - Method in class org.eclipse.jetty.jmx.MBeanContainer
 
beanAdded(Container, Object) - Method in interface org.eclipse.jetty.util.component.Container.Listener
 
beanRemoved(Container, Object) - Method in class org.eclipse.jetty.jmx.MBeanContainer
 
beanRemoved(Container, Object) - Method in interface org.eclipse.jetty.util.component.Container.Listener
 
Before - Enum constant in enum class org.eclipse.jetty.webapp.FragmentDescriptor.OtherType
 
BEGIN - Enum constant in enum class org.eclipse.jetty.client.HttpReceiver.ResponseState
The response status code has been received
BEGIN - Enum constant in enum class org.eclipse.jetty.client.HttpSender.RequestState
The request has been dequeued
beginInvalidate() - Method in class org.eclipse.jetty.server.session.Session
 
beginToHeaders(HttpExchange) - Method in class org.eclipse.jetty.client.HttpSender
 
belongsToDefaultFileSystem - Variable in class org.eclipse.jetty.util.resource.PathResource
 
BIND - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
bindAddress - Variable in class org.eclipse.jetty.client.HttpClient
 
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.
bindValue(String, Object) - Method in class org.eclipse.jetty.server.session.Session
Bind value if value implements HttpSessionBindingListener (calls HttpSessionBindingListener.valueBound(HttpSessionBindingEvent))
block() - Method in class org.eclipse.jetty.util.SharedBlockingCallback.Blocker
Block until the Callback has succeeded or failed and after the return leave in the state to allow reuse.
BLOCKED - Enum constant in enum class org.eclipse.jetty.server.HttpOutput.ApiState
 
Blocker() - Constructor for class org.eclipse.jetty.util.SharedBlockingCallback.Blocker
 
BlockerFailedException(Throwable) - Constructor for exception class org.eclipse.jetty.util.SharedBlockingCallback.BlockerFailedException
 
BlockerTimeoutException() - Constructor for exception class org.eclipse.jetty.util.SharedBlockingCallback.BlockerTimeoutException
 
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 - Enum constant in enum class org.eclipse.jetty.server.HttpChannelState.RequestState
 
BLOCKING - Enum constant in enum class org.eclipse.jetty.server.HttpOutput.ApiState
 
BLOCKING - Enum constant in enum class 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.
BlockingArrayQueue.Itr - Class in org.eclipse.jetty.util
 
BlockingReadCallback() - Constructor for class org.eclipse.jetty.server.HttpConnection.BlockingReadCallback
 
blockingReadFailure(Throwable) - Method in class org.eclipse.jetty.server.HttpConnection
 
blockingReadFillInterested() - Method in class org.eclipse.jetty.server.HttpConnection
 
Blocking Writes - Search tag in interface org.eclipse.jetty.io.EndPoint
Section
BODY_PART - Enum constant in enum class org.eclipse.jetty.http.MultiPartParser.State
 
boundary - Variable in class org.eclipse.jetty.util.MultiPartOutputStream
 
boundary - Variable in class org.eclipse.jetty.util.MultiPartWriter
 
boundaryBytes - Variable in class org.eclipse.jetty.util.MultiPartOutputStream
 
BR - Static variable in class org.eclipse.jetty.http.CompressedContentFormat
 
Branch(Handler) - Constructor for class org.eclipse.jetty.server.handler.ContextHandlerCollection.Branch
 
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
 
bucketFor(int) - Method in class org.eclipse.jetty.io.ArrayByteBufferPool
 
bucketFor(int) - Method in class org.eclipse.jetty.io.MappedByteBufferPool
 
bucketFor(int, boolean, IntFunction<ByteBufferPool.Bucket>) - Method in class org.eclipse.jetty.io.ArrayByteBufferPool
 
bucketsFor(boolean) - Method in class org.eclipse.jetty.io.ArrayByteBufferPool
 
bucketsFor(boolean) - Method in class org.eclipse.jetty.io.MappedByteBufferPool
 
buf - Variable in class org.eclipse.jetty.http.DateGenerator
 
buffer - Variable in class org.eclipse.jetty.client.HttpContent
 
buffer - Variable in class org.eclipse.jetty.client.util.BufferingResponseListener
 
buffer - Variable in class org.eclipse.jetty.client.util.DeferredContentProvider.Chunk
 
buffer - Variable in class org.eclipse.jetty.client.util.InputStreamContentProvider.InputStreamContentProviderIterator
 
buffer - Variable in class org.eclipse.jetty.client.util.PathContentProvider.PathIterator
 
buffer - Variable in class org.eclipse.jetty.io.RetainableByteBuffer
 
buffer - Variable in class org.eclipse.jetty.server.resource.ByteBufferRangeWriter
 
buffer - Variable in class org.eclipse.jetty.server.resource.SeekableByteChannelRangeWriter
 
BufferedInterceptor(HttpChannel, HttpOutput.Interceptor) - Constructor for class org.eclipse.jetty.server.handler.BufferedResponseHandler.BufferedInterceptor
 
BufferedResponseHandler - Class in org.eclipse.jetty.server.handler
Buffered Response Handler
BufferedResponseHandler() - Constructor for class org.eclipse.jetty.server.handler.BufferedResponseHandler
 
BufferedResponseHandler.BufferedInterceptor - Class in org.eclipse.jetty.server.handler
 
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
bufferPool - Variable in class org.eclipse.jetty.client.util.PathContentProvider
 
buffers - Variable in class org.eclipse.jetty.client.http.HttpSenderOverHTTP.ByteBufferRecyclerCallback
 
buffers - Variable in class org.eclipse.jetty.client.util.ByteBufferContentProvider
 
buffers - Variable in class org.eclipse.jetty.io.ByteBufferPool.Lease
 
bufferSize - Variable in class org.eclipse.jetty.client.GZIPContentDecoder.Factory
 
bufferSize - Variable in class org.eclipse.jetty.client.util.InputStreamContentProvider
 
bufferSize - Variable in class org.eclipse.jetty.client.util.PathContentProvider
 
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
 
bufSize - Variable in class org.eclipse.jetty.server.resource.SeekableByteChannelRangeWriter
 
BUILD_TIMESTAMP - Static variable in class org.eclipse.jetty.util.Jetty
a formatted build timestamp with pattern yyyy-MM-dd'T'HH:mm:ssXXX
builder - Variable in class org.eclipse.jetty.util.ajax.AsyncJSON.NumberBuilder
 
buildMBeanInfo(Class<?>) - Method in class org.eclipse.jetty.jmx.MetaData
 
buildQuery() - Method in class org.eclipse.jetty.client.HttpRequest
 
buildURI(boolean) - Method in class org.eclipse.jetty.client.HttpRequest
 
BY_LAST_MODIFIED_ASCENDING - Static variable in class org.eclipse.jetty.util.resource.ResourceCollators
 
BY_LAST_MODIFIED_DESCENDING - Static variable in class org.eclipse.jetty.util.resource.ResourceCollators
 
BY_NAME_ASCENDING - Static variable in class org.eclipse.jetty.util.resource.ResourceCollators
 
BY_NAME_DESCENDING - Static variable in class org.eclipse.jetty.util.resource.ResourceCollators
 
BY_SIZE_ASCENDING - Static variable in class org.eclipse.jetty.util.resource.ResourceCollators
 
BY_SIZE_DESCENDING - Static variable in class org.eclipse.jetty.util.resource.ResourceCollators
 
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_TABLE - Static variable in class org.eclipse.jetty.util.Utf8Appendable
 
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
 
ByteBufferContentProvider - Class in org.eclipse.jetty.client.util
ByteBufferContentProvider(String, ByteBuffer...) - Constructor for class org.eclipse.jetty.client.util.ByteBufferContentProvider
 
ByteBufferContentProvider(ByteBuffer...) - Constructor for class org.eclipse.jetty.client.util.ByteBufferContentProvider
 
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.client.GZIPContentDecoder.Factory
 
byteBufferPool - Variable in class org.eclipse.jetty.client.HttpClient
 
byteBufferPool - Variable in class org.eclipse.jetty.io.ByteBufferPool.Lease
 
byteBufferPool - Variable in class org.eclipse.jetty.io.ssl.SslClientConnectionFactory
 
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
 
ByteBufferRecyclerCallback(Callback, ByteBufferPool, ByteBuffer...) - Constructor for class org.eclipse.jetty.client.http.HttpSenderOverHTTP.ByteBufferRecyclerCallback
 
byteEquals(byte[], byte[]) - Static method in class org.eclipse.jetty.util.security.Credential
Utility method that replaces Arrays.equals() to avoid timing attacks.
bytes - Variable in class org.eclipse.jetty.client.util.BytesContentProvider
 
BYTES - Enum constant in enum class 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
 
bytesIn - Variable in class org.eclipse.jetty.client.http.HttpConnectionOverHTTP
 
bytesIn - Variable in class org.eclipse.jetty.server.HttpConnection
 
bytesOut - Variable in class org.eclipse.jetty.client.http.HttpConnectionOverHTTP
 
bytesOut - Variable in class org.eclipse.jetty.server.HttpConnection
 

C

c - Variable in class org.eclipse.jetty.util.ajax.JSON.ConvertableOutput
 
C_AUTHORITY - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
C_METHOD - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
HTTP2 Fields.
C_PATH - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
C_SCHEME - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
C_STATUS - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
cache - Variable in class org.eclipse.jetty.util.ajax.AsyncJSON.Factory
 
cache - Variable in class org.eclipse.jetty.util.Pool
 
cache(String) - Method in class org.eclipse.jetty.util.ajax.AsyncJSON.Factory
 
CACHE - Static variable in enum class org.eclipse.jetty.http.HttpHeader
 
CACHE - Static variable in enum class org.eclipse.jetty.http.HttpHeaderValue
 
CACHE - Static variable in enum class org.eclipse.jetty.http.HttpMethod
 
CACHE - Static variable in class org.eclipse.jetty.http.HttpParser
Cache of common HttpFields including: Common static combinations such as: Connection: close Accept-Encoding: gzip Content-Length: 0 Combinations of Content-Type header for common mime types by common charsets Most common headers with null values so that a lookup will at least determine the header name even if the name:value combination is not cached
CACHE - Static variable in enum class org.eclipse.jetty.http.HttpScheme
 
CACHE - Static variable in enum class org.eclipse.jetty.http.HttpVersion
 
CACHE - Static variable in class org.eclipse.jetty.http.MimeTypes
 
CACHE_CONTROL - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
cached(ByteBuffer) - Method in class org.eclipse.jetty.util.ajax.AsyncJSON.Factory
Attempts to return a cached string from the buffer bytes.
CACHED_CONTAINER_FRAGMENTS - Static variable in class org.eclipse.jetty.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
 
CachedHttpContent(String, Resource, Map<CompressedContentFormat, CachedContentFactory.CachedHttpContent>) - Constructor for class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
 
CachedPrecompressedHttpContent(CachedContentFactory.CachedHttpContent, CachedContentFactory.CachedHttpContent, CompressedContentFormat) - Constructor for class org.eclipse.jetty.server.CachedContentFactory.CachedPrecompressedHttpContent
 
CachedString(String) - Constructor for class org.eclipse.jetty.util.ajax.AsyncJSON.Factory.CachedString
 
cacheLineBytes - Static variable in class org.eclipse.jetty.util.MemoryUtils
 
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.
calculateLength() - Method in class org.eclipse.jetty.client.util.MultiPartContentProvider
 
call(Class<?>, String, Object, Object[]) - Static method in class org.eclipse.jetty.util.TypeUtil
Deprecated.
call(Class<?>, String, Object, XmlConfiguration.JettyXmlConfiguration.Args) - Method in class org.eclipse.jetty.xml.XmlConfiguration.JettyXmlConfiguration
 
call(Object, XmlParser.Node) - Method in class org.eclipse.jetty.xml.XmlConfiguration.JettyXmlConfiguration
Calls a method.
callback - Variable in class org.eclipse.jetty.client.http.HttpSenderOverHTTP.HeadersCallback
 
callback - Variable in class org.eclipse.jetty.client.HttpReceiver.Decoder
 
callback - Variable in class org.eclipse.jetty.client.util.DeferredContentProvider.Chunk
 
callback - Variable in class org.eclipse.jetty.util.Callback.Nested
 
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.InvocableCallback - Interface 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.jaas.spi.AbstractLoginModule
 
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
 
CALLED - Enum constant in enum class org.eclipse.jetty.util.IteratingCallback.State
Called by a schedule callback
Caller() - Constructor for class org.eclipse.jetty.server.handler.ContextHandler.Caller
 
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
 
cancel() - Method in class org.eclipse.jetty.client.ValidatingConnectionPool.Holder
 
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 class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler.ScheduledFutureTask
 
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
 
cancelled - Variable in class org.eclipse.jetty.client.util.FutureResponseListener
 
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
Convert a path to a cananonical form.
canonicalize(String) - Method in class org.eclipse.jetty.server.session.SessionContext
Make an acceptable name from a context path.
canonicalizeContextPath(ContextHandler.Context) - Method in class org.eclipse.jetty.server.session.SessionContext
 
canonicalizeVHost(ContextHandler.Context) - Method in class org.eclipse.jetty.server.session.SessionContext
Get the first virtual host for the context.
canonicalPath(String) - Static method in class org.eclipse.jetty.util.URIUtil
Convert an encoded path to a canonical form.
capacity() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
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.
caption - Variable in class org.eclipse.jetty.util.ssl.SslSelectionDump.CaptionedList
 
CaptionedList(String) - Constructor for class org.eclipse.jetty.util.ssl.SslSelectionDump.CaptionedList
 
CARRIAGE_RETURN - Static variable in class org.eclipse.jetty.http.HttpTokens
 
CASE_INSENSITIVE_FIELD_VALUE_CACHE - Enum constant in enum class org.eclipse.jetty.http.HttpComplianceSection
 
caseInsensitiveHeader(String, String) - Method in class org.eclipse.jetty.http.HttpParser
 
caseSensitive - Variable in class org.eclipse.jetty.util.Fields
 
cast(WatchEvent<?>) - Static method in class org.eclipse.jetty.util.PathWatcher
 
cdata(String) - Method in class org.eclipse.jetty.xml.XmlAppendable
 
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
CF6464 - Static variable in class org.eclipse.jetty.util.security.UnixCrypt
 
Chain(FilterHolder, FilterChain) - Constructor for class org.eclipse.jetty.servlet.ServletHandler.Chain
 
ChainedInterceptor(HttpInput.Interceptor, HttpInput.Interceptor) - Constructor for class org.eclipse.jetty.server.HttpInput.ChainedInterceptor
 
ChainEnd(ServletHolder) - Constructor for class org.eclipse.jetty.servlet.ServletHandler.ChainEnd
 
CHALLENGE_PATTERN - Static variable in class org.eclipse.jetty.client.AuthenticationProtocolHandler
 
CHANGED - Enum constant in enum class org.eclipse.jetty.util.Scanner.Notification
 
changeInterests(int) - Method in class org.eclipse.jetty.io.ChannelEndPoint
 
changeSessionId() - Method in class org.eclipse.jetty.server.Request
 
changeSessionId() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
CHANGING - Enum constant in enum class org.eclipse.jetty.server.session.Session.IdState
 
CHANGING - Enum constant in enum class org.eclipse.jetty.server.session.Session.State
 
channel - Variable in class org.eclipse.jetty.client.http.HttpConnectionOverHTTP
 
channel - Variable in class org.eclipse.jetty.client.HttpReceiver
 
channel - Variable in class org.eclipse.jetty.client.HttpSender
 
channel - Variable in class org.eclipse.jetty.client.util.PathContentProvider.PathIterator
 
channel - Variable in class org.eclipse.jetty.io.ManagedSelector.Accept
 
channel - Variable in class org.eclipse.jetty.io.ManagedSelector.Connect
 
channel - Variable in class org.eclipse.jetty.server.resource.SeekableByteChannelRangeWriter
 
ChannelEndPoint - Class in org.eclipse.jetty.io
Channel End Point.
ChannelEndPoint(SocketChannel, ManagedSelector, SelectionKey, Scheduler) - Constructor for class org.eclipse.jetty.io.ChannelEndPoint
 
ChannelEndPoint.RunnableCloseable - Class in org.eclipse.jetty.io
 
ChannelEndPoint.RunnableTask - Class in org.eclipse.jetty.io
 
channelSupplier - Variable in class org.eclipse.jetty.server.resource.SeekableByteChannelRangeWriter
 
channelWrite(ByteBuffer, boolean) - Method in class org.eclipse.jetty.server.HttpOutput
 
channelWrite(ByteBuffer, boolean, Callback) - Method in class org.eclipse.jetty.server.HttpOutput
 
ChannelWriteCB(boolean) - Constructor for class org.eclipse.jetty.server.HttpOutput.ChannelWriteCB
 
characters(char[], int, int) - Method in class org.eclipse.jetty.xml.XmlParser.Handler
 
CHARSETS - Static variable in class org.eclipse.jetty.util.StringUtil
 
check() - Method in class org.eclipse.jetty.server.ConnectionLimit
 
check() - Method in class org.eclipse.jetty.util.PathWatcher.PathWatchEvent
 
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.security.authentication.DigestAuthenticator.Digest
 
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, Resource) - Method in class org.eclipse.jetty.server.handler.AllowSymLinkAliasChecker
 
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
 
check(String, Resource) - Method in class org.eclipse.jetty.server.handler.ContextHandler.ApproveNonExistentDirectoryAliases
 
check(String, Resource) - Method in class org.eclipse.jetty.server.SameFileAliasChecker
 
checkAlias(String, Resource) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
checkAliasPath() - Method in class org.eclipse.jetty.util.resource.PathResource
 
checkAndSetAttributeName() - Method in class org.eclipse.jetty.webapp.DecoratingListener
 
checkCharAppend() - Method in class org.eclipse.jetty.util.Utf8Appendable
 
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
 
checkCredential(Object) - Method in class org.eclipse.jetty.jaas.spi.AbstractLoginModule.JAASUserInfo
 
checkCredential(Object) - Method in class org.eclipse.jetty.jaas.spi.UserInfo
 
checkDynamic(String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
 
checked - Variable in class org.eclipse.jetty.util.PathWatcher.PathWatchEvent
 
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.
checkFileAlias(URI, File) - Static method in class org.eclipse.jetty.util.resource.FileResource
Deprecated.
 
checkFill() - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
checkFlush() - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
checkHost(URI) - Method in class org.eclipse.jetty.client.HttpClient
Checks uri for the host to be non-null host.
checkIdleTimeout() - Method in class org.eclipse.jetty.io.IdleTimeout
 
CHECKIN - Enum constant in enum class 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.
checkInitOnStartup() - Method in class org.eclipse.jetty.servlet.ServletHolder
Check if there is a javax.servlet.annotation.ServletSecurity annotation on the servlet class.
checkIsStarted() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Check if the lifecycle has been started and throw runtime exception
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
 
checkMaxKeys(MultiMap<String>, int) - Static method in class org.eclipse.jetty.util.UrlEncoded
 
checkMaxLength(int, int) - Static method in class org.eclipse.jetty.util.UrlEncoded
 
checkNonce(DigestAuthenticator.Digest, Request) - Method in class org.eclipse.jetty.security.authentication.DigestAuthenticator
 
checkNotNull(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
CHECKOUT - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
checkParams(Class<?>[], Class<?>[], boolean) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
 
checkPathsWithUncoveredHttpMethods() - Method in interface org.eclipse.jetty.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.
checkProtocols(SSLParameters) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
checkRequestedSessionId(Request, HttpServletRequest) - Method in class org.eclipse.jetty.server.session.SessionHandler
Look for a requested session ID in cookies and URI parameters
checkSameSite(HttpCookie) - Method in class org.eclipse.jetty.server.Response
Check that samesite is set on the cookie.
checkSecurity(Request) - Method in class org.eclipse.jetty.security.SecurityHandler
 
checkSegment(String, int, int, boolean) - Method in class org.eclipse.jetty.http.HttpURI
Check for ambiguous path segments.
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
 
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.
checkVersion() - Method in class org.eclipse.jetty.http.HttpParser
 
checkVirtualHost(Request) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
checkWebResourcePermissions(String, Request, Response, Object, UserIdentity) - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
 
checkWebResourcePermissions(String, Request, Response, Object, UserIdentity) - Method in class org.eclipse.jetty.security.SecurityHandler
 
checkWritable() - Method in class org.eclipse.jetty.server.HttpOutput
 
chooseClientAlias(String[], Principal[], Socket) - Method in class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
 
chooseClientAlias(String[], Principal[], Socket) - Method in class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager
 
chooseClientAlias(String[], Principal[], Socket) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.X509ExtendedKeyManagerWrapper
 
chooseEngineClientAlias(String[], Principal[], SSLEngine) - Method in class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
 
chooseEngineClientAlias(String[], Principal[], SSLEngine) - Method in class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager
 
chooseEngineClientAlias(String[], Principal[], SSLEngine) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.X509ExtendedKeyManagerWrapper
 
chooseEngineServerAlias(String, Principal[], SSLEngine) - Method in class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
 
chooseEngineServerAlias(String, Principal[], SSLEngine) - Method in class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager
 
chooseEngineServerAlias(String, Principal[], SSLEngine) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.X509ExtendedKeyManagerWrapper
 
chooseSelector() - Method in class org.eclipse.jetty.io.SelectorManager
 
chooseServerAlias(String, Principal[], Socket) - Method in class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
 
chooseServerAlias(String, Principal[], Socket) - Method in class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager
 
chooseServerAlias(String, Principal[], Socket) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.X509ExtendedKeyManagerWrapper
 
chooseServerAlias(String, Principal[], Collection<SNIMatcher>, SSLSession) - Method in class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager
 
Chunk(ByteBuffer, Callback) - Constructor for class org.eclipse.jetty.client.util.DeferredContentProvider.Chunk
 
CHUNK - Enum constant in enum class org.eclipse.jetty.http.HttpParser.State
 
CHUNK_BUFFER_DIRECT - Static variable in class org.eclipse.jetty.server.HttpConnection
 
CHUNK_PARAMS - Enum constant in enum class org.eclipse.jetty.http.HttpParser.State
 
CHUNK_SIZE - Enum constant in enum class org.eclipse.jetty.http.HttpParser.State
 
CHUNK_SIZE - Static variable in class org.eclipse.jetty.http.HttpGenerator
 
chunkBuffer - Variable in class org.eclipse.jetty.client.http.HttpSenderOverHTTP.HeadersCallback
 
CHUNKED - Enum constant in enum class org.eclipse.jetty.http.HttpHeaderValue
 
CHUNKED_CONTENT - Enum constant in enum class org.eclipse.jetty.http.HttpParser.State
 
CHUNKED_CONTENT - Enum constant in enum class org.eclipse.jetty.http.HttpTokens.EndOfContent
 
chunks - Variable in class org.eclipse.jetty.client.util.DeferredContentProvider
 
chunks - Variable in class org.eclipse.jetty.client.util.InputStreamResponseListener
 
chunks - Variable in class org.eclipse.jetty.util.ajax.AsyncJSON
 
CidrInetRange(String, InetAddress, int) - Constructor for class org.eclipse.jetty.util.InetAddressSet.CidrInetRange
 
CIFP - Static variable in class org.eclipse.jetty.util.security.UnixCrypt
 
class2Name - Static variable in class org.eclipse.jetty.util.TypeUtil
 
class2Value - Static variable in class org.eclipse.jetty.util.TypeUtil
 
ClassEntry(String, boolean) - Constructor for class org.eclipse.jetty.webapp.ClasspathPattern.ClassEntry
 
classes - Variable in class org.eclipse.jetty.servlet.listener.ContainerInitializer.ServletContainerInitializerServletContextListener
 
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
 
classloader - Variable in class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler
 
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
 
classModule - Variable in class org.eclipse.jetty.util.ModuleLocation
 
classNames - Variable in class org.eclipse.jetty.servlet.listener.ContainerInitializer.ServletContainerInitializerServletContextListener
 
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
 
ClasspathPattern.ClassEntry - Class in org.eclipse.jetty.webapp
 
ClasspathPattern.Entry - Class in org.eclipse.jetty.webapp
 
ClasspathPattern.LocationEntry - Class in org.eclipse.jetty.webapp
 
ClasspathPattern.ModuleEntry - Class in org.eclipse.jetty.webapp
 
ClasspathPattern.PackageEntry - 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.
cleanup() - Method in class org.eclipse.jetty.client.HttpReceiver
 
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.
clear() - Method in class org.eclipse.jetty.client.HttpClient.ContentDecoderFactorySet
 
clear() - Method in class org.eclipse.jetty.client.ProtocolHandlers
Removes all protocol handlers from this container.
clear() - Method in class org.eclipse.jetty.client.util.DeferredContentProvider
 
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.AbstractByteBufferPool
 
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.ajax.AsyncJSON.FrameStack
 
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.xml.XmlParser.Handler
 
clear() - Method in class org.eclipse.jetty.xml.XmlParser.Node
 
clear(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Clear the buffer to be empty in flush mode.
clear(Consumer<ByteBuffer>) - Method in class org.eclipse.jetty.io.ByteBufferPool.Bucket
 
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
clearAttributes() - Method in class org.eclipse.jetty.server.AsyncAttributes
 
clearAttributes() - Method in class org.eclipse.jetty.server.Dispatcher.ForwardAttributes
 
clearAttributes() - Method in class org.eclipse.jetty.server.Dispatcher.IncludeAttributes
 
clearAttributes() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
clearAttributes() - Method in class org.eclipse.jetty.server.Server
 
clearAttributes() - Method in class org.eclipse.jetty.server.ServletAttributes
 
clearAttributes() - Method in interface org.eclipse.jetty.util.Attributes
 
clearAttributes() - Method in class org.eclipse.jetty.util.Attributes.Wrapper
 
clearAttributes() - Method in class org.eclipse.jetty.util.AttributesMap
 
clearAttributes() - Method in class org.eclipse.jetty.util.component.AttributeContainerMap
 
clearAuthenticationResults() - Method in interface org.eclipse.jetty.client.api.AuthenticationStore
Removes all authentication results stored
clearAuthenticationResults() - Method in class org.eclipse.jetty.client.HttpAuthenticationStore
 
clearAuthentications() - Method in interface org.eclipse.jetty.client.api.AuthenticationStore
Removes all Authentications stored
clearAuthentications() - Method in class org.eclipse.jetty.client.HttpAuthenticationStore
 
clearCache() - Method in class org.eclipse.jetty.webapp.CachingWebAppClassLoader
 
clearConnectionFactories() - Method in class org.eclipse.jetty.server.AbstractConnector
 
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.
clearLowResources() - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
clearObject() - Method in class org.eclipse.jetty.jaas.callback.ObjectCallback
 
clearOldestBucket(boolean) - Method in class org.eclipse.jetty.io.ArrayByteBufferPool
 
clearOldestBucket(boolean) - Method in class org.eclipse.jetty.io.MappedByteBufferPool
 
clearPassword() - Method in interface org.eclipse.jetty.security.authentication.LoginCallback
 
clearPassword() - Method in class org.eclipse.jetty.security.authentication.LoginCallbackImpl
 
clearToFill(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Clear the buffer to be empty in fill mode.
clearTracking() - Method in class org.eclipse.jetty.io.LeakTrackingByteBufferPool
client - Variable in class org.eclipse.jetty.client.AbstractConnectorHttpClientTransport.ClientSelectorManager
 
client - Variable in class org.eclipse.jetty.client.AbstractHttpClientTransport
 
client - Variable in class org.eclipse.jetty.client.AuthenticationProtocolHandler
 
client - Variable in class org.eclipse.jetty.client.HttpDestination
 
client - Variable in class org.eclipse.jetty.client.HttpRedirector
 
client - Variable in class org.eclipse.jetty.client.HttpRequest
 
client - Variable in class org.eclipse.jetty.client.RequestNotifier
 
Client() - Constructor for class org.eclipse.jetty.util.ssl.SslContextFactory.Client
 
Client(boolean) - Constructor for class org.eclipse.jetty.util.ssl.SslContextFactory.Client
 
ClientCertAuthenticator - Class in org.eclipse.jetty.security.authentication
 
ClientCertAuthenticator() - Constructor for class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
ClientConnectionFactory - Interface in org.eclipse.jetty.io
Factory for client-side Connection instances.
ClientConnectionFactory.Decorator - Interface in org.eclipse.jetty.io
Wraps another ClientConnectionFactory.
ClientSelectorManager(HttpClient, int) - Constructor for class org.eclipse.jetty.client.AbstractConnectorHttpClientTransport.ClientSelectorManager
 
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
 
CloneConfiguration(WebAppContext) - Constructor for class org.eclipse.jetty.webapp.CloneConfiguration
 
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
 
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.http.HttpConnectionOverHTTP.Delegate
 
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.HttpProxy.ProxyConnection
 
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.InputStreamContentProvider.InputStreamContentProviderIterator
 
close() - Method in class org.eclipse.jetty.client.util.InputStreamResponseListener.Input
 
close() - Method in class org.eclipse.jetty.client.util.MultiPartContentProvider
 
close() - Method in class org.eclipse.jetty.client.util.MultiPartContentProvider.MultiPartIterator
 
close() - Method in class org.eclipse.jetty.client.util.OutputStreamContentProvider
 
close() - Method in class org.eclipse.jetty.client.util.OutputStreamContentProvider.DeferredOutputStream
 
close() - Method in class org.eclipse.jetty.client.util.PathContentProvider.PathIterator
 
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.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 class org.eclipse.jetty.io.ChannelEndPoint.RunnableCloseable
 
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.ManagedSelector.Accept
 
close() - Method in class org.eclipse.jetty.io.ManagedSelector.Acceptor
 
close() - Method in class org.eclipse.jetty.io.ManagedSelector.DestroyEndPoint
 
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.server.AbstractNetworkConnector
 
close() - Method in class org.eclipse.jetty.server.handler.ThreadLimitHandler.Remote
 
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 class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
close() - Method in class org.eclipse.jetty.util.IO.NullOS
 
close() - Method in class org.eclipse.jetty.util.IO.NullWrite
 
close() - Method in class org.eclipse.jetty.util.IteratingCallback
 
close() - Method in class org.eclipse.jetty.util.log.JettyLogHandler
 
close() - Method in class org.eclipse.jetty.util.log.StacklessLogging
 
close() - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
Deprecated.
 
close() - Method in class org.eclipse.jetty.util.MultiPartOutputStream
End the current part.
close() - Method in class org.eclipse.jetty.util.MultiPartWriter
End the current part.
close() - Method in class org.eclipse.jetty.util.MultiReleaseJarFile
 
close() - Method in class org.eclipse.jetty.util.Pool
 
close() - Method in class org.eclipse.jetty.util.resource.EmptyResource
 
close() - Method in class org.eclipse.jetty.util.resource.FileResource
Deprecated.
 
close() - Method in class org.eclipse.jetty.util.resource.JarFileResource
 
close() - Method in class org.eclipse.jetty.util.resource.JarResource
 
close() - Method in class org.eclipse.jetty.util.resource.PathResource
 
close() - Method in class org.eclipse.jetty.util.resource.Resource
Release any temporary resources held by the resource.
close() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
 
close() - Method in class org.eclipse.jetty.util.resource.URLResource
Release any resources held by the resource.
close() - Method in class org.eclipse.jetty.util.RolloverFileOutputStream
 
close() - Method in class org.eclipse.jetty.util.SharedBlockingCallback.Blocker
Check the Callback has succeeded or failed and after the return leave in the state to allow reuse.
close() - Method in class org.eclipse.jetty.util.thread.Locker.Lock
 
close() - Method in class org.eclipse.jetty.util.thread.ThreadClassLoaderScope
 
close() - Method in class org.eclipse.jetty.util.thread.ThreadPoolBudget.Leased
 
close() - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
 
close() - Method in class org.eclipse.jetty.xml.XmlConfiguration.ConfigurationParser
 
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.io.AbstractEndPoint
 
close(Connection) - Method in class org.eclipse.jetty.client.HttpDestination
Deprecated.
CLOSE - Enum constant in enum class org.eclipse.jetty.http.HttpHeaderValue
 
CLOSE - Enum constant in enum class org.eclipse.jetty.http.HttpParser.State
 
CLOSE - Enum constant in enum class org.eclipse.jetty.server.HttpOutput.State
 
CLOSE - Static variable in class org.eclipse.jetty.client.HttpContent
 
CLOSE - Static variable in class org.eclipse.jetty.client.util.DeferredContentProvider
 
closeConnection() - Method in class org.eclipse.jetty.security.JDBCLoginService
Close an existing connection
CloseConnections() - Constructor for class org.eclipse.jetty.io.ManagedSelector.CloseConnections
 
CloseConnections(Set<Closeable>) - Constructor for class org.eclipse.jetty.io.ManagedSelector.CloseConnections
 
closed - Variable in class org.eclipse.jetty.client.http.HttpConnectionOverHTTP
 
closed - Variable in class org.eclipse.jetty.client.util.DeferredContentProvider
 
closed - Variable in class org.eclipse.jetty.client.util.InputStreamResponseListener
 
closed - Variable in class org.eclipse.jetty.client.util.MultiPartContentProvider
 
closed - Variable in class org.eclipse.jetty.server.resource.ByteBufferRangeWriter
 
closed - Variable in class org.eclipse.jetty.server.resource.InputStreamRangeWriter
 
closed - Variable in class org.eclipse.jetty.util.Pool
 
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 - Enum constant in enum class org.eclipse.jetty.http.HttpParser.State
 
CLOSED - Enum constant in enum class org.eclipse.jetty.io.AbstractEndPoint.State
 
CLOSED - Enum constant in enum class org.eclipse.jetty.server.HttpOutput.State
 
CLOSED - Enum constant in enum class org.eclipse.jetty.util.IteratingCallback.State
This callback has been closed and cannot be reset.
ClosedIS() - Constructor for class org.eclipse.jetty.util.IO.ClosedIS
 
closeInbound() - Method in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
 
closeOutbound() - Method in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
 
closeOutput() - Method in class org.eclipse.jetty.server.Response
 
closeTag() - Method in class org.eclipse.jetty.xml.XmlAppendable
 
CLOSING - Enum constant in enum class org.eclipse.jetty.server.HttpOutput.State
 
CM - Enum constant in enum class org.eclipse.jetty.http.GZIPContentDecoder.State
 
cnonce - Variable in class org.eclipse.jetty.security.authentication.DigestAuthenticator.Digest
 
CNTL - Enum constant in enum class org.eclipse.jetty.http.HttpTokens.Type
 
coalesce(InclusiveByteRange) - Method in class org.eclipse.jetty.server.InclusiveByteRange
 
code - Variable in class org.eclipse.jetty.server.CustomRequestLog.Token
 
Code(int, String) - Constructor for enum class org.eclipse.jetty.http.HttpStatus.Code
 
codeMap - Static variable in class org.eclipse.jetty.http.HttpStatus
 
Collection(RequestLog...) - Constructor for class org.eclipse.jetty.server.RequestLog.Collection
 
collectMBeanAttributeInfos(Map<String, MBeanAttributeInfo>) - Method in class org.eclipse.jetty.jmx.MetaData
 
collectMBeanOperationInfos(Map<String, MBeanOperationInfo>) - Method in class org.eclipse.jetty.jmx.MetaData
 
COLON - Enum constant in enum class org.eclipse.jetty.http.HttpTokens.Type
 
COLON - Static variable in class org.eclipse.jetty.http.HttpTokens
 
COLON_SPACE_BYTES - Static variable in class org.eclipse.jetty.client.util.MultiPartContentProvider
 
combine(RoleInfo) - Method in class org.eclipse.jetty.security.RoleInfo
 
combine(UserDataConstraint) - Method in enum class org.eclipse.jetty.security.UserDataConstraint
 
combine(HttpChannelListeners.NotifyContent, HttpChannelListeners.NotifyContent) - Static method in class org.eclipse.jetty.server.HttpChannelListeners
 
combine(HttpChannelListeners.NotifyFailure, HttpChannelListeners.NotifyFailure) - Static method in class org.eclipse.jetty.server.HttpChannelListeners
 
combine(HttpChannelListeners.NotifyRequest, HttpChannelListeners.NotifyRequest) - Static method in class org.eclipse.jetty.server.HttpChannelListeners
 
combine(Callback, Callback) - Static method in interface org.eclipse.jetty.util.Callback
 
combine(IncludeExcludeSet<ClasspathPattern.Entry, String>, String, IncludeExcludeSet<ClasspathPattern.Entry, URI>, Supplier<URI>) - Static method in class org.eclipse.jetty.webapp.ClasspathPattern
Match a class against inclusions and exclusions by name and location.
combine(Invocable.InvocationType, Invocable.InvocationType) - Static method in interface org.eclipse.jetty.util.thread.Invocable
 
COMMA_GZIP - Static variable in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
command - Variable in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag
 
Command() - Constructor for enum class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag.Command
 
COMMENT - Enum constant in enum class org.eclipse.jetty.http.GZIPContentDecoder.State
 
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(Queue<ByteBuffer>, Callback) - Method in class org.eclipse.jetty.server.handler.BufferedResponseHandler.BufferedInterceptor
 
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.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.
COMMIT - Enum constant in enum class org.eclipse.jetty.client.HttpSender.RequestState
The request headers (and possibly some content) have been sent
commitCallback - Variable in class org.eclipse.jetty.client.HttpSender
 
CommitCallback() - Constructor for class org.eclipse.jetty.client.HttpSender.CommitCallback
 
commitResponse() - Method in class org.eclipse.jetty.server.HttpChannelState
 
commitSession(Session) - Method in class org.eclipse.jetty.server.Request
A response is being committed for a session, potentially write the session out before the client receives the response.
commitState - Variable in class org.eclipse.jetty.jaas.spi.AbstractLoginModule
 
committed(ByteBuffer, ByteBuffer, boolean) - Method in class org.eclipse.jetty.http.HttpGenerator
 
COMMITTED - Enum constant in enum class org.eclipse.jetty.http.HttpGenerator.State
 
COMMITTED - Enum constant in enum class org.eclipse.jetty.server.HttpChannelState.OutputState
 
COMMITTING - Enum constant in enum class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor.GZState
 
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.
compare(T, T) - Method in class org.eclipse.jetty.util.TopologicalSort.InitialOrderComparator
 
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(QuotedQualityCSV.QualityValue) - Method in class org.eclipse.jetty.http.QuotedQualityCSV.QualityValue
 
compareTo(ServletHolder) - Method in class org.eclipse.jetty.servlet.ServletHolder
Comparator by init order.
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.
 
CompletableCallback.State - Enum Class in org.eclipse.jetty.util
Deprecated.
 
complete - Variable in class org.eclipse.jetty.client.http.HttpReceiverOverHTTP
 
complete() - Method in interface org.eclipse.jetty.continuation.Continuation
Deprecated.
Complete a suspended request.
complete() - Method in class org.eclipse.jetty.continuation.FauxContinuation
Deprecated.
 
complete() - Method in class org.eclipse.jetty.continuation.Servlet3Continuation
Deprecated.
 
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.util.ajax.JSON.ConvertableOutput
 
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 - Enum constant in enum class org.eclipse.jetty.client.util.MultiPartContentProvider.State
 
COMPLETE - Enum constant in enum class org.eclipse.jetty.server.HttpChannelState.Action
 
COMPLETE - Enum constant in enum class org.eclipse.jetty.server.HttpChannelState.RequestState
 
COMPLETE - Enum constant in enum class org.eclipse.jetty.util.ajax.AsyncJSON.State
 
completed - Variable in class org.eclipse.jetty.io.NegotiatingClientConnection
 
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.
COMPLETED - Enum constant in enum class org.eclipse.jetty.client.HttpExchange.State
 
COMPLETED - Enum constant in enum class org.eclipse.jetty.client.HttpSender.SenderState
HttpSender has finished to send the request
COMPLETED - Enum constant in enum class org.eclipse.jetty.server.HttpChannelState.OutputState
 
COMPLETED - Enum constant in enum class org.eclipse.jetty.server.HttpChannelState.RequestState
 
COMPLETED - Enum constant in enum class org.eclipse.jetty.util.CompletableCallback.State
Deprecated.
 
COMPLETED - Static variable in class org.eclipse.jetty.util.FutureCallback
 
COMPLETED - Static variable in class org.eclipse.jetty.util.FuturePromise
 
completeOutput() - Method in class org.eclipse.jetty.server.Response
Deprecated.
completeOutput(Callback) - Method in class org.eclipse.jetty.server.Response
 
completeRequest(Throwable) - Method in class org.eclipse.jetty.client.HttpExchange
 
completeResponse() - Method in class org.eclipse.jetty.server.HttpChannelState
 
completeResponse(Throwable) - Method in class org.eclipse.jetty.client.HttpExchange
 
completeWrite() - Method in class org.eclipse.jetty.io.WriteFlusher
Complete a write that has not completed and that called WriteFlusher.onIncompleteFlush() to request a call to this method when a call to EndPoint.flush(ByteBuffer...) is likely to be able to progress.
completing() - Method in class org.eclipse.jetty.server.HttpChannelState
 
completing(ByteBuffer, ByteBuffer) - Method in class org.eclipse.jetty.http.HttpGenerator
 
Completing() - Constructor for class org.eclipse.jetty.util.Callback.Completing
 
COMPLETING - Enum constant in enum class org.eclipse.jetty.http.HttpGenerator.State
 
COMPLETING - Enum constant in enum class org.eclipse.jetty.io.WriteFlusher.StateType
 
COMPLETING - Enum constant in enum class org.eclipse.jetty.server.HttpChannelState.RequestState
 
COMPLETING_1XX - Enum constant in enum class org.eclipse.jetty.http.HttpGenerator.State
 
CompletingState() - Constructor for class org.eclipse.jetty.io.WriteFlusher.CompletingState
 
compliance() - Static method in class org.eclipse.jetty.http.HttpParser
 
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
CompressedContentFormat - Class in org.eclipse.jetty.http
 
CompressedContentFormat(String, String) - Constructor for class org.eclipse.jetty.http.CompressedContentFormat
 
COMPRESSING - Enum constant in enum class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor.GZState
 
compressionLevel - Variable in class org.eclipse.jetty.util.compression.DeflaterPool
 
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.
computeField(T, BiFunction<T, List<HttpField>, HttpField>, BiFunction<HttpField, T, Boolean>) - Method in class org.eclipse.jetty.http.HttpFields
 
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 - Enum constant in enum class org.eclipse.jetty.security.UserDataConstraint
 
config - Variable in class org.eclipse.jetty.util.PathWatcher.PathWatchEvent
 
config() - Static method in class org.eclipse.jetty.util.log.JettyLogHandler
 
Config() - Constructor for class org.eclipse.jetty.servlet.FilterHolder.Config
 
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
 
configs - Variable in class org.eclipse.jetty.util.PathWatcher
 
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
ConfigurableSpnegoAuthenticator.UserIdentityHolder - Class in org.eclipse.jetty.security.authentication
 
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
 
ConfigurableSpnegoLoginService.GSSContextHolder - Class in org.eclipse.jetty.security
 
ConfigurableSpnegoLoginService.SpnegoConfiguration - Class in org.eclipse.jetty.security
 
ConfigurableSpnegoLoginService.SpnegoContext - Class in org.eclipse.jetty.security
 
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.
ConfigurationParser(Pool.Entry) - Constructor for class org.eclipse.jetty.xml.XmlConfiguration.ConfigurationParser
 
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.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() - Method in class org.eclipse.jetty.xml.XmlConfiguration.JettyXmlConfiguration
 
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(Object) - Method in class org.eclipse.jetty.xml.XmlConfiguration.JettyXmlConfiguration
 
configure(Object, XmlParser.Node, int) - Method in class org.eclipse.jetty.xml.XmlConfiguration.JettyXmlConfiguration
Recursive configuration routine.
configure(Socket) - Method in class org.eclipse.jetty.server.ServerConnector
 
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(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
configureCallbacks() - Method in class org.eclipse.jetty.jaas.spi.AbstractLoginModule
 
configuredLevel - Variable in class org.eclipse.jetty.util.log.JavaUtilLog
 
configureRoleInfo(RoleInfo, ConstraintMapping) - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
Initialize or update the RoleInfo from the constraint
configureTempDirectory(File, WebAppContext) - Method in class org.eclipse.jetty.webapp.WebInfConfiguration
 
Configuring Connection Factories - Search tag in class org.eclipse.jetty.server.AbstractConnector
Section
CONFLICT - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
CONFLICT_409 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
connect() - Method in class org.eclipse.jetty.server.LocalConnector
 
connect(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(SelectableChannel, Object) - Method in class org.eclipse.jetty.io.SelectorManager
Registers a channel to perform a non-blocking connect.
Connect(SelectableChannel, Object) - Constructor for class org.eclipse.jetty.io.ManagedSelector.Connect
 
CONNECT - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
connectBlocking - Variable in class org.eclipse.jetty.client.HttpClient
 
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
 
connection - Variable in class org.eclipse.jetty.client.http.HttpChannelOverHTTP
 
connection - Variable in class org.eclipse.jetty.client.HttpProxy.ProxyConnection
 
connection - Variable in class org.eclipse.jetty.client.ValidatingConnectionPool.Holder
 
Connection - Interface in org.eclipse.jetty.client.api
Connection represent a connection to a Destination and allow applications to send requests via Connection.send(Request, Response.CompleteListener).
Connection - Interface in org.eclipse.jetty.io
A Connection is associated to an EndPoint so that I/O events happening on the EndPoint can be processed by the Connection.
CONNECTION - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
General Fields.
CONNECTION_CLOSE - Static variable in class org.eclipse.jetty.http.HttpGenerator
 
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.
Connection Factories - Search tag in class org.eclipse.jetty.server.AbstractConnector
Section
Connection Factories - Search tag in class org.eclipse.jetty.server.ServerConnector
Section
connectionFactory - Variable in class org.eclipse.jetty.client.HttpDestination
 
connectionFactory - Variable in class org.eclipse.jetty.client.HttpProxy.CreateTunnelPromise
 
connectionFactory - Variable in class org.eclipse.jetty.client.HttpProxy.HttpProxyClientConnectionFactory
 
connectionFactory - Variable in class org.eclipse.jetty.client.Socks4Proxy.Socks4ProxyClientConnectionFactory
 
connectionFactory - Variable in class org.eclipse.jetty.client.Socks4Proxy.Socks4ProxyConnection
 
connectionFactory - Variable in class org.eclipse.jetty.io.NegotiatingClientConnection
 
connectionFactory - Variable in class org.eclipse.jetty.io.NegotiatingClientConnectionFactory
 
connectionFactory - Variable in class org.eclipse.jetty.io.ssl.SslClientConnectionFactory
 
ConnectionFactory - Interface in org.eclipse.jetty.server
A Factory to create Connection instances for Connectors.
ConnectionFactory.Detecting - Interface in org.eclipse.jetty.server
Connections created by this factory MUST implement Connection.UpgradeTo.
ConnectionFactory.Detecting.Detection - Enum Class in org.eclipse.jetty.server
The possible outcomes of the ConnectionFactory.Detecting.detect(ByteBuffer) method.
ConnectionFactory.Upgrading - Interface in org.eclipse.jetty.server
 
Connection Factory Operation - Search tag in class org.eclipse.jetty.server.AbstractConnector
Section
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.
connectionForName(String) - Method in class org.eclipse.jetty.io.IncludeExcludeConnectionStatistics
 
ConnectionLimit - Class in org.eclipse.jetty.server
A Listener that limits the number of Connections.
ConnectionLimit(int, Connector...) - Constructor for class org.eclipse.jetty.server.ConnectionLimit
 
ConnectionLimit(int, Server) - Constructor for class org.eclipse.jetty.server.ConnectionLimit
 
connectionOpened(Connection) - Method in class org.eclipse.jetty.io.SelectorManager
Callback method invoked when a connection is opened.
connectionPool - Variable in class org.eclipse.jetty.client.HttpDestination
 
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 pool as supporting multiplexed connections.
ConnectionSet() - Constructor for class org.eclipse.jetty.io.IncludeExcludeConnectionStatistics.ConnectionSet
 
ConnectionStatistics - Class in org.eclipse.jetty.io
A Connection.Listener that tracks connection statistics.
ConnectionStatistics() - Constructor for class org.eclipse.jetty.io.ConnectionStatistics
 
connector - Variable in class org.eclipse.jetty.server.NegotiatingServerConnection
 
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_CONTEXT_KEY - Static variable in interface org.eclipse.jetty.io.ClientConnectionFactory
 
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
 
ConnectorServer.JMXRMIServerSocketFactory - Class in org.eclipse.jetty.jmx
 
Connector Services - Search tag in class org.eclipse.jetty.server.AbstractConnector
Section
ConnectorStatistics - Class in org.eclipse.jetty.server
Deprecated.
ConnectorStatistics() - Constructor for class org.eclipse.jetty.server.ConnectorStatistics
Deprecated.
 
ConnectorStatistics.Sample - Class in org.eclipse.jetty.server
Deprecated.
 
ConnectorsThreadPoolLowResourceCheck() - Constructor for class org.eclipse.jetty.server.LowResourceMonitor.ConnectorsThreadPoolLowResourceCheck
 
connectTimeout - Variable in class org.eclipse.jetty.client.HttpClient
 
ConstantThrowable - Exception Class in org.eclipse.jetty.util
A Throwable that may be used in static contexts.
ConstantThrowable() - Constructor for exception class org.eclipse.jetty.util.ConstantThrowable
 
ConstantThrowable(String) - Constructor for exception 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
 
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.
construct(Class<?>, XmlConfiguration.JettyXmlConfiguration.Args) - Method in class org.eclipse.jetty.xml.XmlConfiguration.JettyXmlConfiguration
 
consume(HttpInput.Content) - Method in class org.eclipse.jetty.server.HttpInput
 
consumeAll() - Method in class org.eclipse.jetty.server.HttpInput
Consume all available content without blocking.
Container - Interface in org.eclipse.jetty.util.component
A Container
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.
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.ServletContainerInitializerServletContextListener - Class in org.eclipse.jetty.servlet.listener
 
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
 
ContainerLifeCycle.Bean - Class in org.eclipse.jetty.util.component
 
ContainerLifeCycle.Managed - Enum Class in org.eclipse.jetty.util.component
 
ContainerPathNameMatcher(WebAppContext, Pattern) - Constructor for class org.eclipse.jetty.webapp.WebInfConfiguration.ContainerPathNameMatcher
 
contains(Object) - Method in class org.eclipse.jetty.client.HttpClient.ContentDecoderFactorySet
 
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.client.HttpClient.ContentDecoderFactorySet
 
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
 
containsLifeCycle(LifeCycle) - Method in class org.eclipse.jetty.server.ShutdownMonitor
 
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.
content - Variable in class org.eclipse.jetty.client.HttpContent
 
content - Variable in class org.eclipse.jetty.client.HttpContentResponse
 
content - Variable in class org.eclipse.jetty.client.HttpRequest
 
content - Variable in class org.eclipse.jetty.client.HttpSender
 
content - Variable in class org.eclipse.jetty.client.util.DigestAuthentication.DigestResult
 
content - Variable in class org.eclipse.jetty.client.util.MultiPartContentProvider.Part
 
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 class org.eclipse.jetty.http.MultiPartFormInputStream.Handler
 
content(ByteBuffer, boolean) - Method in interface org.eclipse.jetty.http.MultiPartParser.Handler
 
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.HttpConnection.Content
 
Content(ByteBuffer) - Constructor for class org.eclipse.jetty.server.HttpInput.Content
 
CONTENT - Enum constant in enum class org.eclipse.jetty.client.HttpReceiver.ResponseState
The response content is being received
CONTENT - Enum constant in enum class org.eclipse.jetty.client.HttpSender.RequestState
The request content is being sent
CONTENT - Enum constant in enum class org.eclipse.jetty.client.util.MultiPartContentProvider.State
 
CONTENT - Enum constant in enum class org.eclipse.jetty.http.HttpParser.State
 
CONTENT_ENCODING - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
CONTENT_END - Enum constant in enum class org.eclipse.jetty.http.HttpParser.State
 
CONTENT_LANGUAGE - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
CONTENT_LENGTH - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
CONTENT_LENGTH - Enum constant in enum class org.eclipse.jetty.http.HttpTokens.EndOfContent
 
CONTENT_LENGTH_0 - Static variable in class org.eclipse.jetty.http.HttpGenerator
 
CONTENT_LOCATION - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
CONTENT_MD5 - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
CONTENT_RANGE - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
CONTENT_TYPE - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
contentBuffer - Variable in class org.eclipse.jetty.client.http.HttpSenderOverHTTP.HeadersCallback
 
contentCallback - Variable in class org.eclipse.jetty.client.HttpSender
 
ContentCallback() - Constructor for class org.eclipse.jetty.client.HttpSender.ContentCallback
 
contentComplete() - Method in class org.eclipse.jetty.client.http.HttpReceiverOverHTTP
 
contentComplete() - Method in interface org.eclipse.jetty.http.HttpParser.HttpHandler
 
contentComplete() - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
 
ContentDecoder - Interface in org.eclipse.jetty.client
ContentDecoder decodes content bytes of a response.
ContentDecoder.Factory - Class in org.eclipse.jetty.client
Factory for ContentDecoders; subclasses must implement ContentDecoder.Factory.newContentDecoder().
ContentDecoderFactorySet() - Constructor for class org.eclipse.jetty.client.HttpClient.ContentDecoderFactorySet
 
contentDisposition - Variable in class org.eclipse.jetty.http.MultiPartFormInputStream.Handler
 
contentListeners - Variable in class org.eclipse.jetty.client.HttpReceiver
 
ContentListeners(List<Response.ResponseListener>) - Constructor for class org.eclipse.jetty.client.HttpReceiver.ContentListeners
 
ContentProvider - Interface in org.eclipse.jetty.client.api
ContentProvider provides a source of request content.
ContentProvider.Typed - Interface in org.eclipse.jetty.client.api
An extension of ContentProvider that provides a content type string to be used as a Content-Type HTTP header in requests.
ContentResponse - Interface in org.eclipse.jetty.client.api
A specialized Response that can hold a limited content in memory.
contentType - Variable in class org.eclipse.jetty.client.util.AbstractTypedContentProvider
 
contentType - Variable in class org.eclipse.jetty.client.util.MultiPartContentProvider.Part
 
contentType - Variable in class org.eclipse.jetty.http.MultiPartFormInputStream.Handler
 
context - Variable in class org.eclipse.jetty.client.HttpProxy.CreateTunnelPromise
 
context - Variable in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.ProxyProtocolConnection
 
context - Variable in class org.eclipse.jetty.client.Socks4Proxy.Socks4ProxyConnection
 
context - Variable in class org.eclipse.jetty.io.NegotiatingClientConnection
 
context - Variable in class org.eclipse.jetty.io.ssl.SslClientConnectionFactory.HTTPSHandshakeListener
 
Context() - Constructor for class org.eclipse.jetty.server.handler.ContextHandler.Context
 
Context() - Constructor for class org.eclipse.jetty.servlet.ServletContextHandler.Context
 
Context() - Constructor for class org.eclipse.jetty.webapp.WebAppContext.Context
 
CONTEXT_INIT - Static variable in class org.eclipse.jetty.servlet.DefaultServlet
 
contextDestroyed() - Method in class org.eclipse.jetty.server.handler.ContextHandler
Call the ServletContextListeners with contextDestroyed.
contextDestroyed(ServletContextEvent) - Method in class org.eclipse.jetty.server.DebugListener
 
contextDestroyed(ServletContextEvent) - Method in class org.eclipse.jetty.server.handler.ManagedAttributeListener
 
contextDestroyed(ServletContextEvent) - Method in class org.eclipse.jetty.servlet.listener.ContainerInitializer.ServletContainerInitializerServletContextListener
 
contextDestroyed(ServletContextEvent) - Method in class org.eclipse.jetty.servlet.listener.ELContextCleaner
 
contextDestroyed(ServletContextEvent) - Method in class org.eclipse.jetty.servlet.listener.IntrospectorCleaner
 
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(ContextHandler.Context, HandlerContainer, String) - Constructor for class org.eclipse.jetty.server.handler.ContextHandler
 
ContextHandler(HandlerContainer, String) - Constructor for class org.eclipse.jetty.server.handler.ContextHandler
 
ContextHandler.AliasCheck - Interface in org.eclipse.jetty.server.handler
Interface to check aliases
ContextHandler.ApproveAliases - Class in org.eclipse.jetty.server.handler
Approve all aliases.
ContextHandler.ApproveNonExistentDirectoryAliases - Class in org.eclipse.jetty.server.handler
Approve Aliases of a non existent directory.
ContextHandler.Availability - Enum Class in org.eclipse.jetty.server.handler
 
ContextHandler.Caller - Class 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 Class in org.eclipse.jetty.server.handler
 
ContextHandler.StaticContext - Class in org.eclipse.jetty.server.handler
A simple implementation of ServletContext that is used when there is no ContextHandler.
ContextHandlerCollection - Class in org.eclipse.jetty.server.handler
This HandlerCollection is creates a Map of contexts to it's contained handlers based on the context path and virtual hosts of any contained ContextHandlers.
ContextHandlerCollection() - Constructor for class org.eclipse.jetty.server.handler.ContextHandlerCollection
 
ContextHandlerCollection(ContextHandler...) - Constructor for class org.eclipse.jetty.server.handler.ContextHandlerCollection
 
ContextHandlerCollection.Branch - Class in org.eclipse.jetty.server.handler
 
ContextHandlerCollection.Mapping - Class in org.eclipse.jetty.server.handler
 
ContextHandlerMBean - Class in org.eclipse.jetty.server.handler.jmx
 
ContextHandlerMBean(Object) - Constructor for class org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean
 
contextInitialized() - Method in class org.eclipse.jetty.server.handler.ContextHandler
Call the ServletContextListeners contextInitialized methods.
contextInitialized(ServletContextEvent) - Method in class org.eclipse.jetty.server.DebugListener
 
contextInitialized(ServletContextEvent) - Method in class org.eclipse.jetty.server.handler.ManagedAttributeListener
 
contextInitialized(ServletContextEvent) - Method in class org.eclipse.jetty.servlet.listener.ContainerInitializer.ServletContainerInitializerServletContextListener
 
contextInitialized(ServletContextEvent) - Method in class org.eclipse.jetty.servlet.listener.ELContextCleaner
 
contextInitialized(ServletContextEvent) - Method in class org.eclipse.jetty.servlet.listener.IntrospectorCleaner
 
ContextStatus() - Constructor for enum class org.eclipse.jetty.server.handler.ContextHandler.ContextStatus
 
Continuation - Interface in org.eclipse.jetty.continuation
Deprecated.
use Servlet 3.0 AsyncContext instead
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.
 
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 - Exception Class in org.eclipse.jetty.continuation
Deprecated.
use Servlet 3.0 AsyncContext instead
ContinuationThrowable() - Constructor for exception class org.eclipse.jetty.continuation.ContinuationThrowable
Deprecated.
 
Continuation Timeout - Search tag in interface org.eclipse.jetty.continuation.Continuation
Section
Continuation Usage - Search tag in interface org.eclipse.jetty.continuation.Continuation
Section
CONTINUE - Enum constant in enum class org.eclipse.jetty.http.HttpGenerator.Result
 
CONTINUE - Enum constant in enum class org.eclipse.jetty.http.HttpHeaderValue
 
CONTINUE - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
CONTINUE_100 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
CONTINUE_100_INFO - Static variable in class org.eclipse.jetty.http.HttpGenerator
 
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
 
conversation - Variable in class org.eclipse.jetty.client.HttpRequest
 
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
 
ConvertableOutput(Appendable) - Constructor for class org.eclipse.jetty.util.ajax.JSON.ConvertableOutput
 
convertArrayToArrayList(Object) - Static method in class org.eclipse.jetty.xml.XmlConfiguration.JettyXmlConfiguration
 
convertArrayToCollection(Object, Class<?>) - Static method in class org.eclipse.jetty.xml.XmlConfiguration.JettyXmlConfiguration
 
convertContentLength(String) - Method in class org.eclipse.jetty.http.HttpParser
 
convertCookies(List<HttpCookie>, StringBuilder) - Method in class org.eclipse.jetty.client.HttpConnection
 
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.
convertObject(String, Map<String, Object>) - Method in class org.eclipse.jetty.util.ajax.AsyncJSON
 
convertObject(Map<String, Object>) - Method in class org.eclipse.jetty.util.ajax.AsyncJSON
 
convertors - Variable in class org.eclipse.jetty.util.ajax.AsyncJSON.Factory
 
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 - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
Other Fields.
CookieCompliance - Enum Class in org.eclipse.jetty.http
The compliance for Cookie handling.
CookieCompliance() - Constructor for enum class org.eclipse.jetty.http.CookieCompliance
 
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
 
cookieManager - Variable in class org.eclipse.jetty.client.HttpClient
 
cookies - Variable in class org.eclipse.jetty.client.HttpRequest
 
cookieSet() - Method in class org.eclipse.jetty.server.session.Session
 
cookieStore - Variable in class org.eclipse.jetty.client.HttpClient
 
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 - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
copyBuffer(ByteBuffer) - Method in class org.eclipse.jetty.io.ByteBufferAccumulator
 
copyBytes(byte[], int, int) - Method in class org.eclipse.jetty.io.ByteBufferAccumulator
 
copyDir(File, File) - Static method in class org.eclipse.jetty.util.IO
 
copyFile(File, File) - Static method in class org.eclipse.jetty.util.IO
 
copyIfAbsent(HttpRequest, Request, HttpHeader) - Method in class org.eclipse.jetty.client.AuthenticationProtocolHandler.AuthenticationListener
 
copyRequest(HttpRequest, URI) - Method in class org.eclipse.jetty.client.HttpClient
 
copyTo(File) - Method in class org.eclipse.jetty.util.resource.BadResource
 
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.util.CountingCallback
 
count - Variable in class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler
 
COUNTER - Static variable in class org.eclipse.jetty.server.session.DefaultSessionIdManager
 
CounterStatistic - Class in org.eclipse.jetty.util.statistic
Statistics on a counter value.
CounterStatistic() - Constructor for class org.eclipse.jetty.util.statistic.CounterStatistic
 
CountingCallback - Class in org.eclipse.jetty.util
A callback wrapper that succeeds the wrapped callback when the count is reached, or on first failure.
CountingCallback(Callback, int) - Constructor for class org.eclipse.jetty.util.CountingCallback
 
countTokens() - Method in class org.eclipse.jetty.util.QuotedStringTokenizer
Not implemented.
CR - Enum constant in enum class org.eclipse.jetty.http.HttpTokens.Type
 
CR - Enum constant in enum class org.eclipse.jetty.util.ReadLineInputStream.Termination
Deprecated.
 
CR - Static variable in class org.eclipse.jetty.util.TypeUtil
 
CR_INDEX - Static variable in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyV1ConnectionFactory.ProxyProtocolV1Connection
 
CR_LF_BYTES - Static variable in class org.eclipse.jetty.client.util.MultiPartContentProvider
 
CR_LINE_TERMINATION - Enum constant in enum class org.eclipse.jetty.util.MultiPartInputStreamParser.NonCompliance
Deprecated.
 
CRC - Enum constant in enum class org.eclipse.jetty.http.GZIPContentDecoder.State
 
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
CREATED - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
CREATED_201 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
createEndPoint(SelectableChannel, SelectionKey) - Method in class org.eclipse.jetty.io.ManagedSelector
 
CreateEndPoint(ManagedSelector.Connect, SelectionKey) - Constructor for class org.eclipse.jetty.io.ManagedSelector.CreateEndPoint
 
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
 
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
 
createListener(Class<T>) - Method in class org.eclipse.jetty.server.AsyncContextState
 
createListener(Class<T>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
 
createOrigin(String, String, int, Object) - Method in class org.eclipse.jetty.client.HttpClient
 
createServerSocket(int) - Method in class org.eclipse.jetty.jmx.ConnectorServer.JMXRMIServerSocketFactory
 
createServerSocket(InetAddress, int) - Method in class org.eclipse.jetty.jmx.ConnectorServer.JMXRMIServerSocketFactory
 
createServlet(Class<T>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
 
CreateTunnelPromise(ClientConnectionFactory, EndPoint, Promise<Connection>, Map<String, Object>) - Constructor for class org.eclipse.jetty.client.HttpProxy.CreateTunnelPromise
 
creationTimestamp - Variable in class org.eclipse.jetty.client.AbstractConnectionPool.EntryHolder
 
credential - Variable in class org.eclipse.jetty.security.authentication.LoginCallbackImpl
 
Credential - Class in org.eclipse.jetty.util.security
Credentials.
Credential() - Constructor for class org.eclipse.jetty.util.security.Credential
 
CREDENTIAL_PROVIDER_LOADER - Static variable in 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
CRLF - Enum constant in enum class org.eclipse.jetty.util.ReadLineInputStream.Termination
Deprecated.
 
CRLF - Static variable in class org.eclipse.jetty.http.HttpTokens
 
CRLF - Static variable in class org.eclipse.jetty.util.IO
 
CRLF - Static variable in class org.eclipse.jetty.util.MultiPartOutputStream
 
CRLF - Static variable in class org.eclipse.jetty.util.MultiPartWriter
 
CRLF - Static variable in class org.eclipse.jetty.util.StringUtil
 
CRLF_BYTES - Static variable in class org.eclipse.jetty.util.IO
 
crypt(String, String) - Static method in class org.eclipse.jetty.util.security.Credential.Crypt
 
crypt(String, String) - Static method in class org.eclipse.jetty.util.security.UnixCrypt
Encrypts String into crypt (Unix) code.
Crypt(String) - Constructor for class org.eclipse.jetty.util.security.Credential.Crypt
 
csvSplit(String) - Static method in class org.eclipse.jetty.util.StringUtil
csvSplit(String, int, int) - Static method in class org.eclipse.jetty.util.StringUtil
csvSplit(List<String>, String, int, int) - Static method in class org.eclipse.jetty.util.StringUtil
Split a quoted comma separated string to a list
CsvSplitState() - Constructor for enum class org.eclipse.jetty.util.StringUtil.CsvSplitState
 
current - Variable in class org.eclipse.jetty.client.util.DeferredContentProvider.DeferredContentProviderIterator
 
currentUser - Variable in class org.eclipse.jetty.jaas.spi.AbstractLoginModule
 
cursor - Variable in class org.eclipse.jetty.client.Socks4Proxy.Socks4ProxyConnection.Socks4Parser
 
cursor - Variable in class org.eclipse.jetty.util.ajax.AsyncJSON.FrameStack
 
CUSTOM0 - Enum constant in enum class org.eclipse.jetty.http.HttpCompliance
Deprecated.
CUSTOM1 - Enum constant in enum class org.eclipse.jetty.http.HttpCompliance
Deprecated.
CUSTOM2 - Enum constant in enum class org.eclipse.jetty.http.HttpCompliance
Deprecated.
CUSTOM3 - Enum constant in enum class 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
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(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.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
 
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
 
CustomRequestLog.Token - Class in org.eclipse.jetty.server
 
CyclicException(Object) - Constructor for exception class org.eclipse.jetty.util.TopologicalSort.CyclicException
 
CyclicException(Object, TopologicalSort.CyclicException) - Constructor for exception class org.eclipse.jetty.util.TopologicalSort.CyclicException
 
CyclicTimeout - Class in org.eclipse.jetty.io
An abstract implementation of a timeout.
CyclicTimeout(Scheduler) - Constructor for class org.eclipse.jetty.io.CyclicTimeout
 
CyclicTimeout.Timeout - Class in org.eclipse.jetty.io
A timeout time with a link to a Wakeup chain.
CyclicTimeout.Wakeup - Class in org.eclipse.jetty.io
A Wakeup chain of real scheduler tasks.

D

daemon - Variable in class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler
 
DASHDASH - Static variable in class org.eclipse.jetty.util.MultiPartOutputStream
 
DASHDASH - Static variable in class org.eclipse.jetty.util.MultiPartWriter
 
DATA - Enum constant in enum class org.eclipse.jetty.http.GZIPContentDecoder.State
 
DATA - Enum constant in enum class org.eclipse.jetty.util.StringUtil.CsvSplitState
 
DatabaseAdaptor - Class in org.eclipse.jetty.server.session
DatabaseAdaptor Handles differences between databases.
DatabaseAdaptor() - Constructor for class org.eclipse.jetty.server.session.DatabaseAdaptor
 
dataSource - Variable in class org.eclipse.jetty.jaas.spi.DataSourceLoginModule
 
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
 
DATE - Enum constant in enum class 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
 
DateField(long, HttpField) - Constructor for class org.eclipse.jetty.server.Server.DateField
 
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
 
DAYS - Static variable in class org.eclipse.jetty.http.DateGenerator
 
dbDriver - Variable in class org.eclipse.jetty.jaas.spi.JDBCLoginModule
 
dbJNDIName - Variable in class org.eclipse.jetty.jaas.spi.DataSourceLoginModule
 
dbPassword - Variable in class org.eclipse.jetty.jaas.spi.JDBCLoginModule
 
dbUrl - Variable in class org.eclipse.jetty.jaas.spi.JDBCLoginModule
 
dbUserName - Variable in class org.eclipse.jetty.jaas.spi.JDBCLoginModule
 
dbUserRoleTable - Variable in class org.eclipse.jetty.jaas.spi.AbstractDatabaseLoginModule
 
dbUserRoleTableRoleField - Variable in class org.eclipse.jetty.jaas.spi.AbstractDatabaseLoginModule
 
dbUserRoleTableUserField - Variable in class org.eclipse.jetty.jaas.spi.AbstractDatabaseLoginModule
 
dbUserTable - Variable in class org.eclipse.jetty.jaas.spi.AbstractDatabaseLoginModule
 
dbUserTableCredentialField - Variable in class org.eclipse.jetty.jaas.spi.AbstractDatabaseLoginModule
 
dbUserTableUserField - Variable in class org.eclipse.jetty.jaas.spi.AbstractDatabaseLoginModule
 
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() - Method in class org.eclipse.jetty.io.IdleTimeout
 
deactivate() - Method in class org.eclipse.jetty.util.thread.Sweeper
 
deactivate(Connection) - Method in class org.eclipse.jetty.client.AbstractConnectionPool
 
debug - Variable in class org.eclipse.jetty.http.HttpParser
 
debug - Variable in class org.eclipse.jetty.http.MultiPartParser
 
debug - Variable in class org.eclipse.jetty.server.ShutdownMonitor
 
debug(String) - Method in class org.eclipse.jetty.continuation.ContinuationFilter
Deprecated.
 
debug(String) - Method in class org.eclipse.jetty.util.log.JettyAwareLogger
 
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) - Method in class org.eclipse.jetty.util.log.JettyAwareLogger
 
debug(String, Object...) - Method in class org.eclipse.jetty.server.ShutdownMonitor
 
debug(String, Object...) - Method in class org.eclipse.jetty.util.log.JavaUtilLog
 
debug(String, Object[]) - Method in class org.eclipse.jetty.util.log.JettyAwareLogger
 
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, Object, Object) - Method in class org.eclipse.jetty.util.log.JettyAwareLogger
 
debug(String, Throwable) - Method in class org.eclipse.jetty.continuation.ContinuationFilter
Deprecated.
 
debug(String, Throwable) - Method in class org.eclipse.jetty.util.log.JavaUtilLog
 
debug(String, Throwable) - Method in class org.eclipse.jetty.util.log.JettyAwareLogger
 
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) - Method in class org.eclipse.jetty.server.ShutdownMonitor
 
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
 
debug(Marker, String) - Method in class org.eclipse.jetty.util.log.JettyAwareLogger
 
debug(Marker, String, Object) - Method in class org.eclipse.jetty.util.log.JettyAwareLogger
 
debug(Marker, String, Object[]) - Method in class org.eclipse.jetty.util.log.JettyAwareLogger
 
debug(Marker, String, Object, Object) - Method in class org.eclipse.jetty.util.log.JettyAwareLogger
 
debug(Marker, String, Throwable) - Method in class org.eclipse.jetty.util.log.JettyAwareLogger
 
DEBUG - Static variable in class org.eclipse.jetty.io.WriteFlusher
 
DEBUG - Static variable in class org.eclipse.jetty.util.log.JettyAwareLogger
 
DebugHandler - Class in org.eclipse.jetty.server.handler
Deprecated.
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
 
decDivisors - Static variable in class org.eclipse.jetty.util.BufferUtil
 
decDivisorsL - Static variable in class org.eclipse.jetty.util.BufferUtil
 
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
 
decode() - Method in class org.eclipse.jetty.client.HttpReceiver.Decoder
 
decode(char[]) - Static method in class org.eclipse.jetty.util.B64Code
Deprecated.
Fast Base 64 decode as described in RFC 1421.
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, 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.GZIPContentDecoder
Inflates compressed data from a buffer.
decode(ByteBuffer, Callback) - Method in class org.eclipse.jetty.client.HttpReceiver.Decoder
 
DECODE - Enum constant in enum class org.eclipse.jetty.client.HttpReceiver.DecodeResult
 
decode88591To(InputStream, MultiMap<String>, int, int) - Static method in class org.eclipse.jetty.util.UrlEncoded
Decoded parameters to MultiMap, using ISO8859-1 encodings.
decodeChunk() - Method in class org.eclipse.jetty.client.HttpReceiver.Decoder
 
decodeChunks(ByteBuffer) - Method in class org.eclipse.jetty.http.GZIPContentDecoder
Inflates compressed data.
decodeChunks(ByteBuffer) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor.Decoder
 
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.
decodedChunk(ByteBuffer) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor.Decoder
 
decodeHexByte(char, char) - Static method in class org.eclipse.jetty.util.UrlEncoded
 
decodeHexChar(int, int) - Static method in class org.eclipse.jetty.util.UrlEncoded
 
decodeISO88591Path(String, int, int) - Static method in class org.eclipse.jetty.util.URIUtil
 
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.client.HttpReceiver
 
decoder - Variable in class org.eclipse.jetty.client.HttpReceiver.Decoder
 
Decoder(HttpExchange, ContentDecoder) - Constructor for class org.eclipse.jetty.client.HttpReceiver.Decoder
 
Decoder(ByteBufferPool, int) - Constructor for class org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor.Decoder
 
decodeResponseContent(ByteBuffer, Callback) - Method in class org.eclipse.jetty.client.HttpReceiver
 
DecodeResult() - Constructor for enum class org.eclipse.jetty.client.HttpReceiver.DecodeResult
 
decoderFactories - Variable in class org.eclipse.jetty.client.HttpClient
 
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.
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
 
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(T) - Method in class org.eclipse.jetty.servlet.DecoratingListener.DynamicDecorator
 
decorate(T) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.LegacyDecorator
 
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
 
DECORATE_TYPE - Static variable in class org.eclipse.jetty.servlet.DecoratingListener
 
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
 
DecoratingListener.DynamicDecorator - Class in org.eclipse.jetty.servlet
 
decorator - Variable in class org.eclipse.jetty.servlet.ServletContextHandler.LegacyDecorator
 
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
 
decorators - Variable in class org.eclipse.jetty.util.DecoratedObjectFactory
 
decrement() - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
Decrements the value by one.
decrementMemory(ByteBuffer) - Method in class org.eclipse.jetty.io.AbstractByteBufferPool
 
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.
DEFAULT - Enum constant in enum class org.eclipse.jetty.http.pathmap.PathSpecGroup
The default spec for accessing the Default path behavior.
DEFAULT - Static variable in class org.eclipse.jetty.servlet.FilterMapping
Dispatch types
DEFAULT - Static variable in class org.eclipse.jetty.util.ajax.JSON
 
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.webapp.WebAppContext
 
DEFAULT_CONNECT_TIMEOUT - Static variable in class org.eclipse.jetty.io.SelectorManager
 
DEFAULT_DATE_FORMAT - Static variable in class org.eclipse.jetty.server.CustomRequestLog
 
DEFAULT_EXCLUDED_CIPHER_SUITES - Static variable in class org.eclipse.jetty.util.ssl.SslContextFactory
Default Excluded Cipher Suite List
DEFAULT_EXCLUDED_PROTOCOLS - Static variable in class org.eclipse.jetty.util.ssl.SslContextFactory
Default Excluded Protocols List
DEFAULT_FILENAME - Static variable in class org.eclipse.jetty.jaas.spi.PropertyFileLoginModule
 
DEFAULT_FORMAT - Static variable in class org.eclipse.jetty.util.DateCache
 
DEFAULT_GROWTH - Static variable in class org.eclipse.jetty.util.BlockingArrayQueue
Default growth factor, 64.
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_MESSAGE - Static variable in exception class org.eclipse.jetty.util.MultiException
 
DEFAULT_MIN_GZIP_SIZE - Static variable in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
DEFAULT_PERIOD_MS - Static variable in class org.eclipse.jetty.server.session.HouseKeeper
 
DEFAULT_PROTECTED_TARGETS - Static variable in class org.eclipse.jetty.webapp.WebAppContext
 
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_TIMEOUT - Static variable in class org.eclipse.jetty.server.HttpChannelState
 
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
 
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
 
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
 
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
 
defaultProtocol - Variable in class org.eclipse.jetty.server.NegotiatingServerConnection
 
defaultProtocol - Variable in class org.eclipse.jetty.server.NegotiatingServerConnectionFactory
 
defaultRequestContentType - Variable in class org.eclipse.jetty.client.HttpClient
 
DefaultsDescriptor - Class in org.eclipse.jetty.webapp
DefaultsDescriptor
DefaultsDescriptor(Resource) - Constructor for class org.eclipse.jetty.webapp.DefaultsDescriptor
 
defaultSeekMode - Variable in class org.eclipse.jetty.server.resource.SeekableByteChannelRangeWriter
 
defaultSelectors(Executor) - Static method in class org.eclipse.jetty.io.SelectorManager
 
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
 
DefaultUserIdentity - Class in org.eclipse.jetty.security
The default implementation of UserIdentity.
DefaultUserIdentity(Subject, Principal, String[]) - Constructor for class org.eclipse.jetty.security.DefaultUserIdentity
 
defaultValue(Object, XmlParser.Node) - Method in class org.eclipse.jetty.xml.XmlConfiguration.JettyXmlConfiguration
Check children for all <Property> and <SystemProperty> and return the String representation of any declared default="value" attributes.
deferred - Variable in class org.eclipse.jetty.client.util.OutputStreamContentProvider
 
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 after Request.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
 
DeferredContentProvider.DeferredContentProviderIterator - Class in org.eclipse.jetty.client.util
 
DeferredContentProviderIterator() - Constructor for class org.eclipse.jetty.client.util.DeferredContentProvider.DeferredContentProviderIterator
 
DeferredOutputStream() - Constructor for class org.eclipse.jetty.client.util.OutputStreamContentProvider.DeferredOutputStream
 
DEFLATE - Static variable in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
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.
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 - Variable in class org.eclipse.jetty.client.http.HttpConnectionOverHTTP
 
delegate - Variable in class org.eclipse.jetty.io.LeakTrackingByteBufferPool
 
delegate - Variable in class org.eclipse.jetty.util.HttpCookieStore
 
delegate - Variable in class org.eclipse.jetty.webapp.Configuration.Wrapper
 
Delegate(HttpDestination) - Constructor for class org.eclipse.jetty.client.http.HttpConnectionOverHTTP.Delegate
 
DELEGATE - Static variable in interface org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager.SniSelector
 
delegates - Variable in class org.eclipse.jetty.server.RequestLogCollection
 
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.BadResource
 
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.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 - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
DELETED - Enum constant in enum class org.eclipse.jetty.util.PathWatcher.PathWatchEventType
 
deleteFile(String) - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
Delete the file associated with a session
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 - Enum constant in enum class org.eclipse.jetty.http.MultiPartParser.State
 
DELIMITER_CLOSE - Enum constant in enum class org.eclipse.jetty.http.MultiPartParser.State
 
DELIMITER_PADDING - Enum constant in enum class org.eclipse.jetty.http.MultiPartParser.State
 
demand - Variable in class org.eclipse.jetty.client.HttpReceiver.ContentListeners
 
demand - Variable in class org.eclipse.jetty.client.HttpReceiver
 
demand() - Method in class org.eclipse.jetty.client.HttpReceiver
 
demand(long) - Method in class org.eclipse.jetty.client.HttpReceiver
 
demand(Object, long) - Method in class org.eclipse.jetty.client.HttpReceiver.ContentListeners
 
demand(LongUnaryOperator) - Method in class org.eclipse.jetty.client.HttpReceiver
 
demands - Variable in class org.eclipse.jetty.client.HttpReceiver.ContentListeners
 
deobfuscate(String) - Static method in class org.eclipse.jetty.util.security.Password
 
deployHandler(Handler, Callback) - Method in class org.eclipse.jetty.server.handler.ContextHandlerCollection
Thread safe deploy of a Handler.
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
 
depth() - Method in class org.eclipse.jetty.util.ajax.AsyncJSON.FrameStack
 
deregister(LifeCycle) - Static method in class org.eclipse.jetty.server.ShutdownMonitor
 
deregister(LifeCycle) - Static method in class org.eclipse.jetty.util.thread.ShutdownThread
 
des_cipher(long, int, int, long[]) - Static method in class org.eclipse.jetty.util.security.UnixCrypt
Returns the DES encrypted code of the given word with the specified environment.
des_setkey(long) - Static method in class org.eclipse.jetty.util.security.UnixCrypt
Returns the key schedule for the given key.
description - Variable in enum class org.eclipse.jetty.http.HttpComplianceSection
 
description - Variable in class org.eclipse.jetty.util.LeakDetector.LeakInfo
 
description() - Element in annotation interface org.eclipse.jetty.util.annotation.Name
the description of the parameter
descriptor - Variable in class org.eclipse.jetty.webapp.MetaData.OriginInfo
 
Descriptor - Class in org.eclipse.jetty.webapp
 
Descriptor(Resource) - Constructor for class org.eclipse.jetty.webapp.Descriptor
 
DESCRIPTOR - Enum constant in enum class org.eclipse.jetty.servlet.Source.Origin
 
DescriptorProcessor - Interface in org.eclipse.jetty.webapp
DescriptorProcessor
deserializeAttributes(SessionData, ObjectInputStream) - Static method in class org.eclipse.jetty.server.session.SessionData
De-serialize the attribute map of a session.
destination - Variable in class org.eclipse.jetty.client.AbstractConnectionPool
 
destination - Variable in class org.eclipse.jetty.client.HttpConnection
 
destination - Variable in class org.eclipse.jetty.client.HttpExchange
 
destination - Variable in class org.eclipse.jetty.client.HttpProxy.ProxyConnection
 
Destination - Interface in org.eclipse.jetty.client.api
Destination represents the triple made of the Destination.getScheme(), the Destination.getHost() and the Destination.getPort().
DESTINATION_REGEXP - Static variable in class org.eclipse.jetty.client.HttpRedirector
 
destinationFor(String, String, int) - Method in class org.eclipse.jetty.client.HttpClient
 
destinations - Variable in class org.eclipse.jetty.client.HttpClient
 
destroy() - Method in class org.eclipse.jetty.client.HttpChannel
 
destroy() - Method in class org.eclipse.jetty.client.HttpReceiver.Decoder
 
destroy() - Method in class org.eclipse.jetty.continuation.ContinuationFilter
Deprecated.
 
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.CyclicTimeout.Wakeup
 
destroy() - Method in class org.eclipse.jetty.jmx.MBeanContainer
 
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.RunAs
 
destroy() - Method in class org.eclipse.jetty.servlet.ServletHolder.SingleThreadedWrapper
 
destroy() - Method in class org.eclipse.jetty.servlet.ServletHolder.Wrapper
 
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(Object) - Method in class org.eclipse.jetty.servlet.DecoratingListener.DynamicDecorator
 
destroy(Object) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.LegacyDecorator
 
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.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
 
DESTROY_TYPE - Static variable in class org.eclipse.jetty.servlet.DecoratingListener
 
Destroyable - Interface in org.eclipse.jetty.util.component
A Destroyable is an object which can be destroyed.
DESTROYED - Enum constant in enum class org.eclipse.jetty.server.handler.ContextHandler.ContextStatus
 
DESTROYED - Static variable in class org.eclipse.jetty.io.CyclicTimeout
 
destroyEndPoint(EndPoint) - Method in class org.eclipse.jetty.io.ManagedSelector
 
DestroyEndPoint(EndPoint) - Constructor for class org.eclipse.jetty.io.ManagedSelector.DestroyEndPoint
 
destroyFilter(Filter) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
 
destroyFilter(Filter) - Method in class org.eclipse.jetty.servlet.ServletHandler
 
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
 
destroyListener(EventListener) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
 
destroyListener(EventListener) - Method in class org.eclipse.jetty.servlet.ServletHandler
 
destroyServlet(Servlet) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
 
destroyServlet(Servlet) - Method in class org.eclipse.jetty.servlet.ServletHandler
 
destroyServlet(T) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
 
deTag(String) - Static method in class org.eclipse.jetty.util.resource.Resource
 
detailedParseException - Variable in class org.eclipse.jetty.util.ajax.AsyncJSON.Factory
 
detect(ByteBuffer) - Method in interface org.eclipse.jetty.server.ConnectionFactory.Detecting
Check the bytes in the given buffer to figure out if this ConnectionFactory.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.ProxyConnectionFactory.ProxyV1ConnectionFactory
 
detect(ByteBuffer) - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyV2ConnectionFactory
 
detect(ByteBuffer) - Method in class org.eclipse.jetty.server.SslConnectionFactory
 
detectAndUpgrade() - Method in class org.eclipse.jetty.server.DetectorConnectionFactory.DetectorConnection
 
Detection() - Constructor for enum class org.eclipse.jetty.server.ConnectionFactory.Detecting.Detection
 
DetectionFailureException(Throwable) - Constructor for exception class org.eclipse.jetty.server.DetectorConnectionFactory.DetectionFailureException
 
detectJspContainer() - Method in class org.eclipse.jetty.servlet.ServletHolder
 
DetectorConnection(EndPoint, Connector) - Constructor for class org.eclipse.jetty.server.DetectorConnectionFactory.DetectorConnection
 
DetectorConnectionFactory - Class in org.eclipse.jetty.server
A ConnectionFactory combining multiple ConnectionFactory.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 by AbstractConnectionFactory.findNextProtocol(Connector).
DetectorConnectionFactory.DetectionFailureException - Exception Class in org.eclipse.jetty.server
 
DetectorConnectionFactory.DetectorConnection - Class in org.eclipse.jetty.server
 
DGRAM - Enum constant in enum class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag.Protocol
 
DGRAM - Enum constant in enum class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyV2ConnectionFactory.Transport
 
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
 
Digest(String) - Constructor for class org.eclipse.jetty.security.authentication.DigestAuthenticator.Digest
 
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
 
DigestAuthentication.DigestResult - Class in org.eclipse.jetty.client.util
 
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
 
DigestAuthenticator.Digest - Class in org.eclipse.jetty.security.authentication
 
DigestAuthenticator.Nonce - Class in org.eclipse.jetty.security.authentication
 
DigestResult(HttpHeader, byte[], String, String, String, String, String, String, String) - Constructor for class org.eclipse.jetty.client.util.DigestAuthentication.DigestResult
 
DIGIT - Enum constant in enum class org.eclipse.jetty.http.HttpTokens.Type
 
DIGIT - Static variable in class org.eclipse.jetty.util.BufferUtil
 
DirAction() - Constructor for enum class org.eclipse.jetty.util.PathWatcher.DirAction
 
disabled - Variable in class org.eclipse.jetty.util.ssl.SslSelectionDump
 
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(HttpChannel) - Method in class org.eclipse.jetty.client.HttpExchange
 
disassociate(HttpExchange) - Method in class org.eclipse.jetty.client.HttpChannel
 
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.server.AsyncContextState
 
dispatch() - Method in interface org.eclipse.jetty.server.HttpChannel.Dispatchable
 
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(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(DispatcherType, HttpChannel.Dispatchable) - Method in class org.eclipse.jetty.server.HttpChannel
 
dispatch(ServletContext, String) - Method in class org.eclipse.jetty.server.AsyncContextState
 
dispatch(ServletContext, String) - Method in class org.eclipse.jetty.server.HttpChannelState
 
DISPATCH - Enum constant in enum class org.eclipse.jetty.server.HttpChannelState.Action
 
DISPATCH - Enum constant in enum class org.eclipse.jetty.server.HttpChannelState.RequestState
 
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
 
Dispatcher.ForwardAttributes - Class in org.eclipse.jetty.server
 
Dispatcher.IncludeAttributes - Class in org.eclipse.jetty.server
 
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
 
doAccept(SelectableChannel) - Method in class org.eclipse.jetty.io.SelectorManager
 
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
 
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(ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.servlet.ServletHandler.Chain
 
doFilter(ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.servlet.ServletHandler.ChainEnd
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.continuation.ContinuationFilter
Deprecated.
 
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
 
doFinishConnect(SelectableChannel) - Method in class org.eclipse.jetty.io.SelectorManager
 
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.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
 
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
 
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
 
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.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
 
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 - Variable in class org.eclipse.jetty.client.ValidatingConnectionPool.Holder
 
DONE - Enum constant in enum class org.eclipse.jetty.http.HttpGenerator.Result
 
doNonErrorHandle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.AbstractHandler.ErrorDispatchHandler
Deprecated.
doOnClose(Throwable) - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
doOptions(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.servlet.DefaultServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.servlet.DefaultServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.servlet.StatisticsServlet
 
doProduce(boolean) - Method in class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill
 
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.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
 
doSetHandler(HandlerWrapper, Handler) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
 
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
 
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.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.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.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.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.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
 
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.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.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.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.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
 
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
 
doTrace(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.servlet.DefaultServlet
 
DOUBLE - Static variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
doUpdate(String, SessionData) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore
 
drain() - Method in class org.eclipse.jetty.client.util.InputStreamResponseListener
 
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
 
dstIP - Variable in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V1.Tag
 
dstIP - Variable in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag
 
dstPort - Variable in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V1.Tag
 
dstPort - Variable in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag
 
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.io.ConnectionStatistics
 
dump() - Method in class org.eclipse.jetty.jmx.MBeanContainer
 
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.ssl.SslSelectionDump.CaptionedList
 
dump() - Method in class org.eclipse.jetty.util.ssl.SslSelectionDump
 
dump() - Method in class org.eclipse.jetty.util.statistic.RateStatistic
 
dump() - Method in class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler
 
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.io.ConnectionStatistics
 
dump(Appendable, String) - Method in class org.eclipse.jetty.io.ManagedSelector
 
dump(Appendable, String) - Method in class org.eclipse.jetty.jmx.MBeanContainer
 
dump(Appendable, String) - 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.ssl.SslSelectionDump.CaptionedList
 
dump(Appendable, String) - Method in class org.eclipse.jetty.util.ssl.SslSelectionDump
 
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.ScheduledExecutorScheduler
 
dump(Appendable, String) - Method in class org.eclipse.jetty.webapp.WebAppContext
 
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.util.TypeUtil
 
dump(TimeUnit) - Method in class org.eclipse.jetty.util.statistic.RateStatistic
 
dump(Dumpable) - Static method in class org.eclipse.jetty.util.component.ContainerLifeCycle
Deprecated.
dump(Dumpable) - Static method in interface org.eclipse.jetty.util.component.Dumpable
Utility method to implement Dumpable.dump() by calling Dumpable.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
 
dumpBeans(Appendable, String, Collection<?>...) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
dumpContainer(Appendable, String, Container, boolean) - Static method in interface org.eclipse.jetty.util.component.Dumpable
 
dumpIterable(Appendable, String, Iterable<?>, boolean) - Static method in interface org.eclipse.jetty.util.component.Dumpable
 
DumpKeys() - Constructor for class org.eclipse.jetty.io.ManagedSelector.DumpKeys
 
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
dumpObject(Appendable, Object) - Static method in interface org.eclipse.jetty.util.component.Dumpable
Dump just an Object (but not it's contained items) to an Appendable.
dumpObjects(Appendable, String, Object...) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
Dump this object, it's contained beans and additional items to an Appendable
dumpObjects(Appendable, String, Object, Object...) - Static method in interface org.eclipse.jetty.util.component.Dumpable
Dump an Object, it's contained items and additional items to an Appendable.
dumpSelf() - Method in interface org.eclipse.jetty.util.component.Dumpable
The description of this/self found in the dump.
dumpStdErr() - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
Dumps to System.err.
dumpThis(Appendable) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
Deprecated.
dumpThread(long) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
dumpUrl() - Method in class org.eclipse.jetty.webapp.WebAppContext
 
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
 
DynamicDecorator(Object, MethodHandle, MethodHandle) - Constructor for class org.eclipse.jetty.servlet.DecoratingListener.DynamicDecorator
 
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
 
EARLY_EOF_CONTENT - 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 class org.eclipse.jetty.http.MultiPartFormInputStream.Handler
 
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
 
EatWhatYouKill.Mode - Enum Class in org.eclipse.jetty.util.thread.strategy
 
EatWhatYouKill.State - Enum Class in org.eclipse.jetty.util.thread.strategy
 
EITHER - Enum constant in enum class 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 - Enum constant in enum class org.eclipse.jetty.servlet.Source.Origin
 
EMBEDDED - Static variable in class org.eclipse.jetty.servlet.Source
 
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 class org.eclipse.jetty.server.session.JDBCSessionDataStore
 
EMPTY_ARGS - Static variable in class org.eclipse.jetty.util.log.StdErrLog
 
EMPTY_BUFFER - Static variable in class org.eclipse.jetty.util.BufferUtil
 
EMPTY_BUFFERS - Static variable in class org.eclipse.jetty.io.WriteFlusher
 
EMPTY_MAP - Static variable in class org.eclipse.jetty.http.MultiPartFormInputStream
 
EMPTY_MAP - Static variable in class org.eclipse.jetty.util.MultiPartInputStreamParser
Deprecated.
 
EmptyResource - Class in org.eclipse.jetty.util.resource
EmptyResource Represents a resource that does does not refer to any file, url, jar etc.
EmptyResource() - Constructor for class org.eclipse.jetty.util.resource.EmptyResource
 
enable(T, boolean) - Method in class org.eclipse.jetty.util.Pool.Entry
Enable a reserved entry Pool<T>.Entry.
enabled - Variable in class org.eclipse.jetty.util.ssl.SslSelectionDump
 
enableLowOnResources(boolean, boolean) - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
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[], 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(String) - Static method in class org.eclipse.jetty.util.B64Code
Deprecated.
encode(String) - Method in class org.eclipse.jetty.util.resource.Resource
Deprecated.
use URIUtil or UrlEncoded instead
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.client.util.FormContentProvider
 
encode(String, Charset) - Static method in class org.eclipse.jetty.util.B64Code
Deprecated.
Base 64 encode as described in RFC 1421.
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(MultiMap<String>, Charset, boolean) - Static method in class org.eclipse.jetty.util.UrlEncoded
Encode MultiMap with % encoding.
encoded - Variable in class org.eclipse.jetty.client.HttpReceiver.Decoder
 
encoded - Variable in class org.eclipse.jetty.util.ajax.AsyncJSON.Factory.CachedString
 
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.
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.
encodePath(StringBuilder, String, int) - 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
 
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 - Variable in class org.eclipse.jetty.client.ContentDecoder.Factory
 
encoding - Variable in class org.eclipse.jetty.client.HttpContentResponse
 
encoding - Variable in class org.eclipse.jetty.client.util.BufferingResponseListener
 
ENCODING - Static variable in class org.eclipse.jetty.util.UrlEncoded
 
encodingField - Variable in class org.eclipse.jetty.client.HttpClient
 
EncodingFrom() - Constructor for enum class org.eclipse.jetty.server.Response.EncodingFrom
 
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.util.ajax.AsyncJSON
 
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.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 - Enum constant in enum class org.eclipse.jetty.http.HttpGenerator.State
 
END - Enum constant in enum class org.eclipse.jetty.http.HttpParser.State
 
END - Enum constant in enum class org.eclipse.jetty.http.MultiPartParser.State
 
END - Enum constant in enum class org.eclipse.jetty.util.Utf8LineParser.State
 
endElement(String, String, String) - Method in class org.eclipse.jetty.xml.XmlParser.Handler
 
endElement(String, String, String) - Method in class org.eclipse.jetty.xml.XmlParser.NoopHandler
 
endHandling(Request) - Method in class org.eclipse.jetty.server.handler.AsyncDelayHandler
Called to indicated the handling of the request is ending.
EndOfContent() - Constructor for enum class org.eclipse.jetty.http.HttpTokens.EndOfContent
 
endPart() - Method in class org.eclipse.jetty.util.MultiPartWriter
end creation of the next Content.
endPoint - Variable in class org.eclipse.jetty.client.HttpProxy.CreateTunnelPromise
 
endPoint - Variable in class org.eclipse.jetty.io.ManagedSelector.DestroyEndPoint
 
EndPoint - Interface in org.eclipse.jetty.io
EndPoint is the abstraction for an I/O channel that transports bytes.
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
 
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
 
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
 
engine - Variable in class org.eclipse.jetty.io.NegotiatingClientConnection
 
engine - Variable in class org.eclipse.jetty.server.NegotiatingServerConnection
 
ENHANCE_YOUR_CALM - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
ENHANCE_YOUR_CALM_420 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
enqueue(Queue<HttpExchange>, HttpExchange) - Method in class org.eclipse.jetty.client.HttpDestination
 
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, 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
 
ensureFillInterested() - Method in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
 
ensureInstance() - Method in class org.eclipse.jetty.servlet.ServletHolder
Deprecated.
ensureMap() - Method in class org.eclipse.jetty.util.AttributesMap
 
ensureParser() - Method in class org.eclipse.jetty.webapp.Descriptor
 
ensureParser() - Method in class org.eclipse.jetty.webapp.WebDescriptor
 
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
 
ensureTempDirUsable(File) - Method in class org.eclipse.jetty.webapp.WebInfConfiguration
 
ensureThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
enter(ServletResponse) - Method in interface org.eclipse.jetty.continuation.ContinuationFilter.FilteredContinuation
Deprecated.
 
enter(ServletResponse) - Method in class org.eclipse.jetty.continuation.FauxContinuation
Deprecated.
 
ENTER - Enum constant in enum class 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.
entries - Variable in class org.eclipse.jetty.util.MultiReleaseJarFile
 
entries - Variable in class org.eclipse.jetty.util.Pool
 
entry - Variable in class org.eclipse.jetty.client.AbstractConnectionPool.EntryHolder
 
entry - Variable in class org.eclipse.jetty.util.MultiReleaseJarFile.VersionedJarEntry
 
Entry() - Constructor for class org.eclipse.jetty.util.Pool.Entry
 
Entry(String, boolean) - Constructor for class org.eclipse.jetty.webapp.ClasspathPattern.Entry
 
EntryHolder(Pool.Entry) - Constructor for class org.eclipse.jetty.client.AbstractConnectionPool.EntryHolder
 
entrySet() - Method in class org.eclipse.jetty.util.ArrayTernaryTrie
 
envObj(XmlParser.Node) - Method in class org.eclipse.jetty.xml.XmlConfiguration.JettyXmlConfiguration
Returns the value of an environment property.
eof() - Method in class org.eclipse.jetty.server.HttpInput
This method should be called to signal that all the expected content arrived.
EOF - Enum constant in enum class org.eclipse.jetty.util.ReadLineInputStream.Termination
Deprecated.
 
EOF - Static variable in class org.eclipse.jetty.client.util.InputStreamResponseListener
 
EOF - Static variable in class org.eclipse.jetty.io.ByteArrayEndPoint
 
EOF - Static variable in class org.eclipse.jetty.server.HttpInput
 
EOF_CONTENT - Enum constant in enum class org.eclipse.jetty.http.HttpParser.State
 
EOF_CONTENT - Enum constant in enum class org.eclipse.jetty.http.HttpTokens.EndOfContent
 
EOF_CONTENT - Static variable in class org.eclipse.jetty.server.HttpInput
 
EofContent(String) - Constructor for class org.eclipse.jetty.server.HttpInput.EofContent
 
EofException - Exception Class in org.eclipse.jetty.io
A Jetty specialization of EOFException.
EofException() - Constructor for exception class org.eclipse.jetty.io.EofException
 
EofException(String) - Constructor for exception class org.eclipse.jetty.io.EofException
 
EofException(Throwable) - Constructor for exception class org.eclipse.jetty.io.EofException
 
EOFState() - Constructor for class org.eclipse.jetty.server.HttpInput.EOFState
 
EOL - Static variable in class org.eclipse.jetty.util.log.StdErrLog
 
EPILOGUE - Enum constant in enum class org.eclipse.jetty.http.MultiPartParser.State
 
EQ - Static variable in class org.eclipse.jetty.util.ArrayTernaryTrie
 
equals(int) - Method in enum class org.eclipse.jetty.http.HttpStatus.Code
 
equals(Object) - Method in class org.eclipse.jetty.client.ContentDecoder.Factory
 
equals(Object) - Method in class org.eclipse.jetty.client.Origin.Address
 
equals(Object) - Method in class org.eclipse.jetty.client.Origin
 
equals(Object) - Method in class org.eclipse.jetty.client.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.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.QuotedQualityCSV.QualityValue
 
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.jmx.ConnectorServer.JMXRMIServerSocketFactory
 
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.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.Scanner.TimeNSize
 
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.webapp.ClasspathPattern.Entry
 
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
 
error(String) - Method in class org.eclipse.jetty.util.log.JettyAwareLogger
 
error(String, Object) - Method in class org.eclipse.jetty.util.log.JettyAwareLogger
 
error(String, Object[]) - Method in class org.eclipse.jetty.util.log.JettyAwareLogger
 
error(String, Object, Object) - Method in class org.eclipse.jetty.util.log.JettyAwareLogger
 
error(String, Throwable) - Method in class org.eclipse.jetty.util.log.JettyAwareLogger
 
error(ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.server.Dispatcher
 
error(Marker, String) - Method in class org.eclipse.jetty.util.log.JettyAwareLogger
 
error(Marker, String, Object) - Method in class org.eclipse.jetty.util.log.JettyAwareLogger
 
error(Marker, String, Object[]) - Method in class org.eclipse.jetty.util.log.JettyAwareLogger
 
error(Marker, String, Object, Object) - Method in class org.eclipse.jetty.util.log.JettyAwareLogger
 
error(Marker, String, Throwable) - Method in class org.eclipse.jetty.util.log.JettyAwareLogger
 
error(SAXParseException) - Method in class org.eclipse.jetty.xml.XmlParser.Handler
 
ERROR - Static variable in class org.eclipse.jetty.servlet.FilterMapping
 
ERROR - Static variable in class org.eclipse.jetty.util.log.JettyAwareLogger
 
ERROR_CONTEXT - Static variable in class org.eclipse.jetty.server.handler.ErrorHandler
 
ERROR_PAGE - Static variable in class org.eclipse.jetty.server.handler.ErrorHandler
 
ERROR_PAGE - Static variable in class org.eclipse.jetty.webapp.WebAppContext
 
errorClose() - Method in class org.eclipse.jetty.server.Response
 
ErrorCodeRange(int, int, String) - Constructor for class org.eclipse.jetty.servlet.ErrorPageErrorHandler.ErrorCodeRange
 
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) or Server.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
 
ErrorPageErrorHandler.ErrorCodeRange - Class in org.eclipse.jetty.servlet
 
ErrorPageErrorHandler.PageLookupTechnique - Enum Class in org.eclipse.jetty.servlet
 
errorPageForMethod(String) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
ErrorState(Throwable) - Constructor for class org.eclipse.jetty.server.HttpInput.ErrorState
 
escape(StringBuilder, String) - Method in class org.eclipse.jetty.util.log.StdErrLog
 
ESCAPE - Enum constant in enum class org.eclipse.jetty.util.ajax.AsyncJSON.State
 
escapes - Static variable in class org.eclipse.jetty.util.QuotedStringTokenizer
 
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 - Enum constant in enum class 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.
etagGzip(String) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor
 
Event(Object) - Constructor for class org.eclipse.jetty.io.ssl.SslHandshakeListener.Event
 
events - Variable in class org.eclipse.jetty.util.PathWatcher
 
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
 
EXACT - Enum constant in enum class org.eclipse.jetty.http.pathmap.PathSpecGroup
For exactly defined path specs, no glob.
ExactPathMatcher(Path) - Constructor for class org.eclipse.jetty.util.PathWatcher.ExactPathMatcher
 
EXCEPTION - Static variable in class org.eclipse.jetty.util.log.Log
 
exchange - Variable in class org.eclipse.jetty.client.http.HttpSenderOverHTTP.HeadersCallback
 
exchange - Variable in class org.eclipse.jetty.client.HttpReceiver.Decoder
 
exchanges - Variable in class org.eclipse.jetty.client.HttpConversation
 
exchanges - Variable in class org.eclipse.jetty.client.HttpDestination
 
exchangeTerminated(HttpExchange, Result) - Method in class org.eclipse.jetty.client.http.HttpChannelOverHTTP
 
exchangeTerminated(HttpExchange, Result) - Method in class org.eclipse.jetty.client.HttpChannel
 
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.
excluded - Variable in class org.eclipse.jetty.client.ProxyConfiguration.Proxy
 
excludeHidden - Variable in class org.eclipse.jetty.util.PathWatcher.Config
 
EXECUTABLE_COMPARATOR - Static variable in class org.eclipse.jetty.xml.XmlConfiguration
 
execute(Runnable) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
execute(Runnable) - Method in class org.eclipse.jetty.io.ManagedSelector
 
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.EatWhatYouKill
 
execute(Runnable) - Method in interface org.eclipse.jetty.util.thread.TryExecutor
 
execute(Runnable) - Method in class org.eclipse.jetty.util.thread.TryExecutor.NoTryExecutor
 
EXECUTE - Enum constant in enum class org.eclipse.jetty.util.thread.strategy.ProduceConsume.State
 
EXECUTE - Enum constant in enum class org.eclipse.jetty.util.thread.strategy.ProduceExecuteConsume.State
 
EXECUTE_PRODUCE_CONSUME - Enum constant in enum class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.Mode
 
executeAbort(HttpExchange, Throwable) - Method in class org.eclipse.jetty.client.HttpSender
 
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
 
ExecuteProduceConsume.RunProduce - Class in org.eclipse.jetty.util.thread.strategy
 
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.
executeRequest(ByteBuffer) - Method in class org.eclipse.jetty.server.LocalConnector
 
ExecutionStrategy - Interface in org.eclipse.jetty.util.thread
An ExecutionStrategy executes Runnable tasks produced by a ExecutionStrategy.Producer.
ExecutionStrategy.Producer - Interface in org.eclipse.jetty.util.thread
A producer of Runnable tasks to run.
executor - Variable in class org.eclipse.jetty.client.HttpClient
 
executor - Variable in class org.eclipse.jetty.io.SelectorManager
 
executor - Variable in class org.eclipse.jetty.io.ssl.SslClientConnectionFactory
 
executor - Variable in class org.eclipse.jetty.util.SocketAddressResolver.Async
 
executor - Variable in class org.eclipse.jetty.util.thread.TryExecutor.NoTryExecutor
 
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
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, int, ThreadGroup) - 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.BadResource
 
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.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.util.Scanner
 
exit() - Method in interface org.eclipse.jetty.continuation.ContinuationFilter.FilteredContinuation
Deprecated.
 
exit() - Method in class org.eclipse.jetty.continuation.FauxContinuation
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
 
exitVm - Variable in class org.eclipse.jetty.server.ShutdownMonitor
 
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
 
expandHandler(Handler, List<Handler>, Class<?>) - Method in class org.eclipse.jetty.server.handler.AbstractHandlerContainer
 
ExpandTr - Static variable in class org.eclipse.jetty.util.security.UnixCrypt
 
EXPECT - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
EXPECTATION_FAILED - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
EXPECTATION_FAILED_417 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
expected() - Method in class org.eclipse.jetty.client.Socks4Proxy.Socks4ProxyConnection.Socks4Parser
 
EXPECTED_LENGTH - Static variable in class org.eclipse.jetty.client.Socks4Proxy.Socks4ProxyConnection.Socks4Parser
 
EXPECTING - Enum constant in enum class org.eclipse.jetty.client.HttpSender.SenderState
HttpSender is sending the headers but will wait for 100 Continue before sending the content
EXPECTING_WITH_CONTENT - Enum constant in enum class org.eclipse.jetty.client.HttpSender.SenderState
HttpSender is currently sending the headers, will wait for 100 Continue, and deferred content is available to be sent
expects100Continue(Request) - Method in class org.eclipse.jetty.client.HttpSender
 
expire() - Method in class org.eclipse.jetty.continuation.FauxContinuation
Deprecated.
 
EXPIRE - Enum constant in enum class org.eclipse.jetty.server.HttpChannelState.RequestState
 
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 - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
EXPIRING - Enum constant in enum class org.eclipse.jetty.server.HttpChannelState.RequestState
 
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
 
EXTRA - Enum constant in enum class org.eclipse.jetty.http.GZIPContentDecoder.State
 
EXTRA_LENGTH - Enum constant in enum class org.eclipse.jetty.http.GZIPContentDecoder.State
 
extractContentParameters() - Method in class org.eclipse.jetty.server.Request
 
extractFormParameters(MultiMap<String>) - Method in class org.eclipse.jetty.server.Request
 
extractPackedFile(JarFileResource) - Method in class org.eclipse.jetty.security.PropertyUserStore
 
extractParams(String) - Method in class org.eclipse.jetty.client.HttpRequest
 
extractQueryParameters() - 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.

F

factory - Variable in class org.eclipse.jetty.client.AbstractHttpClientTransport
 
factory - Variable in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory
 
factory - Variable in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.ProxyProtocolConnection
 
factory - Variable in class org.eclipse.jetty.util.ajax.AsyncJSON
 
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(String) - Constructor for class org.eclipse.jetty.client.ContentDecoder.Factory
 
Factory(KeyStore, KeyStore, SSLContext) - Constructor for class org.eclipse.jetty.util.ssl.SslContextFactory.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, Response, Throwable) - Method in class org.eclipse.jetty.client.HttpRedirector
 
fail(HttpInput.Content, Throwable) - Method in class org.eclipse.jetty.server.HttpInput
 
fail(Callback, Throwable...) - Method in class org.eclipse.jetty.io.WriteFlusher
 
failAndClose(Throwable) - Method in class org.eclipse.jetty.client.http.HttpReceiverOverHTTP
 
failed - Variable in class org.eclipse.jetty.io.ManagedSelector.Connect
 
failed(Throwable) - Method in class org.eclipse.jetty.client.AbstractConnectionPool.FutureConnection
 
failed(Throwable) - Method in class org.eclipse.jetty.client.http.HttpSenderOverHTTP.ByteBufferRecyclerCallback
 
failed(Throwable) - Method in class org.eclipse.jetty.client.http.HttpSenderOverHTTP.HeadersCallback
 
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.HttpProxy.CreateTunnelPromise
 
failed(Throwable) - Method in class org.eclipse.jetty.client.HttpProxy.TunnelPromise
 
failed(Throwable) - Method in class org.eclipse.jetty.client.HttpSender.CommitCallback
 
failed(Throwable) - Method in class org.eclipse.jetty.client.HttpSender.LastCallback
 
failed(Throwable) - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.ProxyProtocolConnection
 
failed(Throwable) - Method in class org.eclipse.jetty.client.Socks4Proxy.Socks4ProxyConnection
 
failed(Throwable) - Method in class org.eclipse.jetty.client.util.DeferredContentProvider.DeferredContentProviderIterator
 
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.MultiPartContentProvider.MultiPartIterator
 
failed(Throwable) - Method in class org.eclipse.jetty.client.util.OutputStreamContentProvider
 
failed(Throwable) - Method in class org.eclipse.jetty.io.AbstractConnection.ReadCallback
 
failed(Throwable) - Method in class org.eclipse.jetty.io.ManagedSelector.Accept
 
failed(Throwable) - Method in class org.eclipse.jetty.io.ManagedSelector.Connect
 
failed(Throwable) - Method in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint.IncompleteWriteCallback
 
failed(Throwable) - Method in class org.eclipse.jetty.server.HttpChannel.SendCallback
 
failed(Throwable) - Method in class org.eclipse.jetty.server.HttpConnection.AsyncReadCallback
 
failed(Throwable) - Method in class org.eclipse.jetty.server.HttpConnection.BlockingReadCallback
 
failed(Throwable) - Method in class org.eclipse.jetty.server.HttpConnection.Content
 
failed(Throwable) - Method in class org.eclipse.jetty.server.HttpInput
 
failed(Throwable) - Method in class org.eclipse.jetty.server.HttpOutput.WriteCompleteCB
 
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
Invoked when the sub task fails.
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(String) - Constructor for exception class org.eclipse.jetty.server.Authentication.Failed
 
FAILED - Enum constant in enum class org.eclipse.jetty.client.HttpSender.SenderState
HttpSender has failed to send the request
FAILED - Enum constant in enum class org.eclipse.jetty.io.ssl.SslConnection.HandshakeState
 
FAILED - Enum constant in enum class org.eclipse.jetty.io.WriteFlusher.StateType
 
FAILED - Enum constant in enum class org.eclipse.jetty.util.CompletableCallback.State
Deprecated.
 
FAILED - Enum constant in enum class org.eclipse.jetty.util.IteratingCallback.State
The overall job has failed as indicated by a call to IteratingCallback.failed(Throwable)
FAILED - Static variable in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
FAILED - Static variable in class org.eclipse.jetty.util.SharedBlockingCallback
 
FAILED_DEPENDENCY - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
FAILED_DEPENDENCY_424 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
failedCallback(Callback, Throwable) - Method in class org.eclipse.jetty.io.AbstractConnection
 
FailedState(Throwable) - Constructor for class org.eclipse.jetty.io.WriteFlusher.FailedState
 
failure - Variable in class org.eclipse.jetty.client.HttpReceiver
 
failure - Variable in class org.eclipse.jetty.client.HttpSender
 
failure - Variable in class org.eclipse.jetty.client.SendFailure
 
failure - Variable in class org.eclipse.jetty.client.util.DeferredContentProvider
 
failure - Variable in class org.eclipse.jetty.client.util.FutureResponseListener
 
failure - Variable in class org.eclipse.jetty.client.util.InputStreamContentProvider.InputStreamContentProviderIterator
 
failure - Variable in class org.eclipse.jetty.client.util.InputStreamResponseListener
 
FAILURE - Enum constant in enum class org.eclipse.jetty.client.HttpReceiver.ResponseState
The response is failed
FAILURE - Enum constant in enum class org.eclipse.jetty.client.HttpSender.RequestState
The request is failed
fallbackSkipTo(long) - Method in class org.eclipse.jetty.server.resource.SeekableByteChannelRangeWriter
 
False - Enum constant in enum class org.eclipse.jetty.webapp.MetaDataComplete
 
FALSE - Enum constant in enum class org.eclipse.jetty.util.ajax.AsyncJSON.State
 
family - Variable in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V1.Tag
 
family - Variable in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag
 
Family() - Constructor for enum class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag.Family
 
Family() - Constructor for enum class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyV2ConnectionFactory.Family
 
fatalError(SAXParseException) - Method in class org.eclipse.jetty.xml.XmlParser.Handler
 
FauxContinuation - Class in org.eclipse.jetty.continuation
Deprecated.
use Servlet 3.0 AsyncContext instead
FauxContinuation(ServletRequest) - Constructor for class org.eclipse.jetty.continuation.FauxContinuation
Deprecated.
 
fauxResume() - Method in class org.eclipse.jetty.continuation.FauxContinuation
Deprecated.
 
fauxSuspend() - Method in class org.eclipse.jetty.continuation.FauxContinuation
Deprecated.
 
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(String, List<String>, String...) - Constructor for class org.eclipse.jetty.util.Fields.Field
 
FIELD - Enum constant in enum class org.eclipse.jetty.http.HttpParser.FieldState
 
FIELD - Enum constant in enum class org.eclipse.jetty.http.MultiPartParser.FieldState
 
FIELD_COLON - Enum constant in enum class org.eclipse.jetty.http.HttpComplianceSection
 
FIELD_NAME_CASE_INSENSITIVE - Enum constant in enum class org.eclipse.jetty.http.HttpComplianceSection
 
fields - Variable in class org.eclipse.jetty.client.util.MultiPartContentProvider.Part
 
fields - Variable in class org.eclipse.jetty.util.Fields
 
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
Creates a Fields instance by copying the fields from the given Fields and making it (im)mutable depending on the given immutable parameter
Fields.Field - Class in org.eclipse.jetty.util
A named list of string values.
FieldState() - Constructor for enum class org.eclipse.jetty.http.HttpParser.FieldState
 
FieldState() - Constructor for enum class org.eclipse.jetty.http.MultiPartParser.FieldState
 
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
 
fileAdded(String) - Method in interface org.eclipse.jetty.util.Scanner.DiscreteListener
 
fileAdded(String) - Method in class org.eclipse.jetty.util.ssl.KeyStoreScanner
 
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
 
fileName - Variable in class org.eclipse.jetty.client.util.MultiPartContentProvider.Part
 
filenameValue(String) - Static method in class org.eclipse.jetty.http.MultiPartFormInputStream
 
filenameValue(String) - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser
Deprecated.
 
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
 
filePath - Variable in class org.eclipse.jetty.client.util.PathContentProvider
 
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.
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.
 
filesChanged(List<String>) - Method in interface org.eclipse.jetty.util.Scanner.BulkListener
 
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
 
fileSize - Variable in class org.eclipse.jetty.client.util.PathContentProvider
 
fill() - Method in class org.eclipse.jetty.io.NegotiatingClientConnection
 
fill() - Method in class org.eclipse.jetty.server.NegotiatingServerConnection
 
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(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
 
fillRequestBuffer() - Method in class org.eclipse.jetty.server.HttpConnection
 
FillState() - Constructor for enum class org.eclipse.jetty.io.ssl.SslConnection.FillState
 
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.Config - Class in org.eclipse.jetty.servlet
 
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
 
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.
findAttribute(String) - Method in class org.eclipse.jetty.jmx.MetaData
 
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 no Authentication.Results 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
findBean(ObjectName) - Method in class org.eclipse.jetty.jmx.ObjectMBean
 
findClass(String) - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
 
findClassDirs(WebAppContext) - Method in class org.eclipse.jetty.webapp.WebInfConfiguration
 
findConstructor(Class<?>) - Static method in class org.eclipse.jetty.jmx.MBeanContainer
 
findContainerOf(HandlerContainer, Class<T>, Handler) - Static method in class org.eclipse.jetty.server.handler.AbstractHandlerContainer
 
findContextName(ServletContext) - Method in class org.eclipse.jetty.server.DebugListener
 
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
 
findIdentityService() - Method in class org.eclipse.jetty.security.SecurityHandler
 
findInheritedField(Package, Class<?>, String, Class<?>, boolean) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
 
findInheritedMethod(Package, Class<?>, String, Class<?>[], boolean) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
 
findJars(WebAppContext) - Method in class org.eclipse.jetty.webapp.WebInfConfiguration
Look for jars that should be treated as if they are in WEB-INF/lib
findLoginService() - Method in class org.eclipse.jetty.security.SecurityHandler
 
findMBean(Object) - Method in class org.eclipse.jetty.jmx.MBeanContainer
Lookup an object name by instance
findMetaData(MBeanContainer, Class<?>) - Static method in class org.eclipse.jetty.jmx.MBeanContainer
 
findMethod(Class<?>, String, Class<?>[], boolean, boolean) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
 
findNextConnectionFactory(String, Connector, String, EndPoint) - Static method in class org.eclipse.jetty.server.ProxyConnectionFactory
 
findNextProtocol(Connector) - Method in class org.eclipse.jetty.server.AbstractConnectionFactory
 
findNextProtocol(Connector, String) - Static method in class org.eclipse.jetty.server.AbstractConnectionFactory
 
findObjectName(Object) - Method in class org.eclipse.jetty.jmx.ObjectMBean
 
findOperation(String) - Method in class org.eclipse.jetty.jmx.MetaData
 
findProtocolHandler(Request, Response) - Method in class org.eclipse.jetty.client.HttpClient
 
findRequestName(ServletRequest) - Method in class org.eclipse.jetty.server.DebugListener
 
findServerName() - Method in class org.eclipse.jetty.server.Request
 
findServerPort() - Method in class org.eclipse.jetty.server.Request
 
findSetter(ManagedAttribute, Method, String) - Method in class org.eclipse.jetty.jmx.MetaData.AttributeInfo
 
findUser(String) - Method in class org.eclipse.jetty.jaas.spi.LdapLoginModule
 
findUser(DirContext, String, Object[]) - Method in class org.eclipse.jetty.jaas.spi.LdapLoginModule
 
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
 
FINISHED - Enum constant in enum class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor.GZState
 
finishInvalidate() - Method in class org.eclipse.jetty.server.session.Session
Call HttpSessionAttributeListeners as part of invalidating a Session.
first - Variable in class org.eclipse.jetty.server.InclusiveByteRange
 
FIRST - Enum constant in enum class org.eclipse.jetty.util.Pool.StrategyType
A strategy that looks for an entry always starting from the first entry.
FIRST_BOUNDARY - Enum constant in enum class org.eclipse.jetty.client.util.MultiPartContentProvider.State
 
FIRST_OCTETS - Enum constant in enum class org.eclipse.jetty.http.MultiPartParser.State
 
firstBoundary - Variable in class org.eclipse.jetty.client.util.MultiPartContentProvider
 
FLAGS - Enum constant in enum class org.eclipse.jetty.http.GZIPContentDecoder.State
 
FLG - Enum constant in enum class org.eclipse.jetty.http.GZIPContentDecoder.State
 
flipPutFlip(ByteBuffer, ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
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
 
flush() - Method in class org.eclipse.jetty.client.util.DeferredContentProvider
 
flush() - Method in class org.eclipse.jetty.client.util.OutputStreamContentProvider.DeferredOutputStream
 
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.util.ByteArrayISO8859Writer
 
flush() - Method in class org.eclipse.jetty.util.IO.NullOS
 
flush() - Method in class org.eclipse.jetty.util.IO.NullWrite
 
flush() - Method in class org.eclipse.jetty.util.log.JettyLogHandler
 
flush() - Method in class org.eclipse.jetty.util.RolloverFileOutputStream
 
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 - Enum constant in enum class org.eclipse.jetty.http.HttpGenerator.Result
 
flushBuffer() - Method in class org.eclipse.jetty.server.Response
 
flushCache() - Method in class org.eclipse.jetty.server.CachedContentFactory
 
FlushState() - Constructor for enum class org.eclipse.jetty.io.ssl.SslConnection.FlushState
 
FOLLOW_LINKS - Static variable in class org.eclipse.jetty.util.resource.PathResource
 
followRedirects - Variable in class org.eclipse.jetty.client.HttpClient
 
followRedirects - Variable in class org.eclipse.jetty.client.HttpRequest
 
followRedirects(boolean) - Method in interface org.eclipse.jetty.client.api.Request
 
followRedirects(boolean) - Method in class org.eclipse.jetty.client.HttpRequest
 
FORBIDDEN - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
FORBIDDEN_403 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
FORBIDDEN_SEGMENTS - Static variable in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
 
FORCE_SELECT_NOW - Static variable in class org.eclipse.jetty.io.ManagedSelector
 
FORCED - Enum constant in enum class org.eclipse.jetty.server.ForwardedRequestCustomizer.Source
 
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 - Enum constant in enum class org.eclipse.jetty.http.MimeTypes.Type
 
format(long) - Method in class org.eclipse.jetty.util.DateCache
Format a date according to our stored formatter.
format(StringBuilder, String, String, Object...) - Method in class org.eclipse.jetty.util.log.StdErrLog
 
format(String, Object...) - Method in class org.eclipse.jetty.server.ResponseWriter
 
format(String, Object...) - Method in class org.eclipse.jetty.util.log.JavaUtilLog
 
format(Date) - Method in class org.eclipse.jetty.util.DateCache
Format a date according to our stored formatter.
format(Locale, String, Object...) - Method in class org.eclipse.jetty.server.ResponseWriter
 
formatCause(StringBuilder, Throwable, String) - Method in class org.eclipse.jetty.util.log.StdErrLog
 
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'"
formatMessage(LogRecord) - Method in class org.eclipse.jetty.util.log.JettyLogHandler
 
formatNow(long) - Method in class org.eclipse.jetty.util.DateCache
Format a date according to our stored formatter.
formatSTS() - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
 
formatTick(long) - Method in class org.eclipse.jetty.util.DateCache
 
formatTimestamp(String) - Static method in class org.eclipse.jetty.util.Jetty
 
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
 
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
 
ForwardAttributes(Attributes) - Constructor for class org.eclipse.jetty.server.Dispatcher.ForwardAttributes
 
Forwarded(Request, HttpConfiguration) - Constructor for class org.eclipse.jetty.server.ForwardedRequestCustomizer.Forwarded
 
FORWARDED - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
FORWARDED - Enum constant in enum class org.eclipse.jetty.server.ForwardedRequestCustomizer.Source
 
ForwardedRequestCustomizer - Class in org.eclipse.jetty.server
Customize Requests for Proxy Forwarding.
ForwardedRequestCustomizer() - Constructor for class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
ForwardedRequestCustomizer.Forwarded - Class in org.eclipse.jetty.server
 
ForwardedRequestCustomizer.MutableHostPort - Class in org.eclipse.jetty.server
 
ForwardedRequestCustomizer.Source - Enum Class in org.eclipse.jetty.server
Ordered Source Enum.
forwardEvents(List<Response.ResponseListener>, Response) - Method in class org.eclipse.jetty.client.ResponseNotifier
 
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
 
forwardFailureComplete(HttpRequest, Throwable, Response, Throwable) - Method in class org.eclipse.jetty.client.AuthenticationProtocolHandler.AuthenticationListener
 
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
 
forwardSuccessComplete(HttpRequest, Response) - Method in class org.eclipse.jetty.client.AuthenticationProtocolHandler.AuthenticationListener
 
FOUND - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
FOUND_302 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
foundClass(String, URL) - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
 
FQCN - Static variable in class org.eclipse.jetty.util.log.JettyAwareLogger
 
FRAGMENT - Enum constant in enum class org.eclipse.jetty.http.HttpURI.State
 
FRAGMENT_REGEXP - Static variable in class org.eclipse.jetty.client.HttpRedirector
 
FRAGMENT_RESOURCES - Static variable in class org.eclipse.jetty.webapp.FragmentConfiguration
 
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 Class in org.eclipse.jetty.webapp
 
Frame() - Constructor for class org.eclipse.jetty.util.ajax.AsyncJSON.Frame
 
FrameStack() - Constructor for class org.eclipse.jetty.util.ajax.AsyncJSON.FrameStack
 
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
Create a callback from the passed success and failure
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, Object...) - Static method in class org.eclipse.jetty.util.component.DumpableCollection
 
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 - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
fromArray(String, Object[]) - Static method in class org.eclipse.jetty.util.component.DumpableCollection
 
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.
fromString(String) - Static method in enum class org.eclipse.jetty.http.HttpMethod
Converts the given String parameter to an HttpMethod.
fromString(String) - Static method in enum class org.eclipse.jetty.http.HttpVersion
Case insensitive fromString() conversion
fromVersion(int) - Static method in enum class org.eclipse.jetty.http.HttpVersion
 
FutureCallback - Class in org.eclipse.jetty.util
 
FutureCallback() - Constructor for class org.eclipse.jetty.util.FutureCallback
 
FutureCallback(boolean) - Constructor for class org.eclipse.jetty.util.FutureCallback
 
FutureCallback(Throwable) - Constructor for class org.eclipse.jetty.util.FutureCallback
 
FutureConnection(Pool.Entry) - Constructor for class org.eclipse.jetty.client.AbstractConnectionPool.FutureConnection
 
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 a Future, to allow applications to block (indefinitely or for a timeout) until FutureResponseListener.onComplete(Result) is called, or to abort 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
 

G

GATEWAY_TIMEOUT - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
GATEWAY_TIMEOUT_504 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
gc - Variable in class org.eclipse.jetty.http.DateGenerator
 
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(String, Map<String, Object>) - Method in class org.eclipse.jetty.servlet.StatisticsServlet.HtmlProducer
 
generate(String, Map<String, Object>) - Method in class org.eclipse.jetty.servlet.StatisticsServlet.JsonProducer
 
generate(String, Map<String, Object>) - Method in interface org.eclipse.jetty.servlet.StatisticsServlet.OutputProducer
 
generate(String, Map<String, Object>) - Method in class org.eclipse.jetty.servlet.StatisticsServlet.TextProducer
 
generate(String, Map<String, Object>) - Method in class org.eclipse.jetty.servlet.StatisticsServlet.XmlProducer
 
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.
generated - Variable in class org.eclipse.jetty.client.http.HttpSenderOverHTTP.HeadersCallback
 
generateHeaders(MetaData, ByteBuffer, ByteBuffer, boolean) - Method in class org.eclipse.jetty.http.HttpGenerator
 
generateRequest(MetaData.Request, ByteBuffer, ByteBuffer, ByteBuffer, boolean) - Method in class org.eclipse.jetty.http.HttpGenerator
 
generateRequestLine(MetaData.Request, ByteBuffer) - Method in class org.eclipse.jetty.http.HttpGenerator
 
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.
generateResponse(StatisticsServlet.OutputProducer) - Method in class org.eclipse.jetty.servlet.StatisticsServlet
 
generateResponseLine(MetaData.Response, ByteBuffer) - Method in class org.eclipse.jetty.http.HttpGenerator
 
generateTrailers(ByteBuffer, HttpFields) - Method in class org.eclipse.jetty.http.HttpGenerator
 
generator - Variable in class org.eclipse.jetty.client.http.HttpSenderOverHTTP
 
get() - Method in class org.eclipse.jetty.client.util.FutureResponseListener
 
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(byte[], int, int) - Method in class org.eclipse.jetty.server.HttpInput.Content
 
get(int) - Static method in enum class 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.io.ManagedSelector.DumpKeys
 
get(long, TimeUnit) - Method in class org.eclipse.jetty.util.FutureCallback
 
get(long, TimeUnit) - Method in class org.eclipse.jetty.util.FuturePromise
 
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(Object, XmlParser.Node) - Method in class org.eclipse.jetty.xml.XmlConfiguration.JettyXmlConfiguration
Calls a getter method.
get(String) - Method in class org.eclipse.jetty.http.HttpFields
 
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.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, boolean) - Method in class org.eclipse.jetty.xml.XmlConfiguration.JettyXmlConfiguration.AttrOrElementNode
 
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(HttpHeader) - Method in class org.eclipse.jetty.http.HttpFields
 
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 - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
GET(String) - Method in class org.eclipse.jetty.client.HttpClient
Performs a GET request to the specified URI.
GET(URI) - Method in class org.eclipse.jetty.client.HttpClient
Performs a GET request to the specified URI.
GET_AS_INT - Static variable in enum class org.eclipse.jetty.http.HttpMethod
 
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
 
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
 
getAcceptRateLimit() - Method in class org.eclipse.jetty.server.AcceptRateLimit
 
getAccessed() - Method in class org.eclipse.jetty.server.session.SessionData
 
getAccessTimeColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
getActionSize() - Method in class org.eclipse.jetty.io.ManagedSelector
 
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.jmx.ConnectorServer
 
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
 
getAllAttributes() - Method in class org.eclipse.jetty.server.session.SessionData
 
getAllowNullPathInfo() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
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.
getAppConfigurationEntry(String) - Method in class org.eclipse.jetty.client.util.SPNEGOAuthentication.SPNEGOConfiguration
 
getAppConfigurationEntry(String) - Method in class org.eclipse.jetty.security.ConfigurableSpnegoLoginService.SpnegoConfiguration
 
getApplicationBufferSize() - Method in class org.eclipse.jetty.io.ssl.SslConnection
 
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.server.AsyncContextEvent
 
getAsyncContext() - Method in class org.eclipse.jetty.server.Request
 
getAsyncContextEvent() - Method in class org.eclipse.jetty.server.HttpChannelState
 
getAsyncDispatches() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
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
 
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.client.HttpProxy.ProxyConnection
 
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.FauxContinuation
Deprecated.
 
getAttribute(String) - Method in class org.eclipse.jetty.continuation.Servlet3Continuation
Deprecated.
 
getAttribute(String) - Method in class org.eclipse.jetty.jmx.ObjectMBean
 
getAttribute(String) - Method in class org.eclipse.jetty.server.AsyncAttributes
 
getAttribute(String) - Method in class org.eclipse.jetty.server.Dispatcher.ForwardAttributes
 
getAttribute(String) - Method in class org.eclipse.jetty.server.Dispatcher.IncludeAttributes
 
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.ProxyCustomizer.ProxyAttributes
 
getAttribute(String) - Method in class org.eclipse.jetty.server.Request
Get Request Attribute.
getAttribute(String) - Method in class org.eclipse.jetty.server.SecureRequestCustomizer.SslAttributes
 
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 class org.eclipse.jetty.servlet.Invoker.InvokedRequest
 
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.xml.XmlParser.Node
Get an element attribute.
getAttribute(String, String) - Method in class org.eclipse.jetty.xml.XmlParser.Node
Get an element attribute.
getAttribute(String, ObjectMBean) - Method in class org.eclipse.jetty.jmx.MetaData
 
getAttribute(ObjectMBean) - Method in class org.eclipse.jetty.jmx.MetaData.AttributeInfo
 
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
 
getAttributeNamesCopy(Attributes) - Static method in class org.eclipse.jetty.util.AttributesMap
 
getAttributeNameSet() - Method in class org.eclipse.jetty.server.AsyncAttributes
 
getAttributeNameSet() - Method in class org.eclipse.jetty.server.Dispatcher.ForwardAttributes
 
getAttributeNameSet() - Method in class org.eclipse.jetty.server.Dispatcher.IncludeAttributes
 
getAttributeNameSet() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getAttributeNameSet() - Method in class org.eclipse.jetty.server.ProxyCustomizer.ProxyAttributes
 
getAttributeNameSet() - Method in class org.eclipse.jetty.server.SecureRequestCustomizer.SslAttributes
 
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 interface org.eclipse.jetty.client.api.Request
 
getAttributes() - Method in class org.eclipse.jetty.client.HttpRequest
 
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.ServletAttributes
 
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.xml.XmlParser.Node
Get an array of element attributes.
getAttributes(String[]) - Method in class org.eclipse.jetty.jmx.ObjectMBean
 
getAttributeValue() - Method in enum class org.eclipse.jetty.http.HttpCookie.SameSite
 
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.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
 
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.SecurityHandler
 
getAuthMethod() - Method in interface org.eclipse.jetty.server.Authentication.User
 
getAuthority() - Method in class org.eclipse.jetty.http.HttpURI
 
getAuthority() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer.Forwarded
 
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
 
getAuthSchemeFromHeader(String) - Method in class org.eclipse.jetty.security.authentication.SpnegoAuthenticator
Deprecated.
Extracts the auth_scheme from the HTTP Authorization header, Authorization: <auth_scheme> <token>.
getAuthType() - Method in class org.eclipse.jetty.server.Request
 
getAuthType() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
getAvailable() - Method in class org.eclipse.jetty.util.thread.ReservedThreadExecutor
 
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
 
getBase64() - Method in class org.eclipse.jetty.client.api.Authentication.HeaderInfo
 
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 a ServletRequest, 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 class org.eclipse.jetty.http.MimeTypes.Type
 
getBean(Class<T>) - Method in interface org.eclipse.jetty.util.component.Container
 
getBean(Class<T>) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
getBean(Object) - 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
 
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(int, byte[], int, int) - Method in class org.eclipse.jetty.util.ArrayTernaryTrie
 
getBest(int, byte[], int, int) - Method in class org.eclipse.jetty.util.ArrayTrie
 
getBest(int, String, int, int) - Method in class org.eclipse.jetty.util.ArrayTernaryTrie
 
getBest(int, String, int, int) - Method in class org.eclipse.jetty.util.ArrayTrie
 
getBest(int, ByteBuffer, int, int) - Method in class org.eclipse.jetty.util.ArrayTernaryTrie
 
getBest(int, ByteBuffer, int, int) - Method in class org.eclipse.jetty.util.ArrayTrie
 
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, 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.
getBestByteBuffer(ByteBuffer, int, int) - Method in class org.eclipse.jetty.util.TreeTrie
 
getBestPrecompressedContent(List<String>, Collection<CompressedContentFormat>) - Method in class org.eclipse.jetty.server.ResourceService
 
getBindAddress() - Method in class org.eclipse.jetty.client.HttpClient
 
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
getBlockingTimeout() - Method in class org.eclipse.jetty.server.HttpInput
 
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
 
getBuffers() - Method in class org.eclipse.jetty.io.WriteFlusher.PendingState
 
getBufferSize() - Method in class org.eclipse.jetty.http.MultiPartFormInputStream
 
getBufferSize() - Method in class org.eclipse.jetty.server.HttpOutput
 
getBufferSize() - Method in class org.eclipse.jetty.server.Response
 
getBufferSize(ToIntFunction<SSLSession>) - Method in class org.eclipse.jetty.io.ssl.SslConnection
 
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
 
getByteBufferCount(boolean) - Method in class org.eclipse.jetty.io.ArrayByteBufferPool
 
getByteBufferCount(boolean) - Method in class org.eclipse.jetty.io.MappedByteBufferPool
 
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.io.ByteBufferAccumulator
 
getByteBufferPool() - Method in class org.eclipse.jetty.io.ByteBufferOutputStream2
 
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.io.ByteBufferPool.Lease
 
getBytes() - Method in enum class org.eclipse.jetty.http.HttpHeader
 
getBytes() - Method in enum class org.eclipse.jetty.http.HttpMethod
 
getBytes() - Method in class org.eclipse.jetty.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 class org.eclipse.jetty.http.HttpHeader
 
getBytesIn() - Method in class org.eclipse.jetty.client.http.HttpConnectionOverHTTP
 
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.server.ConnectorStatistics
Deprecated.
 
getBytesIn() - Method in class org.eclipse.jetty.server.HttpConnection
 
getBytesOut() - Method in class org.eclipse.jetty.client.http.HttpConnectionOverHTTP
 
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.server.ConnectorStatistics
Deprecated.
 
getBytesOut() - Method in class org.eclipse.jetty.server.HttpConnection
 
getBytesWritten() - Method in class org.eclipse.jetty.server.HttpChannel
 
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
 
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
 
getCallbackInvocationType() - Method in class org.eclipse.jetty.io.WriteFlusher.PendingState
 
getCallerClassLoader(int) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Caller
 
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
 
getCapacityFactor() - Method in class org.eclipse.jetty.io.AbstractByteBufferPool
 
getCatalogName() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
getCause() - Method in class org.eclipse.jetty.io.WriteFlusher.FailedState
 
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
getCertChain(Connector, SSLSession) - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
 
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
 
getCerts() - Method in class org.eclipse.jetty.server.SecureRequestCustomizer.SslSessionData
 
getCertStoreInstance(Collection<? extends CRL>) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getChannel() - Method in class org.eclipse.jetty.io.ChannelEndPoint
 
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
 
getCharset() - Method in enum class 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 class 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
 
getClasses() - Method in class org.eclipse.jetty.servlet.listener.ContainerInitializer.ServletContainerInitializerServletContextListener
 
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
 
getClassLoaderLocation(Class<?>) - Static method in class org.eclipse.jetty.util.TypeUtil
 
getClassLoaderLocation(Class<?>, ClassLoader) - Static method in class org.eclipse.jetty.util.TypeUtil
 
getClassName() - Method in class org.eclipse.jetty.servlet.BaseHolder
 
getClassName() - Method in class org.eclipse.jetty.servlet.Holder.HolderRegistration
 
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.server.handler.ContextHandler
Make best effort to extract a file classpath from the context classloader
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.io.NegotiatingClientConnectionFactory
 
getClosedCount() - Method in class org.eclipse.jetty.util.Pool
 
getClosedStream() - Static method in class org.eclipse.jetty.util.IO
 
getCode() - Method in exception class org.eclipse.jetty.http.BadMessageException
 
getCode() - Method in enum class org.eclipse.jetty.http.HttpStatus.Code
 
getCode(int) - Static method in class org.eclipse.jetty.http.HttpStatus
Get the HttpStatusCode for a specific code
getCodeSourceLocation(Class<?>) - Static method in class org.eclipse.jetty.util.TypeUtil
 
getCommand() - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag
 
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
 
getCompressedStackTag(StackTraceElement[]) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
getCompressionLevel() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
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
 
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
 
getConfiguration() - Method in class org.eclipse.jetty.jaas.JAASLoginService
 
getConfigurationClasses() - Method in class org.eclipse.jetty.webapp.WebAppContext
 
getConfigurationProcessor(String, String) - Method in interface org.eclipse.jetty.xml.ConfigurationProcessorFactory
 
getConfigurations() - Method in class org.eclipse.jetty.webapp.WebAppContext
 
getConfiguredLevel() - Method in class org.eclipse.jetty.util.log.StdErrLog
 
getConnectAddress() - Method in class org.eclipse.jetty.client.HttpDestination
 
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.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.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.
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.server.ConnectorStatistics
Deprecated.
 
getConnectionDurationMean() - Method in class org.eclipse.jetty.io.ConnectionStatistics
 
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.server.ConnectorStatistics
Deprecated.
 
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.server.AbstractConnector
 
getConnectionFactory(Class<T>) - Method in interface org.eclipse.jetty.server.Connector
 
getConnectionFactory(String) - Method in class org.eclipse.jetty.server.AbstractConnector
 
getConnectionFactory(String) - Method in interface org.eclipse.jetty.server.Connector
 
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.server.ConnectionLimit
 
getConnections() - Method in class org.eclipse.jetty.server.ConnectorStatistics
Deprecated.
 
getConnectionsMax() - Method in class org.eclipse.jetty.io.ConnectionStatistics
 
getConnectionsOpen() - Method in class org.eclipse.jetty.server.ConnectorStatistics
Deprecated.
 
getConnectionsOpenMax() - Method in class org.eclipse.jetty.server.ConnectorStatistics
Deprecated.
 
getConnectionsTotal() - Method in class org.eclipse.jetty.io.ConnectionStatistics
 
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.server.Server
 
getConnectTimeout() - Method in class org.eclipse.jetty.client.HttpClient
 
getConnectTimeout() - Method in class org.eclipse.jetty.io.SelectorManager
Get the connect timeout
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
 
getContainerResources() - Method in class org.eclipse.jetty.webapp.MetaData
 
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(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.Factorys 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.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 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.server.CachedContentFactory.CachedHttpContent
 
getContentLength() - Method in class org.eclipse.jetty.server.Request
 
getContentLength() - Method in class org.eclipse.jetty.server.Response
 
getContentLengthLong() - Method in class org.eclipse.jetty.server.Request
 
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.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.
 
getContentTypeField() - Method in enum class 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.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
 
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.
getContextFromFilename(String) - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
 
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(ServletContext) - Static method in class org.eclipse.jetty.server.handler.ContextHandler
 
getContextHandler(AsyncContextEvent) - Method in class org.eclipse.jetty.server.HttpChannelState
 
getContextHandlers() - Method in class org.eclipse.jetty.server.handler.ContextHandlerCollection.Branch
 
getContextName(ContextHandler) - Method in class org.eclipse.jetty.server.handler.jmx.AbstractHandlerMBean
 
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
 
getContextPathColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
getContextPathEncoded() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getContextPaths() - Method in class org.eclipse.jetty.server.handler.ContextHandlerCollection.Branch
 
getContexts() - Method in class org.eclipse.jetty.server.jmx.ServerMBean
 
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
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.
getCookieManager() - Method in class org.eclipse.jetty.client.HttpClient
Keep this method package-private because its interface is so ugly that we really don't want to expose it more than strictly needed.
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
 
getCookieSet() - Method in class org.eclipse.jetty.server.session.SessionData
 
getCookieSetTime() - Method in class org.eclipse.jetty.server.session.Session
 
getCookieStore() - Method in class org.eclipse.jetty.client.HttpClient
 
getCookieTimeColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
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
 
getCreateTimeColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
getCreationTime() - Method in class org.eclipse.jetty.server.session.Session
 
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(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
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
 
getCustomizer(Class<T>) - Method in class org.eclipse.jetty.server.HttpConfiguration
 
getCustomizers() - Method in class org.eclipse.jetty.server.HttpConfiguration
 
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
 
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
 
getDBName() - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
 
getDeclaration() - Method in interface org.eclipse.jetty.http.pathmap.PathSpec
The as-provided path spec.
getDeclaration() - Method in class org.eclipse.jetty.http.pathmap.RegexPathSpec
 
getDeclaration() - Method in class org.eclipse.jetty.http.pathmap.ServletPathSpec
 
getDeclaration() - Method in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
 
getDecodedPath() - Method in class org.eclipse.jetty.http.HttpURI
 
getDecorators() - Method in class org.eclipse.jetty.servlet.ServletContextHandler
Deprecated.
use the DecoratedObjectFactory from getAttribute("org.eclipse.jetty.util.DecoratedObjectFactory") or ServletContextHandler.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
 
getDefaultConfigurationClasses() - Static method in class org.eclipse.jetty.webapp.WebAppContext
 
getDefaultConnectionFactory() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getDefaultConnectionFactory() - Method in interface org.eclipse.jetty.server.Connector
 
getDefaultContentType() - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
 
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.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() - Static method in class org.eclipse.jetty.util.resource.Resource
 
getDeferredSyntaxAllowedAsLiteral() - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
 
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
 
getDeflaterPoolCapacity() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Gets the maximum number of Deflaters that the DeflaterPool can hold.
getDelegate() - Method in class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
 
getDeleteStatement(Connection, String, SessionContext) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
getDescription() - Method in enum class org.eclipse.jetty.http.HttpComplianceSection
 
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.
getDestinationAddress() - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V1.Tag
 
getDestinationAddress() - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag
 
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
 
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
 
getDirectMemory() - Method in class org.eclipse.jetty.io.AbstractByteBufferPool
 
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
 
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
 
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
 
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
 
getDTD() - Method in class org.eclipse.jetty.xml.XmlParser
 
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
 
getElIgnored() - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
 
getEncodedField(HttpHeader, String, String) - Method in class org.eclipse.jetty.http.Http1FieldPreEncoder
 
getEncodedField(HttpHeader, String, String) - Method in interface org.eclipse.jetty.http.HttpFieldPreEncoder
 
getEncodedToken() - Method in class org.eclipse.jetty.security.SpnegoUserPrincipal
 
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
 
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
 
getEndpointIdentificationAlgorithm() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
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
getEPCTasksConsumed() - Method in class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill
 
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
 
getEventListeners() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
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
 
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
 
getExecutor() - Method in class org.eclipse.jetty.client.HttpClient
 
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.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
 
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
 
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.server.session.SessionData
 
getExpiryFromFilename(String) - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
 
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
 
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
 
getFailure() - Method in class org.eclipse.jetty.client.api.Result
 
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(Field, Object) - Method in class org.eclipse.jetty.xml.XmlConfiguration.JettyXmlConfiguration
 
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
 
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
 
getFile() - Method in class org.eclipse.jetty.http.MultiPartFormInputStream.MultiPart
Get the file
getFile() - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
Deprecated.
Get the file
getFile() - Method in class org.eclipse.jetty.util.resource.BadResource
 
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() - Method in class org.eclipse.jetty.webapp.ClasspathPattern.LocationEntry
 
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.server.RequestLogWriter
Retrieve the output file name of the request log.
getFileName() - Method in class org.eclipse.jetty.util.resource.Resource
Get the raw (decoded if possible) Filename for this Resource.
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.
getFillInterest() - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
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
 
getFilterHolder() - Method in class org.eclipse.jetty.servlet.FilterMapping
 
getFilterMappings() - Method in class org.eclipse.jetty.servlet.ServletHandler
 
getFilterName() - Method in class org.eclipse.jetty.servlet.FilterHolder.Config
 
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.servlet.ServletHandler
 
getFirst() - Method in class org.eclipse.jetty.server.InclusiveByteRange
 
getFor() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer.Forwarded
 
getFor() - Method in class org.eclipse.jetty.server.handler.ThreadLimitHandler.RFC7239
 
getForcedHost() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
getForcedPath() - Method in class org.eclipse.jetty.servlet.ServletHolder
 
getFormatString() - Method in class org.eclipse.jetty.server.CustomRequestLog
Retrieve the format string.
getFormatString() - Method in class org.eclipse.jetty.util.DateCache
 
getFormEncodedMethods() - Method in class org.eclipse.jetty.server.HttpConfiguration
 
getForwarded(Request) - Method in class org.eclipse.jetty.server.handler.ThreadLimitHandler
 
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
 
getFragments() - Method in class org.eclipse.jetty.webapp.MetaData
 
getGenerator() - Method in class org.eclipse.jetty.server.HttpConnection
 
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
 
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.server.handler.ContextHandlerCollection.Branch
 
getHandler() - Method in class org.eclipse.jetty.server.handler.HandlerWrapper
 
getHandler() - Method in class org.eclipse.jetty.server.handler.HotSwapHandler
 
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
 
getHeader() - Method in class org.eclipse.jetty.client.api.Authentication.HeaderInfo
 
getHeader() - Method in class org.eclipse.jetty.http.HttpField
 
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.
 
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
 
getHeaderInfo(String) - Method in class org.eclipse.jetty.client.AuthenticationProtocolHandler
 
getHeaderLength() - Method in class org.eclipse.jetty.http.HttpParser
 
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.
 
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(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.
 
getHeapByteBufferCount() - Method in class org.eclipse.jetty.io.ArrayByteBufferPool
 
getHeapByteBufferCount() - Method in class org.eclipse.jetty.io.MappedByteBufferPool
 
getHeapMemory() - Method in class org.eclipse.jetty.io.AbstractByteBufferPool
 
getHeldClass() - Method in class org.eclipse.jetty.servlet.BaseHolder
 
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.
getHolder(ServletHolder[], String) - Method in class org.eclipse.jetty.servlet.Invoker
 
getHolderEntry(String) - Method in class org.eclipse.jetty.servlet.ServletHandler
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.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 class org.eclipse.jetty.util.ssl.SslContextFactory.AliasSNIMatcher
 
getHostField() - Method in class org.eclipse.jetty.client.HttpDestination
 
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
 
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.HttpExchange
 
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.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.Listeners added to the connector as a single combined Listener.
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
 
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.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.client.http.HttpReceiverOverHTTP
 
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
 
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
 
getHttpFields() - Method in class org.eclipse.jetty.server.Request
 
getHttpFields() - Method in class org.eclipse.jetty.server.Response
 
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
 
getHttpSender() - Method in class org.eclipse.jetty.client.http.HttpChannelOverHTTP
 
getHttpSender() - Method in class org.eclipse.jetty.client.HttpChannel
 
getHttpServletRequest() - Method in interface org.eclipse.jetty.server.Authentication.Wrapped
 
getHttpServletResponse() - Method in interface org.eclipse.jetty.server.Authentication.Wrapped
 
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.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.server.Request
 
getId() - Method in class org.eclipse.jetty.server.session.Session
 
getId() - Method in class org.eclipse.jetty.server.session.SessionData
 
getId() - Method in exception class org.eclipse.jetty.server.session.UnreadableSessionDataException
 
getId() - Method in exception class org.eclipse.jetty.server.session.UnwriteableSessionDataException
 
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.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
 
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.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.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.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.HttpOutput.WriteBlocker
 
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
 
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.
getIdStr() - Method in class org.eclipse.jetty.server.SecureRequestCustomizer.SslSessionData
 
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
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
 
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
 
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
 
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.
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.
getInitBoolean(String, boolean) - Method in class org.eclipse.jetty.servlet.DefaultServlet
 
getInitInt(String, int) - Method in class org.eclipse.jetty.servlet.DefaultServlet
 
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
 
getInputBufferSize() - Method in class org.eclipse.jetty.io.AbstractConnection
 
getInputBufferSize() - Method in class org.eclipse.jetty.server.AbstractConnectionFactory
 
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.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.BadResource
 
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(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
 
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.util.thread.ShutdownThread
Returns the instance of the singleton
getInstance() - Static method in class org.eclipse.jetty.util.Uptime
 
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
 
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
 
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.io.ssl.SslConnection.DecryptedEndPoint.IncompleteWriteCallback
 
getInvocationType() - Method in class org.eclipse.jetty.server.HttpConnection.BlockingReadCallback
 
getInvocationType() - Method in class org.eclipse.jetty.server.HttpConnection.SendCallback
 
getInvocationType() - Method in class org.eclipse.jetty.server.HttpInput.Content
 
getInvocationType() - Method in class org.eclipse.jetty.server.HttpOutput.ChannelWriteCB
 
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(Object) - Static method in interface org.eclipse.jetty.util.thread.Invocable
Get the invocation type of an Object.
getIsXml() - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
 
getJarFile() - Method in class org.eclipse.jetty.util.resource.JarFileResource
 
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
 
getJettyLogger(String) - Method in class org.eclipse.jetty.util.log.JettyLogHandler
 
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
 
getKey() - Method in class org.eclipse.jetty.http.PathMap.MappedEntry
Deprecated.
 
getKey() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
 
getKey() - Method in class org.eclipse.jetty.server.ShutdownMonitor
 
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
 
getKeySize() - Method in class org.eclipse.jetty.server.SecureRequestCustomizer.SslSessionData
 
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
 
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.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.server.CachedContentFactory.CachedHttpContent
 
getLastModified() - Method in interface org.eclipse.jetty.server.PushBuilder
 
getLastModified() - Method in class org.eclipse.jetty.server.PushBuilderImpl
 
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.server.session.SessionData
 
getLastNodeColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
getLastSaved() - Method in class org.eclipse.jetty.server.session.SessionData
 
getLastSavedTimeColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
getLastUpdate() - Method in class org.eclipse.jetty.io.ByteBufferPool.Bucket
 
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
 
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.io.ByteBufferAccumulator
Get the amount of bytes which have been accumulated.
getLength() - Method in class org.eclipse.jetty.util.SearchPattern
 
getLevel() - Method in class org.eclipse.jetty.util.log.StdErrLog
 
getLevelId(String, String) - Static method in class org.eclipse.jetty.util.log.AbstractLogger
 
getLineTerminations() - Method in class org.eclipse.jetty.util.ReadLineInputStream
Deprecated.
 
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.
getList(String) - Method in class org.eclipse.jetty.xml.XmlConfiguration.JettyXmlConfiguration.AttrOrElementNode
 
getList(String, boolean) - Method in class org.eclipse.jetty.xml.XmlConfiguration.JettyXmlConfiguration.AttrOrElementNode
 
getListener() - Method in class org.eclipse.jetty.server.AsyncContextState.WrappedAsyncListener
 
getListener() - Method in class org.eclipse.jetty.servlet.ListenerHolder
 
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.
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
 
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.ProxyConnectionFactory.ProxyEndPoint
 
getLocale() - Method in class org.eclipse.jetty.server.Request
 
getLocale() - Method in class org.eclipse.jetty.server.Response
 
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
getLocales() - Method in class org.eclipse.jetty.server.Request
 
getLocalName() - Method in class org.eclipse.jetty.server.Request
 
getLocalPort() - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
 
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
 
getLocationOfClass(Class<?>) - Static method in class org.eclipse.jetty.util.TypeUtil
Attempt to find the Location of a loaded Class.
getLocationString(SAXParseException) - Method in class org.eclipse.jetty.xml.XmlParser.Handler
 
getLock() - Method in interface org.eclipse.jetty.client.Synchronizable
 
getLock() - Method in class org.eclipse.jetty.client.util.DeferredContentProvider.DeferredContentProviderIterator
 
getLock() - Method in class org.eclipse.jetty.client.util.MultiPartContentProvider.MultiPartIterator
 
getLock() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
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
 
getLogHandle(String) - Method in class org.eclipse.jetty.server.CustomRequestLog
 
getLoginContext() - Method in class org.eclipse.jetty.jaas.JAASUserPrincipal
 
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.
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.
getLogNameSuffix() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
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
 
getMajor() - Method in class org.eclipse.jetty.util.JavaVersion
Returns the major number version, such as 1 for JDK 1.8.0_92 and 9 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
 
getManifest(Class<?>) - Static method in class org.eclipse.jetty.util.ManifestUtils
 
getMapColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
getMapFactory() - Method in class org.eclipse.jetty.server.session.CachingSessionDataStoreFactory
 
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
ServletHolder matching path.
getMappings() - Method in class org.eclipse.jetty.http.pathmap.PathMappings
 
getMappings() - Method in class org.eclipse.jetty.servlet.ServletHolder.Registration
 
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
 
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.
getMatcher(String) - Method in class org.eclipse.jetty.http.pathmap.RegexPathSpec
 
getMatcher(String) - Method in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
 
getMatches(String) - Method in class org.eclipse.jetty.http.PathMap
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.
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.
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
 
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
 
getMaxDuration() - Method in class org.eclipse.jetty.client.AbstractConnectionPool
Get the max usage duration in milliseconds of the pool's connections.
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
 
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
 
getMaxIntervalColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
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.
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.util.Pool
 
getMaxNonceAge() - Method in class org.eclipse.jetty.security.authentication.DigestAuthenticator
 
getMaxNonceCount() - Method in class org.eclipse.jetty.security.authentication.DigestAuthenticator
 
getMaxProxyHeader() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory
 
getMaxProxyHeader() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyV2ConnectionFactory
 
getMaxQueueLatency() - Method in class org.eclipse.jetty.util.thread.MonitoredQueuedThreadPool
 
getMaxQueueLength() - Method in class org.eclipse.jetty.io.AbstractByteBufferPool
 
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
 
getMaxRequestsPerConnection() - Method in class org.eclipse.jetty.client.MultiplexHttpDestination
 
getMaxRequestsQueuedPerDestination() - Method in class org.eclipse.jetty.client.HttpClient
 
getMaxReservedThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
getMaxSelectedKeys() - Method in class org.eclipse.jetty.io.ManagedSelector
 
getMaxTaskLatency() - Method in class org.eclipse.jetty.util.thread.MonitoredQueuedThreadPool
 
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
Get the maximum number of times the entries of the pool can be acquired.
getMBeanContainer() - Method in class org.eclipse.jetty.jmx.ObjectMBean
 
getMBeanInfo() - Method in class org.eclipse.jetty.jmx.MetaData
 
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
 
getMemory(boolean) - Method in class org.eclipse.jetty.io.AbstractByteBufferPool
 
getMessage() - Method in enum class 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.
getMessage(LogRecord) - Method in class org.eclipse.jetty.util.log.JettyLogHandler
 
getMessageDigest(String) - Method in class org.eclipse.jetty.client.util.DigestAuthentication
 
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.client.http.HttpReceiverOverHTTP
 
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
 
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.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
 
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.
 
getMetaData() - Method in class org.eclipse.jetty.server.Request
 
getMetaData() - Method in class org.eclipse.jetty.webapp.WebAppContext
 
getMetaData(MBeanContainer, Class<?>) - Static method in class org.eclipse.jetty.jmx.MBeanContainer
 
getMetaDataComplete() - Method in class org.eclipse.jetty.webapp.WebDescriptor
 
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
 
getMethodIncludeExclude() - Method in class org.eclipse.jetty.server.handler.BufferedResponseHandler
 
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 and 4 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 and 2 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
 
getModule() - Method in class org.eclipse.jetty.webapp.ClasspathPattern.ModuleEntry
 
getModuleLocation(Class<?>) - Static method in class org.eclipse.jetty.util.TypeUtil
 
getMonitoredConnectors() - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
getMonitoredOrServerConnectors() - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
getMonitorThreads() - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
getMultipartConfig() - Method in class org.eclipse.jetty.servlet.ServletHolder.Registration
 
getMultipartFormDataCompliance() - Method in class org.eclipse.jetty.server.HttpConfiguration
 
getMutableLoggers() - Static method in class org.eclipse.jetty.util.log.Log
 
getMyExpiredSessionsStatement(Connection, SessionContext, long) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
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.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.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.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.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.util.Fields.Field
 
getName() - Method in class org.eclipse.jetty.util.log.JavaUtilLog
 
getName() - Method in class org.eclipse.jetty.util.log.JettyAwareLogger
 
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.ClasspathPattern.Entry
 
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 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
 
getNameInJar() - Method in class org.eclipse.jetty.util.MultiReleaseJarFile.VersionedJarEntry
 
getNameOfJspClass(String) - Method in class org.eclipse.jetty.servlet.ServletHolder
 
getNames() - Method in class org.eclipse.jetty.server.session.Session
 
getNames() - Method in class org.eclipse.jetty.util.Fields
 
getNeedClientAuth() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
getNeedClientAuth() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.Server
 
getNegotiatedProtocols() - Method in class org.eclipse.jetty.server.NegotiatingServerConnectionFactory
 
getNewContextURL() - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
 
getNext() - Method in class org.eclipse.jetty.server.HttpInput.ChainedInterceptor
 
getNext() - Method in class org.eclipse.jetty.util.ajax.JSON.ReaderSource
 
getNext() - Method in class org.eclipse.jetty.xml.XmlConfiguration.JettyXmlConfiguration.AttrOrElementNode
 
getNextInterceptor() - Method in class org.eclipse.jetty.server.handler.BufferedResponseHandler.BufferedInterceptor
 
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
 
getNextProtocol() - Method in class org.eclipse.jetty.server.SslConnectionFactory
 
getNodes(String) - Method in class org.eclipse.jetty.xml.XmlConfiguration.JettyXmlConfiguration.AttrOrElementNode
 
getNodes(XmlParser.Node, String) - Static method in class org.eclipse.jetty.xml.XmlConfiguration
 
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.util.MultiPartInputStreamParser
Deprecated.
 
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
 
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)
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
 
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.
getOption(Map<String, ?>, String, String) - Method in class org.eclipse.jetty.jaas.spi.LdapLoginModule
 
getOrderedAcceptableMimeTypes(HttpServletRequest) - Method in class org.eclipse.jetty.servlet.StatisticsServlet
 
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(String) - Method in class org.eclipse.jetty.webapp.MetaData
 
getOriginalURI() - Method in class org.eclipse.jetty.server.Request
 
getOriginDescriptor(String) - Method in class org.eclipse.jetty.webapp.MetaData
 
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
 
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
 
getOutputStream() - Method in class org.eclipse.jetty.client.util.OutputStreamContentProvider
 
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
 
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
 
getPackageOfJspClass(String) - Method in class org.eclipse.jetty.servlet.ServletHolder
 
getPacketBufferSize() - Method in class org.eclipse.jetty.io.ssl.SslConnection
 
getPageEncoding() - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
 
getParam() - Method in class org.eclipse.jetty.http.HttpURI
 
getParameter(String) - Method in class org.eclipse.jetty.client.api.Authentication.HeaderInfo
 
getParameter(String) - Method in class org.eclipse.jetty.server.Request
 
getParameterMap() - Method in class org.eclipse.jetty.server.Request
 
getParameterName() - Method in class org.eclipse.jetty.jaas.callback.RequestParameterCallback
 
getParameterNames() - Method in class org.eclipse.jetty.server.Request
 
getParameters() - Method in class org.eclipse.jetty.client.api.Authentication.HeaderInfo
 
getParameters() - Method in class org.eclipse.jetty.server.Request
 
getParameterValues() - Method in class org.eclipse.jetty.jaas.callback.RequestParameterCallback
 
getParameterValues(String) - Method in class org.eclipse.jetty.server.Request
 
getParams() - Method in interface org.eclipse.jetty.client.api.Request
 
getParams() - Method in class org.eclipse.jetty.client.HttpRequest
 
getParent() - Method in class org.eclipse.jetty.util.PathWatcher.Config
 
getParent() - Method in class org.eclipse.jetty.xml.XmlParser.Node
 
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.server.HttpConnection
 
getParser() - Method in class org.eclipse.jetty.xml.XmlConfiguration
 
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.
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
 
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(MultiMap<String>) - Method in class org.eclipse.jetty.server.Request
 
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.
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.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.xml.XmlParser.Node
 
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 class org.eclipse.jetty.server.Request
 
getPathInfo() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
getPathInfo() - Method in class org.eclipse.jetty.servlet.Invoker.InvokedRequest
 
getPathInfo(String) - Method in interface org.eclipse.jetty.http.pathmap.PathSpec
Return the portion of the path that is after the path spec.
getPathInfo(String) - Method in class org.eclipse.jetty.http.pathmap.RegexPathSpec
 
getPathInfo(String) - Method in class org.eclipse.jetty.http.pathmap.ServletPathSpec
 
getPathInfo(String) - Method in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
 
getPathMatch(String) - Method in interface org.eclipse.jetty.http.pathmap.PathSpec
Return the portion of the path that matches a path spec.
getPathMatch(String) - Method in class org.eclipse.jetty.http.pathmap.RegexPathSpec
 
getPathMatch(String) - Method in class org.eclipse.jetty.http.pathmap.ServletPathSpec
 
getPathMatch(String) - Method in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
 
getPathParams(String) - Method in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
 
getPathQuery() - Method in class org.eclipse.jetty.http.HttpURI
 
getPathSpec() - Method in class org.eclipse.jetty.http.pathmap.MappedResource
 
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
 
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
 
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.webapp.ClasspathPattern.Entry
 
getPatterns() - Method in class org.eclipse.jetty.webapp.ClasspathPattern
 
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
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
 
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.webapp.WebAppClassLoader
 
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 and 9 for JDK 9.2.4.
getPooled() - Method in class org.eclipse.jetty.util.Pool.Entry
 
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.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.
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
 
getPreferProxiedForAddress() - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
Deprecated.
Retrieved log X-Forwarded-For IP address flag.
getPreferredEncodingOrder(HttpServletRequest) - Method in class org.eclipse.jetty.server.ResourceService
 
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
 
getPrincipal() - Method in class org.eclipse.jetty.jaas.spi.AbstractLoginModule.JAASUserInfo
 
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
 
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.
getPropertyName() - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
 
getPropertyUserStore(String) - Method in class org.eclipse.jetty.jaas.PropertyUserStoreManager
 
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.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
 
getProtocolHandlers() - Method in class org.eclipse.jetty.client.HttpClient
 
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
 
getProvider() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Get the optional Security Provider name.
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.
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
 
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
 
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
 
getRandom() - Method in class org.eclipse.jetty.server.session.DefaultSessionIdManager
 
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
 
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
 
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
 
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 class org.eclipse.jetty.http.BadMessageException
 
getReason() - Method in class org.eclipse.jetty.http.MetaData.Response
 
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
 
getReasonBuffer(int) - Static method in class org.eclipse.jetty.http.HttpGenerator
 
getReasonBytes(String) - 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
 
getReceivedBytesRate() - Method in class org.eclipse.jetty.io.ConnectionStatistics
 
getReceivedMessages() - Method in class org.eclipse.jetty.io.ConnectionStatistics
 
getReceivedMessagesRate() - Method in class org.eclipse.jetty.io.ConnectionStatistics
 
getRecurseDepth() - Method in class org.eclipse.jetty.util.PathWatcher.Config
 
getRecursive() - Method in class org.eclipse.jetty.util.Scanner
Deprecated.
getReferences() - Method in class org.eclipse.jetty.io.RetainableByteBuffer
 
getRefreshCookieAge() - Method in class org.eclipse.jetty.server.session.SessionHandler
 
getRegistration() - Method in class org.eclipse.jetty.servlet.FilterHolder
 
getRegistration() - Method in class org.eclipse.jetty.servlet.ServletHolder
 
getRemote(Request) - Method in class org.eclipse.jetty.server.handler.ThreadLimitHandler
 
getRemoteAddr() - Method in class org.eclipse.jetty.server.Request
 
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
 
getRemoteHost() - Method in class org.eclipse.jetty.server.Request
 
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
 
getRemoteUser() - Method in class org.eclipse.jetty.server.Request
 
getRemoteUser() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
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 class 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.jaas.callback.ServletRequestCallback
 
getRequest() - Method in class org.eclipse.jetty.server.AsyncContextState
 
getRequest() - Method in class org.eclipse.jetty.server.HttpChannel
 
getRequestBuffer() - Method in class org.eclipse.jetty.server.HttpConnection
 
getRequestBufferSize() - Method in class org.eclipse.jetty.client.HttpClient
 
getRequestCharacterEncoding() - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
 
getRequestContextPath() - Method in class org.eclipse.jetty.server.handler.ContextHandler
Get the context path in a form suitable to be returned from HttpServletRequest.getContextPath() or ServletContext.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
 
getRequestedSessionId() - Method in class org.eclipse.jetty.server.Request
 
getRequestedSessionId() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
getRequestFailure() - Method in class org.eclipse.jetty.client.api.Result
 
getRequestFailure() - Method in class org.eclipse.jetty.client.HttpExchange
 
getRequestHeaderSize() - Method in class org.eclipse.jetty.server.HttpConfiguration
 
getRequestListeners() - Method in class org.eclipse.jetty.client.HttpClient
Returns a non thread-safe list of Request.Listeners 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.server.handler.RequestLogHandler
 
getRequestLog() - Method in class org.eclipse.jetty.server.HttpChannel
 
getRequestLog() - Method in class org.eclipse.jetty.server.Server
 
getRequestNotifier() - Method in class org.eclipse.jetty.client.HttpDestination
 
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.server.Request
 
getRequestURI() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
getRequestURL() - Method in class org.eclipse.jetty.server.Request
 
getRequestURL() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
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.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 interface org.eclipse.jetty.http.HttpContent
 
getResource() - Method in class org.eclipse.jetty.http.pathmap.MappedResource
 
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.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.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
 
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.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
 
getResourceDescription() - Method in class org.eclipse.jetty.util.LeakDetector.LeakInfo
 
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.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 class org.eclipse.jetty.client.HttpResponseException
 
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.
getResponseBuffer() - Method in class org.eclipse.jetty.client.http.HttpReceiverOverHTTP
 
getResponseBufferSize() - Method in class org.eclipse.jetty.client.HttpClient
 
getResponseCharacterEncoding() - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
 
getResponseCookieCompliance() - Method in class org.eclipse.jetty.server.HttpConfiguration
 
getResponseData() - Method in class org.eclipse.jetty.server.LocalConnector.LocalEndPoint
getResponseFailure() - Method in class org.eclipse.jetty.client.api.Result
 
getResponseFailure() - Method in class org.eclipse.jetty.client.HttpExchange
 
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
 
getResponseNotifier() - Method in class org.eclipse.jetty.client.HttpDestination
 
getResponses(String) - Method in class org.eclipse.jetty.server.LocalConnector
getResponses(String, long, TimeUnit) - Method in class org.eclipse.jetty.server.LocalConnector
getResponses(ByteBuffer) - Method in class org.eclipse.jetty.server.LocalConnector
getResponses(ByteBuffer, long, TimeUnit) - Method in class org.eclipse.jetty.server.LocalConnector
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
 
getResult() - Method in class org.eclipse.jetty.client.util.FutureResponseListener
 
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
 
getReuseAddress() - Method in class org.eclipse.jetty.server.ServerConnector
 
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
 
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
 
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.
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
 
getScanDepth() - Method in class org.eclipse.jetty.util.Scanner
Get the scanDepth.
getScanDirs() - Method in class org.eclipse.jetty.util.Scanner
Deprecated.
getScanInterval() - Method in class org.eclipse.jetty.util.Scanner
Get the scan interval
getScanInterval() - Method in class org.eclipse.jetty.util.ssl.KeyStoreScanner
 
getScannables() - Method in class org.eclipse.jetty.util.Scanner
 
getScheduler() - Method in class org.eclipse.jetty.client.HttpClient
 
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.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
 
getSchemaName() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
getSchemaTableName() - 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.server.Request
 
getScopedClassLoader() - Method in class org.eclipse.jetty.util.thread.ThreadClassLoaderScope
 
getScriptingInvalid() - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
 
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
 
getSelectors() - Method in class org.eclipse.jetty.client.AbstractConnectorHttpClientTransport
 
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
 
getSendXPoweredBy() - Method in class org.eclipse.jetty.server.HttpConfiguration
 
getSentBytes() - Method in class org.eclipse.jetty.io.ConnectionStatistics
 
getSentBytesRate() - Method in class org.eclipse.jetty.io.ConnectionStatistics
 
getSentMessages() - Method in class org.eclipse.jetty.io.ConnectionStatistics
 
getSentMessagesRate() - Method in class org.eclipse.jetty.io.ConnectionStatistics
 
getServeIcon() - Method in class org.eclipse.jetty.server.handler.DefaultHandler
 
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
 
getServerClasses() - Method in class org.eclipse.jetty.webapp.WebAppContext
 
getServerClasspathPattern() - Method in class org.eclipse.jetty.webapp.WebAppContext
 
getServerInfo() - Static method in class org.eclipse.jetty.server.handler.ContextHandler
 
getServerInfo() - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
 
getServerName() - Method in class org.eclipse.jetty.server.Request
 
getServerPort() - Method in class org.eclipse.jetty.server.Request
 
getServerUrl() - Method in class org.eclipse.jetty.server.handler.ShutdownHandler
 
getServiceName() - Method in class org.eclipse.jetty.client.util.SPNEGOAuthentication
 
getServiceName() - Method in class org.eclipse.jetty.security.ConfigurableSpnegoLoginService
 
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
 
getServletConfig() - Method in class org.eclipse.jetty.servlet.ServletHolder.SingleThreadedWrapper
 
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
 
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.SingleThreadedWrapper
 
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
 
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
 
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.servlet.Invoker.InvokedRequest
 
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.FauxContinuation
Deprecated.
 
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 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(boolean) - Method in class org.eclipse.jetty.server.Request
 
getSession(boolean) - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
getSession(String) - Method in class org.eclipse.jetty.server.session.SessionHandler
Get a known existing session
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 class org.eclipse.jetty.server.session.UnreadableSessionDataException
 
getSessionContext() - Method in exception class 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.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.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
 
getSessionDomain() - Method in class org.eclipse.jetty.server.session.SessionHandler
 
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
 
getSessionPath() - Method in class org.eclipse.jetty.server.session.SessionHandler
 
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
 
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
 
getSessionTimeout() - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
 
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
 
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
 
getSingle() - Method in class org.eclipse.jetty.util.QuotedStringTokenizer
 
getSize() - Method in class org.eclipse.jetty.http.MultiPartFormInputStream.MultiPart
 
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
 
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
 
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
 
getSpnegoToken(String) - Method in class org.eclipse.jetty.security.authentication.ConfigurableSpnegoAuthenticator
 
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
 
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
 
getSslSessionAttribute() - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
 
getSslSessionCacheSize() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Get SSL session cache size.
getSslSessionData() - Method in class org.eclipse.jetty.server.SecureRequestCustomizer.SslAttributes
Get data belonging to the SSLSession.
getSslSessionTimeout() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Get SSL session timeout.
getStackFrames() - Method in class org.eclipse.jetty.util.LeakDetector.LeakInfo
 
getStartedMillis() - Method in class org.eclipse.jetty.server.ConnectorStatistics
Deprecated.
 
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(StringBuilder) - Method in class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill
 
getState(LifeCycle) - Static method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
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
 
getStatusString() - Method in class org.eclipse.jetty.continuation.FauxContinuation
Deprecated.
 
getStatusString() - Method in class org.eclipse.jetty.server.HttpChannelState
 
getStatusStringLocked() - 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
 
getStopTimeout() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
getStoreDir() - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
 
getStoreDir() - Method in class org.eclipse.jetty.server.session.FileSessionDataStoreFactory
 
getString(String) - Method in class org.eclipse.jetty.util.MultiMap
Get value as String.
getString(String) - Method in class org.eclipse.jetty.xml.XmlConfiguration.JettyXmlConfiguration.AttrOrElementNode
 
getString(StringBuilder) - Method in class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill
 
getString(String, boolean) - Method in class org.eclipse.jetty.xml.XmlConfiguration.JettyXmlConfiguration.AttrOrElementNode
 
getString(String, boolean, boolean) - Method in class org.eclipse.jetty.xml.XmlParser.Node
Get a tag as a string.
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.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.
 
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.util.JavaVersion
Deprecated.
getSuspendedContext() - Method in class org.eclipse.jetty.server.AsyncContextEvent
 
getSystemClasses() - Method in class org.eclipse.jetty.webapp.WebAppContext
 
getSystemClassLoaderLocation(Class<?>) - Static method in class org.eclipse.jetty.util.TypeUtil
 
getSystemClasspathPattern() - Method in class org.eclipse.jetty.webapp.WebAppContext
 
getSystemUserIdentity() - Method in class org.eclipse.jetty.security.DefaultIdentityService
 
getSystemUserIdentity() - Method in interface org.eclipse.jetty.security.IdentityService
 
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
 
getTargetClass() - Method in class org.eclipse.jetty.webapp.DiscoveredAnnotation
 
getTasks() - Method in class org.eclipse.jetty.util.thread.MonitoredQueuedThreadPool
 
getTempDirectory() - Method in class org.eclipse.jetty.webapp.WebAppContext
 
GETTER_ARG - Static variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
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.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
 
getThrowable() - Method in class org.eclipse.jetty.server.AsyncContextEvent
 
getThrowable(int) - Method in exception class org.eclipse.jetty.util.MultiException
 
getThrowables() - Method in exception class 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.HttpRequest
 
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
 
getTimeoutAt() - Method in class org.eclipse.jetty.client.HttpRequest
 
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
 
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
 
getToken() - Method in class org.eclipse.jetty.security.SpnegoUserPrincipal
 
getTokens(String) - Static method in class org.eclipse.jetty.server.CustomRequestLog
 
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 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
 
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.io.WriteFlusher.State
 
getType() - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
 
getType() - Method in class org.eclipse.jetty.util.PathWatcher.PathWatchEvent
 
getUnavailableException() - Method in class org.eclipse.jetty.servlet.ServletHolder
 
getUnavailableException() - Method in class org.eclipse.jetty.servlet.ServletHolder.UnavailableServlet
 
getUnavailableException() - Method in class org.eclipse.jetty.webapp.WebAppContext
Get an exception that caused the webapp to be unavailable
getUnits() - Method in class org.eclipse.jetty.server.AcceptRateLimit
 
getUnits() - Method in class org.eclipse.jetty.util.statistic.RateStatistic
 
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
 
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 class org.eclipse.jetty.servlet.ErrorPageErrorHandler.ErrorCodeRange
 
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.DigestAuthentication.DigestResult
 
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.
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 class org.eclipse.jetty.http.HttpComplianceSection
 
getURL() - Method in enum class 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
 
getUsageCount() - Method in class org.eclipse.jetty.util.Pool.Entry
 
getUseCaches() - Method in class org.eclipse.jetty.util.resource.URLResource
 
getUser() - Method in class org.eclipse.jetty.http.HttpURI
 
getUserAgentField() - Method in class org.eclipse.jetty.client.HttpClient
 
getUserAttributes(String) - Method in class org.eclipse.jetty.jaas.spi.LdapLoginModule
attempts to get the users LDAP attributes from the users context
getUserCredentials(Attributes) - Method in class org.eclipse.jetty.jaas.spi.LdapLoginModule
 
getUserDataConstraint() - Method in class org.eclipse.jetty.security.RoleInfo
 
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.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(CallbackHandler) - Method in class org.eclipse.jetty.jaas.JAASLoginService
 
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.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
 
getUserRoleLink(String) - Method in class org.eclipse.jetty.servlet.ServletHolder
get a user role link.
getUserRoles(DirContext, String, Attributes) - Method in class org.eclipse.jetty.jaas.spi.LdapLoginModule
attempts to get the users roles from the root context
getUserRolesByDn(DirContext, String) - Method in class org.eclipse.jetty.jaas.spi.LdapLoginModule
 
getUserStore() - Method in class org.eclipse.jetty.security.HashLoginService
To facilitate testing.
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 of utilizable 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.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.http.QuotedQualityCSV.QualityValue
 
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, 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 of Fields.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) - 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 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.http.HttpCookie
 
getVersion() - Method in enum class org.eclipse.jetty.http.HttpVersion
 
getVersion() - Method in class org.eclipse.jetty.http.MetaData
Deprecated.
getVersion() - Static method in class org.eclipse.jetty.server.Server
 
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(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.server.session.SessionContext
 
getVhost() - Method in class org.eclipse.jetty.server.session.SessionData
 
getVHost() - Method in class org.eclipse.jetty.server.session.Session
 
getVirtualHostColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
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
 
getWantClientAuth() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
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
 
getWebDefault() - Method in class org.eclipse.jetty.webapp.MetaData
 
getWebInf() - Method in class org.eclipse.jetty.webapp.WebAppContext
 
getWebInfClassesDirs() - Method in class org.eclipse.jetty.webapp.MetaData
 
getWebInfJars() - Method in class org.eclipse.jetty.webapp.MetaData
 
getWebXml() - Method in class org.eclipse.jetty.webapp.MetaData
 
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
 
getWilds() - Method in class org.eclipse.jetty.util.ssl.X509
 
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 interface org.eclipse.jetty.servlet.BaseHolder.Wrapped
 
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
 
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
 
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.
getX509CertChain(SslContextFactory, SSLSession) - Static method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
getXForwardedFor(Request) - Method in class org.eclipse.jetty.server.handler.ThreadLimitHandler
 
getXpath() - Method in class org.eclipse.jetty.xml.XmlParser
 
GIT_HASH - Static variable in class org.eclipse.jetty.util.Jetty
 
GLOBAL - Enum constant in enum class org.eclipse.jetty.servlet.ErrorPageErrorHandler.PageLookupTechnique
 
GLOBAL_ERROR_PAGE - Static variable in class org.eclipse.jetty.servlet.ErrorPageErrorHandler
 
GONE - Enum constant in enum class 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.Shutdown - Class in org.eclipse.jetty.util.component
A utility Graceful that uses a FutureCallback to indicate if shutdown is completed.
grow() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
grow(int) - Method in class org.eclipse.jetty.util.ajax.AsyncJSON.FrameStack
 
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
 
gssContext - Variable in class org.eclipse.jetty.client.util.SPNEGOAuthentication.SPNEGOContext
 
gssContext - Variable in class org.eclipse.jetty.security.ConfigurableSpnegoLoginService.GSSContextHolder
 
GSSContextHolder(GSSContext) - Constructor for class org.eclipse.jetty.security.ConfigurableSpnegoLoginService.GSSContextHolder
 
gssManager - Variable in class org.eclipse.jetty.client.util.SPNEGOAuthentication
 
gzip(ByteBuffer, boolean, Callback) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor
 
GZIP - Enum constant in enum class 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
 
GZIP_HEADER - Static variable in class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor
 
GzipBufferCB(ByteBuffer, boolean, Callback) - Constructor for class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor.GzipBufferCB
 
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.
GZIPContentDecoder.State - Enum Class in org.eclipse.jetty.http
 
GzipFactory - Interface in org.eclipse.jetty.server.handler.gzip
 
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
 
GzipHttpInputInterceptor.Decoder - Class in org.eclipse.jetty.server.handler.gzip
 
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
 
GzipHttpOutputInterceptor.GzipBufferCB - Class in org.eclipse.jetty.server.handler.gzip
 
GzipHttpOutputInterceptor.GZState - Enum Class in org.eclipse.jetty.server.handler.gzip
 
GZState() - Constructor for enum class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor.GZState
 

H

handle() - Method in class org.eclipse.jetty.server.HttpChannel
 
handle(Runnable) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
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.MovedContextHandler.Redirector
 
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.StatisticsHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ThreadLimitHandler
 
handle(Callback[]) - Method in class org.eclipse.jetty.client.util.SPNEGOAuthentication.PasswordCallbackHandler
 
handle(Callback[]) - Method in class org.eclipse.jetty.jaas.callback.AbstractCallbackHandler
 
handle(Callback[]) - Method in class org.eclipse.jetty.jaas.callback.DefaultCallbackHandler
 
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
 
handleCipherSuite(HttpField) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer.Forwarded
Called if header is Proxy-auth-cert
handleConfiguration - Variable in class org.eclipse.jetty.util.ModuleLocation
 
handleContentMessage() - Method in class org.eclipse.jetty.http.HttpParser
 
handleDir(Path) - Method in class org.eclipse.jetty.util.PathWatcher.Config
 
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
 
handleException(Throwable, String) - Method in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
 
handleField() - Method in class org.eclipse.jetty.http.MultiPartParser
 
handleForwardedFor(HttpField) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer.Forwarded
Called if header is X-Forwarded-For
handleForwardedHost(HttpField) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer.Forwarded
Called if header is X-Forwarded-Host
handleForwardedPort(HttpField) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer.Forwarded
Called if header is X-Forwarded-Port
handleForwardedServer(HttpField) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer.Forwarded
Called if header is X-Forwarded-Server
handleGetLayer - Variable in class org.eclipse.jetty.util.ModuleLocation
 
handleGetModule - Variable in class org.eclipse.jetty.util.ModuleLocation
 
handleGetName - Variable in class org.eclipse.jetty.util.ModuleLocation
 
handleHeaderContentMessage() - Method in class org.eclipse.jetty.http.HttpParser
 
handleHttps(HttpField) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer.Forwarded
Called if header is X-Proxied-Https
handleKey(WatchKey) - Method in class org.eclipse.jetty.util.PathWatcher
 
handleLocation - Variable in class org.eclipse.jetty.util.ModuleLocation
 
handleOptionalResolvedModule - Variable in class org.eclipse.jetty.util.ModuleLocation
 
handleOptions(Request, Response) - Method in class org.eclipse.jetty.server.Server
 
handleProto(HttpField) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer.Forwarded
Called if header is X-Forwarded-Proto
Handler - Interface in org.eclipse.jetty.server
A Jetty Server Handler.
Handler() - Constructor for class org.eclipse.jetty.http.MultiPartFormInputStream.Handler
 
Handler() - Constructor for class org.eclipse.jetty.xml.XmlParser.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
 
HandlerContainer - Interface in org.eclipse.jetty.server
A Handler that contains other Handlers.
handleReference - Variable in class org.eclipse.jetty.util.ModuleLocation
 
handleRFC7239(HttpField) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer.Forwarded
Called if header is Forwarded
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 - Variable in class org.eclipse.jetty.client.HttpClient
 
handlers - Variable in class org.eclipse.jetty.client.ProtocolHandlers
 
Handlers(Handler[]) - Constructor for class org.eclipse.jetty.server.handler.HandlerCollection.Handlers
 
HandlerWrapper - Class in org.eclipse.jetty.server.handler
A HandlerWrapper acts as a Handler but delegates the handle method and life 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
 
handleSslSessionId(HttpField) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer.Forwarded
Called if header is Proxy-Ssl-Id
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.continuation.FauxContinuation
Deprecated.
 
handling() - Method in class org.eclipse.jetty.server.HttpChannelState
 
HANDLING - Enum constant in enum class org.eclipse.jetty.server.HttpChannelState.State
 
HANDSHAKE - Enum constant in enum class org.eclipse.jetty.io.ssl.SslConnection.HandshakeState
 
handshakeFailed(Throwable) - Method in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
 
handshakeFailed(SslHandshakeListener.Event, Throwable) - Method in interface org.eclipse.jetty.io.ssl.SslHandshakeListener
Callback method invoked when the TLS handshake fails.
handshakeListeners - Variable in class org.eclipse.jetty.io.ssl.SslConnection
 
HandshakeState() - Constructor for enum class org.eclipse.jetty.io.ssl.SslConnection.HandshakeState
 
handshakeSucceeded() - Method in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
 
handshakeSucceeded(SslHandshakeListener.Event) - Method in class org.eclipse.jetty.io.ssl.SslClientConnectionFactory.HTTPSHandshakeListener
 
handshakeSucceeded(SslHandshakeListener.Event) - Method in interface org.eclipse.jetty.io.ssl.SslHandshakeListener
Callback method invoked when the TLS handshake succeeds.
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
 
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.
hasCorrectSecurityToken(HttpServletRequest) - Method in class org.eclipse.jetty.server.handler.ShutdownHandler
 
hasDataConstraint() - Method in class org.eclipse.jetty.util.security.Constraint
 
hasDefinedRange(Enumeration<String>) - Method in class org.eclipse.jetty.server.ResourceService
 
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
 
hasFor() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer.Forwarded
 
hash - Variable in class org.eclipse.jetty.http.HttpField
 
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.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.QuotedQualityCSV.QualityValue
 
hashCode() - Method in class org.eclipse.jetty.jaas.JAASPrincipal
 
hashCode() - Method in class org.eclipse.jetty.jmx.ConnectorServer.JMXRMIServerSocketFactory
 
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.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.Scanner.TimeNSize
 
hashCode() - Method in class org.eclipse.jetty.util.security.Password
 
hashCode() - Method in class org.eclipse.jetty.webapp.ClasspathPattern.Entry
 
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
 
hasIncludes() - Method in class org.eclipse.jetty.util.IncludeExcludeSet
 
hasKnownValues(HttpHeader) - Static method in enum class org.eclipse.jetty.http.HttpHeaderValue
 
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
 
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
 
hasNext - Variable in class org.eclipse.jetty.client.util.InputStreamContentProvider.InputStreamContentProviderIterator
 
hasNext() - Method in class org.eclipse.jetty.client.util.DeferredContentProvider.DeferredContentProviderIterator
 
hasNext() - Method in class org.eclipse.jetty.client.util.InputStreamContentProvider.InputStreamContentProviderIterator
 
hasNext() - Method in class org.eclipse.jetty.client.util.MultiPartContentProvider.MultiPartIterator
 
hasNext() - Method in class org.eclipse.jetty.client.util.PathContentProvider.PathIterator
 
hasNext() - Method in class org.eclipse.jetty.http.HttpFields.ListItr
 
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
 
hasNext() - Method in class org.eclipse.jetty.util.BlockingArrayQueue.Itr
 
hasNextByte(ByteBuffer) - Static method in class org.eclipse.jetty.http.MultiPartParser
 
hasNoBody(int) - Static method in class org.eclipse.jetty.http.HttpStatus
 
hasOriginalRequestAndResponse() - Method in class org.eclipse.jetty.server.AsyncContextState
 
hasPrevious() - Method in class org.eclipse.jetty.http.HttpFields.ListItr
 
hasPrevious() - Method in class org.eclipse.jetty.util.BlockingArrayQueue.Itr
 
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
 
hasSymbolicLink(Path) - Method in class org.eclipse.jetty.server.handler.AllowSymLinkAliasChecker
 
hasTimeoutTask() - Method in class org.eclipse.jetty.server.AsyncContextEvent
 
hasVirtualHost() - Method in class org.eclipse.jetty.server.handler.ContextHandlerCollection.Branch
 
HCRC - Enum constant in enum class org.eclipse.jetty.http.GZIPContentDecoder.State
 
HEAD - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
HEAD_AS_INT - Static variable in enum class org.eclipse.jetty.http.HttpMethod
 
HEAD_OFFSET - Static variable in class org.eclipse.jetty.util.BlockingArrayQueue
The head offset in the BlockingArrayQueue._indexes array, displaced by 15 slots to avoid false sharing with the array length (stored before the first element of the array itself).
header - Variable in class org.eclipse.jetty.client.api.Authentication.HeaderInfo
 
header - Variable in class org.eclipse.jetty.client.util.BasicAuthentication.BasicResult
 
header - Variable in class org.eclipse.jetty.client.util.DigestAuthentication.DigestResult
 
header - Variable in class org.eclipse.jetty.client.util.SPNEGOAuthentication.SPNEGOResult
 
header(String, String) - Method in interface org.eclipse.jetty.client.api.Request
 
header(String, String) - Method in class org.eclipse.jetty.client.HttpRequest
 
header(HttpHeader, String) - Method in interface org.eclipse.jetty.client.api.Request
Adds the given value to the specified header.
header(HttpHeader, String) - Method in class org.eclipse.jetty.client.HttpRequest
 
HEADER - Enum constant in enum class org.eclipse.jetty.client.HttpReceiver.ResponseState
The response headers are being received
HEADER - Enum constant in enum class org.eclipse.jetty.http.HttpParser.State
 
HEADER_BUFFER_DIRECT - Static variable in class org.eclipse.jetty.server.HttpConnection
 
HEADER_LENGTH - Static variable in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyV2ConnectionFactory.ProxyProtocolV2Connection
 
HEADER_OVERFLOW - Enum constant in enum class org.eclipse.jetty.http.HttpGenerator.Result
 
headerBuffer - Variable in class org.eclipse.jetty.client.http.HttpSenderOverHTTP.HeadersCallback
 
headerCacheSize - Variable in class org.eclipse.jetty.client.http.HttpClientTransportOverHTTP
 
headerComplete() - Method in class org.eclipse.jetty.client.http.HttpReceiverOverHTTP
 
headerComplete() - Method in interface org.eclipse.jetty.http.HttpParser.HttpHandler
 
headerComplete() - Method in class org.eclipse.jetty.http.MultiPartFormInputStream.Handler
 
headerComplete() - Method in interface org.eclipse.jetty.http.MultiPartParser.Handler
 
headerComplete() - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
 
HeaderInfo(HttpHeader, String, Map<String, String>) - Constructor for class org.eclipse.jetty.client.api.Authentication.HeaderInfo
 
headers - Variable in class org.eclipse.jetty.client.HttpRequest
 
headers - Variable in class org.eclipse.jetty.client.HttpResponse
 
headers - Variable in class org.eclipse.jetty.client.util.MultiPartContentProvider.Part
 
headers - Variable in class org.eclipse.jetty.http.MultiPartFormInputStream.Handler
 
headers() - Method in class org.eclipse.jetty.client.util.MultiPartContentProvider.Part
 
HEADERS - Enum constant in enum class org.eclipse.jetty.client.HttpReceiver.ResponseState
All the response headers have been received
HEADERS - Enum constant in enum class org.eclipse.jetty.client.HttpSender.RequestState
The request headers (and possibly some content) is about to be sent
HEADERS - Enum constant in enum class org.eclipse.jetty.client.util.MultiPartContentProvider.State
 
HeadersCallback(HttpExchange, HttpContent, Callback) - Constructor for class org.eclipse.jetty.client.http.HttpSenderOverHTTP.HeadersCallback
 
headersToCommit(HttpExchange) - Method in class org.eclipse.jetty.client.HttpSender
 
hexDivisors - Static variable in class org.eclipse.jetty.util.BufferUtil
 
hexToBase64(String) - Static method in class org.eclipse.jetty.jaas.spi.LdapLoginModule
 
hexToByte(ByteBuffer, byte) - Method in class org.eclipse.jetty.util.ajax.AsyncJSON
 
HI - Static variable in class org.eclipse.jetty.util.ArrayTernaryTrie
 
hilo(int) - Static method in class org.eclipse.jetty.util.ArrayTernaryTrie
 
Holder<T> - Class in org.eclipse.jetty.servlet
Holder Specialization of AbstractHolder for servlet-related classes that have init-params etc
Holder() - Constructor for class org.eclipse.jetty.server.ShutdownMonitor.Holder
 
Holder(Connection) - Constructor for class org.eclipse.jetty.client.ValidatingConnectionPool.Holder
 
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
 
hook() - Method in class org.eclipse.jetty.util.thread.ShutdownThread
 
host - Variable in class org.eclipse.jetty.client.HttpRequest
 
host - Variable in class org.eclipse.jetty.client.Origin.Address
 
host - Variable in class org.eclipse.jetty.server.ShutdownMonitor
 
host(String) - Method in interface org.eclipse.jetty.client.api.Request
 
host(String) - Method in class org.eclipse.jetty.client.HttpRequest
 
HOST - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
HOST - Enum constant in enum class org.eclipse.jetty.http.HttpURI.State
 
HOST_OR_PATH - Enum constant in enum class org.eclipse.jetty.http.HttpURI.State
 
hostField - Variable in class org.eclipse.jetty.client.HttpDestination
 
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) into host and port, 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
 
hotReload - Variable in class org.eclipse.jetty.security.HashLoginService
 
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
hrefEncodeURI(String) - Static method in class org.eclipse.jetty.util.resource.Resource
Encode any characters that could break the URI string in an HREF.
HTAB - Enum constant in enum class org.eclipse.jetty.http.HttpTokens.Type
 
HtmlProducer() - Constructor for class org.eclipse.jetty.servlet.StatisticsServlet.HtmlProducer
 
htmlRow(Writer, String, Object) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
HTTP - Enum constant in enum class org.eclipse.jetty.http.HttpScheme
 
HTTP - Static variable in class org.eclipse.jetty.util.URIUtil
 
HTTP_0_9 - Enum constant in enum class org.eclipse.jetty.http.HttpVersion
 
HTTP_1_0 - Enum constant in enum class org.eclipse.jetty.http.HttpVersion
 
HTTP_1_1 - Enum constant in enum class org.eclipse.jetty.http.HttpVersion
 
HTTP_1_1_SPACE - Static variable in class org.eclipse.jetty.http.HttpGenerator
 
HTTP_2 - Enum constant in enum class org.eclipse.jetty.http.HttpVersion
 
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_VERSION_NOT_SUPPORTED - Enum constant in enum class 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 - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
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.Dispatchable - Interface in org.eclipse.jetty.server
 
HttpChannel.Listener - Interface in org.eclipse.jetty.server
Listener for HttpChannel events.
HttpChannel.Send100Callback - Class in org.eclipse.jetty.server
 
HttpChannel.SendCallback - Class in org.eclipse.jetty.server
 
HttpChannel.TransientListeners - Class in org.eclipse.jetty.server
Deprecated.
HttpChannelListeners - Class in org.eclipse.jetty.server
A HttpChannel.Listener that holds a collection of other HttpChannel.Listener instances that are efficiently invoked without iteration.
HttpChannelListeners(Collection<HttpChannel.Listener>) - Constructor for class org.eclipse.jetty.server.HttpChannelListeners
 
HttpChannelListeners.NotifyContent - Interface in org.eclipse.jetty.server
 
HttpChannelListeners.NotifyFailure - Interface in org.eclipse.jetty.server
 
HttpChannelListeners.NotifyRequest - Interface in org.eclipse.jetty.server
 
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
 
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 Class in org.eclipse.jetty.server
The actions to take as the channel moves from state to state.
HttpChannelState.InputState - Enum Class in org.eclipse.jetty.server
 
HttpChannelState.OutputState - Enum Class in org.eclipse.jetty.server
 
HttpChannelState.RequestState - Enum Class in org.eclipse.jetty.server
 
HttpChannelState.State - Enum Class in org.eclipse.jetty.server
 
httpClient - Variable in class org.eclipse.jetty.client.http.HttpSenderOverHTTP
 
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.ContentDecoderFactorySet - Class in org.eclipse.jetty.client
 
HttpClientMBean - Class in org.eclipse.jetty.client.jmx
 
HttpClientMBean(Object) - Constructor for class org.eclipse.jetty.client.jmx.HttpClientMBean
 
HttpClientTransport - Interface in org.eclipse.jetty.client
HttpClientTransport represents what transport implementations should provide in order to plug-in a different transport for HttpClient.
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
 
httpCompliance - Variable in class org.eclipse.jetty.client.HttpClient
 
HttpCompliance - Enum Class in org.eclipse.jetty.http
HTTP compliance modes for Jetty HTTP parsing and handling.
HttpCompliance(EnumSet<HttpComplianceSection>) - Constructor for enum class org.eclipse.jetty.http.HttpCompliance
 
HttpComplianceSection - Enum Class in org.eclipse.jetty.http
 
HttpComplianceSection(String, String) - Constructor for enum class org.eclipse.jetty.http.HttpComplianceSection
 
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
 
HttpConnection.AsyncReadCallback - Class in org.eclipse.jetty.server
 
HttpConnection.BlockingReadCallback - Class in org.eclipse.jetty.server
 
HttpConnection.Content - Class in org.eclipse.jetty.server
 
HttpConnection.SendCallback - Class in org.eclipse.jetty.server
 
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
 
HttpConnectionOverHTTP - Class in org.eclipse.jetty.client.http
 
HttpConnectionOverHTTP(EndPoint, HttpDestination, Promise<Connection>) - Constructor for class org.eclipse.jetty.client.http.HttpConnectionOverHTTP
 
HttpConnectionOverHTTP.Delegate - Class in org.eclipse.jetty.client.http
 
HttpConnectionUpgrader - Interface in org.eclipse.jetty.client.http
 
HttpContent - Class in org.eclipse.jetty.client
HttpContent is a stateful, linear representation of the request content provided by a ContentProvider 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 Class 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 by CookieManager via CookieManager.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
 
HttpDestination.TimeoutTask - Class in org.eclipse.jetty.client
This class enforces the total timeout for exchanges that are still in the queue.
HttpDestinationOverHTTP - Class in org.eclipse.jetty.client.http
 
HttpDestinationOverHTTP(HttpClient, Origin) - Constructor for class org.eclipse.jetty.client.http.HttpDestinationOverHTTP
 
HttpExchange - Class in org.eclipse.jetty.client
 
HttpExchange(HttpDestination, HttpRequest, List<Response.ResponseListener>) - Constructor for class org.eclipse.jetty.client.HttpExchange
 
HttpExchange.State - Enum Class in org.eclipse.jetty.client
 
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.
HttpFields.ListItr - Class in org.eclipse.jetty.http
 
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.PreparedResponse - Class in org.eclipse.jetty.http
 
HttpGenerator.Result - Enum Class in org.eclipse.jetty.http
 
HttpGenerator.State - Enum Class in org.eclipse.jetty.http
 
HttpHeader - Enum Class in org.eclipse.jetty.http
 
HttpHeader(String) - Constructor for enum class org.eclipse.jetty.http.HttpHeader
 
HttpHeader(String, boolean) - Constructor for enum class org.eclipse.jetty.http.HttpHeader
 
HttpHeaderValue - Enum Class in org.eclipse.jetty.http
 
HttpHeaderValue(String) - Constructor for enum class org.eclipse.jetty.http.HttpHeaderValue
 
HttpInput - Class in org.eclipse.jetty.server
HttpInput provides an implementation of ServletInputStream for HttpChannel.
HttpInput(HttpChannelState) - Constructor for class org.eclipse.jetty.server.HttpInput
 
HttpInput.ChainedInterceptor - Class in org.eclipse.jetty.server
An HttpInput.Interceptor that chains two other HttpInput.Interceptors 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 Class in org.eclipse.jetty.http
Known HTTP Methods
HttpMethod(HttpMethod.Type) - Constructor for enum class org.eclipse.jetty.http.HttpMethod
 
HttpMethod.Type - Enum Class in org.eclipse.jetty.http
 
HttpOutput - Class in org.eclipse.jetty.server
HttpOutput implements ServletOutputStream as required by the Servlet specification.
HttpOutput(HttpChannel) - Constructor for class org.eclipse.jetty.server.HttpOutput
 
HttpOutput.ApiState - Enum Class in org.eclipse.jetty.server
The API State which combines with the output State:
HttpOutput.AsyncFlush - Class in org.eclipse.jetty.server
 
HttpOutput.AsyncWrite - Class in org.eclipse.jetty.server
 
HttpOutput.ChannelWriteCB - Class in org.eclipse.jetty.server
 
HttpOutput.InputStreamWritingCB - Class in org.eclipse.jetty.server
An iterating callback that will take content from an InputStream and write it to the associated HttpChannel.
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.
HttpOutput.NestedChannelWriteCB - Class in org.eclipse.jetty.server
 
HttpOutput.ReadableByteChannelWritingCB - Class in org.eclipse.jetty.server
An iterating callback that will take content from a ReadableByteChannel and write it to the HttpChannel.
HttpOutput.State - Enum Class in org.eclipse.jetty.server
The output state
HttpOutput.WriteBlocker - Class in org.eclipse.jetty.server
 
HttpOutput.WriteCompleteCB - Class in org.eclipse.jetty.server
 
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.RequestHandler, HttpParser.ResponseHandler, int, 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 Class in org.eclipse.jetty.http
 
HttpParser.HttpHandler - Interface in org.eclipse.jetty.http
 
HttpParser.IllegalCharacterException - Exception Class in org.eclipse.jetty.http
 
HttpParser.RequestHandler - Interface in org.eclipse.jetty.http
 
HttpParser.ResponseHandler - Interface in org.eclipse.jetty.http
 
HttpParser.State - Enum Class 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
 
HttpProxy.CreateTunnelPromise - Class in org.eclipse.jetty.client
Creates a tunnel using HTTP CONNECT.
HttpProxy.HttpProxyClientConnectionFactory - Class in org.eclipse.jetty.client
 
HttpProxy.ProxyConnection - Class in org.eclipse.jetty.client
 
HttpProxy.TunnelPromise - Class in org.eclipse.jetty.client
 
HttpProxyClientConnectionFactory(ClientConnectionFactory) - Constructor for class org.eclipse.jetty.client.HttpProxy.HttpProxyClientConnectionFactory
 
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
 
HttpReceiver.ContentListeners - Class in org.eclipse.jetty.client
Wraps a list of content listeners, notifies them about content events and tracks individual listener demand to produce a global demand for content.
HttpReceiver.Decoder - Class in org.eclipse.jetty.client
Implements the decoding of content, producing decoded buffers only if there is demand for content.
HttpReceiver.DecodeResult - Enum Class in org.eclipse.jetty.client
 
HttpReceiver.ResponseState - Enum Class in org.eclipse.jetty.client
The request states HttpReceiver goes through when receiving a response.
HttpReceiverOverHTTP - Class in org.eclipse.jetty.client.http
 
HttpReceiverOverHTTP(HttpChannelOverHTTP) - Constructor for class org.eclipse.jetty.client.http.HttpReceiverOverHTTP
 
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 Class in org.eclipse.jetty.client
 
HttpRequestException(String, Request) - Constructor for exception class 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 Class in org.eclipse.jetty.client
 
HttpResponseException(String, Response) - Constructor for exception class org.eclipse.jetty.client.HttpResponseException
 
HttpResponseException(String, Response, Throwable) - Constructor for exception class org.eclipse.jetty.client.HttpResponseException
 
HTTPS - Enum constant in enum class org.eclipse.jetty.http.HttpScheme
 
HTTPS - Static variable in class org.eclipse.jetty.util.URIUtil
 
HttpScheme - Enum Class in org.eclipse.jetty.http
 
HttpScheme(String) - Constructor for enum class org.eclipse.jetty.http.HttpScheme
 
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, implementing HttpSender.sendHeaders(HttpExchange, HttpContent, Callback) and HttpSender.sendContent(HttpExchange, HttpContent, Callback).
HttpSender(HttpChannel) - Constructor for class org.eclipse.jetty.client.HttpSender
 
HttpSender.CommitCallback - Class in org.eclipse.jetty.client
 
HttpSender.ContentCallback - Class in org.eclipse.jetty.client
 
HttpSender.LastCallback - Class in org.eclipse.jetty.client
 
HttpSender.RequestState - Enum Class in org.eclipse.jetty.client
The request states HttpSender goes through when sending a request.
HttpSender.SenderState - Enum Class in org.eclipse.jetty.client
The sender states HttpSender goes through when sending a request.
HttpSenderOverHTTP - Class in org.eclipse.jetty.client.http
 
HttpSenderOverHTTP(HttpChannelOverHTTP) - Constructor for class org.eclipse.jetty.client.http.HttpSenderOverHTTP
 
HttpSenderOverHTTP.ByteBufferRecyclerCallback - Class in org.eclipse.jetty.client.http
 
HttpSenderOverHTTP.HeadersCallback - Class in org.eclipse.jetty.client.http
 
HTTPSHandshakeListener(Map<String, Object>) - Constructor for class org.eclipse.jetty.io.ssl.SslClientConnectionFactory.HTTPSHandshakeListener
 
HttpStatus - Class in org.eclipse.jetty.http
Http Status Codes
HttpStatus() - Constructor for class org.eclipse.jetty.http.HttpStatus
 
HttpStatus.Code - Enum Class 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 Class in org.eclipse.jetty.http
 
HttpTokens.Token - Class in org.eclipse.jetty.http
 
HttpTokens.Type - Enum Class in org.eclipse.jetty.http
 
HttpTransport - Interface in org.eclipse.jetty.server
Abstraction of the outbound HTTP transport.
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.Ambiguous - Enum Class in org.eclipse.jetty.http
 
HttpURI.State - Enum Class in org.eclipse.jetty.http
 
HttpVersion - Enum Class in org.eclipse.jetty.http
 
HttpVersion(String, int) - Constructor for enum class org.eclipse.jetty.http.HttpVersion
 
HttpWriter - Class in org.eclipse.jetty.server
 
HttpWriter(HttpOutput) - Constructor for class org.eclipse.jetty.server.HttpWriter
 

I

id - Variable in class org.eclipse.jetty.util.LeakDetector.LeakInfo
 
id(T) - Method in class org.eclipse.jetty.util.LeakDetector
Generates a unique ID for the given resource.
ID - Enum constant in enum class org.eclipse.jetty.http.GZIPContentDecoder.State
 
IDEMPOTENT - Enum constant in enum class org.eclipse.jetty.http.HttpMethod.Type
 
IDENTITY - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
IDENTITY - Enum constant in enum class org.eclipse.jetty.http.HttpHeaderValue
 
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 - Enum constant in enum class org.eclipse.jetty.client.HttpReceiver.ResponseState
The response is not yet received, the initial state
IDLE - Enum constant in enum class org.eclipse.jetty.client.HttpSender.SenderState
HttpSender is not sending request headers nor request content
IDLE - Enum constant in enum class org.eclipse.jetty.io.ssl.SslConnection.FillState
 
IDLE - Enum constant in enum class org.eclipse.jetty.io.ssl.SslConnection.FlushState
 
IDLE - Enum constant in enum class org.eclipse.jetty.io.WriteFlusher.StateType
 
IDLE - Enum constant in enum class org.eclipse.jetty.server.HttpChannelState.InputState
 
IDLE - Enum constant in enum class org.eclipse.jetty.server.HttpChannelState.State
 
IDLE - Enum constant in enum class org.eclipse.jetty.util.CompletableCallback.State
Deprecated.
 
IDLE - Enum constant in enum class org.eclipse.jetty.util.IteratingCallback.Action
Indicates that IteratingCallback.process() has no more work to do, but the overall job is not completed yet, probably waiting for additional events to trigger more work.
IDLE - Enum constant in enum class org.eclipse.jetty.util.IteratingCallback.State
This callback is IDLE, ready to iterate.
IDLE - Enum constant in enum class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.State
 
IDLE - Enum constant in enum class org.eclipse.jetty.util.thread.strategy.ProduceConsume.State
 
IDLE - Enum constant in enum class org.eclipse.jetty.util.thread.strategy.ProduceExecuteConsume.State
 
IDLE - Static variable in class org.eclipse.jetty.util.SharedBlockingCallback
 
idleCheck() - Method in class org.eclipse.jetty.io.IdleTimeout
 
idleJobPoll(long) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool.Runner
 
IdleState() - Constructor for class org.eclipse.jetty.io.WriteFlusher.IdleState
 
idleTimeout - Variable in class org.eclipse.jetty.client.http.HttpConnectionOverHTTP
 
idleTimeout - Variable in class org.eclipse.jetty.client.HttpClient
 
idleTimeout - Variable in class org.eclipse.jetty.client.HttpRequest
 
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
 
idleTimeoutGuard - Variable in class org.eclipse.jetty.client.HttpConnection
 
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
 
idleTimeoutStamp - Variable in class org.eclipse.jetty.client.HttpConnection
 
IdState() - Constructor for enum class org.eclipse.jetty.server.session.Session.IdState
 
idString(ByteBuffer, StringBuilder) - Static method in class org.eclipse.jetty.util.BufferUtil
Convert Buffer to string ID independent of content
IE3264 - Static variable in class org.eclipse.jetty.util.security.UnixCrypt
 
IF_MATCH - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
IF_MODIFIED_SINCE - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
IF_NONE_MATCH - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
IF_RANGE - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
IF_UNMODIFIED_SINCE - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
ifExceptionThrow() - Method in exception class org.eclipse.jetty.util.MultiException
Throw a multiexception.
ifExceptionThrowMulti() - Method in exception class org.eclipse.jetty.util.MultiException
Throw a multiexception.
ifExceptionThrowRuntime() - Method in exception class org.eclipse.jetty.util.MultiException
Throw a Runtime exception.
ifExceptionThrowSuppressed() - Method in exception class org.eclipse.jetty.util.MultiException
Throw an Exception, potentially with suppress.
ignorableWhitespace(char[], int, int) - Method in class org.eclipse.jetty.xml.XmlParser.Handler
 
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 - Enum constant in enum class org.eclipse.jetty.util.PathWatcher.DirAction
 
IGNORED - Static variable in class org.eclipse.jetty.util.log.Log
 
IllegalCharacterException(HttpParser.State, HttpTokens.Token, ByteBuffer) - Constructor for exception class org.eclipse.jetty.http.HttpParser.IllegalCharacterException
 
IllegalCharacterException(MultiPartParser.State, HttpTokens.Token, ByteBuffer) - Constructor for exception class org.eclipse.jetty.http.MultiPartParser.IllegalCharacterException
 
illegalSenderState(HttpSender.SenderState) - Method in class org.eclipse.jetty.client.HttpSender
 
illegalStateIfContextStarted() - Method in class org.eclipse.jetty.servlet.BaseHolder
 
IM_A_TEAPOT - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
IM_A_TEAPOT_418 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
impact() - Element in annotation interface org.eclipse.jetty.util.annotation.ManagedOperation
The impact of an operation.
impl - Variable in class org.eclipse.jetty.util.Uptime
 
IMPLIED - Static variable in class org.eclipse.jetty.server.ForwardedRequestCustomizer.MutableHostPort
 
in - Variable in class org.eclipse.jetty.util.IO.Job
 
IN_NAME - Enum constant in enum class org.eclipse.jetty.http.HttpParser.FieldState
 
IN_NAME - Enum constant in enum class org.eclipse.jetty.http.MultiPartParser.FieldState
 
IN_VALUE - Enum constant in enum class org.eclipse.jetty.http.HttpParser.FieldState
 
IN_VALUE - Enum constant in enum class org.eclipse.jetty.http.MultiPartParser.FieldState
 
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
 
IncludeAttributes(Attributes) - Constructor for class org.eclipse.jetty.server.Dispatcher.IncludeAttributes
 
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 - Variable in class org.eclipse.jetty.client.ProxyConfiguration.Proxy
 
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
 
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
IncludeExcludeSet.SetContainsPredicate<T> - Class in org.eclipse.jetty.util
 
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.
IncompleteWriteCallback() - Constructor for class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint.IncompleteWriteCallback
 
inContentState() - Method in class org.eclipse.jetty.http.HttpParser
 
increment() - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
Increments the value by one.
incrementMemory(ByteBuffer) - Method in class org.eclipse.jetty.io.AbstractByteBufferPool
 
indent - Variable in class org.eclipse.jetty.servlet.StatisticsServlet.HtmlProducer
 
indent - Variable in class org.eclipse.jetty.servlet.StatisticsServlet.TextProducer
 
indent - Variable in class org.eclipse.jetty.servlet.StatisticsServlet.XmlProducer
 
indent() - Method in class org.eclipse.jetty.servlet.StatisticsServlet.HtmlProducer
 
indent() - Method in class org.eclipse.jetty.servlet.StatisticsServlet.TextProducer
 
indent() - Method in class org.eclipse.jetty.servlet.StatisticsServlet.XmlProducer
 
index - Variable in class org.eclipse.jetty.client.util.MultiPartContentProvider.MultiPartIterator
 
index - Variable in class org.eclipse.jetty.util.ajax.JSON.StringSource
 
index(HttpVersion) - Static method in class org.eclipse.jetty.http.PreEncodedHttpField
 
INDEX - Static variable in class org.eclipse.jetty.util.TreeTrie
 
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
INET - Enum constant in enum class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyV2ConnectionFactory.Family
 
INET4 - Enum constant in enum class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag.Family
 
INET6 - Enum constant in enum class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag.Family
 
INET6 - Enum constant in enum class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyV2ConnectionFactory.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
 
InetAddressSet.CidrInetRange - Class in org.eclipse.jetty.util
 
InetAddressSet.InetPattern - Class in org.eclipse.jetty.util
 
InetAddressSet.LegacyInetRange - Class in org.eclipse.jetty.util
 
InetAddressSet.MinMaxInetRange - Class in org.eclipse.jetty.util
 
InetAddressSet.SingletonInetRange - Class in org.eclipse.jetty.util
 
InetPattern(String) - Constructor for class org.eclipse.jetty.util.InetAddressSet.InetPattern
 
inferCharsetFromContentType(String) - Static method in class org.eclipse.jetty.http.MimeTypes
Deprecated.
INFERRED - Enum constant in enum class org.eclipse.jetty.server.Response.EncodingFrom
 
INFERRED - Static variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
INFINITE_CAPACITY - Static variable in class org.eclipse.jetty.util.compression.CompressionPool
 
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(String) - Method in class org.eclipse.jetty.util.log.JettyAwareLogger
 
info(String, Object) - Method in class org.eclipse.jetty.util.log.JettyAwareLogger
 
info(String, Object...) - Method in class org.eclipse.jetty.util.log.JavaUtilLog
 
info(String, Object[]) - Method in class org.eclipse.jetty.util.log.JettyAwareLogger
 
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, Object, Object) - Method in class org.eclipse.jetty.util.log.JettyAwareLogger
 
info(String, Throwable) - Method in class org.eclipse.jetty.util.log.JavaUtilLog
 
info(String, Throwable) - Method in class org.eclipse.jetty.util.log.JettyAwareLogger
 
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
 
info(Marker, String) - Method in class org.eclipse.jetty.util.log.JettyAwareLogger
 
info(Marker, String, Object) - Method in class org.eclipse.jetty.util.log.JettyAwareLogger
 
info(Marker, String, Object[]) - Method in class org.eclipse.jetty.util.log.JettyAwareLogger
 
info(Marker, String, Object, Object) - Method in class org.eclipse.jetty.util.log.JettyAwareLogger
 
info(Marker, String, Throwable) - Method in class org.eclipse.jetty.util.log.JettyAwareLogger
 
INFO - Static variable in class org.eclipse.jetty.util.log.JettyAwareLogger
 
informClient(OutputStream, String) - Method in class org.eclipse.jetty.server.ShutdownMonitor.ShutdownMonitorRunnable
 
inHeaderState() - Method in class org.eclipse.jetty.http.HttpParser
 
init() - Method in interface org.eclipse.jetty.io.ssl.ALPNProcessor
Initializes this ALPNProcessor
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.util.ajax.JSONPojoConvertor
 
init() - Static method in class org.eclipse.jetty.util.ProcessorUtils
 
init(URL, XmlParser.Node, XmlConfiguration) - Method in interface org.eclipse.jetty.xml.ConfigurationProcessor
init(URL, XmlParser.Node, XmlConfiguration) - Method in class org.eclipse.jetty.xml.XmlConfiguration.JettyXmlConfiguration
 
init(FilterConfig) - Method in class org.eclipse.jetty.continuation.ContinuationFilter
Deprecated.
 
init(FilterConfig) - Method in class org.eclipse.jetty.servlet.FilterHolder.Wrapper
 
init(ServletConfig) - Method in class org.eclipse.jetty.servlet.ServletHolder.RunAs
 
init(ServletConfig) - Method in class org.eclipse.jetty.servlet.ServletHolder.SingleThreadedWrapper
 
init(ServletConfig) - Method in class org.eclipse.jetty.servlet.ServletHolder.Wrapper
 
init(Resource, XmlParser.Node, XmlConfiguration) - Method in interface org.eclipse.jetty.xml.ConfigurationProcessor
Initialize a ConfigurationProcessor from provided Resource and XML
init(Resource, XmlParser.Node, XmlConfiguration) - Method in class org.eclipse.jetty.xml.XmlConfiguration.JettyXmlConfiguration
 
init_perm(long[][], byte[], int) - Static method in class org.eclipse.jetty.util.security.UnixCrypt
Initializes the given permutation table with the mapping table.
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.
initGSSContext(SPNEGOAuthentication.SPNEGOContext, String, byte[]) - Method in class org.eclipse.jetty.client.util.SPNEGOAuthentication
 
INITIAL - Enum constant in enum class org.eclipse.jetty.http.GZIPContentDecoder.State
 
INITIAL - Enum constant in enum class org.eclipse.jetty.io.ssl.SslConnection.HandshakeState
 
INITIAL_URI_LENGTH - Static variable in class org.eclipse.jetty.http.HttpParser
 
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(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.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.
initialized() - Static method in class org.eclipse.jetty.util.log.Log
 
INITIALIZED - Enum constant in enum class 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.
InitialOrderComparator(Collection<T>) - Constructor for class org.eclipse.jetty.util.TopologicalSort.InitialOrderComparator
 
InitialOrderComparator(T[]) - Constructor for class org.eclipse.jetty.util.TopologicalSort.InitialOrderComparator
 
initialValue() - Method in class org.eclipse.jetty.util.ClassLoadingObjectInputStream.ClassLoaderThreadLocal
 
initJspServlet() - Method in class org.eclipse.jetty.servlet.ServletHolder
 
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.
initServlet() - Method in class org.eclipse.jetty.servlet.ServletHolder
 
initStandardLogging(Throwable) - Static method in class org.eclipse.jetty.util.log.Log
 
inMessages - Variable in class org.eclipse.jetty.client.http.HttpReceiverOverHTTP
 
inner - Variable in class org.eclipse.jetty.util.MultiReleaseJarFile.VersionedJarEntry
 
inPart - Variable in class org.eclipse.jetty.util.MultiPartOutputStream
 
inPart - Variable in class org.eclipse.jetty.util.MultiPartWriter
 
Input() - Constructor for class org.eclipse.jetty.client.util.InputStreamResponseListener.Input
 
INPUT_NONE - Static variable in class org.eclipse.jetty.server.Request
 
INPUT_READER - Static variable in class org.eclipse.jetty.server.Request
 
INPUT_STREAM - Static variable in class org.eclipse.jetty.server.Request
 
InputState() - Constructor for enum class org.eclipse.jetty.server.HttpChannelState.InputState
 
inputStream - Variable in class org.eclipse.jetty.server.resource.InputStreamRangeWriter
 
InputStreamContentProvider - Class in org.eclipse.jetty.client.util
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
 
InputStreamContentProvider.InputStreamContentProviderIterator - Class in org.eclipse.jetty.client.util
Iterating over an InputStream is tricky, because InputStreamContentProvider.InputStreamContentProviderIterator.hasNext() must return false if the stream reads -1.
InputStreamContentProviderIterator() - Constructor for class org.eclipse.jetty.client.util.InputStreamContentProvider.InputStreamContentProviderIterator
 
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 an InputStream that allows applications to read the response content.
InputStreamResponseListener() - Constructor for class org.eclipse.jetty.client.util.InputStreamResponseListener
 
InputStreamResponseListener.Input - Class in org.eclipse.jetty.client.util
 
inputStreamSupplier - Variable in class org.eclipse.jetty.server.resource.InputStreamRangeWriter
 
InputStreamWritingCB(InputStream, Callback) - Constructor for class org.eclipse.jetty.server.HttpOutput.InputStreamWritingCB
 
INSENSITIVE_CACHE - Static variable in enum class 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.
instance - Static variable in class org.eclipse.jetty.server.ShutdownMonitor.Holder
 
INSTANCE - Static variable in class org.eclipse.jetty.jaas.JAASLoginService
 
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.util.Uptime
 
INSUFFICIENT_STORAGE - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
INSUFFICIENT_STORAGE_507 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
integer - Variable in class org.eclipse.jetty.util.ajax.AsyncJSON.NumberBuilder
 
INTEGER - Static variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
Integral - Enum constant in enum class org.eclipse.jetty.security.UserDataConstraint
 
intercept(HttpInput.Content) - Method in class org.eclipse.jetty.server.HttpInput
 
INTERESTED - Enum constant in enum class org.eclipse.jetty.io.ssl.SslConnection.FillState
 
INTERNAL_SERVER_ERROR - Enum constant in enum class 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
 
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 - Enum constant in enum class org.eclipse.jetty.server.session.Session.State
 
invalidate() - Method in class org.eclipse.jetty.client.HttpClient.ContentDecoderFactorySet
 
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 - Enum constant in enum class org.eclipse.jetty.server.session.Session.State
 
Invocable - Interface in org.eclipse.jetty.util.thread
A task (typically either a Runnable or Callable that declares how it will behave when invoked:
Invocable.InvocationType - Enum Class in org.eclipse.jetty.util.thread
 
invocation - Variable in class org.eclipse.jetty.util.Callback.Completable
 
InvocationType() - Constructor for enum class org.eclipse.jetty.util.thread.Invocable.InvocationType
 
invoke(Object[], ObjectMBean) - Method in class org.eclipse.jetty.jmx.MetaData.OperationInfo
 
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
 
invoke(String, String[], Object[], ObjectMBean) - Method in class org.eclipse.jetty.jmx.MetaData
 
invokeConstructor(Constructor<?>, Object...) - Method in class org.eclipse.jetty.xml.XmlConfiguration.JettyXmlConfiguration
 
InvokedRequest(HttpServletRequest, boolean, String, String, String) - Constructor for class org.eclipse.jetty.servlet.Invoker.InvokedRequest
 
invokeMethod(Method, Object, Object[]) - Method in class org.eclipse.jetty.xml.XmlConfiguration.JettyXmlConfiguration
 
invokeMethod(Method, Object, Object[], boolean) - Method in class org.eclipse.jetty.xml.XmlConfiguration.JettyXmlConfiguration
 
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
 
Invoker.InvokedRequest - Class in org.eclipse.jetty.servlet
 
invokeTask(Runnable) - Method in class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill
 
IO - Class in org.eclipse.jetty.util
IO Utilities.
IO() - Constructor for class org.eclipse.jetty.util.IO
 
IO.ClosedIS - Class in org.eclipse.jetty.util
 
IO.Job - Class in org.eclipse.jetty.util
 
IO.NullOS - Class in org.eclipse.jetty.util
 
IO.NullWrite - Class in org.eclipse.jetty.util
 
IP - Static variable in class org.eclipse.jetty.util.security.UnixCrypt
 
IPAccessHandler - Class in org.eclipse.jetty.server.handler
Deprecated.
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.
IPAddressMap.IPAddrPattern - Class in org.eclipse.jetty.util
Deprecated.
IPAddrPattern Represents internet address wildcard.
IPAddressMap.OctetPattern - Class in org.eclipse.jetty.util
Deprecated.
OctetPattern Represents a single octet wildcard.
IPAddrPattern(String) - Constructor for class org.eclipse.jetty.util.IPAddressMap.IPAddrPattern
Deprecated.
Create new IPAddrPattern
IPv4_PATTERN - Static variable in class org.eclipse.jetty.client.Socks4Proxy.Socks4ProxyConnection
 
IPV6 - Enum constant in enum class org.eclipse.jetty.http.HttpURI.State
 
is(String) - Method in class org.eclipse.jetty.http.HttpField
 
is(String) - Method in enum class org.eclipse.jetty.http.HttpHeader
 
is(String) - Method in enum class org.eclipse.jetty.http.HttpHeaderValue
 
is(String) - Method in enum class org.eclipse.jetty.http.HttpMethod
 
is(String) - Method in enum class org.eclipse.jetty.http.HttpScheme
 
is(String) - Method in enum class org.eclipse.jetty.http.HttpVersion
 
is(String) - Method in enum class org.eclipse.jetty.http.MimeTypes.Type
 
IS_WINDOWS - Static variable in class org.eclipse.jetty.util.PathWatcher
 
isAbsolute() - Method in class org.eclipse.jetty.http.HttpURI
 
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
 
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.
isAllowMissingCloseMessage() - Method in class org.eclipse.jetty.io.ssl.SslClientConnectionFactory
isAllowMissingCloseMessage() - Method in class org.eclipse.jetty.io.ssl.SslConnection
Deprecated.
isAmbiguous() - Method in class org.eclipse.jetty.http.HttpURI
 
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() - Method in class org.eclipse.jetty.util.MultiReleaseJarFile.VersionedJarEntry
 
isApplyToAsync() - Method in class org.eclipse.jetty.server.handler.IdleTimeoutHandler
 
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
 
isAsyncSupported() - Method in class org.eclipse.jetty.server.Request
 
isAsyncSupported() - Method in class org.eclipse.jetty.servlet.Holder
 
isAtEOF() - Method in class org.eclipse.jetty.http.HttpParser
 
isAuthenticated() - Method in class org.eclipse.jetty.jaas.spi.AbstractLoginModule
 
isAuthMandatory(Request, Response, Object) - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
 
isAuthMandatory(Request, Response, Object) - Method in class org.eclipse.jetty.security.SecurityHandler
 
isAuthSchemeNegotiate(String) - Method in class org.eclipse.jetty.security.authentication.SpnegoAuthenticator
Deprecated.
Determines if provided auth scheme text from the Authorization header is case-insensitively equal to negotiate.
isAuto(Object) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
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
 
isBlank(String) - Static method in class org.eclipse.jetty.util.log.AbstractLogger
A more robust form of name blank test.
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() - Method in class org.eclipse.jetty.util.ajax.AsyncJSON.Factory.CachedString
 
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
 
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 class 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 class 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.
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.Delegate
 
isClosed() - Method in class org.eclipse.jetty.client.http.HttpConnectionOverHTTP
 
isClosed() - Method in class org.eclipse.jetty.client.HttpProxy.ProxyConnection
 
isClosed() - Method in class org.eclipse.jetty.client.util.DeferredContentProvider
 
isClosed() - Method in class org.eclipse.jetty.http.HttpParser
 
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.jaas.spi.AbstractLoginModule
 
isCommitted() - Method in class org.eclipse.jetty.server.HttpChannel
 
isCommitted() - Method in class org.eclipse.jetty.server.Response
 
isCompactPath() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
isComplete() - Method in class org.eclipse.jetty.http.HttpParser
 
isCompleted() - Method in class org.eclipse.jetty.server.HttpChannelState
 
isConditional() - Method in interface org.eclipse.jetty.server.PushBuilder
 
isConditional() - Method in class org.eclipse.jetty.server.PushBuilderImpl
 
isConfigurationDiscovered() - Method in class org.eclipse.jetty.webapp.WebAppContext
Is the context Automatically configured.
isConnectBlocking() - Method in class org.eclipse.jetty.client.HttpClient
 
isConnectionPending(SelectableChannel) - Method in class org.eclipse.jetty.io.SelectorManager
 
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
 
isContentEncodingSupported() - Method in class org.eclipse.jetty.server.Request
 
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
 
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
 
isDebugEnabled() - Method in class org.eclipse.jetty.util.log.JavaUtilLog
 
isDebugEnabled() - Method in class org.eclipse.jetty.util.log.JettyAwareLogger
 
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
 
isDebugEnabled(Marker) - Method in class org.eclipse.jetty.util.log.JettyAwareLogger
 
isDefault() - Method in class org.eclipse.jetty.servlet.ServletMapping
 
isDefaultDispatches() - Method in class org.eclipse.jetty.servlet.FilterMapping
 
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.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.BadResource
 
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
 
isDispatchIO() - Method in class org.eclipse.jetty.client.HttpClient
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
 
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
 
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.client.HttpClient.ContentDecoderFactorySet
 
isEmpty() - Method in class org.eclipse.jetty.client.HttpReceiver.ContentListeners
 
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.ByteBufferPool.Bucket
 
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.util.ajax.AsyncJSON.FrameStack
 
isEmpty() - Method in class org.eclipse.jetty.util.ajax.AsyncJSON
 
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
 
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
 
isEnsureDefaultServlet() - Method in class org.eclipse.jetty.servlet.ServletHandler
 
isEOF(ByteBuffer) - Static method in class org.eclipse.jetty.io.ByteArrayEndPoint
Compares a ByteBuffer Object to EOF by Reference
isError() - Method in class org.eclipse.jetty.server.HttpInput
 
isErrorEnabled() - Method in class org.eclipse.jetty.util.log.JettyAwareLogger
 
isErrorEnabled(Marker) - Method in class org.eclipse.jetty.util.log.JettyAwareLogger
 
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
 
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.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.FauxContinuation
Deprecated.
 
isExpired() - Method in class org.eclipse.jetty.continuation.Servlet3Continuation
Deprecated.
 
isExpired() - Method in class org.eclipse.jetty.server.HttpChannelState
 
isExpired(long) - Method in class org.eclipse.jetty.client.AbstractConnectionPool.EntryHolder
 
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
 
isExtractWAR() - Method in class org.eclipse.jetty.webapp.WebAppContext
 
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.io.WriteFlusher
 
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
 
isFalse(Object) - Static method in class org.eclipse.jetty.util.TypeUtil
 
isFileSupported(String) - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
 
isFileSupported(Resource) - Method in class org.eclipse.jetty.webapp.WebInfConfiguration
 
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
 
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
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
 
isGlobReference(String) - Method in class org.eclipse.jetty.webapp.WebInfConfiguration
 
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
 
isHandshakeComplete() - Method in class org.eclipse.jetty.io.ssl.SslConnection
 
isHandshakeInitial() - Method in class org.eclipse.jetty.io.ssl.SslConnection
 
isHandshakeSucceeded() - Method in class org.eclipse.jetty.io.ssl.SslConnection
 
isHead() - Method in class org.eclipse.jetty.server.Request
 
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
 
ISHUT - Enum constant in enum class org.eclipse.jetty.io.AbstractEndPoint.State
 
ISHUTTING - Enum constant in enum class org.eclipse.jetty.io.AbstractEndPoint.State
 
isIdChanged() - Method in class org.eclipse.jetty.server.session.Session
 
isIdempotent() - Method in enum class 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.io.WriteFlusher
 
isIdle() - Method in class org.eclipse.jetty.server.HttpChannelState
 
isIdle() - Method in class org.eclipse.jetty.util.IteratingCallback
 
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
 
isIdleAndOverUsed() - Method in class org.eclipse.jetty.util.Pool.Entry
 
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
 
isIgnored() - Static method in class org.eclipse.jetty.util.log.Log
 
isInboundDone() - Method in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
 
isIncludedAndNotExcluded(P) - Method in class org.eclipse.jetty.util.IncludeExcludeSet
Test Included and not Excluded
isIncluding() - Method in class org.eclipse.jetty.server.Response
 
isInclusive() - Method in class org.eclipse.jetty.webapp.ClasspathPattern.Entry
 
isInDurableState() - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
Constraints can be added to the ConstraintSecurityHandler before the associated context is started.
isInfoEnabled() - Method in class org.eclipse.jetty.util.log.JettyAwareLogger
 
isInfoEnabled(Marker) - Method in class org.eclipse.jetty.util.log.JettyAwareLogger
 
isInformational() - Method in enum class 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.FauxContinuation
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(int) - Method in class org.eclipse.jetty.servlet.ErrorPageErrorHandler.ErrorCodeRange
 
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
 
ISIZE - Enum constant in enum class org.eclipse.jetty.http.GZIPContentDecoder.State
 
isJavaBeanCompliantSetter(Method) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
 
isJSecurityCheck(String) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
isJspServlet() - Method in class org.eclipse.jetty.servlet.ServletHolder
 
isJspServlet(String) - Method in class org.eclipse.jetty.servlet.ServletHolder
 
isLast() - Method in class org.eclipse.jetty.client.HttpContent
 
isLiteralString() - Method in class org.eclipse.jetty.server.CustomRequestLog.Token
 
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
 
isLogUrlOnStart() - Method in class org.eclipse.jetty.webapp.WebAppContext
 
isLoopbackAddress(String) - Method in class org.eclipse.jetty.servlet.StatisticsServlet
 
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.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
 
isManageable() - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle.Bean
 
isManaged() - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle.Bean
 
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
 
isManagedObject(Class<?>) - Static method in class org.eclipse.jetty.jmx.MetaData
 
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.
isMaximizeConnections() - Method in class org.eclipse.jetty.client.AbstractConnectionPool
 
isMetaDataComplete() - Method in class org.eclipse.jetty.webapp.MetaData
 
isMetaDataDirty() - Method in class org.eclipse.jetty.server.session.SessionData
 
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.
isMultiRelease() - Method in class org.eclipse.jetty.util.MultiReleaseJarFile
 
isMutable() - Method in class org.eclipse.jetty.server.Response
 
isNew() - Method in class org.eclipse.jetty.server.session.Session
 
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
isNoParams(MultiMap<String>) - Static method in class org.eclipse.jetty.server.Request
Compare inputParameters to NO_PARAMS by Reference
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.
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
 
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.ResponseWriter
Check to make sure that the stream has not been closed
isOpen() - Method in class org.eclipse.jetty.server.ServerConnector
 
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.BufferedResponseHandler.BufferedInterceptor
 
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
 
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.
isOutboundDone() - Method in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
 
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
 
isOverUsed() - Method in class org.eclipse.jetty.util.Pool.Entry
 
isParentLoaderPriority() - Method in interface org.eclipse.jetty.webapp.WebAppClassLoader.Context
 
isParentLoaderPriority() - Method in class org.eclipse.jetty.webapp.WebAppContext
 
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
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
 
isPathWildcardMatch(String, String) - Static method in class org.eclipse.jetty.http.PathMap
Deprecated.
 
isPaused(long) - Method in class org.eclipse.jetty.util.PathWatcher.Config
 
isPending() - Method in class org.eclipse.jetty.io.WriteFlusher
 
isPercentCode() - Method in class org.eclipse.jetty.server.CustomRequestLog.Token
 
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
 
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
 
isPropertyNumber() - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
 
isProtectedTarget(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Check the target.
isPseudo() - Method in enum class org.eclipse.jetty.http.HttpHeader
 
isPush() - Method in class org.eclipse.jetty.server.Request
 
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
 
isQuoteNeededForCookie(String) - Static method in class org.eclipse.jetty.http.HttpCookie
Does a cookie value need to be quoted?
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
 
isRedirect(Response) - Method in class org.eclipse.jetty.client.HttpRedirector
 
isRedirection() - Method in enum class 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
 
isRemoveIdleDestinations() - Method in class org.eclipse.jetty.client.HttpClient
 
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
 
isRenegotiating() - Method in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
 
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
 
isReplacedBy(MultiReleaseJarFile.VersionedJarEntry) - Method in class org.eclipse.jetty.util.MultiReleaseJarFile.VersionedJarEntry
 
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
 
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.server.Request
 
isRequestedSessionIdFromURL() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
isRequestedSessionIdValid() - Method in class org.eclipse.jetty.server.Request
 
isRequestedSessionIdValid() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
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
 
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.FauxContinuation
Deprecated.
 
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.FauxContinuation
Deprecated.
 
isResumed() - Method in class org.eclipse.jetty.continuation.Servlet3Continuation
Deprecated.
 
isRFC6265RejectedCharacter(boolean, char) - Method in class org.eclipse.jetty.server.CookieCutter
 
isRoleClass(Class<?>, List<String>) - Static method in class org.eclipse.jetty.jaas.JAASLoginService
Check whether the class, its superclasses or any interfaces they implement is one of the classes that represents a role.
isRowIdReserved() - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
rowId is a reserved word for Oracle, so change the name of this column
isRunning() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
isRunning() - Method in interface org.eclipse.jetty.util.component.LifeCycle
 
isSafe() - Method in enum class 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.
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
 
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
 
isSchemeSecure(String) - Static method in class org.eclipse.jetty.client.HttpClient
 
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.ForwardedRequestCustomizer.Forwarded
 
isSecure() - Method in class org.eclipse.jetty.server.Request
 
isSecure() - Method in class org.eclipse.jetty.server.session.SessionHandler.CookieConfig
 
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 class 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
 
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
 
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.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
 
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
Does the default SslContextFactory.Server.sniSelect(String, Principal[], SSLSession, String, Collection) implementation require an SNI match? Note that if a non SNI handshake is accepted, requests may still be rejected at the HTTP level for incorrect SNI (see SecureRequestCustomizer).
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
 
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
 
isStarting() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
isStarting() - Method in interface org.eclipse.jetty.util.component.LifeCycle
 
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
 
isState(WriteFlusher.StateType) - Method in class org.eclipse.jetty.io.WriteFlusher
 
isStopped() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
isStopped() - Method in interface org.eclipse.jetty.util.component.LifeCycle
 
isStopping() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
isStopping() - Method in interface org.eclipse.jetty.util.component.LifeCycle
 
isStreaming() - Method in class org.eclipse.jetty.server.Response
 
isStrictEventOrdering() - Method in class org.eclipse.jetty.client.HttpClient
 
isStsIncludeSubDomains() - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
 
isSucceeded() - Method in class org.eclipse.jetty.client.api.Result
 
isSucceeded() - Method in class org.eclipse.jetty.util.IteratingCallback
 
isSuccess() - Method in enum class 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(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.
isSuspended() - Method in interface org.eclipse.jetty.continuation.Continuation
Deprecated.
 
isSuspended() - Method in class org.eclipse.jetty.continuation.FauxContinuation
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 running Deflater.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
 
isTheCloseBuffer(ByteBuffer) - Static method in class org.eclipse.jetty.client.HttpContent
 
isTheEmptyBuffer(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
 
isThrowUnavailableOnStartupException() - Method in class org.eclipse.jetty.webapp.WebAppContext
 
isTLS13() - Method in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
 
isTraceEnabled() - Method in class org.eclipse.jetty.util.log.JettyAwareLogger
 
isTraceEnabled(Marker) - Method in class org.eclipse.jetty.util.log.JettyAwareLogger
 
isTransitionAllowed(WriteFlusher.State, WriteFlusher.State) - Method in class org.eclipse.jetty.io.WriteFlusher
 
isTrue(Object) - Static method in class org.eclipse.jetty.util.TypeUtil
 
isTrustAll() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
isTypeCompatible(Class<?>, Class<?>, boolean) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
 
isTypeMatchingClass(String, Class<?>) - Static method in class org.eclipse.jetty.xml.XmlConfiguration.JettyXmlConfiguration
 
isUnmanaged(Object) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
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
 
isUserInRole(String) - Method in class org.eclipse.jetty.server.Request
 
isUserInRole(String) - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
isUserInRole(String, UserIdentity.Scope) - Method in class org.eclipse.jetty.security.DefaultUserIdentity
 
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
 
isUserStoreAutoCreate() - Method in class org.eclipse.jetty.security.HashLoginService
To facilitate testing.
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.CachedHttpContent
 
isValid() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedPrecompressedHttpContent
 
isValid() - Method in class org.eclipse.jetty.server.session.Session
 
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
 
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
 
isValidBasicLiteralCodepoint(int, String) - Static method in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
 
isValidEscaping(char) - Static method in class org.eclipse.jetty.util.QuotedStringTokenizer
Check that char c (which is preceded by a backslash) is a valid escape sequence.
isVersioned() - Method in class org.eclipse.jetty.util.MultiReleaseJarFile.VersionedJarEntry
 
isWarnEnabled() - Method in class org.eclipse.jetty.util.log.JettyAwareLogger
 
isWarnEnabled(Marker) - Method in class org.eclipse.jetty.util.log.JettyAwareLogger
 
isWhitespace(byte) - Static method in class org.eclipse.jetty.util.ajax.AsyncJSON
 
isWildcardMatch(String) - Method in class org.eclipse.jetty.http.pathmap.ServletPathSpec
 
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
 
items - Variable in class org.eclipse.jetty.util.thread.Sweeper
 
itemValue(Object, Object) - Method in class org.eclipse.jetty.xml.XmlConfiguration.JettyXmlConfiguration
Returns recursively the value of an element.
iterate() - Method in class org.eclipse.jetty.util.IteratingCallback
This method must be invoked by applications to start the processing of sub tasks.
IteratingCallback - Class in org.eclipse.jetty.util
This specialized callback implements a pattern that allows a large job to be broken into smaller 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 Class in org.eclipse.jetty.util
The indication of the overall progress of the overall job that implementations of IteratingCallback.process() must return.
IteratingCallback.State - Enum Class in org.eclipse.jetty.util
The internal states of this callback
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 - Variable in class org.eclipse.jetty.client.HttpContent
 
iterator - Variable in class org.eclipse.jetty.client.util.DeferredContentProvider
 
iterator - Variable in class org.eclipse.jetty.client.util.InputStreamContentProvider
 
iterator - Variable in class org.eclipse.jetty.client.util.MultiPartContentProvider.MultiPartIterator
 
iterator() - Method in class org.eclipse.jetty.client.HttpClient.ContentDecoderFactorySet
 
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.IncludeExcludeConnectionStatistics.ConnectionSet
 
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(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.
ITOA64 - Static variable in class org.eclipse.jetty.util.security.UnixCrypt
 
Itr(Object[], int) - Constructor for class org.eclipse.jetty.util.BlockingArrayQueue.Itr
 

J

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
 
jarFile - Variable in class org.eclipse.jetty.util.MultiReleaseJarFile
 
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.
 
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.
 
JavaUtilLog - Class in org.eclipse.jetty.util.log
Implementation of Jetty Logger based on Logger.
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.
JavaVersion(String, int, int, int, int) - Constructor for class org.eclipse.jetty.util.JavaVersion
 
JAVAX_API - Enum constant in enum class 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
 
Jetty - Class in org.eclipse.jetty.util
 
Jetty() - Constructor for class org.eclipse.jetty.util.Jetty
 
JETTY_WEB_XML - Static variable in class org.eclipse.jetty.webapp.JettyWebXmlConfiguration
 
JettyAwareLogger - Class in org.eclipse.jetty.util.log
JettyAwareLogger is used to fix a FQCN bug that arises from how Jetty Log uses an indirect slf4j implementation.
JettyAwareLogger(LocationAwareLogger) - Constructor for class org.eclipse.jetty.util.log.JettyAwareLogger
 
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
 
JettyPush - Static variable in class org.eclipse.jetty.server.PushBuilderImpl
 
JettyWebXmlConfiguration - Class in org.eclipse.jetty.webapp
JettyWebConfiguration.
JettyWebXmlConfiguration() - Constructor for class org.eclipse.jetty.webapp.JettyWebXmlConfiguration
 
JettyXmlConfiguration() - Constructor for class org.eclipse.jetty.xml.XmlConfiguration.JettyXmlConfiguration
 
JMXRMIServerSocketFactory(String, IntConsumer) - Constructor for class org.eclipse.jetty.jmx.ConnectorServer.JMXRMIServerSocketFactory
 
Job(InputStream, OutputStream) - Constructor for class org.eclipse.jetty.util.IO.Job
 
Job(Reader, Writer) - Constructor for class org.eclipse.jetty.util.IO.Job
 
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
 
joinThreads(long) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
JSON - Class in org.eclipse.jetty.util.ajax
JSON Parser and Generator.
JSON() - Constructor for class org.eclipse.jetty.util.ajax.JSON
 
JSON.ConvertableOutput - Class in org.eclipse.jetty.util.ajax
 
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
 
JsonProducer() - Constructor for class org.eclipse.jetty.servlet.StatisticsServlet.JsonProducer
 
JSP_GENERATED_PACKAGE_NAME - Static variable in class org.eclipse.jetty.servlet.ServletHolder
 
JspConfig() - Constructor for class org.eclipse.jetty.servlet.ServletContextHandler.JspConfig
 
JspContainer() - Constructor for enum class org.eclipse.jetty.servlet.ServletHolder.JspContainer
 
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
 

K

KEEP_ALIVE - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
KEEP_ALIVE - Enum constant in enum class org.eclipse.jetty.http.HttpHeaderValue
 
keepWrappers() - Method in class org.eclipse.jetty.continuation.Servlet3Continuation
Deprecated.
 
key - Variable in class org.eclipse.jetty.http.PathMap.MappedEntry
Deprecated.
 
key - Variable in class org.eclipse.jetty.io.ManagedSelector.Accept
 
key - Variable in class org.eclipse.jetty.server.ShutdownMonitor
 
KEY - Static variable in interface org.eclipse.jetty.util.component.Dumpable
 
KEY_USAGE__KEY_CERT_SIGN - Static variable in class org.eclipse.jetty.util.ssl.X509
 
keyManager - Variable in class org.eclipse.jetty.util.ssl.SslContextFactory.X509ExtendedKeyManagerWrapper
 
KEYPASSWORD_PROPERTY - Static variable in class org.eclipse.jetty.util.ssl.SslContextFactory
String name of key password property.
keys - Variable in class org.eclipse.jetty.io.ManagedSelector.DumpKeys
 
keys - Variable in class org.eclipse.jetty.util.PathWatcher
 
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.AttributesMap
 
keySet() - Method in class org.eclipse.jetty.util.TreeTrie
 
keySet() - Method in interface org.eclipse.jetty.util.Trie
 
keySet(Set<String>, int) - Method in class org.eclipse.jetty.util.ArrayTrie
 
keySet(Set<String>, TreeTrie<V>) - Static method in class org.eclipse.jetty.util.TreeTrie
 
keystoreFile - Variable in class org.eclipse.jetty.util.ssl.KeyStoreScanner
 
KeyStoreScanner - Class in org.eclipse.jetty.util.ssl
The KeyStoreScanner is used to monitor the KeyStore file used by the SslContextFactory.
KeyStoreScanner(SslContextFactory) - Constructor for class org.eclipse.jetty.util.ssl.KeyStoreScanner
 

L

LABEL - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
last - Variable in class org.eclipse.jetty.client.HttpContent
 
last - Variable in class org.eclipse.jetty.server.InclusiveByteRange
 
LAST_BOUNDARY - Enum constant in enum class org.eclipse.jetty.client.util.MultiPartContentProvider.State
 
LAST_CHUNK - Static variable in class org.eclipse.jetty.http.HttpGenerator
 
LAST_MODIFIED - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
lastBoundary - Variable in class org.eclipse.jetty.client.util.MultiPartContentProvider
 
lastCallback - Variable in class org.eclipse.jetty.client.HttpSender
 
LastCallback() - Constructor for class org.eclipse.jetty.client.HttpSender.LastCallback
 
lastContent - Variable in class org.eclipse.jetty.client.http.HttpSenderOverHTTP.HeadersCallback
 
lastModified() - Method in class org.eclipse.jetty.util.resource.BadResource
 
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
 
latch - Variable in class org.eclipse.jetty.client.util.FutureResponseListener
 
latch - Variable in class org.eclipse.jetty.io.ManagedSelector.DumpKeys
 
LAX - Enum constant in enum class org.eclipse.jetty.http.HttpCookie.SameSite
 
LazyList - Class in org.eclipse.jetty.util
Lazy List creation.
LazyList() - Constructor for class org.eclipse.jetty.util.LazyList
 
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 - Variable in class org.eclipse.jetty.client.LeakTrackingConnectionPool
 
leakDetector - Variable in class org.eclipse.jetty.io.LeakTrackingByteBufferPool
 
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 - Variable in class org.eclipse.jetty.io.LeakTrackingByteBufferPool
 
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.
leakedAcquires - Variable in class org.eclipse.jetty.io.LeakTrackingByteBufferPool
 
leakedReleases - Variable in class org.eclipse.jetty.io.LeakTrackingByteBufferPool
 
leakedRemoves - Variable in class org.eclipse.jetty.io.LeakTrackingByteBufferPool
 
LeakInfo(T, String) - Constructor for class org.eclipse.jetty.util.LeakDetector.LeakInfo
 
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
 
Leased(Object, int) - Constructor for class org.eclipse.jetty.util.thread.ThreadPoolBudget.Leased
 
leasee - Variable in class org.eclipse.jetty.util.thread.ThreadPoolBudget.Leased
 
leaseFrom(Executor, Object, int) - Static method in class org.eclipse.jetty.util.thread.ThreadPoolBudget
 
leases - Variable in class org.eclipse.jetty.util.thread.ThreadPoolBudget
 
leaseTo(Object, int) - Method in class org.eclipse.jetty.util.thread.ThreadPoolBudget
 
leaveSession(Session) - Method in class org.eclipse.jetty.server.Request
Complete this request's access to a session.
LEGACY - Enum constant in enum class org.eclipse.jetty.http.HttpCompliance
A Legacy compliance mode to match jetty's behavior prior to RFC2616 and RFC7230.
LEGACY - Enum constant in enum class org.eclipse.jetty.server.MultiPartFormDataCompliance
Legacy multiPart/form-data parsing which is slow but forgiving.
LegacyDecorator(Decorator) - Constructor for class org.eclipse.jetty.servlet.ServletContextHandler.LegacyDecorator
 
LegacyInetRange(String) - Constructor for class org.eclipse.jetty.util.InetAddressSet.LegacyInetRange
 
length - Variable in class org.eclipse.jetty.client.util.ByteBufferContentProvider
 
length - Variable in class org.eclipse.jetty.client.util.BytesContentProvider
 
length - Variable in class org.eclipse.jetty.client.util.DeferredContentProvider
 
length - Variable in class org.eclipse.jetty.client.util.MultiPartContentProvider
 
length - Variable in class org.eclipse.jetty.client.util.MultiPartContentProvider.Part
 
length - Variable in class org.eclipse.jetty.util.PathWatcher.PathWatchEvent
 
length() - Method in class org.eclipse.jetty.util.resource.BadResource
 
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(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Get remaining from null checked buffer
LENGTH_REQUIRED - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
LENGTH_REQUIRED_411 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
lenientPercentDecode(String, int) - Static method in class org.eclipse.jetty.util.URIUtil
 
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 - Enum constant in enum class org.eclipse.jetty.http.HttpTokens.Type
 
LF - Enum constant in enum class org.eclipse.jetty.util.ReadLineInputStream.Termination
Deprecated.
 
LF - Static variable in class org.eclipse.jetty.util.TypeUtil
 
LF_INDEX - Static variable in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyV1ConnectionFactory.ProxyProtocolV1Connection
 
LF_LINE_TERMINATION - Enum constant in enum class org.eclipse.jetty.util.MultiPartInputStreamParser.NonCompliance
Deprecated.
 
LifeCycle - Interface in org.eclipse.jetty.util.component
The lifecycle interface for generic components.
LifeCycle.Listener - Interface in org.eclipse.jetty.util.component
Listener.
lifeCycleFailure(LifeCycle, Throwable) - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
 
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
 
lifeCycleFailure(LifeCycle, Throwable) - Method in class org.eclipse.jetty.util.component.StopLifeCycle
 
lifeCycleStarted(LifeCycle) - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
 
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
 
lifeCycleStarting(LifeCycle) - Method in class org.eclipse.jetty.util.component.FileNoticeLifeCycleListener
 
lifeCycleStarting(LifeCycle) - Method in interface org.eclipse.jetty.util.component.LifeCycle.Listener
 
lifeCycleStarting(LifeCycle) - Method in class org.eclipse.jetty.util.component.StopLifeCycle
 
lifeCycleStopped(LifeCycle) - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
 
lifeCycleStopped(LifeCycle) - Method in class org.eclipse.jetty.util.component.FileNoticeLifeCycleListener
 
lifeCycleStopped(LifeCycle) - Method in interface org.eclipse.jetty.util.component.LifeCycle.Listener
 
lifeCycleStopped(LifeCycle) - Method in class org.eclipse.jetty.util.component.StopLifeCycle
 
lifeCycleStopping(LifeCycle) - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
 
lifeCycleStopping(LifeCycle) - Method in class org.eclipse.jetty.util.component.FileNoticeLifeCycleListener
 
lifeCycleStopping(LifeCycle) - Method in interface org.eclipse.jetty.util.component.LifeCycle.Listener
 
lifeCycleStopping(LifeCycle) - Method in class org.eclipse.jetty.util.component.StopLifeCycle
 
limit() - Method in class org.eclipse.jetty.server.AcceptRateLimit
 
limit() - Method in class org.eclipse.jetty.server.ConnectionLimit
 
LINE_FEED - Static variable in class org.eclipse.jetty.http.HttpTokens
 
Link(Runnable) - Constructor for class org.eclipse.jetty.util.thread.SerializedExecutor.Link
 
LINK - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
list() - Method in class org.eclipse.jetty.util.resource.BadResource
 
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
listen() - Method in class org.eclipse.jetty.server.ShutdownMonitor
 
listener - Variable in class org.eclipse.jetty.client.HttpProxy.TunnelPromise
 
listener - Variable in class org.eclipse.jetty.client.util.DeferredContentProvider
 
listener - Variable in class org.eclipse.jetty.client.util.MultiPartContentProvider
 
listener(Request.Listener) - Method in interface org.eclipse.jetty.client.api.Request
 
listener(Request.Listener) - Method in class org.eclipse.jetty.client.HttpRequest
 
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
 
listeners - Variable in class org.eclipse.jetty.client.HttpConversation
 
listeners - Variable in class org.eclipse.jetty.client.HttpExchange
 
listeners - Variable in class org.eclipse.jetty.client.HttpReceiver.ContentListeners
 
listeners - Variable in class org.eclipse.jetty.client.HttpResponse
 
listeners - Variable in class org.eclipse.jetty.io.NetworkTrafficSocketChannelEndPoint
 
listeners - Variable in class org.eclipse.jetty.server.NetworkTrafficServerConnector
 
listeners - Variable in class org.eclipse.jetty.util.PathWatcher
 
listEntries() - Method in class org.eclipse.jetty.util.resource.JarFileResource
 
listIterator() - Method in class org.eclipse.jetty.http.HttpFields
 
listIterator(int) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
listIterator(Object) - Static method in class org.eclipse.jetty.util.LazyList
 
ListItr() - Constructor for class org.eclipse.jetty.http.HttpFields.ListItr
 
literal - Variable in class org.eclipse.jetty.server.CustomRequestLog.Token
 
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).
LO - Static variable in class org.eclipse.jetty.util.ArrayTernaryTrie
 
load() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
load(InputStream, String) - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
Load the session data from a file.
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(String, Resource, int) - Method in class org.eclipse.jetty.server.CachedContentFactory
 
load(String, Resource, int) - Method in class org.eclipse.jetty.server.ResourceContentFactory
 
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() - Method in class org.eclipse.jetty.webapp.DiscoveredAnnotation
 
loadClass(Class, String) - Static method in class org.eclipse.jetty.util.Loader
Load a class.
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.webapp.WebAppClassLoader
 
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
 
loadKeyStore(Resource) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Override this method to provide alternate way to load a keystore.
loadProperties(String, Properties) - Static method in class org.eclipse.jetty.util.log.Log
 
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
 
loadSession(String) - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
Load the info for the session from the session data store
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.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 - Enum constant in enum class 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
LocalEndPoint() - Constructor for class org.eclipse.jetty.server.LocalConnector.LocalEndPoint
 
LOCATION - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
LOCATION_METHODS - Static variable in class org.eclipse.jetty.util.TypeUtil
 
LocationEntry(String, boolean) - Constructor for class org.eclipse.jetty.webapp.ClasspathPattern.LocationEntry
 
lock - Variable in class org.eclipse.jetty.client.util.DeferredContentProvider
 
lock - Variable in class org.eclipse.jetty.client.util.InputStreamResponseListener
 
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 - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
LOCKED - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
LOCKED_423 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
locker - Variable in class org.eclipse.jetty.util.Pool
 
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) - 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, 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(Request, Response) - Method in class org.eclipse.jetty.server.RequestLogCollection
 
log(Marker, int, String, Object[], Throwable) - Method in class org.eclipse.jetty.util.log.JettyAwareLogger
 
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.AbstractConnectionPool
 
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.http.HttpConnectionOverHTTP
 
LOG - Static variable in class org.eclipse.jetty.client.HttpChannel
 
LOG - Static variable in class org.eclipse.jetty.client.HttpClient
 
LOG - Static variable in class org.eclipse.jetty.client.HttpConnection
 
LOG - Static variable in class org.eclipse.jetty.client.HttpContent
 
LOG - Static variable in class org.eclipse.jetty.client.HttpConversation
 
LOG - Static variable in class org.eclipse.jetty.client.HttpDestination
 
LOG - Static variable in class org.eclipse.jetty.client.HttpExchange
 
LOG - Static variable in class org.eclipse.jetty.client.HttpProxy
 
LOG - Static variable in class org.eclipse.jetty.client.HttpReceiver
 
LOG - Static variable in class org.eclipse.jetty.client.HttpRedirector
 
LOG - Static variable in class org.eclipse.jetty.client.HttpSender
 
LOG - Static variable in class org.eclipse.jetty.client.LeakTrackingConnectionPool
 
LOG - Static variable in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.ProxyProtocolConnection
 
LOG - Static variable in class org.eclipse.jetty.client.RequestNotifier
 
LOG - Static variable in class org.eclipse.jetty.client.ResponseNotifier
 
LOG - Static variable in class org.eclipse.jetty.client.Socks4Proxy.Socks4ProxyConnection
 
LOG - Static variable in class org.eclipse.jetty.client.TimeoutCompleteListener
 
LOG - Static variable in class org.eclipse.jetty.client.util.InputStreamContentProvider
 
LOG - Static variable in class org.eclipse.jetty.client.util.InputStreamResponseListener
 
LOG - Static variable in class org.eclipse.jetty.client.util.MultiPartContentProvider
 
LOG - Static variable in class org.eclipse.jetty.client.util.PathContentProvider
 
LOG - Static variable in class org.eclipse.jetty.client.util.SPNEGOAuthentication
 
LOG - Static variable in class org.eclipse.jetty.client.ValidatingConnectionPool
 
LOG - Static variable in class org.eclipse.jetty.http.HttpCookie
 
LOG - Static variable in class org.eclipse.jetty.http.HttpFields
 
LOG - Static variable in class org.eclipse.jetty.http.HttpGenerator
 
LOG - Static variable in class org.eclipse.jetty.http.HttpParser
 
LOG - Static variable in class org.eclipse.jetty.http.MimeTypes
 
LOG - Static variable in class org.eclipse.jetty.http.MultiPartFormInputStream
 
LOG - Static variable in class org.eclipse.jetty.http.MultiPartParser
 
LOG - Static variable in class org.eclipse.jetty.http.pathmap.PathMappings
 
LOG - Static variable in class org.eclipse.jetty.http.pathmap.ServletPathSpec
 
LOG - Static variable in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
 
LOG - Static variable in class org.eclipse.jetty.http.PreEncodedHttpField
 
LOG - Static variable in class org.eclipse.jetty.io.AbstractConnection
 
LOG - Static variable in class org.eclipse.jetty.io.AbstractEndPoint
 
LOG - Static variable in class org.eclipse.jetty.io.ArrayByteBufferPool
 
LOG - Static variable in class org.eclipse.jetty.io.ByteArrayEndPoint
 
LOG - Static variable in class org.eclipse.jetty.io.ChannelEndPoint
 
LOG - Static variable in class org.eclipse.jetty.io.CyclicTimeout
 
LOG - Static variable in class org.eclipse.jetty.io.FillInterest
 
LOG - Static variable in class org.eclipse.jetty.io.IdleTimeout
 
LOG - Static variable in class org.eclipse.jetty.io.LeakTrackingByteBufferPool
 
LOG - Static variable in class org.eclipse.jetty.io.ManagedSelector
 
LOG - Static variable in class org.eclipse.jetty.io.MappedByteBufferPool
 
LOG - Static variable in class org.eclipse.jetty.io.NegotiatingClientConnection
 
LOG - Static variable in class org.eclipse.jetty.io.NetworkTrafficSocketChannelEndPoint
 
LOG - Static variable in class org.eclipse.jetty.io.SelectorManager
 
LOG - Static variable in class org.eclipse.jetty.io.ssl.SslConnection
 
LOG - Static variable in class org.eclipse.jetty.io.WriteFlusher
 
LOG - Static variable in class org.eclipse.jetty.jaas.JAASLoginService
 
LOG - Static variable in class org.eclipse.jetty.jaas.PropertyUserStoreManager
 
LOG - Static variable in class org.eclipse.jetty.jaas.spi.AbstractDatabaseLoginModule
 
LOG - Static variable in class org.eclipse.jetty.jaas.spi.JDBCLoginModule
 
LOG - Static variable in class org.eclipse.jetty.jaas.spi.LdapLoginModule
 
LOG - Static variable in class org.eclipse.jetty.jaas.spi.PropertyFileLoginModule
 
LOG - Static variable in class org.eclipse.jetty.jmx.ConnectorServer
 
LOG - Static variable in class org.eclipse.jetty.jmx.MBeanContainer
 
LOG - Static variable in class org.eclipse.jetty.jmx.MetaData
 
LOG - Static variable in class org.eclipse.jetty.jmx.ObjectMBean
 
LOG - Static variable in class org.eclipse.jetty.security.AbstractLoginService
 
LOG - Static variable in class org.eclipse.jetty.security.authentication.ConfigurableSpnegoAuthenticator
 
LOG - Static variable in class org.eclipse.jetty.security.authentication.DeferredAuthentication
 
LOG - Static variable in class org.eclipse.jetty.security.authentication.DigestAuthenticator
 
LOG - Static variable in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
LOG - Static variable in class org.eclipse.jetty.security.authentication.LoginAuthenticator
 
LOG - Static variable in class org.eclipse.jetty.security.authentication.SessionAuthentication
 
LOG - Static variable in class org.eclipse.jetty.security.authentication.SpnegoAuthenticator
Deprecated.
 
LOG - Static variable in class org.eclipse.jetty.security.ConfigurableSpnegoLoginService
 
LOG - Static variable in class org.eclipse.jetty.security.ConstraintSecurityHandler
 
LOG - Static variable in class org.eclipse.jetty.security.HashLoginService
 
LOG - Static variable in class org.eclipse.jetty.security.JDBCLoginService
 
LOG - Static variable in class org.eclipse.jetty.security.PropertyUserStore
 
LOG - Static variable in class org.eclipse.jetty.security.SecurityHandler
 
LOG - Static variable in class org.eclipse.jetty.security.SpnegoLoginService
Deprecated.
 
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.AcceptRateLimit
 
LOG - Static variable in class org.eclipse.jetty.server.AsyncRequestLogWriter
 
LOG - Static variable in class org.eclipse.jetty.server.CachedContentFactory
 
LOG - Static variable in class org.eclipse.jetty.server.ConnectionLimit
 
LOG - Static variable in class org.eclipse.jetty.server.CookieCutter
 
LOG - Static variable in class org.eclipse.jetty.server.CustomRequestLog
 
LOG - Static variable in class org.eclipse.jetty.server.DebugListener
 
LOG - Static variable in class org.eclipse.jetty.server.DetectorConnectionFactory
 
LOG - Static variable in class org.eclipse.jetty.server.Dispatcher
 
LOG - Static variable in class org.eclipse.jetty.server.handler.AbstractHandler
 
LOG - Static variable in class org.eclipse.jetty.server.handler.AbstractHandlerContainer
 
LOG - Static variable in class org.eclipse.jetty.server.handler.AllowSymLinkAliasChecker
 
LOG - Static variable in class org.eclipse.jetty.server.handler.BufferedResponseHandler
 
LOG - Static variable in class org.eclipse.jetty.server.handler.ContextHandler
 
LOG - Static variable in class org.eclipse.jetty.server.handler.ContextHandlerCollection
 
LOG - Static variable in class org.eclipse.jetty.server.handler.DefaultHandler
 
LOG - Static variable in class org.eclipse.jetty.server.handler.ErrorHandler
 
LOG - Static variable in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
LOG - Static variable in class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor
 
LOG - Static variable in class org.eclipse.jetty.server.handler.InetAccessHandler
 
LOG - Static variable in class org.eclipse.jetty.server.handler.IPAccessHandler
Deprecated.
 
LOG - Static variable in class org.eclipse.jetty.server.handler.jmx.AbstractHandlerMBean
 
LOG - Static variable in class org.eclipse.jetty.server.handler.ManagedAttributeListener
 
LOG - Static variable in class org.eclipse.jetty.server.handler.ResourceHandler
 
LOG - Static variable in class org.eclipse.jetty.server.handler.ShutdownHandler
 
LOG - Static variable in class org.eclipse.jetty.server.handler.StatisticsHandler
 
LOG - Static variable in class org.eclipse.jetty.server.handler.ThreadLimitHandler
 
LOG - Static variable in class org.eclipse.jetty.server.HomeBaseWarning
 
LOG - Static variable in class org.eclipse.jetty.server.HttpChannel
 
LOG - Static variable in class org.eclipse.jetty.server.HttpChannelListeners
 
LOG - Static variable in class org.eclipse.jetty.server.HttpChannelOverHttp
 
LOG - Static variable in class org.eclipse.jetty.server.HttpChannelState
 
LOG - Static variable in class org.eclipse.jetty.server.HttpConfiguration
 
LOG - Static variable in class org.eclipse.jetty.server.HttpConnection
 
LOG - Static variable in class org.eclipse.jetty.server.HttpInput
 
LOG - Static variable in class org.eclipse.jetty.server.HttpOutput
 
LOG - Static variable in class org.eclipse.jetty.server.InclusiveByteRange
 
LOG - Static variable in class org.eclipse.jetty.server.LowResourceMonitor
 
LOG - Static variable in class org.eclipse.jetty.server.NegotiatingServerConnection
 
LOG - Static variable in class org.eclipse.jetty.server.OptionalSslConnectionFactory
Deprecated.
 
LOG - Static variable in class org.eclipse.jetty.server.ProxyConnectionFactory
 
LOG - Static variable in class org.eclipse.jetty.server.PushBuilderImpl
 
LOG - Static variable in class org.eclipse.jetty.server.Request
 
LOG - Static variable in class org.eclipse.jetty.server.RequestLogWriter
 
LOG - Static variable in class org.eclipse.jetty.server.resource.HttpContentRangeWriter
 
LOG - Static variable in class org.eclipse.jetty.server.ResourceService
 
LOG - Static variable in class org.eclipse.jetty.server.Response
 
LOG - Static variable in class org.eclipse.jetty.server.ResponseWriter
 
LOG - Static variable in class org.eclipse.jetty.server.SameFileAliasChecker
 
LOG - Static variable in class org.eclipse.jetty.server.SecureRequestCustomizer
 
LOG - Static variable in class org.eclipse.jetty.server.Server
 
LOG - Static variable in class org.eclipse.jetty.server.session.AbstractSessionCache
 
LOG - Static variable in class org.eclipse.jetty.server.session.AbstractSessionDataStore
 
LOG - Static variable in class org.eclipse.jetty.server.session.CachingSessionDataStore
 
LOG - Static variable in class org.eclipse.jetty.server.session.DatabaseAdaptor
 
LOG - Static variable in class org.eclipse.jetty.server.session.DefaultSessionCache
 
LOG - Static variable in class org.eclipse.jetty.server.session.DefaultSessionIdManager
 
LOG - Static variable in class org.eclipse.jetty.server.session.FileSessionDataStore
 
LOG - Static variable in class org.eclipse.jetty.server.session.HouseKeeper
 
LOG - Static variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore
 
LOG - Static variable in class org.eclipse.jetty.server.session.NullSessionCacheFactory
 
LOG - Static variable in class org.eclipse.jetty.server.session.Session
 
LOG - Static variable in class org.eclipse.jetty.server.session.SessionData
 
LOG - Static variable in class org.eclipse.jetty.server.session.SessionHandler
 
LOG - Static variable in class org.eclipse.jetty.servlet.BaseHolder
 
LOG - Static variable in class org.eclipse.jetty.servlet.DefaultServlet
 
LOG - Static variable in class org.eclipse.jetty.servlet.ErrorPageErrorHandler
 
LOG - Static variable in class org.eclipse.jetty.servlet.FilterHolder
 
LOG - Static variable in class org.eclipse.jetty.servlet.Holder
 
LOG - Static variable in class org.eclipse.jetty.servlet.Invoker
 
LOG - Static variable in class org.eclipse.jetty.servlet.listener.ELContextCleaner
 
LOG - Static variable in class org.eclipse.jetty.servlet.ServletContextHandler
 
LOG - Static variable in class org.eclipse.jetty.servlet.ServletHandler
 
LOG - Static variable in class org.eclipse.jetty.servlet.ServletHolder
 
LOG - Static variable in class org.eclipse.jetty.servlet.StatisticsServlet
 
LOG - Static variable in class org.eclipse.jetty.util.ajax.JSON
 
LOG - Static variable in class org.eclipse.jetty.util.ajax.JSONDateConvertor
 
LOG - Static variable in class org.eclipse.jetty.util.ajax.JSONEnumConvertor
 
LOG - Static variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
LOG - Static variable in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
LOG - Static variable in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
LOG - Static variable in class org.eclipse.jetty.util.component.FileDestroyable
 
LOG - Static variable in class org.eclipse.jetty.util.component.FileNoticeLifeCycleListener
 
LOG - Static variable in class org.eclipse.jetty.util.component.StopLifeCycle
 
LOG - Static variable in class org.eclipse.jetty.util.DecoratedObjectFactory
 
LOG - Static variable in class org.eclipse.jetty.util.DeprecationWarning
 
LOG - Static variable in class org.eclipse.jetty.util.IO
 
LOG - Static variable in class org.eclipse.jetty.util.Jetty
 
LOG - Static variable in class org.eclipse.jetty.util.LeakDetector
 
LOG - Static variable in class org.eclipse.jetty.util.log.Log
 
LOG - Static variable in class org.eclipse.jetty.util.ModuleLocation
 
LOG - Static variable in class org.eclipse.jetty.util.MultiPartInputStreamParser
Deprecated.
 
LOG - Static variable in class org.eclipse.jetty.util.PathWatcher
 
LOG - Static variable in class org.eclipse.jetty.util.preventers.AbstractLeakPreventer
 
LOG - Static variable in class org.eclipse.jetty.util.resource.FileResource
Deprecated.
 
LOG - Static variable in class org.eclipse.jetty.util.resource.JarFileResource
 
LOG - Static variable in class org.eclipse.jetty.util.resource.JarResource
 
LOG - Static variable in class org.eclipse.jetty.util.resource.PathResource
 
LOG - Static variable in class org.eclipse.jetty.util.resource.Resource
 
LOG - Static variable in class org.eclipse.jetty.util.resource.URLResource
 
LOG - Static variable in class org.eclipse.jetty.util.Scanner
 
LOG - Static variable in class org.eclipse.jetty.util.security.CertificateValidator
 
LOG - Static variable in class org.eclipse.jetty.util.security.Credential
 
LOG - Static variable in class org.eclipse.jetty.util.security.Password
 
LOG - Static variable in class org.eclipse.jetty.util.SharedBlockingCallback
 
LOG - Static variable in class org.eclipse.jetty.util.SocketAddressResolver.Async
 
LOG - Static variable in class org.eclipse.jetty.util.ssl.KeyStoreScanner
 
LOG - Static variable in class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager
 
LOG - Static variable in class org.eclipse.jetty.util.ssl.SslContextFactory
 
LOG - Static variable in class org.eclipse.jetty.util.ssl.X509
 
LOG - Static variable in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
LOG - Static variable in class org.eclipse.jetty.util.thread.ReservedThreadExecutor
 
LOG - Static variable in class org.eclipse.jetty.util.thread.ShutdownThread
 
LOG - Static variable in class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill
 
LOG - Static variable in class org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume
 
LOG - Static variable in class org.eclipse.jetty.util.thread.strategy.ProduceConsume
 
LOG - Static variable in class org.eclipse.jetty.util.thread.strategy.ProduceExecuteConsume
 
LOG - Static variable in class org.eclipse.jetty.util.thread.Sweeper
 
LOG - Static variable in class org.eclipse.jetty.util.thread.ThreadPoolBudget
 
LOG - Static variable in class org.eclipse.jetty.util.thread.TimerScheduler
 
LOG - Static variable in class org.eclipse.jetty.util.TypeUtil
 
LOG - Static variable in class org.eclipse.jetty.util.URIUtil
 
LOG - Static variable in class org.eclipse.jetty.util.UrlEncoded
 
LOG - Static variable in class org.eclipse.jetty.util.Utf8Appendable
 
LOG - Static variable in class org.eclipse.jetty.webapp.CachingWebAppClassLoader
 
LOG - Static variable in class org.eclipse.jetty.webapp.DiscoveredAnnotation
 
LOG - Static variable in class org.eclipse.jetty.webapp.JarScanner
Deprecated.
 
LOG - Static variable in class org.eclipse.jetty.webapp.JettyWebXmlConfiguration
 
LOG - Static variable in class org.eclipse.jetty.webapp.MetaData
 
LOG - Static variable in class org.eclipse.jetty.webapp.MetaInfConfiguration
 
LOG - Static variable in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
 
LOG - Static variable in class org.eclipse.jetty.webapp.WebAppClassLoader
 
LOG - Static variable in class org.eclipse.jetty.webapp.WebAppContext
 
LOG - Static variable in class org.eclipse.jetty.webapp.WebDescriptor
 
LOG - Static variable in class org.eclipse.jetty.webapp.WebInfConfiguration
 
LOG - Static variable in class org.eclipse.jetty.webapp.WebXmlConfiguration
 
LOG - Static variable in class org.eclipse.jetty.xml.XmlConfiguration
 
LOG - Static variable in class org.eclipse.jetty.xml.XmlParser
 
LOG_CONFIG - Static variable in class org.eclipse.jetty.util.ssl.SslContextFactory
 
logBytesReceived(StringBuilder, Request, Response) - Static method in class org.eclipse.jetty.server.CustomRequestLog
 
logBytesReceivedCLF(StringBuilder, Request, Response) - Static method in class org.eclipse.jetty.server.CustomRequestLog
 
logBytesSent(StringBuilder, Request, Response) - Static method in class org.eclipse.jetty.server.CustomRequestLog
 
logBytesSentCLF(StringBuilder, Request, Response) - Static method in class org.eclipse.jetty.server.CustomRequestLog
 
logBytesTransferred(StringBuilder, Request, Response) - Static method in class org.eclipse.jetty.server.CustomRequestLog
 
logBytesTransferredCLF(StringBuilder, Request, Response) - Static method in class org.eclipse.jetty.server.CustomRequestLog
 
logClientHost(StringBuilder, Request, Response) - Static method in class org.eclipse.jetty.server.CustomRequestLog
 
logClientPort(StringBuilder, Request, Response) - Static method in class org.eclipse.jetty.server.CustomRequestLog
 
logConnectionStatus(StringBuilder, Request, Response) - Static method in class org.eclipse.jetty.server.CustomRequestLog
 
logEnvironmentVar(String, StringBuilder, Request, Response) - Static method in class org.eclipse.jetty.server.CustomRequestLog
 
logExtended(StringBuilder, Request, Response) - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
Deprecated.
Writes extended request and response information to the output stream.
logFilename(StringBuilder, Request, Response) - Static method in class org.eclipse.jetty.server.CustomRequestLog
 
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 - Variable in class org.eclipse.jetty.server.Slf4jRequestLogWriter
 
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.
LOGGER - Static variable in class org.eclipse.jetty.util.Pool
 
LoggerLog - Class in org.eclipse.jetty.util.log
 
LoggerLog(Object) - Constructor for class org.eclipse.jetty.util.log.LoggerLog
 
loggerName - Variable in class org.eclipse.jetty.server.Slf4jRequestLogWriter
 
login() - Method in class org.eclipse.jetty.client.util.SPNEGOAuthentication
 
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.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.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
 
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.
logKeepAliveRequests(StringBuilder, Request, Response) - Static method in class org.eclipse.jetty.server.CustomRequestLog
 
logLatencyMicroseconds(StringBuilder, Request, Response) - Static method in class org.eclipse.jetty.server.CustomRequestLog
 
logLatencyMilliseconds(StringBuilder, Request, Response) - Static method in class org.eclipse.jetty.server.CustomRequestLog
 
logLatencySeconds(StringBuilder, Request, Response) - Static method in class org.eclipse.jetty.server.CustomRequestLog
 
logLocalHost(StringBuilder, Request, Response) - Static method in class org.eclipse.jetty.server.CustomRequestLog
 
logLocalPort(StringBuilder, Request, Response) - Static method in class org.eclipse.jetty.server.CustomRequestLog
 
LogMBean - Class in org.eclipse.jetty.util.log.jmx
 
LogMBean(Object) - Constructor for class org.eclipse.jetty.util.log.jmx.LogMBean
 
logNothing(StringBuilder, Request, Response) - Static method in class org.eclipse.jetty.server.CustomRequestLog
 
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(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 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.SpnegoLoginService
Deprecated.
 
logQueryString(StringBuilder, Request, Response) - Static method in class org.eclipse.jetty.server.CustomRequestLog
 
logRemoteHost(StringBuilder, Request, Response) - Static method in class org.eclipse.jetty.server.CustomRequestLog
 
logRemotePort(StringBuilder, Request, Response) - Static method in class org.eclipse.jetty.server.CustomRequestLog
 
logRequestAuthentication(StringBuilder, Request, Response) - Static method in class org.eclipse.jetty.server.CustomRequestLog
 
logRequestAuthenticationWithDeferred(StringBuilder, Request, Response) - Static method in class org.eclipse.jetty.server.CustomRequestLog
 
logRequestCookie(String, StringBuilder, Request, Response) - Static method in class org.eclipse.jetty.server.CustomRequestLog
 
logRequestCookies(StringBuilder, Request, Response) - Static method in class org.eclipse.jetty.server.CustomRequestLog
 
logRequestFirstLine(StringBuilder, Request, Response) - Static method in class org.eclipse.jetty.server.CustomRequestLog
 
logRequestHandler(StringBuilder, Request, Response) - Static method in class org.eclipse.jetty.server.CustomRequestLog
 
logRequestHeader(String, StringBuilder, Request, Response) - Static method in class org.eclipse.jetty.server.CustomRequestLog
 
logRequestMethod(StringBuilder, Request, Response) - Static method in class org.eclipse.jetty.server.CustomRequestLog
 
logRequestProtocol(StringBuilder, Request, Response) - Static method in class org.eclipse.jetty.server.CustomRequestLog
 
logRequestTime(DateCache, StringBuilder, Request, Response) - Static method in class org.eclipse.jetty.server.CustomRequestLog
 
logRequestTrailer(String, StringBuilder, Request, Response) - Static method in class org.eclipse.jetty.server.CustomRequestLog
 
logResponseHeader(String, StringBuilder, Request, Response) - Static method in class org.eclipse.jetty.server.CustomRequestLog
 
logResponseSize(StringBuilder, Request, Response) - Static method in class org.eclipse.jetty.server.CustomRequestLog
 
logResponseSizeCLF(StringBuilder, Request, Response) - Static method in class org.eclipse.jetty.server.CustomRequestLog
 
logResponseStatus(StringBuilder, Request, Response) - Static method in class org.eclipse.jetty.server.CustomRequestLog
 
logResponseTrailer(String, StringBuilder, Request, Response) - Static method in class org.eclipse.jetty.server.CustomRequestLog
 
logServerHost(StringBuilder, Request, Response) - Static method in class org.eclipse.jetty.server.CustomRequestLog
 
logServerPort(StringBuilder, Request, Response) - Static method in class org.eclipse.jetty.server.CustomRequestLog
 
logUrlRequestPath(StringBuilder, Request, Response) - Static method in class org.eclipse.jetty.server.CustomRequestLog
 
LONG - Static variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
longToBytes(long) - Static method in class org.eclipse.jetty.util.resource.Resource
 
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 class org.eclipse.jetty.http.HttpMethod
 
lookAheadGet(byte[], int, int) - Static method in enum class org.eclipse.jetty.http.HttpMethod
Deprecated.
Not used
lookAheadGet(byte[], int, int) - Static method in enum class org.eclipse.jetty.http.HttpVersion
Optimised lookup to find an Http Version and whitespace in a byte array.
lookAheadGet(ByteBuffer) - Static method in enum class 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 class org.eclipse.jetty.http.HttpVersion
Optimised lookup to find an HTTP Version and trailing white space in a byte array.
lookup(String) - Method in class org.eclipse.jetty.server.CachedContentFactory
Deprecated.
LOOKUP - Static variable in class org.eclipse.jetty.util.TreeTrie
 
lookupLoggingLevel(Properties, String) - Static method in class org.eclipse.jetty.util.log.AbstractLogger
Get the Logging Level for the provided log name.
lookupServerAttribute(String, int) - Method in class org.eclipse.jetty.server.Request
 
LOOP_DETECTED - Enum constant in enum class 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 class 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() if Connector.getExecutor() is an instance of ThreadPool and LowResourceMonitor.setMonitorThreads(boolean) is true. If LowResourceMonitor.setMaxMemory(long) is non zero then low resources is detected if the JVMs Runtime instance has Runtime.totalMemory() minus Runtime.freeMemory() greater than LowResourceMonitor.getMaxMemory() If LowResourceMonitor.setMaxConnections(int) is non zero then low resources is detected if the total number of connections exceeds LowResourceMonitor.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.LRMScheduler - Class 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
 
LRMScheduler() - Constructor for class org.eclipse.jetty.server.LowResourceMonitor.LRMScheduler
 
LSTRING_FILE - Static variable in class org.eclipse.jetty.server.HttpOutput
 
lStrings - Static variable in class org.eclipse.jetty.server.HttpOutput
 

M

MAGIC - Static variable in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.ProxyProtocolConnectionV2
 
main(String...) - Static method in class org.eclipse.jetty.server.Server
 
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.xml.XmlConfiguration
Runs the XML configurations as a main application.
MainThreadPoolLowResourceCheck() - Constructor for class org.eclipse.jetty.server.LowResourceMonitor.MainThreadPoolLowResourceCheck
 
major - Variable in class org.eclipse.jetty.util.JavaVersion
 
makeBoundary() - Static method in class org.eclipse.jetty.client.util.MultiPartContentProvider
 
makeName(String) - Method in class org.eclipse.jetty.jmx.MBeanContainer
 
makeTempDirectory(File, WebAppContext) - Method in class org.eclipse.jetty.webapp.WebInfConfiguration
 
makeUnavailable(Throwable) - Method in class org.eclipse.jetty.servlet.ServletHolder
 
makeUnavailable(UnavailableException) - Method in class org.eclipse.jetty.servlet.ServletHolder
 
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.
manage(ContainerLifeCycle.Bean) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
Managed() - Constructor for enum class org.eclipse.jetty.util.component.ContainerLifeCycle.Managed
 
MANAGED - Enum constant in enum class org.eclipse.jetty.util.component.ContainerLifeCycle.Managed
 
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.
ManagedAttribute - Annotation Interface 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 Interface 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 Interface 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 a Selector simplifying non-blocking operations on channels.
ManagedSelector(SelectorManager, int) - Constructor for class org.eclipse.jetty.io.ManagedSelector
 
ManagedSelector.Accept - Class in org.eclipse.jetty.io
 
ManagedSelector.Acceptor - Class in org.eclipse.jetty.io
 
ManagedSelector.CloseConnections - Class in org.eclipse.jetty.io
 
ManagedSelector.Connect - Class in org.eclipse.jetty.io
 
ManagedSelector.CreateEndPoint - Class in org.eclipse.jetty.io
 
ManagedSelector.DestroyEndPoint - Class in org.eclipse.jetty.io
 
ManagedSelector.DumpKeys - Class in org.eclipse.jetty.io
 
ManagedSelector.Selectable - Interface in org.eclipse.jetty.io
A ManagedSelector.Selectable is an EndPoint that wish to be notified of non-blocking events by the ManagedSelector.
ManagedSelector.SelectorProducer - Class in org.eclipse.jetty.io
 
ManagedSelector.SelectorUpdate - Interface in org.eclipse.jetty.io
A selector update to be done when the selector has been woken.
ManagedSelector.Start - Class in org.eclipse.jetty.io
 
ManagedSelector.StopSelector - Class in org.eclipse.jetty.io
 
ManifestUtils - Class in org.eclipse.jetty.util
 
ManifestUtils() - Constructor for class org.eclipse.jetty.util.ManifestUtils
 
map() - Method in class org.eclipse.jetty.util.AttributesMap
 
mapContexts() - Method in class org.eclipse.jetty.server.handler.ContextHandlerCollection
Remap the contexts.
mapped - Variable in class org.eclipse.jetty.http.PathMap.MappedEntry
Deprecated.
 
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
 
MappedEntry(String, O) - Constructor for class org.eclipse.jetty.http.PathMap.MappedEntry
Deprecated.
 
MappedResource<E> - Class in org.eclipse.jetty.http.pathmap
 
MappedResource(PathSpec, E) - Constructor for class org.eclipse.jetty.http.pathmap.MappedResource
 
Mapping(Handler[], int) - Constructor for class org.eclipse.jetty.server.handler.ContextHandlerCollection.Mapping
 
match(byte[], int, int) - Method in class org.eclipse.jetty.util.SearchPattern
Search for a complete match of the pattern within the data
match(int) - Method in class org.eclipse.jetty.util.IPAddressMap.OctetPattern
Deprecated.
Match specified octet value against the wildcard
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.IPAddrPattern
Deprecated.
Match the specified internet address against the wildcard
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.util.IPAddressMap.OctetPattern
Deprecated.
Match specified octet value against the wildcard
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, 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
 
matchArgsToParameters(Executable) - Method in class org.eclipse.jetty.xml.XmlConfiguration.JettyXmlConfiguration.Args
 
matchCombined(T1, IncludeExcludeSet<?, T1>, T2, IncludeExcludeSet<?, T2>) - Static method in class org.eclipse.jetty.util.IncludeExcludeSet
Match items in combined IncludeExcludeSets.
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
 
matches(String) - Method in interface org.eclipse.jetty.http.pathmap.PathSpec
Test to see if the provided path matches this path spec
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 Authentications 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(Path) - Method in class org.eclipse.jetty.util.PathWatcher.ExactPathMatcher
 
matches(SNIServerName) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.AliasSNIMatcher
 
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 given origin is to be proxied.
matches(Origin.Address, String) - Method in class org.eclipse.jetty.client.ProxyConfiguration.Proxy
 
matches(P) - Method in class org.eclipse.jetty.util.IncludeExcludeSet
Deprecated.
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
 
MathUtils() - Constructor for class org.eclipse.jetty.util.MathUtils
 
MAX_CHUNK_LENGTH - Static variable in class org.eclipse.jetty.http.HttpParser
 
MAX_CODE - Static variable in class org.eclipse.jetty.http.HttpStatus
 
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 - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
MAX_HEADER_LINE_LENGTH - Static variable in class org.eclipse.jetty.http.MultiPartParser
 
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_OUTPUT_CHARS - Static variable in class org.eclipse.jetty.server.HttpWriter
 
MAX_SCAN_DEPTH - Static variable in class org.eclipse.jetty.util.Scanner
 
maxConnections - Variable in class org.eclipse.jetty.server.LowResourceMonitor.MaxConnectionsLowResourceCheck
 
MaxConnectionsLowResourceCheck(int) - Constructor for class org.eclipse.jetty.server.LowResourceMonitor.MaxConnectionsLowResourceCheck
 
maxConnectionsPerDestination - Variable in class org.eclipse.jetty.client.HttpClient
 
maxContentLength - Variable in class org.eclipse.jetty.client.AuthenticationProtocolHandler
 
maxDurationNanos - Variable in class org.eclipse.jetty.client.AbstractConnectionPool
 
maxEntries - Variable in class org.eclipse.jetty.util.Pool
 
maximizeAggregateSpace() - Method in class org.eclipse.jetty.server.HttpOutput
 
maximizeConnections - Variable in class org.eclipse.jetty.client.AbstractConnectionPool
 
maxLength - Variable in class org.eclipse.jetty.client.util.BufferingResponseListener
 
maxMemory - Variable in class org.eclipse.jetty.server.LowResourceMonitor.MemoryLowResourceCheck
 
maxMultiplex - Variable in class org.eclipse.jetty.util.Pool
 
maxRedirects - Variable in class org.eclipse.jetty.client.HttpClient
 
maxRequestsQueuedPerDestination - Variable in class org.eclipse.jetty.client.HttpClient
 
maxUsageCount - Variable in class org.eclipse.jetty.util.Pool
 
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.
mbeanFor(MBeanContainer, Object) - Static method in class org.eclipse.jetty.jmx.MBeanContainer
 
MD5(String) - Constructor for class org.eclipse.jetty.util.security.Credential.MD5
 
mediaType - Variable in class org.eclipse.jetty.client.HttpContentResponse
 
mediaType - Variable in class org.eclipse.jetty.client.util.BufferingResponseListener
 
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.
MemoryUtils() - Constructor for class org.eclipse.jetty.util.MemoryUtils
 
MERGE - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
mergeQueryParameters(String, String, boolean) - Method in class org.eclipse.jetty.server.Request
 
MESSAGE_HTTP - Enum constant in enum class org.eclipse.jetty.http.MimeTypes.Type
 
messageComplete() - Method in class org.eclipse.jetty.client.http.HttpReceiverOverHTTP
 
messageComplete() - Method in interface org.eclipse.jetty.http.HttpParser.HttpHandler
 
messageComplete() - Method in class org.eclipse.jetty.http.MultiPartFormInputStream.Handler
 
messageComplete() - Method in interface org.eclipse.jetty.http.MultiPartParser.Handler
 
messageComplete() - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
 
META_INF_VERSIONS - Static variable in class org.eclipse.jetty.util.MultiReleaseJarFile
 
metaData - Variable in class org.eclipse.jetty.client.http.HttpSenderOverHTTP.HeadersCallback
 
metaData() - Method in class org.eclipse.jetty.jmx.ObjectMBean
 
MetaData - Class in org.eclipse.jetty.http
 
MetaData - Class in org.eclipse.jetty.jmx
 
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(Class<?>, Constructor<?>, MetaData, List<MetaData>) - Constructor for class org.eclipse.jetty.jmx.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.AttributeInfo - Class in org.eclipse.jetty.jmx
 
MetaData.OperationInfo - Class in org.eclipse.jetty.jmx
 
MetaData.OriginInfo - Class in org.eclipse.jetty.webapp
 
MetaData.Request - Class in org.eclipse.jetty.http
 
MetaData.Response - Class in org.eclipse.jetty.http
 
MetaDataComplete - Enum Class in org.eclipse.jetty.webapp
 
MetaDataComplete() - Constructor for enum class org.eclipse.jetty.webapp.MetaDataComplete
 
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.client.HttpRequest
 
method - Variable in class org.eclipse.jetty.security.authentication.DigestAuthenticator.Digest
 
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 - Enum constant in enum class org.eclipse.jetty.http.HttpParser.State
 
METHOD_CASE_SENSITIVE - Enum constant in enum class org.eclipse.jetty.http.HttpComplianceSection
 
METHOD_NOT_ALLOWED - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
METHOD_NOT_ALLOWED_405 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
micro - Variable in class org.eclipse.jetty.util.JavaVersion
 
MIDDLE_BOUNDARY - Enum constant in enum class org.eclipse.jetty.client.util.MultiPartContentProvider.State
 
MIDDLE_GLOB - Enum constant in enum class org.eclipse.jetty.http.pathmap.PathSpecGroup
For path specs that have a hardcoded prefix and suffix with wildcard glob in the middle.
middleBoundary - Variable in class org.eclipse.jetty.client.util.MultiPartContentProvider
 
MIGHT_COMPRESS - Enum constant in enum class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor.GZState
 
mightCompress() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor
 
MIME_VERSION - Enum constant in enum class 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 Class in org.eclipse.jetty.http
 
MinMaxInetRange(String, InetAddress, InetAddress) - Constructor for class org.eclipse.jetty.util.InetAddressSet.MinMaxInetRange
 
minor - Variable in class org.eclipse.jetty.util.JavaVersion
 
MINUS - Static variable in class org.eclipse.jetty.util.BufferUtil
 
MISDIRECTED_REQUEST - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
MISDIRECTED_REQUEST_421 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
MKACTIVITY - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
MKCALENDAR - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
MKCOL - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
MKREDIRECTREF - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
MKWORKSPACE - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
Mode() - Constructor for enum class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.Mode
 
modified - Variable in class org.eclipse.jetty.util.PathWatcher.PathWatchEvent
 
modified() - Method in class org.eclipse.jetty.util.PathWatcher.PathWatchEvent
 
MODIFIED - Enum constant in enum class org.eclipse.jetty.util.PathWatcher.PathWatchEventType
 
modifiers - Variable in class org.eclipse.jetty.server.CustomRequestLog.Token
 
modify(List<Integer>, Boolean, StringBuilder, Request, Response) - Static method in class org.eclipse.jetty.server.CustomRequestLog
 
MODULE_LOCATION - Static variable in class org.eclipse.jetty.util.TypeUtil
 
ModuleEntry(String, boolean) - Constructor for class org.eclipse.jetty.webapp.ClasspathPattern.ModuleEntry
 
ModuleLocation - Class in org.eclipse.jetty.util
Equivalent of ...
ModuleLocation() - Constructor for class org.eclipse.jetty.util.ModuleLocation
 
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
 
MONTHS - Static variable in class org.eclipse.jetty.http.DateGenerator
 
MOST_SPECIFIC_MIME_ORDERING - Static variable in class org.eclipse.jetty.http.QuotedQualityCSV
Lambda to apply a most specific MIME encoding secondary ordering.
MOVE - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
MOVED_PERMANENTLY - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
MOVED_PERMANENTLY_301 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
MOVED_TEMPORARILY - Enum constant in enum class 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
 
MovedContextHandler.Redirector - Class in org.eclipse.jetty.server.handler
 
MTIME - Enum constant in enum class org.eclipse.jetty.http.GZIPContentDecoder.State
 
MULTI_STATUS - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
MULTI_STATUS_207 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
MultiException - Exception Class in org.eclipse.jetty.util
Wraps multiple exceptions.
MultiException() - Constructor for exception class org.eclipse.jetty.util.MultiException
 
MultiException(List<Throwable>) - Constructor for exception class org.eclipse.jetty.util.MultiException
Create a MultiException which may be thrown.
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 - Enum constant in enum class org.eclipse.jetty.http.MimeTypes.Type
 
MULTIPART_CONFIG_ELEMENT - Static variable in class org.eclipse.jetty.server.Request
 
MULTIPART_FORM_DATA - Enum constant in enum class 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
 
MultiPartCleanerListener - Class in org.eclipse.jetty.server
 
MultiPartCleanerListener() - Constructor for class org.eclipse.jetty.server.MultiPartCleanerListener
 
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
 
MultiPartContentProvider.MultiPartIterator - Class in org.eclipse.jetty.client.util
 
MultiPartContentProvider.Part - Class in org.eclipse.jetty.client.util
 
MultiPartContentProvider.State - Enum Class in org.eclipse.jetty.client.util
 
MultiPartFormDataCompliance - Enum Class in org.eclipse.jetty.server
The compliance level for parsing multiPart/form-data
MultiPartFormDataCompliance() - Constructor for enum class org.eclipse.jetty.server.MultiPartFormDataCompliance
 
MultiPartFormInputStream - Class in org.eclipse.jetty.http
MultiPartInputStream
MultiPartFormInputStream(InputStream, String, MultipartConfigElement, File) - Constructor for class org.eclipse.jetty.http.MultiPartFormInputStream
 
MultiPartFormInputStream.Handler - Class in org.eclipse.jetty.http
 
MultiPartFormInputStream.MultiPart - Class 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.Base64InputStream - Class in org.eclipse.jetty.util
Deprecated.
 
MultiPartInputStreamParser.MultiPart - Class in org.eclipse.jetty.util
Deprecated.
 
MultiPartInputStreamParser.NonCompliance - Enum Class in org.eclipse.jetty.util
Deprecated.
 
MultiPartIterator() - Constructor for class org.eclipse.jetty.client.util.MultiPartContentProvider.MultiPartIterator
 
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 Class in org.eclipse.jetty.http
 
MultiPartParser.Handler - Interface in org.eclipse.jetty.http
 
MultiPartParser.IllegalCharacterException - Exception Class in org.eclipse.jetty.http
 
MultiPartParser.State - Enum Class 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
 
MultiPartsUtilParser(InputStream, String, MultipartConfigElement, File, Request) - 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 - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
MULTIPLE_CHOICES_300 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
MULTIPLE_CONTENT_LENGTHS - Enum constant in enum class 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<Connection>, Callback, int) - Constructor for class org.eclipse.jetty.client.MultiplexConnectionPool
 
MultiplexHttpDestination - Class in org.eclipse.jetty.client
 
MultiplexHttpDestination(HttpClient, Origin) - Constructor for class org.eclipse.jetty.client.MultiplexHttpDestination
 
multiRelease - Variable in class org.eclipse.jetty.util.MultiReleaseJarFile
 
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
MutableHostPort() - Constructor for class org.eclipse.jetty.server.ForwardedRequestCustomizer.MutableHostPort
 
mxBean - Variable in class org.eclipse.jetty.util.Uptime.DefaultImpl
 

N

name - Variable in class org.eclipse.jetty.client.HttpClient
 
name - Variable in class org.eclipse.jetty.client.util.MultiPartContentProvider.Part
 
name - Variable in class org.eclipse.jetty.util.ajax.AsyncJSON.Frame
 
name - Variable in class org.eclipse.jetty.util.Fields.Field
 
name - Variable in class org.eclipse.jetty.util.MultiReleaseJarFile.VersionedJarEntry
 
name - Variable in class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler
 
name - Variable in class org.eclipse.jetty.webapp.MetaData.OriginInfo
 
name() - Element in annotation interface org.eclipse.jetty.util.annotation.ManagedAttribute
name to use for the attribute
Name - Annotation Interface 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 - Enum constant in enum class org.eclipse.jetty.http.GZIPContentDecoder.State
 
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
 
name2Class - Static variable in class org.eclipse.jetty.util.TypeUtil
 
named(String, Object) - Static method in interface org.eclipse.jetty.util.component.Dumpable
 
nameHashCode() - Method in class org.eclipse.jetty.http.HttpField
 
NAMELESS - Static variable in class org.eclipse.jetty.webapp.FragmentDescriptor
 
nc - Variable in class org.eclipse.jetty.security.authentication.DigestAuthenticator.Digest
 
NCSA_FORMAT - Static variable in class org.eclipse.jetty.server.CustomRequestLog
 
NCSARequestLog - Class in org.eclipse.jetty.server
Deprecated.
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 - Enum constant in enum class org.eclipse.jetty.http.HttpGenerator.Result
 
NEED_CHUNK_TRAILER - Enum constant in enum class org.eclipse.jetty.http.HttpGenerator.Result
 
NEED_HEADER - Enum constant in enum class org.eclipse.jetty.http.HttpGenerator.Result
 
NEED_INFO - Enum constant in enum class org.eclipse.jetty.http.HttpGenerator.Result
 
NEED_INPUT - Enum constant in enum class org.eclipse.jetty.client.HttpReceiver.DecodeResult
 
NEED_MORE_BYTES - Enum constant in enum class 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() or FillInterest.onFail(Throwable)
needsFillInterest() - Method in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
 
negated - Variable in class org.eclipse.jetty.server.CustomRequestLog.Token
 
NEGOTIATE - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
NEGOTIATE - Static variable in class org.eclipse.jetty.client.util.SPNEGOAuthentication
 
negotiatedProtocols - Variable in class org.eclipse.jetty.server.NegotiatingServerConnectionFactory
 
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 - Variable in exception class org.eclipse.jetty.util.MultiException
 
Nested(Callback) - Constructor for class org.eclipse.jetty.util.Callback.Nested
 
Nested(Callback.Nested) - Constructor for class org.eclipse.jetty.util.Callback.Nested
 
NestedChannelWriteCB(Callback, boolean) - Constructor for class org.eclipse.jetty.server.HttpOutput.NestedChannelWriteCB
 
NETWORK_AUTHENTICATION_REQUIRED - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
NETWORK_AUTHENTICATION_REQUIRED_511 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
networkBuffer - Variable in class org.eclipse.jetty.client.http.HttpReceiverOverHTTP
 
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.
NetworkTrafficSelectChannelConnector - Class in org.eclipse.jetty.server.nio
Deprecated.
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.
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 supports NetworkTrafficListeners.
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 supports NetworkTrafficListeners.
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
 
newArray(Object, XmlParser.Node) - Method in class org.eclipse.jetty.xml.XmlConfiguration.JettyXmlConfiguration
Creates a new array object.
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 new List instance.
newAsyncJSON() - Method in class org.eclipse.jetty.util.ajax.AsyncJSON.Factory
 
newBucket(int) - Method in class org.eclipse.jetty.io.ArrayByteBufferPool
 
newBucket(int) - Method in class org.eclipse.jetty.io.MappedByteBufferPool
 
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
 
newClientNonce() - Method in class org.eclipse.jetty.client.util.DigestAuthentication.DigestResult
 
newCondition() - Method in class org.eclipse.jetty.util.thread.Locker
 
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.server.ServerConnector.ServerConnectorManager
 
newConnection(HttpDestination, Promise<Connection>) - Method in class org.eclipse.jetty.client.HttpClient
 
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.HttpProxy.HttpProxyClientConnectionFactory
 
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 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 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.ProxyConnectionFactory.ProxyV1ConnectionFactory
 
newConnection(Connector, EndPoint) - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyV2ConnectionFactory
 
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 given Promise.
newConnection(Promise<Connection>) - Method in class org.eclipse.jetty.client.HttpDestination
 
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.
newContent(ByteBuffer) - Method in class org.eclipse.jetty.server.HttpConnection
 
newContentDecoder() - Method in class org.eclipse.jetty.client.ContentDecoder.Factory
Factory method for ContentDecoders
newContentDecoder() - Method in class org.eclipse.jetty.client.GZIPContentDecoder.Factory
 
newConversation() - Method in class org.eclipse.jetty.client.HttpClient
 
newCookieManager() - Method in class org.eclipse.jetty.client.HttpClient
 
newDecryptedEndPoint() - Method in class org.eclipse.jetty.io.ssl.SslConnection
 
newDeflaterPool(int) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
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.server.ServerConnector.ServerConnectorManager
 
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
 
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
 
newGSSContext() - Method in class org.eclipse.jetty.security.ConfigurableSpnegoLoginService
 
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.server.HttpConnection
 
newHttpConnection(EndPoint, HttpDestination, Promise<Connection>) - Method in class org.eclipse.jetty.client.http.HttpClientTransportOverHTTP
 
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.
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.
newInetRange(String) - Method in class org.eclipse.jetty.util.InetAddressSet
 
newInputStream() - Method in interface org.eclipse.jetty.server.resource.InputStreamRangeWriter.InputStreamSupplier
 
newInstance() - Method in class org.eclipse.jetty.servlet.ServletHolder
 
newInstance(Object) - Method in class org.eclipse.jetty.jmx.MetaData
 
newInstance(Constructor<?>, Object) - Static method in class org.eclipse.jetty.jmx.MetaData
 
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
 
newMap(Object, XmlParser.Node) - Method in class org.eclipse.jetty.xml.XmlConfiguration.JettyXmlConfiguration
Creates a new map object.
newMetaData(MBeanContainer, Class<?>) - Static method in class org.eclipse.jetty.jmx.MBeanContainer
 
newMultiParts(MultipartConfigElement) - Method in class org.eclipse.jetty.server.Request
 
newNetworkBuffer() - Method in class org.eclipse.jetty.client.http.HttpReceiverOverHTTP
 
newNonce(Request) - Method in class org.eclipse.jetty.security.authentication.DigestAuthenticator
 
newObj(Object, XmlParser.Node) - Method in class org.eclipse.jetty.xml.XmlConfiguration.JettyXmlConfiguration
Creates a new value object.
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 new Map 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
 
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
 
newRangeWriter(HttpContent) - Static method in class org.eclipse.jetty.server.resource.HttpContentRangeWriter
Obtain a new RangeWriter for the supplied HttpContent.
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(URL, boolean) - 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).
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(int) - Method in class org.eclipse.jetty.io.SelectorManager
Factory method for ManagedSelector.
newSelectorManager(Executor, Scheduler, int) - Method in class org.eclipse.jetty.server.ServerConnector
 
newSelectorManager(HttpClient) - Method in class org.eclipse.jetty.client.AbstractConnectorHttpClientTransport
 
newServerConnection(Connector, EndPoint, SSLEngine, List<String>, String) - Method in class org.eclipse.jetty.server.NegotiatingServerConnectionFactory
 
newServletHandler() - Method in class org.eclipse.jetty.servlet.ServletContextHandler
 
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.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
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.
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
newSniX509ExtendedKeyManager(X509ExtendedKeyManager) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.Server
 
newSpnegoContext(Subject) - Method in class org.eclipse.jetty.security.ConfigurableSpnegoLoginService
 
newSslClientConnectionFactory(ClientConnectionFactory) - Method in class org.eclipse.jetty.client.HttpClient
newSslClientConnectionFactory(ClientConnectionFactory) - Method in class org.eclipse.jetty.client.HttpDestination
newSslClientConnectionFactory(SslContextFactory, ClientConnectionFactory) - Method in class org.eclipse.jetty.client.HttpClient
 
newSslClientConnectionFactory(SslContextFactory, ClientConnectionFactory) - Method in class org.eclipse.jetty.client.HttpDestination
 
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" SSLEngines, 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 SSLEngines, although creation of SSLEngines on the server-side should prefer SslContextFactory.newSSLEngine(InetSocketAddress).
newSSLEngine(InetSocketAddress) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Server-side only factory method for creating SSLEngines.
newSslServerSocket(String, int, int) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
newSslSocket() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
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
 
newThread(Supplier<T>) - Static method in class org.eclipse.jetty.util.thread.PrivilegedThreadFactory
Use a Supplier to make a new thread, calling it within a privileged block to prevent classloader pinning.
newTimer() - Method in class org.eclipse.jetty.util.Scanner
 
newTimerTask() - Method in class org.eclipse.jetty.util.Scanner
 
newURI(String) - Method in class org.eclipse.jetty.client.HttpRequest
 
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.
next() - Method in class org.eclipse.jetty.client.util.DeferredContentProvider.DeferredContentProviderIterator
 
next() - Method in class org.eclipse.jetty.client.util.InputStreamContentProvider.InputStreamContentProviderIterator
 
next() - Method in class org.eclipse.jetty.client.util.MultiPartContentProvider.MultiPartIterator
 
next() - Method in class org.eclipse.jetty.client.util.PathContentProvider.PathIterator
 
next() - Method in class org.eclipse.jetty.http.HttpFields.ListItr
 
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
 
next() - Method in class org.eclipse.jetty.util.BlockingArrayQueue.Itr
 
next(ByteBuffer) - Method in class org.eclipse.jetty.http.HttpParser
 
next(ByteBuffer) - Method in class org.eclipse.jetty.http.MultiPartParser
 
nextAction(boolean) - Method in class org.eclipse.jetty.server.HttpChannelState
 
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.util.QuotedStringTokenizer
 
nextHandle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ScopedHandler
 
nextIndex - Variable in class org.eclipse.jetty.util.Pool
 
nextIndex() - Method in class org.eclipse.jetty.http.HttpFields.ListItr
 
nextIndex() - Method in class org.eclipse.jetty.util.BlockingArrayQueue.Itr
 
nextInterceptedContent() - Method in class org.eclipse.jetty.server.HttpInput
Poll the inputQ for Content or EOF.
nextNonceCount() - Method in class org.eclipse.jetty.client.util.DigestAuthentication.DigestResult
 
nextNonSentinelContent() - Method in class org.eclipse.jetty.server.HttpInput
Poll the inputQ for Content.
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
nextTimeout - Variable in class org.eclipse.jetty.client.HttpDestination.TimeoutTask
 
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_AMBIGUOUS_PATH_PARAMETERS - Enum constant in enum class org.eclipse.jetty.http.HttpComplianceSection
 
NO_AMBIGUOUS_PATH_SEGMENTS - Enum constant in enum class org.eclipse.jetty.http.HttpComplianceSection
 
NO_AMBIGUOUS_PATH_SEPARATORS - Enum constant in enum class org.eclipse.jetty.http.HttpComplianceSection
 
NO_ARGS - Static variable in class org.eclipse.jetty.util.TypeUtil
 
NO_ATTRIBUTES - Static variable in class org.eclipse.jetty.jmx.MetaData
 
NO_CACHE - Enum constant in enum class org.eclipse.jetty.http.HttpHeaderValue
 
NO_CACHE - Static variable in class org.eclipse.jetty.http.HttpParser
 
NO_CONSTRUCTORS - Static variable in class org.eclipse.jetty.jmx.MetaData
 
NO_CONTENT - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
NO_CONTENT - Enum constant in enum class 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 - Enum constant in enum class org.eclipse.jetty.util.MultiPartInputStreamParser.NonCompliance
Deprecated.
 
NO_FIELD_FOLDING - Enum constant in enum class org.eclipse.jetty.http.HttpComplianceSection
 
NO_FOLLOW_LINKS - Static variable in class org.eclipse.jetty.util.resource.PathResource
 
NO_HTTP_0_9 - Enum constant in enum class org.eclipse.jetty.http.HttpComplianceSection
 
NO_NOTIFICATIONS - Static variable in class org.eclipse.jetty.jmx.MetaData
 
NO_OPERATIONS - Static variable in class org.eclipse.jetty.jmx.MetaData
 
NO_PARAMS - Static variable in class org.eclipse.jetty.server.Request
 
NO_PRECOMPRESSED - Static variable in class org.eclipse.jetty.server.CachedContentFactory
 
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_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_WS_AFTER_FIELD_NAME - Enum constant in enum class 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.server.HttpInput.ErrorState
 
noContent() - Method in class org.eclipse.jetty.server.HttpInput.State
 
Node(XmlParser.Node, String, Attributes) - Constructor for class org.eclipse.jetty.xml.XmlParser.Node
 
nodeClass(XmlParser.Node) - Static method in class org.eclipse.jetty.xml.XmlConfiguration.JettyXmlConfiguration
 
NOIMPL - Static variable in class org.eclipse.jetty.util.Uptime
 
NOIP - Static variable in class org.eclipse.jetty.io.ByteArrayEndPoint
 
NOIPPORT - Static variable in class org.eclipse.jetty.io.ByteArrayEndPoint
 
NoJspServlet - Class in org.eclipse.jetty.servlet
 
NoJspServlet() - Constructor for class org.eclipse.jetty.servlet.NoJspServlet
 
NON_AUTHORITATIVE_INFORMATION - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
NON_AUTHORITATIVE_INFORMATION_203 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
NON_BLOCKING - Enum constant in enum class org.eclipse.jetty.util.thread.Invocable.InvocationType
 
NON_FRAG_RESOURCE - Static variable in class org.eclipse.jetty.webapp.MetaData
 
nonce - Variable in class org.eclipse.jetty.client.util.DigestAuthentication.DigestResult
 
nonce - Variable in class org.eclipse.jetty.security.authentication.DigestAuthenticator.Digest
 
Nonce(String, long, int) - Constructor for class org.eclipse.jetty.security.authentication.DigestAuthenticator.Nonce
 
nonceCount - Variable in class org.eclipse.jetty.client.util.DigestAuthentication.DigestResult
 
NonCompliance(String) - Constructor for enum class org.eclipse.jetty.util.MultiPartInputStreamParser.NonCompliance
Deprecated.
 
nonComplianceWarnings - Variable in class org.eclipse.jetty.util.MultiPartInputStreamParser
Deprecated.
 
None - Enum constant in enum class org.eclipse.jetty.security.UserDataConstraint
 
None - Enum constant in enum class org.eclipse.jetty.webapp.FragmentDescriptor.OtherType
 
NONE - Enum constant in enum class org.eclipse.jetty.http.HttpCookie.SameSite
 
NONE - Enum constant in enum class org.eclipse.jetty.server.Response.OutputType
 
NONE - Static variable in class org.eclipse.jetty.http.CompressedContentFormat
 
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.server.HttpChannelListeners.NotifyContent
 
NOOP - Static variable in interface org.eclipse.jetty.server.HttpChannelListeners.NotifyFailure
 
NOOP - Static variable in interface org.eclipse.jetty.server.HttpChannelListeners.NotifyRequest
 
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 - Static variable in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
NOOP_LEASE - Static variable in class org.eclipse.jetty.util.thread.ThreadPoolBudget
 
NOOP_LISTENER - Static variable in class org.eclipse.jetty.server.HttpChannel
 
NoopHandler(XmlParser.Handler) - Constructor for class org.eclipse.jetty.xml.XmlParser.NoopHandler
 
NORMAL - Enum constant in enum class org.eclipse.jetty.http.HttpMethod.Type
 
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 '/'
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).
normalized - Variable in class org.eclipse.jetty.client.HttpRequest
 
normalized() - Method in class org.eclipse.jetty.client.HttpRequest
Marks this request as normalized.
normalizeHost(String) - Method in class org.eclipse.jetty.client.HttpClient
Deprecated.
no replacement, do not use it
normalizeHost(String) - Method in class org.eclipse.jetty.jmx.ConnectorServer
 
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.
normalizeHostname(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
normalizeMimeType(String) - Static method in class org.eclipse.jetty.http.MimeTypes
 
normalizeName(String) - Method in class org.eclipse.jetty.util.Fields
 
normalizePort(String, int) - Static method in class org.eclipse.jetty.client.HttpClient
 
normalizeRequest(Request) - Method in class org.eclipse.jetty.client.HttpConnection
 
normalizeURI(File, URI) - Static method in class org.eclipse.jetty.util.resource.FileResource
Deprecated.
 
normalizeURI(String) - Static method in class org.eclipse.jetty.xml.XmlConfiguration
 
NOT_ACCEPTABLE - Enum constant in enum class 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_COMPRESSING - Enum constant in enum class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor.GZState
 
NOT_EXTENDED - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
NOT_EXTENDED_510 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
NOT_FOUND - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
NOT_FOUND_404 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
NOT_IMPLEMENTED - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
NOT_IMPLEMENTED_501 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
NOT_MODIFIED - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
NOT_MODIFIED_304 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
NOT_RECOGNIZED - Enum constant in enum class org.eclipse.jetty.server.ConnectionFactory.Detecting.Detection
A ConnectionFactory.Detecting cannot work with the given bytes.
NOT_SET - Enum constant in enum class org.eclipse.jetty.server.Response.EncodingFrom
 
NOT_SET - Static variable in class org.eclipse.jetty.io.CyclicTimeout
 
NotAsync(Servlet) - Constructor for class org.eclipse.jetty.servlet.ServletHolder.NotAsync
 
NotChecked() - Constructor for class org.eclipse.jetty.security.SecurityHandler.NotChecked
 
notComplete(SharedBlockingCallback.Blocker) - Method in class org.eclipse.jetty.util.SharedBlockingCallback
 
Notes - Search tag in class org.eclipse.jetty.jaas.spi.JDBCLoginModule
Section
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 class org.eclipse.jetty.io.IdleTimeout
This method should be called when non-idle activity has taken place.
Notification() - Constructor for enum class org.eclipse.jetty.util.Scanner.Notification
 
notifier - Variable in class org.eclipse.jetty.client.AuthenticationProtocolHandler
 
notifier - Variable in class org.eclipse.jetty.client.ContinueProtocolHandler
 
notifier - Variable in class org.eclipse.jetty.client.HttpRedirector
 
notifyBeforeContent(Response.DemandedContentListener, Response, LongConsumer) - Method in class org.eclipse.jetty.client.ResponseNotifier
 
notifyBeforeContent(Response, ObjLongConsumer<Object>, List<Response.DemandedContentListener>) - Method in class org.eclipse.jetty.client.ResponseNotifier
 
notifyBeforeContent(HttpResponse) - Method in class org.eclipse.jetty.client.HttpReceiver.ContentListeners
 
notifyBegin(List<Response.ResponseListener>, Response) - Method in class org.eclipse.jetty.client.ResponseNotifier
 
notifyBegin(Request) - Method in class org.eclipse.jetty.client.RequestNotifier
 
notifyBegin(Request.BeginListener, Request) - Method in class org.eclipse.jetty.client.RequestNotifier
 
notifyBegin(Response.BeginListener, Response) - Method in class org.eclipse.jetty.client.ResponseNotifier
 
notifyCommit(Request) - Method in class org.eclipse.jetty.client.RequestNotifier
 
notifyCommit(Request.CommitListener, Request) - Method in class org.eclipse.jetty.client.RequestNotifier
 
notifyComplete(List<Response.ResponseListener>, Result) - Method in class org.eclipse.jetty.client.ResponseNotifier
 
notifyComplete(Response.CompleteListener, Result) - Method in class org.eclipse.jetty.client.ResponseNotifier
 
notifyContent(Request.ContentListener, Request, ByteBuffer) - Method in class org.eclipse.jetty.client.RequestNotifier
 
notifyContent(Request, ByteBuffer) - Method in class org.eclipse.jetty.client.RequestNotifier
 
notifyContent(Response.DemandedContentListener, Response, LongConsumer, ByteBuffer, Callback) - Method in class org.eclipse.jetty.client.ResponseNotifier
 
notifyContent(Response, ObjLongConsumer<Object>, ByteBuffer, Callback, List<Response.DemandedContentListener>) - Method in class org.eclipse.jetty.client.ResponseNotifier
 
notifyContent(HttpResponse, ByteBuffer, Callback) - Method in class org.eclipse.jetty.client.HttpReceiver.ContentListeners
 
notifyEvent1(Function<HttpChannel.Listener, Consumer<Request>>, Request) - Method in class org.eclipse.jetty.server.HttpChannel
 
notifyEvent2(Function<HttpChannel.Listener, BiConsumer<Request, Throwable>>, Request, Throwable) - Method in class org.eclipse.jetty.server.HttpChannel
 
notifyEvent2(Function<HttpChannel.Listener, BiConsumer<Request, ByteBuffer>>, Request, ByteBuffer) - Method in class org.eclipse.jetty.server.HttpChannel
 
notifyEvents() - Method in class org.eclipse.jetty.util.PathWatcher
 
notifyFailure(List<Response.ResponseListener>, Response, Throwable) - Method in class org.eclipse.jetty.client.ResponseNotifier
 
notifyFailure(Request.FailureListener, Request, Throwable) - Method in class org.eclipse.jetty.client.RequestNotifier
 
notifyFailure(Request, Throwable) - Method in class org.eclipse.jetty.client.RequestNotifier
 
notifyFailure(Response.FailureListener, Response, Throwable) - Method in class org.eclipse.jetty.client.ResponseNotifier
 
notifyFailureComplete(Throwable) - Method in class org.eclipse.jetty.client.HttpExchange
 
notifyHandshakeFailed(SSLEngine, Throwable) - Method in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
 
notifyHandshakeSucceeded(SSLEngine) - Method in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
 
notifyHeader(List<Response.ResponseListener>, Response, HttpField) - Method in class org.eclipse.jetty.client.ResponseNotifier
 
notifyHeader(Response.HeaderListener, 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(Request.HeadersListener, Request) - Method in class org.eclipse.jetty.client.RequestNotifier
 
notifyHeaders(Response.HeadersListener, Response) - Method in class org.eclipse.jetty.client.ResponseNotifier
 
notifyIncoming(ByteBuffer, int) - Method in class org.eclipse.jetty.io.NetworkTrafficSocketChannelEndPoint
 
notifyListener() - Method in class org.eclipse.jetty.client.util.DeferredContentProvider
 
notifyOutgoing(ByteBuffer) - Method in class org.eclipse.jetty.io.NetworkTrafficSocketChannelEndPoint
 
notifyQueued(Request) - Method in class org.eclipse.jetty.client.RequestNotifier
 
notifyQueued(Request.QueuedListener, Request) - Method in class org.eclipse.jetty.client.RequestNotifier
 
notifyRemove(String) - Method in class org.eclipse.jetty.security.PropertyUserStore
Notifies the registered listeners that a user has been removed.
notifySuccess(List<Response.ResponseListener>, Response) - Method in class org.eclipse.jetty.client.ResponseNotifier
 
notifySuccess(Request) - Method in class org.eclipse.jetty.client.RequestNotifier
 
notifySuccess(Request.SuccessListener, Request) - Method in class org.eclipse.jetty.client.RequestNotifier
 
notifySuccess(Response.SuccessListener, Response) - Method in class org.eclipse.jetty.client.ResponseNotifier
 
notifyUpdate(String, Credential, String[]) - Method in class org.eclipse.jetty.security.PropertyUserStore
Notifies the registered listeners of potential updates to a user
notIgnored(String) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator.FormResponse
 
NoTryExecutor(Executor) - Constructor for class org.eclipse.jetty.util.thread.TryExecutor.NoTryExecutor
 
NotSet - Enum constant in enum class org.eclipse.jetty.webapp.MetaDataComplete
 
NotSet - Enum constant in enum class org.eclipse.jetty.webapp.Origin
 
NOTSET - Enum constant in enum class org.eclipse.jetty.server.handler.ContextHandler.ContextStatus
 
NotUtf8Exception(String) - Constructor for exception class org.eclipse.jetty.util.Utf8Appendable.NotUtf8Exception
 
now() - Method in class org.eclipse.jetty.util.DateCache
 
nowrap - Variable in class org.eclipse.jetty.util.compression.DeflaterPool
 
nowrap - Variable in class org.eclipse.jetty.util.compression.InflaterPool
 
NULL - Enum constant in enum class org.eclipse.jetty.util.ajax.AsyncJSON.State
 
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_URI - Static variable in class org.eclipse.jetty.client.HttpRequest
 
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
 
NullOS() - Constructor for class org.eclipse.jetty.util.IO.NullOS
 
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
 
NullWrite() - Constructor for class org.eclipse.jetty.util.IO.NullWrite
 
NUMBER - Enum constant in enum class org.eclipse.jetty.util.ajax.AsyncJSON.State
 
numberBuilder - Variable in class org.eclipse.jetty.util.ajax.AsyncJSON
 
NumberBuilder() - Constructor for class org.eclipse.jetty.util.ajax.AsyncJSON.NumberBuilder
 

O

obfuscate(String) - Static method in class org.eclipse.jetty.util.security.Password
 
OBJECT - Enum constant in enum class org.eclipse.jetty.util.ajax.AsyncJSON.State
 
OBJECT_FIELD - Enum constant in enum class org.eclipse.jetty.util.ajax.AsyncJSON.State
 
OBJECT_FIELD_NAME - Enum constant in enum class org.eclipse.jetty.util.ajax.AsyncJSON.State
 
OBJECT_FIELD_VALUE - Enum constant in enum class org.eclipse.jetty.util.ajax.AsyncJSON.State
 
ObjectCallback - Class in org.eclipse.jetty.jaas.callback
ObjectCallback
ObjectCallback() - Constructor for class org.eclipse.jetty.jaas.callback.ObjectCallback
 
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.
OctetPattern(String) - Constructor for class org.eclipse.jetty.util.IPAddressMap.OctetPattern
Deprecated.
Create new OctetPattern
OCTETS - Enum constant in enum class org.eclipse.jetty.http.MultiPartParser.State
 
offer(E) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
offer(E, long, TimeUnit) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
offer(Runnable) - Method in class org.eclipse.jetty.util.thread.ReservedThreadExecutor.ReservedThread
 
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(DeferredContentProvider.Chunk) - Method in class org.eclipse.jetty.client.util.DeferredContentProvider
 
offer(Sweeper.Sweepable) - Method in class org.eclipse.jetty.util.thread.Sweeper
 
OK - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
OK_200 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
old - Variable in class org.eclipse.jetty.util.thread.ThreadClassLoaderScope
 
OMISSION_SUFFIX - Static variable in class org.eclipse.jetty.security.ConstraintSecurityHandler
 
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.
onAccepted(SelectableChannel) - Method in interface org.eclipse.jetty.io.SelectorManager.AcceptListener
Called after the accepted channel has been allocated an EndPoint and associated Connection, 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 - Variable in class org.eclipse.jetty.server.HttpChannelListeners
 
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
 
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 - Variable in class org.eclipse.jetty.server.HttpChannelListeners
 
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(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
 
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
 
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(Throwable) - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
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.Listener) - Method in class org.eclipse.jetty.io.AbstractConnection
 
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 - Variable in class org.eclipse.jetty.server.HttpChannelListeners
 
onComplete() - Method in class org.eclipse.jetty.continuation.FauxContinuation
Deprecated.
 
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.AuthenticationProtocolHandler.AuthenticationListener
 
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
 
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(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.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.client.http.HttpSenderOverHTTP.HeadersCallback
 
onCompleteFailure(Throwable) - Method in class org.eclipse.jetty.client.HttpSender.ContentCallback
 
onCompleteFailure(Throwable) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor.GzipBufferCB
 
onCompleteFailure(Throwable) - Method in class org.eclipse.jetty.server.HttpConnection.SendCallback
 
onCompleteFailure(Throwable) - Method in class org.eclipse.jetty.server.HttpOutput.ChannelWriteCB
 
onCompleteFailure(Throwable) - Method in class org.eclipse.jetty.server.HttpOutput.InputStreamWritingCB
 
onCompleteFailure(Throwable) - Method in class org.eclipse.jetty.server.HttpOutput.NestedChannelWriteCB
 
onCompleteFailure(Throwable) - Method in class org.eclipse.jetty.server.HttpOutput.ReadableByteChannelWritingCB
 
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
 
onCompleteSuccess() - Method in class org.eclipse.jetty.client.http.HttpSenderOverHTTP.HeadersCallback
 
onCompleteSuccess() - Method in class org.eclipse.jetty.client.HttpSender.ContentCallback
 
onCompleteSuccess() - Method in class org.eclipse.jetty.server.HttpConnection.SendCallback
 
onCompleteSuccess() - Method in class org.eclipse.jetty.server.HttpOutput.ChannelWriteCB
 
onCompleteSuccess() - Method in class org.eclipse.jetty.server.HttpOutput.NestedChannelWriteCB
 
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
 
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(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, 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
 
onContent(Request, ByteBuffer) - Method in interface org.eclipse.jetty.server.HttpChannelListeners.NotifyContent
 
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
 
onContinue(Request) - Method in class org.eclipse.jetty.client.ContinueProtocolHandler
 
onCreated(Connection) - Method in class org.eclipse.jetty.client.AbstractConnectionPool
 
onDispatchFailure - Variable in class org.eclipse.jetty.server.HttpChannelListeners
 
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
 
onEndPointClosed(EndPoint) - Method in class org.eclipse.jetty.server.AbstractConnector
 
onEndPointOpened(EndPoint) - Method in class org.eclipse.jetty.server.AbstractConnector
 
onError(Runnable, Throwable) - Method in class org.eclipse.jetty.util.thread.SerializedExecutor
 
onError(Throwable) - Method in class org.eclipse.jetty.server.HttpChannelState
 
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
 
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(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(Request, Throwable) - Method in interface org.eclipse.jetty.server.HttpChannelListeners.NotifyFailure
 
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.client.Socks4Proxy.Socks4ProxyConnection
 
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.server.DetectorConnectionFactory.DetectorConnection
 
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.server.ProxyConnectionFactory.ProxyV1ConnectionFactory.ProxyProtocolV1Connection
 
onFillable() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyV2ConnectionFactory.ProxyProtocolV2Connection
 
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
 
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.
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(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
 
onIdleExpired() - Method in class org.eclipse.jetty.client.http.HttpConnectionOverHTTP
 
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(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(long) - Method in class org.eclipse.jetty.client.http.HttpConnectionOverHTTP
 
onIdleTimeout(long) - Method in class org.eclipse.jetty.client.HttpConnection
 
onIdleTimeout(Throwable) - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
 
onIdleTimeout(Throwable) - Method in class org.eclipse.jetty.server.HttpInput
 
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.
onlyBoundary - Variable in class org.eclipse.jetty.client.util.MultiPartContentProvider
 
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.client.Socks4Proxy.Socks4ProxyConnection
 
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.server.DetectorConnectionFactory.DetectorConnection
 
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() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyV1ConnectionFactory.ProxyProtocolV1Connection
 
onOpen() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyV2ConnectionFactory.ProxyProtocolV2Connection
 
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.Listener) - Method in class org.eclipse.jetty.io.AbstractConnection
 
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
 
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.
onReadEof() - Method in class org.eclipse.jetty.server.HttpChannelState
Called to signal that a read has read -1.
onReadFailure(Throwable) - Method in class org.eclipse.jetty.client.util.InputStreamContentProvider
Callback method invoked when an exception is thrown while reading from the stream.
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.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
 
onReadUnready() - Method in class org.eclipse.jetty.server.HttpChannelState
Called to signal async read isReady() has returned false.
onRequest(MetaData.Request) - Method in class org.eclipse.jetty.server.HttpChannel
 
onRequest(Request) - Method in interface org.eclipse.jetty.server.HttpChannelListeners.NotifyRequest
 
onRequestBegin - Variable in class org.eclipse.jetty.server.HttpChannelListeners
 
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 - Variable in class org.eclipse.jetty.server.HttpChannelListeners
 
onRequestContent(Request.ContentListener) - Method in interface org.eclipse.jetty.client.api.Request
 
onRequestContent(Request.ContentListener) - Method in class org.eclipse.jetty.client.HttpRequest
 
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 - Variable 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 - Variable 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 - Variable 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
 
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
 
onRequestTrailers - Variable in class org.eclipse.jetty.server.HttpChannelListeners
 
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
 
onResponseBegin - Variable in class org.eclipse.jetty.server.HttpChannelListeners
 
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 - Variable 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 - Variable in class org.eclipse.jetty.server.HttpChannelListeners
 
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 - Variable in class org.eclipse.jetty.server.HttpChannelListeners
 
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 - Variable 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 class org.eclipse.jetty.io.ManagedSelector.Acceptor
 
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
 
onSocks4Response(int) - Method in class org.eclipse.jetty.client.Socks4Proxy.Socks4ProxyConnection
 
onStartAsync(AsyncEvent) - Method in class org.eclipse.jetty.continuation.Servlet3Continuation
Deprecated.
 
onStartAsync(AsyncEvent) - Method in class org.eclipse.jetty.server.AsyncContextState.WrappedAsyncListener
 
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.AuthenticationProtocolHandler.AfterAuthenticationListener
 
onSuccess(Response) - Method in class org.eclipse.jetty.client.ContinueProtocolHandler.ContinueListener
 
onSuccess(Response) - Method in class org.eclipse.jetty.client.util.InputStreamResponseListener
 
onTimeout() - Method in class org.eclipse.jetty.continuation.FauxContinuation
Deprecated.
 
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.
onTimeoutExpired() - Method in class org.eclipse.jetty.client.HttpDestination.TimeoutTask
 
onTimeoutExpired() - Method in class org.eclipse.jetty.client.TimeoutCompleteListener
 
onTimeoutExpired() - Method in class org.eclipse.jetty.io.CyclicTimeout
Invoked when the timeout expires.
onTrailers(HttpFields) - Method in class org.eclipse.jetty.server.HttpChannel
 
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.DetectorConnectionFactory.DetectorConnection
 
onUpgradeFrom() - Method in class org.eclipse.jetty.server.HttpConnection
 
onUpgradeFrom() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyV1ConnectionFactory.ProxyProtocolV1Connection
 
onUpgradeFrom() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyV2ConnectionFactory.ProxyProtocolV2Connection
 
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.server.DetectorConnectionFactory.DetectorConnection
 
onUpgradeTo(ByteBuffer) - Method in class org.eclipse.jetty.server.HttpConnection
 
onUpgradeTo(ByteBuffer) - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyV1ConnectionFactory.ProxyProtocolV1Connection
 
onUpgradeTo(ByteBuffer) - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyV2ConnectionFactory.ProxyProtocolV2Connection
 
onWriteComplete(boolean, Throwable) - Method in class org.eclipse.jetty.server.HttpOutput
 
onWritePossible() - Method in class org.eclipse.jetty.server.HttpChannelState
 
opaque - Variable in class org.eclipse.jetty.client.util.DigestAuthentication.DigestResult
 
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.util.MultiPartInputStreamParser.MultiPart
Deprecated.
 
open(ServerSocketChannel) - Method in class org.eclipse.jetty.server.ServerConnector
Open the connector using the passed ServerSocketChannel.
OPEN - Enum constant in enum class org.eclipse.jetty.io.AbstractEndPoint.State
 
OPEN - Enum constant in enum class org.eclipse.jetty.server.HttpChannelState.OutputState
 
OPEN - Enum constant in enum class org.eclipse.jetty.server.HttpOutput.State
 
openAcceptChannel() - Method in class org.eclipse.jetty.server.ServerConnector
Called by ServerConnector.open() to obtain the accepting channel.
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.
openTag(String) - Method in class org.eclipse.jetty.xml.XmlAppendable
 
openTag(String, Map<String, String>) - Method in class org.eclipse.jetty.xml.XmlAppendable
 
OperationInfo(ManagedOperation, Method) - Constructor for class org.eclipse.jetty.jmx.MetaData.OperationInfo
 
OptionalSslConnectionFactory - Class in org.eclipse.jetty.server
Deprecated.
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 - Enum constant in enum class 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
 
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 - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
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.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.http - package org.eclipse.jetty.http
Jetty Http : Tools for Http processing
org.eclipse.jetty.http.pathmap - package org.eclipse.jetty.http.pathmap
 
org.eclipse.jetty.io - package org.eclipse.jetty.io
Jetty IO : Core classes for Jetty IO subsystem
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.jmx - package org.eclipse.jetty.jmx
Jetty JMX : Integration for JMX in 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.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.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.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.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.strategy - package org.eclipse.jetty.util.thread.strategy
 
org.eclipse.jetty.webapp - package org.eclipse.jetty.webapp
Jetty Util : Modular Web Application Support
org.eclipse.jetty.xml - package org.eclipse.jetty.xml
Jetty Xml : IoC Mechanism for Jetty Configuration
origin - Variable in class org.eclipse.jetty.client.HttpDestination
 
origin - Variable in class org.eclipse.jetty.webapp.MetaData.OriginInfo
 
Origin - Class in org.eclipse.jetty.client
 
Origin - Enum Class in org.eclipse.jetty.webapp
 
Origin() - Constructor for enum class org.eclipse.jetty.servlet.Source.Origin
 
Origin() - Constructor for enum class org.eclipse.jetty.webapp.Origin
 
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 - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
WebSocket Fields.
Origin.Address - Class in org.eclipse.jetty.client
 
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
 
OS - Enum constant in enum class org.eclipse.jetty.http.GZIPContentDecoder.State
 
OSHUT - Enum constant in enum class org.eclipse.jetty.io.AbstractEndPoint.State
 
OSHUTTING - Enum constant in enum class org.eclipse.jetty.io.AbstractEndPoint.State
 
OTEXT - Enum constant in enum class org.eclipse.jetty.http.HttpTokens.Type
 
OTHER - Enum constant in enum class 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
OtherType() - Constructor for enum class org.eclipse.jetty.webapp.FragmentDescriptor.OtherType
 
out - Variable in class org.eclipse.jetty.util.IO.Job
 
outer - Variable in class org.eclipse.jetty.util.MultiReleaseJarFile.VersionedJarEntry
 
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.
outMessages - Variable in class org.eclipse.jetty.client.http.HttpChannelOverHTTP
 
output - Variable in class org.eclipse.jetty.client.util.OutputStreamContentProvider
 
OutputState() - Constructor for enum class org.eclipse.jetty.server.HttpChannelState.OutputState
 
OutputStreamContentProvider - Class in org.eclipse.jetty.client.util
A ContentProvider that provides content asynchronously through an OutputStream similar to DeferredContentProvider.
OutputStreamContentProvider() - Constructor for class org.eclipse.jetty.client.util.OutputStreamContentProvider
 
OutputStreamContentProvider.DeferredOutputStream - Class in org.eclipse.jetty.client.util
 
OutputType() - Constructor for enum class org.eclipse.jetty.server.Response.OutputType
 
overlaps(InclusiveByteRange) - Method in class org.eclipse.jetty.server.InclusiveByteRange
 
OverrideDescriptor - Class in org.eclipse.jetty.webapp
OverrideDescriptor
OverrideDescriptor(Resource) - Constructor for class org.eclipse.jetty.webapp.OverrideDescriptor
 

P

P32Tr - Static variable in class org.eclipse.jetty.util.security.UnixCrypt
 
PackageEntry(String, boolean) - Constructor for class org.eclipse.jetty.webapp.ClasspathPattern.PackageEntry
 
PageLookupTechnique() - Constructor for enum class org.eclipse.jetty.servlet.ErrorPageErrorHandler.PageLookupTechnique
 
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(String, String, boolean) - Method in class org.eclipse.jetty.client.HttpRequest
 
PARAM - Enum constant in enum class org.eclipse.jetty.http.HttpURI.Ambiguous
 
PARAM - Enum constant in enum class org.eclipse.jetty.http.HttpURI.State
 
PARAM_NAME - Enum constant in enum class org.eclipse.jetty.http.QuotedCSVParser.State
 
PARAM_VALUE - Enum constant in enum class org.eclipse.jetty.http.QuotedCSVParser.State
 
parameters(Class<?>[], Annotation[][]) - Static method in class org.eclipse.jetty.jmx.MetaData.OperationInfo
 
params - Variable in class org.eclipse.jetty.client.api.Authentication.HeaderInfo
 
params - Variable in class org.eclipse.jetty.client.HttpRequest
 
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.client.http.HttpReceiverOverHTTP
Parses an HTTP response in the receivers buffer.
parse() - Method in class org.eclipse.jetty.http.MultiPartFormInputStream
Parse, if necessary, the multipart stream.
parse() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyV1ConnectionFactory.ProxyProtocolV1Connection
 
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
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.DateParser
 
parse(String) - Method in class org.eclipse.jetty.http.HttpURI
 
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) - 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(ByteBuffer) - Method in class org.eclipse.jetty.client.Socks4Proxy.Socks4ProxyConnection.Socks4Parser
 
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, boolean) - Method in class org.eclipse.jetty.http.MultiPartParser
Parse until next Event.
parse(HttpURI.State, String, int, int) - Method in class org.eclipse.jetty.http.HttpURI
 
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
 
PARSE - Enum constant in enum class org.eclipse.jetty.util.Utf8LineParser.State
 
parseAny(ByteBuffer) - Method in class org.eclipse.jetty.util.ajax.AsyncJSON
 
parseArray(ByteBuffer) - Method in class org.eclipse.jetty.util.ajax.AsyncJSON
 
parseArray(JSON.Source) - Method in class org.eclipse.jetty.util.ajax.JSON
 
parseAuthenticateHeader(Response, HttpHeader) - Method in class org.eclipse.jetty.client.AuthenticationProtocolHandler.AuthenticationListener
 
parseBodyAndUpgrade() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyV2ConnectionFactory.ProxyProtocolV2Connection
 
parseByte(byte) - Method in class org.eclipse.jetty.util.Utf8LineParser
 
parseBytes(String, int) - Static method in class org.eclipse.jetty.util.TypeUtil
 
parseConnect(String) - Method in class org.eclipse.jetty.http.HttpURI
Deprecated.
parseContent(ByteBuffer) - Method in class org.eclipse.jetty.http.HttpParser
 
parseDate(String) - Static method in class org.eclipse.jetty.http.DateParser
 
parseDelimiter(ByteBuffer) - Method in class org.eclipse.jetty.http.MultiPartParser
 
parsedField(String, String) - Method in class org.eclipse.jetty.http.MultiPartFormInputStream.Handler
 
parsedField(String, String) - Method in interface org.eclipse.jetty.http.MultiPartParser.Handler
 
parsedHeader() - Method in class org.eclipse.jetty.http.HttpParser
 
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
 
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
 
parsedParam(StringBuffer, int, int, int) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer.Forwarded
 
parsedParam(StringBuffer, int, int, int) - Method in class org.eclipse.jetty.server.handler.ThreadLimitHandler.RFC7239
 
parsedTrailer() - Method in class org.eclipse.jetty.http.HttpParser
 
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
 
parseEscape(ByteBuffer) - Method in class org.eclipse.jetty.util.ajax.AsyncJSON
 
parseEscapeCharacter(char) - Method in class org.eclipse.jetty.util.ajax.AsyncJSON
 
parseFalse(ByteBuffer) - Method in class org.eclipse.jetty.util.ajax.AsyncJSON
 
parseFalseCharacter(ByteBuffer, int) - Method in class org.eclipse.jetty.util.ajax.AsyncJSON
 
parseFields() - Method in class org.eclipse.jetty.server.CookieCutter
 
parseFields(ByteBuffer) - Method in class org.eclipse.jetty.http.HttpParser
 
parseHeader() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyV2ConnectionFactory.ProxyProtocolV2Connection
 
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.
parseLine(ByteBuffer) - Method in class org.eclipse.jetty.http.HttpParser
 
parseMethods(Class<?>...) - Method in class org.eclipse.jetty.jmx.MetaData
 
parseMimePartHeaders(ByteBuffer) - Method in class org.eclipse.jetty.http.MultiPartParser
 
parseNext(ByteBuffer) - Method in class org.eclipse.jetty.http.HttpParser
Parse until next Event.
parseNull(ByteBuffer) - Method in class org.eclipse.jetty.util.ajax.AsyncJSON
 
parseNullCharacter(ByteBuffer, int) - Method in class org.eclipse.jetty.util.ajax.AsyncJSON
 
parseNumber(ByteBuffer) - Method in class org.eclipse.jetty.util.ajax.AsyncJSON
 
parseNumber(JSON.Source) - Method in class org.eclipse.jetty.util.ajax.JSON
 
parseObject(ByteBuffer) - Method in class org.eclipse.jetty.util.ajax.AsyncJSON
 
parseObject(JSON.Source) - Method in class org.eclipse.jetty.util.ajax.JSON
 
parseObjectField(ByteBuffer) - Method in class org.eclipse.jetty.util.ajax.AsyncJSON
 
parseObjectFieldName(ByteBuffer) - Method in class org.eclipse.jetty.util.ajax.AsyncJSON
 
parseObjectFieldValue(ByteBuffer) - Method in class org.eclipse.jetty.util.ajax.AsyncJSON
 
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.
parsePreamble(ByteBuffer) - Method in class org.eclipse.jetty.http.MultiPartParser
 
parsePrecompressedFormats(String, boolean) - Method in class org.eclipse.jetty.servlet.DefaultServlet
 
parser - Variable in class org.eclipse.jetty.client.http.HttpReceiverOverHTTP
 
parser - Variable in class org.eclipse.jetty.client.Socks4Proxy.Socks4ProxyConnection
 
parseRequestBuffer() - Method in class org.eclipse.jetty.server.HttpConnection
 
parseRequestTarget(String, String) - Method in class org.eclipse.jetty.http.HttpURI
Parse according to https://tools.ietf.org/html/rfc7230#section-5.3
parseString(ByteBuffer) - Method in class org.eclipse.jetty.util.ajax.AsyncJSON
 
parseString(JSON.Source) - Method in class org.eclipse.jetty.util.ajax.JSON
 
parseTrue(ByteBuffer) - Method in class org.eclipse.jetty.util.ajax.AsyncJSON
 
parseTrueCharacter(ByteBuffer, int) - Method in class org.eclipse.jetty.util.ajax.AsyncJSON
 
parseUnicode(ByteBuffer) - Method in class org.eclipse.jetty.util.ajax.AsyncJSON
 
Part(String, String, String, ContentProvider, HttpFields) - Constructor for class org.eclipse.jetty.client.util.MultiPartContentProvider.Part
 
PARTIAL_CONTENT - Enum constant in enum class 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
 
parts - Variable in class org.eclipse.jetty.client.util.MultiPartContentProvider
 
passConditionalHeaders(HttpServletRequest, HttpServletResponse, HttpContent) - Method in class org.eclipse.jetty.server.ResourceService
 
password - Variable in class org.eclipse.jetty.client.util.BasicAuthentication
 
password - Variable in class org.eclipse.jetty.client.util.DigestAuthentication.DigestResult
 
password - Variable in class org.eclipse.jetty.client.util.DigestAuthentication
 
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.security.authentication.ClientCertAuthenticator
String name of keystore password property.
PASSWORD_PROPERTY - Static variable in class org.eclipse.jetty.util.ssl.SslContextFactory
String name of keystore password property.
PasswordCallbackHandler() - Constructor for class org.eclipse.jetty.client.util.SPNEGOAuthentication.PasswordCallbackHandler
 
PATCH - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
path - Variable in class org.eclipse.jetty.client.HttpRequest
 
path - Variable in class org.eclipse.jetty.util.PathWatcher.Config
 
path - Variable in class org.eclipse.jetty.util.PathWatcher.ExactPathMatcher
 
path - Variable in class org.eclipse.jetty.util.PathWatcher.PathWatchEvent
 
path - Variable in class org.eclipse.jetty.util.resource.PathResource
 
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 - Enum constant in enum class org.eclipse.jetty.http.HttpURI.State
 
PATH_REGEXP - Static variable in class org.eclipse.jetty.client.HttpRedirector
 
PathContentProvider - Class in org.eclipse.jetty.client.util
A ContentProvider for files using JDK 7's java.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
 
PathContentProvider.PathIterator - Class in org.eclipse.jetty.client.util
 
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.
PathIterator() - Constructor for class org.eclipse.jetty.client.util.PathContentProvider.PathIterator
 
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(int, boolean) - 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.
PathMatcherSet() - Constructor for class org.eclipse.jetty.util.PathWatcher.PathMatcherSet
 
PathMatcherSet() - Constructor for class org.eclipse.jetty.util.Scanner.PathMatcherSet
 
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.
PathResource(PathResource, String) - Constructor for class org.eclipse.jetty.util.resource.PathResource
Construct a new PathResource from a parent PathResource and child sub path
PathSet() - Constructor for class org.eclipse.jetty.http.PathMap.PathSet
Deprecated.
 
pathSpec - Variable in class org.eclipse.jetty.http.pathmap.MappedResource
 
PathSpec - Interface in org.eclipse.jetty.http.pathmap
A path specification is a URI path template that can be matched against.
PathSpecGroup - Enum Class in org.eclipse.jetty.http.pathmap
Types of path spec groups.
PathSpecGroup() - Constructor for enum class org.eclipse.jetty.http.pathmap.PathSpecGroup
 
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 Class in org.eclipse.jetty.util
 
PathWatcher.EventListListener - Interface in org.eclipse.jetty.util
EventListListener Listener that reports accumulated events in one shot
PathWatcher.ExactPathMatcher - Class in org.eclipse.jetty.util
 
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 Class 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
 
PathWatchEventType() - Constructor for enum class org.eclipse.jetty.util.PathWatcher.PathWatchEventType
 
pattern - Variable in class org.eclipse.jetty.util.SearchPattern
 
PATTERN_SEP - Static variable in class org.eclipse.jetty.util.PathWatcher.Config
 
PatternMatcher - Class in org.eclipse.jetty.util
 
PatternMatcher() - Constructor for class org.eclipse.jetty.util.PatternMatcher
 
pauseUntil - Variable in class org.eclipse.jetty.util.PathWatcher.Config
 
PAYLOAD_TOO_LARGE - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
PAYLOAD_TOO_LARGE_413 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
PAYMENT_REQUIRED - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
PAYMENT_REQUIRED_402 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
PC1 - Static variable in class org.eclipse.jetty.util.security.UnixCrypt
 
PC1ROT - Static variable in class org.eclipse.jetty.util.security.UnixCrypt
 
PC2 - Static variable in class org.eclipse.jetty.util.security.UnixCrypt
 
PC2ROT - Static variable in class org.eclipse.jetty.util.security.UnixCrypt
 
peek() - Method in class org.eclipse.jetty.util.ajax.AsyncJSON.FrameStack
 
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 - Variable in class org.eclipse.jetty.client.AbstractConnectionPool
 
pending - Variable in class org.eclipse.jetty.util.PathWatcher
 
PENDING - Enum constant in enum class org.eclipse.jetty.client.HttpExchange.State
 
PENDING - Enum constant in enum class org.eclipse.jetty.io.WriteFlusher.StateType
 
PENDING - Enum constant in enum class org.eclipse.jetty.server.HttpOutput.ApiState
 
PENDING - Enum constant in enum class org.eclipse.jetty.util.IteratingCallback.State
Waiting for a schedule callback
PendingState(ByteBuffer[], Callback) - Constructor for class org.eclipse.jetty.io.WriteFlusher.PendingState
 
period - Variable in class org.eclipse.jetty.util.thread.Sweeper
 
perm3264(int, long[][]) - Static method in class org.eclipse.jetty.util.security.UnixCrypt
Returns the permutation of the given 32-bit code with the specified permutataion table.
perm6464(long, long[][]) - Static method in class org.eclipse.jetty.util.security.UnixCrypt
Returns the permutation of the given 64-bit code with the specified permutataion table.
PERMANENT_REDIRECT - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
PERMANENT_REDIRECT_308 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
PERMANET_REDIRECT - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
PERMIT - Static variable in class org.eclipse.jetty.server.handler.ThreadLimitHandler
 
plainResponseContent(HttpExchange, ByteBuffer, Callback) - Method in class org.eclipse.jetty.client.HttpReceiver
 
platform - Variable in class org.eclipse.jetty.util.JavaVersion
 
platform - Variable in class org.eclipse.jetty.util.MultiReleaseJarFile
 
POJO - Enum constant in enum class org.eclipse.jetty.util.component.ContainerLifeCycle.Managed
 
poll() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
poll(long, TimeUnit) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
pool - Variable in class org.eclipse.jetty.client.AbstractConnectionPool
 
pool - Variable in class org.eclipse.jetty.client.http.HttpSenderOverHTTP.ByteBufferRecyclerCallback
 
pool - Variable in class org.eclipse.jetty.io.RetainableByteBuffer
 
pool - Variable in class org.eclipse.jetty.util.thread.ThreadPoolBudget
 
Pool<T> - Class in org.eclipse.jetty.util
A fast 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.Entry - Class in org.eclipse.jetty.util
 
Pool.StrategyType - Enum Class in org.eclipse.jetty.util
The type of the strategy to use for the pool.
pooled - Variable in class org.eclipse.jetty.util.Pool.Entry
 
PoolingHttpDestination - Class in org.eclipse.jetty.client
 
PoolingHttpDestination(HttpClient, Origin) - Constructor for class org.eclipse.jetty.client.PoolingHttpDestination
 
pop() - Method in class org.eclipse.jetty.util.ajax.AsyncJSON.FrameStack
 
port - Variable in class org.eclipse.jetty.client.HttpRequest
 
port - Variable in class org.eclipse.jetty.client.Origin.Address
 
port - Variable in class org.eclipse.jetty.server.ShutdownMonitor
 
port(int) - Method in interface org.eclipse.jetty.client.api.Request
 
port(int) - Method in class org.eclipse.jetty.client.HttpRequest
 
PORT - Enum constant in enum class org.eclipse.jetty.http.HttpURI.State
 
pos - Variable in class org.eclipse.jetty.server.resource.InputStreamRangeWriter
 
pos - Variable in class org.eclipse.jetty.server.resource.SeekableByteChannelRangeWriter
 
position - Variable in class org.eclipse.jetty.client.util.PathContentProvider.PathIterator
 
POSSIBLE - Enum constant in enum class org.eclipse.jetty.server.HttpChannelState.InputState
 
POST - Enum constant in enum class 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 class org.eclipse.jetty.http.HttpMethod
 
POST_DATA - Enum constant in enum class org.eclipse.jetty.util.StringUtil.CsvSplitState
 
postConfigure() - Method in class org.eclipse.jetty.webapp.WebAppContext
 
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
 
postVisitDirectory(Path, IOException) - Method in class org.eclipse.jetty.util.Scanner.Visitor
 
POWERED_BY - Static variable in class org.eclipse.jetty.util.Jetty
 
PRAGMA - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
PRE_DATA - Enum constant in enum class org.eclipse.jetty.util.StringUtil.CsvSplitState
 
PREAMBLE - Enum constant in enum class org.eclipse.jetty.http.MultiPartParser.State
 
PREAMBLE_UPGRADE_H2C - Static variable in class org.eclipse.jetty.server.HttpChannelOverHttp
 
PrecompressedHttpContent - Class in org.eclipse.jetty.http
 
PrecompressedHttpContent(HttpContent, HttpContent, CompressedContentFormat) - Constructor for class org.eclipse.jetty.http.PrecompressedHttpContent
 
PRECONDITION_FAILED - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
PRECONDITION_FAILED_412 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
PRECONDITION_REQUIRED - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
PRECONDITION_REQUIRED_428 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
preConfigure() - Method in class org.eclipse.jetty.webapp.WebAppContext
Pre configure the web application.
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
 
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.
predestroyServlet(Servlet) - Method in class org.eclipse.jetty.servlet.ServletHolder
 
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
 
PREFIX_GLOB - Enum constant in enum class org.eclipse.jetty.http.pathmap.PathSpecGroup
For path specs that have a hardcoded prefix and a trailing wildcard glob.
prepare(Request, ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.servlet.ServletHolder
Prepare to service a request.
prepareChunk(ByteBuffer, int) - Method in class org.eclipse.jetty.http.HttpGenerator
 
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
 
PreparedResponse() - Constructor for class org.eclipse.jetty.http.HttpGenerator.PreparedResponse
 
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.
prepareSendContent(int, Callback) - Method in class org.eclipse.jetty.server.HttpOutput
 
prepareTables() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
Set up the tables in the database
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.
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.
 
previous() - Method in class org.eclipse.jetty.http.HttpFields.ListItr
 
previous() - Method in class org.eclipse.jetty.util.BlockingArrayQueue.Itr
 
previousIndex() - Method in class org.eclipse.jetty.http.HttpFields.ListItr
 
previousIndex() - Method in class org.eclipse.jetty.util.BlockingArrayQueue.Itr
 
preVisitDirectory(Path, BasicFileAttributes) - Method in class org.eclipse.jetty.util.Scanner.Visitor
 
PRI - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
PRI_AS_INT - Static variable in enum class org.eclipse.jetty.http.HttpMethod
 
principal - Variable in class org.eclipse.jetty.jaas.spi.AbstractLoginModule.JAASUserInfo
 
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
 
print(String, boolean) - Method in class org.eclipse.jetty.server.HttpOutput
 
print(String, String) - Method in class org.eclipse.jetty.server.handler.DebugHandler
Deprecated.
 
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
 
printInfoOnLeases() - Method in class org.eclipse.jetty.util.thread.ThreadPoolBudget
 
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
 
println(StringBuilder) - Method in class org.eclipse.jetty.util.log.StdErrLog
 
priority() - Method in enum class org.eclipse.jetty.server.ForwardedRequestCustomizer.Source
 
PrivilegedThreadFactory - Class in org.eclipse.jetty.util.thread
Convenience class to ensure that a new Thread is created inside a privileged block.
PrivilegedThreadFactory() - Constructor for class org.eclipse.jetty.util.thread.PrivilegedThreadFactory
 
proceed() - Method in class org.eclipse.jetty.client.AbstractConnectionPool
 
proceed(Throwable) - Method in class org.eclipse.jetty.client.HttpExchange
 
proceed(HttpExchange, Throwable) - Method in class org.eclipse.jetty.client.HttpChannel
 
proceed(HttpExchange, Throwable) - Method in class org.eclipse.jetty.client.HttpSender
 
PROCEEDING - Enum constant in enum class org.eclipse.jetty.client.HttpSender.SenderState
HttpSender is sending the headers, while 100 Continue has arrived
PROCEEDING_WITH_CONTENT - Enum constant in enum class org.eclipse.jetty.client.HttpSender.SenderState
HttpSender is sending the headers, while 100 Continue has arrived, and deferred content is available to be sent
process() - Method in class org.eclipse.jetty.client.http.HttpReceiverOverHTTP
 
process() - Method in class org.eclipse.jetty.client.http.HttpSenderOverHTTP.HeadersCallback
 
process() - Method in class org.eclipse.jetty.client.HttpSender.CommitCallback
 
process() - Method in class org.eclipse.jetty.client.HttpSender.ContentCallback
 
process() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor.GzipBufferCB
 
process() - Method in class org.eclipse.jetty.server.HttpConnection.SendCallback
 
process() - Method in class org.eclipse.jetty.server.HttpOutput.AsyncFlush
 
process() - Method in class org.eclipse.jetty.server.HttpOutput.AsyncWrite
 
process() - Method in class org.eclipse.jetty.server.HttpOutput.InputStreamWritingCB
 
process() - Method in class org.eclipse.jetty.server.HttpOutput.ReadableByteChannelWritingCB
 
process() - Method in class org.eclipse.jetty.util.IteratingCallback
Method called by IteratingCallback.iterate() to process the sub task.
process(boolean) - Method in class org.eclipse.jetty.client.HttpDestination
 
process(Connection) - Method in class org.eclipse.jetty.client.HttpDestination
 
process(WebAppContext, Descriptor) - Method in interface org.eclipse.jetty.webapp.DescriptorProcessor
 
process(WebAppContext, Descriptor) - Method in class org.eclipse.jetty.webapp.IterativeDescriptorProcessor
processAfters(XmlParser.Node) - Method in class org.eclipse.jetty.webapp.FragmentDescriptor
 
processBefores(XmlParser.Node) - Method in class org.eclipse.jetty.webapp.FragmentDescriptor
 
processConnect(SelectionKey, ManagedSelector.Connect) - Method in class org.eclipse.jetty.io.ManagedSelector
 
processConstraintMapping(ConstraintMapping) - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
Create and combine the constraint with the existing processed constraints.
processConstraintMappingWithMethodOmissions(ConstraintMapping, Map<String, RoleInfo>) - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
Constraints that name method omissions are dealt with differently.
processEntry(URI, JarEntry) - Method in class org.eclipse.jetty.webapp.JarScanner
Deprecated.
 
processIncludeCipherSuites(String[], List<String>) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Deprecated.
no replacement
processIncludeExcludePatterns(String, String[], String[], Set<String>, Set<String>) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
processing() - Method in class org.eclipse.jetty.util.IteratingCallback
 
PROCESSING - Enum constant in enum class org.eclipse.jetty.http.HttpHeaderValue
 
PROCESSING - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
PROCESSING - Enum constant in enum class org.eclipse.jetty.util.IteratingCallback.State
This callback is iterating calls to IteratingCallback.process() and is dealing with the returns.
PROCESSING_102 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
processName() - Method in class org.eclipse.jetty.webapp.FragmentDescriptor
 
processOrdering() - Method in class org.eclipse.jetty.webapp.FragmentDescriptor
 
processOrdering() - Method in class org.eclipse.jetty.webapp.WebDescriptor
 
ProcessorUtils - Class in org.eclipse.jetty.util
ProcessorUtils provides access to runtime info about processors, that may be overridden by system properties or environment variables.
ProcessorUtils() - Constructor for class org.eclipse.jetty.util.ProcessorUtils
 
processPending() - Method in class org.eclipse.jetty.util.PathWatcher
 
processSelected() - Method in class org.eclipse.jetty.io.ManagedSelector.SelectorProducer
 
processUpdates() - Method in class org.eclipse.jetty.io.ManagedSelector.SelectorProducer
 
processVersion() - Method in class org.eclipse.jetty.webapp.WebDescriptor
 
produce() - Method in class org.eclipse.jetty.io.ManagedSelector.SelectorProducer
 
produce() - Method in interface org.eclipse.jetty.util.thread.ExecutionStrategy
Initiates (or resumes) the task production and consumption.
produce() - Method in interface org.eclipse.jetty.util.thread.ExecutionStrategy.Producer
Produces a task to be executed.
produce() - Method in class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill
 
produce() - Method in class org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume
 
produce() - Method in class org.eclipse.jetty.util.thread.strategy.ProduceConsume
 
produce() - Method in class org.eclipse.jetty.util.thread.strategy.ProduceExecuteConsume
 
PRODUCE - Enum constant in enum class org.eclipse.jetty.util.thread.strategy.ProduceConsume.State
 
PRODUCE - Enum constant in enum class org.eclipse.jetty.util.thread.strategy.ProduceExecuteConsume.State
 
PRODUCE_CONSUME - Enum constant in enum class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.Mode
 
PRODUCE_EXECUTE_CONSUME - Enum constant in enum class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.Mode
 
PRODUCE_INVOKE_CONSUME - Enum constant in enum class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.Mode
 
produceConsume() - Method in class org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume
 
ProduceConsume - Class in org.eclipse.jetty.util.thread.strategy
A strategy where the caller thread iterates over task production, submitting each task to an Executor for execution.
ProduceConsume(ExecutionStrategy.Producer, Executor) - Constructor for class org.eclipse.jetty.util.thread.strategy.ProduceConsume
 
ProduceConsume.State - Enum Class in org.eclipse.jetty.util.thread.strategy
 
produceContent() - Method in class org.eclipse.jetty.server.HttpInput
Called when derived implementations should attempt to produce more Content and add it via HttpInput.addContent(Content).
produceContent() - Method in class org.eclipse.jetty.server.HttpInputOverHTTP
 
ProduceExecuteConsume - Class in org.eclipse.jetty.util.thread.strategy
A strategy where the caller thread iterates over task production, submitting each task to an Executor for execution.
ProduceExecuteConsume(ExecutionStrategy.Producer, Executor) - Constructor for class org.eclipse.jetty.util.thread.strategy.ProduceExecuteConsume
 
ProduceExecuteConsume.State - Enum Class in org.eclipse.jetty.util.thread.strategy
 
produceNextContent() - Method in class org.eclipse.jetty.server.HttpInput
Get the next readable from the inputQ, calling HttpInput.produceContent() if need be.
produceTask() - Method in class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill
 
PRODUCING - Enum constant in enum class org.eclipse.jetty.server.HttpChannelState.InputState
 
PRODUCING - Enum constant in enum class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.State
 
PROGRESS_102_INFO - Static variable in class org.eclipse.jetty.http.HttpGenerator
 
promise - Variable in class org.eclipse.jetty.client.http.HttpConnectionOverHTTP
 
promise - Variable in class org.eclipse.jetty.client.HttpProxy.CreateTunnelPromise
 
promise - Variable in class org.eclipse.jetty.client.HttpProxy.ProxyConnection
 
promise - Variable in class org.eclipse.jetty.client.HttpProxy.TunnelPromise
 
promise - Variable in class org.eclipse.jetty.util.Promise.Wrapper
 
Promise<C> - Interface in org.eclipse.jetty.util
A callback abstraction that handles completed/failed events of asynchronous operations.
Promise.Adapter<U> - Class in org.eclipse.jetty.util
Empty implementation of Promise.
Promise.Completable<S> - Class in org.eclipse.jetty.util
A CompletableFuture that is also a Promise.
Promise.Wrapper<W> - Class in org.eclipse.jetty.util
 
PROPERTY_THIS_WEB_INF_URL - Static variable in class org.eclipse.jetty.webapp.JettyWebXmlConfiguration
Deprecated.
PROPERTY_WEB_INF - Static variable in class org.eclipse.jetty.webapp.JettyWebXmlConfiguration
 
PROPERTY_WEB_INF_URI - Static variable in class org.eclipse.jetty.webapp.JettyWebXmlConfiguration
 
PropertyFileLoginModule - Class in org.eclipse.jetty.jaas.spi
PropertyFileLoginModule
PropertyFileLoginModule() - Constructor for class org.eclipse.jetty.jaas.spi.PropertyFileLoginModule
 
propertyObj(XmlParser.Node) - Method in class org.eclipse.jetty.xml.XmlConfiguration.JettyXmlConfiguration
Returns the value of a property.
PropertyUserStore - Class in org.eclipse.jetty.security
This class monitors a property file of the format mentioned below and notifies registered listeners of the changes to the the given file.
PropertyUserStore() - Constructor for class org.eclipse.jetty.security.PropertyUserStore
 
PropertyUserStore.UserListener - Interface in org.eclipse.jetty.security
 
PropertyUserStoreManager - Class in org.eclipse.jetty.jaas
PropertyUserStoreManager Maintains a map of PropertyUserStores, keyed off the location of the property file containing the authentication and authorization information.
PropertyUserStoreManager() - Constructor for class org.eclipse.jetty.jaas.PropertyUserStoreManager
 
PROPFIND - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
PROPPATCH - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
protocol - Variable in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag
 
protocol - Variable in class org.eclipse.jetty.server.NegotiatingServerConnection
 
Protocol() - Constructor for enum class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag.Protocol
 
ProtocolHandler - Interface in org.eclipse.jetty.client
A protocol handler performs HTTP protocol operations on behalf of the application, typically like a browser would.
ProtocolHandlers - Class in org.eclipse.jetty.client
A container for ProtocolHandlers accessible from HttpClient.getProtocolHandlers().
ProtocolHandlers() - Constructor for class org.eclipse.jetty.client.ProtocolHandlers
 
protocols - Variable in class org.eclipse.jetty.server.NegotiatingServerConnection
 
provider - Variable in class org.eclipse.jetty.client.HttpContent
 
proxied() - Element in annotation interface org.eclipse.jetty.util.annotation.ManagedAttribute
Does the managed field exist on a proxy object?
proxied() - Element in annotation interface org.eclipse.jetty.util.annotation.ManagedOperation
Does the managed field exist on a proxy object?
proxies - Variable in class org.eclipse.jetty.client.ProxyConfiguration
 
proxy - Variable in class org.eclipse.jetty.client.HttpDestination
 
Proxy(Origin.Address, boolean) - Constructor for class org.eclipse.jetty.client.ProxyConfiguration.Proxy
 
Proxy(Origin.Address, boolean, SslContextFactory.Client) - Constructor for class org.eclipse.jetty.client.ProxyConfiguration.Proxy
 
Proxy(Origin.Address, SslContextFactory.Client) - Constructor for class org.eclipse.jetty.client.ProxyConfiguration.Proxy
 
PROXY - Enum constant in enum class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag.Command
 
PROXY - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
PROXY - Enum constant in enum class org.eclipse.jetty.http.HttpParser.State
 
PROXY_AUTHENTICATE - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
PROXY_AUTHENTICATION_REQUIRED - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
PROXY_AUTHENTICATION_REQUIRED_407 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
PROXY_AUTHORIZATION - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
PROXY_CONNECTION - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
ProxyAttributes(InetSocketAddress, InetSocketAddress, Attributes) - Constructor for class org.eclipse.jetty.server.ProxyCustomizer.ProxyAttributes
 
ProxyAuthenticationProtocolHandler - Class in org.eclipse.jetty.client
A protocol handler that handles the 401 response code in association with the Proxy-Authenticate header.
ProxyAuthenticationProtocolHandler(HttpClient) - Constructor for class org.eclipse.jetty.client.ProxyAuthenticationProtocolHandler
 
ProxyAuthenticationProtocolHandler(HttpClient, int) - Constructor for class org.eclipse.jetty.client.ProxyAuthenticationProtocolHandler
 
proxyConfig - Variable in class org.eclipse.jetty.client.HttpClient
 
ProxyConfiguration - Class in org.eclipse.jetty.client
The configuration of the forward proxy to use with HttpClient.
ProxyConfiguration() - Constructor for class org.eclipse.jetty.client.ProxyConfiguration
 
ProxyConfiguration.Proxy - Class in org.eclipse.jetty.client
 
ProxyConnection(Destination, Connection, Promise<Connection>) - Constructor for class org.eclipse.jetty.client.HttpProxy.ProxyConnection
 
ProxyConnectionFactory - Class in org.eclipse.jetty.server
ConnectionFactory for the PROXY Protocol.
ProxyConnectionFactory() - Constructor for class org.eclipse.jetty.server.ProxyConnectionFactory
 
ProxyConnectionFactory(String) - Constructor for class org.eclipse.jetty.server.ProxyConnectionFactory
 
ProxyConnectionFactory.ProxyEndPoint - Class in org.eclipse.jetty.server
 
ProxyConnectionFactory.ProxyV1ConnectionFactory - Class in org.eclipse.jetty.server
 
ProxyConnectionFactory.ProxyV1ConnectionFactory.ProxyProtocolV1Connection - Class in org.eclipse.jetty.server
 
ProxyConnectionFactory.ProxyV2ConnectionFactory - Class in org.eclipse.jetty.server
 
ProxyConnectionFactory.ProxyV2ConnectionFactory.Family - Enum Class in org.eclipse.jetty.server
 
ProxyConnectionFactory.ProxyV2ConnectionFactory.ProxyProtocolV2Connection - Class in org.eclipse.jetty.server
 
ProxyConnectionFactory.ProxyV2ConnectionFactory.Transport - Enum Class in org.eclipse.jetty.server
 
ProxyCustomizer - Class in org.eclipse.jetty.server
Customizer that extracts the real local and remote address:port pairs from a ProxyConnectionFactory and sets them on the request with ServletRequest.setAttribute(String, Object).
ProxyCustomizer() - Constructor for class org.eclipse.jetty.server.ProxyCustomizer
 
ProxyCustomizer.ProxyAttributes - Class in org.eclipse.jetty.server
 
ProxyEndPoint(EndPoint, InetSocketAddress, InetSocketAddress) - Constructor for class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
ProxyProtocolClientConnectionFactory - Class in org.eclipse.jetty.client
ClientConnectionFactory for the PROXY protocol.
ProxyProtocolClientConnectionFactory(ClientConnectionFactory) - Constructor for class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory
 
ProxyProtocolClientConnectionFactory.ProxyProtocolConnection - Class in org.eclipse.jetty.client
 
ProxyProtocolClientConnectionFactory.ProxyProtocolConnectionV1 - Class in org.eclipse.jetty.client
 
ProxyProtocolClientConnectionFactory.ProxyProtocolConnectionV2 - Class in org.eclipse.jetty.client
 
ProxyProtocolClientConnectionFactory.V1 - Class in org.eclipse.jetty.client
A ClientConnectionFactory for the PROXY protocol version 1.
ProxyProtocolClientConnectionFactory.V1.Tag - Class in org.eclipse.jetty.client
PROXY protocol version 1 metadata holder to be used in conjunction with Request.tag(Object).
ProxyProtocolClientConnectionFactory.V2 - Class in org.eclipse.jetty.client
A ClientConnectionFactory for the PROXY protocol version 2.
ProxyProtocolClientConnectionFactory.V2.Tag - Class in org.eclipse.jetty.client
PROXY protocol version 2 metadata holder to be used in conjunction with Request.tag(Object).
ProxyProtocolClientConnectionFactory.V2.Tag.Command - Enum Class in org.eclipse.jetty.client
 
ProxyProtocolClientConnectionFactory.V2.Tag.Family - Enum Class in org.eclipse.jetty.client
 
ProxyProtocolClientConnectionFactory.V2.Tag.Protocol - Enum Class in org.eclipse.jetty.client
 
ProxyProtocolClientConnectionFactory.V2.Tag.TLV - Class in org.eclipse.jetty.client
 
ProxyProtocolConnection(EndPoint, Executor, ClientConnectionFactory, Map<String, Object>) - Constructor for class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.ProxyProtocolConnection
 
ProxyProtocolConnectionV1(EndPoint, Executor, ClientConnectionFactory, Map<String, Object>, ProxyProtocolClientConnectionFactory.V1.Tag) - Constructor for class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.ProxyProtocolConnectionV1
 
ProxyProtocolConnectionV2(EndPoint, Executor, ClientConnectionFactory, Map<String, Object>, ProxyProtocolClientConnectionFactory.V2.Tag) - Constructor for class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.ProxyProtocolConnectionV2
 
ProxyProtocolV1Connection(EndPoint, Connector, ConnectionFactory) - Constructor for class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyV1ConnectionFactory.ProxyProtocolV1Connection
 
ProxyProtocolV2Connection(EndPoint, Connector, ConnectionFactory) - Constructor for class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyV2ConnectionFactory.ProxyProtocolV2Connection
 
ProxyV1ConnectionFactory(String) - Constructor for class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyV1ConnectionFactory
 
ProxyV2ConnectionFactory(String) - Constructor for class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyV2ConnectionFactory
 
publish(LogRecord) - Method in class org.eclipse.jetty.util.log.JettyLogHandler
 
purgeEntries(Field) - Method in class org.eclipse.jetty.servlet.listener.ELContextCleaner
 
push() - Method in interface org.eclipse.jetty.server.PushBuilder
Push a resource given the current state of the builder, returning immediately without blocking.
push() - Method in class org.eclipse.jetty.server.PushBuilderImpl
 
push(String, AsyncJSON.State, Object) - Method in class org.eclipse.jetty.util.ajax.AsyncJSON.FrameStack
 
push(MetaData.Request) - Method in class org.eclipse.jetty.server.HttpConnection
 
push(MetaData.Request) - Method in interface org.eclipse.jetty.server.HttpTransport
 
push(AsyncJSON.State, Object) - Method in class org.eclipse.jetty.util.ajax.AsyncJSON.FrameStack
 
PushBuilder - Interface in org.eclipse.jetty.server
Build a request to be pushed.
PushBuilderImpl - Class in org.eclipse.jetty.server
 
PushBuilderImpl(Request, HttpFields, String, String, String, boolean) - Constructor for class org.eclipse.jetty.server.PushBuilderImpl
 
pushListener - Variable in class org.eclipse.jetty.client.HttpRequest
 
pushListener(BiFunction<Request, Request, Response.CompleteListener>) - Method in class org.eclipse.jetty.client.HttpRequest
Sets a listener for pushed resources.
put(E) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
put(Object, XmlParser.Node) - Method in class org.eclipse.jetty.xml.XmlConfiguration.JettyXmlConfiguration
Calls a put method.
put(String, E) - Method in class org.eclipse.jetty.http.pathmap.PathMappings
 
put(String, String) - Method in class org.eclipse.jetty.http.HttpFields
Set a field.
put(String, String) - Method in class org.eclipse.jetty.util.Fields
Inserts or replaces the given name/value pair as a single-valued Fields.Field.
put(String, List<String>) - Method in class org.eclipse.jetty.http.HttpFields
Set a field.
put(String, O) - Method in class org.eclipse.jetty.http.PathMap
Deprecated.
Add a single path match to the PathMap.
put(String, Session) - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
put(String, Session) - Method in interface org.eclipse.jetty.server.session.SessionCache
Deprecated.
@see release
put(String, TYPE) - Method in class org.eclipse.jetty.util.HostMap
 
put(String, TYPE) - Method in class org.eclipse.jetty.util.IPAddressMap
Deprecated.
Insert a new internet address into map
put(String, V) - Method in class org.eclipse.jetty.util.ArrayTernaryTrie.Growing
 
put(String, V) - Method in class org.eclipse.jetty.util.ArrayTernaryTrie
 
put(String, V) - Method in class org.eclipse.jetty.util.ArrayTrie
 
put(String, V) - Method in class org.eclipse.jetty.util.MultiMap
Put multi valued entry.
put(String, V) - Method in class org.eclipse.jetty.util.TreeTrie
 
put(String, V) - Method in interface org.eclipse.jetty.util.Trie
Put an entry into the Trie
put(ByteBuffer, ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Put data from one buffer into another, avoiding over/under flows
put(ProtocolHandler) - Method in class org.eclipse.jetty.client.ProtocolHandlers
Stores the given protocolHandler in this container.
put(HttpField) - Method in class org.eclipse.jetty.http.HttpFields
 
put(HttpHeader, String) - Method in class org.eclipse.jetty.http.HttpFields
Set a field.
put(HttpHeader, HttpHeaderValue) - Method in class org.eclipse.jetty.http.HttpFields
 
put(PathSpec, E) - Method in class org.eclipse.jetty.http.pathmap.PathMappings
 
put(Fields.Field) - Method in class org.eclipse.jetty.util.Fields
Inserts or replaces the given Fields.Field, mapped to the field's name
put(V) - Method in class org.eclipse.jetty.util.AbstractTrie
 
put(V) - Method in class org.eclipse.jetty.util.ArrayTernaryTrie.Growing
 
put(V) - Method in interface org.eclipse.jetty.util.Trie
Put a value as both a key and a value.
PUT - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
PUT_AS_INT - Static variable in enum class org.eclipse.jetty.http.HttpMethod
 
putAllAttributes(Map<String, Object>) - Method in class org.eclipse.jetty.server.session.SessionData
 
putAllValues(Map<String, V>) - Method in class org.eclipse.jetty.util.MultiMap
Shorthand version of putAll
putContentLength(ByteBuffer, long) - Static method in class org.eclipse.jetty.http.HttpGenerator
 
putConvertor(String, JSON.Convertor) - Method in class org.eclipse.jetty.util.ajax.AsyncJSON.Factory
Associates the given JSON.Convertor to the given class name.
putCRLF(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
 
putDateField(String, long) - Method in class org.eclipse.jetty.http.HttpFields
Sets the value of a date field.
putDateField(HttpHeader, long) - Method in class org.eclipse.jetty.http.HttpFields
Sets the value of a date field.
putDecInt(ByteBuffer, int) - Static method in class org.eclipse.jetty.util.BufferUtil
 
putDecLong(ByteBuffer, long) - Static method in class org.eclipse.jetty.util.BufferUtil
 
putHeaders(HttpServletResponse, HttpContent, long) - Method in class org.eclipse.jetty.server.ResourceService
 
putHeaders(HttpServletResponse, HttpContent, long, boolean) - Static method in class org.eclipse.jetty.server.Response
 
putHeaders(HttpContent, long, boolean) - Method in class org.eclipse.jetty.server.Response
 
putHexInt(ByteBuffer, int) - Static method in class org.eclipse.jetty.util.BufferUtil
 
putIntLittleEndian(ByteBuffer, int) - Static method in class org.eclipse.jetty.util.BufferUtil
Put an integer little endian
putLongField(String, long) - Method in class org.eclipse.jetty.http.HttpFields
Sets the value of an long field.
putLongField(HttpHeader, long) - Method in class org.eclipse.jetty.http.HttpFields
Sets the value of an long field.
putSanitisedName(String, ByteBuffer) - Static method in class org.eclipse.jetty.http.HttpGenerator
 
putSanitisedValue(String, ByteBuffer) - Static method in class org.eclipse.jetty.http.HttpGenerator
 
putTo(ByteBuffer, HttpVersion) - Method in class org.eclipse.jetty.http.PreEncodedHttpField
 
putTo(HttpField, ByteBuffer) - Static method in class org.eclipse.jetty.http.HttpGenerator
 
putTo(HttpFields, ByteBuffer) - Static method in class org.eclipse.jetty.http.HttpGenerator
 
putValue(String, Object) - Method in class org.eclipse.jetty.server.session.Session
Deprecated.
putValues(String, List<V>) - Method in class org.eclipse.jetty.util.MultiMap
Put multi valued entry.
putValues(String, V...) - Method in class org.eclipse.jetty.util.MultiMap
Put multi valued entry.

Q

qop - Variable in class org.eclipse.jetty.client.util.DigestAuthentication.DigestResult
 
qop - Variable in class org.eclipse.jetty.security.authentication.DigestAuthenticator.Digest
 
qualityList(Enumeration<String>) - Static method in class org.eclipse.jetty.http.HttpFields
Deprecated.
QualityValue(double, String, int) - Constructor for class org.eclipse.jetty.http.QuotedQualityCSV.QualityValue
 
quarantine - Variable in class org.eclipse.jetty.client.ValidatingConnectionPool
 
query - Variable in class org.eclipse.jetty.client.HttpRequest
 
QUERY - Enum constant in enum class org.eclipse.jetty.http.HttpURI.State
 
QUERY_REGEXP - Static variable in class org.eclipse.jetty.client.HttpRedirector
 
queryString(String) - Method in interface org.eclipse.jetty.server.PushBuilder
Set the query string to be used for the push.
queryString(String) - Method in class org.eclipse.jetty.server.PushBuilderImpl
 
queue - Variable in class org.eclipse.jetty.util.LeakDetector
 
QUEUED - Enum constant in enum class org.eclipse.jetty.client.HttpSender.RequestState
The request is queued, the initial state
QueuedThreadPool - Class in org.eclipse.jetty.util.thread
A thread pool with a queue of jobs to execute.
QueuedThreadPool() - Constructor for class org.eclipse.jetty.util.thread.QueuedThreadPool
 
QueuedThreadPool(int) - Constructor for class org.eclipse.jetty.util.thread.QueuedThreadPool
 
QueuedThreadPool(int, int) - Constructor for class org.eclipse.jetty.util.thread.QueuedThreadPool
 
QueuedThreadPool(int, int, int) - Constructor for class org.eclipse.jetty.util.thread.QueuedThreadPool
 
QueuedThreadPool(int, int, int, int, BlockingQueue<Runnable>, ThreadGroup) - Constructor for class org.eclipse.jetty.util.thread.QueuedThreadPool
 
QueuedThreadPool(int, int, int, int, BlockingQueue<Runnable>, ThreadGroup, ThreadFactory) - Constructor for class org.eclipse.jetty.util.thread.QueuedThreadPool
 
QueuedThreadPool(int, int, int, BlockingQueue<Runnable>) - Constructor for class org.eclipse.jetty.util.thread.QueuedThreadPool
 
QueuedThreadPool(int, int, int, BlockingQueue<Runnable>, ThreadGroup) - Constructor for class org.eclipse.jetty.util.thread.QueuedThreadPool
 
QueuedThreadPool(int, int, BlockingQueue<Runnable>) - Constructor for class org.eclipse.jetty.util.thread.QueuedThreadPool
 
QueuedThreadPool.Runner - Class in org.eclipse.jetty.util.thread
 
queuedToBegin(HttpExchange) - Method in class org.eclipse.jetty.client.HttpSender
 
queueLatencyStats - Variable in class org.eclipse.jetty.util.thread.MonitoredQueuedThreadPool
 
queueOffer(ByteBuffer) - Method in class org.eclipse.jetty.io.ByteBufferPool.Bucket
 
queuePoll() - Method in class org.eclipse.jetty.io.ByteBufferPool.Bucket
 
queueStats - Variable in class org.eclipse.jetty.util.thread.MonitoredQueuedThreadPool
 
quickStart(ByteBuffer) - Method in class org.eclipse.jetty.http.HttpParser
 
QuietException - Interface in org.eclipse.jetty.io
A Quiet Exception.
QuietServletException - Exception Class in org.eclipse.jetty.server
A ServletException that is logged less verbosely than a normal ServletException.
QuietServletException() - Constructor for exception class org.eclipse.jetty.server.QuietServletException
 
QuietServletException(String) - Constructor for exception class org.eclipse.jetty.server.QuietServletException
 
QuietServletException(String, Throwable) - Constructor for exception class org.eclipse.jetty.server.QuietServletException
 
QuietServletException(Throwable) - Constructor for exception class org.eclipse.jetty.server.QuietServletException
 
quote(Appendable, String) - Static method in class org.eclipse.jetty.util.QuotedStringTokenizer
Quote a string into an Appendable.
quote(String) - Static method in class org.eclipse.jetty.util.QuotedStringTokenizer
Quote a string.
QUOTE - Enum constant in enum class org.eclipse.jetty.util.StringUtil.CsvSplitState
 
QUOTED_PRINTABLE_TRANSFER_ENCODING - Enum constant in enum class org.eclipse.jetty.util.MultiPartInputStreamParser.NonCompliance
Deprecated.
 
QuotedCSV - Class in org.eclipse.jetty.http
Implements a quoted comma separated list of values in accordance with RFC7230.
QuotedCSV(boolean, String...) - Constructor for class org.eclipse.jetty.http.QuotedCSV
 
QuotedCSV(String...) - Constructor for class org.eclipse.jetty.http.QuotedCSV
 
QuotedCSVParser - Class in org.eclipse.jetty.http
Implements a quoted comma separated list parser in accordance with RFC7230.
QuotedCSVParser(boolean) - Constructor for class org.eclipse.jetty.http.QuotedCSVParser
 
QuotedCSVParser.State - Enum Class in org.eclipse.jetty.http
 
quotedEscape(Appendable, String) - Method in class org.eclipse.jetty.util.ajax.JSON
 
QuotedQualityCSV - Class in org.eclipse.jetty.http
Implements a quoted comma separated list of quality values in accordance with RFC7230 and RFC7231.
QuotedQualityCSV() - Constructor for class org.eclipse.jetty.http.QuotedQualityCSV
Sorts values with equal quality according to the length of the value String.
QuotedQualityCSV(String[]) - Constructor for class org.eclipse.jetty.http.QuotedQualityCSV
Sorts values with equal quality according to given order.
QuotedQualityCSV(ToIntFunction<String>) - Constructor for class org.eclipse.jetty.http.QuotedQualityCSV
Orders values with equal quality with the given function.
QuotedQualityCSV.QualityValue - Class in org.eclipse.jetty.http
 
QuotedStringTokenizer - Class in org.eclipse.jetty.util
StringTokenizer with Quoting support.
QuotedStringTokenizer(String) - Constructor for class org.eclipse.jetty.util.QuotedStringTokenizer
 
QuotedStringTokenizer(String, String) - Constructor for class org.eclipse.jetty.util.QuotedStringTokenizer
 
QuotedStringTokenizer(String, String, boolean) - Constructor for class org.eclipse.jetty.util.QuotedStringTokenizer
 
QuotedStringTokenizer(String, String, boolean, boolean) - Constructor for class org.eclipse.jetty.util.QuotedStringTokenizer
 
quoteIfNeeded(String, String) - Static method in class org.eclipse.jetty.util.QuotedStringTokenizer
Quote a string.
quoteOnly(Appendable, String) - Static method in class org.eclipse.jetty.util.QuotedStringTokenizer
Quote a string into an Appendable.
quoteOnlyOrAppend(StringBuilder, String, boolean) - Static method in class org.eclipse.jetty.http.HttpCookie
 

R

random - Variable in class org.eclipse.jetty.client.util.DigestAuthentication
 
RANDOM - Enum constant in enum class org.eclipse.jetty.util.Pool.StrategyType
A strategy that looks for an entry by iterating from a random starting index.
RandomConnectionPool - Class in org.eclipse.jetty.client
A ConnectionPool that provides connections randomly among the ones that are available.
RandomConnectionPool(HttpDestination, int, Callback, int) - Constructor for class org.eclipse.jetty.client.RandomConnectionPool
 
RANGE - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
RANGE_NOT_SATISFIABLE - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
RANGE_NOT_SATISFIABLE_416 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
RangeWriter - Interface in org.eclipse.jetty.server.resource
Interface for writing sections (ranges) of a single resource (SeekableByteChannel, Resource, etc) to an outputStream.
Rate(long, TimeUnit) - Constructor for class org.eclipse.jetty.server.AcceptRateLimit.Rate
 
RateCounter - Class in org.eclipse.jetty.util.statistic
Counts the rate that Longs are added to this from the time of creation or the last call to RateCounter.reset().
RateCounter() - Constructor for class org.eclipse.jetty.util.statistic.RateCounter
 
RateStatistic - Class in org.eclipse.jetty.util.statistic
Statistics on a time sequence rate.
RateStatistic(long, TimeUnit) - Constructor for class org.eclipse.jetty.util.statistic.RateStatistic
 
reacquireNetworkBuffer() - Method in class org.eclipse.jetty.client.http.HttpReceiverOverHTTP
 
read - Variable in class org.eclipse.jetty.util.IO.Job
 
read() - Method in class org.eclipse.jetty.client.util.InputStreamResponseListener.Input
 
read() - Method in class org.eclipse.jetty.server.HttpInput
 
read() - Method in class org.eclipse.jetty.util.IO.ClosedIS
 
read() - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser.Base64InputStream
Deprecated.
 
read() - Method in class org.eclipse.jetty.util.ReadLineInputStream
Deprecated.
 
read(byte[], int, int) - Method in class org.eclipse.jetty.client.util.InputStreamResponseListener.Input
 
read(byte[], int, int) - Method in class org.eclipse.jetty.server.HttpInput
 
read(byte[], int, int) - Method in class org.eclipse.jetty.util.ReadLineInputStream
Deprecated.
 
READ_CALLBACK - Enum constant in enum class org.eclipse.jetty.server.HttpChannelState.Action
 
READ_PRODUCE - Enum constant in enum class org.eclipse.jetty.server.HttpChannelState.Action
 
READ_REGISTER - Enum constant in enum class org.eclipse.jetty.server.HttpChannelState.Action
 
ReadableByteChannelWritingCB(ReadableByteChannel, Callback) - Constructor for class org.eclipse.jetty.server.HttpOutput.ReadableByteChannelWritingCB
 
readBytes(InputStream) - Static method in class org.eclipse.jetty.util.IO
 
ReadCallback() - Constructor for class org.eclipse.jetty.io.AbstractConnection.ReadCallback
 
ReaderSource(Reader) - Constructor for class org.eclipse.jetty.util.ajax.JSON.ReaderSource
 
readFrom(File, ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
 
readFrom(InputStream, int, ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
 
readFrom(HttpInput.Content) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor
 
readFrom(HttpInput.Content) - Method in class org.eclipse.jetty.server.HttpInput.ChainedInterceptor
 
readFrom(HttpInput.Content) - Method in interface org.eclipse.jetty.server.HttpInput.Interceptor
 
readLine() - Method in class org.eclipse.jetty.util.ReadLineInputStream
Deprecated.
 
ReadLineInputStream - Class in org.eclipse.jetty.util
Deprecated.
ReadLineInputStream(InputStream) - Constructor for class org.eclipse.jetty.util.ReadLineInputStream
Deprecated.
 
ReadLineInputStream(InputStream, int) - Constructor for class org.eclipse.jetty.util.ReadLineInputStream
Deprecated.
 
ReadLineInputStream.Termination - Enum Class in org.eclipse.jetty.util
Deprecated.
 
readObject(ObjectInputStream) - Method in class org.eclipse.jetty.security.authentication.SessionAuthentication
 
readObject(ObjectInputStream) - Method in class org.eclipse.jetty.server.session.SessionData
 
readObject(ClassLoader) - Method in class org.eclipse.jetty.util.ClassLoadingObjectInputStream
 
readonly() - Element in annotation interface org.eclipse.jetty.util.annotation.ManagedAttribute
Is the managed field read-only? Required only when a setter exists but should not be exposed via JMX
Reads - Search tag in interface org.eclipse.jetty.io.EndPoint
Section
READY - Enum constant in enum class org.eclipse.jetty.server.HttpChannelState.InputState
 
READY - Enum constant in enum class org.eclipse.jetty.server.HttpOutput.ApiState
 
realm - Variable in class org.eclipse.jetty.client.util.AbstractAuthentication
 
realm - Variable in class org.eclipse.jetty.client.util.DigestAuthentication.DigestResult
 
realm - Variable in class org.eclipse.jetty.security.authentication.DigestAuthenticator.Digest
 
reason - Variable in class org.eclipse.jetty.client.HttpResponse
 
reason - Variable in class org.eclipse.jetty.server.LowResourceMonitor.ConnectorsThreadPoolLowResourceCheck
 
reason - Variable in class org.eclipse.jetty.server.LowResourceMonitor.MainThreadPoolLowResourceCheck
 
reason - Variable in class org.eclipse.jetty.server.LowResourceMonitor.MaxConnectionsLowResourceCheck
 
reason - Variable in class org.eclipse.jetty.server.LowResourceMonitor.MemoryLowResourceCheck
 
reason(String) - Method in class org.eclipse.jetty.client.HttpResponse
 
REASON - Enum constant in enum class org.eclipse.jetty.http.HttpParser.State
 
REBIND - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
receive() - Method in class org.eclipse.jetty.client.http.HttpChannelOverHTTP
 
receive() - Method in class org.eclipse.jetty.client.http.HttpReceiverOverHTTP
 
receive() - Method in class org.eclipse.jetty.client.HttpReceiver
 
receiver - Variable in class org.eclipse.jetty.client.http.HttpChannelOverHTTP
 
RECOGNIZED - Enum constant in enum class org.eclipse.jetty.server.ConnectionFactory.Detecting.Detection
A ConnectionFactory.Detecting can work with the given bytes.
record() - Method in class org.eclipse.jetty.util.statistic.RateStatistic
Records a sample value.
record(long) - Method in class org.eclipse.jetty.util.statistic.SampleStatistic
Records a sample value.
recordSessionTime(Session) - Method in class org.eclipse.jetty.server.session.SessionHandler
Record length of time session has been active.
recurseDepth - Variable in class org.eclipse.jetty.util.PathWatcher.Config
 
recycle() - Method in class org.eclipse.jetty.http.MetaData
 
recycle() - Method in class org.eclipse.jetty.http.MetaData.Request
 
recycle() - Method in class org.eclipse.jetty.io.ByteBufferPool.Lease
 
recycle() - Method in class org.eclipse.jetty.server.HttpChannel
 
recycle() - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
 
recycle() - Method in class org.eclipse.jetty.server.HttpChannelState
 
recycle() - Method in class org.eclipse.jetty.server.HttpInput
 
recycle() - Method in class org.eclipse.jetty.server.HttpOutput
 
recycle() - Method in class org.eclipse.jetty.server.Request
 
recycle() - Method in class org.eclipse.jetty.server.Response
 
recycle(Deflater) - Method in interface org.eclipse.jetty.server.handler.gzip.GzipFactory
 
recycle(Deflater) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
recycles - Variable in class org.eclipse.jetty.io.ByteBufferPool.Lease
 
redirect(Request, Response) - Method in class org.eclipse.jetty.client.HttpRedirector
Redirects the given response, blocking until the redirect is complete.
redirect(Request, Response, Response.CompleteListener) - Method in class org.eclipse.jetty.client.HttpRedirector
Redirects the given response asynchronously.
redirect(Request, Response, Response.CompleteListener, URI) - Method in class org.eclipse.jetty.client.HttpRedirector
 
redirect(Request, Response, Response.CompleteListener, URI, String) - Method in class org.eclipse.jetty.client.HttpRedirector
 
redirectEntity(String, URL) - Method in class org.eclipse.jetty.xml.XmlParser
 
redirector - Variable in class org.eclipse.jetty.client.RedirectProtocolHandler
 
Redirector() - Constructor for class org.eclipse.jetty.server.handler.MovedContextHandler.Redirector
 
RedirectProtocolHandler - Class in org.eclipse.jetty.client
A protocol handler that handles redirect status codes 301, 302, 303, 307 and 308.
RedirectProtocolHandler(HttpClient) - Constructor for class org.eclipse.jetty.client.RedirectProtocolHandler
 
references - Variable in class org.eclipse.jetty.io.RetainableByteBuffer
 
REFERER - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
refObj(XmlParser.Node) - Method in class org.eclipse.jetty.xml.XmlConfiguration.JettyXmlConfiguration
Returns a reference object mapped to an id.
RegexPathSpec - Class in org.eclipse.jetty.http.pathmap
 
RegexPathSpec(String) - Constructor for class org.eclipse.jetty.http.pathmap.RegexPathSpec
 
RegexSet - Class in org.eclipse.jetty.util
A Set of Regular expressions strings.
RegexSet() - Constructor for class org.eclipse.jetty.util.RegexSet
 
register(int, LifeCycle...) - Static method in class org.eclipse.jetty.util.thread.ShutdownThread
 
register(Path, PathWatcher.Config) - Method in class org.eclipse.jetty.util.PathWatcher
 
register(Path, PathWatcher.Config, WatchEvent.Kind<?>[]) - Method in class org.eclipse.jetty.util.PathWatcher
 
register(Callback) - Method in class org.eclipse.jetty.io.FillInterest
Call to register interest in a callback when a read is possible.
register(LifeCycle...) - Static method in class org.eclipse.jetty.server.ShutdownMonitor
 
register(LifeCycle...) - Static method in class org.eclipse.jetty.util.thread.ShutdownThread
 
REGISTER - Enum constant in enum class org.eclipse.jetty.server.HttpChannelState.InputState
 
registerConvertor(Class, JSON.Convertor) - Static method in class org.eclipse.jetty.util.ajax.JSON
Register a JSON.Convertor for a class or interface.
registerDir(Path, PathWatcher.Config) - Method in class org.eclipse.jetty.util.PathWatcher
 
REGISTERED - Enum constant in enum class org.eclipse.jetty.server.HttpChannelState.InputState
 
registerTree(Path, PathWatcher.Config, boolean) - Method in class org.eclipse.jetty.util.PathWatcher
 
registerUserListener(PropertyUserStore.UserListener) - Method in class org.eclipse.jetty.security.PropertyUserStore
Registers a listener to be notified of the contents of the property file
registerVisitor(String, Method) - Method in class org.eclipse.jetty.webapp.IterativeDescriptorProcessor
Register a method to be called back when visiting the node with the given name.
Registration() - Constructor for class org.eclipse.jetty.servlet.FilterHolder.Registration
 
Registration() - Constructor for class org.eclipse.jetty.servlet.ServletHolder.Registration
 
RelativeOrdering - Class in org.eclipse.jetty.webapp
Relative Fragment Ordering
RelativeOrdering(MetaData) - Constructor for class org.eclipse.jetty.webapp.RelativeOrdering
 
relativePath(String, String, String) - Static method in class org.eclipse.jetty.http.PathMap
Deprecated.
Relative path.
release() - Method in class org.eclipse.jetty.client.http.HttpChannelOverHTTP
 
release() - Method in class org.eclipse.jetty.client.http.HttpConnectionOverHTTP
 
release() - Method in class org.eclipse.jetty.client.http.HttpSenderOverHTTP.HeadersCallback
 
release() - Method in class org.eclipse.jetty.client.HttpChannel
 
release() - Method in interface org.eclipse.jetty.http.HttpContent
 
release() - Method in class org.eclipse.jetty.http.PrecompressedHttpContent
 
release() - Method in class org.eclipse.jetty.http.ResourceHttpContent
 
release() - Method in class org.eclipse.jetty.io.RetainableByteBuffer
 
release() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
 
release() - Method in class org.eclipse.jetty.server.HttpConnection.SendCallback
 
release() - Method in class org.eclipse.jetty.util.Pool.Entry
Release the entry.
release() - Method in class org.eclipse.jetty.util.resource.Resource
Deprecated.
release(String, Session) - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
Finish using the Session object.
release(String, Session) - Method in interface org.eclipse.jetty.server.session.SessionCache
Finish using a Session.
release(ByteBuffer) - Method in interface org.eclipse.jetty.client.ContentDecoder
Releases the ByteBuffer returned by ContentDecoder.decode(ByteBuffer).
release(ByteBuffer) - Method in class org.eclipse.jetty.http.GZIPContentDecoder
Releases an allocated buffer.
release(ByteBuffer) - Method in class org.eclipse.jetty.io.ArrayByteBufferPool
 
release(ByteBuffer) - Method in class org.eclipse.jetty.io.ByteBufferPool.Bucket
 
release(ByteBuffer) - Method in class org.eclipse.jetty.io.ByteBufferPool.Lease
 
release(ByteBuffer) - Method in interface org.eclipse.jetty.io.ByteBufferPool
Returns a ByteBuffer, usually obtained with ByteBufferPool.acquire(int, boolean) (but not necessarily), making it available for recycling and reuse.
release(ByteBuffer) - Method in class org.eclipse.jetty.io.LeakTrackingByteBufferPool
 
release(ByteBuffer) - Method in class org.eclipse.jetty.io.MappedByteBufferPool
 
release(ByteBuffer) - Method in class org.eclipse.jetty.io.NullByteBufferPool
 
release(Connection) - Method in class org.eclipse.jetty.client.AbstractConnectionPool
 
release(Connection) - Method in interface org.eclipse.jetty.client.ConnectionPool
Returns the given connection, previously obtained via ConnectionPool.acquire(), back to this ConnectionPool.
release(Connection) - Method in class org.eclipse.jetty.client.HttpDestination
 
release(Connection) - Method in class org.eclipse.jetty.client.ValidatingConnectionPool
 
release(Pool.Entry) - Method in class org.eclipse.jetty.util.Pool
This method will return an acquired object to the pool.
release(T) - Method in class org.eclipse.jetty.util.compression.CompressionPool
 
releaseAndClose() - Method in class org.eclipse.jetty.server.DetectorConnectionFactory.DetectorConnection
 
releaseAndClose() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyV1ConnectionFactory.ProxyProtocolV1Connection
 
releaseAndClose() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyV2ConnectionFactory.ProxyProtocolV2Connection
 
releaseBuffer(Throwable) - Method in class org.eclipse.jetty.server.HttpOutput
 
releaseChunk() - Method in class org.eclipse.jetty.server.HttpConnection.SendCallback
 
released(Connection) - Method in class org.eclipse.jetty.client.AbstractConnectionPool
 
released(Connection) - Method in class org.eclipse.jetty.client.LeakTrackingConnectionPool
 
released(T) - Method in class org.eclipse.jetty.util.LeakDetector
Tracks the resource as been released.
releaseDecryptedInputBuffer() - Method in class org.eclipse.jetty.io.ssl.SslConnection
 
releaseEncryptedInputBuffer() - Method in class org.eclipse.jetty.io.ssl.SslConnection
 
releaseEncryptedOutputBuffer() - Method in class org.eclipse.jetty.io.ssl.SslConnection
 
releaseExcessMemory(boolean, Consumer<Boolean>) - Method in class org.eclipse.jetty.io.AbstractByteBufferPool
 
releaseHeader() - Method in class org.eclipse.jetty.server.HttpConnection.SendCallback
 
releaseNetworkBuffer() - Method in class org.eclipse.jetty.client.http.HttpReceiverOverHTTP
 
releaseRequestBuffer() - Method in class org.eclipse.jetty.server.HttpConnection
 
relinkHandlers() - Method in class org.eclipse.jetty.servlet.ServletContextHandler
 
reload() - Method in class org.eclipse.jetty.util.ssl.KeyStoreScanner
 
reload(Consumer<SslContextFactory>) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
remaining() - Method in class org.eclipse.jetty.io.RetainableByteBuffer
 
remaining() - Method in class org.eclipse.jetty.server.HttpInput.Content
 
remaining(ByteBuffer...) - Static method in class org.eclipse.jetty.util.BufferUtil
Get the remaining bytes in 0 or more buffers.
remainingCapacity() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
Remote(String, int) - Constructor for class org.eclipse.jetty.server.handler.ThreadLimitHandler.Remote
 
REMOTE - Static variable in class org.eclipse.jetty.server.handler.ThreadLimitHandler
 
REMOTE_ADDRESS_ATTRIBUTE_NAME - Static variable in class org.eclipse.jetty.server.ProxyCustomizer
The remote address attribute name.
REMOTE_PORT_ATTRIBUTE_NAME - Static variable in class org.eclipse.jetty.server.ProxyCustomizer
The remote port attribute name.
remove() - Method in class org.eclipse.jetty.client.http.HttpConnectionOverHTTP
 
remove() - Method in class org.eclipse.jetty.client.util.DeferredContentProvider.DeferredContentProviderIterator
 
remove() - Method in class org.eclipse.jetty.client.util.InputStreamContentProvider.InputStreamContentProviderIterator
 
remove() - Method in class org.eclipse.jetty.http.HttpFields.ListItr
 
remove() - Method in class org.eclipse.jetty.util.BlockingArrayQueue.Itr
 
remove() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
remove() - Method in class org.eclipse.jetty.util.Pool.Entry
Remove the entry.
remove(int) - Method in class org.eclipse.jetty.http.HttpFields
 
remove(int) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
remove(Object) - Method in class org.eclipse.jetty.client.HttpClient.ContentDecoderFactorySet
 
remove(Object) - Method in class org.eclipse.jetty.http.PathMap.PathSet
Deprecated.
 
remove(Object) - Method in class org.eclipse.jetty.http.pathmap.PathSpecSet
 
remove(Object) - Method in class org.eclipse.jetty.http.PathMap
Deprecated.
 
remove(Object) - Method in class org.eclipse.jetty.io.IncludeExcludeConnectionStatistics.ConnectionSet
 
remove(Object) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
remove(Object) - Method in class org.eclipse.jetty.util.ConcurrentHashSet
Deprecated.
 
remove(Object) - Method in class org.eclipse.jetty.util.InetAddressSet
 
remove(Object) - Method in class org.eclipse.jetty.util.RegexSet
 
remove(Object) - Method in class org.eclipse.jetty.webapp.ClasspathPattern.ByClass
 
remove(Object) - Method in class org.eclipse.jetty.webapp.ClasspathPattern.ByLocationOrModule
 
remove(Object) - Method in class org.eclipse.jetty.webapp.ClasspathPattern.ByModule
 
remove(Object) - Method in class org.eclipse.jetty.webapp.ClasspathPattern.ByPackage
 
remove(Object) - Method in class org.eclipse.jetty.webapp.ClasspathPattern.ByPackageOrName
 
remove(Object) - Method in class org.eclipse.jetty.webapp.ClasspathPattern
 
remove(Object, int) - Static method in class org.eclipse.jetty.util.LazyList
 
remove(Object, Object) - Static method in class org.eclipse.jetty.util.LazyList
 
remove(String) - Method in class org.eclipse.jetty.client.ProtocolHandlers
Removes the protocol handler with the given name.
remove(String) - Method in class org.eclipse.jetty.http.HttpFields
Remove a field.
remove(String) - Method in interface org.eclipse.jetty.security.PropertyUserStore.UserListener
 
remove(String) - Method in class org.eclipse.jetty.util.AbstractTrie
 
remove(String) - Method in class org.eclipse.jetty.util.ArrayTernaryTrie.Growing
 
remove(String) - Method in class org.eclipse.jetty.util.Fields
Removes the Fields.Field with the given name
remove(String) - Method in interface org.eclipse.jetty.util.Trie
 
remove(URI, HttpCookie) - Method in class org.eclipse.jetty.util.HttpCookieStore.Empty
 
remove(URI, HttpCookie) - Method in class org.eclipse.jetty.util.HttpCookieStore
 
remove(ByteBuffer) - Method in interface org.eclipse.jetty.io.ByteBufferPool
Removes a ByteBuffer that was previously obtained with ByteBufferPool.acquire(int, boolean).
remove(ByteBuffer) - Method in class org.eclipse.jetty.io.LeakTrackingByteBufferPool
 
remove(Connection) - Method in class org.eclipse.jetty.client.AbstractConnectionPool
 
remove(Connection) - Method in interface org.eclipse.jetty.client.ConnectionPool
Removes the given connection from this ConnectionPool.
remove(Connection) - Method in class org.eclipse.jetty.client.HttpDestination
 
remove(Connection) - Method in class org.eclipse.jetty.client.ValidatingConnectionPool
 
remove(Connection, boolean) - Method in class org.eclipse.jetty.client.AbstractConnectionPool
 
remove(HttpExchange) - Method in class org.eclipse.jetty.client.HttpDestination
 
remove(HttpHeader) - Method in class org.eclipse.jetty.http.HttpFields
Remove a field.
remove(PathSpec) - Method in class org.eclipse.jetty.http.pathmap.PathMappings
 
remove(ContainerLifeCycle.Bean) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
remove(Pool.Entry) - Method in class org.eclipse.jetty.util.Pool
Remove a value from the pool.
remove(Sweeper.Sweepable) - Method in class org.eclipse.jetty.util.thread.Sweeper
 
removeAcceptListener(SelectorManager.AcceptListener) - Method in class org.eclipse.jetty.io.SelectorManager
 
removeAll() - Method in class org.eclipse.jetty.util.HttpCookieStore.Empty
 
removeAll() - Method in class org.eclipse.jetty.util.HttpCookieStore
 
removeAll(Collection<?>) - Method in class org.eclipse.jetty.client.HttpClient.ContentDecoderFactorySet
 
removeAll(Collection<?>) - Method in class org.eclipse.jetty.util.ConcurrentHashSet
Deprecated.
 
removeAttribute(String) - Method in interface org.eclipse.jetty.continuation.Continuation
Deprecated.
Remove a request attribute.
removeAttribute(String) - Method in class org.eclipse.jetty.continuation.FauxContinuation
Deprecated.
 
removeAttribute(String) - Method in class org.eclipse.jetty.continuation.Servlet3Continuation
Deprecated.
 
removeAttribute(String) - Method in class org.eclipse.jetty.server.Dispatcher.ForwardAttributes
 
removeAttribute(String) - Method in class org.eclipse.jetty.server.Dispatcher.IncludeAttributes
 
removeAttribute(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
removeAttribute(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
removeAttribute(String) - Method in class org.eclipse.jetty.server.HttpChannelState
 
removeAttribute(String) - Method in class org.eclipse.jetty.server.Request
 
removeAttribute(String) - Method in class org.eclipse.jetty.server.Server
 
removeAttribute(String) - Method in class org.eclipse.jetty.server.ServletAttributes
 
removeAttribute(String) - Method in class org.eclipse.jetty.server.session.Session
 
removeAttribute(String) - Method in interface org.eclipse.jetty.util.Attributes
 
removeAttribute(String) - Method in class org.eclipse.jetty.util.Attributes.Wrapper
 
removeAttribute(String) - Method in class org.eclipse.jetty.util.AttributesMap
 
removeAttribute(String) - Method in class org.eclipse.jetty.util.component.AttributeContainerMap
 
removeAuthentication(Authentication) - Method in interface org.eclipse.jetty.client.api.AuthenticationStore
 
removeAuthentication(Authentication) - Method in class org.eclipse.jetty.client.HttpAuthenticationStore
 
removeAuthenticationResult(Authentication.Result) - Method in interface org.eclipse.jetty.client.api.AuthenticationStore
 
removeAuthenticationResult(Authentication.Result) - Method in class org.eclipse.jetty.client.HttpAuthenticationStore
 
removeBean(Object) - Method in interface org.eclipse.jetty.util.component.Container
Removes the given bean.
removeBean(Object) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
removeBeans() - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
Removes all bean
removeClassFileTransformer(ClassFileTransformer) - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
removeConnectionFactory(String) - Method in class org.eclipse.jetty.server.AbstractConnector
 
removeConnector(Connector) - Method in class org.eclipse.jetty.server.Server
Convenience method which calls Server.getConnectors() and Server.setConnectors(Connector[]) to remove a connector.
removeConstraintMappingsForPath(String, List<ConstraintMapping>) - Static method in class org.eclipse.jetty.security.ConstraintSecurityHandler
Take out of the constraint mappings those that match the given path.
removeContextAttribute(String) - Method in class org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean
 
removeConvertor(String) - Method in class org.eclipse.jetty.util.ajax.AsyncJSON.Factory
Removes the JSON.Convertor associated with the given class name.
removed(Connection) - Method in class org.eclipse.jetty.client.AbstractConnectionPool
 
REMOVED - Enum constant in enum class org.eclipse.jetty.util.Scanner.Notification
 
removeDecorator(Decorator) - Method in class org.eclipse.jetty.util.DecoratedObjectFactory
 
removeDescriptorProcessor(DescriptorProcessor) - Method in class org.eclipse.jetty.webapp.MetaData
 
removeDestination(HttpDestination) - Method in class org.eclipse.jetty.client.HttpClient
 
removeEventListener(EventListener) - Method in class org.eclipse.jetty.io.SelectorManager
 
removeEventListener(EventListener) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Remove a context event listeners.
removeEventListener(EventListener) - Method in class org.eclipse.jetty.server.Request
 
removeEventListener(EventListener) - Method in class org.eclipse.jetty.server.session.SessionHandler
Removes an event listener for for session-related events.
removeEventListener(EventListener) - Method in class org.eclipse.jetty.webapp.WebAppContext
 
removeEventListener(Container.Listener) - Method in interface org.eclipse.jetty.util.component.Container
Remove an event listener.
removeEventListener(Container.Listener) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
removeExcludedCipherSuites(List<String>) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Deprecated.
no replacement
removeFile(File) - Method in class org.eclipse.jetty.util.component.FileDestroyable
 
removeFile(String) - Method in class org.eclipse.jetty.util.component.FileDestroyable
 
removeFromArray(T[], Object) - Static method in class org.eclipse.jetty.util.ArrayUtil
 
removeHandler(Handler) - Method in class org.eclipse.jetty.server.handler.HandlerCollection
 
removeHandshakeListener(SslHandshakeListener) - Method in class org.eclipse.jetty.io.ssl.SslConnection
 
removeHeader(String) - Method in interface org.eclipse.jetty.server.PushBuilder
Remove the named header.
removeHeader(String) - Method in class org.eclipse.jetty.server.PushBuilderImpl
 
removeIdleDestinations - Variable in class org.eclipse.jetty.client.HttpClient
 
removeIf(Predicate<MappedResource<E>>) - Method in class org.eclipse.jetty.http.pathmap.PathMappings
 
removeLifeCycle(LifeCycle) - Method in class org.eclipse.jetty.server.ShutdownMonitor
 
removeLifeCycleListener(LifeCycle.Listener) - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
removeLifeCycleListener(LifeCycle.Listener) - Method in interface org.eclipse.jetty.util.component.LifeCycle
 
removeListener(Connection.Listener) - Method in class org.eclipse.jetty.io.AbstractConnection
 
removeListener(Connection.Listener) - Method in interface org.eclipse.jetty.io.Connection
Removes a listener of connection events.
removeListener(HttpChannel.Listener) - Method in class org.eclipse.jetty.server.HttpChannel
Deprecated.
removeListener(PathWatcher.Listener) - Method in class org.eclipse.jetty.util.PathWatcher
Delete a listener
removeListener(Scanner.Listener) - Method in class org.eclipse.jetty.util.Scanner
Remove a registered listener
removeNetworkTrafficListener(NetworkTrafficListener) - Method in class org.eclipse.jetty.server.NetworkTrafficServerConnector
 
removeNulls(T[]) - Static method in class org.eclipse.jetty.util.ArrayUtil
 
removeOldFiles(ZonedDateTime) - Method in class org.eclipse.jetty.util.RolloverFileOutputStream
 
removeResourceAlias(String) - Method in class org.eclipse.jetty.webapp.WebAppContext
 
removeSession(String, boolean) - Method in class org.eclipse.jetty.server.session.SessionHandler
Remove session from manager
removeThread(Thread) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
removeTransformer(ClassFileTransformer) - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
 
removeUser(String) - Method in class org.eclipse.jetty.security.UserStore
 
removeValue(String) - Method in class org.eclipse.jetty.server.session.Session
Deprecated.
removeValue(String, V) - Method in class org.eclipse.jetty.util.MultiMap
Remove value.
removeVirtualHosts(String[]) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Removes an array of virtual host entries, if this removes all entries the _vhosts will be set to null
renameFile(File, File) - Method in class org.eclipse.jetty.util.RolloverFileOutputStream
 
renameTo(Resource) - Method in class org.eclipse.jetty.util.resource.BadResource
 
renameTo(Resource) - Method in class org.eclipse.jetty.util.resource.EmptyResource
 
renameTo(Resource) - Method in class org.eclipse.jetty.util.resource.FileResource
Deprecated.
Rename the given resource
renameTo(Resource) - Method in class org.eclipse.jetty.util.resource.PathResource
 
renameTo(Resource) - Method in class org.eclipse.jetty.util.resource.Resource
Rename the given resource
renameTo(Resource) - Method in class org.eclipse.jetty.util.resource.ResourceCollection
 
renameTo(Resource) - Method in class org.eclipse.jetty.util.resource.URLResource
Rename the given resource
renewId(HttpServletRequest) - Method in class org.eclipse.jetty.server.session.Session
Force a change to the id of a session.
renewSession(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.security.authentication.LoginAuthenticator
Change the session id.
renewSessionId(String, String) - Method in interface org.eclipse.jetty.server.session.SessionCache
renewSessionId(String, String, String, String) - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
 
renewSessionId(String, String, String, String) - Method in interface org.eclipse.jetty.server.session.SessionCache
Change the id of a Session.
renewSessionId(String, String, String, String) - Method in class org.eclipse.jetty.server.session.SessionHandler
Change the existing session id.
renewSessionId(String, String, HttpServletRequest) - Method in class org.eclipse.jetty.server.session.DefaultSessionIdManager
Generate a new id for a session and update across all SessionManagers.
renewSessionId(String, String, HttpServletRequest) - Method in interface org.eclipse.jetty.server.SessionIdManager
Change the existing session id.
renewSessionId(Session, String, String) - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
Swap the id on a session.
renewTGT - Variable in class org.eclipse.jetty.client.util.SPNEGOAuthentication
 
reopen() - Method in class org.eclipse.jetty.server.HttpOutput
 
reopen() - Method in class org.eclipse.jetty.server.Response
 
reopen() - Method in class org.eclipse.jetty.server.ResponseWriter
 
replace(String, char, char) - Static method in class org.eclipse.jetty.util.StringUtil
Replace chars within string.
replace(String, String) - Method in class org.eclipse.jetty.webapp.Configuration.ClassList
 
replace(String, String, String) - Static method in class org.eclipse.jetty.util.StringUtil
Replace substrings within string.
replaceConnection() - Method in class org.eclipse.jetty.io.NegotiatingClientConnection
 
replaceCookie(HttpCookie) - Method in class org.eclipse.jetty.server.Response
Replace (or add) a cookie.
replaceFirst(String, String, String) - Static method in class org.eclipse.jetty.util.StringUtil
Replace first substrings within string.
replaceHandler(HandlerWrapper, HandlerWrapper) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
 
replaceKey(SelectionKey) - Method in class org.eclipse.jetty.io.ChannelEndPoint
 
replaceKey(SelectionKey) - Method in class org.eclipse.jetty.io.ManagedSelector.Acceptor
 
replaceKey(SelectionKey) - Method in interface org.eclipse.jetty.io.ManagedSelector.Selectable
Callback method invoked when the SelectionKey is replaced because the channel has been moved to a new selector.
REPLACEMENT - Static variable in class org.eclipse.jetty.util.Utf8Appendable
 
REPLACEMENT_UTF8 - Static variable in class org.eclipse.jetty.util.Utf8Appendable
 
REPORT - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
reportAddition(String) - Method in class org.eclipse.jetty.util.Scanner
Report a file addition to the registered FileAddedListeners
reportBulkChanges(List<String>) - Method in class org.eclipse.jetty.util.Scanner
Report the list of filenames for which changes were detected.
reportChange(String) - Method in class org.eclipse.jetty.util.Scanner
Report a file change to the FileChangedListeners
reportDifferences(Map<String, Scanner.TimeNSize>, Map<String, Scanner.TimeNSize>) - Method in class org.eclipse.jetty.util.Scanner
Report the adds/changes/removes to the registered listeners
reportRemoval(String) - Method in class org.eclipse.jetty.util.Scanner
Report a file removal to the FileRemovedListeners
reportScanEnd(int) - Method in class org.eclipse.jetty.util.Scanner
Call ScanCycleListeners with end of scan.
reportScanStart(int) - Method in class org.eclipse.jetty.util.Scanner
Call ScanCycleListeners with start of scan
REPRODUCING - Enum constant in enum class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.State
 
request - Variable in class org.eclipse.jetty.client.api.Result
 
request - Variable in class org.eclipse.jetty.client.HttpExchange
 
request - Variable in class org.eclipse.jetty.client.HttpProxy.TunnelPromise
 
request - Variable in exception class org.eclipse.jetty.client.HttpRequestException
 
request - Variable in class org.eclipse.jetty.client.HttpResponse
 
request - Variable in class org.eclipse.jetty.client.TimeoutCompleteListener
 
request - Variable in class org.eclipse.jetty.client.util.FutureResponseListener
 
Request - Class in org.eclipse.jetty.server
Jetty Request.
Request - Interface in org.eclipse.jetty.client.api
Request represents an HTTP request, and offers a fluent interface to customize various attributes such as the path, the headers, the content, etc.
Request(String, String, HostPortHttpField, String, HttpVersion, HttpFields, long) - Constructor for class org.eclipse.jetty.http.MetaData.Request
 
Request(String, HttpScheme, HostPortHttpField, String, HttpVersion, HttpFields) - Constructor for class org.eclipse.jetty.http.MetaData.Request
 
Request(String, HttpScheme, HostPortHttpField, String, HttpVersion, HttpFields, long) - Constructor for class org.eclipse.jetty.http.MetaData.Request
 
Request(String, HttpURI, HttpVersion, HttpFields) - Constructor for class org.eclipse.jetty.http.MetaData.Request
 
Request(String, HttpURI, HttpVersion, HttpFields, long) - Constructor for class org.eclipse.jetty.http.MetaData.Request
 
Request(HttpFields) - Constructor for class org.eclipse.jetty.http.MetaData.Request
 
Request(MetaData.Request) - Constructor for class org.eclipse.jetty.http.MetaData.Request
 
Request(HttpChannel, HttpInput) - Constructor for class org.eclipse.jetty.server.Request
 
REQUEST - Static variable in class org.eclipse.jetty.servlet.FilterMapping
 
REQUEST_BUFFER_DIRECT - Static variable in class org.eclipse.jetty.server.HttpConnection
 
REQUEST_ENTITY_TOO_LARGE_413 - Static variable in class org.eclipse.jetty.http.HttpStatus
Deprecated.
REQUEST_HEADER_FIELDS_TOO_LARGE - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
REQUEST_HEADER_FIELDS_TOO_LARGE_431 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
REQUEST_RANGE - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
REQUEST_TIMEOUT - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
REQUEST_TIMEOUT_408 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
REQUEST_URI_TOO_LONG_414 - Static variable in class org.eclipse.jetty.http.HttpStatus
Deprecated.
REQUEST_VERSION - Enum constant in enum class org.eclipse.jetty.http.HttpParser.State
 
Request.BeginListener - Interface in org.eclipse.jetty.client.api
Listener for the request begin event.
Request.CommitListener - Interface in org.eclipse.jetty.client.api
Listener for the request committed event.
Request.ContentListener - Interface in org.eclipse.jetty.client.api
Listener for the request content event.
Request.FailureListener - Interface in org.eclipse.jetty.client.api
Listener for the request failed event.
Request.HeadersListener - Interface in org.eclipse.jetty.client.api
Listener for the request headers event.
Request.Listener - Interface in org.eclipse.jetty.client.api
Listener for all request events.
Request.Listener.Adapter - Class in org.eclipse.jetty.client.api
An empty implementation of Request.Listener
Request.QueuedListener - Interface in org.eclipse.jetty.client.api
Listener for the request queued event.
Request.RequestListener - Interface in org.eclipse.jetty.client.api
Common, empty, super-interface for request listeners.
Request.SuccessListener - Interface in org.eclipse.jetty.client.api
Listener for the request succeeded event.
requestBufferSize - Variable in class org.eclipse.jetty.client.HttpClient
 
requestComplete(Throwable) - Method in class org.eclipse.jetty.client.HttpExchange
 
requestDestroyed(ServletRequestEvent) - Method in class org.eclipse.jetty.server.MultiPartCleanerListener
 
requestDestroyed(Request, HttpServletRequest) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
REQUESTED_RANGE_NOT_SATISFIABLE_416 - Static variable in class org.eclipse.jetty.http.HttpStatus
Deprecated.
requester - Variable in class org.eclipse.jetty.client.AbstractConnectionPool
 
requestFailure - Variable in class org.eclipse.jetty.client.api.Result
 
requestFailure - Variable in class org.eclipse.jetty.client.HttpExchange
 
requestFromLocalhost(Request) - Method in class org.eclipse.jetty.server.handler.ShutdownHandler
 
requestInitialized(ServletRequestEvent) - Method in class org.eclipse.jetty.server.MultiPartCleanerListener
 
requestInitialized(Request, HttpServletRequest) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
requestListener(Request.RequestListener) - Method in class org.eclipse.jetty.client.HttpRequest
 
requestListeners - Variable in class org.eclipse.jetty.client.HttpClient
 
requestListeners - Variable in class org.eclipse.jetty.client.HttpRequest
 
RequestLog - Interface in org.eclipse.jetty.server
A RequestLog can be attached to a RequestLogHandler to enable logging of requests/responses.
RequestLog.Collection - Class in org.eclipse.jetty.server
 
RequestLog.Writer - Interface in org.eclipse.jetty.server
Writes the generated log string to a log sink
RequestLogCollection - Class in org.eclipse.jetty.server
 
RequestLogCollection(RequestLog...) - Constructor for class org.eclipse.jetty.server.RequestLogCollection
 
RequestLogHandler - Class in org.eclipse.jetty.server.handler
This handler provides an alternate way (other than Server.setRequestLog(RequestLog)) to log request, that can be applied to a particular handler (eg context).
RequestLogHandler() - Constructor for class org.eclipse.jetty.server.handler.RequestLogHandler
 
RequestLogWriter - Class in org.eclipse.jetty.server
Writer which outputs pre-formatted request log strings to a file using RolloverFileOutputStream.
RequestLogWriter() - Constructor for class org.eclipse.jetty.server.RequestLogWriter
 
RequestLogWriter(String) - Constructor for class org.eclipse.jetty.server.RequestLogWriter
 
requestNotifier - Variable in class org.eclipse.jetty.client.HttpDestination
 
RequestNotifier - Class in org.eclipse.jetty.client
 
RequestNotifier(HttpClient) - Constructor for class org.eclipse.jetty.client.RequestNotifier
 
RequestParameterCallback - Class in org.eclipse.jetty.jaas.callback
RequestParameterCallback
RequestParameterCallback() - Constructor for class org.eclipse.jetty.jaas.callback.RequestParameterCallback
 
requestState - Variable in class org.eclipse.jetty.client.HttpExchange
 
requestState - Variable in class org.eclipse.jetty.client.HttpSender
 
RequestState() - Constructor for enum class org.eclipse.jetty.client.HttpSender.RequestState
 
RequestState() - Constructor for enum class org.eclipse.jetty.server.HttpChannelState.RequestState
 
requiredCompliance(HttpComplianceSection) - Static method in enum class org.eclipse.jetty.http.HttpCompliance
 
requireValidRFC2616Token(String, String) - Static method in class org.eclipse.jetty.http.Syntax
Per RFC2616: Section 2.2, a token follows these syntax rules
requireValidRFC6265CookieValue(String) - Static method in class org.eclipse.jetty.http.Syntax
Per RFC6265, Cookie.value follows these syntax rules
reserve() - Method in class org.eclipse.jetty.util.Pool
Create a new disabled slot into the pool.
reserve(int) - Method in class org.eclipse.jetty.util.Pool
Deprecated.
Use Pool.reserve() instead
reserved - Variable in class org.eclipse.jetty.client.AbstractConnectionPool.FutureConnection
 
ReservedThread() - Constructor for class org.eclipse.jetty.util.thread.ReservedThreadExecutor.ReservedThread
 
ReservedThreadExecutor - Class in org.eclipse.jetty.util.thread
An Executor using preallocated/reserved Threads from a wrapped Executor.
ReservedThreadExecutor(Executor, int) - Constructor for class org.eclipse.jetty.util.thread.ReservedThreadExecutor
 
ReservedThreadExecutor.ReservedThread - Class in org.eclipse.jetty.util.thread
 
reservedThreads(Executor, int) - Static method in class org.eclipse.jetty.util.thread.ReservedThreadExecutor
 
reservedWait() - Method in class org.eclipse.jetty.util.thread.ReservedThreadExecutor.ReservedThread
 
reset() - Method in class org.eclipse.jetty.client.http.HttpReceiverOverHTTP
 
reset() - Method in class org.eclipse.jetty.client.http.HttpSenderOverHTTP
 
reset() - Method in class org.eclipse.jetty.client.HttpReceiver
Resets the state of this HttpReceiver.
reset() - Method in class org.eclipse.jetty.client.HttpSender
 
reset() - Method in class org.eclipse.jetty.http.GZIPContentDecoder
 
reset() - Method in class org.eclipse.jetty.http.HttpGenerator
 
reset() - Method in class org.eclipse.jetty.http.HttpParser
 
reset() - Method in class org.eclipse.jetty.http.MultiPartFormInputStream.Handler
 
reset() - Method in class org.eclipse.jetty.http.MultiPartParser
 
reset() - Method in class org.eclipse.jetty.http.pathmap.PathMappings
 
reset() - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
reset() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
reset() - Method in class org.eclipse.jetty.io.ConnectionStatistics
 
reset() - Method in class org.eclipse.jetty.server.AcceptRateLimit
 
reset() - Method in class org.eclipse.jetty.server.AsyncContextState
 
reset() - Method in class org.eclipse.jetty.server.ConnectorStatistics
Deprecated.
 
reset() - Method in class org.eclipse.jetty.server.CookieCutter
 
reset() - Method in class org.eclipse.jetty.server.Response
 
reset() - Static method in class org.eclipse.jetty.server.ShutdownMonitor
 
reset() - Method in class org.eclipse.jetty.util.ajax.AsyncJSON.NumberBuilder
 
reset() - Method in class org.eclipse.jetty.util.ajax.AsyncJSON
 
reset() - Static method in class org.eclipse.jetty.util.ajax.JSON
Reset the default JSON behaviors to default
reset() - Method in class org.eclipse.jetty.util.IteratingCallback
Resets this callback.
reset() - Method in class org.eclipse.jetty.util.PathWatcher
Remove all current configs and listeners.
reset() - Method in class org.eclipse.jetty.util.Scanner
Clear the list of scannables.
reset() - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
Resets the max and total to the current value.
reset() - Method in class org.eclipse.jetty.util.statistic.RateCounter
 
reset() - Method in class org.eclipse.jetty.util.statistic.RateStatistic
Resets the statistics.
reset() - Method in class org.eclipse.jetty.util.statistic.SampleStatistic
Resets the statistics.
reset() - Method in class org.eclipse.jetty.util.thread.MonitoredQueuedThreadPool
Resets the statistics.
reset() - Method in class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill
 
reset() - Method in class org.eclipse.jetty.util.thread.ThreadPoolBudget
 
reset() - Method in class org.eclipse.jetty.util.Utf8Appendable
 
reset() - Method in class org.eclipse.jetty.util.Utf8StringBuffer
 
reset() - Method in class org.eclipse.jetty.util.Utf8StringBuilder
 
reset(int) - Method in class org.eclipse.jetty.util.ByteArrayOutputStream2
 
reset(long) - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
Resets the max, total and current value to the given parameter.
reset(Deflater) - Method in class org.eclipse.jetty.util.compression.DeflaterPool
 
reset(Inflater) - Method in class org.eclipse.jetty.util.compression.InflaterPool
 
reset(MetaData.Response, boolean, ByteBuffer, boolean, Callback) - Method in class org.eclipse.jetty.server.HttpConnection.SendCallback
 
reset(T) - Method in class org.eclipse.jetty.util.compression.CompressionPool
 
RESET_CONTENT - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
RESET_CONTENT_205 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
resetBuffer() - Method in class org.eclipse.jetty.server.handler.BufferedResponseHandler.BufferedInterceptor
 
resetBuffer() - Method in class org.eclipse.jetty.server.HttpChannel
 
resetBuffer() - Method in interface org.eclipse.jetty.server.HttpOutput.Interceptor
Reset the buffers.
resetBuffer() - Method in class org.eclipse.jetty.server.HttpOutput
 
resetBuffer() - Method in class org.eclipse.jetty.server.Response
 
resetContent() - Method in class org.eclipse.jetty.server.Response
 
resetForForward() - Method in class org.eclipse.jetty.server.Response
 
resetParameters() - Method in class org.eclipse.jetty.server.Request
 
resetResponse() - Method in class org.eclipse.jetty.client.HttpExchange
 
resetStats() - Method in class org.eclipse.jetty.io.ManagedSelector
 
resetStats() - Method in class org.eclipse.jetty.server.session.DefaultSessionCache
 
resetWriter() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
resolve(String, int, Promise<List<InetSocketAddress>>) - Method in class org.eclipse.jetty.util.SocketAddressResolver.Async
 
resolve(String, int, Promise<List<InetSocketAddress>>) - Method in interface org.eclipse.jetty.util.SocketAddressResolver
Resolves the given host and port, returning a SocketAddress through the given Promise with the default timeout.
resolve(String, int, Promise<List<InetSocketAddress>>) - Method in class org.eclipse.jetty.util.SocketAddressResolver.Sync
 
resolve(Path) - Method in class org.eclipse.jetty.util.PathWatcher.Config
 
resolve(WebAppContext) - Method in class org.eclipse.jetty.webapp.MetaData
Resolve all servlet/filter/listener metadata from all sources: descriptors and annotations.
resolveClass(ObjectStreamClass) - Method in class org.eclipse.jetty.util.ClassLoadingObjectInputStream
 
resolveDestination(String, String, int, Object) - Method in class org.eclipse.jetty.client.HttpClient
 
resolveDestination(Origin) - Method in class org.eclipse.jetty.client.HttpClient
Returns, creating it if absent, the destination with the given origin.
resolveEntity(String, String) - Method in class org.eclipse.jetty.xml.XmlParser.Handler
 
resolveEntity(String, String) - Method in class org.eclipse.jetty.xml.XmlParser
 
resolveProxyClass(String[]) - Method in class org.eclipse.jetty.util.ClassLoadingObjectInputStream
 
resolver - Variable in class org.eclipse.jetty.client.HttpClient
 
resolveTempDirectory(WebAppContext) - Method in class org.eclipse.jetty.webapp.WebInfConfiguration
Get a temporary directory in which to unpack the war etc etc.
resolveURI(HttpRequest, URI) - Method in class org.eclipse.jetty.client.AuthenticationProtocolHandler.AuthenticationListener
 
resource - Variable in class org.eclipse.jetty.http.pathmap.MappedResource
 
Resource - Class in org.eclipse.jetty.util.resource
Abstract resource class.
Resource() - Constructor for class org.eclipse.jetty.util.resource.Resource
 
RESOURCE_DIRS - Static variable in class org.eclipse.jetty.webapp.WebInfConfiguration
If set, to a list of URLs, these resources are added to the context resource base as a resource collection.
ResourceCollators - Class in org.eclipse.jetty.util.resource
 
ResourceCollators() - Constructor for class org.eclipse.jetty.util.resource.ResourceCollators
 
ResourceCollection - Class in org.eclipse.jetty.util.resource
A collection of resources (dirs).
ResourceCollection() - Constructor for class org.eclipse.jetty.util.resource.ResourceCollection
Instantiates an empty resource collection.
ResourceCollection(String) - Constructor for class org.eclipse.jetty.util.resource.ResourceCollection
Instantiates a new resource collection.
ResourceCollection(String[]) - Constructor for class org.eclipse.jetty.util.resource.ResourceCollection
Instantiates a new resource collection.
ResourceCollection(Resource...) - Constructor for class org.eclipse.jetty.util.resource.ResourceCollection
Instantiates a new resource collection.
ResourceContentFactory - Class in org.eclipse.jetty.server
An HttpContent.Factory for transient content (not cached).
ResourceContentFactory(ResourceFactory, MimeTypes, CompressedContentFormat[]) - Constructor for class org.eclipse.jetty.server.ResourceContentFactory
 
ResourceFactory - Interface in org.eclipse.jetty.util.resource
ResourceFactory.
ResourceHandler - Class in org.eclipse.jetty.server.handler
Resource Handler.
ResourceHandler() - Constructor for class org.eclipse.jetty.server.handler.ResourceHandler
 
ResourceHandler(ResourceService) - Constructor for class org.eclipse.jetty.server.handler.ResourceHandler
 
ResourceHttpContent - Class in org.eclipse.jetty.http
HttpContent created from a Resource.
ResourceHttpContent(Resource, String) - Constructor for class org.eclipse.jetty.http.ResourceHttpContent
 
ResourceHttpContent(Resource, String, int) - Constructor for class org.eclipse.jetty.http.ResourceHttpContent
 
ResourceHttpContent(Resource, String, int, Map<CompressedContentFormat, HttpContent>) - Constructor for class org.eclipse.jetty.http.ResourceHttpContent
 
resources - Variable in class org.eclipse.jetty.util.LeakDetector
 
ResourceService - Class in org.eclipse.jetty.server
Abstract resource service, used by DefaultServlet and ResourceHandler
ResourceService() - Constructor for class org.eclipse.jetty.server.ResourceService
 
ResourceService.WelcomeFactory - Interface in org.eclipse.jetty.server
 
response - Variable in class org.eclipse.jetty.client.api.Result
 
response - Variable in class org.eclipse.jetty.client.HttpContentResponse
 
response - Variable in class org.eclipse.jetty.client.HttpExchange
 
response - Variable in exception class org.eclipse.jetty.client.HttpResponseException
 
response - Variable in class org.eclipse.jetty.client.Socks4Proxy.Socks4ProxyConnection.Socks4Parser
 
response - Variable in class org.eclipse.jetty.client.util.FutureResponseListener
 
response - Variable in class org.eclipse.jetty.client.util.InputStreamResponseListener
 
response - Variable in class org.eclipse.jetty.security.authentication.DigestAuthenticator.Digest
 
Response - Class in org.eclipse.jetty.server
Response provides the implementation for HttpServletResponse.
Response - Interface in org.eclipse.jetty.client.api
Response represents an HTTP response and offers methods to retrieve status code, HTTP version and headers.
Response() - Constructor for class org.eclipse.jetty.http.MetaData.Response
 
Response(HttpVersion, int, String, HttpFields, long) - Constructor for class org.eclipse.jetty.http.MetaData.Response
 
Response(HttpVersion, int, HttpFields) - Constructor for class org.eclipse.jetty.http.MetaData.Response
 
Response(HttpVersion, int, HttpFields, long) - Constructor for class org.eclipse.jetty.http.MetaData.Response
 
Response(HttpChannel, HttpOutput) - Constructor for class org.eclipse.jetty.server.Response
 
RESPONSE_500_INFO - Static variable in class org.eclipse.jetty.http.HttpGenerator
 
RESPONSE_VERSION - Enum constant in enum class org.eclipse.jetty.http.HttpParser.State
 
Response.AsyncContentListener - Interface in org.eclipse.jetty.client.api
Asynchronous listener for the response content events.
Response.BeginListener - Interface in org.eclipse.jetty.client.api
Listener for the response begin event.
Response.CompleteListener - Interface in org.eclipse.jetty.client.api
Listener for the request and response completed event.
Response.ContentListener - Interface in org.eclipse.jetty.client.api
Synchronous listener for the response content events.
Response.DemandedContentListener - Interface in org.eclipse.jetty.client.api
Asynchronous listener for the response content events.
Response.EncodingFrom - Enum Class in org.eclipse.jetty.server
 
Response.FailureListener - Interface in org.eclipse.jetty.client.api
Listener for the response failure event.
Response.HeaderListener - Interface in org.eclipse.jetty.client.api
Listener for a response header event.
Response.HeadersListener - Interface in org.eclipse.jetty.client.api
Listener for the response headers event.
Response.Listener - Interface in org.eclipse.jetty.client.api
Listener for all response events.
Response.Listener.Adapter - Class in org.eclipse.jetty.client.api
An empty implementation of Response.Listener
Response.OutputType - Enum Class in org.eclipse.jetty.server
 
Response.ResponseListener - Interface in org.eclipse.jetty.client.api
Common, empty, super-interface for response listeners
Response.SuccessListener - Interface in org.eclipse.jetty.client.api
Listener for the response succeeded event.
responseBegin(HttpExchange) - Method in class org.eclipse.jetty.client.HttpReceiver
Method to be invoked when the response status code is available.
responseBufferSize - Variable in class org.eclipse.jetty.client.HttpClient
 
responseComplete(Throwable) - Method in class org.eclipse.jetty.client.HttpExchange
 
responseContent(HttpExchange, ByteBuffer, Callback) - Method in class org.eclipse.jetty.client.HttpReceiver
Method to be invoked when response HTTP content is available.
responseFailure - Variable in class org.eclipse.jetty.client.api.Result
 
responseFailure - Variable in class org.eclipse.jetty.client.HttpExchange
 
responseFailure(Throwable) - Method in class org.eclipse.jetty.client.HttpReceiver
Method to be invoked when the response is failed.
responseHeader(HttpExchange, HttpField) - Method in class org.eclipse.jetty.client.HttpReceiver
Method to be invoked when a response HTTP header is available.
responseHeaders(HttpExchange) - Method in class org.eclipse.jetty.client.HttpReceiver
Method to be invoked after all response HTTP headers are available.
responseLatch - Variable in class org.eclipse.jetty.client.util.InputStreamResponseListener
 
responseListeners - Variable in class org.eclipse.jetty.client.HttpRequest
 
responseNotifier - Variable in class org.eclipse.jetty.client.HttpDestination
 
ResponseNotifier - Class in org.eclipse.jetty.client
 
ResponseNotifier() - Constructor for class org.eclipse.jetty.client.ResponseNotifier
 
responseState - Variable in class org.eclipse.jetty.client.HttpExchange
 
responseState - Variable in class org.eclipse.jetty.client.HttpReceiver
 
ResponseState() - Constructor for enum class org.eclipse.jetty.client.HttpReceiver.ResponseState
 
responseSuccess(HttpExchange) - Method in class org.eclipse.jetty.client.HttpReceiver
Method to be invoked when the response is successful.
ResponseWriter - Class in org.eclipse.jetty.server
Specialized PrintWriter for servlet Responses
ResponseWriter(HttpWriter, Locale, String) - Constructor for class org.eclipse.jetty.server.ResponseWriter
 
result - Variable in class org.eclipse.jetty.client.util.InputStreamResponseListener
 
Result - Class in org.eclipse.jetty.client.api
The result of a request / response exchange, containing the Request, the Response and eventual failures of either.
Result() - Constructor for enum class org.eclipse.jetty.http.HttpGenerator.Result
 
Result(Request, Throwable, Response) - Constructor for class org.eclipse.jetty.client.api.Result
 
Result(Request, Throwable, Response, Throwable) - Constructor for class org.eclipse.jetty.client.api.Result
 
Result(Request, Response) - Constructor for class org.eclipse.jetty.client.api.Result
 
Result(Request, Response, Throwable) - Constructor for class org.eclipse.jetty.client.api.Result
 
Result(Result, Throwable) - Constructor for class org.eclipse.jetty.client.api.Result
 
resultLatch - Variable in class org.eclipse.jetty.client.util.InputStreamResponseListener
 
results - Variable in class org.eclipse.jetty.client.HttpAuthenticationStore
 
resume() - Method in class org.eclipse.jetty.client.HttpReceiver.Decoder
 
resume() - Method in interface org.eclipse.jetty.continuation.Continuation
Deprecated.
Resume a suspended request.
resume() - Method in class org.eclipse.jetty.continuation.FauxContinuation
Deprecated.
 
resume() - Method in class org.eclipse.jetty.continuation.Servlet3Continuation
Deprecated.
 
resume() - Method in class org.eclipse.jetty.util.CompletableCallback
Deprecated.
Callback method invoked when this callback is succeeded after a first call to CompletableCallback.tryComplete().
retain() - Method in class org.eclipse.jetty.io.RetainableByteBuffer
 
retain() - Method in interface org.eclipse.jetty.util.Retainable
 
Retainable - Interface in org.eclipse.jetty.util
 
RetainableByteBuffer - Class in org.eclipse.jetty.io
A Retainable ByteBuffer.
RetainableByteBuffer(ByteBufferPool, int) - Constructor for class org.eclipse.jetty.io.RetainableByteBuffer
 
RetainableByteBuffer(ByteBufferPool, int, boolean) - Constructor for class org.eclipse.jetty.io.RetainableByteBuffer
 
retainAll(Collection<?>) - Method in class org.eclipse.jetty.client.HttpClient.ContentDecoderFactorySet
 
retainAll(Collection<?>) - Method in class org.eclipse.jetty.util.ConcurrentHashSet
Deprecated.
 
rethrow(Throwable) - Method in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
 
rethrow(ExecutionException) - Static method in class org.eclipse.jetty.util.FutureCallback
 
rethrow(ExecutionException) - Static method in class org.eclipse.jetty.util.FuturePromise
 
retry - Variable in class org.eclipse.jetty.client.SendFailure
 
RETRY_AFTER - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
RFC2616 - Enum constant in enum class org.eclipse.jetty.http.HttpCompliance
The strict RFC2616 support mode
RFC2616_LEGACY - Enum constant in enum class org.eclipse.jetty.http.HttpCompliance
RFC2965 - Enum constant in enum class org.eclipse.jetty.http.CookieCompliance
 
RFC6265 - Enum constant in enum class org.eclipse.jetty.http.CookieCompliance
 
RFC7230 - Enum constant in enum class org.eclipse.jetty.http.HttpCompliance
The RFC7230 support mode
RFC7230_LEGACY - Enum constant in enum class org.eclipse.jetty.http.HttpCompliance
Jetty's legacy RFC7230 support, which excludes HttpComplianceSection.METHOD_CASE_SENSITIVE.
RFC7230_NO_AMBIGUOUS_URIS - Enum constant in enum class org.eclipse.jetty.http.HttpCompliance
The RFC7230 support mode with no ambiguous URIs
RFC7239() - Constructor for class org.eclipse.jetty.server.handler.ThreadLimitHandler.RFC7239
 
RFC7578 - Enum constant in enum class org.eclipse.jetty.server.MultiPartFormDataCompliance
RFC7578 compliant parsing that is a fast but strict parser.
RMI_REGISTRY_CLIENT_SOCKET_FACTORY_ATTRIBUTE - Static variable in class org.eclipse.jetty.jmx.ConnectorServer
 
RoleInfo - Class in org.eclipse.jetty.security
RoleInfo Badly named class that holds the role and user data constraint info for a path/http method combination, extracted and combined from security constraints.
RoleInfo() - Constructor for class org.eclipse.jetty.security.RoleInfo
 
RolePrincipal(String) - Constructor for class org.eclipse.jetty.security.AbstractLoginService.RolePrincipal
 
RoleRunAsToken - Class in org.eclipse.jetty.security
 
RoleRunAsToken(String) - Constructor for class org.eclipse.jetty.security.RoleRunAsToken
 
roles - Variable in class org.eclipse.jetty.jaas.spi.AbstractLoginModule.JAASUserInfo
 
roles - Variable in class org.eclipse.jetty.security.authentication.LoginCallbackImpl
 
rolesQuery - Variable in class org.eclipse.jetty.jaas.spi.AbstractDatabaseLoginModule
 
rollover(File, File, File) - Method in class org.eclipse.jetty.util.RolloverFileOutputStream
This method is called whenever a log file is rolled over
ROLLOVER_FILE_BACKUP_FORMAT - Static variable in class org.eclipse.jetty.util.RolloverFileOutputStream
 
ROLLOVER_FILE_DATE_FORMAT - Static variable in class org.eclipse.jetty.util.RolloverFileOutputStream
 
ROLLOVER_FILE_RETAIN_DAYS - Static variable in class org.eclipse.jetty.util.RolloverFileOutputStream
 
RolloverFileOutputStream - Class in org.eclipse.jetty.util
RolloverFileOutputStream.
RolloverFileOutputStream(String) - Constructor for class org.eclipse.jetty.util.RolloverFileOutputStream
 
RolloverFileOutputStream(String, boolean) - Constructor for class org.eclipse.jetty.util.RolloverFileOutputStream
 
RolloverFileOutputStream(String, boolean, int) - Constructor for class org.eclipse.jetty.util.RolloverFileOutputStream
 
RolloverFileOutputStream(String, boolean, int, TimeZone) - Constructor for class org.eclipse.jetty.util.RolloverFileOutputStream
 
RolloverFileOutputStream(String, boolean, int, TimeZone, String, String) - Constructor for class org.eclipse.jetty.util.RolloverFileOutputStream
 
RolloverFileOutputStream(String, boolean, int, TimeZone, String, String, ZonedDateTime) - Constructor for class org.eclipse.jetty.util.RolloverFileOutputStream
 
RolloverFileOutputStream.RollTask - Class in org.eclipse.jetty.util
 
RollTask() - Constructor for class org.eclipse.jetty.util.RolloverFileOutputStream.RollTask
 
root - Variable in class org.eclipse.jetty.util.Scanner.Visitor
 
ROOT - Enum constant in enum class org.eclipse.jetty.http.pathmap.PathSpecGroup
The root spec for accessing the Root behavior.
ROOT - Static variable in class org.eclipse.jetty.jmx.MBeanContainer
 
rootIncludesExcludes - Variable in class org.eclipse.jetty.util.Scanner.Visitor
 
Rotates - Static variable in class org.eclipse.jetty.util.security.UnixCrypt
 
ROUND_ROBIN - Enum constant in enum class org.eclipse.jetty.util.Pool.StrategyType
A strategy that looks for an entry by iterating from a starting point that is incremented on every search.
RoundRobinConnectionPool - Class in org.eclipse.jetty.client
A ConnectionPool that attempts to provide connections using a round-robin algorithm.
RoundRobinConnectionPool(HttpDestination, int, Callback) - Constructor for class org.eclipse.jetty.client.RoundRobinConnectionPool
 
RoundRobinConnectionPool(HttpDestination, int, Callback, int) - Constructor for class org.eclipse.jetty.client.RoundRobinConnectionPool
 
ROW_SIZE - Static variable in class org.eclipse.jetty.util.ArrayTernaryTrie
The Size of a Trie row is the char, and the low, equal and high child pointers
ROW_SIZE - Static variable in class org.eclipse.jetty.util.ArrayTrie
The Size of a Trie row is how many characters can be looked up directly without going to a big index.
run() - Method in class org.eclipse.jetty.client.ValidatingConnectionPool.Holder
 
run() - Method in class org.eclipse.jetty.io.CyclicTimeout.Wakeup
 
run() - Method in class org.eclipse.jetty.io.ManagedSelector.Accept
 
run() - Method in class org.eclipse.jetty.io.ManagedSelector.Connect
 
run() - Method in class org.eclipse.jetty.io.ManagedSelector.CreateEndPoint
 
run() - Method in class org.eclipse.jetty.io.ManagedSelector.DestroyEndPoint
 
run() - Method in class org.eclipse.jetty.server.AbstractConnector.Acceptor
 
run() - Method in class org.eclipse.jetty.server.AcceptRateLimit
 
run() - Method in class org.eclipse.jetty.server.AsyncContextEvent
 
run() - Method in class org.eclipse.jetty.server.AsyncRequestLogWriter.WriterThread
 
run() - Method in class org.eclipse.jetty.server.HttpChannel
 
run() - Method in class org.eclipse.jetty.server.HttpConnection
 
run() - Method in class org.eclipse.jetty.server.HttpInput
 
run() - Method in class org.eclipse.jetty.server.HttpOutput
 
run() - Method in class org.eclipse.jetty.server.session.HouseKeeper.Runner
 
run() - Method in class org.eclipse.jetty.server.ShutdownMonitor.ShutdownMonitorRunnable
 
run() - Method in class org.eclipse.jetty.util.IO.Job
 
run() - Method in class org.eclipse.jetty.util.LeakDetector
 
run() - Method in class org.eclipse.jetty.util.PathWatcher
Forever loop.
run() - Method in class org.eclipse.jetty.util.RolloverFileOutputStream.RollTask
 
run() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool.Runner
 
run() - Method in class org.eclipse.jetty.util.thread.ReservedThreadExecutor.ReservedThread
 
run() - Method in class org.eclipse.jetty.util.thread.ShutdownThread
 
run() - Method in class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill
 
run() - Method in class org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume
 
run() - Method in class org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.RunProduce
 
run() - Method in class org.eclipse.jetty.util.thread.strategy.ProduceConsume
 
run() - Method in class org.eclipse.jetty.util.thread.Sweeper
 
run() - Method in class org.eclipse.jetty.util.thread.TimerScheduler
 
run() - Method in class org.eclipse.jetty.util.thread.TimerScheduler.SimpleTask
 
run(Runnable) - Method in class org.eclipse.jetty.server.session.SessionContext
Run a runnable in the context (with context classloader set) if there is one, otherwise just run it.
run(SerializedExecutor.Link) - Method in class org.eclipse.jetty.util.thread.SerializedExecutor
 
RunAs(Servlet, IdentityService, RunAsToken) - Constructor for class org.eclipse.jetty.servlet.ServletHolder.RunAs
 
RunAsToken - Interface in org.eclipse.jetty.security
marker interface for run-as-role tokens
runInContext(AsyncContextEvent, Runnable) - Method in class org.eclipse.jetty.server.HttpChannelState
 
runJob(Runnable) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
Runs the given job in the current thread.
RunnableCloseable(String) - Constructor for class org.eclipse.jetty.io.ChannelEndPoint.RunnableCloseable
 
RunnableTask(String) - Constructor for class org.eclipse.jetty.io.ChannelEndPoint.RunnableTask
 
RunnableTask(String) - Constructor for class org.eclipse.jetty.io.ssl.SslConnection.RunnableTask
 
Runner() - Constructor for class org.eclipse.jetty.server.session.HouseKeeper.Runner
 
Runner() - Constructor for class org.eclipse.jetty.util.thread.QueuedThreadPool.Runner
 
RUNNING - Static variable in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
RunProduce() - Constructor for class org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.RunProduce
 
runTask(Runnable) - Method in class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill
 
RuntimeIOException - Exception Class in org.eclipse.jetty.io
Subclass of RuntimeException used to signal that there was an IOException thrown by underlying Writer
RuntimeIOException() - Constructor for exception class org.eclipse.jetty.io.RuntimeIOException
 
RuntimeIOException(String) - Constructor for exception class org.eclipse.jetty.io.RuntimeIOException
 
RuntimeIOException(String, Throwable) - Constructor for exception class org.eclipse.jetty.io.RuntimeIOException
 
RuntimeIOException(Throwable) - Constructor for exception class org.eclipse.jetty.io.RuntimeIOException
 
runWithServerClassAccess(PrivilegedExceptionAction<T>) - Static method in class org.eclipse.jetty.webapp.WebAppClassLoader
Run an action with access to ServerClasses

S

S - Static variable in class org.eclipse.jetty.util.security.UnixCrypt
 
SAFE - Enum constant in enum class org.eclipse.jetty.http.HttpMethod.Type
 
safeInterestOps(SelectionKey) - Static method in class org.eclipse.jetty.io.ManagedSelector
 
safeReadyOps(SelectionKey) - Static method in class org.eclipse.jetty.io.ManagedSelector
 
SAME_SITE_COMMENT - Static variable in class org.eclipse.jetty.http.HttpCookie
These strings are used by HttpCookie.getSameSiteFromComment(String) to check for a SameSite specifier in the comment
SAME_SITE_DEFAULT_ATTRIBUTE - Static variable in class org.eclipse.jetty.http.HttpCookie
Name of context attribute with default SameSite cookie value
SAME_SITE_LAX_COMMENT - Static variable in class org.eclipse.jetty.http.HttpCookie
 
SAME_SITE_NONE_COMMENT - Static variable in class org.eclipse.jetty.http.HttpCookie
 
SAME_SITE_STRICT_COMMENT - Static variable in class org.eclipse.jetty.http.HttpCookie
 
SameFileAliasChecker - Class in org.eclipse.jetty.server
Alias checking for working with FileSystems that normalize access to the File System.
SameFileAliasChecker() - Constructor for class org.eclipse.jetty.server.SameFileAliasChecker
 
SameSite(String) - Constructor for enum class org.eclipse.jetty.http.HttpCookie.SameSite
 
Sample() - Constructor for class org.eclipse.jetty.server.ConnectorStatistics.Sample
Deprecated.
 
Sample(Connection) - Constructor for class org.eclipse.jetty.server.ConnectorStatistics.Sample
Deprecated.
 
SampleStatistic - Class in org.eclipse.jetty.util.statistic
Statistics on a sampled value.
SampleStatistic() - Constructor for class org.eclipse.jetty.util.statistic.SampleStatistic
 
sanitize(String) - Method in class org.eclipse.jetty.client.HttpRedirector
 
sanitizeFileSystemName(String) - Static method in class org.eclipse.jetty.util.StringUtil
Replace all characters from input string that are known to have special meaning in various filesystems.
sanitizeXmlString(String) - Static method in class org.eclipse.jetty.util.StringUtil
 
satisfiableRanges(Enumeration<String>, long) - Static method in class org.eclipse.jetty.server.InclusiveByteRange
 
save(OutputStream, String, SessionData) - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
Save the session data.
sb - Variable in class org.eclipse.jetty.servlet.StatisticsServlet.HtmlProducer
 
sb - Variable in class org.eclipse.jetty.servlet.StatisticsServlet.TextProducer
 
sb - Variable in class org.eclipse.jetty.servlet.StatisticsServlet.XmlProducer
 
scan() - Method in class org.eclipse.jetty.util.Scanner
Perform a pass of the scanner and report changes
scan() - Method in interface org.eclipse.jetty.util.Scanner.ScanListener
 
scan() - Method in class org.eclipse.jetty.util.ssl.KeyStoreScanner
 
scan(Pattern, ClassLoader, boolean, boolean) - Method in class org.eclipse.jetty.webapp.JarScanner
Deprecated.
Find jar names from the classloader matching a pattern.
scan(Pattern, URI[], boolean) - Method in class org.eclipse.jetty.webapp.JarScanner
Deprecated.
Find jar names from the provided list matching a pattern.
scanEnded(int) - Method in interface org.eclipse.jetty.util.Scanner.ScanCycleListener
 
scanFiles() - Method in class org.eclipse.jetty.util.Scanner
Scan all of the given paths.
scanForFragment(WebAppContext, Resource, ConcurrentHashMap<Resource, Resource>) - Method in class org.eclipse.jetty.webapp.MetaInfConfiguration
Scan for META-INF/web-fragment.xml file in the given jar.
scanForResources(WebAppContext, Resource, ConcurrentHashMap<Resource, Resource>) - Method in class org.eclipse.jetty.webapp.MetaInfConfiguration
Scan for META-INF/resources dir in the given jar.
scanForTlds(WebAppContext, Resource, ConcurrentHashMap<Resource, Collection<URL>>) - Method in class org.eclipse.jetty.webapp.MetaInfConfiguration
Discover META-INF/*.tld files in the given jar
scanInfoMap - Variable in class org.eclipse.jetty.util.Scanner.Visitor
 
scanJars(WebAppContext, Collection<Resource>, boolean) - Method in class org.eclipse.jetty.webapp.MetaInfConfiguration
For backwards compatibility.
scanJars(WebAppContext, Collection<Resource>, boolean, List<String>) - Method in class org.eclipse.jetty.webapp.MetaInfConfiguration
Look into the jars to discover info in META-INF.
Scanner - Class in org.eclipse.jetty.util
Scanner Utility for scanning a directory for added, removed and changed files and reporting these events via registered Listeners.
Scanner() - Constructor for class org.eclipse.jetty.util.Scanner
 
Scanner.BulkListener - Interface in org.eclipse.jetty.util
 
Scanner.DiscreteListener - Interface in org.eclipse.jetty.util
 
Scanner.Listener - Interface in org.eclipse.jetty.util
Listener Marker for notifications re file changes.
Scanner.Notification - Enum Class in org.eclipse.jetty.util
 
Scanner.PathMatcherSet - Class in org.eclipse.jetty.util
PathMatcherSet A set of PathMatchers for testing Paths against path matching patterns via
Scanner.ScanCycleListener - Interface in org.eclipse.jetty.util
Listener that notifies when a scan has started and when it has ended.
Scanner.ScanListener - Interface in org.eclipse.jetty.util
 
Scanner.TimeNSize - Class in org.eclipse.jetty.util
TimeNSize Metadata about a file: Last modified time and file size.
Scanner.Visitor - Class in org.eclipse.jetty.util
Visitor A FileVisitor for walking a subtree of paths.
scanStarted(int) - Method in interface org.eclipse.jetty.util.Scanner.ScanCycleListener
 
scavenge() - Method in class org.eclipse.jetty.server.session.HouseKeeper
Periodically do session housekeeping
scavenge() - Method in class org.eclipse.jetty.server.session.SessionHandler
Called periodically by the HouseKeeper to handle the list of sessions that have expired since the last call to scavenge.
schedule() - Method in class org.eclipse.jetty.server.AcceptRateLimit
 
schedule() - Method in class org.eclipse.jetty.server.session.Session.SessionInactivityTimer
Deprecated.
schedule() - Method in class org.eclipse.jetty.util.Scanner
 
schedule(long) - Method in class org.eclipse.jetty.client.HttpDestination.TimeoutTask
 
schedule(long) - Method in class org.eclipse.jetty.io.CyclicTimeout.Wakeup
 
schedule(long) - Method in class org.eclipse.jetty.server.session.Session.SessionInactivityTimer
 
schedule(long, TimeUnit) - Method in class org.eclipse.jetty.io.CyclicTimeout
Schedules a timeout, even if already set, cancelled or expired.
schedule(Runnable, long, TimeUnit) - Method in class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler
 
schedule(Runnable, long, TimeUnit) - Method in interface org.eclipse.jetty.util.thread.Scheduler
 
schedule(Runnable, long, TimeUnit) - Method in class org.eclipse.jetty.util.thread.TimerScheduler
 
schedule(HttpRequest, long) - Method in class org.eclipse.jetty.client.TimeoutCompleteListener
 
SCHEDULED - Enum constant in enum class org.eclipse.jetty.util.IteratingCallback.Action
Indicates that IteratingCallback.process() is executing asynchronously a sub task, where the execution has started but the callback may have not yet been invoked.
ScheduledExecutorScheduler - Class in org.eclipse.jetty.util.thread
Implementation of Scheduler based on JDK's ScheduledThreadPoolExecutor.
ScheduledExecutorScheduler() - Constructor for class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler
 
ScheduledExecutorScheduler(String, boolean) - Constructor for class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler
 
ScheduledExecutorScheduler(String, boolean, int) - Constructor for class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler
 
ScheduledExecutorScheduler(String, boolean, ClassLoader) - Constructor for class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler
 
ScheduledExecutorScheduler(String, boolean, ClassLoader, ThreadGroup) - Constructor for class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler
 
ScheduledExecutorScheduler(String, boolean, ClassLoader, ThreadGroup, int) - Constructor for class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler
 
ScheduledExecutorScheduler.ScheduledFutureTask - Class in org.eclipse.jetty.util.thread
 
scheduledFuture - Variable in class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler.ScheduledFutureTask
 
ScheduledFutureTask(ScheduledFuture<?>) - Constructor for class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler.ScheduledFutureTask
 
scheduleDispatch() - Method in class org.eclipse.jetty.server.HttpChannelState
 
scheduleIdleTimeout(long) - Method in class org.eclipse.jetty.io.IdleTimeout
 
scheduleNextRollover(ZonedDateTime) - Method in class org.eclipse.jetty.util.RolloverFileOutputStream
 
scheduler - Variable in class org.eclipse.jetty.client.HttpClient
 
scheduler - Variable in class org.eclipse.jetty.client.ValidatingConnectionPool
 
scheduler - Variable in class org.eclipse.jetty.io.SelectorManager
 
scheduler - Variable in class org.eclipse.jetty.util.SocketAddressResolver.Async
 
scheduler - Variable in class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler
 
scheduler - Variable in class org.eclipse.jetty.util.thread.Sweeper
 
Scheduler - Interface in org.eclipse.jetty.util.thread
 
Scheduler.Task - Interface in org.eclipse.jetty.util.thread
 
scheme - Variable in class org.eclipse.jetty.client.HttpRequest
 
scheme - Variable in class org.eclipse.jetty.client.Origin
 
scheme(String) - Method in interface org.eclipse.jetty.client.api.Request
 
scheme(String) - Method in class org.eclipse.jetty.client.HttpRequest
 
SCHEME_OR_PATH - Enum constant in enum class org.eclipse.jetty.http.HttpURI.State
 
SCHEME_REGEXP - Static variable in class org.eclipse.jetty.client.HttpRedirector
 
sci - Variable in class org.eclipse.jetty.servlet.listener.ContainerInitializer.ServletContainerInitializerServletContextListener
 
scopedClassLoader - Variable in class org.eclipse.jetty.util.thread.ThreadClassLoaderScope
 
ScopedHandler - Class in org.eclipse.jetty.server.handler
ScopedHandler.
ScopedHandler() - Constructor for class org.eclipse.jetty.server.handler.ScopedHandler
 
scratch - Variable in class org.eclipse.jetty.util.ajax.JSON.ReaderSource
 
scratch - Variable in class org.eclipse.jetty.util.ajax.JSON.StringSource
 
scratchBuffer() - Method in class org.eclipse.jetty.util.ajax.JSON.ReaderSource
 
scratchBuffer() - Method in interface org.eclipse.jetty.util.ajax.JSON.Source
 
scratchBuffer() - Method in class org.eclipse.jetty.util.ajax.JSON.StringSource
 
SEARCH - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
SearchPattern - Class in org.eclipse.jetty.util
SearchPattern Fast search for patterns within strings and arrays of bytes.
SearchPattern(byte[]) - Constructor for class org.eclipse.jetty.util.SearchPattern
 
SEC_WEBSOCKET_ACCEPT - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
SEC_WEBSOCKET_EXTENSIONS - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
SEC_WEBSOCKET_KEY - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
SEC_WEBSOCKET_SUBPROTOCOL - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
SEC_WEBSOCKET_VERSION - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
SECOND_NANOS - Static variable in class org.eclipse.jetty.server.ConnectorStatistics
Deprecated.
 
sections() - Method in enum class org.eclipse.jetty.http.HttpCompliance
Get the set of HttpComplianceSections supported by this compliance mode.
sectionsByProperty(String) - Static method in enum class org.eclipse.jetty.http.HttpCompliance
 
sectionsBySpec(String) - Static method in enum class org.eclipse.jetty.http.HttpCompliance
 
secure - Variable in class org.eclipse.jetty.client.ProxyConfiguration.Proxy
 
SecuredRedirectHandler - Class in org.eclipse.jetty.server.handler
Secured Redirect Handler
SecuredRedirectHandler() - Constructor for class org.eclipse.jetty.server.handler.SecuredRedirectHandler
 
SecureRequestCustomizer - Class in org.eclipse.jetty.server
Customizer that extracts the attribute from an SSLContext and sets them on the request with ServletRequest.setAttribute(String, Object) according to Servlet Specification Requirements.
SecureRequestCustomizer() - Constructor for class org.eclipse.jetty.server.SecureRequestCustomizer
 
SecureRequestCustomizer(boolean) - Constructor for class org.eclipse.jetty.server.SecureRequestCustomizer
 
SecureRequestCustomizer(boolean, boolean, long, boolean) - Constructor for class org.eclipse.jetty.server.SecureRequestCustomizer
 
SecureRequestCustomizer(boolean, long, boolean) - Constructor for class org.eclipse.jetty.server.SecureRequestCustomizer
 
SecureRequestCustomizer.SslAttributes - Class in org.eclipse.jetty.server
 
SecureRequestCustomizer.SslSessionData - Class in org.eclipse.jetty.server
Simple bundle of data that is cached in the SSLSession.
secureResponse(ServletRequest, ServletResponse, boolean, Authentication.User) - Method in class org.eclipse.jetty.security.authentication.BasicAuthenticator
 
secureResponse(ServletRequest, ServletResponse, boolean, Authentication.User) - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
secureResponse(ServletRequest, ServletResponse, boolean, Authentication.User) - Method in class org.eclipse.jetty.security.authentication.ConfigurableSpnegoAuthenticator
 
secureResponse(ServletRequest, ServletResponse, boolean, Authentication.User) - Method in class org.eclipse.jetty.security.authentication.DigestAuthenticator
 
secureResponse(ServletRequest, ServletResponse, boolean, Authentication.User) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
secureResponse(ServletRequest, ServletResponse, boolean, Authentication.User) - Method in class org.eclipse.jetty.security.authentication.SpnegoAuthenticator
Deprecated.
 
secureResponse(ServletRequest, ServletResponse, boolean, Authentication.User) - Method in interface org.eclipse.jetty.security.Authenticator
is response secure
SECURITY - Static variable in class org.eclipse.jetty.servlet.ServletContextHandler
 
SecurityHandler - Class in org.eclipse.jetty.security
Abstract SecurityHandler.
SecurityHandler() - Constructor for class org.eclipse.jetty.security.SecurityHandler
 
SecurityHandler.NotChecked - Class in org.eclipse.jetty.security
 
SecurityProviderLeakPreventer - Class in org.eclipse.jetty.util.preventers
Deprecated.
sun.security.pkcs11.SunPKCS11 class explicitly sets thread classloader to null
SecurityProviderLeakPreventer() - Constructor for class org.eclipse.jetty.util.preventers.SecurityProviderLeakPreventer
Deprecated.
 
SEE_OTHER - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
SEE_OTHER_303 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
SeekableByteChannelRangeWriter - Class in org.eclipse.jetty.server.resource
 
SeekableByteChannelRangeWriter(SeekableByteChannel, SeekableByteChannelRangeWriter.ChannelSupplier) - Constructor for class org.eclipse.jetty.server.resource.SeekableByteChannelRangeWriter
 
SeekableByteChannelRangeWriter(SeekableByteChannelRangeWriter.ChannelSupplier) - Constructor for class org.eclipse.jetty.server.resource.SeekableByteChannelRangeWriter
 
SeekableByteChannelRangeWriter.ChannelSupplier - Interface in org.eclipse.jetty.server.resource
 
seekTo(char, JSON.Source) - Method in class org.eclipse.jetty.util.ajax.JSON
 
seekTo(String, JSON.Source) - Method in class org.eclipse.jetty.util.ajax.JSON
 
seen(int) - Method in class org.eclipse.jetty.security.authentication.DigestAuthenticator.Nonce
 
SEGMENT - Enum constant in enum class org.eclipse.jetty.http.HttpURI.Ambiguous
 
select() - Method in class org.eclipse.jetty.io.ManagedSelector.SelectorProducer
 
select(Selector) - Method in class org.eclipse.jetty.io.ManagedSelector
 
SelectChannelEndPoint - Class in org.eclipse.jetty.io
Deprecated.
SelectChannelEndPoint(SelectableChannel, ManagedSelector, SelectionKey, Scheduler, long) - Constructor for class org.eclipse.jetty.io.SelectChannelEndPoint
Deprecated.
 
selectCipherSuites(String[], String[]) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Select cipher suites to be used by the connector based on configured inclusion and exclusion lists as well as enabled and supported cipher suite lists.
selectionDump() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
selectorManager - Variable in class org.eclipse.jetty.client.AbstractConnectorHttpClientTransport
 
SelectorManager - Class in org.eclipse.jetty.io
SelectorManager manages a number of ManagedSelectors that simplify the non-blocking primitives provided by the JVM via the java.nio package.
SelectorManager(Executor, Scheduler) - Constructor for class org.eclipse.jetty.io.SelectorManager
 
SelectorManager(Executor, Scheduler, int) - Constructor for class org.eclipse.jetty.io.SelectorManager
 
SelectorManager.AcceptListener - Interface in org.eclipse.jetty.io
A listener for accept events.
SelectorProducer() - Constructor for class org.eclipse.jetty.io.ManagedSelector.SelectorProducer
 
selectors - Variable in class org.eclipse.jetty.client.AbstractConnectorHttpClientTransport
 
Selectors - Search tag in class org.eclipse.jetty.server.ServerConnector
Section
selectProtocols(String[], String[]) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Select protocols to be used by the connector based on configured inclusion and exclusion lists as well as enabled and supported protocols.
send() - Method in interface org.eclipse.jetty.client.api.Request
Sends this request and returns the response.
send() - Method in class org.eclipse.jetty.client.HttpChannel
 
send() - Method in class org.eclipse.jetty.client.HttpDestination
 
send() - Method in class org.eclipse.jetty.client.HttpRequest
 
send(boolean) - Method in class org.eclipse.jetty.client.HttpDestination
 
send(Connection, HttpExchange) - Method in class org.eclipse.jetty.client.http.HttpDestinationOverHTTP
 
send(Connection, HttpExchange) - Method in class org.eclipse.jetty.client.HttpDestination
 
send(Request, Response.CompleteListener) - Method in interface org.eclipse.jetty.client.api.Connection
Sends a request with an associated response listener.
send(Request, Response.CompleteListener) - Method in class org.eclipse.jetty.client.http.HttpConnectionOverHTTP
 
send(Request, Response.CompleteListener) - Method in class org.eclipse.jetty.client.HttpConnection
 
send(Request, Response.CompleteListener) - Method in class org.eclipse.jetty.client.HttpDestination
 
send(Request, Response.CompleteListener) - Method in class org.eclipse.jetty.client.HttpProxy.ProxyConnection
 
send(Response.CompleteListener) - Method in interface org.eclipse.jetty.client.api.Request
Sends this request and asynchronously notifies the given listener for response events.
send(Response.CompleteListener) - Method in class org.eclipse.jetty.client.HttpRequest
 
send(HttpChannel, HttpExchange) - Method in class org.eclipse.jetty.client.HttpConnection
 
send(HttpExchange) - Method in class org.eclipse.jetty.client.http.HttpChannelOverHTTP
 
send(HttpExchange) - Method in class org.eclipse.jetty.client.http.HttpConnectionOverHTTP.Delegate
 
send(HttpExchange) - Method in class org.eclipse.jetty.client.http.HttpConnectionOverHTTP
 
send(HttpExchange) - Method in class org.eclipse.jetty.client.HttpChannel
 
send(HttpExchange) - Method in class org.eclipse.jetty.client.HttpConnection
 
send(HttpExchange) - Method in class org.eclipse.jetty.client.HttpDestination
 
send(HttpExchange) - Method in class org.eclipse.jetty.client.HttpSender
 
send(HttpRequest, List<Response.ResponseListener>) - Method in class org.eclipse.jetty.client.HttpClient
 
send(HttpRequest, List<Response.ResponseListener>) - Method in class org.eclipse.jetty.client.HttpDestination
 
send(MetaData.Response, boolean, ByteBuffer, boolean, Callback) - Method in class org.eclipse.jetty.server.HttpConnection
 
send(MetaData.Response, boolean, ByteBuffer, boolean, Callback) - Method in interface org.eclipse.jetty.server.HttpTransport
Asynchronous call to send a response (or part) over the transport
SEND - Static variable in class org.eclipse.jetty.http.HttpGenerator
 
SEND_CONTINUE - Static variable in interface org.eclipse.jetty.server.Authentication
Authentication challenge sent.
SEND_ERROR - Enum constant in enum class org.eclipse.jetty.server.HttpChannelState.Action
 
SEND_FAILURE - Static variable in interface org.eclipse.jetty.server.Authentication
Authentication failure sent.
SEND_SERVER - Static variable in class org.eclipse.jetty.http.HttpGenerator
 
SEND_SUCCESS - Static variable in interface org.eclipse.jetty.server.Authentication
 
SEND_XPOWEREDBY - Static variable in class org.eclipse.jetty.http.HttpGenerator
 
Send100Callback(Callback) - Constructor for class org.eclipse.jetty.server.HttpChannel.Send100Callback
 
sendAsync(BiConsumer<HttpRequest, List<Response.ResponseListener>>, Response.CompleteListener) - Method in class org.eclipse.jetty.client.HttpRequest
 
sendAsync(HttpDestination, Response.CompleteListener) - Method in class org.eclipse.jetty.client.HttpRequest
 
SendCallback() - Constructor for class org.eclipse.jetty.server.HttpConnection.SendCallback
 
SendCallback(Callback, ByteBuffer, boolean, boolean) - Constructor for class org.eclipse.jetty.server.HttpChannel.SendCallback
 
sendChallenge(HttpServletResponse, String) - Method in class org.eclipse.jetty.security.authentication.ConfigurableSpnegoAuthenticator
 
sendContent(InputStream) - Method in class org.eclipse.jetty.server.HttpOutput
Blocking send of stream content.
sendContent(InputStream, Callback) - Method in class org.eclipse.jetty.server.HttpOutput
Asynchronous send of stream content.
sendContent(ByteBuffer) - Method in class org.eclipse.jetty.server.HttpOutput
Blocking send of whole content.
sendContent(ByteBuffer, Callback) - Method in class org.eclipse.jetty.server.HttpOutput
Asynchronous send of whole content.
sendContent(ReadableByteChannel) - Method in class org.eclipse.jetty.server.HttpOutput
Blocking send of channel content.
sendContent(ReadableByteChannel, Callback) - Method in class org.eclipse.jetty.server.HttpOutput
Asynchronous send of channel content.
sendContent(HttpExchange, HttpContent, Callback) - Method in class org.eclipse.jetty.client.http.HttpSenderOverHTTP
 
sendContent(HttpExchange, HttpContent, Callback) - Method in class org.eclipse.jetty.client.HttpSender
Implementations should send the content at the HttpContent cursor position over the wire.
sendContent(HttpContent) - Method in class org.eclipse.jetty.server.HttpOutput
Blocking send of HTTP content.
sendContent(HttpContent, Callback) - Method in class org.eclipse.jetty.server.HttpOutput
Asynchronous send of HTTP content.
sendData(HttpServletRequest, HttpServletResponse, boolean, HttpContent, Enumeration<String>) - Method in class org.eclipse.jetty.server.ResourceService
 
sendDirectory(HttpServletRequest, HttpServletResponse, Resource, String) - Method in class org.eclipse.jetty.server.ResourceService
 
sender - Variable in class org.eclipse.jetty.client.http.HttpChannelOverHTTP
 
sendError(int) - Method in class org.eclipse.jetty.server.Response
 
sendError(int) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
sendError(int, String) - Method in class org.eclipse.jetty.server.HttpChannelState
 
sendError(int, String) - Method in class org.eclipse.jetty.server.Response
Send an error response.
sendError(int, String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
sendError(Throwable) - Method in class org.eclipse.jetty.server.HttpChannelState
 
senderState - Variable in class org.eclipse.jetty.client.HttpSender
 
SenderState() - Constructor for enum class org.eclipse.jetty.client.HttpSender.SenderState
 
SendFailure - Class in org.eclipse.jetty.client
 
SendFailure(Throwable, boolean) - Constructor for class org.eclipse.jetty.client.SendFailure
 
sendHeaders(HttpExchange, HttpContent, Callback) - Method in class org.eclipse.jetty.client.http.HttpSenderOverHTTP
 
sendHeaders(HttpExchange, HttpContent, Callback) - Method in class org.eclipse.jetty.client.HttpSender
Implementations should send the HTTP headers over the wire, possibly with some content, in a single write, and notify the given callback of the result of this operation.
SENDING - Enum constant in enum class org.eclipse.jetty.client.HttpSender.SenderState
HttpSender is sending the request header or request content
SENDING_WITH_CONTENT - Enum constant in enum class org.eclipse.jetty.client.HttpSender.SenderState
HttpSender is currently sending the request, and deferred content is available to be sent
sendProcessing() - Method in class org.eclipse.jetty.server.Response
Sends a 102-Processing response.
sendRedirect(int, String) - Method in class org.eclipse.jetty.server.Response
Sends a response with one of the 300 series redirection codes.
sendRedirect(int, String, boolean) - Method in class org.eclipse.jetty.server.Response
Sends a response with a given redirection code.
sendRedirect(String) - Method in class org.eclipse.jetty.server.Response
 
sendRedirect(String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
sendRedirect(String, boolean) - Method in class org.eclipse.jetty.server.Response
Sends a response with a HTTP version appropriate 30x redirection.
sendRedirect(HttpRequest, Response, Response.CompleteListener, URI, String) - Method in class org.eclipse.jetty.client.HttpRedirector
 
sendResponse(MetaData.Response, ByteBuffer, boolean) - Method in class org.eclipse.jetty.server.HttpChannel
 
sendResponse(MetaData.Response, ByteBuffer, boolean, Callback) - Method in class org.eclipse.jetty.server.HttpChannel
 
sendResponseAndComplete() - Method in class org.eclipse.jetty.server.HttpChannel
 
sendShutdown() - Method in class org.eclipse.jetty.server.handler.ShutdownHandler
 
sendStatus(HttpServletResponse, int, Supplier<String>) - Method in class org.eclipse.jetty.server.ResourceService
 
sendWelcome(HttpContent, String, boolean, boolean, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.ResourceService
 
sent() - Method in class org.eclipse.jetty.client.HttpRequest
 
SentinelContent(String) - Constructor for class org.eclipse.jetty.server.HttpInput.SentinelContent
 
SEPARATOR - Enum constant in enum class org.eclipse.jetty.http.HttpURI.Ambiguous
 
serializeAttributes(SessionData, ObjectOutputStream) - Static method in class org.eclipse.jetty.server.session.SessionData
Serialize the attribute map of the session.
SerializedExecutor - Class in org.eclipse.jetty.util.thread
An executor than ensurers serial execution of submitted tasks.
SerializedExecutor() - Constructor for class org.eclipse.jetty.util.thread.SerializedExecutor
 
SerializedExecutor.ErrorHandlingTask - Interface in org.eclipse.jetty.util.thread
Error handling task
SerializedExecutor.Link - Class in org.eclipse.jetty.util.thread
 
serialVersionUID - Static variable in class org.eclipse.jetty.jaas.JAASPrincipal
 
serialVersionUID - Static variable in class org.eclipse.jetty.jaas.JAASRole
 
serialVersionUID - Static variable in class org.eclipse.jetty.security.AbstractLoginService.RolePrincipal
 
serialVersionUID - Static variable in class org.eclipse.jetty.security.AbstractLoginService.UserPrincipal
 
serialVersionUID - Static variable in class org.eclipse.jetty.security.AbstractUserAuthentication
 
serialVersionUID - Static variable in class org.eclipse.jetty.security.authentication.DigestAuthenticator.Digest
 
serialVersionUID - Static variable in class org.eclipse.jetty.security.authentication.SessionAuthentication
 
serialVersionUID - Static variable in class org.eclipse.jetty.server.session.SessionData
 
serialVersionUID - Static variable in exception class org.eclipse.jetty.server.session.UnreadableSessionDataException
 
serialVersionUID - Static variable in class org.eclipse.jetty.servlet.DefaultServlet
 
serialVersionUID - Static variable in class org.eclipse.jetty.servlet.JspPropertyGroupServlet
 
serialVersionUID - Static variable in class org.eclipse.jetty.util.security.Credential.Crypt
 
serialVersionUID - Static variable in class org.eclipse.jetty.util.security.Credential.MD5
 
serialVersionUID - Static variable in class org.eclipse.jetty.util.security.Credential
 
serialVersionUID - Static variable in class org.eclipse.jetty.util.security.Password
 
server - Variable in class org.eclipse.jetty.server.jmx.ServerMBean
 
Server - Class in org.eclipse.jetty.server
Jetty HTTP Servlet Server.
Server() - Constructor for class org.eclipse.jetty.server.Server
 
Server() - Constructor for class org.eclipse.jetty.util.ssl.SslContextFactory.Server
 
Server(int) - Constructor for class org.eclipse.jetty.server.Server
Convenience constructor Creates server and a ServerConnector at the passed port.
Server(InetSocketAddress) - Constructor for class org.eclipse.jetty.server.Server
Convenience constructor
Server(ThreadPool) - Constructor for class org.eclipse.jetty.server.Server
 
SERVER - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
SERVER_SRV_CLASSES - Static variable in class org.eclipse.jetty.webapp.WebAppContext
 
SERVER_SYS_CLASSES - Static variable in class org.eclipse.jetty.webapp.WebAppContext
 
SERVER_VERSION - Static variable in class org.eclipse.jetty.server.HttpConfiguration
 
Server.DateField - Class in org.eclipse.jetty.server
 
ServerAuthException - Exception Class in org.eclipse.jetty.security
 
ServerAuthException() - Constructor for exception class org.eclipse.jetty.security.ServerAuthException
 
ServerAuthException(String) - Constructor for exception class org.eclipse.jetty.security.ServerAuthException
 
ServerAuthException(String, Throwable) - Constructor for exception class org.eclipse.jetty.security.ServerAuthException
 
ServerAuthException(Throwable) - Constructor for exception class org.eclipse.jetty.security.ServerAuthException
 
ServerConnectionStatistics - Class in org.eclipse.jetty.server
Deprecated.
ServerConnectionStatistics() - Constructor for class org.eclipse.jetty.server.ServerConnectionStatistics
Deprecated.
 
ServerConnector - Class in org.eclipse.jetty.server
This Connector implementation is the primary connector for the Jetty server over TCP/IP.
ServerConnector(Server) - Constructor for class org.eclipse.jetty.server.ServerConnector
Construct a ServerConnector with a private instance of HttpConnectionFactory as the only factory.
ServerConnector(Server, int, int) - Constructor for class org.eclipse.jetty.server.ServerConnector
Construct a ServerConnector with a private instance of HttpConnectionFactory as the only factory.
ServerConnector(Server, int, int, ConnectionFactory...) - Constructor for class org.eclipse.jetty.server.ServerConnector
Construct a ServerConnector with a private instance of HttpConnectionFactory as the only factory.
ServerConnector(Server, int, int, SslContextFactory) - Constructor for class org.eclipse.jetty.server.ServerConnector
Construct a ServerConnector with a private instance of HttpConnectionFactory as the primary protocol
ServerConnector(Server, Executor, Scheduler, ByteBufferPool, int, int, ConnectionFactory...) - Constructor for class org.eclipse.jetty.server.ServerConnector
 
ServerConnector(Server, ConnectionFactory...) - Constructor for class org.eclipse.jetty.server.ServerConnector
Construct a Server Connector with the passed Connection factories.
ServerConnector(Server, SslContextFactory) - Constructor for class org.eclipse.jetty.server.ServerConnector
Construct a ServerConnector with a private instance of HttpConnectionFactory as the primary protocol
ServerConnector(Server, SslContextFactory, ConnectionFactory...) - Constructor for class org.eclipse.jetty.server.ServerConnector
 
ServerConnector.ServerConnectorManager - Class in org.eclipse.jetty.server
 
ServerConnectorManager(Executor, Scheduler, int) - Constructor for class org.eclipse.jetty.server.ServerConnector.ServerConnectorManager
 
serverDefault(Server) - Static method in class org.eclipse.jetty.webapp.Configuration.ClassList
Get/Create the server default Configuration ClassList.
ServerMBean - Class in org.eclipse.jetty.server.jmx
 
ServerMBean(Object) - Constructor for class org.eclipse.jetty.server.jmx.ServerMBean
 
serverName - Variable in class org.eclipse.jetty.server.HostHeaderCustomizer
 
serverPort - Variable in class org.eclipse.jetty.server.HostHeaderCustomizer
 
serverSocket - Variable in class org.eclipse.jetty.server.ShutdownMonitor.ShutdownMonitorRunnable
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.servlet.Invoker
 
service(ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.servlet.JspPropertyGroupServlet
 
service(ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.servlet.ServletHolder.NotAsync
 
service(ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.servlet.ServletHolder.RunAs
 
service(ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.servlet.ServletHolder.SingleThreadedWrapper
 
service(ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.servlet.ServletHolder.UnavailableServlet
 
service(ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.servlet.ServletHolder.Wrapper
 
SERVICE_UNAVAILABLE - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
SERVICE_UNAVAILABLE_503 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
serviceName - Variable in class org.eclipse.jetty.client.util.SPNEGOAuthentication
 
SERVLET_ENGINE - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
SERVLET_LISTENER_TYPES - Static variable in class org.eclipse.jetty.server.handler.ContextHandler
 
SERVLET_MAJOR_VERSION - Static variable in class org.eclipse.jetty.server.handler.ContextHandler
 
SERVLET_MINOR_VERSION - Static variable in class org.eclipse.jetty.server.handler.ContextHandler
 
Servlet3Continuation - Class in org.eclipse.jetty.continuation
Deprecated.
use Servlet 3.0 AsyncContext instead
Servlet3Continuation(ServletRequest) - Constructor for class org.eclipse.jetty.continuation.Servlet3Continuation
Deprecated.
 
ServletAttributes - Class in org.eclipse.jetty.server
 
ServletAttributes() - Constructor for class org.eclipse.jetty.server.ServletAttributes
 
ServletContainerInitializerServletContextListener(ServletContainerInitializer) - Constructor for class org.eclipse.jetty.servlet.listener.ContainerInitializer.ServletContainerInitializerServletContextListener
 
ServletContextHandler - Class in org.eclipse.jetty.servlet
Servlet Context.
ServletContextHandler() - Constructor for class org.eclipse.jetty.servlet.ServletContextHandler
 
ServletContextHandler(int) - Constructor for class org.eclipse.jetty.servlet.ServletContextHandler
 
ServletContextHandler(HandlerContainer, String) - Constructor for class org.eclipse.jetty.servlet.ServletContextHandler
 
ServletContextHandler(HandlerContainer, String, boolean, boolean) - Constructor for class org.eclipse.jetty.servlet.ServletContextHandler
 
ServletContextHandler(HandlerContainer, String, int) - Constructor for class org.eclipse.jetty.servlet.ServletContextHandler
 
ServletContextHandler(HandlerContainer, String, SessionHandler, SecurityHandler, ServletHandler, ErrorHandler) - Constructor for class org.eclipse.jetty.servlet.ServletContextHandler
 
ServletContextHandler(HandlerContainer, String, SessionHandler, SecurityHandler, ServletHandler, ErrorHandler, int) - Constructor for class org.eclipse.jetty.servlet.ServletContextHandler
 
ServletContextHandler(HandlerContainer, SessionHandler, SecurityHandler, ServletHandler, ErrorHandler) - Constructor for class org.eclipse.jetty.servlet.ServletContextHandler
 
ServletContextHandler.Context - Class in org.eclipse.jetty.servlet
 
ServletContextHandler.Decorator - Interface in org.eclipse.jetty.servlet
Deprecated.
use new Decorator
ServletContextHandler.Initializer - Class in org.eclipse.jetty.servlet
A utility class to hold a ServletContainerInitializer and implement the ServletContextHandler.ServletContainerInitializerCaller interface so that the SCI is correctly started if an instance of this class is added as a bean to a ServletContextHandler.
ServletContextHandler.JspConfig - Class in org.eclipse.jetty.servlet
 
ServletContextHandler.JspPropertyGroup - Class in org.eclipse.jetty.servlet
 
ServletContextHandler.LegacyDecorator - Class in org.eclipse.jetty.servlet
Implementation of the legacy interface to decorate loaded classes.
ServletContextHandler.ServletContainerInitializerCaller - Interface in org.eclipse.jetty.servlet
 
ServletContextHandler.TagLib - Class in org.eclipse.jetty.servlet
 
ServletHandler - Class in org.eclipse.jetty.servlet
Servlet HttpHandler.
ServletHandler() - Constructor for class org.eclipse.jetty.servlet.ServletHandler
Constructor.
ServletHandler.Chain - Class in org.eclipse.jetty.servlet
 
ServletHandler.ChainEnd - Class in org.eclipse.jetty.servlet
 
ServletHandler.Default404Servlet - Class in org.eclipse.jetty.servlet
 
ServletHolder - Class in org.eclipse.jetty.servlet
Servlet Instance and Context Holder.
ServletHolder() - Constructor for class org.eclipse.jetty.servlet.ServletHolder
Constructor .
ServletHolder(Class<? extends Servlet>) - Constructor for class org.eclipse.jetty.servlet.ServletHolder
Constructor for servlet class.
ServletHolder(String, Class<? extends Servlet>) - Constructor for class org.eclipse.jetty.servlet.ServletHolder
Constructor for servlet class.
ServletHolder(String, Servlet) - Constructor for class org.eclipse.jetty.servlet.ServletHolder
Constructor for servlet class.
ServletHolder(Servlet) - Constructor for class org.eclipse.jetty.servlet.ServletHolder
Constructor for existing servlet.
ServletHolder(Source) - Constructor for class org.eclipse.jetty.servlet.ServletHolder
Constructor .
ServletHolder.Config - Class in org.eclipse.jetty.servlet
 
ServletHolder.JspContainer - Enum Class in org.eclipse.jetty.servlet
 
ServletHolder.NotAsync - Class in org.eclipse.jetty.servlet
 
ServletHolder.Registration - Class in org.eclipse.jetty.servlet
 
ServletHolder.RunAs - Class in org.eclipse.jetty.servlet
 
ServletHolder.SingleThreadedWrapper - Class in org.eclipse.jetty.servlet
 
ServletHolder.UnavailableServlet - Class in org.eclipse.jetty.servlet
 
ServletHolder.WrapFunction - Interface in org.eclipse.jetty.servlet
Experimental Wrapper mechanism for Servlet objects.
ServletHolder.Wrapper - Class in org.eclipse.jetty.servlet
 
ServletMapping - Class in org.eclipse.jetty.servlet
 
ServletMapping() - Constructor for class org.eclipse.jetty.servlet.ServletMapping
 
ServletMapping(Source) - Constructor for class org.eclipse.jetty.servlet.ServletMapping
 
ServletMappingMBean - Class in org.eclipse.jetty.servlet.jmx
 
ServletMappingMBean(Object) - Constructor for class org.eclipse.jetty.servlet.jmx.ServletMappingMBean
 
ServletPathSpec - Class in org.eclipse.jetty.http.pathmap
 
ServletPathSpec(String) - Constructor for class org.eclipse.jetty.http.pathmap.ServletPathSpec
 
ServletRequestCallback - Class in org.eclipse.jetty.jaas.callback
ServletRequestCallback Provides access to the request associated with the authentication.
ServletRequestCallback() - Constructor for class org.eclipse.jetty.jaas.callback.ServletRequestCallback
 
ServletRequestHttpWrapper - Class in org.eclipse.jetty.server
ServletRequestHttpWrapper Class to tunnel a ServletRequest via an HttpServletRequest
ServletRequestHttpWrapper(ServletRequest) - Constructor for class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
ServletResponseHttpWrapper - Class in org.eclipse.jetty.server
ServletResponseHttpWrapper Wrapper to tunnel a ServletResponse via an HttpServletResponse
ServletResponseHttpWrapper(ServletResponse) - Constructor for class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
Session - Class in org.eclipse.jetty.server.session
Session A heavy-weight Session object representing an HttpSession.
Session(SessionHandler, HttpServletRequest, SessionData) - Constructor for class org.eclipse.jetty.server.session.Session
Create a new session
Session(SessionHandler, SessionData) - Constructor for class org.eclipse.jetty.server.session.Session
Re-inflate an existing session from some eg persistent store.
SESSION_CREATED_SECURE - Static variable in class org.eclipse.jetty.server.session.Session
 
SESSION_LISTENER_TYPES - Static variable in class org.eclipse.jetty.server.session.SessionHandler
 
Session.IdState - Enum Class in org.eclipse.jetty.server.session
 
Session.SessionInactivityTimer - Class in org.eclipse.jetty.server.session
SessionInactivityTimer Each Session has a timer associated with it that fires whenever it has been idle (ie not accessed by a request) for a configurable amount of time, or the Session expires.
Session.State - Enum Class in org.eclipse.jetty.server.session
State Validity states of a session
SessionAuthentication - Class in org.eclipse.jetty.security.authentication
SessionAuthentication When a user has been successfully authenticated with some types of Authenticator, the Authenticator stashes a SessionAuthentication into an HttpSession to remember that the user is authenticated.
SessionAuthentication(String, UserIdentity, Object) - Constructor for class org.eclipse.jetty.security.authentication.SessionAuthentication
 
SessionCache - Interface in org.eclipse.jetty.server.session
SessionCache A working set of Session objects for a context.
SessionCacheFactory - Interface in org.eclipse.jetty.server.session
SessionCacheFactory
SessionContext - Class in org.eclipse.jetty.server.session
SessionContext Information about the context to which sessions belong: the Context, the SessionHandler of the context, and the unique name of the node.
SessionContext(String, ContextHandler.Context) - Constructor for class org.eclipse.jetty.server.session.SessionContext
 
SessionData - Class in org.eclipse.jetty.server.session
SessionData The data associated with a session.
SessionData(String, String, String, long, long, long, long) - Constructor for class org.eclipse.jetty.server.session.SessionData
 
SessionData(String, String, String, long, long, long, long, Map<String, Object>) - Constructor for class org.eclipse.jetty.server.session.SessionData
 
SessionDataMap - Interface in org.eclipse.jetty.server.session
SessionDataMap A map style access to SessionData keyed by the session id.
SessionDataMapFactory - Interface in org.eclipse.jetty.server.session
SessionDataMapFactory
SessionDataStore - Interface in org.eclipse.jetty.server.session
SessionDataStore A store for the data contained in a Session object.
SessionDataStoreFactory - Interface in org.eclipse.jetty.server.session
SessionDataStoreFactory
sessionDidActivate(HttpSessionEvent) - Method in class org.eclipse.jetty.security.authentication.SessionAuthentication
 
SessionHandler - Class in org.eclipse.jetty.server.session
SessionHandler.
SessionHandler() - Constructor for class org.eclipse.jetty.server.session.SessionHandler
Constructor.
SessionHandler.CookieConfig - Class in org.eclipse.jetty.server.session
CookieConfig Implementation of the javax.servlet.SessionCookieConfig.
SessionHandler.SessionIf - Interface in org.eclipse.jetty.server.session
SessionIf Interface that any session wrapper should implement so that SessionManager may access the Jetty session implementation.
sessionId(String) - Method in interface org.eclipse.jetty.server.PushBuilder
Set the SessionID to be used for the push.
sessionId(String) - Method in class org.eclipse.jetty.server.PushBuilderImpl
 
SessionIdManager - Interface in org.eclipse.jetty.server
Session ID Manager.
SessionInactivityTimer() - Constructor for class org.eclipse.jetty.server.session.Session.SessionInactivityTimer
 
sessionInactivityTimerExpired(Session) - Method in class org.eclipse.jetty.server.session.SessionHandler
Deprecated.
sessionInactivityTimerExpired(Session, long) - Method in class org.eclipse.jetty.server.session.SessionHandler
Each session has a timer that is configured to go off when either the session has not been accessed for a configurable amount of time, or the session itself has passed its expiry.
SESSIONS - Static variable in class org.eclipse.jetty.servlet.ServletContextHandler
 
SessionTableSchema() - Constructor for class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
sessionWillPassivate(HttpSessionEvent) - Method in class org.eclipse.jetty.security.authentication.SessionAuthentication
 
set - Variable in class org.eclipse.jetty.client.HttpClient.ContentDecoderFactorySet
 
set - Variable in class org.eclipse.jetty.io.IncludeExcludeConnectionStatistics.ConnectionSet
 
set - Variable in class org.eclipse.jetty.util.IncludeExcludeSet.SetContainsPredicate
 
set(int, int) - Method in class org.eclipse.jetty.util.AtomicBiInteger
Sets the hi and lo values.
set(int, E) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
set(long) - Method in class org.eclipse.jetty.util.statistic.SampleStatistic
Deprecated.
set(E) - Method in class org.eclipse.jetty.util.BlockingArrayQueue.Itr
 
set(Object, XmlParser.Node) - Method in class org.eclipse.jetty.xml.XmlConfiguration.JettyXmlConfiguration
Call a setter method.
set(String[], PathMap<IPAddressMap<Boolean>>) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
Deprecated.
Helper method to process a list of new entries and replace the content of the specified address pattern map
set(HttpField) - Method in class org.eclipse.jetty.http.HttpFields.ListItr
 
SET - Enum constant in enum class org.eclipse.jetty.server.session.Session.IdState
 
SET_CHARACTER_ENCODING - Enum constant in enum class org.eclipse.jetty.server.Response.EncodingFrom
 
SET_CONTENT_TYPE - Enum constant in enum class org.eclipse.jetty.server.Response.EncodingFrom
 
SET_COOKIE - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
SET_COOKIE2 - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
SET_INCLUDE_HEADER_PREFIX - Static variable in class org.eclipse.jetty.server.Response
If a header name starts with this string, the header (stripped of the prefix) can be set during include using only Response.setHeader(String, String) or Response.addHeader(String, String).
SET_LOCALE - Enum constant in enum class org.eclipse.jetty.server.Response.EncodingFrom
 
setAcceptedReceiveBufferSize(int) - Method in class org.eclipse.jetty.server.ServerConnector
 
setAcceptedSendBufferSize(int) - Method in class org.eclipse.jetty.server.ServerConnector
 
setAcceptedTcpNoDelay(boolean) - Method in class org.eclipse.jetty.server.ServerConnector
 
setAccepting(boolean) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setAccepting(boolean) - Method in class org.eclipse.jetty.server.ServerConnector
 
setAcceptingInLowResources(boolean) - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
setAcceptorPriorityDelta(int) - Method in class org.eclipse.jetty.server.AbstractConnector
Set the acceptor thread priority delta.
setAcceptQueueSize(int) - Method in class org.eclipse.jetty.server.ServerConnector
 
setAcceptRanges(boolean) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
setAcceptRanges(boolean) - Method in class org.eclipse.jetty.server.ResourceService
 
setAccessed(long) - Method in class org.eclipse.jetty.server.session.SessionData
 
setAccessTimeColumn(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
setAddressResolutionTimeout(long) - Method in class org.eclipse.jetty.client.HttpClient
Sets the socket address resolution timeout used by the default SocketAddressResolver created by this HttpClient at startup.
setAliasChecks(List<ContextHandler.AliasCheck>) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setAliasMapper(UnaryOperator<String>) - Method in class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager
Sets a function that transforms the alias into a possibly different alias, invoked when the SNI logic must choose the alias to pick the right certificate.
setAll(String[]) - Method in class org.eclipse.jetty.webapp.ClasspathPattern
Initialize the matcher by parsing each classpath pattern in an array
setAllowDuplicateFragmentNames(boolean) - Method in class org.eclipse.jetty.webapp.MetaData
 
setAllowDuplicateFragmentNames(boolean) - Method in class org.eclipse.jetty.webapp.WebAppContext
 
setAllowDuplicateMappings(boolean) - Method in class org.eclipse.jetty.servlet.ServletHandler
 
setAllowMissingCloseMessage(boolean) - Method in class org.eclipse.jetty.io.ssl.SslClientConnectionFactory
setAllowMissingCloseMessage(boolean) - Method in class org.eclipse.jetty.io.ssl.SslConnection
Deprecated.
setAllowNullPathInfo(boolean) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setAlwaysSaveUri(boolean) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator
If true, uris that cause a redirect to a login page will always be remembered.
setAnyAuth(boolean) - Method in class org.eclipse.jetty.security.RoleInfo
 
setAnyRole(boolean) - Method in class org.eclipse.jetty.security.RoleInfo
 
setAppend(boolean) - Method in class org.eclipse.jetty.server.NCSARequestLog
Deprecated.
Set append to log flag.
setAppend(boolean) - Method in class org.eclipse.jetty.server.RequestLogWriter
Set append to log flag.
setApplyToAsync(boolean) - Method in class org.eclipse.jetty.server.handler.IdleTimeoutHandler
Should the adjusted idle time be maintained for asynchronous requests
setAssociate(Object) - Method in class org.eclipse.jetty.util.resource.Resource
 
setAsyncAttributes() - Method in class org.eclipse.jetty.server.Request
 
setAsyncAttributes(String, String, String, String, String) - Method in class org.eclipse.jetty.server.ServletAttributes
 
setAsyncSupported(boolean) - Method in class org.eclipse.jetty.servlet.Holder.HolderRegistration
 
setAsyncSupported(boolean) - Method in class org.eclipse.jetty.servlet.Holder
 
setAsyncSupported(boolean, Object) - Method in class org.eclipse.jetty.server.Request
 
setAttachment(Object) - Method in class org.eclipse.jetty.client.http.HttpConnectionOverHTTP
 
setAttachment(Object) - Method in class org.eclipse.jetty.client.HttpConnection
 
setAttachment(Object) - Method in class org.eclipse.jetty.client.HttpProxy.ProxyConnection
 
setAttachment(Object) - Method in interface org.eclipse.jetty.util.Attachable
Attaches the given object to this stream for later retrieval.
setAttribute(Object, ObjectMBean) - Method in class org.eclipse.jetty.jmx.MetaData.AttributeInfo
 
setAttribute(String, Object) - Method in interface org.eclipse.jetty.continuation.Continuation
Deprecated.
Set a request attribute.
setAttribute(String, Object) - Method in class org.eclipse.jetty.continuation.FauxContinuation
Deprecated.
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.continuation.Servlet3Continuation
Deprecated.
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.server.AsyncAttributes
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.server.Dispatcher.ForwardAttributes
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.server.Dispatcher.IncludeAttributes
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.server.HttpChannelState
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.server.Request
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.server.Server
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.server.ServletAttributes
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.server.session.Session
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.server.session.SessionData
 
setAttribute(String, Object) - Method in interface org.eclipse.jetty.util.Attributes
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.util.Attributes.Wrapper
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.util.AttributesMap
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.util.component.AttributeContainerMap
 
setAttribute(Attribute) - Method in class org.eclipse.jetty.jmx.ObjectMBean
 
setAttribute(Attribute, ObjectMBean) - Method in class org.eclipse.jetty.jmx.MetaData
 
setAttributes(AttributeList) - Method in class org.eclipse.jetty.jmx.ObjectMBean
 
setAttributes(Attributes) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setAttributes(Attributes) - Method in class org.eclipse.jetty.server.Request
 
setAuthenticate(boolean) - Method in class org.eclipse.jetty.util.security.Constraint
 
setAuthenticated(boolean) - Method in class org.eclipse.jetty.jaas.spi.AbstractLoginModule
 
setAuthentication(Authentication) - Method in class org.eclipse.jetty.server.Request
Set the authentication.
setAuthenticationDuration(Duration) - Method in class org.eclipse.jetty.security.authentication.ConfigurableSpnegoAuthenticator
Sets the duration of the authentication.
setAuthenticationStore(AuthenticationStore) - Method in class org.eclipse.jetty.client.HttpClient
 
setAuthenticator(Authenticator) - Method in class org.eclipse.jetty.security.SecurityHandler
Set the authenticator.
setAuthenticatorFactory(Authenticator.Factory) - Method in class org.eclipse.jetty.security.SecurityHandler
 
setAuthMethod(String) - Method in class org.eclipse.jetty.security.SecurityHandler
 
setAuthority(String, int) - Method in class org.eclipse.jetty.http.HttpURI
 
setAuthority(String, int) - Method in class org.eclipse.jetty.server.Request
 
setAvailable(boolean) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Set Available status.
setAvailableProcessors(int) - Static method in class org.eclipse.jetty.util.ProcessorUtils
 
setBaseResource(Resource) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Set the base resource for this context.
setBaseResource(Resource) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
setBeans(Collection<Object>) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
setBindAddress(SocketAddress) - Method in class org.eclipse.jetty.client.HttpClient
 
setBlack(String[]) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
Deprecated.
Re-initialize the blacklist of existing handler object
setBlobType(String) - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
 
setBlockingTimeout(long) - Method in class org.eclipse.jetty.server.HttpConfiguration
setBuffer(String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
 
setBufferSize(int) - Method in class org.eclipse.jetty.http.MultiPartFormInputStream
 
setBufferSize(int) - Method in class org.eclipse.jetty.server.HttpOutput
 
setBufferSize(int) - Method in class org.eclipse.jetty.server.Response
 
setByteBufferPool(ByteBufferPool) - Method in class org.eclipse.jetty.client.HttpClient
 
setByteBufferPool(ByteBufferPool) - Method in class org.eclipse.jetty.client.util.PathContentProvider
 
setCacheControl(String) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
Set the cacheControl.
setCacheControl(String) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
setCacheControl(HttpField) - Method in class org.eclipse.jetty.server.ResourceService
 
setCallbackHandler(CallbackHandler) - Method in class org.eclipse.jetty.jaas.spi.AbstractLoginModule
 
setCallbackHandlerClass(String) - Method in class org.eclipse.jetty.jaas.JAASLoginService
 
setCatalogName(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
setCertAlias(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Set the default certificate Alias.
setCharacterEncoding(String) - Method in class org.eclipse.jetty.server.Request
 
setCharacterEncoding(String) - Method in class org.eclipse.jetty.server.Response
 
setCharacterEncoding(String, Response.EncodingFrom) - Method in class org.eclipse.jetty.server.Response
 
setCharacterEncodingUnchecked(String) - Method in class org.eclipse.jetty.server.Request
 
setCharset(Charset) - Method in class org.eclipse.jetty.security.authentication.BasicAuthenticator
 
setChecked(boolean) - Method in class org.eclipse.jetty.security.RoleInfo
 
setCheckGzExists(boolean) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Deprecated.
feature will be removed in Jetty 10.x, with no replacement.
setCheckingRemoteSessionIdEncoding(boolean) - Method in class org.eclipse.jetty.server.session.SessionHandler
 
setCheckWelcomeFiles(boolean) - Method in class org.eclipse.jetty.security.SecurityHandler
 
setCipherComparator(Comparator<String>) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setClassLoader(ClassLoader) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setClassLoader(ClassLoader) - Method in class org.eclipse.jetty.webapp.WebAppContext
 
setClassName(String) - Method in class org.eclipse.jetty.servlet.BaseHolder
 
setClassName(String) - Method in class org.eclipse.jetty.servlet.Holder
 
setComment(String) - Method in class org.eclipse.jetty.server.session.SessionHandler.CookieConfig
 
setCommitted(boolean) - Method in class org.eclipse.jetty.jaas.spi.AbstractLoginModule
 
setCompactPath(boolean) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setCompressionLevel(int) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Set the Compression level that Deflater uses.
setConfig(String) - Method in class org.eclipse.jetty.security.HashLoginService
Load realm users from properties file.
setConfig(String) - Method in class org.eclipse.jetty.security.JDBCLoginService
Load JDBC connection configuration from properties file.
setConfig(String) - Method in class org.eclipse.jetty.security.PropertyUserStore
Set the Config Path from a String reference to a file
setConfig(String) - Method in class org.eclipse.jetty.security.SpnegoLoginService
Deprecated.
 
setConfig(XmlParser.Node) - Method in class org.eclipse.jetty.xml.XmlConfiguration
 
setConfigFile(File) - Method in class org.eclipse.jetty.security.PropertyUserStore
Set the Config Path from a File reference
setConfigPath(File) - Method in class org.eclipse.jetty.security.PropertyUserStore
Deprecated.
setConfigPath(String) - Method in class org.eclipse.jetty.security.PropertyUserStore
Deprecated.
setConfigPath(Path) - Method in class org.eclipse.jetty.security.PropertyUserStore
Set the Config Path
setConfiguration(Configuration) - Method in class org.eclipse.jetty.jaas.JAASLoginService
 
setConfiguration(Authenticator.AuthConfiguration) - Method in class org.eclipse.jetty.security.authentication.DigestAuthenticator
 
setConfiguration(Authenticator.AuthConfiguration) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
setConfiguration(Authenticator.AuthConfiguration) - Method in class org.eclipse.jetty.security.authentication.LoginAuthenticator
 
setConfiguration(Authenticator.AuthConfiguration) - Method in interface org.eclipse.jetty.security.Authenticator
Configure the Authenticator
setConfigurationClasses(String[]) - Method in class org.eclipse.jetty.webapp.WebAppContext
 
setConfigurationClasses(List<String>) - Method in class org.eclipse.jetty.webapp.WebAppContext
 
setConfigurationDiscovered(boolean) - Method in class org.eclipse.jetty.webapp.WebAppContext
Set the configuration discovery mode.
setConfigurations(Configuration[]) - Method in class org.eclipse.jetty.webapp.WebAppContext
 
setConnectBlocking(boolean) - Method in class org.eclipse.jetty.client.HttpClient
Whether connect() operations are performed in blocking mode.
setConnection(Connection) - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
setConnection(Connection) - Method in interface org.eclipse.jetty.io.EndPoint
 
setConnection(Connection) - Method in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
 
setConnection(Connection) - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
setConnectionFactories(Collection<ConnectionFactory>) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setConnectionPoolFactory(ConnectionPool.Factory) - Method in class org.eclipse.jetty.client.AbstractHttpClientTransport
 
setConnectionPoolFactory(ConnectionPool.Factory) - Method in interface org.eclipse.jetty.client.HttpClientTransport
 
setConnectors(Connector[]) - Method in class org.eclipse.jetty.server.Server
Set the connectors for this server.
setConnectTimeout(long) - Method in class org.eclipse.jetty.client.HttpClient
 
setConnectTimeout(long) - Method in class org.eclipse.jetty.io.SelectorManager
Set the connect timeout (in milliseconds)
setConstraint(Constraint) - Method in class org.eclipse.jetty.security.ConstraintMapping
 
setConstraintMappings(List<ConstraintMapping>) - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
Process the constraints following the combining rules in Servlet 3.0 EA spec section 13.7.1 Note that much of the logic is in the RoleInfo class.
setConstraintMappings(List<ConstraintMapping>, Set<String>) - Method in interface org.eclipse.jetty.security.ConstraintAware
Set Constraint Mappings and roles.
setConstraintMappings(List<ConstraintMapping>, Set<String>) - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
Process the constraints following the combining rules in Servlet 3.0 EA spec section 13.7.1 Note that much of the logic is in the RoleInfo class.
setConstraintMappings(ConstraintMapping[]) - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
Process the constraints following the combining rules in Servlet 3.0 EA spec section 13.7.1 Note that much of the logic is in the RoleInfo class.
SetContainsPredicate(Set<T>) - Constructor for class org.eclipse.jetty.util.IncludeExcludeSet.SetContainsPredicate
 
setContentFactory(HttpContent.ContentFactory) - Method in class org.eclipse.jetty.server.ResourceService
 
setContentLength(int) - Method in class org.eclipse.jetty.server.Response
 
setContentLength(long) - Method in class org.eclipse.jetty.http.MetaData
 
setContentLengthLong(long) - Method in class org.eclipse.jetty.server.Response
 
setContentParameters(MultiMap<String>) - Method in class org.eclipse.jetty.server.Request
 
setContentType(String) - Method in class org.eclipse.jetty.http.MultiPartFormInputStream.MultiPart
 
setContentType(String) - Method in class org.eclipse.jetty.server.Request
 
setContentType(String) - Method in class org.eclipse.jetty.server.Response
 
setContentType(String) - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
Deprecated.
 
setContext(ContextHandler.Context) - Method in class org.eclipse.jetty.server.Request
Set request context
setContextAttribute(String, Object) - Method in class org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean
 
setContextAttribute(String, String) - Method in class org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean
 
setContextClass(Class<? extends ContextHandler>) - Method in class org.eclipse.jetty.server.handler.ContextHandlerCollection
Deprecated.
Unused convenience mechanism not used.
setContextPath(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setContextPath(String) - Method in class org.eclipse.jetty.server.Request
Sets the "context path" for this request
setContextPath(String) - Method in class org.eclipse.jetty.server.session.SessionData
 
setContextPathColumn(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
setContextWhiteList(String[]) - Method in class org.eclipse.jetty.webapp.WebAppContext
Set the context white list In certain circumstances you want may want to deny access of one webapp from another when you may not fully trust the webapp.
setCookieCompliance(CookieCompliance) - Method in class org.eclipse.jetty.server.HttpConfiguration
Deprecated.
SetCookieHttpField(HttpCookie, CookieCompliance) - Constructor for class org.eclipse.jetty.http.HttpCookie.SetCookieHttpField
 
setCookies(Cookie[]) - Method in class org.eclipse.jetty.server.CookieCutter
 
setCookies(Cookie[]) - Method in class org.eclipse.jetty.server.Request
 
setCookieSet(long) - Method in class org.eclipse.jetty.server.session.SessionData
 
setCookieStore(CookieStore) - Method in class org.eclipse.jetty.client.HttpClient
 
setCookieTimeColumn(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
setCopyWebDir(boolean) - Method in class org.eclipse.jetty.webapp.WebAppContext
 
setCopyWebInf(boolean) - Method in class org.eclipse.jetty.webapp.WebAppContext
 
setCount(int) - Method in class org.eclipse.jetty.util.ByteArrayOutputStream2
 
setCreated(long) - Method in class org.eclipse.jetty.server.session.SessionData
 
setCreateTimeColumn(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
setCredential(Object) - Method in class org.eclipse.jetty.jaas.callback.AbstractCallbackHandler
 
setCrlPath(String) - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
Set the crlPath.
setCrlPath(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setCurrentConnection(HttpConnection) - Static method in class org.eclipse.jetty.server.HttpConnection
 
setCurrentUser(AbstractLoginModule.JAASUserInfo) - Method in class org.eclipse.jetty.jaas.spi.AbstractLoginModule
 
setCustomizers(List<HttpConfiguration.Customizer>) - Method in class org.eclipse.jetty.server.HttpConfiguration
Sets the HttpConfiguration.Customizers that are invoked for every request received.
setDaemon(boolean) - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
setDaemon(boolean) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
setDatabaseAdaptor(DatabaseAdaptor) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
setDatabaseAdaptor(DatabaseAdaptor) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore
 
setDatabaseAdaptor(DatabaseAdaptor) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStoreFactory
 
setDataConstraint(int) - Method in class org.eclipse.jetty.util.security.Constraint
 
setDatasource(DataSource) - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
 
setDatasourceName(String) - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
 
setDateHeader(String, long) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator.FormResponse
 
setDateHeader(String, long) - Method in class org.eclipse.jetty.server.Response
 
setDateHeader(String, long) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
setDebug(boolean) - Method in class org.eclipse.jetty.server.ShutdownMonitor
 
setDebugEnabled(boolean) - Method in class org.eclipse.jetty.util.log.JavaUtilLog
 
setDebugEnabled(boolean) - Method in interface org.eclipse.jetty.util.log.Logger
Mutator used to turn debug on programmatically.
setDebugEnabled(boolean) - Method in class org.eclipse.jetty.util.log.LoggerLog
 
setDebugEnabled(boolean) - Method in class org.eclipse.jetty.util.log.Slf4jLog
 
setDebugEnabled(boolean) - Method in class org.eclipse.jetty.util.log.StdErrLog
Legacy interface where a programmatic configuration of the logger level is done as a wholesale approach.
setDebugEnabled(String, Boolean) - Method in class org.eclipse.jetty.util.log.jmx.LogMBean
 
setDecorators(List<? extends Decorator>) - Method in class org.eclipse.jetty.util.DecoratedObjectFactory
 
setDecorators(List<ServletContextHandler.Decorator>) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
Deprecated.
use the DecoratedObjectFactory from getAttribute("org.eclipse.jetty.util.DecoratedObjectFactory") or ServletContextHandler.getObjectFactory() instead
setDefault(boolean) - Method in class org.eclipse.jetty.servlet.ServletMapping
 
setDefault(JSON) - Static method in class org.eclipse.jetty.util.ajax.JSON
Deprecated.
setDefaultContentType(String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
 
setDefaultProtocol(String) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setDefaultProtocol(String) - Method in class org.eclipse.jetty.server.NegotiatingServerConnectionFactory
 
setDefaultRequestContentType(String) - Method in class org.eclipse.jetty.client.HttpClient
 
setDefaults(Resource) - Method in class org.eclipse.jetty.webapp.MetaData
 
setDefaultsDescriptor(String) - 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
setDefaultSecurityHandlerClass(Class<? extends SecurityHandler>) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
Set the defaultSecurityHandlerClass.
setDefaultUseCaches(boolean) - Static method in class org.eclipse.jetty.util.resource.Resource
Change the default setting for url connection caches.
setDeferredSyntaxAllowedAsLiteral(String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
 
setDeflaterPoolCapacity(int) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Sets the maximum number of Deflaters that the DeflaterPool can hold.
setDelayDispatchUntilContent(boolean) - Method in class org.eclipse.jetty.server.HttpConfiguration
 
setDeleteOnExit(boolean) - Method in class org.eclipse.jetty.http.MultiPartFormInputStream
Deprecated.
no replacement provided.
setDeleteOnExit(boolean) - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser
Deprecated.
no replacement offered.
setDeleteUnrestorableFiles(boolean) - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
 
setDeleteUnrestorableFiles(boolean) - Method in class org.eclipse.jetty.server.session.FileSessionDataStoreFactory
 
setDenyUncoveredHttpMethods(boolean) - Method in interface org.eclipse.jetty.security.ConstraintAware
See Servlet Spec 31, sec 13.8.4, pg 145 When true, requests with http methods not explicitly covered either by inclusion or omissions in constraints, will have access denied.
setDenyUncoveredHttpMethods(boolean) - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
 
setDescription(String) - Method in class org.eclipse.jetty.servlet.Holder.HolderRegistration
 
setDescriptor(String) - Method in class org.eclipse.jetty.webapp.WebAppContext
 
setDetailedDump(boolean) - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
setDetailedDump(boolean) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
setDetailedParseException(boolean) - Method in class org.eclipse.jetty.util.ajax.AsyncJSON.Factory
 
setDirAllowed(boolean) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
setDirAllowed(boolean) - Method in class org.eclipse.jetty.server.ResourceService
 
setDirectBuffersForDecryption(boolean) - Method in class org.eclipse.jetty.io.ssl.SslClientConnectionFactory
 
setDirectBuffersForDecryption(boolean) - Method in class org.eclipse.jetty.server.SslConnectionFactory
 
setDirectBuffersForEncryption(boolean) - Method in class org.eclipse.jetty.io.ssl.SslClientConnectionFactory
 
setDirectBuffersForEncryption(boolean) - Method in class org.eclipse.jetty.server.SslConnectionFactory
 
setDirectoriesListed(boolean) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
Set the directory.
setDirty(boolean) - Method in class org.eclipse.jetty.server.session.SessionData
 
setDirty(String) - Method in class org.eclipse.jetty.server.session.SessionData
 
setDiscardPathInfo(boolean) - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
 
setDiscardQuery(boolean) - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
 
setDispatchContext(ServletContext) - Method in class org.eclipse.jetty.server.AsyncContextEvent
 
setDispatcherType(DispatcherType) - Method in class org.eclipse.jetty.server.Request
 
setDispatcherTypes(EnumSet<DispatcherType>) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Set of supported DispatcherType that this filter will operate on.
setDispatcherTypes(EnumSet<DispatcherType>) - Method in class org.eclipse.jetty.servlet.FilterMapping
 
setDispatcherTypes(DispatcherType...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Set the list of supported DispatcherType that this filter will operate on.
setDispatches(int) - Method in class org.eclipse.jetty.servlet.FilterMapping
 
setDispatchIO(boolean) - Method in class org.eclipse.jetty.client.HttpClient
Deprecated.
setDispatchPath(String) - Method in class org.eclipse.jetty.server.AsyncContextEvent
 
setDisplayName(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setDisplayName(String) - Method in class org.eclipse.jetty.servlet.Holder
 
setDisplayName(String) - Method in class org.eclipse.jetty.webapp.WebAppContext
 
setDistributable(boolean) - Method in class org.eclipse.jetty.webapp.WebAppContext
 
setDistributable(boolean) - Method in class org.eclipse.jetty.webapp.WebDescriptor
 
setDomain(String) - Method in class org.eclipse.jetty.jmx.MBeanContainer
Set domain to be used to add MBeans
setDomain(String) - Method in class org.eclipse.jetty.server.session.SessionHandler.CookieConfig
 
setDouble(boolean) - Method in class org.eclipse.jetty.util.QuotedStringTokenizer
 
setDriverInfo(String, String) - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
Configure jdbc connection information via a jdbc Driver
setDriverInfo(Driver, String) - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
Configure jdbc connection information via a jdbc Driver
setDumpAfterStart(boolean) - Method in class org.eclipse.jetty.server.Server
 
setDumpBeforeStop(boolean) - Method in class org.eclipse.jetty.server.Server
 
setDumpContext(boolean) - Method in class org.eclipse.jetty.server.DebugListener
 
setEffectiveMajorVersion(int) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
 
setEffectiveMinorVersion(int) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
 
setElIgnored(String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
 
setEnableCRLDP(boolean) - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
Enables CRL Distribution Points Support
setEnableCRLDP(boolean) - Method in class org.eclipse.jetty.util.security.CertificateValidator
Enables CRL Distribution Points Support
setEnableCRLDP(boolean) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Enables CRL Distribution Points Support
setEnabled(boolean) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
setEnabled(boolean) - Method in class org.eclipse.jetty.server.handler.ThreadLimitHandler
 
setEnabled(boolean) - Method in class org.eclipse.jetty.servlet.ServletHolder
 
setEnableOCSP(boolean) - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
Enables On-Line Certificate Status Protocol support
setEnableOCSP(boolean) - Method in class org.eclipse.jetty.util.security.CertificateValidator
Enables On-Line Certificate Status Protocol support
setEnableOCSP(boolean) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Enables On-Line Certificate Status Protocol support
setEncodingCacheSize(int) - Method in class org.eclipse.jetty.server.ResourceService
 
setEndPoint(EndPoint) - Method in class org.eclipse.jetty.client.HttpProxy.TunnelPromise
 
setEndpointIdentificationAlgorithm(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
When set to "HTTPS" hostname verification will be enabled.
setEnsureDefaultServlet(boolean) - Method in class org.eclipse.jetty.servlet.ServletHandler
 
setError() - Method in class org.eclipse.jetty.server.ResponseWriter
 
setError(Throwable) - Method in class org.eclipse.jetty.server.ResponseWriter
 
setErrorHandler(ErrorHandler) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setErrorHandler(ErrorHandler) - Method in class org.eclipse.jetty.server.Server
 
setErrorOnUndeclaredNamespace(String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
 
setErrorPage(String) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
setErrorPages(Map<String, String>) - Method in class org.eclipse.jetty.servlet.ErrorPageErrorHandler
 
setErrorSent(boolean) - Method in class org.eclipse.jetty.server.Response
 
setEtags(boolean) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
setEtags(boolean) - Method in class org.eclipse.jetty.server.ResourceService
 
setEventListeners(EventListener[]) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Set the context event listeners.
setEventListeners(EventListener[]) - Method in class org.eclipse.jetty.webapp.WebAppContext
 
setEvictionPolicy(int) - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
-1 means we never evict inactive sessions.
setEvictionPolicy(int) - Method in class org.eclipse.jetty.server.session.AbstractSessionCacheFactory
 
setEvictionPolicy(int) - Method in class org.eclipse.jetty.server.session.NullSessionCache
 
setEvictionPolicy(int) - Method in class org.eclipse.jetty.server.session.NullSessionCacheFactory
 
setEvictionPolicy(int) - Method in interface org.eclipse.jetty.server.session.SessionCache
Sessions in this cache can be: never evicted evicted once the last request exits evicted after a configurable period of inactivity
setExcludeCipherSuites(String...) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
You can either use the exact Cipher suite name or a a regular expression.
setExcludedAgentPatterns(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Set the excluded filter list of User-Agent patterns (replacing any previously set)
setExcludedMethodList(String) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Set the excluded filter list of HTTP Methods (replacing any previously set)
setExcludedMethods(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Set the excluded filter list of HTTP methods (replacing any previously set)
setExcludedMimeTypes(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Set the excluded filter list of MIME types (replacing any previously set)
setExcludedPaths(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Set the excluded filter list of Path specs (replacing any previously set)
setExcludeProtocols(String...) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
You can either use the exact Protocol name or a a regular expression.
setExecutor(Executor) - Method in class org.eclipse.jetty.client.HttpClient
 
setExitJvm(boolean) - Method in class org.eclipse.jetty.server.handler.ShutdownHandler
 
setExitVm(boolean) - Method in class org.eclipse.jetty.server.ShutdownMonitor
 
setExpires(String) - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
 
setExpiry(long) - Method in class org.eclipse.jetty.server.session.SessionData
 
setExpiryTimeColumn(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
setExtended(boolean) - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
Deprecated.
Set the extended request log format flag.
setExtendedId(String) - Method in class org.eclipse.jetty.server.session.Session
 
setExtendedListenerTypes(boolean) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
setExtraClasspath(String) - Method in class org.eclipse.jetty.webapp.WebAppContext
 
setExtractWAR(boolean) - Method in class org.eclipse.jetty.webapp.WebAppContext
 
setFailed(Throwable) - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
setField(Field, Object, Object, boolean) - Method in class org.eclipse.jetty.xml.XmlConfiguration.JettyXmlConfiguration
 
setFile(ZonedDateTime) - Method in class org.eclipse.jetty.util.RolloverFileOutputStream
 
setFilename(String) - Method in class org.eclipse.jetty.server.NCSARequestLog
Deprecated.
Set the output file name of the request log.
setFilename(String) - Method in class org.eclipse.jetty.server.RequestLogWriter
Set the output file name of the request log.
setFilenameDateFormat(String) - Method in class org.eclipse.jetty.server.NCSARequestLog
Deprecated.
Set the log file name date format.
setFilenameDateFormat(String) - Method in class org.eclipse.jetty.server.RequestLogWriter
Set the log file name date format.
setFilenameFilter(FilenameFilter) - Method in class org.eclipse.jetty.util.Scanner
Deprecated.
setFilter(Filter) - Method in class org.eclipse.jetty.servlet.FilterHolder
 
setFilterChainsCached(boolean) - Method in class org.eclipse.jetty.servlet.ServletHandler
 
setFilterHolder(FilterHolder) - Method in class org.eclipse.jetty.servlet.FilterMapping
 
setFilterMappings(FilterMapping[]) - Method in class org.eclipse.jetty.servlet.ServletHandler
 
setFilterName(String) - Method in class org.eclipse.jetty.servlet.FilterMapping
 
setFilters(FilterHolder[]) - Method in class org.eclipse.jetty.servlet.ServletHandler
 
setFlushOnResponseCommit(boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
 
setFlushOnResponseCommit(boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionCacheFactory
 
setFlushOnResponseCommit(boolean) - Method in interface org.eclipse.jetty.server.session.SessionCache
If true, a dirty session will be written to the SessionDataStore just before a response is returned to the client.
setFollowRedirects(boolean) - Method in class org.eclipse.jetty.client.HttpClient
 
setForbidden(boolean) - Method in class org.eclipse.jetty.security.RoleInfo
 
setForcedHost(String) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
Set a forced valued for the host header to control what is returned by ServletRequest.getServerName() and ServletRequest.getServerPort().
setForcedPath(String) - Method in class org.eclipse.jetty.servlet.ServletHolder
 
setFormEncodedMethods(String...) - Method in class org.eclipse.jetty.server.HttpConfiguration
Sets the form encoded HTTP methods.
setForwardedCipherSuiteHeader(String) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
setForwardedForHeader(String) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
setForwardedHeader(String) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
setForwardedHostHeader(String) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
setForwardedHttpsHeader(String) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
setForwardedOnly(boolean) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
setForwardedPortAsAuthority(boolean) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
Set if the X-Forwarded-Port header will be used for Authority
setForwardedPortHeader(String) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
setForwardedProtoHeader(String) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
Set the forwardedProtoHeader.
setForwardedServerHeader(String) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
setForwardedSslSessionIdHeader(String) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
setFullValidate(boolean) - Method in class org.eclipse.jetty.security.AbstractLoginService
 
setGracefulShutdownWaitsForRequests(boolean) - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
Set whether the graceful shutdown should wait for all requests to complete including async requests which are not currently dispatched, or whether it should only wait for all the actively dispatched requests to complete.
setGracePeriodSec(int) - Method in class org.eclipse.jetty.server.session.AbstractSessionDataStore
 
setGracePeriodSec(int) - Method in class org.eclipse.jetty.server.session.AbstractSessionDataStoreFactory
 
setGrowOutput(boolean) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
setGzip(boolean) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
Deprecated.
setGzipEquivalentFileExtensions(List<String>) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
setGzipEquivalentFileExtensions(List<String>) - Method in class org.eclipse.jetty.server.ResourceService
 
setGzipHandler(GzipHandler) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
 
setHandled(boolean) - Method in class org.eclipse.jetty.server.Request
 
setHandler(Handler) - Method in class org.eclipse.jetty.server.handler.HandlerWrapper
 
setHandler(Handler) - Method in class org.eclipse.jetty.server.handler.HotSwapHandler
 
setHandler(Handler) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
 
setHandlers(Handler[]) - Method in class org.eclipse.jetty.server.handler.HandlerCollection
 
setHeader(String, String) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator.FormResponse
 
setHeader(String, String) - Method in interface org.eclipse.jetty.server.PushBuilder
Set a header to be used for the push.
setHeader(String, String) - Method in class org.eclipse.jetty.server.PushBuilderImpl
 
setHeader(String, String) - Method in class org.eclipse.jetty.server.Response
 
setHeader(String, String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
setHeader(HttpHeader, String) - Method in class org.eclipse.jetty.server.Response
 
setHeaderCacheSize(int) - Method in class org.eclipse.jetty.client.http.HttpClientTransportOverHTTP
 
setHeaderCacheSize(int) - Method in class org.eclipse.jetty.server.HttpConfiguration
 
setHeaders(MultiMap<String>) - Method in class org.eclipse.jetty.http.MultiPartFormInputStream.MultiPart
 
setHeaders(MultiMap<String>) - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
Deprecated.
 
setHeadResponse(boolean) - Method in class org.eclipse.jetty.http.HttpParser
Set if a HEAD response is expected
setHeldClass(Class<? extends T>) - Method in class org.eclipse.jetty.servlet.BaseHolder
 
setHeldClass(Class<? extends T>) - Method in class org.eclipse.jetty.servlet.Holder
 
setHideStacks(boolean) - Method in class org.eclipse.jetty.util.log.StdErrLog
 
setHost(String) - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
 
setHost(String, ForwardedRequestCustomizer.Source) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer.MutableHostPort
 
setHostHeader(String) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
Deprecated.
setHostName(String) - Method in class org.eclipse.jetty.security.ConfigurableSpnegoLoginService
 
setHostnameVerifier(HostnameVerifier) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Sets a HostnameVerifier used by a client to verify host names in the server certificate.
setHostPort(String, int, ForwardedRequestCustomizer.Source) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer.MutableHostPort
 
setHostPort(HostPort, ForwardedRequestCustomizer.Source) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer.MutableHostPort
 
setHotReload(boolean) - Method in class org.eclipse.jetty.security.HashLoginService
Enable Hot Reload of the Property File
setHotReload(boolean) - Method in class org.eclipse.jetty.security.PropertyUserStore
Enable Hot Reload of the Property File
setHttpClient(HttpClient) - Method in class org.eclipse.jetty.client.AbstractHttpClientTransport
 
setHttpClient(HttpClient) - Method in interface org.eclipse.jetty.client.HttpClientTransport
Sets the HttpClient instance on this transport.
setHttpCompliance(HttpCompliance) - Method in class org.eclipse.jetty.client.HttpClient
Sets the http compliance mode for parsing http responses.
setHttpCompliance(HttpCompliance) - Method in class org.eclipse.jetty.server.HttpConnectionFactory
 
setHttpOnly(boolean) - Method in class org.eclipse.jetty.server.session.SessionHandler.CookieConfig
 
setHttpOnly(boolean) - Method in class org.eclipse.jetty.server.session.SessionHandler
Set if Session cookies should use HTTP Only
setHttpURI(HttpURI) - Method in class org.eclipse.jetty.server.Request
 
setHttpVersion(HttpVersion) - Method in class org.eclipse.jetty.http.MetaData
 
setHttpVersion(HttpVersion) - Method in class org.eclipse.jetty.server.Request
 
setId(String) - Method in class org.eclipse.jetty.server.session.SessionData
 
setIdChanged(boolean) - Method in class org.eclipse.jetty.server.session.Session
 
setIdColumn(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
setIdentityService(IdentityService) - Method in class org.eclipse.jetty.jaas.JAASLoginService
Set the identityService.
setIdentityService(IdentityService) - Method in class org.eclipse.jetty.security.AbstractLoginService
Set the identityService.
setIdentityService(IdentityService) - Method in class org.eclipse.jetty.security.ConfigurableSpnegoLoginService
 
setIdentityService(IdentityService) - Method in interface org.eclipse.jetty.security.LoginService
Set the IdentityService associated with this Login Service.
setIdentityService(IdentityService) - Method in class org.eclipse.jetty.security.SecurityHandler
Set the identityService.
setIdentityService(IdentityService) - Method in class org.eclipse.jetty.security.SpnegoLoginService
Deprecated.
 
setIdleTimeout(int) - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
Sets the maximum thread idle time in ms.
setIdleTimeout(int) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
Set the maximum thread idle time in ms.
setIdleTimeout(long) - Method in class org.eclipse.jetty.client.HttpClient
 
setIdleTimeout(long) - Method in interface org.eclipse.jetty.io.EndPoint
Set the idle timeout.
setIdleTimeout(long) - Method in class org.eclipse.jetty.io.IdleTimeout
Sets the idle timeout in milliseconds.
setIdleTimeout(long) - Method in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
 
setIdleTimeout(long) - Method in class org.eclipse.jetty.server.AbstractConnector
Sets the maximum Idle time for a connection, which roughly translates to the Socket.setSoTimeout(int) call, although with NIO implementations other mechanisms may be used to implement the timeout.
setIdleTimeout(long) - Method in class org.eclipse.jetty.server.ConnectionLimit
 
setIdleTimeout(long) - Method in class org.eclipse.jetty.server.HttpChannel
Set the idle timeout.
setIdleTimeout(long) - Method in class org.eclipse.jetty.server.HttpConfiguration
The max idle time is applied to an HTTP request for IO operations and delayed dispatch.
setIdleTimeout(long) - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
setIdleTimeout(long, TimeUnit) - Method in class org.eclipse.jetty.util.thread.ReservedThreadExecutor
Set the idle timeout for shrinking the reserved thread pool
setIdleTimeoutMs(long) - Method in class org.eclipse.jetty.server.handler.IdleTimeoutHandler
 
setIgnorePaths(String[]) - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
Deprecated.
Set request paths that will not be logged.
setIgnorePaths(String[]) - Method in class org.eclipse.jetty.server.CustomRequestLog
Set request paths that will not be logged.
setImpl(Uptime.Impl) - Method in class org.eclipse.jetty.util.Uptime
 
setIncludeCipherSuites(String...) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
You can either use the exact Cipher suite name or a a regular expression.
setIncludedAgentPatterns(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Set the included filter list of User-Agent patterns (replacing any previously set)
setIncludedMethodList(String) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Set the included filter list of HTTP Methods (replacing any previously set)
setIncludedMethods(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Set the included filter list of HTTP methods (replacing any previously set)
setIncludedMimeTypes(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Set the included filter list of MIME types (replacing any previously set)
setIncludedPaths(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Set the included filter list of Path specs (replacing any previously set)
setIncludeProtocols(String...) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
You can either use the exact Protocol name or a a regular expression.
setInflateBufferSize(int) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Set the size (in bytes) of the Inflater buffer used to inflate comrpessed requests.
setInheritChannel(boolean) - Method in class org.eclipse.jetty.server.ServerConnector
Sets whether this connector uses a channel inherited from the JVM.
setInitOrder(int) - Method in class org.eclipse.jetty.servlet.ServletHolder
Set the initialize order.
setInitParameter(String, String) - Method in class org.eclipse.jetty.security.SecurityHandler
Set an initialization parameter.
setInitParameter(String, String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
setInitParameter(String, String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setInitParameter(String, String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
 
setInitParameter(String, String) - Method in class org.eclipse.jetty.servlet.Holder.HolderRegistration
 
setInitParameter(String, String) - Method in class org.eclipse.jetty.servlet.Holder
 
setInitParameter(String, String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
 
setInitParameters(Map<String, String>) - Method in class org.eclipse.jetty.servlet.Holder.HolderRegistration
 
setInitParameters(Map<String, String>) - Method in class org.eclipse.jetty.servlet.Holder
 
setInputBufferSize(int) - Method in class org.eclipse.jetty.io.AbstractConnection
 
setInputBufferSize(int) - Method in class org.eclipse.jetty.server.AbstractConnectionFactory
 
setInstance(T) - Method in class org.eclipse.jetty.servlet.BaseHolder
 
setInstance(T) - Method in class org.eclipse.jetty.servlet.Holder
 
setInterceptor(HttpInput.Interceptor) - Method in class org.eclipse.jetty.server.HttpInput
Set the interceptor.
setInterceptor(HttpOutput.Interceptor) - Method in class org.eclipse.jetty.server.HttpOutput
 
setIntervalSec(long) - Method in class org.eclipse.jetty.server.session.HouseKeeper
Set the period between scavenge cycles
setIntHeader(String, int) - Method in class org.eclipse.jetty.server.Response
 
setIntHeader(String, int) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
setInvalidateOnShutdown(boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
 
setInvalidateOnShutdown(boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionCacheFactory
 
setInvalidateOnShutdown(boolean) - Method in class org.eclipse.jetty.server.session.NullSessionCacheFactory
 
setInvalidateOnShutdown(boolean) - Method in interface org.eclipse.jetty.server.session.SessionCache
If true, all existing sessions in the cache will be invalidated when the server shuts down.
setIsXml(String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
 
setJAASInfo(Subject) - Method in class org.eclipse.jetty.jaas.spi.AbstractLoginModule.JAASUserInfo
 
setJettyStandardIdsAndProperties(Object, Resource) - Method in class org.eclipse.jetty.xml.XmlConfiguration
Set the standard IDs and properties expected in a jetty XML file: RefId Server Property jetty.home Property jetty.home.uri Property jetty.base Property jetty.base.uri Property jetty.webapps Property jetty.webapps.uri
setJettyVersion(String) - Static method in class org.eclipse.jetty.http.HttpGenerator
 
setJspConfigDescriptor(JspConfigDescriptor) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
setJspConfigDescriptor(JspConfigDescriptor) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
 
setKey(String) - Method in class org.eclipse.jetty.server.ShutdownMonitor
 
setKeyManagerFactoryAlgorithm(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setKeyManagerPassword(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setKeyStore(KeyStore) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Set the key store.
setKeyStorePassword(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setKeyStorePath(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setKeyStoreProvider(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setKeyStoreResource(Resource) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Set the key store resource.
setKeyStoreType(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setKeyTabPath(Path) - Method in class org.eclipse.jetty.security.ConfigurableSpnegoLoginService
 
setLastAccessed(long) - Method in class org.eclipse.jetty.server.session.SessionData
 
setLastAccessTimeColumn(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
setLastNode(String) - Method in class org.eclipse.jetty.server.session.SessionData
 
setLastNodeColumn(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
setLastSaved(long) - Method in class org.eclipse.jetty.server.session.SessionData
 
setLastSavedTimeColumn(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
setLength(int) - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
setLevel(int) - Method in class org.eclipse.jetty.util.log.StdErrLog
Set the level for this logger.
setListener(EventListener) - Method in class org.eclipse.jetty.servlet.ListenerHolder
Set an explicit instance.
setListener(AsyncContentProvider.Listener) - Method in interface org.eclipse.jetty.client.AsyncContentProvider
 
setListener(AsyncContentProvider.Listener) - Method in class org.eclipse.jetty.client.util.DeferredContentProvider
 
setListener(AsyncContentProvider.Listener) - Method in class org.eclipse.jetty.client.util.MultiPartContentProvider
 
setListener(AsyncContentProvider.Listener) - Method in class org.eclipse.jetty.client.util.OutputStreamContentProvider
 
setListeners(ListenerHolder[]) - Method in class org.eclipse.jetty.servlet.ServletHandler
 
setLoadOnStartup(int) - Method in class org.eclipse.jetty.servlet.ServletHolder.Registration
 
setLocale(Locale) - Method in class org.eclipse.jetty.server.Response
 
setLog(Logger) - Static method in class org.eclipse.jetty.util.log.Log
Set the root logger.
setLogCookies(boolean) - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
Deprecated.
Controls logging of the request cookies.
setLogDateFormat(String) - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
Deprecated.
Set the timestamp format for request log entries in the file.
setLogDispatch(boolean) - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
Deprecated.
setLogger(Logger) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setLoggerName(String) - Method in class org.eclipse.jetty.server.Slf4jRequestLog
Deprecated.
 
setLoggerName(String) - Method in class org.eclipse.jetty.server.Slf4jRequestLogWriter
 
setLoginModuleName(String) - Method in class org.eclipse.jetty.jaas.JAASLoginService
Set the name to use to index into the config file of LoginModules.
setLoginPage(String) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
setLoginService(LoginService) - Method in class org.eclipse.jetty.security.DefaultAuthenticatorFactory
 
setLoginService(LoginService) - Method in class org.eclipse.jetty.security.SecurityHandler
Set the loginService.
setLogLatency(boolean) - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
Deprecated.
Controls logging of request processing time.
setLogLocale(Locale) - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
Deprecated.
Set the locale of the request log.
setLogServer(boolean) - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
Deprecated.
Controls logging of the request hostname.
setLogTimeZone(String) - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
Deprecated.
Set the timezone of the request log.
setLogTimeZone(String) - Method in class org.eclipse.jetty.server.NCSARequestLog
Deprecated.
 
setLogToParent(String) - Static method in class org.eclipse.jetty.util.log.Log
Set Log to parent Logger.
setLogUrlOnStart(boolean) - Method in class org.eclipse.jetty.webapp.WebAppContext
Sets whether or not the web app name and URL is logged on startup
setLongContentLength(long) - Method in class org.eclipse.jetty.server.Response
 
setLongType(String) - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
 
setLowResourceChecks(Set<LowResourceMonitor.LowResourceCheck>) - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
setLowResources() - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
setLowResourcesIdleTimeout(int) - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
setLowResourcesReasons(String) - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
setLowResourcesStarted(long) - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
setLowThreadsThreshold(int) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
setManagedAttribute(String, Object) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Deprecated.
setMapColumn(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
setMapped(String) - Method in class org.eclipse.jetty.http.PathMap.MappedEntry
Deprecated.
 
setMaxAge(int) - Method in class org.eclipse.jetty.server.session.SessionHandler.CookieConfig
 
setMaxCachedFiles(int) - Method in class org.eclipse.jetty.server.CachedContentFactory
 
setMaxCachedFileSize(int) - Method in class org.eclipse.jetty.server.CachedContentFactory
 
setMaxCacheSize(int) - Method in class org.eclipse.jetty.server.CachedContentFactory
 
setMaxCertPathLength(int) - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
setMaxCertPathLength(int) - Method in class org.eclipse.jetty.util.security.CertificateValidator
 
setMaxCertPathLength(int) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setMaxConnections(int) - Method in class org.eclipse.jetty.server.ConnectionLimit
 
setMaxConnections(int) - Method in class org.eclipse.jetty.server.LowResourceMonitor.MaxConnectionsLowResourceCheck
Deprecated.
Replaced by ConnectionLimit
setMaxConnections(int) - Method in class org.eclipse.jetty.server.LowResourceMonitor
Deprecated.
Replaced by ConnectionLimit
setMaxConnectionsPerDestination(int) - Method in class org.eclipse.jetty.client.HttpClient
Sets the max number of connections to open to each destinations.
setMaxDuration(long) - Method in class org.eclipse.jetty.client.AbstractConnectionPool
 
setMaxErrorDispatches(int) - Method in class org.eclipse.jetty.server.HttpConfiguration
 
setMaxFilterChainsCacheSize(int) - Method in class org.eclipse.jetty.servlet.ServletHandler
Set the maximum filter chain cache size.
setMaxFormContentSize(int) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Set the maximum size of a form post, to protect against DOS attacks from large forms.
setMaxFormKeys(int) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Set the maximum number of form Keys to protect against DOS attack from crafted hash keys.
setMaximizeConnections(boolean) - Method in class org.eclipse.jetty.client.AbstractConnectionPool
Sets whether the number of connections should be maximized.
setMaxInactiveInterval(int) - Method in class org.eclipse.jetty.server.session.Session
 
setMaxInactiveInterval(int) - Method in class org.eclipse.jetty.server.session.SessionHandler
Sets the max period of inactivity, after which the session is invalidated, in seconds.
setMaxInactiveMs(long) - Method in class org.eclipse.jetty.server.session.SessionData
 
setMaxIntervalColumn(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
setMaxLowResourcesTime(int) - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
setMaxMemory(long) - Method in class org.eclipse.jetty.server.LowResourceMonitor.MemoryLowResourceCheck
 
setMaxMemory(long) - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
setMaxMultiplex(int) - Method in class org.eclipse.jetty.client.AbstractConnectionPool
 
setMaxMultiplex(int) - Method in interface org.eclipse.jetty.client.ConnectionPool.Multiplexable
 
setMaxMultiplex(int) - Method in class org.eclipse.jetty.client.MultiplexConnectionPool
 
setMaxMultiplex(int) - Method in class org.eclipse.jetty.util.Pool
 
setMaxNonceAge(long) - Method in class org.eclipse.jetty.security.authentication.DigestAuthenticator
 
setMaxNonceCount(int) - Method in class org.eclipse.jetty.security.authentication.DigestAuthenticator
 
setMaxProxyHeader(int) - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyV2ConnectionFactory
 
setMaxProxyHeader(int) - Method in class org.eclipse.jetty.server.ProxyConnectionFactory
 
setMaxRedirects(int) - Method in class org.eclipse.jetty.client.HttpClient
 
setMaxRequestsPerConnection(int) - Method in class org.eclipse.jetty.client.MultiplexHttpDestination
 
setMaxRequestsQueuedPerDestination(int) - Method in class org.eclipse.jetty.client.HttpClient
Sets the max number of requests that may be queued to a destination.
setMaxThreads(int) - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
setMaxThreads(int) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
setMaxThreads(int) - Method in interface org.eclipse.jetty.util.thread.ThreadPool.SizedThreadPool
 
setMaxUsageCount(int) - Method in class org.eclipse.jetty.client.AbstractConnectionPool
 
setMaxUsageCount(int) - Method in class org.eclipse.jetty.client.DuplexConnectionPool
 
setMaxUsageCount(int) - Method in class org.eclipse.jetty.client.MultiplexConnectionPool
 
setMaxUsageCount(int) - Method in class org.eclipse.jetty.util.Pool
Change the max usage count of the pool's entries.
setMBeanContainer(MBeanContainer) - Method in class org.eclipse.jetty.jmx.ObjectMBean
 
setMetaData(MetaData.Request) - Method in class org.eclipse.jetty.server.Request
 
setMetaDataDirty(boolean) - Method in class org.eclipse.jetty.server.session.SessionData
 
setMethod(String) - Method in class org.eclipse.jetty.http.MetaData.Request
 
setMethod(String) - Method in class org.eclipse.jetty.security.ConstraintMapping
 
setMethod(String) - Method in class org.eclipse.jetty.server.Request
 
setMethodOmissions(String[]) - Method in class org.eclipse.jetty.security.ConstraintMapping
 
setMimeMap(Map<String, String>) - Method in class org.eclipse.jetty.http.MimeTypes
 
setMimeTypes(MimeTypes) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setMimeTypes(MimeTypes) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
setMinAsyncContentLength(int) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
Deprecated.
setMinGzipSize(int) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Set the minimum response size to trigger dynamic compression.
setMinMemoryMappedContentLength(int) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
Deprecated.
setMinRequestDataRate(long) - Method in class org.eclipse.jetty.server.HttpConfiguration
 
setMinResponseDataRate(long) - Method in class org.eclipse.jetty.server.HttpConfiguration
Sets an minimum response content data rate.
setMinThreads(int) - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
setMinThreads(int) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
setMinThreads(int) - Method in interface org.eclipse.jetty.util.thread.ThreadPool.SizedThreadPool
 
setMonitoredConnectors(Collection<Connector>) - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
setMonitorThreads(boolean) - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
setMultipartConfig(MultipartConfigElement) - Method in class org.eclipse.jetty.servlet.ServletHolder.Registration
 
setMultiPartFormDataCompliance(MultiPartFormDataCompliance) - Method in class org.eclipse.jetty.server.HttpConfiguration
Sets the compliance level for multipart/form-data handling.
setName(String) - Method in class org.eclipse.jetty.client.HttpClient
Sets the name of this HttpClient.
setName(String) - Method in class org.eclipse.jetty.jaas.JAASLoginService
Set the name of the realm
setName(String) - Method in class org.eclipse.jetty.security.AbstractLoginService
Set the name.
setName(String) - Method in class org.eclipse.jetty.security.SpnegoLoginService
Deprecated.
 
setName(String) - Method in class org.eclipse.jetty.server.AbstractConnector
Set a connector name.
setName(String) - Method in class org.eclipse.jetty.server.session.SessionHandler.CookieConfig
 
setName(String) - Method in class org.eclipse.jetty.servlet.Holder
The name is a primary key for the held object.
setName(String) - Method in class org.eclipse.jetty.util.security.Constraint
 
setName(String) - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
setName(String) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
Sets the name of this thread pool, used as a prefix for the thread names.
setName(String) - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
 
setNeedClientAuth(boolean) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.Server
 
setNeedClientAuth(boolean) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
setNewContextURL(String) - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
 
setNodeIdInSessionId(boolean) - Method in class org.eclipse.jetty.server.session.SessionHandler
 
setNonComplianceViolationsOnRequest() - Method in class org.eclipse.jetty.server.MultiParts.MultiPartsUtilParser
 
setNotifyExistingOnStart(boolean) - Method in class org.eclipse.jetty.util.PathWatcher
Whether or not to issue notifications for directories and files that already exist when the watcher starts.
setNotifyRemoteAsyncErrors(boolean) - Method in class org.eclipse.jetty.server.HttpConfiguration
 
setObject(Object) - Method in class org.eclipse.jetty.jaas.callback.ObjectCallback
 
setOcspResponderURL(String) - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
Set the location of the OCSP Responder.
setOcspResponderURL(String) - Method in class org.eclipse.jetty.util.security.CertificateValidator
Set the location of the OCSP Responder.
setOcspResponderURL(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Set the location of the OCSP Responder.
setOrdering(Ordering) - Method in class org.eclipse.jetty.webapp.MetaData
 
setOrigin(String, Annotation, Class<?>) - Method in class org.eclipse.jetty.webapp.MetaData
 
setOrigin(String, Descriptor) - Method in class org.eclipse.jetty.webapp.MetaData
 
setOriginAPI(String) - Method in class org.eclipse.jetty.webapp.MetaData
 
setOutput(ByteBuffer) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
setOutputAggregationSize(int) - Method in class org.eclipse.jetty.server.HttpConfiguration
Set the max size of the response content write that is copied into the aggregate buffer.
setOutputBufferSize(int) - Method in class org.eclipse.jetty.server.HttpConfiguration
Set the size of the buffer into which response content is aggregated before being sent to the client.
setOutputStream(OutputStream) - Method in class org.eclipse.jetty.server.handler.DebugHandler
Deprecated.
 
setOverrideDescriptor(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
setOverrideDescriptors(List<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
setPageEncoding(String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
 
setParam(String) - Method in class org.eclipse.jetty.http.HttpURI
 
setParameterName(String) - Method in class org.eclipse.jetty.jaas.callback.RequestParameterCallback
 
setParameterValues(List<?>) - Method in class org.eclipse.jetty.jaas.callback.RequestParameterCallback
 
setParentLoaderPriority(boolean) - Method in class org.eclipse.jetty.webapp.WebAppContext
 
setPath(String) - Method in class org.eclipse.jetty.http.HttpURI
 
setPath(String) - Method in class org.eclipse.jetty.server.session.SessionHandler.CookieConfig
 
setPathInfo(String) - Method in class org.eclipse.jetty.server.Request
 
setPathInfoOnly(boolean) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
setPathInfoOnly(boolean) - Method in class org.eclipse.jetty.server.ResourceService
 
setPathQuery(String) - Method in class org.eclipse.jetty.http.HttpURI
 
setPathSpec(String) - Method in class org.eclipse.jetty.security.ConstraintMapping
 
setPathSpec(String) - Method in class org.eclipse.jetty.servlet.FilterMapping
 
setPathSpec(String) - Method in class org.eclipse.jetty.servlet.ServletMapping
 
setPathSpecs(String[]) - Method in class org.eclipse.jetty.servlet.FilterMapping
 
setPathSpecs(String[]) - Method in class org.eclipse.jetty.servlet.ServletMapping
 
setPathSpecSeparators(String) - Static method in class org.eclipse.jetty.http.PathMap
Deprecated.
Set the path spec separator.
setPauseUntil(long) - Method in class org.eclipse.jetty.util.PathWatcher.Config
 
setPeriod(int) - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
setPermanent(boolean) - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
 
setPermissions(PermissionCollection) - Method in class org.eclipse.jetty.webapp.WebAppContext
 
setPersistent(boolean) - Method in class org.eclipse.jetty.http.HttpGenerator
 
setPersistentConnectionsEnabled(boolean) - Method in class org.eclipse.jetty.server.HttpConfiguration
 
setPersistTempDirectory(boolean) - Method in class org.eclipse.jetty.webapp.WebAppContext
If true the temp directory for this webapp will be kept when the webapp stops.
setPkixCertPathChecker(PKIXCertPathChecker) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setPort(int) - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
 
setPort(int) - Method in class org.eclipse.jetty.server.ShutdownMonitor
 
setPort(int, ForwardedRequestCustomizer.Source) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer.MutableHostPort
 
setPrecompressedFormats(CompressedContentFormat[]) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
setPrecompressedFormats(CompressedContentFormat[]) - Method in class org.eclipse.jetty.server.ResourceService
 
setPreferProxiedForAddress(boolean) - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
Deprecated.
Controls whether the actual IP address of the connection or the IP address from the X-Forwarded-For header will be logged.
setPrintLongNames(boolean) - Method in class org.eclipse.jetty.util.log.StdErrLog
 
setProps(Object, Map<?, ?>) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
setProtectedTargets(String[]) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setProtocol(String) - Method in class org.eclipse.jetty.server.NegotiatingServerConnection
 
setProtocol(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setProvider(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Set the optional Security Provider name.
setProxyAsAuthority(boolean) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
setQuery(String) - Method in class org.eclipse.jetty.http.HttpURI
 
setQueryEncoding(String) - Method in class org.eclipse.jetty.server.Request
Set the character encoding used for the query string.
setQueryParameters(MultiMap<String>) - Method in class org.eclipse.jetty.server.Request
 
setQueryString(String) - Method in class org.eclipse.jetty.server.Request
 
setQueue(BlockingQueue<Runnable>) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
Deprecated.
pass the queue to the constructor instead
setRandom(Random) - Method in class org.eclipse.jetty.server.session.DefaultSessionIdManager
 
setReader(Reader) - Method in class org.eclipse.jetty.util.ajax.JSON.ReaderSource
 
setReadListener(ReadListener) - Method in class org.eclipse.jetty.server.HttpInput
 
setRealmName(String) - Method in class org.eclipse.jetty.security.SecurityHandler
 
setReason(String) - Method in class org.eclipse.jetty.http.MetaData.Response
 
setReasons(String) - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
setRecordHttpComplianceViolations(boolean) - Method in class org.eclipse.jetty.server.HttpConnectionFactory
 
setRecurseDepth(int) - Method in class org.eclipse.jetty.util.PathWatcher.Config
Set the recurse depth for the directory scanning.
setRecursive(boolean) - Method in class org.eclipse.jetty.util.Scanner
Deprecated.
setRedirectWelcome(boolean) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
setRedirectWelcome(boolean) - Method in class org.eclipse.jetty.server.ResourceService
 
setRefreshCookieAge(int) - Method in class org.eclipse.jetty.server.session.SessionHandler
 
setRelativeRedirectAllowed(boolean) - Method in class org.eclipse.jetty.server.HttpConfiguration
 
setRemoteAddr(InetSocketAddress) - Method in class org.eclipse.jetty.server.Request
 
setRemoveIdleDestinations(boolean) - Method in class org.eclipse.jetty.client.HttpClient
Whether destinations that have no connections (nor active nor idle) should be removed.
setRemoveUnloadableSessions(boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
If a session's data cannot be loaded from the store without error, remove it from the persistent store.
setRemoveUnloadableSessions(boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionCacheFactory
 
setRemoveUnloadableSessions(boolean) - Method in interface org.eclipse.jetty.server.session.SessionCache
If the data for a session exists but is unreadable, the SessionCache can instruct the SessionDataStore to delete it.
setRenameThread(boolean) - Method in class org.eclipse.jetty.server.DebugListener
 
setRenegotiationAllowed(boolean) - Method in class org.eclipse.jetty.io.ssl.SslConnection
 
setRenegotiationAllowed(boolean) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setRenegotiationLimit(int) - Method in class org.eclipse.jetty.io.ssl.SslConnection
 
setRenegotiationLimit(int) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setRenewTGT(boolean) - Method in class org.eclipse.jetty.client.util.SPNEGOAuthentication
 
setReportDirs(boolean) - Method in class org.eclipse.jetty.util.Scanner
Set if found directories should be reported.
setReportExistingFilesOnStartup(boolean) - Method in class org.eclipse.jetty.util.Scanner
Whether or not an initial scan will report all files as being added.
setRequest(ServletRequest) - Method in class org.eclipse.jetty.jaas.callback.ServletRequestCallback
 
setRequest(Request) - Method in class org.eclipse.jetty.jaas.callback.DefaultCallbackHandler
 
setRequestBufferSize(int) - Method in class org.eclipse.jetty.client.HttpClient
 
setRequestCharacterEncoding(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
 
setRequestCookieCompliance(CookieCompliance) - Method in class org.eclipse.jetty.server.HttpConfiguration
 
setRequestedSessionId(String) - Method in class org.eclipse.jetty.server.Request
 
setRequestedSessionIdFromCookie(boolean) - Method in class org.eclipse.jetty.server.Request
 
setRequestHeaderSize(int) - Method in class org.eclipse.jetty.server.HttpConfiguration
Larger headers will allow for more and/or larger cookies plus larger form content encoded in a URL.
setRequestLog(RequestLog) - Method in class org.eclipse.jetty.server.handler.RequestLogHandler
 
setRequestLog(RequestLog) - Method in class org.eclipse.jetty.server.HttpChannel
 
setRequestLog(RequestLog) - Method in class org.eclipse.jetty.server.Server
 
setRequireCloseMessage(boolean) - Method in class org.eclipse.jetty.io.ssl.SslClientConnectionFactory
 
setRequireCloseMessage(boolean) - Method in class org.eclipse.jetty.io.ssl.SslConnection
Sets whether it is required that a peer send the TLS close_notify message to indicate the will to close the connection, otherwise it may be interpreted as a truncation attack.
setReseed(long) - Method in class org.eclipse.jetty.server.session.DefaultSessionIdManager
Set the reseed probability.
setReservedThreads(int) - Method in class org.eclipse.jetty.io.SelectorManager
Deprecated. 
setReservedThreads(int) - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
Sets the number of reserved threads.
setReservedThreads(int) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
setResident(boolean) - Method in class org.eclipse.jetty.server.session.Session
 
setResourceAlias(String, String) - Method in class org.eclipse.jetty.webapp.WebAppContext
Set Resource Alias.
setResourceAliases(Map<String, String>) - Method in class org.eclipse.jetty.webapp.WebAppContext
 
setResourceBase(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Set the base resource for this context.
setResourceBase(String) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
setResources(Resource[]) - Method in class org.eclipse.jetty.util.resource.ResourceCollection
Sets the resource collection's resources.
setResourcesAsCSV(String) - Method in class org.eclipse.jetty.util.resource.ResourceCollection
Sets the resources as string of comma-separated values.
setResponseBufferSize(int) - Method in class org.eclipse.jetty.client.HttpClient
 
setResponseCharacterEncoding(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
 
setResponseCookieCompliance(CookieCompliance) - Method in class org.eclipse.jetty.server.HttpConfiguration
 
setResponseHeaderSize(int) - Method in class org.eclipse.jetty.server.HttpConfiguration
Larger headers will allow for more and/or larger cookies and longer HTTP headers (eg for redirection).
setResponseStatus(int) - Method in class org.eclipse.jetty.http.HttpParser
 
setRetainDays(int) - Method in class org.eclipse.jetty.server.NCSARequestLog
Deprecated.
Set the number of days before rotated log files are deleted.
setRetainDays(int) - Method in class org.eclipse.jetty.server.RequestLogWriter
Set the number of days before rotated log files are deleted.
setReuseAddress(boolean) - Method in class org.eclipse.jetty.server.ServerConnector
 
setRoleClassNames(String[]) - Method in class org.eclipse.jetty.jaas.JAASLoginService
 
setRoles(String[]) - Method in interface org.eclipse.jetty.security.authentication.LoginCallback
 
setRoles(String[]) - Method in class org.eclipse.jetty.security.authentication.LoginCallbackImpl
 
setRoles(String[]) - Method in class org.eclipse.jetty.util.security.Constraint
 
setRoles(Set<String>) - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
Set the known roles.
setRunAs(UserIdentity, RunAsToken) - Method in class org.eclipse.jetty.security.DefaultIdentityService
 
setRunAs(UserIdentity, RunAsToken) - Method in interface org.eclipse.jetty.security.IdentityService
Associate a runas Token with the current user and thread.
setRunAsRole(String) - Method in class org.eclipse.jetty.servlet.ServletHolder.Registration
 
setRunAsRole(String) - Method in class org.eclipse.jetty.servlet.ServletHolder
 
setSameSite(HttpCookie.SameSite) - Method in class org.eclipse.jetty.server.session.SessionHandler
Set Session cookie sameSite mode.
setSaveOnCreate(boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
 
setSaveOnCreate(boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionCacheFactory
 
setSaveOnCreate(boolean) - Method in interface org.eclipse.jetty.server.session.SessionCache
Whether or not a session that is newly created should be immediately saved.
setSaveOnInactiveEvict(boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionCacheFactory
 
setSaveOnInactiveEvict(boolean) - Method in class org.eclipse.jetty.server.session.NullSessionCacheFactory
 
setSaveOnInactiveEviction(boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
 
setSaveOnInactiveEviction(boolean) - Method in interface org.eclipse.jetty.server.session.SessionCache
Whether or not a a session that is about to be evicted should be saved before being evicted.
setSavePeriodSec(int) - Method in class org.eclipse.jetty.server.session.AbstractSessionDataStore
The minimum time in seconds between save operations.
setSavePeriodSec(int) - Method in class org.eclipse.jetty.server.session.AbstractSessionDataStoreFactory
 
setScanDepth(int) - Method in class org.eclipse.jetty.util.Scanner
Set the scanDepth.
setScanDirs(List<File>) - Method in class org.eclipse.jetty.util.Scanner
 
setScanInterval(int) - Method in class org.eclipse.jetty.util.Scanner
Set the scan interval
setScanInterval(int) - Method in class org.eclipse.jetty.util.ssl.KeyStoreScanner
 
setScheduler(Scheduler) - Method in class org.eclipse.jetty.client.HttpClient
 
setSchemaName(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
setScheme(String) - Method in class org.eclipse.jetty.http.HttpURI
 
setScheme(String) - Method in class org.eclipse.jetty.server.Request
 
setScriptingInvalid(String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
 
setSecure(boolean) - Method in class org.eclipse.jetty.server.Request
 
setSecure(boolean) - Method in class org.eclipse.jetty.server.session.SessionHandler.CookieConfig
 
setSecurePort(int) - Method in class org.eclipse.jetty.server.HttpConfiguration
Sets the TCP/IP port used for CONFIDENTIAL and INTEGRAL redirections.
setSecureRandomAlgorithm(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setSecureRequestOnly(boolean) - Method in class org.eclipse.jetty.server.session.SessionHandler
HTTPS request.
setSecureScheme(String) - Method in class org.eclipse.jetty.server.HttpConfiguration
Set the URI scheme used for CONFIDENTIAL and INTEGRAL redirections.
setSecurityHandler(SecurityHandler) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
 
setSendDateHeader(boolean) - Method in class org.eclipse.jetty.server.HttpConfiguration
Indicates if the Date header should be sent in responses.
setSendServerVersion(boolean) - Method in class org.eclipse.jetty.http.HttpGenerator
Deprecated.
setSendServerVersion(boolean) - Method in class org.eclipse.jetty.server.HttpConfiguration
 
setSendShutdownAtStart(boolean) - Method in class org.eclipse.jetty.server.handler.ShutdownHandler
 
setSendXPoweredBy(boolean) - Method in class org.eclipse.jetty.server.HttpConfiguration
 
setServeIcon(boolean) - Method in class org.eclipse.jetty.server.handler.DefaultHandler
 
setServer(Server) - Method in class org.eclipse.jetty.server.handler.AbstractHandler
 
setServer(Server) - Method in class org.eclipse.jetty.server.handler.AbstractHandlerContainer
 
setServer(Server) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setServer(Server) - Method in interface org.eclipse.jetty.server.Handler
 
setServer(Server) - Method in class org.eclipse.jetty.server.session.DefaultSessionIdManager
 
setServer(Server) - Method in class org.eclipse.jetty.webapp.WebAppContext
 
setServerClasses(String[]) - Method in class org.eclipse.jetty.webapp.WebAppContext
Set the server classes patterns.
setServerDefault(Server) - Static method in class org.eclipse.jetty.webapp.Configuration.ClassList
Get/Set/Create the server default Configuration ClassList.
setServerInfo(String) - Static method in class org.eclipse.jetty.server.handler.ContextHandler
 
setServiceName(String) - Method in class org.eclipse.jetty.client.util.SPNEGOAuthentication
 
setServiceName(String) - Method in class org.eclipse.jetty.security.ConfigurableSpnegoLoginService
 
setServlet(Servlet) - Method in class org.eclipse.jetty.servlet.ServletHolder
 
setServletHandler(ServletHandler) - Method in class org.eclipse.jetty.servlet.BaseHolder
 
setServletHandler(ServletHandler) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
 
setServletMappings(ServletMapping[]) - Method in class org.eclipse.jetty.servlet.ServletHandler
 
setServletName(String) - Method in class org.eclipse.jetty.servlet.FilterMapping
 
setServletName(String) - Method in class org.eclipse.jetty.servlet.ServletMapping
 
setServletNames(String[]) - Method in class org.eclipse.jetty.servlet.FilterMapping
 
setServletPath(String) - Method in class org.eclipse.jetty.server.Request
 
setServlets(ServletHolder[]) - Method in class org.eclipse.jetty.servlet.ServletHandler
Set Servlets.
setServletSecurity(ServletRegistration.Dynamic, ServletSecurityElement) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
Delegate for ServletRegistration.Dynamic.setServletSecurity method
setServletSecurity(ServletRegistration.Dynamic, ServletSecurityElement) - Method in class org.eclipse.jetty.servlet.ServletHandler
 
setServletSecurity(ServletRegistration.Dynamic, ServletSecurityElement) - Method in class org.eclipse.jetty.webapp.WebAppContext
 
setServletSecurity(ServletSecurityElement) - Method in class org.eclipse.jetty.servlet.ServletHolder.Registration
 
setSession(HttpSession) - Method in class org.eclipse.jetty.server.Request
 
setSessionCache(SessionCache) - Method in class org.eclipse.jetty.server.session.SessionHandler
 
setSessionCachingEnabled(boolean) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Set the flag to enable SSL Session caching.
setSessionCookie(String) - Method in class org.eclipse.jetty.server.session.SessionHandler
 
setSessionDataMapFactory(SessionDataMapFactory) - Method in class org.eclipse.jetty.server.session.CachingSessionDataStoreFactory
 
setSessionDataStore(SessionDataStore) - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
 
setSessionDataStore(SessionDataStore) - Method in interface org.eclipse.jetty.server.session.SessionCache
A SessionDataStore that is the authoritative source of session information.
setSessionHandler(SessionHandler) - Method in class org.eclipse.jetty.server.Request
 
setSessionHandler(SessionHandler) - Method in class org.eclipse.jetty.servlet.ServletContextHandler
 
setSessionHouseKeeper(HouseKeeper) - Method in class org.eclipse.jetty.server.session.DefaultSessionIdManager
 
setSessionHouseKeeper(HouseKeeper) - Method in interface org.eclipse.jetty.server.SessionIdManager
 
setSessionIdManager(SessionIdManager) - Method in class org.eclipse.jetty.server.Server
 
setSessionIdManager(SessionIdManager) - Method in class org.eclipse.jetty.server.session.HouseKeeper
SessionIdManager associated with this scavenger
setSessionIdManager(SessionIdManager) - Method in class org.eclipse.jetty.server.session.SessionHandler
 
setSessionIdPathParameterName(String) - Method in class org.eclipse.jetty.server.session.SessionHandler
Sets the session id URL path parameter name.
setSessionRenewedOnAuthentication(boolean) - Method in class org.eclipse.jetty.security.SecurityHandler
Set renew the session on Authentication.
setSessionStoreFactory(SessionDataStoreFactory) - Method in class org.eclipse.jetty.server.session.CachingSessionDataStoreFactory
 
setSessionTableSchema(JDBCSessionDataStore.SessionTableSchema) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore
 
setSessionTableSchema(JDBCSessionDataStore.SessionTableSchema) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStoreFactory
 
setSessionTimeout(int) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
 
setSessionTrackingModes(Set<SessionTrackingMode>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
 
setSessionTrackingModes(Set<SessionTrackingMode>) - Method in class org.eclipse.jetty.server.session.SessionHandler
 
setSessionTrackingModes(Set<SessionTrackingMode>) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.Context
 
setShowContexts(boolean) - Method in class org.eclipse.jetty.server.handler.DefaultHandler
 
setShowHeaders(boolean) - Method in class org.eclipse.jetty.server.DebugListener
 
setShowMessageInTitle(boolean) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
setShowServlet(boolean) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
setShowStacks(boolean) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
setSingle(boolean) - Method in class org.eclipse.jetty.util.QuotedStringTokenizer
 
setSniHostCheck(boolean) - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
 
setSniRequired(boolean) - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
 
setSniRequired(boolean) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.Server
Set if the default SslContextFactory.Server.sniSelect(String, Principal[], SSLSession, String, Collection) implementation require an SNI match? Note that if a non SNI handshake is accepted, requests may still be rejected at the HTTP level for incorrect SNI (see SecureRequestCustomizer).
setSNISelector(SniX509ExtendedKeyManager.SniSelector) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.Server
Sets a custom function to select certificates based on SNI information.
setSocketAddressResolver(SocketAddressResolver) - Method in class org.eclipse.jetty.client.HttpClient
 
setSoLingerTime(int) - Method in class org.eclipse.jetty.server.ServerConnector
Deprecated.
don't use as socket close linger time has undefined behavior for non-blocking sockets
setSource(boolean) - Method in class org.eclipse.jetty.util.log.StdErrLog
Set if a log source is logged.
setSpnegoToken(HttpServletResponse, String) - Method in class org.eclipse.jetty.security.authentication.ConfigurableSpnegoAuthenticator
 
setSslContext(SSLContext) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setSslIsSecure(boolean) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
setSslSessionAttribute(String) - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
 
setSslSessionCacheSize(int) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Set SSL session cache size.
setSslSessionTimeout(int) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Set SSL session timeout.
setStarted() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
setStarting() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
setStartWithUnavailable(boolean) - Method in class org.eclipse.jetty.servlet.ServletHandler
 
setState(HttpParser.FieldState) - Method in class org.eclipse.jetty.http.HttpParser
 
setState(HttpParser.State) - Method in class org.eclipse.jetty.http.HttpParser
 
setState(MultiPartParser.FieldState) - Method in class org.eclipse.jetty.http.MultiPartParser
 
setState(MultiPartParser.State) - Method in class org.eclipse.jetty.http.MultiPartParser
 
setStatus(int) - Method in class org.eclipse.jetty.http.MetaData.Response
 
setStatus(int) - Method in class org.eclipse.jetty.server.Response
 
setStatus(int) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
setStatus(int, String) - Method in class org.eclipse.jetty.server.Response
Deprecated.
setStatus(int, String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
setStatusWithReason(int, String) - Method in class org.eclipse.jetty.server.Response
 
setStdErrStream(PrintStream) - Method in class org.eclipse.jetty.util.log.StdErrLog
The alternate stream to use for STDERR.
setStopAtShutdown(boolean) - Method in class org.eclipse.jetty.server.Server
Set stop server at shutdown behaviour.
setStopped() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
setStopping() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
setStopTimeout(long) - Method in class org.eclipse.jetty.server.Server
Set a graceful stop time.
setStopTimeout(long) - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
setStopTimeout(long) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
setStoreDir(File) - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
 
setStoreDir(File) - Method in class org.eclipse.jetty.server.session.FileSessionDataStoreFactory
 
setStrictEventOrdering(boolean) - Method in class org.eclipse.jetty.client.HttpClient
Whether request/response events must be strictly ordered with respect to connection usage.
setString(String) - Method in class org.eclipse.jetty.http.HttpParser
 
setString(String) - Method in class org.eclipse.jetty.http.MultiPartParser
 
setStringBufferSize(int) - Method in class org.eclipse.jetty.util.ajax.JSON
 
setStringType(String) - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
 
setStsIncludeSubDomains(boolean) - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
 
setStsMaxAge(long) - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
Set the Strict-Transport-Security max age.
setStsMaxAge(long, TimeUnit) - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
setStylesheet(String) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
setSubject(Subject) - Method in class org.eclipse.jetty.jaas.spi.AbstractLoginModule
 
setSuccess(boolean) - Method in interface org.eclipse.jetty.security.authentication.LoginCallback
 
setSuccess(boolean) - Method in class org.eclipse.jetty.security.authentication.LoginCallbackImpl
 
setSyncFlush(boolean) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Set the Deflater flush mode to use.
setSystemClasses(String[]) - Method in class org.eclipse.jetty.webapp.WebAppContext
Set the system classes patterns.
setTableName(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
setTaglibLocation(String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.TagLib
 
setTaglibURI(String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.TagLib
 
setTagPad(int) - Static method in class org.eclipse.jetty.util.log.StdErrLog
 
setTCPNoDelay(boolean) - Method in class org.eclipse.jetty.client.HttpClient
 
setTempDirectory(File) - Method in class org.eclipse.jetty.webapp.WebAppContext
Set temporary directory for context.
setter() - Element in annotation interface org.eclipse.jetty.util.annotation.ManagedAttribute
If is a field references a setter that doesn't conform to standards for discovery it can be set here.
Setter(String, Method) - Constructor for class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
 
setThreadLimit(int) - Method in class org.eclipse.jetty.server.handler.ThreadLimitHandler
 
setThreadPoolBudget(ThreadPoolBudget) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
setThreadsPriority(int) - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
setThreadsPriority(int) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
setThrowUnavailableOnStartupException(boolean) - Method in class org.eclipse.jetty.webapp.WebAppContext
 
setTicketCachePath(Path) - Method in class org.eclipse.jetty.client.util.SPNEGOAuthentication
 
setTimeout(long) - Method in interface org.eclipse.jetty.continuation.Continuation
Deprecated.
Set the continuation timeout.
setTimeout(long) - Method in class org.eclipse.jetty.continuation.FauxContinuation
Deprecated.
 
setTimeout(long) - Method in class org.eclipse.jetty.continuation.Servlet3Continuation
Deprecated.
 
setTimeout(long) - Method in class org.eclipse.jetty.server.AsyncContextState
 
setTimeout(long) - Method in class org.eclipse.jetty.server.HttpChannelState
 
setTimeoutTask(Scheduler.Task) - Method in class org.eclipse.jetty.server.AsyncContextEvent
 
setTimeStamp(long) - Method in class org.eclipse.jetty.server.Request
 
setTimeZone(String) - Method in class org.eclipse.jetty.server.RequestLogWriter
 
setTrailers(Supplier<HttpFields>) - Method in class org.eclipse.jetty.server.Response
 
setTrailerSupplier(Supplier<HttpFields>) - Method in class org.eclipse.jetty.http.MetaData
 
setTrimDirectiveWhitespaces(String) - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
 
setTrustAll(boolean) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setTrustManagerFactoryAlgorithm(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setTrustStore(String) - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
setTrustStore(KeyStore) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Set the trust store.
setTrustStorePassword(String) - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
setTrustStorePassword(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setTrustStorePath(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setTrustStoreProvider(String) - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
setTrustStoreProvider(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setTrustStoreResource(Resource) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
Set the trust store resource.
setTrustStoreType(String) - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
setTrustStoreType(String) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setUpdateQuietTime(long, TimeUnit) - Method in class org.eclipse.jetty.util.PathWatcher
Set the quiet time.
setupPropertyUserStore(Map<String, ?>) - Method in class org.eclipse.jetty.jaas.spi.PropertyFileLoginModule
Get an existing, or create a new PropertyUserStore to read the authentication and authorization information from the file named by the option "file".
setupXmlConfiguration(WebAppContext, XmlConfiguration, Resource) - Method in class org.eclipse.jetty.webapp.JettyWebXmlConfiguration
Configures some well-known properties before the XmlConfiguration reads the configuration.
setURI(HttpURI) - Method in class org.eclipse.jetty.http.MetaData.Request
 
setURIPathQuery(String) - Method in class org.eclipse.jetty.server.Request
 
setUsageCount(int) - Method in class org.eclipse.jetty.util.Pool.Entry
 
setUseCipherSuitesOrder(boolean) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setUserAgentField(HttpField) - Method in class org.eclipse.jetty.client.HttpClient
 
setUserDataConstraint(UserDataConstraint) - Method in class org.eclipse.jetty.security.RoleInfo
 
setUserIdentityScope(UserIdentity.Scope) - Method in class org.eclipse.jetty.server.Request
 
setUserKeyTabPath(Path) - Method in class org.eclipse.jetty.client.util.SPNEGOAuthentication
 
setUserName(String) - Method in class org.eclipse.jetty.client.util.SPNEGOAuthentication
 
setUserName(String) - Method in class org.eclipse.jetty.jaas.callback.AbstractCallbackHandler
 
setUserPassword(String) - Method in class org.eclipse.jetty.client.util.SPNEGOAuthentication
 
setUserPrincipal(Principal) - Method in interface org.eclipse.jetty.security.authentication.LoginCallback
 
setUserPrincipal(Principal) - Method in class org.eclipse.jetty.security.authentication.LoginCallbackImpl
 
setUserRoleLink(String, String) - Method in class org.eclipse.jetty.servlet.ServletHolder
Link a user role.
setUserStore(UserStore) - Method in class org.eclipse.jetty.security.HashLoginService
Configure the UserStore implementation to use.
setUseTicketCache(boolean) - Method in class org.eclipse.jetty.client.util.SPNEGOAuthentication
 
setUsingCookies(boolean) - Method in class org.eclipse.jetty.server.session.SessionHandler
 
setUsingSecurityManager(boolean) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setValidateCerts(boolean) - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
setValidateCerts(boolean) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setValidatePeerCerts(boolean) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
setValidateXml(boolean) - Method in class org.eclipse.jetty.webapp.MetaData
 
setValidating(boolean) - Method in class org.eclipse.jetty.webapp.Descriptor
 
setValidating(boolean) - Method in class org.eclipse.jetty.webapp.WebDescriptor
 
setValidating(boolean) - Method in class org.eclipse.jetty.xml.XmlParser
 
setValue(O) - Method in class org.eclipse.jetty.http.PathMap.MappedEntry
Deprecated.
 
setVhost(String) - Method in class org.eclipse.jetty.server.session.SessionData
 
setVirtualHostColumn(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
setVirtualHosts(String[]) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Set the virtual hosts for the context.
setWantClientAuth(boolean) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.Server
 
setWantClientAuth(boolean) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
setWar(String) - Method in class org.eclipse.jetty.webapp.WebAppContext
Set the war of the webapp.
setWarResource(Resource) - Method in class org.eclipse.jetty.webapp.WebAppContext
Set the war of the webapp as a Resource.
setWebInfClassesDirs(List<Resource>) - Method in class org.eclipse.jetty.webapp.MetaData
 
setWebXml(Resource) - Method in class org.eclipse.jetty.webapp.MetaData
 
setWelcomeFactory(ResourceService.WelcomeFactory) - Method in class org.eclipse.jetty.server.ResourceService
 
setWelcomeFiles(String[]) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setWelcomeFiles(String[]) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
setWhite(String[]) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
Deprecated.
Re-initialize the whitelist of existing handler object
setWhiteListByPath(boolean) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
Deprecated.
Re-initialize the mode of path matching
setWorkerName(String) - Method in class org.eclipse.jetty.server.session.DefaultSessionIdManager
Set the workername.
setWriteFilesWithFilenames(boolean) - Method in class org.eclipse.jetty.http.MultiPartFormInputStream
 
setWriteFilesWithFilenames(boolean) - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser
Deprecated.
 
setWriteListener(WriteListener) - Method in class org.eclipse.jetty.server.HttpOutput
 
setXpath(String) - Method in class org.eclipse.jetty.xml.XmlParser
Set an XPath A very simple subset of xpath is supported to select a partial tree.
SharedBlockingCallback - Class in org.eclipse.jetty.util
Provides a reusable Callback that can block the thread while waiting to be completed.
SharedBlockingCallback() - Constructor for class org.eclipse.jetty.util.SharedBlockingCallback
 
SharedBlockingCallback.Blocker - Class in org.eclipse.jetty.util
A Closeable Callback.
SharedBlockingCallback.BlockerFailedException - Exception Class in org.eclipse.jetty.util
 
SharedBlockingCallback.BlockerTimeoutException - Exception Class in org.eclipse.jetty.util
 
SHORT - Static variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
shrinkCache() - Method in class org.eclipse.jetty.server.CachedContentFactory
 
shutdown - Variable in class org.eclipse.jetty.client.http.HttpReceiverOverHTTP
 
shutdown - Variable in class org.eclipse.jetty.client.http.HttpSenderOverHTTP
 
shutdown() - Method in class org.eclipse.jetty.client.http.HttpReceiverOverHTTP
 
shutdown() - Method in class org.eclipse.jetty.server.AbstractConnector
 
shutdown() - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
 
shutdown() - Method in class org.eclipse.jetty.server.handler.ContextHandler
Set shutdown status.
shutdown() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
shutdown() - Method in class org.eclipse.jetty.server.session.DefaultSessionCache
 
shutdown() - Method in class org.eclipse.jetty.server.session.NullSessionCache
 
shutdown() - Method in interface org.eclipse.jetty.server.session.SessionCache
 
shutdown() - Method in interface org.eclipse.jetty.util.component.Graceful
 
shutdown() - Method in class org.eclipse.jetty.util.component.Graceful.Shutdown
 
Shutdown() - Constructor for class org.eclipse.jetty.util.component.Graceful.Shutdown
 
SHUTDOWN - Enum constant in enum class org.eclipse.jetty.server.handler.ContextHandler.Availability
 
SHUTDOWN_OUT - Enum constant in enum class org.eclipse.jetty.http.HttpGenerator.Result
 
ShutdownHandler - Class in org.eclipse.jetty.server.handler
A handler that shuts the server down on a valid request.
ShutdownHandler(String) - Constructor for class org.eclipse.jetty.server.handler.ShutdownHandler
 
ShutdownHandler(String, boolean, boolean) - Constructor for class org.eclipse.jetty.server.handler.ShutdownHandler
 
ShutdownHandler(Server, String) - Constructor for class org.eclipse.jetty.server.handler.ShutdownHandler
Deprecated.
shutdownInput() - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
ShutdownMonitor - Class in org.eclipse.jetty.server
Shutdown/Stop Monitor thread.
ShutdownMonitor() - Constructor for class org.eclipse.jetty.server.ShutdownMonitor
Creates a ShutdownMonitor using configuration from the System properties.
ShutdownMonitor.Holder - Class in org.eclipse.jetty.server
 
ShutdownMonitor.ShutdownMonitorRunnable - Class in org.eclipse.jetty.server
Thread for listening to STOP.PORT for command to stop Jetty.
ShutdownMonitorRunnable(ServerSocket) - Constructor for class org.eclipse.jetty.server.ShutdownMonitor.ShutdownMonitorRunnable
 
shutdownOutput() - Method in class org.eclipse.jetty.client.http.HttpSenderOverHTTP
 
shutdownOutput() - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
shutdownOutput() - Method in interface org.eclipse.jetty.io.EndPoint
Shutdown the output.
shutdownOutput() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
shutdownServer(Server) - Method in class org.eclipse.jetty.server.handler.ShutdownHandler
 
shutdownSessions() - Method in class org.eclipse.jetty.server.session.SessionHandler
Prepare sessions for session manager shutdown
ShutdownThread - Class in org.eclipse.jetty.util.thread
ShutdownThread is a shutdown hook thread implemented as singleton that maintains a list of lifecycle instances that are registered with it and provides ability to stop these lifecycles upon shutdown of the Java Virtual Machine
ShutdownThread() - Constructor for class org.eclipse.jetty.util.thread.ShutdownThread
Default constructor for the singleton Registers the instance as shutdown hook with the Java Runtime
sidBytesToString(byte[]) - Static method in class org.eclipse.jetty.util.StringUtil
Deprecated.
sidStringToBytes(String) - Static method in class org.eclipse.jetty.util.StringUtil
Deprecated.
signature(Method) - Static method in class org.eclipse.jetty.jmx.MetaData
 
signature(String, String[]) - Static method in class org.eclipse.jetty.jmx.MetaData
 
SIGNATURE - Static variable in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyV1ConnectionFactory
 
SIGNATURE - Static variable in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyV2ConnectionFactory
 
SimpleTask(Runnable) - Constructor for class org.eclipse.jetty.util.thread.TimerScheduler.SimpleTask
 
SingleThreadedWrapper() - Constructor for class org.eclipse.jetty.servlet.ServletHolder.SingleThreadedWrapper
 
SingletonInetRange(String, InetAddress) - Constructor for class org.eclipse.jetty.util.InetAddressSet.SingletonInetRange
 
size - Variable in class org.eclipse.jetty.client.util.DeferredContentProvider
 
size() - Method in class org.eclipse.jetty.client.HttpClient.ContentDecoderFactorySet
 
size() - Method in class org.eclipse.jetty.http.HttpFields
 
size() - Method in class org.eclipse.jetty.http.pathmap.PathMappings
 
size() - Method in class org.eclipse.jetty.http.PathMap.PathSet
Deprecated.
 
size() - Method in class org.eclipse.jetty.http.pathmap.PathSpecSet
 
size() - Method in class org.eclipse.jetty.http.QuotedCSV
 
size() - Method in class org.eclipse.jetty.io.ByteBufferOutputStream2
 
size() - Method in class org.eclipse.jetty.io.ByteBufferPool.Bucket
 
size() - Method in class org.eclipse.jetty.io.IncludeExcludeConnectionStatistics.ConnectionSet
 
size() - Method in class org.eclipse.jetty.io.ManagedSelector
 
size() - Method in class org.eclipse.jetty.util.ArrayTernaryTrie.Growing
 
size() - Method in class org.eclipse.jetty.util.ArrayTernaryTrie
 
size() - Method in class org.eclipse.jetty.util.AttributesMap
 
size() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
size() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
size() - Method in class org.eclipse.jetty.util.ConcurrentHashSet
Deprecated.
 
size() - Method in class org.eclipse.jetty.util.IncludeExcludeSet
 
size() - Method in class org.eclipse.jetty.util.InetAddressSet
 
size() - Method in exception class org.eclipse.jetty.util.MultiException
 
size() - Method in class org.eclipse.jetty.util.Pool
 
size() - Method in class org.eclipse.jetty.util.RegexSet
 
size() - Method in class org.eclipse.jetty.webapp.ClasspathPattern.ByClass
 
size() - Method in class org.eclipse.jetty.webapp.ClasspathPattern.ByLocationOrModule
 
size() - Method in class org.eclipse.jetty.webapp.ClasspathPattern.ByModule
 
size() - Method in class org.eclipse.jetty.webapp.ClasspathPattern.ByPackage
 
size() - Method in class org.eclipse.jetty.webapp.ClasspathPattern.ByPackageOrName
 
size() - Method in class org.eclipse.jetty.webapp.ClasspathPattern
 
size() - Method in class org.eclipse.jetty.xml.XmlParser.Node
Get the number of children nodes.
size(Object) - Static method in class org.eclipse.jetty.util.LazyList
The size of a lazy List
skip(int) - Method in class org.eclipse.jetty.server.HttpInput.Content
 
skipTo(long) - Method in class org.eclipse.jetty.server.resource.SeekableByteChannelRangeWriter
 
skipTo(SeekableByteChannel, ByteBuffer, long) - Method in class org.eclipse.jetty.util.resource.PathResource
 
SLASH - Static variable in class org.eclipse.jetty.util.URIUtil
 
Slf4jLog - Class in org.eclipse.jetty.util.log
Slf4jLog Logger
Slf4jLog() - Constructor for class org.eclipse.jetty.util.log.Slf4jLog
 
Slf4jLog(String) - Constructor for class org.eclipse.jetty.util.log.Slf4jLog
 
Slf4jRequestLog - Class in org.eclipse.jetty.server
Slf4jRequestLog() - Constructor for class org.eclipse.jetty.server.Slf4jRequestLog
Deprecated.
 
Slf4jRequestLog(Slf4jRequestLogWriter) - Constructor for class org.eclipse.jetty.server.Slf4jRequestLog
Deprecated.
 
Slf4jRequestLogWriter - Class in org.eclipse.jetty.server
Request log writer using a Slf4jLog Logger
Slf4jRequestLogWriter() - Constructor for class org.eclipse.jetty.server.Slf4jRequestLogWriter
 
SLOSH - Enum constant in enum class org.eclipse.jetty.util.StringUtil.CsvSplitState
 
SNI_X509 - Static variable in class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager
 
sniSelect(String, Principal[], SSLSession, String, Collection<X509>) - Method in interface org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager.SniSelector
Selects a certificate based on SNI information.
sniSelect(String, Principal[], SSLSession, String, Collection<X509>) - Method in class org.eclipse.jetty.util.ssl.SslContextFactory.Server
 
SniX509ExtendedKeyManager - Class in org.eclipse.jetty.util.ssl
A X509ExtendedKeyManager that selects a key with an alias retrieved from SNI information, delegating other processing to a nested X509ExtendedKeyManager.
SniX509ExtendedKeyManager(X509ExtendedKeyManager) - Constructor for class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager
Deprecated.
not supported, you must have a SslContextFactory.Server for this to work.
SniX509ExtendedKeyManager(X509ExtendedKeyManager, SslContextFactory.Server) - Constructor for class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager
 
SniX509ExtendedKeyManager.SniSelector - Interface in org.eclipse.jetty.util.ssl
Selects a certificate based on SNI information.
SocketAddressResolver - Interface in org.eclipse.jetty.util
Creates SocketAddress instances, returning them through a Promise.
SocketAddressResolver.Async - Class in org.eclipse.jetty.util
Creates SocketAddress instances asynchronously in a different thread.
SocketAddressResolver.Sync - Class in org.eclipse.jetty.util
Creates SocketAddress instances synchronously in the caller thread.
SocketChannelEndPoint - Class in org.eclipse.jetty.io
 
SocketChannelEndPoint(SelectableChannel, ManagedSelector, SelectionKey, Scheduler) - Constructor for class org.eclipse.jetty.io.SocketChannelEndPoint
 
SocketChannelEndPoint(SocketChannel, ManagedSelector, SelectionKey, Scheduler) - Constructor for class org.eclipse.jetty.io.SocketChannelEndPoint
 
SocketCustomizationListener - Class in org.eclipse.jetty.server
A Connection Lister for customization of SocketConnections.
SocketCustomizationListener() - Constructor for class org.eclipse.jetty.server.SocketCustomizationListener
Construct with SSL unwrapping on.
SocketCustomizationListener(boolean) - Constructor for class org.eclipse.jetty.server.SocketCustomizationListener
 
Socks4Parser() - Constructor for class org.eclipse.jetty.client.Socks4Proxy.Socks4ProxyConnection.Socks4Parser
 
Socks4Proxy - Class in org.eclipse.jetty.client
 
Socks4Proxy(String, int) - Constructor for class org.eclipse.jetty.client.Socks4Proxy
 
Socks4Proxy(Origin.Address, boolean) - Constructor for class org.eclipse.jetty.client.Socks4Proxy
 
Socks4Proxy.Socks4ProxyClientConnectionFactory - Class in org.eclipse.jetty.client
 
Socks4Proxy.Socks4ProxyConnection - Class in org.eclipse.jetty.client
 
Socks4Proxy.Socks4ProxyConnection.Socks4Parser - Class in org.eclipse.jetty.client
 
Socks4ProxyClientConnectionFactory(ClientConnectionFactory) - Constructor for class org.eclipse.jetty.client.Socks4Proxy.Socks4ProxyClientConnectionFactory
 
Socks4ProxyConnection(EndPoint, Executor, ClientConnectionFactory, Map<String, Object>) - Constructor for class org.eclipse.jetty.client.Socks4Proxy.Socks4ProxyConnection
 
softClose() - Method in class org.eclipse.jetty.server.HttpOutput
 
someToContent(HttpExchange, ByteBuffer) - Method in class org.eclipse.jetty.client.HttpSender
 
someToSuccess(HttpExchange) - Method in class org.eclipse.jetty.client.HttpSender
 
sort() - Method in class org.eclipse.jetty.http.QuotedQualityCSV
 
sort(Collection<T>) - Method in class org.eclipse.jetty.util.TopologicalSort
Sort the passed list according to dependencies previously set with TopologicalSort.addDependency(Object, Object).
sort(T[]) - Method in class org.eclipse.jetty.util.TopologicalSort
Sort the passed array according to dependencies previously set with TopologicalSort.addDependency(Object, Object).
Source - Class in org.eclipse.jetty.servlet
Source The source of a web artifact: servlet, filter, mapping etc
Source() - Constructor for enum class org.eclipse.jetty.server.ForwardedRequestCustomizer.Source
 
Source(Source.Origin, String) - Constructor for class org.eclipse.jetty.servlet.Source
 
Source.Origin - Enum Class in org.eclipse.jetty.servlet
 
space(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Get the space from the limit to the capacity
SPACE - Enum constant in enum class org.eclipse.jetty.http.HttpTokens.Type
 
SPACE - Static variable in class org.eclipse.jetty.http.HttpTokens
 
SPACE - Static variable in class org.eclipse.jetty.util.BufferUtil
 
SPACE1 - Enum constant in enum class org.eclipse.jetty.http.HttpParser.State
 
SPACE2 - Enum constant in enum class org.eclipse.jetty.http.HttpParser.State
 
SPACES - Static variable in class org.eclipse.jetty.xml.XmlAppendable
 
spareCapacity() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
SPE - Static variable in class org.eclipse.jetty.util.security.UnixCrypt
 
specs - Variable in class org.eclipse.jetty.http.pathmap.PathSpecSet
 
SPNEGOAuthentication - Class in org.eclipse.jetty.client.util
Implementation of the SPNEGO (or "Negotiate") authentication defined in RFC 4559.
SPNEGOAuthentication(URI) - Constructor for class org.eclipse.jetty.client.util.SPNEGOAuthentication
 
SPNEGOAuthentication.PasswordCallbackHandler - Class in org.eclipse.jetty.client.util
 
SPNEGOAuthentication.SPNEGOConfiguration - Class in org.eclipse.jetty.client.util
 
SPNEGOAuthentication.SPNEGOContext - Class in org.eclipse.jetty.client.util
 
SPNEGOAuthentication.SPNEGOResult - Class in org.eclipse.jetty.client.util
 
SpnegoAuthenticator - Class in org.eclipse.jetty.security.authentication
Deprecated.
SpnegoAuthenticator() - Constructor for class org.eclipse.jetty.security.authentication.SpnegoAuthenticator
Deprecated.
 
SpnegoAuthenticator(String) - Constructor for class org.eclipse.jetty.security.authentication.SpnegoAuthenticator
Deprecated.
Allow for a custom authMethod value to be set for instances where SPNEGO may not be appropriate
SpnegoConfiguration() - Constructor for class org.eclipse.jetty.security.ConfigurableSpnegoLoginService.SpnegoConfiguration
 
SPNEGOConfiguration() - Constructor for class org.eclipse.jetty.client.util.SPNEGOAuthentication.SPNEGOConfiguration
 
SpnegoContext() - Constructor for class org.eclipse.jetty.security.ConfigurableSpnegoLoginService.SpnegoContext
 
SPNEGOContext() - Constructor for class org.eclipse.jetty.client.util.SPNEGOAuthentication.SPNEGOContext
 
SpnegoLoginService - Class in org.eclipse.jetty.security
Deprecated.
SpnegoLoginService() - Constructor for class org.eclipse.jetty.security.SpnegoLoginService
Deprecated.
 
SpnegoLoginService(String) - Constructor for class org.eclipse.jetty.security.SpnegoLoginService
Deprecated.
 
SpnegoLoginService(String, String) - Constructor for class org.eclipse.jetty.security.SpnegoLoginService
Deprecated.
 
SPNEGOResult(URI, String) - Constructor for class org.eclipse.jetty.client.util.SPNEGOAuthentication.SPNEGOResult
 
SPNEGOResult(URI, HttpHeader, String) - Constructor for class org.eclipse.jetty.client.util.SPNEGOAuthentication.SPNEGOResult
 
SpnegoUserIdentity - Class in org.eclipse.jetty.security
 
SpnegoUserIdentity(Subject, Principal, UserIdentity) - Constructor for class org.eclipse.jetty.security.SpnegoUserIdentity
 
SpnegoUserPrincipal - Class in org.eclipse.jetty.security
 
SpnegoUserPrincipal(String, byte[]) - Constructor for class org.eclipse.jetty.security.SpnegoUserPrincipal
 
SpnegoUserPrincipal(String, String) - Constructor for class org.eclipse.jetty.security.SpnegoUserPrincipal
 
squelched - Variable in class org.eclipse.jetty.util.log.StacklessLogging
 
srcIP - Variable in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V1.Tag
 
srcIP - Variable in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag
 
srcPort - Variable in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V1.Tag
 
srcPort - Variable in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag
 
SSL_CONTEXT_FACTORY_CONTEXT_KEY - Static variable in class org.eclipse.jetty.io.ssl.SslClientConnectionFactory
 
SSL_ENGINE_CONTEXT_KEY - Static variable in class org.eclipse.jetty.io.ssl.SslClientConnectionFactory
 
SSL_PEER_HOST_CONTEXT_KEY - Static variable in class org.eclipse.jetty.io.ssl.SslClientConnectionFactory
 
SSL_PEER_PORT_CONTEXT_KEY - Static variable in class org.eclipse.jetty.io.ssl.SslClientConnectionFactory
 
SslAttributes(Request, SSLSession, Attributes) - Constructor for class org.eclipse.jetty.server.SecureRequestCustomizer.SslAttributes
 
SslClientConnectionFactory - Class in org.eclipse.jetty.io.ssl
A ClientConnectionFactory that creates client-side SslConnection instances.
SslClientConnectionFactory(SslContextFactory, ByteBufferPool, Executor, ClientConnectionFactory) - Constructor for class org.eclipse.jetty.io.ssl.SslClientConnectionFactory
 
SslClientConnectionFactory.HTTPSHandshakeListener - Class in org.eclipse.jetty.io.ssl
 
SslClientConnectionFactory.SslEngineFactory - Interface in org.eclipse.jetty.io.ssl
A factory for SSLEngine objects.
SslConnection - Class in org.eclipse.jetty.io.ssl
A Connection that acts as an interceptor between an EndPoint providing SSL encrypted data and another consumer of an EndPoint (typically an Connection like HttpConnection) that wants unencrypted data.
SslConnection(ByteBufferPool, Executor, EndPoint, SSLEngine) - Constructor for class org.eclipse.jetty.io.ssl.SslConnection
 
SslConnection(ByteBufferPool, Executor, EndPoint, SSLEngine, boolean, boolean) - Constructor for class org.eclipse.jetty.io.ssl.SslConnection
 
SslConnection.DecryptedEndPoint - Class in org.eclipse.jetty.io.ssl
 
SslConnection.DecryptedEndPoint.IncompleteWriteCallback - Class in org.eclipse.jetty.io.ssl
 
SslConnection.FillState - Enum Class in org.eclipse.jetty.io.ssl
 
SslConnection.FlushState - Enum Class in org.eclipse.jetty.io.ssl
 
SslConnection.HandshakeState - Enum Class in org.eclipse.jetty.io.ssl
 
SslConnection.RunnableTask - Class in org.eclipse.jetty.io.ssl
 
SslConnectionFactory - Class in org.eclipse.jetty.server
 
SslConnectionFactory() - Constructor for class org.eclipse.jetty.server.SslConnectionFactory
 
SslConnectionFactory(String) - Constructor for class org.eclipse.jetty.server.SslConnectionFactory
 
SslConnectionFactory(SslContextFactory, String) - Constructor for class org.eclipse.jetty.server.SslConnectionFactory
 
sslContextFactory - Variable in class org.eclipse.jetty.client.HttpClient
 
sslContextFactory - Variable in class org.eclipse.jetty.client.ProxyConfiguration.Proxy
 
sslContextFactory - Variable in class org.eclipse.jetty.io.ssl.SslClientConnectionFactory
 
sslContextFactory - Variable in class org.eclipse.jetty.util.ssl.KeyStoreScanner
 
SslContextFactory - Class in org.eclipse.jetty.util.ssl
SslContextFactory is used to configure SSL parameters to be used by server and client connectors.
SslContextFactory() - Constructor for class org.eclipse.jetty.util.ssl.SslContextFactory
Deprecated.
use Client() or Server() instead
SslContextFactory(boolean) - Constructor for class org.eclipse.jetty.util.ssl.SslContextFactory
Deprecated.
use Client(boolean) instead
SslContextFactory(boolean, String) - Constructor for class org.eclipse.jetty.util.ssl.SslContextFactory
 
SslContextFactory(String) - Constructor for class org.eclipse.jetty.util.ssl.SslContextFactory
SslContextFactory.AliasSNIMatcher - Class in org.eclipse.jetty.util.ssl
 
SslContextFactory.Client - Class in org.eclipse.jetty.util.ssl
 
SslContextFactory.Factory - Class in org.eclipse.jetty.util.ssl
 
SslContextFactory.Server - Class in org.eclipse.jetty.util.ssl
 
SslContextFactory.X509ExtendedKeyManagerWrapper - Class in org.eclipse.jetty.util.ssl
A wrapper that delegates to another (if not null) X509ExtendedKeyManager.
SslContextFactory.X509ExtendedTrustManagerWrapper - Class in org.eclipse.jetty.util.ssl
A wrapper that delegates to another (if not null) X509ExtendedTrustManager.
SslHandshakeListener - Interface in org.eclipse.jetty.io.ssl
Implementations of this interface are notified of TLS handshake events.
SslHandshakeListener.Event - Class in org.eclipse.jetty.io.ssl
The event object carrying information about TLS handshake events.
SslSelectionDump - Class in org.eclipse.jetty.util.ssl
 
SslSelectionDump(String, String[], String[], String[], String[]) - Constructor for class org.eclipse.jetty.util.ssl.SslSelectionDump
 
SslSelectionDump.CaptionedList - Class in org.eclipse.jetty.util.ssl
 
sslSessionAttribute - Variable in class org.eclipse.jetty.server.SecureRequestCustomizer
 
SslSessionData(Integer, X509Certificate[], String) - Constructor for class org.eclipse.jetty.server.SecureRequestCustomizer.SslSessionData
 
STABLE - Static variable in class org.eclipse.jetty.util.Jetty
 
stack - Variable in class org.eclipse.jetty.util.ajax.AsyncJSON.FrameStack
 
stack - Variable in class org.eclipse.jetty.util.ajax.AsyncJSON
 
stackFrames - Variable in class org.eclipse.jetty.util.LeakDetector.LeakInfo
 
StacklessLogging - Class in org.eclipse.jetty.util.log
A try-with-resources compatible layer for hiding stacktraces within the scope of the try block when logging with StdErrLog implementation.
StacklessLogging(Class<?>...) - Constructor for class org.eclipse.jetty.util.log.StacklessLogging
 
StacklessLogging(Logger...) - Constructor for class org.eclipse.jetty.util.log.StacklessLogging
 
stalled - Variable in class org.eclipse.jetty.client.HttpReceiver
 
STANDARD_PROCESSOR - Static variable in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
 
StandardDescriptorProcessor - Class in org.eclipse.jetty.webapp
StandardDescriptorProcessor.
StandardDescriptorProcessor() - Constructor for class org.eclipse.jetty.webapp.StandardDescriptorProcessor
 
start() - Method in class org.eclipse.jetty.server.ShutdownMonitor
 
start() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
start() - Method in interface org.eclipse.jetty.util.component.LifeCycle
Starts the component.
start(Object) - Static method in interface org.eclipse.jetty.util.component.LifeCycle
Utility to start an object if it is a LifeCycle and to convert any exception thrown to a RuntimeException
start(Runnable) - Method in class org.eclipse.jetty.server.AsyncContextState
 
start(LifeCycle) - Method in class org.eclipse.jetty.server.Server
 
start(LifeCycle) - Method in class org.eclipse.jetty.servlet.ServletHandler
 
start(LifeCycle) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
Starts the given lifecycle.
start(WebAppContext, Descriptor) - Method in class org.eclipse.jetty.webapp.IterativeDescriptorProcessor
 
start(WebAppContext, Descriptor) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
Start() - Constructor for class org.eclipse.jetty.io.ManagedSelector.Start
 
START - Enum constant in enum class org.eclipse.jetty.http.HttpGenerator.State
 
START - Enum constant in enum class org.eclipse.jetty.http.HttpParser.State
 
START - Enum constant in enum class org.eclipse.jetty.http.HttpURI.State
 
START - Enum constant in enum class org.eclipse.jetty.util.Utf8LineParser.State
 
startAsync() - Method in class org.eclipse.jetty.server.Request
 
startAsync(ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.server.Request
 
startAsync(AsyncContextEvent) - Method in class org.eclipse.jetty.server.HttpChannelState
 
startContext() - Method in class org.eclipse.jetty.server.handler.ContextHandler
Extensible startContext.
startContext() - Method in class org.eclipse.jetty.servlet.ServletContextHandler
Finish constructing handlers and link them together.
startContext() - Method in class org.eclipse.jetty.webapp.WebAppContext
 
STARTED - Static variable in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
startElement(String, String, String, Attributes) - Method in class org.eclipse.jetty.xml.XmlParser.Handler
 
startElement(String, String, String, Attributes) - Method in class org.eclipse.jetty.xml.XmlParser.NoopHandler
 
startHandling(Request, boolean) - Method in class org.eclipse.jetty.server.handler.AsyncDelayHandler
Called to indicate that a request has been presented for handling
startIndex(int) - Method in class org.eclipse.jetty.util.Pool
 
STARTING - Enum constant in enum class org.eclipse.jetty.server.handler.ContextHandler.Availability
 
STARTING - Static variable in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
startPart() - Method in class org.eclipse.jetty.http.MultiPartFormInputStream.Handler
 
startPart() - Method in interface org.eclipse.jetty.http.MultiPartParser.Handler
 
startPart(String) - Method in class org.eclipse.jetty.util.MultiPartOutputStream
Start creation of the next Content.
startPart(String) - Method in class org.eclipse.jetty.util.MultiPartWriter
Start creation of the next Content.
startPart(String, String[]) - Method in class org.eclipse.jetty.util.MultiPartOutputStream
Start creation of the next Content.
startPart(String, String[]) - Method in class org.eclipse.jetty.util.MultiPartWriter
Start creation of the next Content.
startRegistry(HostPort) - Method in class org.eclipse.jetty.jmx.ConnectorServer
 
startRequest(String, String, HttpVersion) - Method in interface org.eclipse.jetty.http.HttpParser.RequestHandler
This is the method called by parser when the HTTP request line is parsed
startRequest(String, String, HttpVersion) - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
 
startReservedThread() - Method in class org.eclipse.jetty.util.thread.ReservedThreadExecutor
 
startResponse(HttpVersion, int, String) - Method in class org.eclipse.jetty.client.http.HttpReceiverOverHTTP
 
startResponse(HttpVersion, int, String) - Method in interface org.eclipse.jetty.http.HttpParser.ResponseHandler
This is the method called by parser when the HTTP request line is parsed
startScavenging() - Method in class org.eclipse.jetty.server.session.HouseKeeper
If scavenging is not scheduled, schedule it.
startsWith(byte[], int, int, int) - Method in class org.eclipse.jetty.util.SearchPattern
Search for a possibly partial match of the pattern at the start of the data.
startsWithIgnoreCase(String, String) - Static method in class org.eclipse.jetty.util.StringUtil
 
startThread() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
startupTime - Variable in class org.eclipse.jetty.server.jmx.ServerMBean
 
startWebapp() - Method in class org.eclipse.jetty.webapp.WebAppContext
 
state - Variable in class org.eclipse.jetty.client.util.MultiPartContentProvider.MultiPartIterator
 
state - Variable in class org.eclipse.jetty.util.ajax.AsyncJSON.Frame
 
state - Variable in class org.eclipse.jetty.util.CompletableCallback
Deprecated.
 
state - Variable in class org.eclipse.jetty.util.Pool.Entry
 
state - Variable in class org.eclipse.jetty.util.Utf8LineParser
 
state() - Method in class org.eclipse.jetty.server.AsyncContextState
 
State() - Constructor for enum class org.eclipse.jetty.client.HttpExchange.State
 
State() - Constructor for enum class org.eclipse.jetty.client.util.MultiPartContentProvider.State
 
State() - Constructor for enum class org.eclipse.jetty.http.GZIPContentDecoder.State
 
State() - Constructor for enum class org.eclipse.jetty.http.HttpGenerator.State
 
State() - Constructor for enum class org.eclipse.jetty.http.HttpParser.State
 
State() - Constructor for enum class org.eclipse.jetty.http.HttpURI.State
 
State() - Constructor for enum class org.eclipse.jetty.http.MultiPartParser.State
 
State() - Constructor for enum class org.eclipse.jetty.http.QuotedCSVParser.State
 
State() - Constructor for enum class org.eclipse.jetty.io.AbstractEndPoint.State
 
State() - Constructor for enum class org.eclipse.jetty.server.HttpChannelState.State
 
State() - Constructor for class org.eclipse.jetty.server.HttpInput.State
 
State() - Constructor for enum class org.eclipse.jetty.server.HttpOutput.State
 
State() - Constructor for enum class org.eclipse.jetty.server.session.Session.State
 
State() - Constructor for enum class org.eclipse.jetty.util.ajax.AsyncJSON.State
 
State() - Constructor for enum class org.eclipse.jetty.util.CompletableCallback.State
Deprecated.
 
State() - Constructor for enum class org.eclipse.jetty.util.IteratingCallback.State
 
State() - Constructor for enum class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.State
 
State() - Constructor for enum class org.eclipse.jetty.util.thread.strategy.ProduceConsume.State
 
State() - Constructor for enum class org.eclipse.jetty.util.thread.strategy.ProduceExecuteConsume.State
 
State() - Constructor for enum class org.eclipse.jetty.util.Utf8LineParser.State
 
State(WriteFlusher.StateType) - Constructor for class org.eclipse.jetty.io.WriteFlusher.State
 
STATE_FAILED - Static variable in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
STATE_STARTED - Static variable in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
STATE_STARTING - Static variable in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
STATE_STOPPED - Static variable in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
STATE_STOPPING - Static variable in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
stateString() - Method in class org.eclipse.jetty.server.HttpOutput
 
StateType() - Constructor for enum class org.eclipse.jetty.io.WriteFlusher.StateType
 
StaticContext() - Constructor for class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
 
StatisticsHandler - Class in org.eclipse.jetty.server.handler
 
StatisticsHandler() - Constructor for class org.eclipse.jetty.server.handler.StatisticsHandler
 
StatisticsServlet - Class in org.eclipse.jetty.servlet
Collect and report statistics about requests / responses / connections and more.
StatisticsServlet() - Constructor for class org.eclipse.jetty.servlet.StatisticsServlet
 
StatisticsServlet.HtmlProducer - Class in org.eclipse.jetty.servlet
 
StatisticsServlet.JsonProducer - Class in org.eclipse.jetty.servlet
 
StatisticsServlet.OutputProducer - Interface in org.eclipse.jetty.servlet
 
StatisticsServlet.TextProducer - Class in org.eclipse.jetty.servlet
 
StatisticsServlet.XmlProducer - Class in org.eclipse.jetty.servlet
 
statsReset() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
Resets the current request statistics.
statsReset() - Method in class org.eclipse.jetty.server.session.SessionHandler
Reset statistics values
status - Variable in class org.eclipse.jetty.client.http.HttpReceiverOverHTTP
 
status - Variable in class org.eclipse.jetty.client.HttpResponse
 
status(int) - Method in class org.eclipse.jetty.client.HttpResponse
 
STATUS - Enum constant in enum class org.eclipse.jetty.http.HttpParser.State
 
STATUS_CODE - Enum constant in enum class org.eclipse.jetty.servlet.ErrorPageErrorHandler.PageLookupTechnique
 
StdErrLog - Class in org.eclipse.jetty.util.log
StdErr Logging implementation.
StdErrLog() - Constructor for class org.eclipse.jetty.util.log.StdErrLog
Construct an anonymous StdErrLog (no name).
StdErrLog(String) - Constructor for class org.eclipse.jetty.util.log.StdErrLog
Construct a named StdErrLog using the Log defined properties
StdErrLog(String, Properties) - Constructor for class org.eclipse.jetty.util.log.StdErrLog
Construct a named Logger using the provided properties to configure logger.
stop() - Method in class org.eclipse.jetty.server.ShutdownMonitor
 
stop() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
stop() - Method in interface org.eclipse.jetty.util.component.LifeCycle
Stops the component.
stop() - Method in class org.eclipse.jetty.util.thread.ReservedThreadExecutor.ReservedThread
 
stop(Object) - Static method in interface org.eclipse.jetty.util.component.LifeCycle
Utility to stop an object if it is a LifeCycle and to convert any exception thrown to a RuntimeException
stop(LifeCycle) - Method in class org.eclipse.jetty.servlet.ServletHandler
 
stop(LifeCycle) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
Stops the given lifecycle.
STOP - Static variable in class org.eclipse.jetty.util.thread.ReservedThreadExecutor
 
stopContext() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
stopContext() - Method in class org.eclipse.jetty.servlet.ServletContextHandler
 
stopContext() - Method in class org.eclipse.jetty.webapp.WebAppContext
 
StopLifeCycle - Class in org.eclipse.jetty.util.component
A LifeCycle that when started will stop another LifeCycle
StopLifeCycle(LifeCycle) - Constructor for class org.eclipse.jetty.util.component.StopLifeCycle
 
stopLifeCycles(Predicate<LifeCycle>, boolean) - Method in class org.eclipse.jetty.server.ShutdownMonitor.ShutdownMonitorRunnable
 
STOPPED - Enum constant in enum class org.eclipse.jetty.server.handler.ContextHandler.Availability
 
STOPPED - Static variable in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
STOPPING - Static variable in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
stopRegistry() - Method in class org.eclipse.jetty.jmx.ConnectorServer
 
stopScavenging() - Method in class org.eclipse.jetty.server.session.HouseKeeper
If scavenging is scheduled, stop it.
StopSelector() - Constructor for class org.eclipse.jetty.io.ManagedSelector.StopSelector
 
stopWebapp() - Method in class org.eclipse.jetty.webapp.WebAppContext
 
store(String, SessionData) - Method in class org.eclipse.jetty.server.session.AbstractSessionDataStore
 
store(String, SessionData) - Method in class org.eclipse.jetty.server.session.CachingSessionDataStore
 
store(String, SessionData) - Method in interface org.eclipse.jetty.server.session.SessionDataMap
Store the session data.
storeCookie(URI, HttpField) - Method in class org.eclipse.jetty.client.HttpReceiver
 
strategyType - Variable in class org.eclipse.jetty.util.Pool
 
StrategyType() - Constructor for enum class org.eclipse.jetty.util.Pool.StrategyType
 
stream - Variable in class org.eclipse.jetty.client.util.InputStreamContentProvider
 
stream - Variable in class org.eclipse.jetty.client.util.InputStreamResponseListener
 
stream() - Method in class org.eclipse.jetty.http.HttpFields
 
stream() - Method in class org.eclipse.jetty.util.MultiReleaseJarFile
 
STREAM - Enum constant in enum class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag.Protocol
 
STREAM - Enum constant in enum class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyV2ConnectionFactory.Transport
 
STREAM - Enum constant in enum class org.eclipse.jetty.server.Response.OutputType
 
STREAM - Static variable in class org.eclipse.jetty.server.HttpInput
 
STRICT - Enum constant in enum class org.eclipse.jetty.http.HttpCookie.SameSite
 
STRICT_TRANSPORT_SECURITY - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
strictEventOrdering - Variable in class org.eclipse.jetty.client.HttpClient
 
string - Variable in class org.eclipse.jetty.util.ajax.JSON.StringSource
 
STRING - Enum constant in enum class org.eclipse.jetty.util.ajax.AsyncJSON.State
 
stringBuilder - Variable in class org.eclipse.jetty.util.ajax.AsyncJSON
 
StringContentProvider - Class in org.eclipse.jetty.client.util
A ContentProvider for strings.
StringContentProvider(String) - Constructor for class org.eclipse.jetty.client.util.StringContentProvider
 
StringContentProvider(String, String) - Constructor for class org.eclipse.jetty.client.util.StringContentProvider
 
StringContentProvider(String, String, Charset) - Constructor for class org.eclipse.jetty.client.util.StringContentProvider
 
StringContentProvider(String, Charset) - Constructor for class org.eclipse.jetty.client.util.StringContentProvider
 
stringEquals(String, String) - Static method in class org.eclipse.jetty.util.security.Credential
Utility method that replaces String.equals() to avoid timing attacks.
StringSource(String) - Constructor for class org.eclipse.jetty.util.ajax.JSON.StringSource
 
StringUtil - Class in org.eclipse.jetty.util
Fast String Utilities.
StringUtil() - Constructor for class org.eclipse.jetty.util.StringUtil
 
StringUtil.CsvSplitState - Enum Class in org.eclipse.jetty.util
 
strip(String, String) - Static method in class org.eclipse.jetty.util.StringUtil
 
stripParameters(String) - Static method in class org.eclipse.jetty.http.HttpFields
Get field value without parameters.
stripSuffixes(String) - Method in class org.eclipse.jetty.http.CompressedContentFormat
 
subject - Variable in class org.eclipse.jetty.client.util.SPNEGOAuthentication.SPNEGOContext
 
subject - Variable in class org.eclipse.jetty.jaas.spi.AbstractLoginModule
 
subject - Variable in class org.eclipse.jetty.security.authentication.LoginCallbackImpl
 
SUBJECT_ALTERNATIVE_NAMES__DNS_NAME - Static variable in class org.eclipse.jetty.util.ssl.X509
 
submit(ManagedSelector.SelectorUpdate) - Method in class org.eclipse.jetty.io.ManagedSelector
Submit an ManagedSelector.SelectorUpdate to be acted on between calls to Selector.select()
submit(ManagedSelector.SelectorUpdate, boolean) - Method in class org.eclipse.jetty.io.ManagedSelector
 
succeeded() - Method in class org.eclipse.jetty.client.http.HttpSenderOverHTTP.ByteBufferRecyclerCallback
 
succeeded() - Method in class org.eclipse.jetty.client.http.HttpSenderOverHTTP.HeadersCallback
 
succeeded() - Method in class org.eclipse.jetty.client.HttpContent
 
succeeded() - Method in class org.eclipse.jetty.client.HttpDestination
 
succeeded() - Method in class org.eclipse.jetty.client.HttpSender.CommitCallback
 
succeeded() - Method in class org.eclipse.jetty.client.HttpSender.ContentCallback
 
succeeded() - Method in class org.eclipse.jetty.client.HttpSender.LastCallback
 
succeeded() - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.ProxyProtocolConnection
 
succeeded() - Method in class org.eclipse.jetty.client.Socks4Proxy.Socks4ProxyConnection
 
succeeded() - Method in class org.eclipse.jetty.client.util.DeferredContentProvider.DeferredContentProviderIterator
 
succeeded() - Method in class org.eclipse.jetty.client.util.MultiPartContentProvider.MultiPartIterator
 
succeeded() - Method in class org.eclipse.jetty.client.util.OutputStreamContentProvider
 
succeeded() - Method in class org.eclipse.jetty.io.AbstractConnection.ReadCallback
 
succeeded() - Method in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint.IncompleteWriteCallback
 
succeeded() - Method in class org.eclipse.jetty.server.HttpChannel.Send100Callback
 
succeeded() - Method in class org.eclipse.jetty.server.HttpChannel.SendCallback
 
succeeded() - Method in class org.eclipse.jetty.server.HttpConnection.AsyncReadCallback
 
succeeded() - Method in class org.eclipse.jetty.server.HttpConnection.BlockingReadCallback
 
succeeded() - Method in class org.eclipse.jetty.server.HttpConnection.Content
 
succeeded() - Method in class org.eclipse.jetty.server.HttpOutput.WriteCompleteCB
 
succeeded() - Method in class org.eclipse.jetty.util.Callback.Completable
 
succeeded() - Method in class org.eclipse.jetty.util.Callback.Completing
 
succeeded() - Method in class org.eclipse.jetty.util.Callback.Nested
 
succeeded() - Method in interface org.eclipse.jetty.util.Callback
Callback invoked when the operation completes.
succeeded() - Method in class org.eclipse.jetty.util.CompletableCallback
Deprecated.
 
succeeded() - Method in class org.eclipse.jetty.util.CountingCallback
 
succeeded() - Method in class org.eclipse.jetty.util.FutureCallback
 
succeeded() - Method in class org.eclipse.jetty.util.IteratingCallback
Invoked when the sub task succeeds.
succeeded() - Method in class org.eclipse.jetty.util.SharedBlockingCallback.Blocker
 
succeeded(C) - Method in class org.eclipse.jetty.util.FuturePromise
 
succeeded(C) - Method in interface org.eclipse.jetty.util.Promise
Callback invoked when the operation completes.
succeeded(Connection) - Method in class org.eclipse.jetty.client.AbstractConnectionPool.FutureConnection
 
succeeded(Connection) - Method in class org.eclipse.jetty.client.HttpProxy.CreateTunnelPromise
 
succeeded(Connection) - Method in class org.eclipse.jetty.client.HttpProxy.TunnelPromise
 
succeeded(S) - Method in class org.eclipse.jetty.util.Promise.Completable
 
succeeded(W) - Method in class org.eclipse.jetty.util.Promise.Wrapper
 
SUCCEEDED - Enum constant in enum class org.eclipse.jetty.io.ssl.SslConnection.HandshakeState
 
SUCCEEDED - Enum constant in enum class org.eclipse.jetty.util.CompletableCallback.State
Deprecated.
 
SUCCEEDED - Enum constant in enum class org.eclipse.jetty.util.IteratingCallback.Action
Indicates that IteratingCallback.process() has completed the overall job.
SUCCEEDED - Enum constant in enum class org.eclipse.jetty.util.IteratingCallback.State
The overall job has succeeded as indicated by a IteratingCallback.Action.SUCCEEDED return from IteratingCallback.process()
SUCCEEDED - Static variable in class org.eclipse.jetty.util.FutureCallback
 
SUCCEEDED - Static variable in class org.eclipse.jetty.util.SharedBlockingCallback
 
success - Variable in class org.eclipse.jetty.security.authentication.LoginCallbackImpl
 
SUFFIX_GLOB - Enum constant in enum class org.eclipse.jetty.http.pathmap.PathSpecGroup
For path specs that have a wildcard glob with a hardcoded suffix
sumOverflows(int, int) - Static method in class org.eclipse.jetty.util.MathUtils
Returns whether the sum of the arguments overflows an int.
suspend() - Method in interface org.eclipse.jetty.continuation.Continuation
Deprecated.
Suspend the processing of the request and associated ServletResponse.
suspend() - Method in class org.eclipse.jetty.continuation.FauxContinuation
Deprecated.
 
suspend() - Method in class org.eclipse.jetty.continuation.Servlet3Continuation
Deprecated.
 
suspend(ServletResponse) - Method in interface org.eclipse.jetty.continuation.Continuation
Deprecated.
Suspend the processing of the request and associated ServletResponse.
suspend(ServletResponse) - Method in class org.eclipse.jetty.continuation.FauxContinuation
Deprecated.
 
suspend(ServletResponse) - Method in class org.eclipse.jetty.continuation.Servlet3Continuation
Deprecated.
 
Suspend/Complete Usage - Search tag in interface org.eclipse.jetty.continuation.Continuation
Section
Suspend/Resume Usage - Search tag in interface org.eclipse.jetty.continuation.Continuation
Section
sweep() - Method in class org.eclipse.jetty.client.AbstractConnectionPool
 
sweep() - Method in class org.eclipse.jetty.client.http.HttpConnectionOverHTTP
 
sweep() - Method in interface org.eclipse.jetty.util.thread.Sweeper.Sweepable
 
sweepDisk() - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
Check all session files that do not belong to this context and remove any that expired long ago (ie at least 5 gracePeriods ago).
Sweeper - Class in org.eclipse.jetty.util.thread
A utility class to perform periodic sweeping of resources.
Sweeper(Scheduler, long) - Constructor for class org.eclipse.jetty.util.thread.Sweeper
 
Sweeper.Sweepable - Interface in org.eclipse.jetty.util.thread
A Sweeper.Sweepable resource implements this interface to signal to a Sweeper or to a parent container if it needs to be swept or not.
sweepFile(long, Path) - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
Check to see if the expiry on the file is very old, and delete the file if so.
sweeps - Variable in class org.eclipse.jetty.client.http.HttpConnectionOverHTTP
 
SWITCHING_PROTOCOLS - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
SWITCHING_PROTOCOLS_101 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
Sync() - Constructor for class org.eclipse.jetty.util.SocketAddressResolver.Sync
 
Synchronizable - Interface in org.eclipse.jetty.client
Implementations of this interface expose a lock object via Synchronizable.getLock() so that callers can synchronize externally on that lock:
Syntax - Class in org.eclipse.jetty.http
Collection of Syntax validation methods.
Syntax() - Constructor for class org.eclipse.jetty.http.Syntax
 
systemPropertyObj(XmlParser.Node) - Method in class org.eclipse.jetty.xml.XmlConfiguration.JettyXmlConfiguration
Returns the value of a system property.

T

TAB - Static variable in class org.eclipse.jetty.http.HttpTokens
 
table - Variable in class org.eclipse.jetty.util.SearchPattern
 
tag - Variable in class org.eclipse.jetty.client.HttpRequest
 
tag - Variable in class org.eclipse.jetty.client.Origin
 
tag - Variable in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.ProxyProtocolConnectionV1
 
tag - Variable in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.ProxyProtocolConnectionV2
 
tag - Variable in class org.eclipse.jetty.io.MappedByteBufferPool.Tagged
 
tag(Object) - Method in interface org.eclipse.jetty.client.api.Request
Tags this request with the given metadata tag.
tag(Object) - Method in class org.eclipse.jetty.client.HttpRequest
 
tag(String) - Method in class org.eclipse.jetty.xml.XmlAppendable
 
tag(StringBuilder, String, int, String) - Method in class org.eclipse.jetty.util.log.StdErrLog
 
tag(String, String) - Method in class org.eclipse.jetty.xml.XmlAppendable
 
tag(String, Map<String, String>) - Method in class org.eclipse.jetty.xml.XmlAppendable
 
tag(String, Map<String, String>, String) - Method in class org.eclipse.jetty.xml.XmlAppendable
 
Tag() - Constructor for class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V1.Tag
Creates a Tag whose metadata will be derived from the underlying EndPoint.
Tag() - Constructor for class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag
Creates a Tag whose metadata will be derived from the underlying EndPoint.
Tag(String, int) - Constructor for class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V1.Tag
Creates a Tag with the given source metadata.
Tag(String, int) - Constructor for class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag
Creates a Tag with the given source metadata.
Tag(String, int, List<ProxyProtocolClientConnectionFactory.V2.Tag.TLV>) - Constructor for class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag
Creates a Tag with the given source metadata and Type-Length-Value (TLV) objects.
Tag(String, String, int, String, int) - Constructor for class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V1.Tag
Creates a Tag with the given metadata.
Tag(ProxyProtocolClientConnectionFactory.V2.Tag.Command, ProxyProtocolClientConnectionFactory.V2.Tag.Family, ProxyProtocolClientConnectionFactory.V2.Tag.Protocol, String, int, String, int, List<ProxyProtocolClientConnectionFactory.V2.Tag.TLV>) - Constructor for class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag
Creates a Tag with the given metadata.
tagCDATA(String, String) - Method in class org.eclipse.jetty.xml.XmlAppendable
 
tagEquals(String, String) - Static method in class org.eclipse.jetty.http.CompressedContentFormat
Check etags for equality, accounting for quoting and compression suffixes.
Tagged() - Constructor for class org.eclipse.jetty.io.MappedByteBufferPool.Tagged
 
TagLib() - Constructor for class org.eclipse.jetty.servlet.ServletContextHandler.TagLib
 
TAIL_OFFSET - Static variable in class org.eclipse.jetty.util.BlockingArrayQueue
The tail offset in the BlockingArrayQueue._indexes array, displaced by 16 slots from the head to avoid false sharing with it.
take() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
takeByteBuffer() - Method in class org.eclipse.jetty.io.ByteBufferAccumulator
Take the combined buffer containing all content written to the accumulator.
takeByteBuffer() - Method in class org.eclipse.jetty.io.ByteBufferOutputStream2
Take the combined buffer containing all content written to the OutputStream.
takeInt(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Convert buffer to an integer.
takeNewContext() - Method in class org.eclipse.jetty.server.Request
 
takeOutput() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
takeOutputString() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
takeOutputString(Charset) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
takePartialString() - Method in class org.eclipse.jetty.util.Utf8Appendable
Take the partial string an reset in internal buffer, but retain partial code points.
takeString() - Method in class org.eclipse.jetty.http.HttpParser
 
takeString() - Method in class org.eclipse.jetty.http.MultiPartParser
 
task - Variable in class org.eclipse.jetty.client.ValidatingConnectionPool.Holder
 
task - Variable in class org.eclipse.jetty.util.thread.Sweeper
 
taskLatencyStats - Variable in class org.eclipse.jetty.util.thread.MonitoredQueuedThreadPool
 
TCHAR - Enum constant in enum class org.eclipse.jetty.http.HttpTokens.Type
 
tcpNoDelay - Variable in class org.eclipse.jetty.client.HttpClient
 
TE - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
TE - Enum constant in enum class org.eclipse.jetty.http.HttpHeaderValue
 
TEMP_BUFFER_SIZE - Static variable in class org.eclipse.jetty.util.BufferUtil
 
TEMPDIR - Static variable in class org.eclipse.jetty.webapp.WebAppContext
 
TEMPDIR_CONFIGURED - Static variable in class org.eclipse.jetty.webapp.WebInfConfiguration
 
TEMPORARY_REDIRECT - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
TEMPORARY_REDIRECT_307 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
TERMINATED - Enum constant in enum class org.eclipse.jetty.client.HttpExchange.State
 
TERMINATED - Enum constant in enum class org.eclipse.jetty.server.HttpChannelState.Action
 
terminateInput() - Method in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
 
terminateRequest() - Method in class org.eclipse.jetty.client.HttpExchange
 
terminateRequest(HttpExchange) - Method in class org.eclipse.jetty.client.HttpSender
 
terminateRequest(HttpExchange, Throwable, Result) - Method in class org.eclipse.jetty.client.HttpSender
 
terminateResponse() - Method in class org.eclipse.jetty.client.HttpExchange
 
terminateResponse(HttpExchange) - Method in class org.eclipse.jetty.client.HttpReceiver
 
terminateResponse(HttpExchange, Result) - Method in class org.eclipse.jetty.client.HttpReceiver
 
Termination() - Constructor for enum class org.eclipse.jetty.util.ReadLineInputStream.Termination
Deprecated.
 
test(String) - Method in class org.eclipse.jetty.http.PathMap.PathSet
Deprecated.
 
test(String) - Method in class org.eclipse.jetty.http.pathmap.PathSpecSet
 
test(String) - Method in class org.eclipse.jetty.util.RegexSet
 
test(String) - Method in class org.eclipse.jetty.webapp.ClasspathPattern.ByClass
 
test(String) - Method in class org.eclipse.jetty.webapp.ClasspathPattern.ByPackage
 
test(String) - Method in class org.eclipse.jetty.webapp.ClasspathPattern.ByPackageOrName
 
test(InetAddress) - Method in class org.eclipse.jetty.util.InetAddressSet
 
test(InetAddress, byte[]) - Method in class org.eclipse.jetty.util.InetAddressSet.CidrInetRange
 
test(InetAddress, byte[]) - Method in class org.eclipse.jetty.util.InetAddressSet.InetPattern
 
test(InetAddress, byte[]) - Method in class org.eclipse.jetty.util.InetAddressSet.LegacyInetRange
 
test(InetAddress, byte[]) - Method in class org.eclipse.jetty.util.InetAddressSet.MinMaxInetRange
 
test(InetAddress, byte[]) - Method in class org.eclipse.jetty.util.InetAddressSet.SingletonInetRange
 
test(URI) - Method in class org.eclipse.jetty.webapp.ClasspathPattern.ByLocation
 
test(URI) - Method in class org.eclipse.jetty.webapp.ClasspathPattern.ByLocationOrModule
 
test(URI) - Method in class org.eclipse.jetty.webapp.ClasspathPattern.ByModule
 
test(Path) - Method in class org.eclipse.jetty.util.PathWatcher.Config
 
test(Path) - Method in class org.eclipse.jetty.util.PathWatcher.PathMatcherSet
 
test(Path) - Method in class org.eclipse.jetty.util.Scanner.PathMatcherSet
 
test(Connection) - Method in class org.eclipse.jetty.io.IncludeExcludeConnectionStatistics.ConnectionSet
 
test(P) - Method in class org.eclipse.jetty.util.IncludeExcludeSet
 
test(T) - Method in class org.eclipse.jetty.util.IncludeExcludeSet.SetContainsPredicate
 
TEXT_HTML - Enum constant in enum class org.eclipse.jetty.http.MimeTypes.Type
 
TEXT_HTML_8859_1 - Enum constant in enum class org.eclipse.jetty.http.MimeTypes.Type
 
TEXT_HTML_UTF_8 - Enum constant in enum class org.eclipse.jetty.http.MimeTypes.Type
 
TEXT_JSON - Enum constant in enum class org.eclipse.jetty.http.MimeTypes.Type
 
TEXT_JSON_8859_1 - Enum constant in enum class org.eclipse.jetty.http.MimeTypes.Type
 
TEXT_JSON_UTF_8 - Enum constant in enum class org.eclipse.jetty.http.MimeTypes.Type
 
TEXT_PLAIN - Enum constant in enum class org.eclipse.jetty.http.MimeTypes.Type
 
TEXT_PLAIN_8859_1 - Enum constant in enum class org.eclipse.jetty.http.MimeTypes.Type
 
TEXT_PLAIN_UTF_8 - Enum constant in enum class org.eclipse.jetty.http.MimeTypes.Type
 
TEXT_XML - Enum constant in enum class org.eclipse.jetty.http.MimeTypes.Type
 
TEXT_XML_8859_1 - Enum constant in enum class org.eclipse.jetty.http.MimeTypes.Type
 
TEXT_XML_UTF_8 - Enum constant in enum class org.eclipse.jetty.http.MimeTypes.Type
 
TextProducer() - Constructor for class org.eclipse.jetty.servlet.StatisticsServlet.TextProducer
 
THIS_CLASS - Static variable in class org.eclipse.jetty.util.log.JavaUtilLog
 
thread - Variable in class org.eclipse.jetty.util.LeakDetector
 
thread - Variable in class org.eclipse.jetty.util.PathWatcher
 
thread - Variable in class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler
 
THREAD_ID - Enum constant in enum class org.eclipse.jetty.util.Pool.StrategyType
A strategy that uses the Thread.getId() of the current thread to select a starting point for an entry search.
ThreadClassLoaderScope - Class in org.eclipse.jetty.util.thread
 
ThreadClassLoaderScope(ClassLoader) - Constructor for class org.eclipse.jetty.util.thread.ThreadClassLoaderScope
 
threadGroup - Variable in class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler
 
ThreadLimitHandler - Class in org.eclipse.jetty.server.handler
Handler to limit the threads per IP address for DOS protection
ThreadLimitHandler() - Constructor for class org.eclipse.jetty.server.handler.ThreadLimitHandler
 
ThreadLimitHandler(String) - Constructor for class org.eclipse.jetty.server.handler.ThreadLimitHandler
 
ThreadLimitHandler(String, boolean) - Constructor for class org.eclipse.jetty.server.handler.ThreadLimitHandler
 
ThreadLimitHandler.Remote - Class in org.eclipse.jetty.server.handler
 
ThreadLimitHandler.RFC7239 - Class in org.eclipse.jetty.server.handler
 
ThreadPool - Interface in org.eclipse.jetty.util.thread
A pool for threads.
ThreadPool.SizedThreadPool - Interface in org.eclipse.jetty.util.thread
Specialized sub-interface of ThreadPool that allows to get/set the minimum and maximum number of threads of the pool.
ThreadPoolBudget - Class in org.eclipse.jetty.util.thread
A budget of required thread usage, used to warn or error for insufficient configured threads.
ThreadPoolBudget(ThreadPool.SizedThreadPool) - Constructor for class org.eclipse.jetty.util.thread.ThreadPoolBudget
Construct a budget for a SizedThreadPool.
ThreadPoolBudget(ThreadPool.SizedThreadPool, int) - Constructor for class org.eclipse.jetty.util.thread.ThreadPoolBudget
Deprecated.
ThreadPoolBudget.Lease - Interface in org.eclipse.jetty.util.thread
 
ThreadPoolBudget.Leased - Class in org.eclipse.jetty.util.thread
An allocation of threads
threads - Variable in class org.eclipse.jetty.util.thread.ScheduledExecutorScheduler
 
threads - Variable in class org.eclipse.jetty.util.thread.ThreadPoolBudget.Leased
 
threadStats - Variable in class org.eclipse.jetty.util.thread.MonitoredQueuedThreadPool
 
THROWABLE - Enum constant in enum class org.eclipse.jetty.servlet.ErrorPageErrorHandler.PageLookupTechnique
 
throwIfError() - Method in class org.eclipse.jetty.http.MultiPartFormInputStream
Throws an exception if one has been latched.
throwIfError() - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser
Deprecated.
Throws an exception if one has been latched.
tick() - Method in class org.eclipse.jetty.util.DateCache
 
Tick(long, String) - Constructor for class org.eclipse.jetty.util.DateCache.Tick
 
ticketCachePath - Variable in class org.eclipse.jetty.client.util.SPNEGOAuthentication
 
TimeNSize(long, long) - Constructor for class org.eclipse.jetty.util.Scanner.TimeNSize
 
timeout - Variable in class org.eclipse.jetty.client.HttpDestination
 
timeout - Variable in class org.eclipse.jetty.client.HttpRequest
 
timeout - Variable in class org.eclipse.jetty.client.ValidatingConnectionPool
 
timeout - Variable in class org.eclipse.jetty.io.ManagedSelector.Connect
 
timeout - Variable in class org.eclipse.jetty.util.SocketAddressResolver.Async
 
timeout() - Method in class org.eclipse.jetty.server.HttpChannelState
 
timeout(long, TimeUnit) - Method in interface org.eclipse.jetty.client.api.Request
 
timeout(long, TimeUnit) - Method in class org.eclipse.jetty.client.HttpRequest
 
Timeout(long, CyclicTimeout.Wakeup) - Constructor for class org.eclipse.jetty.io.CyclicTimeout.Timeout
 
timeoutAt - Variable in class org.eclipse.jetty.client.HttpRequest
 
TimeoutCompleteListener - Class in org.eclipse.jetty.client
 
TimeoutCompleteListener(Scheduler) - Constructor for class org.eclipse.jetty.client.TimeoutCompleteListener
 
TimeoutTask(Scheduler) - Constructor for class org.eclipse.jetty.client.HttpDestination.TimeoutTask
 
TimerScheduler - Class in org.eclipse.jetty.util.thread
A scheduler based on the the JVM Timer class
TimerScheduler() - Constructor for class org.eclipse.jetty.util.thread.TimerScheduler
 
TimerScheduler(String, boolean) - Constructor for class org.eclipse.jetty.util.thread.TimerScheduler
 
TimerScheduler.SimpleTask - Class in org.eclipse.jetty.util.thread
 
timestamp - Variable in class org.eclipse.jetty.client.ValidatingConnectionPool.Holder
 
TLS_1_3 - Static variable in class org.eclipse.jetty.io.ssl.SslConnection
 
TLS_ALERT_FRAME_TYPE - Static variable in class org.eclipse.jetty.server.SslConnectionFactory
 
TLS_HANDSHAKE_FRAME_TYPE - Static variable in class org.eclipse.jetty.server.SslConnectionFactory
 
TLS_MAJOR_VERSION - Static variable in class org.eclipse.jetty.server.SslConnectionFactory
 
TLS_VERSION - Static variable in class org.eclipse.jetty.server.ProxyConnectionFactory
 
TLV(int, byte[]) - Constructor for class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag.TLV
 
tlvs - Variable in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag
 
to_six_bit(int) - Static method in class org.eclipse.jetty.util.security.UnixCrypt
Returns the transposed and split code of a 24-bit code into a 4-byte code, each having 6 bits.
to_six_bit(long) - Static method in class org.eclipse.jetty.util.security.UnixCrypt
Returns the transposed and split code of two 24-bit code into two 4-byte code, each having 6 bits.
to416HeaderRangeString(long) - Static method in class org.eclipse.jetty.server.InclusiveByteRange
 
toArray() - Method in class org.eclipse.jetty.client.HttpClient.ContentDecoderFactorySet
 
toArray() - Method in class org.eclipse.jetty.util.ConcurrentHashSet
Deprecated.
 
toArray(Object, Class<?>) - Static method in class org.eclipse.jetty.util.LazyList
Convert a lazylist to an array
toArray(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Convert a ByteBuffer to a byte array.
toArray(T[]) - Method in class org.eclipse.jetty.client.HttpClient.ContentDecoderFactorySet
 
toArray(T[]) - Method in class org.eclipse.jetty.util.ConcurrentHashSet
Deprecated.
 
toAttributeName(String) - Static method in class org.eclipse.jetty.jmx.MetaData
 
toBuffer() - Method in enum class org.eclipse.jetty.http.HttpHeader
 
toBuffer() - Method in enum class org.eclipse.jetty.http.HttpHeaderValue
 
toBuffer() - Method in enum class org.eclipse.jetty.http.HttpVersion
 
toBuffer(byte[]) - Static method in class org.eclipse.jetty.util.BufferUtil
Create a new ByteBuffer using provided byte array.
toBuffer(byte[], int, int) - Static method in class org.eclipse.jetty.util.BufferUtil
Create a new ByteBuffer using the provided byte array.
toBuffer(int) - Static method in class org.eclipse.jetty.util.BufferUtil
 
toBuffer(long) - Static method in class org.eclipse.jetty.util.BufferUtil
 
toBuffer(String) - Static method in class org.eclipse.jetty.util.BufferUtil
 
toBuffer(String, Charset) - Static method in class org.eclipse.jetty.util.BufferUtil
 
toBuffer(Resource, boolean) - Static method in class org.eclipse.jetty.util.BufferUtil
 
toByteArray() - Method in class org.eclipse.jetty.io.ByteBufferAccumulator
 
toByteArray() - Method in class org.eclipse.jetty.io.ByteBufferOutputStream2
 
toByteBuffer() - Method in class org.eclipse.jetty.io.ByteBufferAccumulator
Take the combined buffer containing all content written to the accumulator.
toByteBuffer() - Method in class org.eclipse.jetty.io.ByteBufferOutputStream2
Take the combined buffer containing all content written to the OutputStream.
toBytes() - Method in enum class org.eclipse.jetty.http.HttpVersion
 
toClassReference(Class<?>) - Static method in class org.eclipse.jetty.util.TypeUtil
Return the Classpath / Classloader reference for the provided class file.
toClassReference(String) - Static method in class org.eclipse.jetty.util.TypeUtil
Return the Classpath / Classloader reference for the provided class file.
toConnectionString() - Method in class org.eclipse.jetty.client.http.HttpConnectionOverHTTP
 
toConnectionString() - Method in class org.eclipse.jetty.io.AbstractConnection
 
toConnectionString() - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
toConnectionString() - Method in class org.eclipse.jetty.io.ssl.SslConnection
 
toConnectionString() - Method in class org.eclipse.jetty.server.HttpConnection
 
toConvertible(String) - Method in class org.eclipse.jetty.util.ajax.AsyncJSON
 
toDetailString(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Convert Buffer to a detail debug string of pointers and content
toDetailString(ByteBuffer[]) - Static method in class org.eclipse.jetty.util.BufferUtil
 
toDirectBuffer(String) - Static method in class org.eclipse.jetty.util.BufferUtil
 
toDirectBuffer(String, Charset) - Static method in class org.eclipse.jetty.util.BufferUtil
 
toEndPointString() - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
toEndPointString() - Method in class org.eclipse.jetty.io.ChannelEndPoint
 
toGlobPattern(Path, String) - Method in class org.eclipse.jetty.util.PathWatcher.Config
 
toHeaderRangeString(long) - Method in class org.eclipse.jetty.server.InclusiveByteRange
 
toHex(byte, Appendable) - Static method in class org.eclipse.jetty.util.TypeUtil
 
toHex(int, Appendable) - Static method in class org.eclipse.jetty.util.TypeUtil
 
toHex(long, Appendable) - Static method in class org.eclipse.jetty.util.TypeUtil
 
toHexString(byte) - Static method in class org.eclipse.jetty.util.TypeUtil
 
toHexString(byte[]) - Method in class org.eclipse.jetty.client.util.DigestAuthentication.DigestResult
 
toHexString(byte[]) - Static method in class org.eclipse.jetty.util.TypeUtil
 
toHexString(byte[], int, int) - Static method in class org.eclipse.jetty.util.TypeUtil
 
toHexString(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Convert buffer to a Hex String.
toHexSummary(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Convert buffer to a Hex Summary String.
toIDString(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Convert Buffer to string ID independent of content
toInt(String, int) - Static method in class org.eclipse.jetty.util.StringUtil
Convert String to an integer.
toInt(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Convert buffer to an integer.
toInt(ByteBuffer, int, int) - Static method in class org.eclipse.jetty.util.BufferUtil
Convert buffer to an integer.
toIOException(Throwable) - Method in class org.eclipse.jetty.client.util.InputStreamResponseListener.Input
 
toJSON(Object) - Method in class org.eclipse.jetty.util.ajax.JSON
Convert Object to JSON
toJSON(Object, JSON.Output) - Method in interface org.eclipse.jetty.util.ajax.JSON.Convertor
 
toJSON(Object, JSON.Output) - Method in class org.eclipse.jetty.util.ajax.JSONCollectionConvertor
 
toJSON(Object, JSON.Output) - Method in class org.eclipse.jetty.util.ajax.JSONDateConvertor
 
toJSON(Object, JSON.Output) - Method in class org.eclipse.jetty.util.ajax.JSONEnumConvertor
 
toJSON(Object, JSON.Output) - Method in class org.eclipse.jetty.util.ajax.JSONObjectConvertor
 
toJSON(Object, JSON.Output) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
toJSON(Object, JSON.Output) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertorFactory
 
toJSON(JSON.Output) - Method in interface org.eclipse.jetty.util.ajax.JSON.Convertible
 
Token(byte, HttpTokens.Type) - Constructor for class org.eclipse.jetty.http.HttpTokens.Token
 
Token(String) - Constructor for class org.eclipse.jetty.server.CustomRequestLog.Token
 
Token(String, String, List<Integer>, boolean) - Constructor for class org.eclipse.jetty.server.CustomRequestLog.Token
 
TOKENS - Static variable in class org.eclipse.jetty.http.HttpTokens
 
toLong(String) - Static method in class org.eclipse.jetty.util.StringUtil
Convert String to an long.
toLong(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Convert buffer to an long.
toMappedBuffer(File) - Static method in class org.eclipse.jetty.util.BufferUtil
 
toMBeanException(InvocationTargetException) - Static method in class org.eclipse.jetty.jmx.MetaData
 
toMidnight(ZonedDateTime) - Static method in class org.eclipse.jetty.util.RolloverFileOutputStream
Get the "start of day" for the provided DateTime at the zone specified.
toName(Class<?>) - Static method in class org.eclipse.jetty.util.TypeUtil
Canonical name for a type.
TOO_MANY_REQUESTS - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
TOO_MANY_REQUESTS_429 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
TopologicalSort<T> - Class in org.eclipse.jetty.util
Topological sort a list or array.
TopologicalSort() - Constructor for class org.eclipse.jetty.util.TopologicalSort
 
TopologicalSort.CyclicException - Exception Class in org.eclipse.jetty.util
 
TopologicalSort.InitialOrderComparator<T> - Class in org.eclipse.jetty.util
A comparator that is used to sort dependencies in the order they were in the original list.
toProtocolString(ConnectionFactory.Detecting...) - Static method in class org.eclipse.jetty.server.DetectorConnectionFactory
 
toQuietCheck(long, long) - Method in class org.eclipse.jetty.util.PathWatcher.PathWatchEvent
 
toReplacedString() - Method in class org.eclipse.jetty.util.Utf8Appendable
 
toShortPath(Path) - Method in class org.eclipse.jetty.util.PathWatcher.Config
 
toStarString() - Method in class org.eclipse.jetty.util.security.Password
 
toStateString() - Method in class org.eclipse.jetty.io.FillInterest
 
toStateString() - Method in class org.eclipse.jetty.io.WriteFlusher
 
toStatsHTML() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
toString() - Method in class org.eclipse.jetty.client.AbstractConnectionPool
 
toString() - Method in class org.eclipse.jetty.client.api.Result
 
toString() - Method in class org.eclipse.jetty.client.http.HttpChannelOverHTTP
 
toString() - Method in class org.eclipse.jetty.client.http.HttpConnectionOverHTTP.Delegate
 
toString() - Method in class org.eclipse.jetty.client.http.HttpReceiverOverHTTP
 
toString() - Method in class org.eclipse.jetty.client.http.HttpSenderOverHTTP
 
toString() - Method in class org.eclipse.jetty.client.HttpChannel
 
toString() - Method in class org.eclipse.jetty.client.HttpConnection
 
toString() - Method in class org.eclipse.jetty.client.HttpContent
 
toString() - Method in class org.eclipse.jetty.client.HttpContentResponse
 
toString() - Method in class org.eclipse.jetty.client.HttpConversation
 
toString() - Method in class org.eclipse.jetty.client.HttpDestination
 
toString() - Method in class org.eclipse.jetty.client.HttpExchange
 
toString() - Method in class org.eclipse.jetty.client.HttpReceiver
 
toString() - Method in class org.eclipse.jetty.client.HttpRequest
 
toString() - Method in class org.eclipse.jetty.client.HttpResponse
 
toString() - Method in class org.eclipse.jetty.client.HttpSender
 
toString() - Method in class org.eclipse.jetty.client.Origin.Address
 
toString() - Method in class org.eclipse.jetty.client.Origin
 
toString() - Method in class org.eclipse.jetty.client.ProxyConfiguration.Proxy
 
toString() - Method in class org.eclipse.jetty.client.SendFailure
 
toString() - Method in class org.eclipse.jetty.client.util.BasicAuthentication.BasicResult
 
toString() - Method in class org.eclipse.jetty.client.util.DeferredContentProvider.Chunk
 
toString() - Method in class org.eclipse.jetty.client.util.MultiPartContentProvider.Part
 
toString() - Method in class org.eclipse.jetty.client.util.SPNEGOAuthentication.SPNEGOContext
 
toString() - Method in class org.eclipse.jetty.client.ValidatingConnectionPool.Holder
 
toString() - Method in class org.eclipse.jetty.client.ValidatingConnectionPool
 
toString() - Method in class org.eclipse.jetty.continuation.FauxContinuation
Deprecated.
 
toString() - Method in class org.eclipse.jetty.http.CompressedContentFormat
 
toString() - Method in class org.eclipse.jetty.http.HttpField
 
toString() - Method in class org.eclipse.jetty.http.HttpFields
 
toString() - Method in class org.eclipse.jetty.http.HttpGenerator
 
toString() - Method in enum class org.eclipse.jetty.http.HttpHeader
 
toString() - Method in enum class org.eclipse.jetty.http.HttpHeaderValue
 
toString() - Method in enum class org.eclipse.jetty.http.HttpMethod
 
toString() - Method in class org.eclipse.jetty.http.HttpParser
 
toString() - Method in enum class org.eclipse.jetty.http.HttpScheme
 
toString() - Method in enum class org.eclipse.jetty.http.HttpStatus.Code
 
toString() - Method in class org.eclipse.jetty.http.HttpTokens.Token
 
toString() - Method in class org.eclipse.jetty.http.HttpURI
 
toString() - Method in enum class org.eclipse.jetty.http.HttpVersion
 
toString() - Method in class org.eclipse.jetty.http.MetaData.Request
 
toString() - Method in class org.eclipse.jetty.http.MetaData.Response
 
toString() - Method in class org.eclipse.jetty.http.MetaData
 
toString() - Method in enum class org.eclipse.jetty.http.MimeTypes.Type
 
toString() - Method in class org.eclipse.jetty.http.MultiPartFormInputStream.MultiPart
 
toString() - Method in class org.eclipse.jetty.http.MultiPartParser
 
toString() - Method in class org.eclipse.jetty.http.pathmap.AbstractPathSpec
 
toString() - Method in class org.eclipse.jetty.http.PathMap.MappedEntry
Deprecated.
 
toString() - Method in class org.eclipse.jetty.http.pathmap.MappedResource
 
toString() - Method in class org.eclipse.jetty.http.pathmap.PathMappings
 
toString() - Method in class org.eclipse.jetty.http.PrecompressedHttpContent
 
toString() - Method in class org.eclipse.jetty.http.QuotedCSV
 
toString() - Method in class org.eclipse.jetty.http.QuotedQualityCSV.QualityValue
 
toString() - Method in class org.eclipse.jetty.http.ResourceHttpContent
 
toString() - Method in class org.eclipse.jetty.io.AbstractConnection.ReadCallback
 
toString() - Method in class org.eclipse.jetty.io.AbstractConnection
 
toString() - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
toString() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
toString() - Method in class org.eclipse.jetty.io.ByteBufferOutputStream2
 
toString() - Method in class org.eclipse.jetty.io.ByteBufferPool.Bucket
 
toString() - Method in class org.eclipse.jetty.io.ChannelEndPoint.RunnableTask
 
toString() - Method in class org.eclipse.jetty.io.ConnectionStatistics
 
toString() - Method in class org.eclipse.jetty.io.CyclicTimeout.Timeout
 
toString() - Method in class org.eclipse.jetty.io.CyclicTimeout.Wakeup
 
toString() - Method in class org.eclipse.jetty.io.FillInterest
 
toString() - Method in class org.eclipse.jetty.io.ManagedSelector.Accept
 
toString() - Method in class org.eclipse.jetty.io.ManagedSelector.Connect
 
toString() - Method in class org.eclipse.jetty.io.ManagedSelector.CreateEndPoint
 
toString() - Method in class org.eclipse.jetty.io.ManagedSelector.SelectorProducer
 
toString() - Method in class org.eclipse.jetty.io.ManagedSelector
 
toString() - Method in class org.eclipse.jetty.io.RetainableByteBuffer
 
toString() - Method in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint.IncompleteWriteCallback
 
toString() - Method in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
 
toString() - Method in class org.eclipse.jetty.io.ssl.SslConnection.RunnableTask
 
toString() - Method in class org.eclipse.jetty.io.WriteFlusher.State
 
toString() - Method in class org.eclipse.jetty.io.WriteFlusher
 
toString() - Method in class org.eclipse.jetty.jaas.JAASPrincipal
 
toString() - Method in class org.eclipse.jetty.jaas.JAASUserPrincipal
 
toString() - Method in class org.eclipse.jetty.jmx.MetaData.AttributeInfo
 
toString() - Method in class org.eclipse.jetty.jmx.MetaData.OperationInfo
 
toString() - Method in class org.eclipse.jetty.jmx.MetaData
 
toString() - Method in class org.eclipse.jetty.security.AbstractLoginService
 
toString() - Method in class org.eclipse.jetty.security.AbstractLoginService.UserPrincipal
 
toString() - Method in class org.eclipse.jetty.security.authentication.DigestAuthenticator.Digest
 
toString() - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator.FormAuthentication
 
toString() - Method in class org.eclipse.jetty.security.authentication.SessionAuthentication
 
toString() - Method in class org.eclipse.jetty.security.DefaultUserIdentity
 
toString() - Method in class org.eclipse.jetty.security.PropertyUserStore
 
toString() - Method in class org.eclipse.jetty.security.RoleInfo
 
toString() - Method in class org.eclipse.jetty.security.RoleRunAsToken
 
toString() - Method in class org.eclipse.jetty.security.SecurityHandler.NotChecked
 
toString() - Method in class org.eclipse.jetty.security.UserAuthentication
 
toString() - Method in class org.eclipse.jetty.server.AbstractConnectionFactory
 
toString() - Method in class org.eclipse.jetty.server.AbstractConnector.Acceptor
 
toString() - Method in class org.eclipse.jetty.server.AbstractConnector
 
toString() - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
 
toString() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
 
toString() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedPrecompressedHttpContent
 
toString() - Method in class org.eclipse.jetty.server.CachedContentFactory
 
toString() - Method in class org.eclipse.jetty.server.Dispatcher.ForwardAttributes
 
toString() - Method in class org.eclipse.jetty.server.Dispatcher.IncludeAttributes
 
toString() - Method in class org.eclipse.jetty.server.Dispatcher
 
toString() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer.MutableHostPort
 
toString() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
toString() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
toString() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
toString() - Method in class org.eclipse.jetty.server.handler.ContextHandlerCollection.Branch
 
toString() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
toString() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor.GzipBufferCB
 
toString() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
toString() - Method in class org.eclipse.jetty.server.handler.ThreadLimitHandler.Remote
 
toString() - Method in class org.eclipse.jetty.server.HttpChannel
 
toString() - Method in class org.eclipse.jetty.server.HttpChannelState
 
toString() - Method in class org.eclipse.jetty.server.HttpConfiguration
 
toString() - Method in class org.eclipse.jetty.server.HttpConnection.SendCallback
 
toString() - Method in class org.eclipse.jetty.server.HttpInput.Content
 
toString() - Method in class org.eclipse.jetty.server.HttpInput.ErrorState
 
toString() - Method in class org.eclipse.jetty.server.HttpInput.SentinelContent
 
toString() - Method in class org.eclipse.jetty.server.HttpInput
 
toString() - Method in class org.eclipse.jetty.server.HttpOutput
 
toString() - Method in class org.eclipse.jetty.server.InclusiveByteRange
 
toString() - Method in class org.eclipse.jetty.server.LowResourceMonitor.ConnectorsThreadPoolLowResourceCheck
 
toString() - Method in class org.eclipse.jetty.server.LowResourceMonitor.MainThreadPoolLowResourceCheck
 
toString() - Method in class org.eclipse.jetty.server.LowResourceMonitor.MaxConnectionsLowResourceCheck
 
toString() - Method in class org.eclipse.jetty.server.LowResourceMonitor.MemoryLowResourceCheck
 
toString() - Method in class org.eclipse.jetty.server.NegotiatingServerConnectionFactory
 
toString() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
toString() - Method in class org.eclipse.jetty.server.Request
 
toString() - Method in class org.eclipse.jetty.server.ResourceContentFactory
 
toString() - Method in class org.eclipse.jetty.server.Response
 
toString() - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
 
toString() - Method in class org.eclipse.jetty.server.Server
 
toString() - Method in class org.eclipse.jetty.server.ServerConnector.ServerConnectorManager
 
toString() - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
 
toString() - Method in class org.eclipse.jetty.server.session.AbstractSessionDataStore
 
toString() - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
 
toString() - Method in class org.eclipse.jetty.server.session.DefaultSessionIdManager
 
toString() - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
 
toString() - Method in class org.eclipse.jetty.server.session.HouseKeeper
 
toString() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
toString() - Method in class org.eclipse.jetty.server.session.Session
 
toString() - Method in class org.eclipse.jetty.server.session.SessionContext
 
toString() - Method in class org.eclipse.jetty.server.session.SessionData
 
toString() - Method in class org.eclipse.jetty.server.session.SessionHandler
 
toString() - Method in class org.eclipse.jetty.server.ShutdownMonitor
 
toString() - Method in class org.eclipse.jetty.server.SslConnectionFactory
 
toString() - Method in class org.eclipse.jetty.servlet.ErrorPageErrorHandler.ErrorCodeRange
 
toString() - Method in class org.eclipse.jetty.servlet.FilterHolder
 
toString() - Method in class org.eclipse.jetty.servlet.FilterHolder.Wrapper
 
toString() - Method in class org.eclipse.jetty.servlet.FilterMapping
 
toString() - Method in class org.eclipse.jetty.servlet.Holder
 
toString() - Method in class org.eclipse.jetty.servlet.ListenerHolder
 
toString() - Method in class org.eclipse.jetty.servlet.ListenerHolder.Wrapper
 
toString() - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspConfig
 
toString() - Method in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
 
toString() - Method in class org.eclipse.jetty.servlet.ServletContextHandler.TagLib
 
toString() - Method in class org.eclipse.jetty.servlet.ServletHandler.Chain
 
toString() - Method in class org.eclipse.jetty.servlet.ServletHandler.ChainEnd
 
toString() - Method in class org.eclipse.jetty.servlet.ServletHolder
 
toString() - Method in class org.eclipse.jetty.servlet.ServletHolder.Wrapper
 
toString() - Method in class org.eclipse.jetty.servlet.ServletMapping
 
toString() - Method in class org.eclipse.jetty.servlet.Source
 
toString() - Method in class org.eclipse.jetty.util.ajax.JSON.Literal
 
toString() - Method in class org.eclipse.jetty.util.ajax.JSON.StringSource
 
toString() - Method in class org.eclipse.jetty.util.ArrayTernaryTrie.Growing
 
toString() - Method in class org.eclipse.jetty.util.ArrayTernaryTrie
 
toString() - Method in class org.eclipse.jetty.util.ArrayTrie
 
toString() - Method in class org.eclipse.jetty.util.AttributesMap
 
toString() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
toString() - Method in class org.eclipse.jetty.util.component.AttributeContainerMap
 
toString() - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle.Bean
 
toString() - Method in class org.eclipse.jetty.util.compression.CompressionPool
 
toString() - Method in class org.eclipse.jetty.util.ConcurrentHashSet
Deprecated.
 
toString() - Method in exception class org.eclipse.jetty.util.ConstantThrowable
 
toString() - Method in class org.eclipse.jetty.util.CountingCallback
 
toString() - Method in class org.eclipse.jetty.util.DecoratedObjectFactory
 
toString() - Method in class org.eclipse.jetty.util.Fields.Field
 
toString() - Method in class org.eclipse.jetty.util.Fields
 
toString() - Method in class org.eclipse.jetty.util.FutureCallback
 
toString() - Method in class org.eclipse.jetty.util.FuturePromise
 
toString() - Method in class org.eclipse.jetty.util.HostPort
 
toString() - Method in class org.eclipse.jetty.util.IncludeExcludeSet.SetContainsPredicate
 
toString() - Method in class org.eclipse.jetty.util.IncludeExcludeSet
 
toString() - Method in class org.eclipse.jetty.util.InetAddressSet.InetPattern
 
toString() - Method in class org.eclipse.jetty.util.IteratingCallback
 
toString() - Method in class org.eclipse.jetty.util.IteratingNestedCallback
 
toString() - Method in class org.eclipse.jetty.util.JavaVersion
 
toString() - Method in class org.eclipse.jetty.util.LeakDetector.LeakInfo
 
toString() - Method in class org.eclipse.jetty.util.log.JettyAwareLogger
 
toString() - Method in class org.eclipse.jetty.util.log.Slf4jLog
 
toString() - Method in class org.eclipse.jetty.util.log.StdErrLog
 
toString() - Method in exception class org.eclipse.jetty.util.MultiException
 
toString() - Method in class org.eclipse.jetty.util.MultiMap
 
toString() - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
Deprecated.
 
toString() - Method in class org.eclipse.jetty.util.MultiReleaseJarFile
 
toString() - Method in class org.eclipse.jetty.util.MultiReleaseJarFile.VersionedJarEntry
 
toString() - Method in class org.eclipse.jetty.util.PathWatcher.Config
 
toString() - Method in class org.eclipse.jetty.util.PathWatcher.PathWatchEvent
 
toString() - Method in class org.eclipse.jetty.util.PathWatcher
 
toString() - Method in class org.eclipse.jetty.util.Pool.Entry
 
toString() - Method in class org.eclipse.jetty.util.Pool
 
toString() - Method in class org.eclipse.jetty.util.resource.BadResource
 
toString() - Method in class org.eclipse.jetty.util.resource.FileResource
Deprecated.
 
toString() - Method in class org.eclipse.jetty.util.resource.PathResource
 
toString() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
 
toString() - Method in class org.eclipse.jetty.util.resource.URLResource
 
toString() - Method in class org.eclipse.jetty.util.Scanner.TimeNSize
 
toString() - Method in class org.eclipse.jetty.util.security.Constraint
 
toString() - Method in class org.eclipse.jetty.util.security.Password
 
toString() - Method in class org.eclipse.jetty.util.SharedBlockingCallback.Blocker
 
toString() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
toString() - Method in class org.eclipse.jetty.util.ssl.SslSelectionDump
 
toString() - Method in class org.eclipse.jetty.util.ssl.X509
 
toString() - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
 
toString() - Method in class org.eclipse.jetty.util.statistic.RateStatistic
 
toString() - Method in class org.eclipse.jetty.util.statistic.SampleStatistic
 
toString() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
toString() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
toString() - Method in class org.eclipse.jetty.util.thread.ReservedThreadExecutor.ReservedThread
 
toString() - Method in class org.eclipse.jetty.util.thread.ReservedThreadExecutor
 
toString() - Method in class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill
 
toString() - Method in class org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume
 
toString() - Method in class org.eclipse.jetty.util.thread.TimerScheduler.SimpleTask
 
toString() - Method in class org.eclipse.jetty.util.thread.TryExecutor.NoTryExecutor
 
toString() - Method in class org.eclipse.jetty.util.TopologicalSort
 
toString() - Method in class org.eclipse.jetty.util.TreeTrie
 
toString() - Method in class org.eclipse.jetty.util.Utf8StringBuffer
 
toString() - Method in class org.eclipse.jetty.util.Utf8StringBuilder
 
toString() - Method in class org.eclipse.jetty.webapp.CachingWebAppClassLoader
 
toString() - Method in class org.eclipse.jetty.webapp.ClasspathPattern.Entry
 
toString() - Method in class org.eclipse.jetty.webapp.Descriptor
 
toString() - Method in class org.eclipse.jetty.webapp.MetaData.OriginInfo
 
toString() - Method in class org.eclipse.jetty.webapp.WebAppClassLoader
 
toString() - Method in class org.eclipse.jetty.webapp.WebAppContext
 
toString() - Method in class org.eclipse.jetty.xml.XmlConfiguration
 
toString() - Method in class org.eclipse.jetty.xml.XmlParser.Node
 
toString(boolean) - Method in class org.eclipse.jetty.xml.XmlParser.Node
Convert to a string.
toString(boolean, boolean) - Method in class org.eclipse.jetty.xml.XmlParser.Node
Convert to a string.
toString(byte[], int) - Static method in class org.eclipse.jetty.util.TypeUtil
 
toString(byte[], int, int, String) - Static method in class org.eclipse.jetty.util.StringUtil
 
toString(char[], int, int) - Method in class org.eclipse.jetty.util.ajax.JSON
 
toString(long) - Method in class org.eclipse.jetty.util.statistic.RateStatistic
 
toString(InputStream) - Static method in class org.eclipse.jetty.util.IO
Read input stream to string.
toString(InputStream, String) - Static method in class org.eclipse.jetty.util.IO
Read input stream to string.
toString(InputStream, Charset) - Static method in class org.eclipse.jetty.util.IO
Read input stream to string.
toString(Reader) - Static method in class org.eclipse.jetty.util.IO
Read input stream to string.
toString(Appendable, int) - Method in class org.eclipse.jetty.util.ArrayTrie
 
toString(Appendable, TreeTrie<V>) - Static method in class org.eclipse.jetty.util.TreeTrie
 
toString(Object) - Static method in class org.eclipse.jetty.util.ajax.JSON
 
toString(Object) - Static method in class org.eclipse.jetty.util.LazyList
 
toString(Object[]) - Static method in class org.eclipse.jetty.util.ajax.JSON
 
toString(StringBuilder, boolean) - Method in class org.eclipse.jetty.xml.XmlParser.Node
 
toString(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Convert the buffer to an ISO-8859-1 String
toString(ByteBuffer, int, int, Charset) - Static method in class org.eclipse.jetty.util.BufferUtil
Convert a partial buffer to a String.
toString(ByteBuffer, Charset) - Static method in class org.eclipse.jetty.util.BufferUtil
Convert the buffer to an ISO-8859-1 String
toString(Charset) - Method in class org.eclipse.jetty.util.ByteArrayOutputStream2
 
toString(Path, Charset) - Static method in class org.eclipse.jetty.util.IO
Read Path to string.
toString(Map) - Static method in class org.eclipse.jetty.util.ajax.JSON
 
toStringArray(Object) - Static method in class org.eclipse.jetty.util.LazyList
 
toStringArrayMap() - Method in class org.eclipse.jetty.util.MultiMap
 
toStringLocked() - Method in class org.eclipse.jetty.server.HttpChannelState
 
toStringLocked() - Method in class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill
 
toSummaryString(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
 
toURI() - Method in class org.eclipse.jetty.http.HttpURI
 
toURL(File) - Static method in class org.eclipse.jetty.util.resource.Resource
Generate a properly encoded URL from a File instance.
toUserName(GSSContext) - Method in class org.eclipse.jetty.security.ConfigurableSpnegoLoginService
 
toUTF8String(byte[], int, int) - Static method in class org.eclipse.jetty.util.StringUtil
 
toUTF8String(ByteBuffer) - Static method in class org.eclipse.jetty.util.BufferUtil
Convert the buffer to an UTF-8 String
trace(String) - Method in class org.eclipse.jetty.util.log.JettyAwareLogger
 
trace(String, Object) - Method in class org.eclipse.jetty.util.log.JettyAwareLogger
 
trace(String, Object[]) - Method in class org.eclipse.jetty.util.log.JettyAwareLogger
 
trace(String, Object, Object) - Method in class org.eclipse.jetty.util.log.JettyAwareLogger
 
trace(String, Throwable) - Method in class org.eclipse.jetty.util.log.JettyAwareLogger
 
trace(Marker, String) - Method in class org.eclipse.jetty.util.log.JettyAwareLogger
 
trace(Marker, String, Object) - Method in class org.eclipse.jetty.util.log.JettyAwareLogger
 
trace(Marker, String, Object[]) - Method in class org.eclipse.jetty.util.log.JettyAwareLogger
 
trace(Marker, String, Object, Object) - Method in class org.eclipse.jetty.util.log.JettyAwareLogger
 
trace(Marker, String, Throwable) - Method in class org.eclipse.jetty.util.log.JettyAwareLogger
 
TRACE - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
TRACE - Static variable in class org.eclipse.jetty.util.log.JettyAwareLogger
 
trailer(HttpField) - Method in class org.eclipse.jetty.client.HttpResponse
 
TRAILER - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
TRAILER - Enum constant in enum class org.eclipse.jetty.http.HttpParser.State
 
trailers - Variable in class org.eclipse.jetty.client.HttpRequest
 
trailers - Variable in class org.eclipse.jetty.client.HttpResponse
 
trailers(Supplier<HttpFields>) - Method in class org.eclipse.jetty.client.HttpRequest
 
TRANS_TABLE - Static variable in class org.eclipse.jetty.util.Utf8Appendable
 
TRANSFER_ENCODING - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
TRANSFER_ENCODING_CHUNKED - Static variable in class org.eclipse.jetty.http.HttpGenerator
 
TRANSFER_ENCODING_WITH_CONTENT_LENGTH - Enum constant in enum class org.eclipse.jetty.http.HttpComplianceSection
 
TRANSIENT - Enum constant in enum class org.eclipse.jetty.client.HttpReceiver.ResponseState
One of the response*() methods is being executed.
TRANSIENT - Enum constant in enum class org.eclipse.jetty.client.HttpSender.RequestState
One of the state transition methods is being executed.
TransientListeners() - Constructor for class org.eclipse.jetty.server.HttpChannel.TransientListeners
Deprecated.
 
transport - Variable in class org.eclipse.jetty.client.HttpClient
 
Transport() - Constructor for enum class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyV2ConnectionFactory.Transport
 
TreeTrie<V> - Class in org.eclipse.jetty.util
A Trie String lookup data structure using a tree
TreeTrie() - Constructor for class org.eclipse.jetty.util.TreeTrie
 
TreeTrie(char) - Constructor for class org.eclipse.jetty.util.TreeTrie
 
Trie<V> - Interface in org.eclipse.jetty.util
A Trie String lookup data structure.
True - Enum constant in enum class org.eclipse.jetty.webapp.MetaDataComplete
 
TRUE - Enum constant in enum class org.eclipse.jetty.util.ajax.AsyncJSON.State
 
truncate(String, int) - Static method in class org.eclipse.jetty.util.StringUtil
Truncate a string to a max size.
TRUST_ALL_CERTS - Static variable in class org.eclipse.jetty.util.ssl.SslContextFactory
 
trustManager - Variable in class org.eclipse.jetty.util.ssl.SslContextFactory.X509ExtendedTrustManagerWrapper
 
tryAcquire() - Method in class org.eclipse.jetty.util.Pool.Entry
Try to acquire the entry if possible by incrementing both the usage count and the multiplex count.
tryComplete() - Method in class org.eclipse.jetty.util.CompletableCallback
Deprecated.
Tries to complete this callback; driver code should call this method once after the asynchronous operation to detect whether the asynchronous operation has already completed or not.
tryCreate(boolean) - Method in class org.eclipse.jetty.client.AbstractConnectionPool
Tries to create a new connection.
tryExecute(Runnable) - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
tryExecute(Runnable) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
tryExecute(Runnable) - Method in class org.eclipse.jetty.util.thread.ReservedThreadExecutor
Executes the given task if and only if a reserved thread is available.
tryExecute(Runnable) - Method in class org.eclipse.jetty.util.thread.TryExecutor.NoTryExecutor
 
tryExecute(Runnable) - Method in interface org.eclipse.jetty.util.thread.TryExecutor
Attempt to execute a task.
TryExecutor - Interface in org.eclipse.jetty.util.thread
A variation of Executor that can confirm if a thread is available immediately
TryExecutor.NoTryExecutor - Class in org.eclipse.jetty.util.thread
 
tryFillInterested() - Method in class org.eclipse.jetty.io.AbstractConnection
 
tryFillInterested(Callback) - Method in class org.eclipse.jetty.io.AbstractConnection
 
tryFillInterested(Callback) - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
tryFillInterested(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.
tryFillInterested(Callback) - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
tryProduce(boolean) - Method in class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill
 
tryRegister(Callback) - Method in class org.eclipse.jetty.io.FillInterest
Call to register interest in a callback when a read is possible.
tryRelease() - Method in class org.eclipse.jetty.util.Pool.Entry
Try to release the entry if possible by decrementing the multiplexing count unless the entity is closed.
tryRemove() - Method in class org.eclipse.jetty.util.Pool.Entry
Try to remove the entry by marking it as closed and decrementing the multiplexing counter.
tryRemoveIdleDestination() - Method in class org.eclipse.jetty.client.HttpDestination
 
tunnel() - Method in class org.eclipse.jetty.client.Socks4Proxy.Socks4ProxyConnection
 
tunnel(HttpDestination, Connection) - Method in class org.eclipse.jetty.client.HttpProxy.CreateTunnelPromise
 
tunnelFailed(EndPoint, Throwable) - Method in class org.eclipse.jetty.client.HttpProxy.CreateTunnelPromise
 
TunnelPromise(Request, Response.CompleteListener, Promise<Connection>) - Constructor for class org.eclipse.jetty.client.HttpProxy.TunnelPromise
 
tunnelSucceeded(EndPoint) - Method in class org.eclipse.jetty.client.HttpProxy.CreateTunnelPromise
 
type - Variable in class org.eclipse.jetty.client.api.Authentication.HeaderInfo
 
type - Variable in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag.TLV
 
type - Variable in class org.eclipse.jetty.util.PathWatcher.PathWatchEvent
 
type - Variable in class org.eclipse.jetty.util.ssl.SslSelectionDump
 
Type() - Constructor for enum class org.eclipse.jetty.http.HttpMethod.Type
 
Type() - Constructor for enum class org.eclipse.jetty.http.HttpTokens.Type
 
Type(String) - Constructor for enum class org.eclipse.jetty.http.MimeTypes.Type
 
Type(String, Charset) - Constructor for enum class org.eclipse.jetty.http.MimeTypes.Type
 
Type(String, MimeTypes.Type) - Constructor for enum class org.eclipse.jetty.http.MimeTypes.Type
 
TYPES - Static variable in class org.eclipse.jetty.http.MimeTypes
 
TypeUtil - Class in org.eclipse.jetty.util
TYPE Utilities.
TypeUtil() - Constructor for class org.eclipse.jetty.util.TypeUtil
 

U

UINT_MAX - Static variable in class org.eclipse.jetty.http.GZIPContentDecoder
 
UNAUTHENTICATED - Static variable in interface org.eclipse.jetty.server.Authentication
Unauthenticated state.
UNAUTHENTICATED_IDENTITY - Static variable in interface org.eclipse.jetty.server.UserIdentity
 
UNAUTHORIZED - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
UNAUTHORIZED_401 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
UNAVAILABLE - Enum constant in enum class org.eclipse.jetty.server.handler.ContextHandler.Availability
 
UNAVAILABLE_FOR_LEGAL_REASONS - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
UNAVAILABLE_FOR_LEGAL_REASONS_451 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
UnavailableServlet(UnavailableException, Servlet) - Constructor for class org.eclipse.jetty.servlet.ServletHolder.UnavailableServlet
 
UNBIND - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
unbindValue(String, Object) - Method in class org.eclipse.jetty.server.session.Session
Unbind value if value implements HttpSessionBindingListener (calls HttpSessionBindingListener.valueUnbound(HttpSessionBindingEvent))
unblock() - Method in class org.eclipse.jetty.server.HttpInput
 
UNCHECKOUT - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
undeployHandler(Handler, Callback) - Method in class org.eclipse.jetty.server.handler.ContextHandlerCollection
Thread safe undeploy of a Handler.
undispatch() - Method in interface org.eclipse.jetty.continuation.Continuation
Deprecated.
Undispatch the request.
undispatch() - Method in class org.eclipse.jetty.continuation.FauxContinuation
Deprecated.
 
undispatch() - Method in class org.eclipse.jetty.continuation.Servlet3Continuation
Deprecated.
 
unhandle() - Method in class org.eclipse.jetty.server.HttpChannelState
Signal that the HttpConnection has finished handling the request.
unhook() - Method in class org.eclipse.jetty.util.thread.ShutdownThread
 
UNICODE - Enum constant in enum class org.eclipse.jetty.util.ajax.AsyncJSON.State
 
UNIMPLEMENTED_USE_SERVLET_CONTEXT_HANDLER - Static variable in class org.eclipse.jetty.server.handler.ContextHandler
 
UNIX - Enum constant in enum class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag.Family
 
UNIX - Enum constant in enum class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyV2ConnectionFactory.Family
 
UnixCrypt - Class in org.eclipse.jetty.util.security
Unix Crypt.
UnixCrypt() - Constructor for class org.eclipse.jetty.util.security.UnixCrypt
You can't call the constructer.
UNKNOWN - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
UNKNOWN - Enum constant in enum class org.eclipse.jetty.http.HttpHeaderValue
 
UNKNOWN - Enum constant in enum class org.eclipse.jetty.util.PathWatcher.PathWatchEventType
 
UNKNOWN - Static variable in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V1.Tag
The PROXY V1 Tag typically used to "ping" the server.
UNKNOWN_CONTENT - Enum constant in enum class org.eclipse.jetty.http.HttpTokens.EndOfContent
 
unlimit() - Method in class org.eclipse.jetty.server.AcceptRateLimit
 
unlimit() - Method in class org.eclipse.jetty.server.ConnectionLimit
 
UNLIMITED_DEPTH - Static variable in class org.eclipse.jetty.util.PathWatcher.Config
 
UNLINK - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
unload() - Method in class org.eclipse.jetty.util.ssl.SslContextFactory
 
UnLock() - Constructor for class org.eclipse.jetty.util.thread.Locker.UnLock
Deprecated.
 
UNLOCK - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
unmanage(Object) - Method in interface org.eclipse.jetty.util.component.Container
Unmanages a bean already contained by this aggregate, so that it is not started/stopped/destroyed with this aggregate.
unmanage(Object) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
Unmanages a bean already contained by this aggregate, so that it is not started/stopped/destroyed with this aggregate.
unmanage(ContainerLifeCycle.Bean) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
UNMANAGED - Enum constant in enum class org.eclipse.jetty.util.component.ContainerLifeCycle.Managed
 
unpack(WebAppContext) - Method in class org.eclipse.jetty.webapp.WebInfConfiguration
 
UNPROCESSABLE_ENTITY - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
UNPROCESSABLE_ENTITY_422 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
unquote(String) - Static method in class org.eclipse.jetty.http.QuotedCSVParser
 
unquote(String) - Static method in class org.eclipse.jetty.util.QuotedStringTokenizer
 
unquote(String) - Static method in class org.eclipse.jetty.util.StringUtil
Deprecated.
unquote(String, boolean) - Static method in class org.eclipse.jetty.util.QuotedStringTokenizer
Unquote a string.
unquoteOnly(String) - Static method in class org.eclipse.jetty.util.QuotedStringTokenizer
 
unquoteOnly(String, boolean) - Static method in class org.eclipse.jetty.util.QuotedStringTokenizer
Unquote a string, NOT converting unicode sequences
UnreadableSessionDataException - Exception Class in org.eclipse.jetty.server.session
UnreadableSessionDataException
UnreadableSessionDataException(String, SessionContext, Throwable) - Constructor for exception class org.eclipse.jetty.server.session.UnreadableSessionDataException
 
UNREADY - Enum constant in enum class org.eclipse.jetty.server.HttpOutput.ApiState
 
unregister(ObjectName) - Method in class org.eclipse.jetty.jmx.MBeanContainer
 
UNSET - Enum constant in enum class org.eclipse.jetty.server.ForwardedRequestCustomizer.Source
 
UNSET - Static variable in class org.eclipse.jetty.server.ForwardedRequestCustomizer.MutableHostPort
 
UNSET - Static variable in class org.eclipse.jetty.util.ajax.AsyncJSON
 
UNSET - Static variable in class org.eclipse.jetty.util.ClassLoadingObjectInputStream.ClassLoaderThreadLocal
 
unsetJAASInfo(Subject) - Method in class org.eclipse.jetty.jaas.spi.AbstractLoginModule.JAASUserInfo
 
unsetRunAs(Object) - Method in class org.eclipse.jetty.security.DefaultIdentityService
 
unsetRunAs(Object) - Method in interface org.eclipse.jetty.security.IdentityService
Disassociate the current runAsToken from the thread and reassociate the previous token.
unsolicited - Variable in class org.eclipse.jetty.client.http.HttpReceiverOverHTTP
 
UNSPEC - Enum constant in enum class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag.Family
 
UNSPEC - Enum constant in enum class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag.Protocol
 
UNSPEC - Enum constant in enum class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyV2ConnectionFactory.Family
 
UNSPEC - Enum constant in enum class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyV2ConnectionFactory.Transport
 
UNSUPPORTED_MEDIA_TYPE - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
UNSUPPORTED_MEDIA_TYPE_415 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
unwrap() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
unwrap() - Method in class org.eclipse.jetty.util.Promise.Wrapper
 
unwrap(Throwable, Class<?>...) - Method in class org.eclipse.jetty.server.HttpChannel
Unwrap failure causes to find target class
unwrap(SSLEngine, ByteBuffer, ByteBuffer) - Method in class org.eclipse.jetty.io.ssl.SslConnection
 
unwrap(ServletRequest) - Static method in class org.eclipse.jetty.server.Request
 
unwrap(ServletResponse) - Static method in class org.eclipse.jetty.server.Response
 
unwrap(Attributes) - Static method in interface org.eclipse.jetty.util.Attributes
 
unwrap(T) - Method in class org.eclipse.jetty.servlet.BaseHolder
 
UnwriteableSessionDataException - Exception Class in org.eclipse.jetty.server.session
UnwriteableSessionDataException
UnwriteableSessionDataException(String, SessionContext, Throwable) - Constructor for exception class org.eclipse.jetty.server.session.UnwriteableSessionDataException
 
update() - Method in class org.eclipse.jetty.server.ConnectorStatistics
Deprecated.
 
update() - Method in class org.eclipse.jetty.util.statistic.RateStatistic
 
update(long) - Method in class org.eclipse.jetty.util.statistic.RateStatistic
 
update(String, Credential, String[]) - Method in interface org.eclipse.jetty.security.PropertyUserStore.UserListener
 
update(Selector) - Method in class org.eclipse.jetty.io.ManagedSelector.Accept
 
update(Selector) - Method in class org.eclipse.jetty.io.ManagedSelector.Acceptor
 
update(Selector) - Method in class org.eclipse.jetty.io.ManagedSelector.CloseConnections
 
update(Selector) - Method in class org.eclipse.jetty.io.ManagedSelector.Connect
 
update(Selector) - Method in class org.eclipse.jetty.io.ManagedSelector.DumpKeys
 
update(Selector) - Method in interface org.eclipse.jetty.io.ManagedSelector.SelectorUpdate
 
update(Selector) - Method in class org.eclipse.jetty.io.ManagedSelector.Start
 
update(Selector) - Method in class org.eclipse.jetty.io.ManagedSelector.StopSelector
 
UPDATE - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
updateApiState(Throwable) - Method in class org.eclipse.jetty.server.HttpOutput
 
updateAuthority(String, ForwardedRequestCustomizer.Source) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer.Forwarded
 
updateBean(Object, Object) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
updateBean(Object, Object, boolean) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
updateBean(String, Object, Object) - Method in class org.eclipse.jetty.server.handler.ManagedAttributeListener
 
updateBeans(Object[], Object[]) - Method in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
updateForwardedHandle(MethodHandles.Lookup, String, String) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
updateHandlers(HandlerCollection.Handlers, HandlerCollection.Handlers) - Method in class org.eclipse.jetty.server.handler.HandlerCollection
 
updateHandles() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
updateInactivityTimer() - Method in class org.eclipse.jetty.server.session.Session
Deprecated.
updateKey() - Method in class org.eclipse.jetty.io.ChannelEndPoint
 
updateKey() - Method in class org.eclipse.jetty.io.ManagedSelector.Acceptor
 
updateKey() - Method in interface org.eclipse.jetty.io.ManagedSelector.Selectable
Callback method invoked when all the keys selected by the ManagedSelector for this endpoint have been processed.
updateKeyAction(Selector) - Method in class org.eclipse.jetty.io.ChannelEndPoint
 
updateKeys() - Method in class org.eclipse.jetty.io.ManagedSelector.SelectorProducer
 
updateLogHandle(MethodHandle, MethodHandle, MethodHandles.Lookup, String, String, List<Integer>, boolean) - Method in class org.eclipse.jetty.server.CustomRequestLog
 
updateLogHandle(MethodHandle, MethodHandle, String) - Method in class org.eclipse.jetty.server.CustomRequestLog
 
updateMappings() - Method in class org.eclipse.jetty.servlet.ServletHandler
 
updateMax(AtomicInteger, int) - Static method in class org.eclipse.jetty.util.Atomics
 
updateMax(AtomicLong, long) - Static method in class org.eclipse.jetty.util.Atomics
 
updateMemory(ByteBuffer, boolean) - Method in class org.eclipse.jetty.io.AbstractByteBufferPool
 
updateMin(AtomicInteger, int) - Static method in class org.eclipse.jetty.util.Atomics
 
updateMin(AtomicLong, long) - Static method in class org.eclipse.jetty.util.Atomics
 
updateNameMappings() - Method in class org.eclipse.jetty.servlet.ServletHandler
 
updatePattern() - Method in class org.eclipse.jetty.util.RegexSet
 
updatePort(int, ForwardedRequestCustomizer.Source) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer.Forwarded
 
updateProto(String, ForwardedRequestCustomizer.Source) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer.Forwarded
 
updateQuietTimeDuration - Variable in class org.eclipse.jetty.util.PathWatcher
Update Quiet Time - set to 1000 ms as default (a lower value in Windows is not supported)
updateQuietTimeUnit - Variable in class org.eclipse.jetty.util.PathWatcher
 
UPDATEREDIRECTREF - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
updateRequestState(HttpSender.RequestState, HttpSender.RequestState) - Method in class org.eclipse.jetty.client.HttpSender
 
updateResponse(Request) - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
updateResponseListeners(Response.ResponseListener) - Method in class org.eclipse.jetty.client.HttpConversation
Requests to update the response listener, eventually using the given override response listener, that must be notified instead of the first exchange response listeners.
updateResponseState(HttpReceiver.ResponseState, HttpReceiver.ResponseState) - Method in class org.eclipse.jetty.client.HttpReceiver
 
updateResponseState(HttpReceiver.ResponseState, HttpReceiver.ResponseState, HttpReceiver.ResponseState) - Method in class org.eclipse.jetty.client.HttpReceiver
 
updateSenderState(HttpSender.SenderState, HttpSender.SenderState) - Method in class org.eclipse.jetty.client.HttpSender
 
updateState(WriteFlusher.State, WriteFlusher.State) - Method in class org.eclipse.jetty.io.WriteFlusher
Tries to update the current state to the given new state.
upgrade() - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
Attempts to perform an HTTP/1.1 upgrade.
upgrade() - Method in class org.eclipse.jetty.server.HttpChannelState
 
upgrade() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyV1ConnectionFactory.ProxyProtocolV1Connection
 
upgrade(Class<T>) - Method in class org.eclipse.jetty.server.Request
 
upgrade(Class<T>) - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
upgrade(HttpResponse, HttpConnectionOverHTTP) - Method in interface org.eclipse.jetty.client.http.HttpConnectionUpgrader
 
upgrade(Connection) - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
upgrade(Connection) - Method in interface org.eclipse.jetty.io.EndPoint
Upgrades this EndPoint from the current connection to the given new connection.
upgrade(Connection) - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
UPGRADE - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
UPGRADE - Enum constant in enum class org.eclipse.jetty.http.HttpHeaderValue
 
UPGRADE_CONNECTION_ATTRIBUTE - Static variable in class org.eclipse.jetty.server.HttpConnection
 
UPGRADE_REQUIRED - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
UPGRADE_REQUIRED_426 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
upgradeConnection(Connector, EndPoint, MetaData.Request, HttpFields) - Method in interface org.eclipse.jetty.server.ConnectionFactory.Upgrading
Create a connection for an upgrade request.
UPGRADED - Enum constant in enum class org.eclipse.jetty.server.HttpChannelState.State
 
upgradeToConnectionFactory(ConnectionFactory, Connector, EndPoint) - Static method in class org.eclipse.jetty.server.DetectorConnectionFactory
Utility method that performs an upgrade to the specified connection factory, disposing of the given resources when needed.
Uptime - Class in org.eclipse.jetty.util
Provide for a Uptime class that is compatible with Android, GAE, and the new Java 8 compact profiles
Uptime() - Constructor for class org.eclipse.jetty.util.Uptime
 
Uptime.DefaultImpl - Class in org.eclipse.jetty.util
 
Uptime.Impl - Interface in org.eclipse.jetty.util
 
uptimeMethod - Variable in class org.eclipse.jetty.util.Uptime.DefaultImpl
 
uri - Variable in class org.eclipse.jetty.client.HttpRequest
 
uri - Variable in class org.eclipse.jetty.client.util.AbstractAuthentication
 
uri - Variable in class org.eclipse.jetty.client.util.BasicAuthentication.BasicResult
 
uri - Variable in class org.eclipse.jetty.client.util.SPNEGOAuthentication.SPNEGOResult
 
uri - Variable in class org.eclipse.jetty.security.authentication.DigestAuthenticator.Digest
 
uri - Variable in class org.eclipse.jetty.util.resource.PathResource
 
URI - Enum constant in enum class org.eclipse.jetty.http.HttpParser.State
 
URI_PATTERN - Static variable in class org.eclipse.jetty.client.HttpRedirector
 
URI_TOO_LONG - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
URI_TOO_LONG_414 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
uriJarPrefix(URI, String) - Method in class org.eclipse.jetty.webapp.MetaInfConfiguration
 
UriTemplatePathSpec - Class in org.eclipse.jetty.http.pathmap
PathSpec for URI Template based declarations
UriTemplatePathSpec(String) - Constructor for class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
 
URIUtil - Class in org.eclipse.jetty.util
URI Utility methods.
URIUtil() - Constructor for class org.eclipse.jetty.util.URIUtil
 
url - Variable in enum class org.eclipse.jetty.http.HttpComplianceSection
 
urlDecode(String) - Method in class org.eclipse.jetty.client.HttpRequest
 
urlEncode(String) - Method in class org.eclipse.jetty.client.HttpRequest
 
UrlEncoded - Class in org.eclipse.jetty.util
Handles coding of MIME "x-www-form-urlencoded".
UrlEncoded() - Constructor for class org.eclipse.jetty.util.UrlEncoded
 
UrlEncoded(String) - Constructor for class org.eclipse.jetty.util.UrlEncoded
 
UrlEncoded(UrlEncoded) - Constructor for class org.eclipse.jetty.util.UrlEncoded
 
URLResource - Class in org.eclipse.jetty.util.resource
URL resource class.
URLResource(URL, URLConnection) - Constructor for class org.eclipse.jetty.util.resource.URLResource
 
URLResource(URL, URLConnection, boolean) - Constructor for class org.eclipse.jetty.util.resource.URLResource
 
use() - Method in class org.eclipse.jetty.server.session.Session
 
USE_CONTAINER_METAINF_CACHE - Static variable in class org.eclipse.jetty.webapp.MetaInfConfiguration
 
USE_KNOWN_CONTENT_LENGTH - Static variable in class org.eclipse.jetty.server.Response
 
USE_PROXY - Enum constant in enum class org.eclipse.jetty.http.HttpStatus.Code
 
USE_PROXY_305 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
useDirectBuffers() - Method in class org.eclipse.jetty.server.HttpChannel
 
user - Variable in class org.eclipse.jetty.client.util.BasicAuthentication
 
user - Variable in class org.eclipse.jetty.client.util.DigestAuthentication.DigestResult
 
user - Variable in class org.eclipse.jetty.client.util.DigestAuthentication
 
user - Variable in class org.eclipse.jetty.jaas.spi.AbstractLoginModule.JAASUserInfo
 
USER_AGENT - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
UserAuthentication - Class in org.eclipse.jetty.security
 
UserAuthentication(String, UserIdentity) - Constructor for class org.eclipse.jetty.security.UserAuthentication
 
UserDataConstraint - Enum Class in org.eclipse.jetty.security
 
UserDataConstraint() - Constructor for enum class org.eclipse.jetty.security.UserDataConstraint
 
UserIdentity - Interface in org.eclipse.jetty.server
User object that encapsulates user identity and operations such as run-as-role actions, checking isUserInRole and getUserPrincipal.
UserIdentity.Scope - Interface in org.eclipse.jetty.server
A UserIdentity Scope.
UserIdentity.UnauthenticatedUserIdentity - Interface in org.eclipse.jetty.server
 
UserIdentityHolder(UserIdentity) - Constructor for class org.eclipse.jetty.security.authentication.ConfigurableSpnegoAuthenticator.UserIdentityHolder
 
UserInfo - Class in org.eclipse.jetty.jaas.spi
UserInfo This is the information read from the external source about a user.
UserInfo(String, Credential) - Constructor for class org.eclipse.jetty.jaas.spi.UserInfo
 
UserInfo(String, Credential, List<String>) - Constructor for class org.eclipse.jetty.jaas.spi.UserInfo
 
userKeyTabPath - Variable in class org.eclipse.jetty.client.util.SPNEGOAuthentication
 
username - Variable in class org.eclipse.jetty.security.authentication.DigestAuthenticator.Digest
 
userName - Variable in class org.eclipse.jetty.client.util.SPNEGOAuthentication
 
userName - Variable in class org.eclipse.jetty.security.authentication.LoginCallbackImpl
 
userPassword - Variable in class org.eclipse.jetty.client.util.SPNEGOAuthentication
 
userPrincipal - Variable in class org.eclipse.jetty.security.authentication.LoginCallbackImpl
 
UserPrincipal(String, Credential) - Constructor for class org.eclipse.jetty.security.AbstractLoginService.UserPrincipal
 
userQuery - Variable in class org.eclipse.jetty.jaas.spi.AbstractDatabaseLoginModule
 
UserStore - Class in org.eclipse.jetty.security
Base class to store User
UserStore() - Constructor for class org.eclipse.jetty.security.UserStore
 
useTicketCache - Variable in class org.eclipse.jetty.client.util.SPNEGOAuthentication
 
utf - Variable in class org.eclipse.jetty.util.Utf8LineParser
 
UTF8_ACCEPT - Static variable in class org.eclipse.jetty.util.Utf8Appendable
 
UTF8_REJECT - Static variable in class org.eclipse.jetty.util.Utf8Appendable
 
Utf8Appendable - Class in org.eclipse.jetty.util
Utf8 Appendable abstract base class This abstract class wraps a standard Appendable and provides methods to append UTF-8 encoded bytes, that are converted into characters.
Utf8Appendable(Appendable) - Constructor for class org.eclipse.jetty.util.Utf8Appendable
 
Utf8Appendable.NotUtf8Exception - Exception Class in org.eclipse.jetty.util
 
Utf8HttpWriter - Class in org.eclipse.jetty.server
OutputWriter.
Utf8HttpWriter(HttpOutput) - Constructor for class org.eclipse.jetty.server.Utf8HttpWriter
 
Utf8LineParser - Class in org.eclipse.jetty.util
Stateful parser for lines of UTF8 formatted text, looking for "\n" as a line termination character.
Utf8LineParser() - Constructor for class org.eclipse.jetty.util.Utf8LineParser
 
Utf8LineParser.State - Enum Class in org.eclipse.jetty.util
 
Utf8StringBuffer - Class in org.eclipse.jetty.util
UTF-8 StringBuffer.
Utf8StringBuffer() - Constructor for class org.eclipse.jetty.util.Utf8StringBuffer
 
Utf8StringBuffer(int) - Constructor for class org.eclipse.jetty.util.Utf8StringBuffer
 
Utf8StringBuilder - Class in org.eclipse.jetty.util
UTF-8 StringBuilder.
Utf8StringBuilder() - Constructor for class org.eclipse.jetty.util.Utf8StringBuilder
 
Utf8StringBuilder(int) - Constructor for class org.eclipse.jetty.util.Utf8StringBuilder
 

V

V1(ClientConnectionFactory) - Constructor for class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V1
 
V2(ClientConnectionFactory) - Constructor for class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2
 
VALID - Enum constant in enum class org.eclipse.jetty.server.session.Session.State
 
validate(Certificate[]) - Method in class org.eclipse.jetty.util.security.CertificateValidator
 
validate(KeyStore) - Method in class org.eclipse.jetty.util.security.CertificateValidator
validates all aliases inside of a given keystore
validate(KeyStore, String) - Method in class org.eclipse.jetty.util.security.CertificateValidator
validates a specific alias inside of the keystore being passed in
validate(KeyStore, Certificate) - Method in class org.eclipse.jetty.util.security.CertificateValidator
validates a specific certificate inside of the keystore being passed in
validate(UserIdentity) - Method in class org.eclipse.jetty.jaas.JAASLoginService
 
validate(UserIdentity) - Method in class org.eclipse.jetty.security.AbstractLoginService
 
validate(UserIdentity) - Method in class org.eclipse.jetty.security.ConfigurableSpnegoLoginService
 
validate(UserIdentity) - Method in interface org.eclipse.jetty.security.LoginService
Validate a user identity.
validate(UserIdentity) - Method in class org.eclipse.jetty.security.SpnegoLoginService
Deprecated.
 
VALIDATE_XML - Static variable in class org.eclipse.jetty.webapp.MetaData
 
validateArgs(byte[], int, int) - Method in class org.eclipse.jetty.util.SearchPattern
Performs legality checks for standard arguments input into SearchPattern methods.
validateMethod(String) - Static method in class org.eclipse.jetty.util.security.Constraint
 
validateRequest(ServletRequest, ServletResponse, boolean) - Method in class org.eclipse.jetty.security.authentication.BasicAuthenticator
 
validateRequest(ServletRequest, ServletResponse, boolean) - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
validateRequest(ServletRequest, ServletResponse, boolean) - Method in class org.eclipse.jetty.security.authentication.ConfigurableSpnegoAuthenticator
 
validateRequest(ServletRequest, ServletResponse, boolean) - Method in class org.eclipse.jetty.security.authentication.DigestAuthenticator
 
validateRequest(ServletRequest, ServletResponse, boolean) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
validateRequest(ServletRequest, ServletResponse, boolean) - Method in class org.eclipse.jetty.security.authentication.SpnegoAuthenticator
Deprecated.
 
validateRequest(ServletRequest, ServletResponse, boolean) - Method in interface org.eclipse.jetty.security.Authenticator
Validate a request
ValidatingConnectionPool - Class in org.eclipse.jetty.client
A connection pool that validates connections before making them available for use.
ValidatingConnectionPool(Destination, int, Callback, Scheduler, long) - Constructor for class org.eclipse.jetty.client.ValidatingConnectionPool
 
ValidatingConnectionPool.Holder - Class in org.eclipse.jetty.client
 
value - Variable in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag.TLV
 
value - Variable in class org.eclipse.jetty.client.util.BasicAuthentication.BasicResult
 
value - Variable in class org.eclipse.jetty.client.util.SPNEGOAuthentication.SPNEGOResult
 
value - Variable in class org.eclipse.jetty.http.PathMap.MappedEntry
Deprecated.
 
value - Variable in class org.eclipse.jetty.util.ajax.AsyncJSON.Factory.CachedString
 
value - Variable in class org.eclipse.jetty.util.ajax.AsyncJSON.Frame
 
value - Variable in class org.eclipse.jetty.util.ajax.AsyncJSON.NumberBuilder
 
value() - Method in class org.eclipse.jetty.util.ajax.AsyncJSON.NumberBuilder
 
value() - Element in annotation interface org.eclipse.jetty.util.annotation.ManagedAttribute
Description of the Managed Attribute
value() - Element in annotation interface org.eclipse.jetty.util.annotation.ManagedObject
Description of the Managed Object
value() - Element in annotation interface org.eclipse.jetty.util.annotation.ManagedOperation
Description of the Managed Object
value() - Element in annotation interface org.eclipse.jetty.util.annotation.Name
the name of the parameter
value(Object) - Method in class org.eclipse.jetty.util.ajax.AsyncJSON.Frame
 
value(Object, XmlParser.Node) - Method in class org.eclipse.jetty.xml.XmlConfiguration.JettyXmlConfiguration
Returns the scalar value of an element
value(String) - Static method in class org.eclipse.jetty.http.MultiPartFormInputStream
 
value(String) - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser
Deprecated.
 
VALUE - Enum constant in enum class org.eclipse.jetty.http.HttpParser.FieldState
 
VALUE - Enum constant in enum class org.eclipse.jetty.http.MultiPartParser.FieldState
 
VALUE - Enum constant in enum class org.eclipse.jetty.http.QuotedCSVParser.State
 
valueBound(HttpSessionBindingEvent) - Method in class org.eclipse.jetty.security.authentication.SessionAuthentication
Deprecated.
valueOf(Class<?>, String) - Static method in class org.eclipse.jetty.util.TypeUtil
Convert String value to instance.
valueOf(Object) - Static method in class org.eclipse.jetty.util.StringUtil
The String value of an Object
valueOf(String) - Static method in enum class org.eclipse.jetty.client.HttpExchange.State
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.client.HttpReceiver.DecodeResult
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.client.HttpReceiver.ResponseState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.client.HttpSender.RequestState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.client.HttpSender.SenderState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag.Command
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag.Family
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag.Protocol
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.client.util.MultiPartContentProvider.State
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.http.CookieCompliance
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.http.GZIPContentDecoder.State
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.http.HttpCompliance
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.http.HttpComplianceSection
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.http.HttpCookie.SameSite
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.http.HttpGenerator.Result
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.http.HttpGenerator.State
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.http.HttpHeader
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.http.HttpHeaderValue
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.http.HttpMethod.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.http.HttpMethod
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.http.HttpParser.FieldState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.http.HttpParser.State
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.http.HttpScheme
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.http.HttpStatus.Code
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.http.HttpTokens.EndOfContent
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.http.HttpTokens.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.http.HttpURI.Ambiguous
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.http.HttpURI.State
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.http.HttpVersion
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.http.MimeTypes.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.http.MultiPartParser.FieldState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.http.MultiPartParser.State
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.http.pathmap.PathSpecGroup
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.http.QuotedCSVParser.State
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.io.AbstractEndPoint.State
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.io.ssl.SslConnection.FillState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.io.ssl.SslConnection.FlushState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.io.ssl.SslConnection.HandshakeState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.io.WriteFlusher.StateType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.security.UserDataConstraint
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.server.ConnectionFactory.Detecting.Detection
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.server.ForwardedRequestCustomizer.Source
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.server.handler.ContextHandler.Availability
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.server.handler.ContextHandler.ContextStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor.GZState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.server.HttpChannelState.Action
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.server.HttpChannelState.InputState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.server.HttpChannelState.OutputState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.server.HttpChannelState.RequestState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.server.HttpChannelState.State
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.server.HttpOutput.ApiState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.server.HttpOutput.State
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.server.MultiPartFormDataCompliance
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyV2ConnectionFactory.Family
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyV2ConnectionFactory.Transport
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.server.Response.EncodingFrom
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.server.Response.OutputType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.server.session.Session.IdState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.server.session.Session.State
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.servlet.ErrorPageErrorHandler.PageLookupTechnique
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.servlet.ServletHolder.JspContainer
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.servlet.Source.Origin
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.util.ajax.AsyncJSON.State
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.util.CompletableCallback.State
Deprecated.
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.util.component.ContainerLifeCycle.Managed
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.util.IteratingCallback.Action
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.util.IteratingCallback.State
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.util.MultiPartInputStreamParser.NonCompliance
Deprecated.
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.util.PathWatcher.DirAction
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.util.PathWatcher.PathWatchEventType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.util.Pool.StrategyType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.util.ReadLineInputStream.Termination
Deprecated.
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.util.Scanner.Notification
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.util.StringUtil.CsvSplitState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.util.thread.Invocable.InvocationType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.Mode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.State
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.util.thread.strategy.ProduceConsume.State
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.util.thread.strategy.ProduceExecuteConsume.State
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.util.Utf8LineParser.State
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.webapp.FragmentDescriptor.OtherType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.webapp.MetaDataComplete
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.eclipse.jetty.webapp.Origin
Returns the enum constant of this class with the specified name.
valueOf(String, String) - Static method in class org.eclipse.jetty.util.TypeUtil
Convert String value to instance.
valueParameters(String, Map<String, String>) - Static method in class org.eclipse.jetty.http.HttpFields
Get field value parameters.
values - Variable in class org.eclipse.jetty.util.Fields.Field
 
values() - Static method in enum class org.eclipse.jetty.client.HttpExchange.State
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.client.HttpReceiver.DecodeResult
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.client.HttpReceiver.ResponseState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.client.HttpSender.RequestState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.client.HttpSender.SenderState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag.Command
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag.Family
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag.Protocol
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.client.util.MultiPartContentProvider.State
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.http.CookieCompliance
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.http.GZIPContentDecoder.State
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.http.HttpCompliance
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.http.HttpComplianceSection
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.http.HttpCookie.SameSite
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.http.HttpGenerator.Result
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.http.HttpGenerator.State
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.http.HttpHeader
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.http.HttpHeaderValue
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.http.HttpMethod.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.http.HttpMethod
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.http.HttpParser.FieldState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.http.HttpParser.State
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.http.HttpScheme
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.http.HttpStatus.Code
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.http.HttpTokens.EndOfContent
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.http.HttpTokens.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.http.HttpURI.Ambiguous
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.http.HttpURI.State
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.http.HttpVersion
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.http.MimeTypes.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.http.MultiPartParser.FieldState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.http.MultiPartParser.State
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.http.pathmap.PathSpecGroup
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.http.QuotedCSVParser.State
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.io.AbstractEndPoint.State
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.io.ssl.SslConnection.FillState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.io.ssl.SslConnection.FlushState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.io.ssl.SslConnection.HandshakeState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.io.WriteFlusher.StateType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.security.UserDataConstraint
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.server.ConnectionFactory.Detecting.Detection
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.server.ForwardedRequestCustomizer.Source
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.server.handler.ContextHandler.Availability
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.server.handler.ContextHandler.ContextStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor.GZState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.server.HttpChannelState.Action
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.server.HttpChannelState.InputState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.server.HttpChannelState.OutputState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.server.HttpChannelState.RequestState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.server.HttpChannelState.State
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.server.HttpOutput.ApiState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.server.HttpOutput.State
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.server.MultiPartFormDataCompliance
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyV2ConnectionFactory.Family
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyV2ConnectionFactory.Transport
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.server.Response.EncodingFrom
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.server.Response.OutputType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.server.session.Session.IdState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.server.session.Session.State
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.servlet.ErrorPageErrorHandler.PageLookupTechnique
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.servlet.ServletHolder.JspContainer
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.servlet.Source.Origin
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.util.ajax.AsyncJSON.State
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.util.CompletableCallback.State
Deprecated.
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.util.component.ContainerLifeCycle.Managed
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.util.IteratingCallback.Action
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.util.IteratingCallback.State
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.util.MultiPartInputStreamParser.NonCompliance
Deprecated.
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.util.PathWatcher.DirAction
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.util.PathWatcher.PathWatchEventType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.util.Pool.StrategyType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Method in class org.eclipse.jetty.util.Pool
 
values() - Static method in enum class org.eclipse.jetty.util.ReadLineInputStream.Termination
Deprecated.
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.util.Scanner.Notification
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.util.StringUtil.CsvSplitState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.util.thread.Invocable.InvocationType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.Mode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.State
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.util.thread.strategy.ProduceConsume.State
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.util.thread.strategy.ProduceExecuteConsume.State
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.util.Utf8LineParser.State
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.webapp.FragmentDescriptor.OtherType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.webapp.MetaDataComplete
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.eclipse.jetty.webapp.Origin
Returns an array containing the constants of this enum class, in the order they are declared.
valueUnbound(HttpSessionBindingEvent) - Method in class org.eclipse.jetty.security.authentication.SessionAuthentication
Deprecated.
VARIABLE_PATTERN - Static variable in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
 
VARIABLE_RESERVED - Static variable in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
Reserved Symbols in URI Template variable
VARIABLE_SYMBOLS - Static variable in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
Allowed Symbols in a URI Template variable
VARY - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
VARY_ACCEPT_ENCODING - Static variable in class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor
 
VARY_ACCEPT_ENCODING_USER_AGENT - Static variable in class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor
 
VCHAR - Enum constant in enum class org.eclipse.jetty.http.HttpTokens.Type
 
verifyIndirectTypes(Class<?>, Class<?>, String) - Method in class org.eclipse.jetty.util.DeprecationWarning
 
version - Variable in class org.eclipse.jetty.client.HttpRequest
 
version - Variable in class org.eclipse.jetty.client.HttpResponse
 
version - Variable in class org.eclipse.jetty.util.JavaVersion
 
version - Variable in class org.eclipse.jetty.util.MultiReleaseJarFile.VersionedJarEntry
 
version(HttpVersion) - Method in interface org.eclipse.jetty.client.api.Request
 
version(HttpVersion) - Method in class org.eclipse.jetty.client.HttpRequest
 
version(HttpVersion) - Method in class org.eclipse.jetty.client.HttpResponse
 
VERSION - Static variable in class org.eclipse.jetty.util.JavaVersion
 
VERSION - Static variable in class org.eclipse.jetty.util.Jetty
 
VERSION_CONTROL - Enum constant in enum class org.eclipse.jetty.http.HttpMethod
 
VersionedJarEntry(JarEntry) - Constructor for class org.eclipse.jetty.util.MultiReleaseJarFile.VersionedJarEntry
 
VIA - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
VIOLATIONS_ATTR - Static variable in enum class org.eclipse.jetty.http.HttpCompliance
 
visit(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.IterativeDescriptorProcessor
 
visit(T, Set<T>, List<T>, Comparator<T>) - Method in class org.eclipse.jetty.util.TopologicalSort
Visit an item to be sorted.
visitContextParam(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
 
visitDenyUncoveredHttpMethods(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
Servlet spec 3.1.
visitDisplayName(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
 
visitDistributable(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
 
visitErrorPage(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
 
visitFile(Path, BasicFileAttributes) - Method in class org.eclipse.jetty.util.Scanner.Visitor
 
visitFileFailed(Path, IOException) - Method in class org.eclipse.jetty.util.Scanner.Visitor
 
visitFilter(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
 
visitFilterMapping(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
 
visitJspConfig(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
 
visitListener(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
 
visitLocaleEncodingList(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
 
visitLoginConfig(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
 
visitMimeMapping(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
 
Visitor(Path, IncludeExcludeSet<PathMatcher, Path>, Map<String, Scanner.TimeNSize>) - Constructor for class org.eclipse.jetty.util.Scanner.Visitor
 
visitSecurityConstraint(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
 
visitSecurityRole(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
 
visitServlet(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
 
visitServletMapping(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
 
visitSessionConfig(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
 
visitTagLib(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
 
visitWelcomeFileList(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
 

W

WAIT - Enum constant in enum class org.eclipse.jetty.server.HttpChannelState.Action
 
WAIT_FOR_FILL - Enum constant in enum class org.eclipse.jetty.io.ssl.SslConnection.FlushState
 
WAIT_FOR_FLUSH - Enum constant in enum class org.eclipse.jetty.io.ssl.SslConnection.FillState
 
waitForOutput(long, TimeUnit) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
Wait for some output
waitForResponse(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
WAITING - Enum constant in enum class org.eclipse.jetty.client.HttpSender.SenderState
HttpSender has sent the headers and is waiting for 100 Continue
WAITING - Enum constant in enum class org.eclipse.jetty.server.HttpChannelState.State
 
waitUntilClosed() - Method in class org.eclipse.jetty.server.LocalConnector.LocalEndPoint
 
waitUntilClosedOrIdleFor(long, TimeUnit) - Method in class org.eclipse.jetty.server.LocalConnector.LocalEndPoint
 
wake() - Method in class org.eclipse.jetty.server.HttpInput
 
wakeup() - Method in class org.eclipse.jetty.io.ManagedSelector
 
wakeup() - Method in class org.eclipse.jetty.server.HttpInput
 
Wakeup(long, CyclicTimeout.Wakeup) - Constructor for class org.eclipse.jetty.io.CyclicTimeout.Wakeup
 
warn(Object, String, Throwable) - Method in class org.eclipse.jetty.util.Scanner
 
warn(String) - Method in class org.eclipse.jetty.util.log.JettyAwareLogger
 
warn(String, Object) - Method in class org.eclipse.jetty.util.log.JettyAwareLogger
 
warn(String, Object...) - Method in class org.eclipse.jetty.util.log.JavaUtilLog
 
warn(String, Object[]) - Method in class org.eclipse.jetty.util.log.JettyAwareLogger
 
warn(String, Object...) - Method in interface org.eclipse.jetty.util.log.Logger
Formats and logs at warn level.
warn(String, Object...) - Method in class org.eclipse.jetty.util.log.LoggerLog
 
warn(String, Object...) - Method in class org.eclipse.jetty.util.log.Slf4jLog
 
warn(String, Object...) - Method in class org.eclipse.jetty.util.log.StdErrLog
 
warn(String, Object, Object) - Method in class org.eclipse.jetty.util.log.JettyAwareLogger
 
warn(String, Throwable) - Method in class org.eclipse.jetty.util.log.JavaUtilLog
 
warn(String, Throwable) - Method in class org.eclipse.jetty.util.log.JettyAwareLogger
 
warn(String, Throwable) - Method in interface org.eclipse.jetty.util.log.Logger
Logs the given message at warn level, with Throwable information.
warn(String, Throwable) - Method in class org.eclipse.jetty.util.log.LoggerLog
 
warn(String, Throwable) - Method in class org.eclipse.jetty.util.log.Slf4jLog
 
warn(String, Throwable) - Method in class org.eclipse.jetty.util.log.StdErrLog
 
warn(Throwable) - Method in class org.eclipse.jetty.util.log.JavaUtilLog
 
warn(Throwable) - Method in interface org.eclipse.jetty.util.log.Logger
Logs the given Throwable information at warn level
warn(Throwable) - Method in class org.eclipse.jetty.util.log.LoggerLog
 
warn(Throwable) - Method in class org.eclipse.jetty.util.log.Slf4jLog
 
warn(Throwable) - Method in class org.eclipse.jetty.util.log.StdErrLog
 
warn(Marker, String) - Method in class org.eclipse.jetty.util.log.JettyAwareLogger
 
warn(Marker, String, Object) - Method in class org.eclipse.jetty.util.log.JettyAwareLogger
 
warn(Marker, String, Object[]) - Method in class org.eclipse.jetty.util.log.JettyAwareLogger
 
warn(Marker, String, Object, Object) - Method in class org.eclipse.jetty.util.log.JettyAwareLogger
 
warn(Marker, String, Throwable) - Method in class org.eclipse.jetty.util.log.JettyAwareLogger
 
WARN - Static variable in class org.eclipse.jetty.util.log.JettyAwareLogger
 
warnAt - Variable in class org.eclipse.jetty.util.thread.ThreadPoolBudget
 
warned - Variable in class org.eclipse.jetty.util.thread.ThreadPoolBudget
 
warning(SAXParseException) - Method in class org.eclipse.jetty.xml.XmlParser.Handler
 
WARNING - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
watch(Path) - Method in class org.eclipse.jetty.util.PathWatcher
Request watch on a the given path (either file or dir) using all Config defaults.
watch(PathWatcher.Config) - Method in class org.eclipse.jetty.util.PathWatcher
Request watch on a path with custom Config provided.
WATCH - Enum constant in enum class org.eclipse.jetty.util.PathWatcher.DirAction
 
WATCH_DIR_KINDS - Static variable in class org.eclipse.jetty.util.PathWatcher
 
WATCH_EVENT_KINDS - Static variable in class org.eclipse.jetty.util.PathWatcher
 
watchService - Variable in class org.eclipse.jetty.util.PathWatcher
 
WEB_DEFAULTS_XML - Static variable in class org.eclipse.jetty.webapp.WebAppContext
 
WebAppClassLoader - Class in org.eclipse.jetty.webapp
ClassLoader for HttpContext.
WebAppClassLoader(ClassLoader, WebAppClassLoader.Context) - Constructor for class org.eclipse.jetty.webapp.WebAppClassLoader
Constructor.
WebAppClassLoader(WebAppClassLoader.Context) - Constructor for class org.eclipse.jetty.webapp.WebAppClassLoader
Constructor.
WebAppClassLoader.Context - Interface in org.eclipse.jetty.webapp
The Context in which the classloader operates.
WebAppContext - Class in org.eclipse.jetty.webapp
Web Application Context Handler.
WebAppContext() - Constructor for class org.eclipse.jetty.webapp.WebAppContext
 
WebAppContext(String, String) - Constructor for class org.eclipse.jetty.webapp.WebAppContext
 
WebAppContext(HandlerContainer, String, String) - Constructor for class org.eclipse.jetty.webapp.WebAppContext
 
WebAppContext(HandlerContainer, String, SessionHandler, SecurityHandler, ServletHandler, ErrorHandler, int) - Constructor for class org.eclipse.jetty.webapp.WebAppContext
This constructor is used in the geronimo integration.
WebAppContext(HandlerContainer, Resource, String) - Constructor for class org.eclipse.jetty.webapp.WebAppContext
 
WebAppContext(SessionHandler, SecurityHandler, ServletHandler, ErrorHandler) - Constructor for class org.eclipse.jetty.webapp.WebAppContext
This constructor is used in the geronimo integration.
WebAppContext(Resource, String) - Constructor for class org.eclipse.jetty.webapp.WebAppContext
 
WebAppContext.Context - Class in org.eclipse.jetty.webapp
 
WebAppPathNameMatcher(WebAppContext, Pattern) - Constructor for class org.eclipse.jetty.webapp.WebInfConfiguration.WebAppPathNameMatcher
 
WebDefaults - Enum constant in enum class org.eclipse.jetty.webapp.Origin
 
WebDescriptor - Class in org.eclipse.jetty.webapp
Descriptor A web descriptor (web.xml/web-defaults.xml/web-overrides.xml).
WebDescriptor(Resource) - Constructor for class org.eclipse.jetty.webapp.WebDescriptor
 
WebFragment - Enum constant in enum class org.eclipse.jetty.webapp.Origin
 
WEBINF_JAR_PATTERN - Static variable in class org.eclipse.jetty.webapp.WebInfConfiguration
 
WebInfConfiguration - Class in org.eclipse.jetty.webapp
 
WebInfConfiguration() - Constructor for class org.eclipse.jetty.webapp.WebInfConfiguration
 
WebInfConfiguration.ContainerPathNameMatcher - Class in org.eclipse.jetty.webapp
ContainerPathNameMatcher Matches names of jars on the container classpath against a pattern.
WebInfConfiguration.WebAppPathNameMatcher - Class in org.eclipse.jetty.webapp
WebAppPathNameMatcher Matches names of jars or dirs on the webapp classpath against a pattern.
WebOverride - Enum constant in enum class org.eclipse.jetty.webapp.Origin
 
WebXml - Enum constant in enum class org.eclipse.jetty.webapp.Origin
 
WebXmlConfiguration - Class in org.eclipse.jetty.webapp
Configure by parsing default web.xml and web.xml
WebXmlConfiguration() - Constructor for class org.eclipse.jetty.webapp.WebXmlConfiguration
 
WHITE - Enum constant in enum class org.eclipse.jetty.util.StringUtil.CsvSplitState
 
willPassivate() - Method in class org.eclipse.jetty.server.session.Session
Call the passivation listeners.
WOKEN - Enum constant in enum class org.eclipse.jetty.server.HttpChannelState.State
 
wrap(SSLEngine, ByteBuffer[], ByteBuffer) - Method in class org.eclipse.jetty.io.ssl.SslConnection
 
wrap(Configuration) - Method in class org.eclipse.jetty.webapp.WebAppContext
 
wrap(T, Class<W>, BiFunction<W, T, T>) - Method in class org.eclipse.jetty.servlet.BaseHolder
Wrap component using component specific Wrapper Function beans.
wrapConfiguration(Configuration) - Method in interface org.eclipse.jetty.webapp.Configuration.WrapperFunction
 
wrapEventListener(EventListener) - Method in interface org.eclipse.jetty.servlet.ListenerHolder.WrapFunction
Optionally wrap the Servlet EventListener.
wrapFilter(Filter) - Method in interface org.eclipse.jetty.servlet.FilterHolder.WrapFunction
Optionally wrap the Filter.
WrappedAsyncListener(AsyncListener, ServletRequest, ServletResponse) - Constructor for class org.eclipse.jetty.server.AsyncContextState.WrappedAsyncListener
 
Wrapper(EventListener) - Constructor for class org.eclipse.jetty.servlet.ListenerHolder.Wrapper
 
Wrapper(Filter) - Constructor for class org.eclipse.jetty.servlet.FilterHolder.Wrapper
 
Wrapper(Servlet) - Constructor for class org.eclipse.jetty.servlet.ServletHolder.Wrapper
 
Wrapper(Attributes) - Constructor for class org.eclipse.jetty.util.Attributes.Wrapper
 
Wrapper(Promise<W>) - Constructor for class org.eclipse.jetty.util.Promise.Wrapper
 
Wrapper(Configuration) - Constructor for class org.eclipse.jetty.webapp.Configuration.Wrapper
 
wrapServlet(Servlet) - Method in interface org.eclipse.jetty.servlet.ServletHolder.WrapFunction
Optionally wrap the Servlet.
write - Variable in class org.eclipse.jetty.util.IO.Job
 
write(byte[]) - Method in class org.eclipse.jetty.io.ByteBufferOutputStream
 
write(byte[]) - Method in class org.eclipse.jetty.io.WriterOutputStream
 
write(byte[]) - Method in class org.eclipse.jetty.util.IO.NullOS
 
write(byte[]) - Method in class org.eclipse.jetty.util.RolloverFileOutputStream
 
write(byte[], int, int) - Method in class org.eclipse.jetty.client.util.OutputStreamContentProvider.DeferredOutputStream
 
write(byte[], int, int) - Method in class org.eclipse.jetty.http.MultiPartFormInputStream.MultiPart
 
write(byte[], int, int) - Method in class org.eclipse.jetty.io.ByteBufferOutputStream
 
write(byte[], int, int) - Method in class org.eclipse.jetty.io.ByteBufferOutputStream2
 
write(byte[], int, int) - Method in class org.eclipse.jetty.io.WriterOutputStream
 
write(byte[], int, int) - Method in class org.eclipse.jetty.server.HttpOutput
 
write(byte[], int, int) - Method in class org.eclipse.jetty.util.IO.NullOS
 
write(byte[], int, int) - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
Deprecated.
 
write(byte[], int, int) - Method in class org.eclipse.jetty.util.MultiPartOutputStream
 
write(byte[], int, int) - Method in class org.eclipse.jetty.util.RolloverFileOutputStream
 
write(char) - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
write(char[]) - Method in class org.eclipse.jetty.server.ResponseWriter
 
write(char[]) - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
write(char[]) - Method in class org.eclipse.jetty.util.IO.NullWrite
 
write(char[], int, int) - Method in class org.eclipse.jetty.server.EncodingHttpWriter
 
write(char[], int, int) - Method in class org.eclipse.jetty.server.HttpWriter
 
write(char[], int, int) - Method in class org.eclipse.jetty.server.Iso88591HttpWriter
 
write(char[], int, int) - Method in class org.eclipse.jetty.server.ResponseWriter
 
write(char[], int, int) - Method in class org.eclipse.jetty.server.Utf8HttpWriter
 
write(char[], int, int) - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
write(char[], int, int) - Method in class org.eclipse.jetty.util.IO.NullWrite
 
write(int) - Method in class org.eclipse.jetty.client.util.OutputStreamContentProvider.DeferredOutputStream
 
write(int) - Method in class org.eclipse.jetty.http.MultiPartFormInputStream.MultiPart
 
write(int) - Method in class org.eclipse.jetty.io.ByteBufferOutputStream
 
write(int) - Method in class org.eclipse.jetty.io.ByteBufferOutputStream2
 
write(int) - Method in class org.eclipse.jetty.io.WriterOutputStream
 
write(int) - Method in class org.eclipse.jetty.server.HttpOutput
 
write(int) - Method in class org.eclipse.jetty.server.ResponseWriter
 
write(int) - Method in class org.eclipse.jetty.util.IO.NullOS
 
write(int) - Method in class org.eclipse.jetty.util.IO.NullWrite
 
write(int) - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
Deprecated.
 
write(int) - Method in class org.eclipse.jetty.util.RolloverFileOutputStream
 
write(Writer, String) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
write(String) - Method in class org.eclipse.jetty.http.MultiPartFormInputStream.MultiPart
 
write(String) - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
Deprecated.
Write requestEntry out.
write(String) - Method in class org.eclipse.jetty.server.AsyncRequestLogWriter
 
write(String) - Method in class org.eclipse.jetty.server.NCSARequestLog
Deprecated.
 
write(String) - Method in interface org.eclipse.jetty.server.RequestLog.Writer
 
write(String) - Method in class org.eclipse.jetty.server.RequestLogWriter
 
write(String) - Method in class org.eclipse.jetty.server.ResponseWriter
 
write(String) - Method in class org.eclipse.jetty.server.Slf4jRequestLog
Deprecated.
 
write(String) - Method in class org.eclipse.jetty.server.Slf4jRequestLogWriter
 
write(String) - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
write(String) - Method in class org.eclipse.jetty.util.IO.NullWrite
 
write(String) - Method in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
Deprecated.
 
write(String, int, int) - Method in class org.eclipse.jetty.server.HttpWriter
 
write(String, int, int) - Method in class org.eclipse.jetty.server.ResponseWriter
 
write(String, int, int) - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
write(String, int, int) - Method in class org.eclipse.jetty.util.IO.NullWrite
 
write(ByteBuffer) - Method in class org.eclipse.jetty.client.util.OutputStreamContentProvider
 
write(ByteBuffer) - Method in class org.eclipse.jetty.io.ByteBufferOutputStream2
 
write(ByteBuffer) - Method in class org.eclipse.jetty.server.HttpOutput
 
write(ByteBuffer, boolean, Callback) - Method in class org.eclipse.jetty.server.handler.BufferedResponseHandler.BufferedInterceptor
 
write(ByteBuffer, boolean, Callback) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor
 
write(ByteBuffer, boolean, Callback) - Method in class org.eclipse.jetty.server.HttpChannel
Non-Blocking write, committing the response if needed.
write(ByteBuffer, boolean, Callback) - Method in interface org.eclipse.jetty.server.HttpOutput.Interceptor
Write content.
write(GatheringByteChannel, ByteBuffer[], int, int) - Static method in class org.eclipse.jetty.util.IO
A gathering write utility wrapper.
write(Callback, ByteBuffer...) - Method in class org.eclipse.jetty.io.AbstractEndPoint
 
write(Callback, ByteBuffer...) - Method in interface org.eclipse.jetty.io.EndPoint
Writes the given buffers via EndPoint.flush(ByteBuffer...) and invokes callback methods when either all the data has been flushed or an error occurs.
write(Callback, ByteBuffer...) - Method in class org.eclipse.jetty.io.WriteFlusher
Tries to switch state to WRITING.
write(Callback, ByteBuffer...) - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
WRITE_CALLBACK - Enum constant in enum class org.eclipse.jetty.server.HttpChannelState.Action
 
WriteBlocker(HttpChannel) - Constructor for class org.eclipse.jetty.server.HttpOutput.WriteBlocker
 
WriteCompleteCB() - Constructor for class org.eclipse.jetty.server.HttpOutput.WriteCompleteCB
 
writeEncoded(char[], int, int) - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
writeErrorJson(HttpServletRequest, PrintWriter, int, String) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
writeErrorPage(HttpServletRequest, Writer, int, String, boolean) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
writeErrorPageBody(HttpServletRequest, Writer, int, String, boolean) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
writeErrorPageHead(HttpServletRequest, Writer, int, String) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
writeErrorPageMessage(HttpServletRequest, Writer, int, String, String) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
writeErrorPageStacks(HttpServletRequest, Writer) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
writeErrorPlain(HttpServletRequest, PrintWriter, int, String) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
WriteFlusher - Class in org.eclipse.jetty.io
A Utility class to help implement EndPoint.write(Callback, ByteBuffer...) by calling EndPoint.flush(ByteBuffer...) until all content is written.
WriteFlusher(EndPoint) - Constructor for class org.eclipse.jetty.io.WriteFlusher
 
WriteFlusher.CompletingState - Class in org.eclipse.jetty.io
In CompletingState WriteFlusher is flushing buffers that have not been fully written in write().
WriteFlusher.FailedState - Class in org.eclipse.jetty.io
In FailedState no more operations are allowed.
WriteFlusher.IdleState - Class in org.eclipse.jetty.io
In IdleState WriteFlusher is idle and accepts new writes
WriteFlusher.Listener - Interface in org.eclipse.jetty.io
A listener of WriteFlusher events.
WriteFlusher.PendingState - Class in org.eclipse.jetty.io
In PendingState not all buffers could be written in one go.
WriteFlusher.State - Class in org.eclipse.jetty.io
State represents a State of WriteFlusher.
WriteFlusher.StateType - Enum Class in org.eclipse.jetty.io
 
WriteFlusher.WritingState - Class in org.eclipse.jetty.io
In WritingState WriteFlusher is currently writing.
writeHtmlResponse(HttpServletResponse) - Method in class org.eclipse.jetty.servlet.StatisticsServlet
 
writeJsonResponse(HttpServletResponse) - Method in class org.eclipse.jetty.servlet.StatisticsServlet
 
writeObject(ObjectOutputStream) - Method in class org.eclipse.jetty.server.session.SessionData
 
writePoweredBy(Appendable, String, String) - Method in class org.eclipse.jetty.server.HttpConfiguration
 
writePROXYBytes(EndPoint, Callback) - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.ProxyProtocolConnection
 
writePROXYBytes(EndPoint, Callback) - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.ProxyProtocolConnectionV1
 
writePROXYBytes(EndPoint, Callback) - Method in class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.ProxyProtocolConnectionV2
 
WRITER - Enum constant in enum class org.eclipse.jetty.server.Response.OutputType
 
WriterOutputStream - Class in org.eclipse.jetty.io
Wrap a Writer as an OutputStream.
WriterOutputStream(Writer) - Constructor for class org.eclipse.jetty.io.WriterOutputStream
 
WriterOutputStream(Writer, String) - Constructor for class org.eclipse.jetty.io.WriterOutputStream
 
WriterThread() - Constructor for class org.eclipse.jetty.server.AsyncRequestLogWriter.WriterThread
 
writeSocks4Connect() - Method in class org.eclipse.jetty.client.Socks4Proxy.Socks4ProxyConnection
Writes the SOCKS "connect" bytes, differentiating between SOCKS 4 and 4A; the former sends an IPv4 address, the latter the full domain name.
writeState(String, LifeCycle) - Method in class org.eclipse.jetty.util.component.FileNoticeLifeCycleListener
 
writeTextResponse(HttpServletResponse) - Method in class org.eclipse.jetty.servlet.StatisticsServlet
 
writeTo(OutputStream) - Method in class org.eclipse.jetty.io.ByteBufferAccumulator
 
writeTo(OutputStream) - Method in class org.eclipse.jetty.io.ByteBufferOutputStream2
 
writeTo(OutputStream) - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
writeTo(OutputStream, long, long) - Method in class org.eclipse.jetty.server.resource.ByteBufferRangeWriter
 
writeTo(OutputStream, long, long) - Method in class org.eclipse.jetty.server.resource.InputStreamRangeWriter
 
writeTo(OutputStream, long, long) - Method in interface org.eclipse.jetty.server.resource.RangeWriter
Write the specific range (start, size) to the outputStream.
writeTo(OutputStream, long, long) - Method in class org.eclipse.jetty.server.resource.SeekableByteChannelRangeWriter
 
writeTo(OutputStream, long, long) - Method in class org.eclipse.jetty.util.resource.PathResource
 
writeTo(OutputStream, long, long) - Method in class org.eclipse.jetty.util.resource.Resource
 
writeTo(ByteBuffer) - Method in class org.eclipse.jetty.io.ByteBufferAccumulator
 
writeTo(ByteBuffer) - Method in class org.eclipse.jetty.io.ByteBufferOutputStream2
 
writeTo(ByteBuffer, OutputStream) - Static method in class org.eclipse.jetty.util.BufferUtil
 
writeUnchecked(int) - Method in class org.eclipse.jetty.util.ByteArrayOutputStream2
 
writeXmlResponse(HttpServletResponse) - Method in class org.eclipse.jetty.servlet.StatisticsServlet
 
WRITING - Enum constant in enum class org.eclipse.jetty.io.ssl.SslConnection.FlushState
 
WRITING - Enum constant in enum class org.eclipse.jetty.io.WriteFlusher.StateType
 
WritingState() - Constructor for class org.eclipse.jetty.io.WriteFlusher.WritingState
 
WS - Enum constant in enum class org.eclipse.jetty.http.HttpScheme
 
WS_AFTER_NAME - Enum constant in enum class org.eclipse.jetty.http.HttpParser.FieldState
 
WSS - Enum constant in enum class org.eclipse.jetty.http.HttpScheme
 
WWW_AUTHENTICATE - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
WWWAuthenticationProtocolHandler - Class in org.eclipse.jetty.client
A protocol handler that handles the 401 response code in association with the WWW-Authenticate header.
WWWAuthenticationProtocolHandler(HttpClient) - Constructor for class org.eclipse.jetty.client.WWWAuthenticationProtocolHandler
 
WWWAuthenticationProtocolHandler(HttpClient, int) - Constructor for class org.eclipse.jetty.client.WWWAuthenticationProtocolHandler
 

X

X_CE_GZIP - Static variable in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
X_FORWARDED_FOR - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
X_FORWARDED_HOST - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
X_FORWARDED_PORT - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
X_FORWARDED_PROTO - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
X_FORWARDED_SERVER - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
X_POWERED_BY - Enum constant in enum class org.eclipse.jetty.http.HttpHeader
 
X509 - Class in org.eclipse.jetty.util.ssl
 
X509(String, X509Certificate) - Constructor for class org.eclipse.jetty.util.ssl.X509
 
X509ExtendedKeyManagerWrapper(X509ExtendedKeyManager) - Constructor for class org.eclipse.jetty.util.ssl.SslContextFactory.X509ExtendedKeyManagerWrapper
 
X509ExtendedTrustManagerWrapper(X509ExtendedTrustManager) - Constructor for class org.eclipse.jetty.util.ssl.SslContextFactory.X509ExtendedTrustManagerWrapper
 
XFL - Enum constant in enum class org.eclipse.jetty.http.GZIPContentDecoder.State
 
XFORWARDED_FOR - Enum constant in enum class org.eclipse.jetty.server.ForwardedRequestCustomizer.Source
 
XFORWARDED_HOST - Enum constant in enum class org.eclipse.jetty.server.ForwardedRequestCustomizer.Source
 
XFORWARDED_PORT - Enum constant in enum class org.eclipse.jetty.server.ForwardedRequestCustomizer.Source
 
XFORWARDED_PROTO - Enum constant in enum class org.eclipse.jetty.server.ForwardedRequestCustomizer.Source
 
XFORWARDED_SERVER - Enum constant in enum class org.eclipse.jetty.server.ForwardedRequestCustomizer.Source
 
XML_CONFIGURATION - Static variable in class org.eclipse.jetty.webapp.JettyWebXmlConfiguration
 
XmlAppendable - Class in org.eclipse.jetty.xml
 
XmlAppendable(OutputStream, String) - Constructor for class org.eclipse.jetty.xml.XmlAppendable
 
XmlAppendable(Appendable) - Constructor for class org.eclipse.jetty.xml.XmlAppendable
 
XmlAppendable(Appendable, int) - Constructor for class org.eclipse.jetty.xml.XmlAppendable
 
XmlAppendable(Appendable, int, String) - Constructor for class org.eclipse.jetty.xml.XmlAppendable
 
XmlAppendable(Appendable, String) - Constructor for class org.eclipse.jetty.xml.XmlAppendable
 
XmlConfiguration - Class in org.eclipse.jetty.xml
Configures objects from XML.
XmlConfiguration(InputStream) - Constructor for class org.eclipse.jetty.xml.XmlConfiguration
Deprecated.
use Constructor which has location information
XmlConfiguration(String) - Constructor for class org.eclipse.jetty.xml.XmlConfiguration
Deprecated.
use Constructor which has location information
XmlConfiguration(URL) - Constructor for class org.eclipse.jetty.xml.XmlConfiguration
Deprecated.
XmlConfiguration(Resource) - Constructor for class org.eclipse.jetty.xml.XmlConfiguration
Reads and parses the XML configuration file.
XmlConfiguration.ConfigurationParser - Class in org.eclipse.jetty.xml
 
XmlConfiguration.JettyXmlConfiguration - Class in org.eclipse.jetty.xml
 
XmlConfiguration.JettyXmlConfiguration.Args - Class in org.eclipse.jetty.xml
 
XmlConfiguration.JettyXmlConfiguration.AttrOrElementNode - Class in org.eclipse.jetty.xml
 
XmlParser - Class in org.eclipse.jetty.xml
XML Parser wrapper.
XmlParser() - Constructor for class org.eclipse.jetty.xml.XmlParser
Construct
XmlParser(boolean) - Constructor for class org.eclipse.jetty.xml.XmlParser
 
XmlParser.Attribute - Class in org.eclipse.jetty.xml
XML Attribute.
XmlParser.Handler - Class in org.eclipse.jetty.xml
 
XmlParser.Node - Class in org.eclipse.jetty.xml
XML Node.
XmlParser.NoopHandler - Class in org.eclipse.jetty.xml
 
XmlProducer() - Constructor for class org.eclipse.jetty.servlet.StatisticsServlet.XmlProducer
 
XPROXIED_HTTPS - Enum constant in enum class org.eclipse.jetty.server.ForwardedRequestCustomizer.Source
 

Y

YYYY_MM_DD - Static variable in class org.eclipse.jetty.util.RolloverFileOutputStream
 

Z

ZERO - Static variable in class org.eclipse.jetty.server.ConnectorStatistics
Deprecated.
 
ZERO_CHUNK - Static variable in class org.eclipse.jetty.http.HttpGenerator
 
ZEROQUALITY - Static variable in class org.eclipse.jetty.http.HttpField
 

_

__01Jan1970 - Static variable in class org.eclipse.jetty.http.DateGenerator
 
__01Jan1970_COOKIE - Static variable in class org.eclipse.jetty.http.HttpCookie
 
__aliasCount - Static variable in class org.eclipse.jetty.util.security.CertificateValidator
 
__allScanTypes - Static variable in class org.eclipse.jetty.webapp.MetaInfConfiguration
 
__ambiguousSegments - Static variable in class org.eclipse.jetty.http.HttpURI
The concept of URI path parameters was originally specified in RFC2396, but that was obsoleted by RFC3986 which removed a normative definition of path parameters.
__assumedEncodings - Static variable in class org.eclipse.jetty.http.MimeTypes
 
__ASYNC_PREFIX - Static variable in class org.eclipse.jetty.server.AsyncAttributes
 
__availableProcessors - Static variable in class org.eclipse.jetty.util.ProcessorUtils
 
__BASIC_AUTH - Static variable in class org.eclipse.jetty.util.security.Constraint
 
__boxedPrimitives - Static variable in class org.eclipse.jetty.xml.XmlConfiguration
 
__buildProperties - Static variable in class org.eclipse.jetty.util.Jetty
 
__CERT_AUTH - Static variable in class org.eclipse.jetty.util.security.Constraint
 
__CERT_AUTH2 - Static variable in class org.eclipse.jetty.util.security.Constraint
 
__CHARSET - Static variable in class org.eclipse.jetty.util.URIUtil
 
__CheckRemoteSessionEncoding - Static variable in class org.eclipse.jetty.server.session.SessionHandler
 
__closedStream - Static variable in class org.eclipse.jetty.util.IO
 
__colon_space - Static variable in class org.eclipse.jetty.http.HttpGenerator
 
__COMPLETE - Static variable in class org.eclipse.jetty.continuation.FauxContinuation
Deprecated.
 
__completeStates - Static variable in class org.eclipse.jetty.http.HttpParser
 
__COMPLETING - Static variable in class org.eclipse.jetty.continuation.FauxContinuation
Deprecated.
 
__COMPLETING - Static variable in class org.eclipse.jetty.io.WriteFlusher
 
__context - Static variable in class org.eclipse.jetty.server.handler.ContextHandler
 
__COOKIE_DELIM - Static variable in class org.eclipse.jetty.http.HttpCookie
 
__currentConnection - Static variable in class org.eclipse.jetty.server.HttpConnection
 
__date - Static variable in class org.eclipse.jetty.server.DebugListener
 
__dateGenerator - Static variable in class org.eclipse.jetty.http.DateGenerator
 
__dateParser - Static variable in class org.eclipse.jetty.http.DateParser
 
__dateReceiveFmt - Static variable in class org.eclipse.jetty.http.DateParser
 
__debug - Static variable in class org.eclipse.jetty.continuation.ContinuationFilter
Deprecated.
 
__DEFAULT_MULTIPART_CONFIG - Static variable in class org.eclipse.jetty.util.MultiPartInputStreamParser
Deprecated.
 
__DEFAULT_SERVLET - Static variable in class org.eclipse.jetty.servlet.ServletHandler
 
__defaultLocale - Static variable in class org.eclipse.jetty.server.Request
 
__DefaultSessionCookie - Static variable in class org.eclipse.jetty.server.session.SessionHandler
 
__DefaultSessionDomain - Static variable in class org.eclipse.jetty.server.session.SessionHandler
 
__DefaultSessionIdPathParameterName - Static variable in class org.eclipse.jetty.server.session.SessionHandler
 
__defaultUseCaches - Static variable in class org.eclipse.jetty.util.resource.Resource
 
__deferredResponse - Static variable in class org.eclipse.jetty.security.authentication.DeferredAuthentication
 
__delim - Static variable in class org.eclipse.jetty.util.QuotedStringTokenizer
 
__delimiterStates - Static variable in class org.eclipse.jetty.http.MultiPartParser
 
__dftMimeMap - Static variable in class org.eclipse.jetty.http.MimeTypes
 
__dftServerClasses - Static variable in class org.eclipse.jetty.webapp.WebAppContext
 
__dftSystemClasses - Static variable in class org.eclipse.jetty.webapp.WebAppContext
 
__DIGEST_AUTH - Static variable in class org.eclipse.jetty.util.security.Constraint
 
__EMPTY_STRING_ARRAY - Static variable in class org.eclipse.jetty.util.LazyList
 
__encoders - Static variable in class org.eclipse.jetty.http.PreEncodedHttpField
 
__escape - Static variable in class org.eclipse.jetty.util.log.StdErrLog
 
__exception - Static variable in class org.eclipse.jetty.continuation.FauxContinuation
Deprecated.
 
__exception - Static variable in class org.eclipse.jetty.continuation.Servlet3Continuation
Deprecated.
 
__EXPIRES_01JAN1970 - Static variable in class org.eclipse.jetty.server.Response
 
__explicitCharset - Static variable in class org.eclipse.jetty.server.Response
 
__factoryLoader - Static variable in class org.eclipse.jetty.xml.XmlConfiguration
 
__falseln - Static variable in class org.eclipse.jetty.server.ResponseWriter
 
__FORM_AUTH - Static variable in class org.eclipse.jetty.util.security.Constraint
 
__FORM_DISPATCH - Static variable in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
__FORM_ERROR_PAGE - Static variable in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
__FORM_LOGIN_PAGE - Static variable in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
__FORWARD_PREFIX - Static variable in class org.eclipse.jetty.server.Dispatcher
Dispatch include attribute names
__GMT - Static variable in class org.eclipse.jetty.http.DateGenerator
 
__GMT - Static variable in class org.eclipse.jetty.http.DateParser
 
__HANDLING - Static variable in class org.eclipse.jetty.continuation.FauxContinuation
Deprecated.
 
__IDLE - Static variable in class org.eclipse.jetty.io.WriteFlusher
 
__idleStates - Static variable in class org.eclipse.jetty.http.HttpParser
 
__ignored - Static variable in class org.eclipse.jetty.util.log.Log
Legacy flag indicating if Logger.ignore(Throwable) methods produce any output in the Loggers
__INCLUDE_PREFIX - Static variable in class org.eclipse.jetty.server.Dispatcher
Dispatch include attribute names
__inferredEncodings - Static variable in class org.eclipse.jetty.http.MimeTypes
 
__initialized - Static variable in class org.eclipse.jetty.util.log.Log
 
__ISO_8859_1 - Static variable in class org.eclipse.jetty.util.StringUtil
 
__J_AUTHENTICATED - Static variable in class org.eclipse.jetty.security.authentication.SessionAuthentication
 
__J_METHOD - Static variable in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
__J_PASSWORD - Static variable in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
__J_POST - Static variable in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
__J_SECURITY_CHECK - Static variable in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
__J_URI - Static variable in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
__J_USERNAME - Static variable in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
__known - Static variable in enum class org.eclipse.jetty.http.HttpHeaderValue
 
__knownAuthenticatorFactories - Static variable in class org.eclipse.jetty.security.SecurityHandler
 
__LINE_SEPARATOR - Static variable in class org.eclipse.jetty.util.StringUtil
Deprecated.
__lineSeparator - Static variable in class org.eclipse.jetty.server.ResponseWriter
 
__loadServerClasses - Static variable in class org.eclipse.jetty.webapp.WebAppClassLoader
 
__localeOverride - Static variable in class org.eclipse.jetty.server.Response
 
__logClass - Static variable in class org.eclipse.jetty.util.log.Log
The Logger implementation class name
__loggers - Static variable in class org.eclipse.jetty.util.log.Log
 
__long - Static variable in class org.eclipse.jetty.util.log.StdErrLog
 
__lookup - Static variable in class org.eclipse.jetty.util.ArrayTrie
The index lookup table, this maps a character as a byte (ISO-8859-1 or UTF8) to an index within a Trie row
__MaxAgeProperty - Static variable in class org.eclipse.jetty.server.session.SessionHandler
Session Max Age.
__md - Static variable in class org.eclipse.jetty.util.security.Credential.MD5
 
__md5Lock - Static variable in class org.eclipse.jetty.util.security.Credential.MD5
 
__MIN_BUFFER_SIZE - Static variable in class org.eclipse.jetty.server.Response
 
__NEGOTIATE_AUTH - Static variable in class org.eclipse.jetty.util.security.Constraint
 
__NEW_SESSION_ID - Static variable in class org.eclipse.jetty.server.session.DefaultSessionIdManager
 
__newServlet3Continuation - Static variable in class org.eclipse.jetty.continuation.ContinuationSupport
Deprecated.
 
__NO_USER - Static variable in class org.eclipse.jetty.security.SecurityHandler
 
__NOBODY - Static variable in class org.eclipse.jetty.security.SecurityHandler
Nobody user.
__nonBlocking - Static variable in interface org.eclipse.jetty.util.thread.Invocable
 
__nullOut - Static variable in class org.eclipse.jetty.security.authentication.DeferredAuthentication
 
__nullPrintWriter - Static variable in class org.eclipse.jetty.util.IO
 
__nullSessionContext - Static variable in class org.eclipse.jetty.server.session.SessionHandler
 
__nullStream - Static variable in class org.eclipse.jetty.util.IO
 
__nullWriter - Static variable in class org.eclipse.jetty.util.IO
 
__numberTypes - Static variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
__OBFUSCATE - Static variable in class org.eclipse.jetty.util.security.Password
 
__one - Static variable in class org.eclipse.jetty.http.HttpFields
Deprecated.
__OPENID_AUTH - Static variable in class org.eclipse.jetty.util.security.Constraint
 
__outerScope - Static variable in class org.eclipse.jetty.server.handler.ScopedHandler
 
__pad - Static variable in class org.eclipse.jetty.util.B64Code
Deprecated.
 
__parsers - Static variable in class org.eclipse.jetty.xml.XmlConfiguration
 
__pathSpecSeparators - Static variable in class org.eclipse.jetty.http.PathMap
Deprecated.
 
__preprepared - Static variable in class org.eclipse.jetty.http.HttpGenerator
 
__primitives - Static variable in class org.eclipse.jetty.xml.XmlConfiguration
 
__props - Static variable in class org.eclipse.jetty.util.log.Log
Logging Configuration Properties
__qualities - Static variable in class org.eclipse.jetty.http.HttpFields
Deprecated.
__required - Static variable in enum class org.eclipse.jetty.http.HttpCompliance
 
__RESUMING - Static variable in class org.eclipse.jetty.continuation.FauxContinuation
Deprecated.
 
__rfc1421alphabet - Static variable in class org.eclipse.jetty.util.B64Code
Deprecated.
 
__rfc1421nibbles - Static variable in class org.eclipse.jetty.util.B64Code
Deprecated.
 
__rfc4648urlAlphabet - Static variable in class org.eclipse.jetty.util.B64Code
Deprecated.
 
__rfc4648urlNibbles - Static variable in class org.eclipse.jetty.util.B64Code
Deprecated.
 
__rollover - Static variable in class org.eclipse.jetty.util.RolloverFileOutputStream
 
__scannerId - Static variable in class org.eclipse.jetty.util.Scanner
 
__separators - Static variable in class org.eclipse.jetty.http.HttpFields
Deprecated.
__serverInfo - Static variable in class org.eclipse.jetty.server.handler.ContextHandler
 
__servlet3 - Static variable in class org.eclipse.jetty.continuation.ContinuationSupport
Deprecated.
 
__SessionCookieProperty - Static variable in class org.eclipse.jetty.server.session.SessionHandler
Session cookie name.
__SessionDomainProperty - Static variable in class org.eclipse.jetty.server.session.SessionHandler
Session Domain.
__SessionIdPathParameterNameProperty - Static variable in class org.eclipse.jetty.server.session.SessionHandler
Session id path parameter name.
__SessionPathProperty - Static variable in class org.eclipse.jetty.server.session.SessionHandler
Session Path.
__signature - Static variable in class org.eclipse.jetty.webapp.IterativeDescriptorProcessor
 
__source - Static variable in class org.eclipse.jetty.util.log.JavaUtilLog
 
__source - Static variable in class org.eclipse.jetty.util.log.StdErrLog
 
__SPNEGO_AUTH - Static variable in class org.eclipse.jetty.util.security.Constraint
 
__stateTransitions - Static variable in class org.eclipse.jetty.io.WriteFlusher
 
__STRICT - Static variable in class org.eclipse.jetty.http.HttpGenerator
 
__STRICT - Static variable in class org.eclipse.jetty.http.HttpParser
Deprecated.
__supportedCollections - Static variable in class org.eclipse.jetty.xml.XmlConfiguration
 
__SUSPENDED - Static variable in class org.eclipse.jetty.continuation.FauxContinuation
Deprecated.
 
__SUSPENDING - Static variable in class org.eclipse.jetty.continuation.FauxContinuation
Deprecated.
 
__tagpad - Static variable in class org.eclipse.jetty.util.log.StdErrLog
 
__trueln - Static variable in class org.eclipse.jetty.server.ResponseWriter
 
__TYPE - Static variable in class org.eclipse.jetty.util.security.Credential.Crypt
 
__TYPE - Static variable in class org.eclipse.jetty.util.security.Credential.MD5
 
__unique - Static variable in class org.eclipse.jetty.jmx.MBeanContainer
 
__UNSUSPENDING - Static variable in class org.eclipse.jetty.continuation.FauxContinuation
Deprecated.
 
__UTF16 - Static variable in class org.eclipse.jetty.util.StringUtil
 
__UTF8 - Static variable in class org.eclipse.jetty.util.StringUtil
 
__waitingContinuation - Static variable in class org.eclipse.jetty.continuation.ContinuationSupport
Deprecated.
 
__WRITING - Static variable in class org.eclipse.jetty.io.WriteFlusher
 
__zero - Static variable in class org.eclipse.jetty.http.HttpFields
Deprecated.
_abbrevname - Variable in class org.eclipse.jetty.util.log.StdErrLog
 
_acceptChannel - Variable in class org.eclipse.jetty.server.ServerConnector
 
_acceptedReceiveBufferSize - Variable in class org.eclipse.jetty.server.ServerConnector
 
_acceptedSendBufferSize - Variable in class org.eclipse.jetty.server.ServerConnector
 
_acceptedTcpNoDelay - Variable in class org.eclipse.jetty.server.ServerConnector
 
_accepting - Variable in class org.eclipse.jetty.server.AbstractConnector
 
_accepting - Variable in class org.eclipse.jetty.server.ConnectionLimit
 
_acceptingConnectors - Variable in class org.eclipse.jetty.server.LowResourceMonitor
 
_acceptingInLowResources - Variable in class org.eclipse.jetty.server.LowResourceMonitor
 
_acceptListeners - Variable in class org.eclipse.jetty.io.SelectorManager
 
_acceptor - Variable in class org.eclipse.jetty.server.ServerConnector
 
_acceptorPriorityDelta - Variable in class org.eclipse.jetty.server.AbstractConnector
 
_acceptors - Variable in class org.eclipse.jetty.server.AbstractConnector
 
_acceptQueueSize - Variable in class org.eclipse.jetty.server.ServerConnector
 
_acceptRanges - Variable in class org.eclipse.jetty.server.ResourceService
 
_acceptRateLimit - Variable in class org.eclipse.jetty.server.AcceptRateLimit
 
_accessed - Variable in class org.eclipse.jetty.server.session.SessionData
 
_accessTimeColumn - Variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
_accumulator - Variable in class org.eclipse.jetty.io.ByteBufferOutputStream2
 
_adaptor - Variable in class org.eclipse.jetty.server.session.JDBCSessionDataStoreFactory
 
_address - Variable in class org.eclipse.jetty.util.InetAddressSet.SingletonInetRange
 
_addrs - Variable in class org.eclipse.jetty.server.handler.InetAccessHandler
 
_afters - Variable in class org.eclipse.jetty.webapp.FragmentDescriptor
 
_agentPatterns - Variable in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
_aggregate - Variable in class org.eclipse.jetty.server.handler.BufferedResponseHandler.BufferedInterceptor
 
_aggregate - Variable in class org.eclipse.jetty.server.HttpOutput
 
_aggregating - Variable in class org.eclipse.jetty.server.handler.BufferedResponseHandler.BufferedInterceptor
 
_alias - Variable in class org.eclipse.jetty.util.resource.FileResource
Deprecated.
 
_alias - Variable in class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
 
_alias - Variable in class org.eclipse.jetty.util.ssl.X509
 
_aliasChecks - Variable in class org.eclipse.jetty.server.handler.ContextHandler
 
_aliasMapper - Variable in class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager
 
_aliasX509 - Variable in class org.eclipse.jetty.util.ssl.SslContextFactory
 
_allowDuplicateFragmentNames - Variable in class org.eclipse.jetty.webapp.MetaData
 
_allowDuplicateFragmentNames - Variable in class org.eclipse.jetty.webapp.WebAppContext
 
_allowDuplicateMappings - Variable in class org.eclipse.jetty.servlet.ServletHandler
 
_allowNullPathInfo - Variable in class org.eclipse.jetty.server.handler.ContextHandler
 
_altStream - Variable in class org.eclipse.jetty.util.log.StdErrLog
 
_alwaysSaveUri - Variable in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
_ambiguous - Variable in class org.eclipse.jetty.http.HttpURI
 
_annotations - Variable in class org.eclipse.jetty.webapp.MetaData
 
_anyAuth - Variable in class org.eclipse.jetty.util.security.Constraint
 
_anyRole - Variable in class org.eclipse.jetty.util.security.Constraint
 
_apiState - Variable in class org.eclipse.jetty.server.HttpOutput
 
_append - Variable in class org.eclipse.jetty.server.RequestLogWriter
 
_append - Variable in class org.eclipse.jetty.util.RolloverFileOutputStream
 
_appendable - Variable in class org.eclipse.jetty.util.Utf8Appendable
 
_applyToAsync - Variable in class org.eclipse.jetty.server.handler.IdleTimeoutHandler
 
_arguments - Variable in class org.eclipse.jetty.xml.XmlConfiguration.JettyXmlConfiguration.Args
 
_associate - Variable in class org.eclipse.jetty.util.resource.Resource
 
_assumedCharset - Variable in enum class org.eclipse.jetty.http.MimeTypes.Type
 
_async - Variable in class org.eclipse.jetty.server.Request
 
_asyncAttributes - Variable in class org.eclipse.jetty.server.ServletAttributes
 
_asyncContext - Variable in class org.eclipse.jetty.server.AsyncContextEvent
 
_asyncDispatches - Variable in class org.eclipse.jetty.server.handler.StatisticsHandler
 
_asyncListener - Variable in class org.eclipse.jetty.server.DebugListener
 
_asyncListeners - Variable in class org.eclipse.jetty.server.HttpChannelState
 
_asyncNotSupportedSource - Variable in class org.eclipse.jetty.server.Request
 
_asyncReadCallback - Variable in class org.eclipse.jetty.server.HttpConnection
 
_asyncSupported - Variable in class org.eclipse.jetty.servlet.Holder
 
_asyncWaitStats - Variable in class org.eclipse.jetty.server.handler.StatisticsHandler
 
_asyncWritePossible - Variable in class org.eclipse.jetty.server.HttpChannelState
 
_at - Variable in class org.eclipse.jetty.io.CyclicTimeout.Timeout
 
_at - Variable in class org.eclipse.jetty.io.CyclicTimeout.Wakeup
 
_attr - Variable in class org.eclipse.jetty.server.DebugListener
 
_attributeName - Variable in class org.eclipse.jetty.servlet.DecoratingListener
 
_attributes - Variable in class org.eclipse.jetty.jmx.MetaData
 
_attributes - Variable in class org.eclipse.jetty.server.handler.ContextHandler
 
_attributes - Variable in class org.eclipse.jetty.server.Request
 
_attributes - Variable in class org.eclipse.jetty.server.Server
 
_attributes - Variable in class org.eclipse.jetty.server.ServletAttributes
 
_attributes - Variable in class org.eclipse.jetty.server.session.SessionData
 
_attributes - Variable in class org.eclipse.jetty.util.Attributes.Wrapper
 
_attrs - Variable in class org.eclipse.jetty.xml.XmlParser.Node
 
_authenticate - Variable in class org.eclipse.jetty.util.security.Constraint
 
_authentication - Variable in class org.eclipse.jetty.server.Request
 
_authenticationDuration - Variable in class org.eclipse.jetty.security.authentication.ConfigurableSpnegoAuthenticator
 
_authenticationMethod - Variable in class org.eclipse.jetty.jaas.spi.LdapLoginModule
Context.SECURITY_AUTHENTICATION
_authenticator - Variable in class org.eclipse.jetty.security.authentication.DeferredAuthentication
 
_authenticator - Variable in class org.eclipse.jetty.security.LoggedOutAuthentication
 
_authenticator - Variable in class org.eclipse.jetty.security.SecurityHandler
 
_authenticatorFactory - Variable in class org.eclipse.jetty.security.SecurityHandler
 
_authMethod - Variable in class org.eclipse.jetty.security.authentication.ConfigurableSpnegoAuthenticator
 
_authMethod - Variable in class org.eclipse.jetty.security.authentication.SpnegoAuthenticator
Deprecated.
 
_authMethod - Variable in class org.eclipse.jetty.security.SecurityHandler
 
_authority - Variable in class org.eclipse.jetty.server.ForwardedRequestCustomizer.Forwarded
 
_authorizationService - Variable in class org.eclipse.jetty.security.ConfigurableSpnegoLoginService
 
_availability - Variable in class org.eclipse.jetty.server.handler.ContextHandler
 
_b - Variable in class org.eclipse.jetty.http.HttpTokens.Token
 
_base - Variable in enum class org.eclipse.jetty.http.MimeTypes.Type
 
_baseResource - Variable in class org.eclipse.jetty.server.handler.ContextHandler
 
_baseResource - Variable in class org.eclipse.jetty.server.handler.ResourceHandler
 
_bean - Variable in class org.eclipse.jetty.util.component.ContainerLifeCycle.Bean
 
_beans - Variable in class org.eclipse.jetty.jmx.MBeanContainer
 
_beans - Variable in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
_befores - Variable in class org.eclipse.jetty.webapp.FragmentDescriptor
 
_bigIndex - Variable in class org.eclipse.jetty.util.ArrayTrie
A big index for each row.
_bindDn - Variable in class org.eclipse.jetty.jaas.spi.LdapLoginModule
root DN used to connect to
_bindPassword - Variable in class org.eclipse.jetty.jaas.spi.LdapLoginModule
password used to connect to the root ldap context
_black - Variable in class org.eclipse.jetty.server.handler.IPAccessHandler
Deprecated.
 
_blobType - Variable in class org.eclipse.jetty.server.session.DatabaseAdaptor
 
_blocker - Variable in class org.eclipse.jetty.util.SharedBlockingCallback
 
_blockingReadCallback - Variable in class org.eclipse.jetty.server.HttpConnection
 
_blockingTimeout - Variable in class org.eclipse.jetty.server.HttpConfiguration
 
_blockUntil - Variable in class org.eclipse.jetty.server.HttpInput
 
_bout - Variable in class org.eclipse.jetty.http.MultiPartFormInputStream.MultiPart
 
_bout - Variable in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
_bout - Variable in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
Deprecated.
 
_budget - Variable in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
_budget - Variable in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
_buf - Variable in class org.eclipse.jetty.io.WriterOutputStream
 
_buf - Variable in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
_buffer - Variable in enum class org.eclipse.jetty.http.HttpHeader
 
_buffer - Variable in enum class org.eclipse.jetty.http.HttpHeaderValue
 
_buffer - Variable in enum class org.eclipse.jetty.http.HttpMethod
 
_buffer - Variable in enum class org.eclipse.jetty.http.HttpScheme
 
_buffer - Variable in enum class org.eclipse.jetty.http.HttpVersion
 
_buffer - Variable in enum class org.eclipse.jetty.http.MimeTypes.Type
 
_buffer - Variable in class org.eclipse.jetty.io.ByteBufferOutputStream
 
_buffer - Variable in class org.eclipse.jetty.server.DetectorConnectionFactory.DetectorConnection
 
_buffer - Variable in class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor
 
_buffer - Variable in class org.eclipse.jetty.server.HttpOutput.AsyncWrite
 
_buffer - Variable in class org.eclipse.jetty.server.HttpOutput.InputStreamWritingCB
 
_buffer - Variable in class org.eclipse.jetty.server.HttpOutput.ReadableByteChannelWritingCB
 
_buffer - Variable in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyV1ConnectionFactory.ProxyProtocolV1Connection
 
_buffer - Variable in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyV2ConnectionFactory.ProxyProtocolV2Connection
 
_buffer - Variable in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
 
_buffer - Variable in class org.eclipse.jetty.util.ajax.JSON.ConvertableOutput
 
_buffer - Variable in class org.eclipse.jetty.util.MultiPartInputStreamParser.Base64InputStream
Deprecated.
 
_buffer - Variable in class org.eclipse.jetty.util.Utf8StringBuffer
 
_buffer - Variable in class org.eclipse.jetty.util.Utf8StringBuilder
 
_bufferPool - Variable in class org.eclipse.jetty.io.ByteBufferAccumulator
 
_bufferPool - Variable in class org.eclipse.jetty.io.ssl.SslConnection
 
_bufferPool - Variable in class org.eclipse.jetty.server.HttpConnection
 
_buffers - Variable in class org.eclipse.jetty.io.ByteBufferAccumulator
 
_buffers - Variable in class org.eclipse.jetty.io.WriteFlusher.PendingState
 
_buffers - Static variable in class org.eclipse.jetty.server.AbstractNCSARequestLog
Deprecated.
 
_buffers - Static variable in class org.eclipse.jetty.server.CustomRequestLog
 
_buffers - Variable in class org.eclipse.jetty.server.handler.BufferedResponseHandler.BufferedInterceptor
 
_bufferSize - Variable in class org.eclipse.jetty.http.GZIPContentDecoder
 
_bufferSize - Variable in class org.eclipse.jetty.http.MultiPartFormInputStream
 
_bufferSize - Variable in class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor
 
_bufferSize - Variable in class org.eclipse.jetty.server.HttpOutput
 
_builder - Variable in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyV1ConnectionFactory.ProxyProtocolV1Connection
 
_byClass - Variable in class org.eclipse.jetty.webapp.ClasspathPattern.ByPackageOrName
 
_byLocation - Variable in class org.eclipse.jetty.webapp.ClasspathPattern.ByLocationOrModule
 
_byModule - Variable in class org.eclipse.jetty.webapp.ClasspathPattern.ByLocationOrModule
 
_byPackage - Variable in class org.eclipse.jetty.webapp.ClasspathPattern.ByPackageOrName
 
_byteBufferPool - Variable in class org.eclipse.jetty.server.AbstractConnector
 
_bytes - Variable in enum class org.eclipse.jetty.http.HttpHeader
 
_bytes - Variable in enum class org.eclipse.jetty.http.HttpMethod
 
_bytes - Variable in enum class org.eclipse.jetty.http.HttpVersion
 
_bytes - Variable in class org.eclipse.jetty.server.HttpWriter
 
_bytesColonSpace - Variable in enum class org.eclipse.jetty.http.HttpHeader
 
_bytesIn - Variable in class org.eclipse.jetty.io.ConnectionStatistics
 
_bytesInRate - Variable in class org.eclipse.jetty.io.ConnectionStatistics
 
_bytesOut - Variable in class org.eclipse.jetty.io.ConnectionStatistics
 
_bytesOutRate - Variable in class org.eclipse.jetty.io.ConnectionStatistics
 
_c - Variable in class org.eclipse.jetty.http.HttpTokens.Token
 
_c - Variable in class org.eclipse.jetty.util.TreeTrie
 
_cache - Variable in class org.eclipse.jetty.server.CachedContentFactory
 
_cache - Variable in class org.eclipse.jetty.server.session.CachingSessionDataStore
The fronting cache
_cache - Variable in class org.eclipse.jetty.servlet.DefaultServlet
 
_cache - Variable in class org.eclipse.jetty.webapp.CachingWebAppClassLoader
 
_cacheControl - Variable in class org.eclipse.jetty.server.handler.ErrorHandler
 
_cacheControl - Variable in class org.eclipse.jetty.server.ResourceService
 
_cachedFiles - Variable in class org.eclipse.jetty.server.CachedContentFactory
 
_cachedSize - Variable in class org.eclipse.jetty.server.CachedContentFactory
 
_callback - Variable in class org.eclipse.jetty.io.WriteFlusher.PendingState
 
_callback - Variable in class org.eclipse.jetty.server.HttpConnection.SendCallback
 
_callback - Variable in class org.eclipse.jetty.server.HttpOutput.NestedChannelWriteCB
 
_callback - Variable in class org.eclipse.jetty.util.IteratingNestedCallback
 
_callbackHandlerClass - Variable in class org.eclipse.jetty.jaas.JAASLoginService
 
_candidateSessionIdsForExpiry - Variable in class org.eclipse.jetty.server.session.SessionHandler
 
_canonicalContextPath - Variable in class org.eclipse.jetty.server.session.SessionContext
 
_capacity - Variable in class org.eclipse.jetty.io.ByteBufferPool.Bucket
 
_capacity - Variable in class org.eclipse.jetty.util.compression.CompressionPool
 
_capacity - Variable in class org.eclipse.jetty.util.thread.ReservedThreadExecutor
 
_caseInsensitive - Variable in class org.eclipse.jetty.util.AbstractTrie
 
_catalogName - Variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
_cause - Variable in class org.eclipse.jetty.io.WriteFlusher.FailedState
 
_cause - Variable in class org.eclipse.jetty.util.FutureCallback
 
_cause - Variable in class org.eclipse.jetty.util.FuturePromise
 
_certAlias - Variable in class org.eclipse.jetty.util.ssl.SslContextFactory
 
_certHosts - Variable in class org.eclipse.jetty.util.ssl.SslContextFactory
 
_certs - Variable in class org.eclipse.jetty.server.SecureRequestCustomizer.SslAttributes
 
_certs - Variable in class org.eclipse.jetty.server.SecureRequestCustomizer.SslSessionData
 
_certWilds - Variable in class org.eclipse.jetty.util.ssl.SslContextFactory
 
_chainCache - Variable in class org.eclipse.jetty.servlet.ServletHandler
 
_channel - Variable in class org.eclipse.jetty.client.HttpExchange
 
_channel - Variable in class org.eclipse.jetty.io.ChannelEndPoint
 
_channel - Variable in class org.eclipse.jetty.io.ManagedSelector.Acceptor
 
_channel - Variable in class org.eclipse.jetty.server.AsyncContextState
 
_channel - Variable in class org.eclipse.jetty.server.handler.BufferedResponseHandler.BufferedInterceptor
 
_channel - Variable in class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor
 
_channel - Variable in class org.eclipse.jetty.server.HttpChannelState
 
_channel - Variable in class org.eclipse.jetty.server.HttpConnection
 
_channel - Variable in class org.eclipse.jetty.server.HttpOutput
 
_channel - Variable in class org.eclipse.jetty.server.HttpOutput.WriteBlocker
 
_channel - Variable in class org.eclipse.jetty.server.Request
 
_channel - Variable in class org.eclipse.jetty.server.Response
 
_channelState - Variable in class org.eclipse.jetty.server.HttpInput
 
_channelState - Variable in class org.eclipse.jetty.server.HttpOutput
 
_characterEncoding - Variable in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
 
_characterEncoding - Variable in class org.eclipse.jetty.server.Request
 
_characterEncoding - Variable in class org.eclipse.jetty.server.Response
 
_chars - Variable in class org.eclipse.jetty.server.HttpWriter
 
_charset - Variable in enum class org.eclipse.jetty.http.MimeTypes.Type
 
_charset - Variable in class org.eclipse.jetty.security.authentication.BasicAuthenticator
 
_charsetString - Variable in enum class org.eclipse.jetty.http.MimeTypes.Type
 
_checked - Variable in class org.eclipse.jetty.security.RoleInfo
 
_checkGzExists - Variable in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Deprecated.
feature will be removed in Jetty 10.x, with no replacement.
_checkingRemoteSessionIdEncoding - Variable in class org.eclipse.jetty.server.session.SessionHandler
 
_checkWelcomeFiles - Variable in class org.eclipse.jetty.security.SecurityHandler
 
_chunk - Variable in class org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor
 
_chunk - Variable in class org.eclipse.jetty.server.HttpConnection.SendCallback
 
_chunkLength - Variable in class org.eclipse.jetty.http.HttpParser
 
_chunkPosition - Variable in class org.eclipse.jetty.http.HttpParser
 
_cipherComparator - Variable in class org.eclipse.jetty.util.ssl.SslContextFactory
 
_cipherSuite - Variable in class org.eclipse.jetty.server.SecureRequestCustomizer.SslAttributes
 
_class - Variable in class org.eclipse.jetty.servlet.BaseHolder
 
_class - Variable in class org.eclipse.jetty.xml.XmlConfiguration.JettyXmlConfiguration.Args
 
_classes - Variable in class org.eclipse.jetty.servlet.ServletContextHandler.Initializer
 
_classloader - Variable in class org.eclipse.jetty.util.ClassLoadingObjectInputStream
 
_classLoader - Variable in class org.eclipse.jetty.server.handler.ContextHandler
 
_className - Variable in class org.eclipse.jetty.servlet.BaseHolder
 
_className - Variable in class org.eclipse.jetty.webapp.DiscoveredAnnotation
 
_classNames - Variable in class org.eclipse.jetty.webapp.WebDescriptor
 
_clazz - Variable in class org.eclipse.jetty.webapp.DiscoveredAnnotation
 
_closed - Variable in class org.eclipse.jetty.io.ManagedSelector.CloseConnections
 
_closed - Variable in class org.eclipse.jetty.server.HttpOutput.InputStreamWritingCB
 
_closed - Variable in class org.eclipse.jetty.server.HttpOutput.ReadableByteChannelWritingCB
 
_closed - Variable in class org.eclipse.jetty.server.LocalConnector.LocalEndPoint
 
_closedCallback - Variable in class org.eclipse.jetty.server.HttpOutput
 
_closedIn - Variable in class org.eclipse.jetty.server.ConnectorStatistics
Deprecated.
 
_closedOut - Variable in class org.eclipse.jetty.server.ConnectorStatistics
Deprecated.
 
_closedOutbound - Variable in class org.eclipse.jetty.io.ssl.SslConnection
 
_closeOut - Variable in class org.eclipse.jetty.server.RequestLogWriter
 
_code - Variable in exception class org.eclipse.jetty.http.BadMessageException
 
_code - Variable in enum class org.eclipse.jetty.http.HttpStatus.Code
 
_codep - Variable in class org.eclipse.jetty.util.Utf8Appendable
 
_collection - Variable in class org.eclipse.jetty.util.component.DumpableCollection
 
_combinedListener - Variable in class org.eclipse.jetty.server.HttpChannel
 
_comment - Variable in class org.eclipse.jetty.http.HttpCookie
 
_commit - Variable in class org.eclipse.jetty.server.HttpChannel.SendCallback
 
_commitSize - Variable in class org.eclipse.jetty.server.HttpOutput
 
_committedMetaData - Variable in class org.eclipse.jetty.server.HttpChannel
 
_compactPath - Variable in class org.eclipse.jetty.server.handler.ContextHandler
 
_complete - Variable in class org.eclipse.jetty.io.ManagedSelector.CloseConnections
 
_complete - Variable in class org.eclipse.jetty.server.HttpChannel.SendCallback
 
_complete - Variable in class org.eclipse.jetty.util.SharedBlockingCallback
 
_completed - Variable in class org.eclipse.jetty.server.HttpOutput.AsyncWrite
 
_compliance - Variable in class org.eclipse.jetty.http.HttpParser
 
_compliance - Variable in class org.eclipse.jetty.server.CookieCutter
 
_complianceHandler - Variable in class org.eclipse.jetty.http.HttpParser
 
_compliances - Variable in class org.eclipse.jetty.http.HttpParser
 
_complianceViolations - Variable in class org.eclipse.jetty.server.HttpChannelOverHttp
 
_componentType - Variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
 
_compressionLevel - Variable in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
_con - Variable in class org.eclipse.jetty.security.JDBCLoginService
 
_conditional - Variable in class org.eclipse.jetty.server.PushBuilderImpl
 
_config - Variable in class org.eclipse.jetty.http.MultiPartFormInputStream
 
_config - Variable in class org.eclipse.jetty.security.HashLoginService
 
_config - Variable in class org.eclipse.jetty.security.JDBCLoginService
 
_config - Variable in class org.eclipse.jetty.security.SpnegoLoginService
Deprecated.
 
_config - Variable in class org.eclipse.jetty.server.ForwardedRequestCustomizer.Forwarded
 
_config - Variable in class org.eclipse.jetty.server.HttpConnection
 
_config - Variable in class org.eclipse.jetty.server.HttpConnectionFactory
 
_config - Variable in class org.eclipse.jetty.servlet.FilterHolder
 
_config - Variable in class org.eclipse.jetty.servlet.ServletHolder
 
_config - Variable in class org.eclipse.jetty.util.MultiPartInputStreamParser
Deprecated.
 
_configPath - Variable in class org.eclipse.jetty.security.PropertyUserStore
 
_configuration - Variable in class org.eclipse.jetty.jaas.JAASLoginService
 
_configuration - Variable in class org.eclipse.jetty.server.HttpChannel
 
_configuration - Variable in class org.eclipse.jetty.xml.XmlConfiguration.JettyXmlConfiguration
 
_configurationClasses - Variable in class org.eclipse.jetty.webapp.WebAppContext
 
_configurationDiscovered - Variable in class org.eclipse.jetty.webapp.WebAppContext
 
_configurations - Variable in class org.eclipse.jetty.webapp.WebAppContext
 
_configuredLevel - Variable in class org.eclipse.jetty.util.log.StdErrLog
 
_connect - Variable in class org.eclipse.jetty.io.ManagedSelector.CreateEndPoint
 
_connection - Variable in class org.eclipse.jetty.io.AbstractEndPoint
 
_connection - Variable in class org.eclipse.jetty.server.HttpChannelOverHttp
 
_connection - Variable in class org.eclipse.jetty.util.resource.URLResource
 
_connectionDurationStats - Variable in class org.eclipse.jetty.server.ConnectorStatistics
Deprecated.
 
_connections - Variable in class org.eclipse.jetty.io.ConnectionStatistics
 
_connections - Variable in class org.eclipse.jetty.server.ConnectionLimit
 
_connectionsDuration - Variable in class org.eclipse.jetty.io.ConnectionStatistics
 
_connectionStats - Variable in class org.eclipse.jetty.server.ConnectorStatistics
Deprecated.
 
_connectionUrl - Variable in class org.eclipse.jetty.server.session.DatabaseAdaptor
 
_connector - Variable in class org.eclipse.jetty.server.DetectorConnectionFactory.DetectorConnection
 
_connector - Variable in class org.eclipse.jetty.server.HttpChannel
 
_connector - Variable in class org.eclipse.jetty.server.HttpConnection
 
_connector - Variable in class org.eclipse.jetty.server.jmx.AbstractConnectorMBean
 
_connector - Variable in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyV1ConnectionFactory.ProxyProtocolV1Connection
 
_connector - Variable in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyV2ConnectionFactory.ProxyProtocolV2Connection
 
_connectors - Variable in class org.eclipse.jetty.server.AcceptRateLimit
 
_connectors - Variable in class org.eclipse.jetty.server.ConnectionLimit
 
_connectors - Variable in class org.eclipse.jetty.server.Server
 
_connectors - Variable in class org.eclipse.jetty.servlet.StatisticsServlet
 
_connectorServer - Variable in class org.eclipse.jetty.jmx.ConnectorServer
 
_connects - Variable in class org.eclipse.jetty.server.LocalConnector
 
_connectTimeout - Variable in class org.eclipse.jetty.io.SelectorManager
 
_constraint - Variable in class org.eclipse.jetty.security.ConstraintMapping
 
_constraintMap - Variable in class org.eclipse.jetty.security.ConstraintSecurityHandler
 
_constraintMappings - Variable in class org.eclipse.jetty.security.ConstraintSecurityHandler
 
_constructor - Variable in class org.eclipse.jetty.jmx.MetaData
 
_content - Variable in class org.eclipse.jetty.http.PrecompressedHttpContent
 
_content - Variable in class org.eclipse.jetty.server.CachedContentFactory.CachedPrecompressedHttpContent
 
_content - Variable in class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor.GzipBufferCB
 
_content - Variable in class org.eclipse.jetty.server.HttpChannel.SendCallback
 
_content - Variable in class org.eclipse.jetty.server.HttpConnection.SendCallback
 
_content - Variable in class org.eclipse.jetty.server.HttpInput
 
_content - Variable in class org.eclipse.jetty.server.HttpInput.Content
 
_contentArrived - Variable in class org.eclipse.jetty.server.HttpInput
 
_contentBufferReferences - Variable in class org.eclipse.jetty.server.HttpConnection
 
_contentChunk - Variable in class org.eclipse.jetty.http.HttpParser
 
_contentConsumed - Variable in class org.eclipse.jetty.server.HttpInput
 
_contentEncoding - Variable in class org.eclipse.jetty.http.CompressedContentFormat
 
_contentFactory - Variable in class org.eclipse.jetty.server.ResourceService
 
_contentLength - Variable in class org.eclipse.jetty.http.HttpParser
 
_contentLength - Variable in class org.eclipse.jetty.http.MetaData
 
_contentLength - Variable in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
 
_contentLength - Variable in class org.eclipse.jetty.server.Response
 
_contentLengthValue - Variable in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
 
_contentParameters - Variable in class org.eclipse.jetty.server.Request
 
_contentParamsExtracted - Variable in class org.eclipse.jetty.server.Request
 
_contentPosition - Variable in class org.eclipse.jetty.http.HttpParser
 
_contentPrepared - Variable in class org.eclipse.jetty.http.HttpGenerator
 
_contentType - Variable in class org.eclipse.jetty.http.MultiPartFormInputStream
 
_contentType - Variable in class org.eclipse.jetty.http.MultiPartFormInputStream.MultiPart
 
_contentType - Variable in class org.eclipse.jetty.http.ResourceHttpContent
 
_contentType - Variable in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
 
_contentType - Variable in class org.eclipse.jetty.server.Request
 
_contentType - Variable in class org.eclipse.jetty.server.Response
 
_contentType - Variable in class org.eclipse.jetty.util.MultiPartInputStreamParser
Deprecated.
 
_contentType - Variable in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
Deprecated.
 
_context - Variable in class org.eclipse.jetty.continuation.ContinuationFilter
Deprecated.
 
_context - Variable in class org.eclipse.jetty.continuation.Servlet3Continuation
Deprecated.
 
_context - Variable in class org.eclipse.jetty.security.ConfigurableSpnegoLoginService
 
_context - Variable in class org.eclipse.jetty.server.AsyncContextEvent
 
_context - Variable in class org.eclipse.jetty.server.handler.ManagedAttributeListener
 
_context - Variable in class org.eclipse.jetty.server.handler.ResourceHandler
 
_context - Variable in class org.eclipse.jetty.server.MultiParts.MultiPartsHttpParser
 
_context - Variable in class org.eclipse.jetty.server.MultiParts.MultiPartsUtilParser
 
_context - Variable in class org.eclipse.jetty.server.Request
 
_context - Variable in class org.eclipse.jetty.server.session.AbstractSessionCache
Information about the context to which this SessionCache pertains
_context - Variable in class org.eclipse.jetty.server.session.AbstractSessionDataStore
 
_context - Variable in class org.eclipse.jetty.server.session.SessionContext
 
_context - Variable in class org.eclipse.jetty.server.session.SessionHandler
 
_context - Variable in class org.eclipse.jetty.servlet.DecoratingListener
 
_context - Variable in class org.eclipse.jetty.servlet.ServletContextHandler.Initializer
 
_context - Variable in class org.eclipse.jetty.util.ssl.SslContextFactory.Factory
 
_context - Variable in class org.eclipse.jetty.webapp.DiscoveredAnnotation
 
_context - Variable in class org.eclipse.jetty.webapp.WebAppClassLoader
 
_context - Variable in class org.eclipse.jetty.webapp.WebInfConfiguration.ContainerPathNameMatcher
 
_context - Variable in class org.eclipse.jetty.webapp.WebInfConfiguration.WebAppPathNameMatcher
 
_context - Variable in class org.eclipse.jetty.xml.XmlParser.Handler
 
_contextBranches - Variable in class org.eclipse.jetty.server.handler.ContextHandlerCollection.Mapping
 
_contextClass - Variable in class org.eclipse.jetty.server.handler.ContextHandlerCollection
Deprecated.
_contextFactory - Variable in class org.eclipse.jetty.jaas.spi.LdapLoginModule
Context.INITIAL_CONTEXT_FACTORY
_contextHandler - Variable in class org.eclipse.jetty.server.Dispatcher
 
_contextHandler - Variable in class org.eclipse.jetty.servlet.DefaultServlet
 
_contextHandler - Variable in class org.eclipse.jetty.servlet.Invoker
 
_contextHandler - Variable in class org.eclipse.jetty.servlet.JspPropertyGroupServlet
 
_contextHandler - Variable in class org.eclipse.jetty.servlet.ServletHandler
 
_contextListeners - Variable in class org.eclipse.jetty.server.handler.ContextHandler
 
_contextPath - Variable in class org.eclipse.jetty.server.AsyncAttributes
 
_contextPath - Variable in class org.eclipse.jetty.server.Dispatcher.ForwardAttributes
 
_contextPath - Variable in class org.eclipse.jetty.server.Dispatcher.IncludeAttributes
 
_contextPath - Variable in class org.eclipse.jetty.server.handler.ContextHandler
 
_contextPath - Variable in class org.eclipse.jetty.server.Request
 
_contextPath - Variable in class org.eclipse.jetty.server.session.SessionData
 
_contextPathColumn - Variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
_contextPathEncoded - Variable in class org.eclipse.jetty.server.handler.ContextHandler
 
_contexts - Variable in class org.eclipse.jetty.server.handler.ContextHandlerCollection.Branch
 
_contextScopeListener - Variable in class org.eclipse.jetty.server.DebugListener
 
_contextStatus - Variable in class org.eclipse.jetty.server.handler.ContextHandler
 
_contextString - Variable in class org.eclipse.jetty.server.session.FileSessionDataStore
 
_contextTmpDir - Variable in class org.eclipse.jetty.http.MultiPartFormInputStream
 
_contextTmpDir - Variable in class org.eclipse.jetty.util.MultiPartInputStreamParser
Deprecated.
 
_contextWhiteList - Variable in class org.eclipse.jetty.webapp.WebAppContext
 
_convert - Variable in class org.eclipse.jetty.jmx.MetaData.AttributeInfo
 
_convert - Variable in class org.eclipse.jetty.jmx.MetaData.OperationInfo
 
_converter - Variable in class org.eclipse.jetty.server.EncodingHttpWriter
 
_convertors - Variable in class org.eclipse.jetty.util.ajax.JSON
 
_cooked - Variable in class org.eclipse.jetty.util.security.Credential.Crypt
 
_cookie - Variable in class org.eclipse.jetty.http.HttpCookie.SetCookieHttpField
 
_cookieConfig - Variable in class org.eclipse.jetty.server.session.SessionHandler
 
_cookies - Variable in class org.eclipse.jetty.server.CookieCutter
 
_cookies - Variable in class org.eclipse.jetty.server.Request
 
_cookieSet - Variable in class org.eclipse.jetty.server.session.SessionData
 
_cookiesExtracted - Variable in class org.eclipse.jetty.server.Request
 
_cookieTimeColumn - Variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
_copy - Variable in class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor.GzipBufferCB
 
_copyDir - Variable in class org.eclipse.jetty.webapp.WebAppContext
 
_copyWebInf - Variable in class org.eclipse.jetty.webapp.WebAppContext
 
_count - Variable in class org.eclipse.jetty.util.statistic.RateStatistic
 
_count - Variable in class org.eclipse.jetty.util.statistic.SampleStatistic
 
_counter - Static variable in class org.eclipse.jetty.webapp.FragmentDescriptor
 
_counts - Variable in class org.eclipse.jetty.util.thread.QueuedThreadPool
Encodes thread counts: HiTotal thread count or Integer.MIN_VALUE if the pool is stopping LoNet idle threads == idle threads - job queue size.
_cr - Variable in class org.eclipse.jetty.http.HttpParser
 
_cr - Variable in class org.eclipse.jetty.http.MultiPartParser
 
_crc - Variable in class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor
 
_created - Variable in class org.eclipse.jetty.io.AbstractConnection
 
_created - Variable in class org.eclipse.jetty.io.AbstractEndPoint
 
_created - Variable in class org.eclipse.jetty.server.session.SessionData
 
_createTimeColumn - Variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
_credential - Variable in class org.eclipse.jetty.jaas.callback.AbstractCallbackHandler
 
_credential - Variable in class org.eclipse.jetty.jaas.spi.UserInfo
 
_credential - Variable in class org.eclipse.jetty.security.AbstractLoginService.UserPrincipal
 
_credentials - Variable in class org.eclipse.jetty.security.authentication.SessionAuthentication
 
_crlPath - Variable in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
Path to file that contains Certificate Revocation List
_crlPath - Variable in class org.eclipse.jetty.util.ssl.SslContextFactory
 
_crls - Variable in class org.eclipse.jetty.util.security.CertificateValidator
 
_current - Variable in class org.eclipse.jetty.http.HttpFields.ListItr
 
_current - Variable in class org.eclipse.jetty.util.statistic.CounterStatistic
 
_currentInterestOps - Variable in class org.eclipse.jetty.io.ChannelEndPoint
 
_currentScan - Variable in class org.eclipse.jetty.util.Scanner
 
_cursor - Variable in class org.eclipse.jetty.http.HttpFields.ListItr
 
_cursor - Variable in class org.eclipse.jetty.io.ManagedSelector.SelectorProducer
 
_cursor - Variable in class org.eclipse.jetty.util.BlockingArrayQueue.Itr
 
_customizers - Variable in class org.eclipse.jetty.server.HttpConfiguration
 
_daemon - Variable in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
_daemon - Variable in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
_daemon - Variable in class org.eclipse.jetty.util.thread.TimerScheduler
 
_dataConstraint - Variable in class org.eclipse.jetty.util.security.Constraint
 
_datasource - Variable in class org.eclipse.jetty.server.session.DatabaseAdaptor
 
_date - Variable in class org.eclipse.jetty.server.handler.DebugHandler
Deprecated.
 
_dateCache - Variable in class org.eclipse.jetty.util.ajax.JSONDateConvertor
 
_dateCache - Static variable in class org.eclipse.jetty.util.log.StdErrLog
 
_dateField - Variable in class org.eclipse.jetty.server.Server
 
_dateField - Variable in class org.eclipse.jetty.server.Server.DateField
 
_dateLocker - Variable in class org.eclipse.jetty.server.Server
 
_dateReceive - Variable in class org.eclipse.jetty.http.DateParser
 
_dbAdaptor - Variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore
 
_dbAdaptor - Variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
_dbName - Variable in class org.eclipse.jetty.server.session.DatabaseAdaptor
 
_debug - Variable in class org.eclipse.jetty.continuation.ContinuationFilter
Deprecated.
 
_debug - Variable in class org.eclipse.jetty.jaas.spi.LdapLoginModule
 
_debug - Variable in class org.eclipse.jetty.util.log.LoggerLog
 
_debugMAA - Variable in class org.eclipse.jetty.util.log.LoggerLog
 
_debugMT - Variable in class org.eclipse.jetty.util.log.LoggerLog
 
_declaration - Variable in class org.eclipse.jetty.http.pathmap.RegexPathSpec
 
_declaration - Variable in class org.eclipse.jetty.http.pathmap.ServletPathSpec
 
_declaration - Variable in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
 
_decodedPath - Variable in class org.eclipse.jetty.http.HttpURI
 
_decoder - Variable in class org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor
 
_decorate - Variable in class org.eclipse.jetty.servlet.DecoratingListener.DynamicDecorator
 
_decorator - Variable in class org.eclipse.jetty.servlet.DecoratingListener
 
_decryptedDirectBuffers - Variable in class org.eclipse.jetty.io.ssl.SslConnection
 
_decryptedEndPoint - Variable in class org.eclipse.jetty.io.ssl.SslConnection
 
_decryptedInput - Variable in class org.eclipse.jetty.io.ssl.SslConnection
 
_default - Variable in class org.eclipse.jetty.http.PathMap
Deprecated.
 
_default - Variable in class org.eclipse.jetty.servlet.ServletMapping
 
_defaultConnectionFactory - Variable in class org.eclipse.jetty.server.AbstractConnector
 
_defaultContentType - Variable in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
 
_defaultProtocol - Variable in class org.eclipse.jetty.server.AbstractConnector
 
_defaultsDescriptor - Variable in class org.eclipse.jetty.webapp.WebAppContext
 
_defaultSecurityHandlerClass - Variable in class org.eclipse.jetty.servlet.ServletContextHandler
 
_defaultSingletonList - Variable in class org.eclipse.jetty.http.PathMap
Deprecated.
 
_defaultStylesheet - Variable in class org.eclipse.jetty.server.handler.ResourceHandler
 
_defaultUser - Variable in class org.eclipse.jetty.jaas.JAASLoginService
 
_deferredSyntaxAllowedAsLiteral - Variable in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
 
_deflater - Variable in class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor
 
_deflaterPool - Variable in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
_delayDispatchUntilContent - Variable in class org.eclipse.jetty.server.HttpConfiguration
 
_delayedForContent - Variable in class org.eclipse.jetty.server.HttpChannelOverHttp
 
_delegate - Variable in class org.eclipse.jetty.util.ssl.AliasedX509ExtendedKeyManager
 
_delegate - Variable in class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager
 
_deleteUnrestorableFiles - Variable in class org.eclipse.jetty.server.session.FileSessionDataStore
 
_deleteUnrestorableFiles - Variable in class org.eclipse.jetty.server.session.FileSessionDataStoreFactory
 
_delim - Variable in class org.eclipse.jetty.util.QuotedStringTokenizer
 
_delimiterSearch - Variable in class org.eclipse.jetty.http.MultiPartParser
 
_denyUncoveredMethods - Variable in class org.eclipse.jetty.security.ConstraintSecurityHandler
 
_dependencies - Variable in class org.eclipse.jetty.util.TopologicalSort
 
_depth - Variable in class org.eclipse.jetty.xml.XmlParser.NoopHandler
 
_descriptor - Variable in class org.eclipse.jetty.webapp.WebAppContext
 
_descriptorProcessors - Variable in class org.eclipse.jetty.webapp.MetaData
 
_desiredInterestOps - Variable in class org.eclipse.jetty.io.ChannelEndPoint
 
_destination - Variable in class org.eclipse.jetty.client.HttpChannel
 
_destroy - Variable in class org.eclipse.jetty.servlet.DecoratingListener.DynamicDecorator
 
_destroyed - Variable in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
_destroyServletContextListeners - Variable in class org.eclipse.jetty.server.handler.ContextHandler
 
_detailedDump - Variable in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
_detailedDump - Variable in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
_detectingConnectionFactories - Variable in class org.eclipse.jetty.server.DetectorConnectionFactory
 
_dftMaxIdleSecs - Variable in class org.eclipse.jetty.server.session.SessionHandler
Setting of max inactive interval for new sessions -1 means no timeout
_dftServlet - Variable in class org.eclipse.jetty.servlet.JspPropertyGroupServlet
 
_digest - Variable in class org.eclipse.jetty.util.security.Credential.MD5
 
_dirAllowed - Variable in class org.eclipse.jetty.server.ResourceService
 
_direct - Variable in class org.eclipse.jetty.io.ArrayByteBufferPool
 
_direct - Variable in class org.eclipse.jetty.io.ByteBufferAccumulator
 
_directBuffer - Variable in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
 
_directBuffers - Variable in class org.eclipse.jetty.io.MappedByteBufferPool
 
_directBuffersForDecryption - Variable in class org.eclipse.jetty.io.ssl.SslClientConnectionFactory
 
_directBuffersForDecryption - Variable in class org.eclipse.jetty.server.SslConnectionFactory
 
_directBuffersForEncryption - Variable in class org.eclipse.jetty.io.ssl.SslClientConnectionFactory
 
_directBuffersForEncryption - Variable in class org.eclipse.jetty.server.SslConnectionFactory
 
_directMemory - Variable in class org.eclipse.jetty.io.AbstractByteBufferPool
 
_directory - Variable in class org.eclipse.jetty.util.resource.JarFileResource
 
_dirty - Variable in class org.eclipse.jetty.server.session.SessionData
 
_disableStacks - Variable in class org.eclipse.jetty.server.handler.ErrorHandler
 
_discardPathInfo - Variable in class org.eclipse.jetty.server.handler.MovedContextHandler
 
_discardQuery - Variable in class org.eclipse.jetty.server.handler.MovedContextHandler
 
_dispatch - Variable in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
_dispatchContext - Variable in class org.eclipse.jetty.server.AsyncContextEvent
 
_dispatchedStats - Variable in class org.eclipse.jetty.server.handler.StatisticsHandler
 
_dispatchedTimeStats - Variable in class org.eclipse.jetty.server.handler.StatisticsHandler
 
_dispatchers - Variable in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
_dispatcherType - Variable in class org.eclipse.jetty.server.Request
 
_dispatches - Variable in class org.eclipse.jetty.servlet.FilterMapping
 
_dispatchPath - Variable in class org.eclipse.jetty.server.AsyncContextEvent
 
_displayName - Variable in class org.eclipse.jetty.server.handler.ContextHandler
 
_displayName - Variable in class org.eclipse.jetty.servlet.Holder
 
_distributable - Variable in class org.eclipse.jetty.webapp.WebAppContext
 
_distributable - Variable in class org.eclipse.jetty.webapp.WebDescriptor
 
_domain - Variable in class org.eclipse.jetty.http.HttpCookie
 
_domain - Variable in class org.eclipse.jetty.jmx.MBeanContainer
 
_done - Variable in class org.eclipse.jetty.util.FutureCallback
 
_done - Variable in class org.eclipse.jetty.util.FuturePromise
 
_doStarted - Variable in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
_double - Variable in class org.eclipse.jetty.util.QuotedStringTokenizer
 
_driver - Variable in class org.eclipse.jetty.server.session.DatabaseAdaptor
 
_driverClassName - Variable in class org.eclipse.jetty.server.session.DatabaseAdaptor
 
_dtd - Variable in class org.eclipse.jetty.webapp.Descriptor
 
_dtd - Variable in class org.eclipse.jetty.xml.XmlConfiguration
 
_dtd - Variable in class org.eclipse.jetty.xml.XmlParser
 
_dumpAfterStart - Variable in class org.eclipse.jetty.server.Server
 
_dumpBeforeStop - Variable in class org.eclipse.jetty.server.Server
 
_dumpContext - Variable in class org.eclipse.jetty.server.DebugListener
 
_durableConstraintMappings - Variable in class org.eclipse.jetty.security.ConstraintSecurityHandler
 
_durableListeners - Variable in class org.eclipse.jetty.server.handler.ContextHandler
 
_effectiveMajorVersion - Variable in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
 
_effectiveMinorVersion - Variable in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
 
_elements - Variable in class org.eclipse.jetty.util.BlockingArrayQueue
 
_elements - Variable in class org.eclipse.jetty.util.BlockingArrayQueue.Itr
 
_elements - Variable in class org.eclipse.jetty.xml.XmlConfiguration.JettyXmlConfiguration.AttrOrElementNode
 
_elIgnored - Variable in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
 
_enableCRLDP - Variable in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
CRL Distribution Points (CRLDP) support
_enableCRLDP - Variable in class org.eclipse.jetty.util.security.CertificateValidator
CRL Distribution Points (CRLDP) support
_enableCRLDP - Variable in class org.eclipse.jetty.util.ssl.SslContextFactory
 
_enabled - Variable in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
_enabled - Variable in class org.eclipse.jetty.server.handler.ThreadLimitHandler
 
_enabled - Variable in class org.eclipse.jetty.servlet.ServletHolder
 
_enableOCSP - Variable in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
On-Line Certificate Status Protocol (OCSP) support
_enableOCSP - Variable in class org.eclipse.jetty.util.security.CertificateValidator
On-Line Certificate Status Protocol (OCSP) support
_enableOCSP - Variable in class org.eclipse.jetty.util.ssl.SslContextFactory
 
_encodedField - Variable in class org.eclipse.jetty.http.PreEncodedHttpField
 
_encodedToken - Variable in class org.eclipse.jetty.security.SpnegoUserPrincipal
 
_encoder - Static variable in class org.eclipse.jetty.server.HttpOutput
 
_encoding - Variable in class org.eclipse.jetty.http.CompressedContentFormat
 
_encoding - Variable in class org.eclipse.jetty.io.WriterOutputStream
 
_encoding - Variable in class org.eclipse.jetty.server.ResponseWriter
 
_encodingCacheSize - Variable in class org.eclipse.jetty.server.ResourceService
 
_encodingFrom - Variable in class org.eclipse.jetty.server.Response
 
_encryptedDirectBuffers - Variable in class org.eclipse.jetty.io.ssl.SslConnection
 
_encryptedInput - Variable in class org.eclipse.jetty.io.ssl.SslConnection
 
_encryptedOutput - Variable in class org.eclipse.jetty.io.ssl.SslConnection
 
_endOfContent - Variable in class org.eclipse.jetty.http.HttpGenerator
 
_endOfContent - Variable in class org.eclipse.jetty.http.HttpParser
 
_endp - Variable in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
_endPoint - Variable in class org.eclipse.jetty.io.AbstractConnection
 
_endPoint - Variable in class org.eclipse.jetty.io.WriteFlusher
 
_endPoint - Variable in class org.eclipse.jetty.server.HttpChannel
 
_endpointIdentificationAlgorithm - Variable in class org.eclipse.jetty.util.ssl.SslContextFactory
 
_endpoints - Variable in class org.eclipse.jetty.server.AbstractConnector
 
_ensureDefaultServlet - Variable in class org.eclipse.jetty.servlet.ServletHandler
 
_entries - Variable in class org.eclipse.jetty.webapp.ClasspathPattern
 
_entries - Variable in class org.eclipse.jetty.webapp.ClasspathPattern.ByClass
 
_entries - Variable in class org.eclipse.jetty.webapp.ClasspathPattern.ByModule
 
_entries - Variable in class org.eclipse.jetty.webapp.ClasspathPattern.ByPackage
 
_entry - Variable in class org.eclipse.jetty.util.resource.JarFileResource
 
_entry - Variable in class org.eclipse.jetty.xml.XmlConfiguration.ConfigurationParser
 
_environment - Variable in class org.eclipse.jetty.jmx.ConnectorServer
 
_eof - Variable in class org.eclipse.jetty.http.HttpParser
 
_eof - Variable in class org.eclipse.jetty.server.HttpOutput.InputStreamWritingCB
 
_eof - Variable in class org.eclipse.jetty.server.HttpOutput.ReadableByteChannelWritingCB
 
_epcMode - Variable in class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill
 
_err - Variable in class org.eclipse.jetty.http.MultiPartFormInputStream
 
_err - Variable in class org.eclipse.jetty.util.MultiPartInputStreamParser
Deprecated.
 
_error - Variable in class org.eclipse.jetty.server.HttpInput.ErrorState
 
_error - Variable in class org.eclipse.jetty.xml.XmlParser.Handler
 
_errorContext - Variable in class org.eclipse.jetty.server.Request
 
_errorHandler - Variable in class org.eclipse.jetty.server.handler.ContextHandler
 
_errorHandler - Variable in class org.eclipse.jetty.server.Server
 
_errorOnUndeclaredNamespace - Variable in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
 
_errorPageList - Variable in class org.eclipse.jetty.servlet.ErrorPageErrorHandler
 
_errorPages - Variable in class org.eclipse.jetty.servlet.ErrorPageErrorHandler
 
_errors - Variable in class org.eclipse.jetty.server.handler.StatisticsHandler
 
_errorSentAndIncludes - Variable in class org.eclipse.jetty.server.Response
 
_etag - Variable in class org.eclipse.jetty.http.ResourceHttpContent
 
_etag - Variable in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
 
_etag - Variable in class org.eclipse.jetty.server.CachedContentFactory.CachedPrecompressedHttpContent
 
_etag - Variable in class org.eclipse.jetty.server.PushBuilderImpl
 
_etags - Variable in class org.eclipse.jetty.server.CachedContentFactory
 
_etags - Variable in class org.eclipse.jetty.server.ResourceService
 
_etagSuffix - Variable in class org.eclipse.jetty.http.CompressedContentFormat
 
_etagSuffixQuote - Variable in class org.eclipse.jetty.http.CompressedContentFormat
 
_event - Variable in class org.eclipse.jetty.server.HttpChannelState
 
_eventListeners - Variable in class org.eclipse.jetty.server.handler.ContextHandler
 
_evictionPolicy - Variable in class org.eclipse.jetty.server.session.AbstractSessionCache
When, if ever, to evict sessions: never; only when the last request for them finishes; after inactivity time (expressed as secs)
_evictionPolicy - Variable in class org.eclipse.jetty.server.session.AbstractSessionCacheFactory
 
_exactMap - Variable in class org.eclipse.jetty.http.PathMap
Deprecated.
 
_exactMap - Variable in class org.eclipse.jetty.http.pathmap.PathMappings
 
_exchange - Variable in class org.eclipse.jetty.client.HttpChannel
 
_excludeCipherSuites - Variable in class org.eclipse.jetty.util.ssl.SslContextFactory
 
_excluded - Variable in class org.eclipse.jetty.util.ajax.JSONObjectConvertor
 
_excluded - Variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
_excludePredicate - Variable in class org.eclipse.jetty.util.IncludeExcludeSet
 
_excludeProtocols - Variable in class org.eclipse.jetty.util.ssl.SslContextFactory
 
_excludes - Variable in class org.eclipse.jetty.util.IncludeExcludeSet
 
_execute - Variable in class org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume
 
_executor - Variable in class org.eclipse.jetty.io.AbstractConnection
 
_executor - Variable in class org.eclipse.jetty.server.AbstractConnector
 
_executor - Variable in class org.eclipse.jetty.server.HttpChannel
 
_executor - Variable in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
_executor - Variable in class org.eclipse.jetty.util.thread.ReservedThreadExecutor
 
_executor - Variable in class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill
 
_executor - Variable in class org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume
 
_executor - Variable in class org.eclipse.jetty.util.thread.strategy.ProduceConsume
 
_executor - Variable in class org.eclipse.jetty.util.thread.strategy.ProduceExecuteConsume
 
_exists - Variable in class org.eclipse.jetty.util.resource.JarFileResource
 
_exitJvm - Variable in class org.eclipse.jetty.server.handler.ShutdownHandler
 
_expect100Continue - Variable in class org.eclipse.jetty.server.HttpChannelOverHttp
 
_expect102Processing - Variable in class org.eclipse.jetty.server.HttpChannelOverHttp
 
_expiration - Variable in class org.eclipse.jetty.http.HttpCookie
 
_expired - Variable in class org.eclipse.jetty.continuation.Servlet3Continuation
Deprecated.
 
_expires - Variable in class org.eclipse.jetty.server.handler.MovedContextHandler
 
_expires - Variable in class org.eclipse.jetty.server.handler.StatisticsHandler
 
_expiry - Variable in class org.eclipse.jetty.server.session.SessionData
 
_expiryTimeColumn - Variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
_extended - Variable in class org.eclipse.jetty.server.AbstractNCSARequestLog
Deprecated.
 
_extendedId - Variable in class org.eclipse.jetty.server.session.Session
 
_extendedListenerTypes - Variable in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
_extension - Variable in class org.eclipse.jetty.http.CompressedContentFormat
 
_extensions - Variable in class org.eclipse.jetty.webapp.WebAppClassLoader
 
_extraClasspath - Variable in class org.eclipse.jetty.webapp.WebAppContext
 
_extractWAR - Variable in class org.eclipse.jetty.webapp.WebAppContext
 
_factor - Variable in class org.eclipse.jetty.io.AbstractByteBufferPool
 
_factories - Variable in class org.eclipse.jetty.server.AbstractConnector
 
_factory - Variable in class org.eclipse.jetty.server.CachedContentFactory
 
_factory - Variable in class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor
 
_factory - Variable in class org.eclipse.jetty.server.ResourceContentFactory
 
_factory - Variable in class org.eclipse.jetty.util.ssl.SslContextFactory
 
_failure - Variable in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
 
_family - Variable in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyV2ConnectionFactory.ProxyProtocolV2Connection
 
_faux - Variable in class org.eclipse.jetty.continuation.ContinuationFilter
Deprecated.
 
_favicon - Variable in class org.eclipse.jetty.server.handler.DefaultHandler
 
_faviconModified - Variable in class org.eclipse.jetty.server.handler.DefaultHandler
 
_field - Variable in class org.eclipse.jetty.http.HttpParser
 
_field - Variable in enum class org.eclipse.jetty.http.MimeTypes.Type
 
_fieldCache - Variable in class org.eclipse.jetty.http.HttpParser
 
_fieldList - Variable in class org.eclipse.jetty.server.CookieCutter
 
_fieldName - Variable in class org.eclipse.jetty.http.MultiPartParser
 
_fields - Variable in class org.eclipse.jetty.http.HttpFields
 
_fields - Variable in class org.eclipse.jetty.http.MetaData
 
_fields - Variable in class org.eclipse.jetty.server.CookieCutter
 
_fields - Variable in class org.eclipse.jetty.server.HttpChannelOverHttp
 
_fields - Variable in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyV1ConnectionFactory.ProxyProtocolV1Connection
 
_fields - Variable in class org.eclipse.jetty.server.PushBuilderImpl
 
_fields - Variable in class org.eclipse.jetty.server.Response
 
_fieldState - Variable in class org.eclipse.jetty.http.HttpParser
 
_fieldState - Variable in class org.eclipse.jetty.http.MultiPartParser
 
_fieldValue - Variable in class org.eclipse.jetty.http.MultiPartParser
 
_file - Variable in class org.eclipse.jetty.http.MultiPartFormInputStream.MultiPart
 
_file - Variable in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
Deprecated.
 
_file - Variable in class org.eclipse.jetty.util.resource.FileResource
Deprecated.
 
_file - Variable in class org.eclipse.jetty.util.resource.JarFileResource
 
_file - Variable in class org.eclipse.jetty.util.RolloverFileOutputStream
 
_file - Variable in class org.eclipse.jetty.webapp.ClasspathPattern.LocationEntry
 
_fileBackupFormat - Variable in class org.eclipse.jetty.util.RolloverFileOutputStream
 
_fileDateFormat - Variable in class org.eclipse.jetty.util.RolloverFileOutputStream
 
_filename - Variable in class org.eclipse.jetty.http.MultiPartFormInputStream.MultiPart
 
_filename - Variable in class org.eclipse.jetty.server.RequestLogWriter
 
_filename - Variable in class org.eclipse.jetty.util.component.FileNoticeLifeCycleListener
 
_filename - Variable in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
Deprecated.
 
_filename - Variable in class org.eclipse.jetty.util.RolloverFileOutputStream
 
_filenameDateFormat - Variable in class org.eclipse.jetty.server.RequestLogWriter
 
_fileOut - Variable in class org.eclipse.jetty.server.RequestLogWriter
 
_files - Variable in class org.eclipse.jetty.util.component.FileDestroyable
 
_fillInterest - Variable in class org.eclipse.jetty.io.AbstractEndPoint
 
_fillState - Variable in class org.eclipse.jetty.io.ssl.SslConnection
 
_filter - Variable in class org.eclipse.jetty.servlet.FilterHolder
 
_filter - Variable in class org.eclipse.jetty.servlet.FilterHolder.Wrapper
 
_filter - Variable in class org.eclipse.jetty.util.Scanner
 
_filterChain - Variable in class org.eclipse.jetty.servlet.ServletHandler.Chain
 
_filterChainsCached - Variable in class org.eclipse.jetty.servlet.ServletHandler
 
_filtered - Variable in class org.eclipse.jetty.continuation.ContinuationFilter
Deprecated.
 
_filterHolder - Variable in class org.eclipse.jetty.servlet.ServletHandler.Chain
 
_filterHolderMap - Variable in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
 
_filterHolders - Variable in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
 
_filterMappings - Variable in class org.eclipse.jetty.servlet.ServletHandler
 
_filterMappings - Variable in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
 
_filterName - Variable in class org.eclipse.jetty.servlet.FilterMapping
 
_filterNameMap - Variable in class org.eclipse.jetty.servlet.ServletHandler
 
_filterNameMappings - Variable in class org.eclipse.jetty.servlet.ServletHandler
 
_filterPathMappings - Variable in class org.eclipse.jetty.servlet.ServletHandler
 
_filters - Variable in class org.eclipse.jetty.servlet.ServletHandler
 
_firstByteTimeStamp - Variable in class org.eclipse.jetty.server.HttpInput
 
_firstByteTimeStamp - Variable in class org.eclipse.jetty.server.HttpOutput
 
_firstLoad - Variable in class org.eclipse.jetty.security.PropertyUserStore
 
_fixed - Variable in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
_flags - Variable in class org.eclipse.jetty.http.GZIPContentDecoder
 
_flushed - Variable in class org.eclipse.jetty.server.HttpOutput
 
_flushed - Variable in class org.eclipse.jetty.server.HttpOutput.AsyncFlush
 
_flushOnResponseCommit - Variable in class org.eclipse.jetty.server.session.AbstractSessionCache
If true, when a response is about to be committed back to the client, a dirty session will be flushed to the session store.
_flushOnResponseCommit - Variable in class org.eclipse.jetty.server.session.AbstractSessionCacheFactory
 
_flushState - Variable in class org.eclipse.jetty.io.ssl.SslConnection
 
_for - Variable in class org.eclipse.jetty.server.ForwardedRequestCustomizer.Forwarded
 
_for - Variable in class org.eclipse.jetty.server.handler.ThreadLimitHandler.RFC7239
 
_forbidden - Variable in class org.eclipse.jetty.security.RoleInfo
 
_forceBindingLogin - Variable in class org.eclipse.jetty.jaas.spi.LdapLoginModule
if the getUserInfo can pull a password off of the user then password comparison is an option for authn, to force binding login checks, set this to true
_forcedHost - Variable in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
_forcedPath - Variable in class org.eclipse.jetty.servlet.ServletHolder
 
_format - Variable in class org.eclipse.jetty.http.PrecompressedHttpContent
 
_format - Variable in class org.eclipse.jetty.util.ajax.JSONDateConvertor
 
_formatString - Variable in class org.eclipse.jetty.server.CustomRequestLog
 
_formatString - Variable in class org.eclipse.jetty.util.DateCache
 
_formatter - Variable in class org.eclipse.jetty.server.ResponseWriter
 
_formEncodedMethods - Variable in class org.eclipse.jetty.server.HttpConfiguration
 
_formErrorPage - Variable in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
_formErrorPath - Variable in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
_formLoginPage - Variable in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
_formLoginPath - Variable in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
_forwardedCipherSuiteHeader - Variable in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
_forwardedForHeader - Variable in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
_forwardedHeader - Variable in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
_forwardedHeader - Variable in class org.eclipse.jetty.server.handler.ThreadLimitHandler
 
_forwardedHostHeader - Variable in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
_forwardedHttpsHeader - Variable in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
_forwardedPortAsAuthority - Variable in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
_forwardedPortHeader - Variable in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
_forwardedProtoHeader - Variable in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
_forwardedServerHeader - Variable in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
_forwardedSslSessionIdHeader - Variable in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
_fragment - Variable in class org.eclipse.jetty.http.HttpURI
 
_from - Variable in class org.eclipse.jetty.servlet.ErrorPageErrorHandler.ErrorCodeRange
 
_fromJson - Variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertorFactory
 
_fromJSON - Variable in class org.eclipse.jetty.util.ajax.JSONDateConvertor
 
_fromJSON - Variable in class org.eclipse.jetty.util.ajax.JSONEnumConvertor
 
_fromJSON - Variable in class org.eclipse.jetty.util.ajax.JSONObjectConvertor
 
_fromJSON - Variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
_fullValidate - Variable in class org.eclipse.jetty.security.AbstractLoginService
 
_generator - Variable in class org.eclipse.jetty.server.HttpConnection
 
_getLoggerN - Variable in class org.eclipse.jetty.util.log.LoggerLog
 
_getName - Variable in class org.eclipse.jetty.util.log.LoggerLog
 
_getter - Variable in class org.eclipse.jetty.jmx.MetaData.AttributeInfo
 
_getters - Variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
_gracefulShutdownWaitsForRequests - Variable in class org.eclipse.jetty.server.handler.StatisticsHandler
 
_gracePeriodSec - Variable in class org.eclipse.jetty.server.session.AbstractSessionDataStore
 
_gracePeriodSec - Variable in class org.eclipse.jetty.server.session.AbstractSessionDataStoreFactory
 
_group - Variable in class org.eclipse.jetty.http.pathmap.RegexPathSpec
 
_group - Variable in class org.eclipse.jetty.http.pathmap.ServletPathSpec
 
_group - Variable in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
 
_group - Variable in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
_growby - Variable in class org.eclipse.jetty.util.ArrayTernaryTrie.Growing
 
_growCapacity - Variable in class org.eclipse.jetty.util.BlockingArrayQueue
 
_growOutput - Variable in class org.eclipse.jetty.io.ByteArrayEndPoint
 
_gssManager - Variable in class org.eclipse.jetty.security.ConfigurableSpnegoLoginService
 
_gzipEquivalentFileExtensions - Variable in class org.eclipse.jetty.server.ResourceService
 
_gzipHandler - Variable in class org.eclipse.jetty.servlet.ServletContextHandler
 
_handled - Variable in class org.eclipse.jetty.server.Request
 
_handler - Variable in class org.eclipse.jetty.http.HttpParser
 
_handler - Variable in class org.eclipse.jetty.http.MultiPartParser
 
_handler - Variable in class org.eclipse.jetty.server.handler.ContextHandlerCollection.Branch
 
_handler - Variable in class org.eclipse.jetty.server.handler.HandlerWrapper
 
_handler - Variable in class org.eclipse.jetty.server.handler.HotSwapHandler
 
_handler - Variable in class org.eclipse.jetty.server.session.AbstractSessionCache
The SessionHandler related to this SessionCache
_handler - Variable in class org.eclipse.jetty.server.session.Session
 
_handlers - Variable in class org.eclipse.jetty.server.handler.HandlerCollection
 
_handlers - Variable in class org.eclipse.jetty.server.handler.HandlerCollection.Handlers
 
_handles - Variable in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
_handshake - Variable in class org.eclipse.jetty.io.ssl.SslConnection
 
_hasContentLength - Variable in class org.eclipse.jetty.http.HttpParser
 
_hasOther - Variable in class org.eclipse.jetty.webapp.AbsoluteOrdering
 
_hasOutput - Variable in class org.eclipse.jetty.io.ByteArrayEndPoint
 
_hasToken - Variable in class org.eclipse.jetty.util.QuotedStringTokenizer
 
_hasTransferEncoding - Variable in class org.eclipse.jetty.http.HttpParser
 
_head - Variable in class org.eclipse.jetty.server.HttpConnection.SendCallback
 
_header - Variable in class org.eclipse.jetty.http.HttpField
 
_header - Variable in class org.eclipse.jetty.http.HttpParser
 
_header - Variable in class org.eclipse.jetty.server.HttpConnection.SendCallback
 
_headerBytes - Variable in class org.eclipse.jetty.http.HttpParser
 
_headerCacheSize - Variable in class org.eclipse.jetty.server.HttpConfiguration
 
_headerComplete - Variable in class org.eclipse.jetty.http.HttpParser
 
_headerParsed - Variable in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyV2ConnectionFactory.ProxyProtocolV2Connection
 
_headers - Variable in class org.eclipse.jetty.http.MultiPartFormInputStream.MultiPart
 
_headers - Variable in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
Deprecated.
 
_headerString - Variable in class org.eclipse.jetty.http.HttpParser
 
_headLock - Variable in class org.eclipse.jetty.util.BlockingArrayQueue
 
_headResponse - Variable in class org.eclipse.jetty.http.HttpParser
 
_heapBuffers - Variable in class org.eclipse.jetty.io.MappedByteBufferPool
 
_heapMemory - Variable in class org.eclipse.jetty.io.AbstractByteBufferPool
 
_hideStacks - Variable in class org.eclipse.jetty.util.log.StdErrLog
 
_holder - Variable in class org.eclipse.jetty.servlet.FilterMapping
 
_hooked - Variable in class org.eclipse.jetty.util.thread.ShutdownThread
 
_host - Variable in class org.eclipse.jetty.http.HttpParser
 
_host - Variable in class org.eclipse.jetty.http.HttpURI
 
_host - Variable in class org.eclipse.jetty.jmx.ConnectorServer.JMXRMIServerSocketFactory
 
_host - Variable in class org.eclipse.jetty.server.AbstractNetworkConnector
 
_host - Variable in class org.eclipse.jetty.server.ForwardedRequestCustomizer.MutableHostPort
 
_host - Variable in class org.eclipse.jetty.util.HostPort
 
_host - Variable in class org.eclipse.jetty.util.ssl.SslContextFactory.AliasSNIMatcher
 
_hostname - Variable in class org.eclipse.jetty.jaas.spi.LdapLoginModule
hostname of the ldap server
_hostName - Variable in class org.eclipse.jetty.security.ConfigurableSpnegoLoginService
 
_hostnameVerifier - Variable in class org.eclipse.jetty.util.ssl.SslContextFactory
 
_hostPort - Variable in class org.eclipse.jetty.http.HostPortHttpField
 
_hosts - Variable in class org.eclipse.jetty.util.ssl.X509
 
_hostSource - Variable in class org.eclipse.jetty.server.ForwardedRequestCustomizer.MutableHostPort
 
_hotReload - Variable in class org.eclipse.jetty.security.PropertyUserStore
 
_houseKeeper - Variable in class org.eclipse.jetty.server.session.DefaultSessionIdManager
 
_httpChannelListeners - Variable in class org.eclipse.jetty.server.AbstractConnector
 
_httpCompliance - Variable in class org.eclipse.jetty.server.HttpConnectionFactory
 
_httpConnection - Variable in class org.eclipse.jetty.server.HttpChannelOverHttp
 
_httpOnly - Variable in class org.eclipse.jetty.http.HttpCookie
 
_httpOnly - Variable in class org.eclipse.jetty.server.session.SessionHandler
 
_httpParser - Variable in class org.eclipse.jetty.server.MultiParts.MultiPartsHttpParser
 
_httpVersion - Variable in class org.eclipse.jetty.http.MetaData
 
_httpWriter - Variable in class org.eclipse.jetty.server.ResponseWriter
 
_i - Variable in class org.eclipse.jetty.util.QuotedStringTokenizer
 
_id - Variable in class org.eclipse.jetty.io.ManagedSelector
 
_id - Variable in class org.eclipse.jetty.server.AbstractConnector.Acceptor
 
_id - Variable in class org.eclipse.jetty.server.session.SessionData
 
_id - Variable in exception class org.eclipse.jetty.server.session.UnreadableSessionDataException
 
_id - Variable in exception class org.eclipse.jetty.server.session.UnwriteableSessionDataException
 
_idChanged - Variable in class org.eclipse.jetty.server.session.Session
 
_idColumn - Variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
_identityService - Variable in class org.eclipse.jetty.jaas.JAASLoginService
 
_identityService - Variable in class org.eclipse.jetty.security.AbstractLoginService
 
_identityService - Variable in class org.eclipse.jetty.security.authentication.LoginAuthenticator
 
_identityService - Variable in class org.eclipse.jetty.security.ConfigurableSpnegoLoginService
 
_identityService - Variable in class org.eclipse.jetty.security.SecurityHandler
 
_identityService - Variable in class org.eclipse.jetty.security.SpnegoLoginService
Deprecated.
 
_identityService - Variable in class org.eclipse.jetty.security.UserStore
 
_identityService - Variable in class org.eclipse.jetty.servlet.ServletHandler
 
_identityService - Variable in class org.eclipse.jetty.servlet.ServletHolder.RunAs
 
_idle - Variable in class org.eclipse.jetty.util.SharedBlockingCallback
 
_idle - Variable in class org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume
 
_idleTime - Variable in class org.eclipse.jetty.util.thread.ReservedThreadExecutor
 
_idleTimeout - Variable in class org.eclipse.jetty.io.IdleTimeout
 
_idleTimeout - Variable in class org.eclipse.jetty.server.AbstractConnector
 
_idleTimeout - Variable in class org.eclipse.jetty.server.ConnectionLimit
 
_idleTimeout - Variable in class org.eclipse.jetty.server.HttpConfiguration
 
_idleTimeout - Variable in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
_idleTimeoutMs - Variable in class org.eclipse.jetty.server.handler.IdleTimeoutHandler
 
_idleTimestamp - Variable in class org.eclipse.jetty.io.IdleTimeout
 
_idleTimeUnit - Variable in class org.eclipse.jetty.util.thread.ReservedThreadExecutor
 
_idMap - Variable in class org.eclipse.jetty.xml.XmlConfiguration
 
_idStr - Variable in class org.eclipse.jetty.server.SecureRequestCustomizer.SslSessionData
 
_ignorePathMap - Variable in class org.eclipse.jetty.server.AbstractNCSARequestLog
Deprecated.
 
_ignorePathMap - Variable in class org.eclipse.jetty.server.CustomRequestLog
 
_ignorePaths - Variable in class org.eclipse.jetty.server.AbstractNCSARequestLog
Deprecated.
 
_ignorePaths - Variable in class org.eclipse.jetty.server.CustomRequestLog
 
_immutableEndPoints - Variable in class org.eclipse.jetty.server.AbstractConnector
 
_in - Variable in class org.eclipse.jetty.http.MultiPartFormInputStream
 
_in - Variable in class org.eclipse.jetty.server.HttpOutput.InputStreamWritingCB
 
_in - Variable in class org.eclipse.jetty.server.HttpOutput.ReadableByteChannelWritingCB
 
_in - Variable in class org.eclipse.jetty.util.MultiPartInputStreamParser
Deprecated.
 
_in - Variable in class org.eclipse.jetty.util.MultiPartInputStreamParser.Base64InputStream
Deprecated.
 
_in - Variable in class org.eclipse.jetty.util.resource.URLResource
 
_includeCipherSuites - Variable in class org.eclipse.jetty.util.ssl.SslContextFactory
 
_includeCodas - Variable in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
 
_included - Variable in class org.eclipse.jetty.servlet.Invoker.InvokedRequest
 
_includeExcludeSet - Variable in class org.eclipse.jetty.server.handler.ThreadLimitHandler
 
_includePredicate - Variable in class org.eclipse.jetty.util.IncludeExcludeSet
 
_includePreludes - Variable in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
 
_includeProtocols - Variable in class org.eclipse.jetty.util.ssl.SslContextFactory
 
_includes - Variable in class org.eclipse.jetty.util.IncludeExcludeSet
 
_inclusive - Variable in class org.eclipse.jetty.webapp.ClasspathPattern.Entry
 
_incompleteWriteCallback - Variable in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
 
_indent - Variable in class org.eclipse.jetty.xml.XmlAppendable
 
_index - Variable in class org.eclipse.jetty.http.QuotedQualityCSV.QualityValue
 
_index - Variable in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyV1ConnectionFactory.ProxyProtocolV1Connection
 
_indexes - Variable in class org.eclipse.jetty.util.BlockingArrayQueue
Array that holds the head and tail indexes, separated by a cache line to avoid false sharing
_indexes - Variable in class org.eclipse.jetty.util.TopologicalSort.InitialOrderComparator
 
_indirect - Variable in class org.eclipse.jetty.io.ArrayByteBufferPool
 
_indirectBuffer - Variable in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
 
_inflateBufferSize - Variable in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
_inflated - Variable in class org.eclipse.jetty.http.GZIPContentDecoder
 
_inflateds - Variable in class org.eclipse.jetty.http.GZIPContentDecoder
 
_inflater - Variable in class org.eclipse.jetty.http.GZIPContentDecoder
 
_info - Variable in class org.eclipse.jetty.jmx.MetaData
 
_info - Variable in class org.eclipse.jetty.jmx.MetaData.AttributeInfo
 
_info - Variable in class org.eclipse.jetty.jmx.MetaData.OperationInfo
 
_info - Variable in class org.eclipse.jetty.server.HttpConnection.SendCallback
 
_infoMAA - Variable in class org.eclipse.jetty.util.log.LoggerLog
 
_infoMT - Variable in class org.eclipse.jetty.util.log.LoggerLog
 
_inheritChannel - Variable in class org.eclipse.jetty.server.ServerConnector
 
_initial - Variable in class org.eclipse.jetty.continuation.FauxContinuation
Deprecated.
 
_initial - Variable in class org.eclipse.jetty.continuation.Servlet3Continuation
Deprecated.
 
_initial - Variable in class org.eclipse.jetty.server.HttpChannelState
 
_initialized - Static variable in class org.eclipse.jetty.continuation.ContinuationFilter
Deprecated.
 
_initialized - Variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore
 
_initialized - Variable in class org.eclipse.jetty.servlet.ServletHandler
 
_initialized - Static variable in class org.eclipse.jetty.util.log.JavaUtilLog
 
_initOnStartup - Variable in class org.eclipse.jetty.servlet.ServletHolder
 
_initOrder - Variable in class org.eclipse.jetty.servlet.ServletHolder
 
_initParameters - Variable in class org.eclipse.jetty.security.SecurityHandler
 
_initParams - Variable in class org.eclipse.jetty.server.handler.ContextHandler
 
_initParams - Variable in class org.eclipse.jetty.servlet.Holder
 
_input - Variable in class org.eclipse.jetty.server.HttpConnection
 
_input - Variable in class org.eclipse.jetty.server.Request
 
_inputbufferSize - Variable in class org.eclipse.jetty.server.AbstractConnectionFactory
 
_inputBufferSize - Variable in class org.eclipse.jetty.io.AbstractConnection
 
_inputQ - Variable in class org.eclipse.jetty.server.HttpInput
 
_inputState - Variable in class org.eclipse.jetty.server.HttpChannelState
 
_inputState - Variable in class org.eclipse.jetty.server.Request
 
_inQ - Variable in class org.eclipse.jetty.io.ByteArrayEndPoint
 
_instance - Variable in class org.eclipse.jetty.servlet.BaseHolder
 
_int - Variable in class org.eclipse.jetty.http.HttpField.IntValueHttpField
 
_intercepted - Variable in class org.eclipse.jetty.server.HttpInput
 
_interceptor - Variable in class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor
 
_interceptor - Variable in class org.eclipse.jetty.server.HttpInput
 
_interceptor - Variable in class org.eclipse.jetty.server.HttpOutput
 
_interested - Variable in class org.eclipse.jetty.io.FillInterest
 
_interfaces - Variable in class org.eclipse.jetty.jmx.MetaData
 
_intervalMs - Variable in class org.eclipse.jetty.server.session.HouseKeeper
 
_invalidateOnShutdown - Variable in class org.eclipse.jetty.server.session.AbstractSessionCache
If true, when the server shuts down, all sessions in the cache will be invalidated before being removed.
_invalidateOnShutdown - Variable in class org.eclipse.jetty.server.session.AbstractSessionCacheFactory
 
_invokerEntry - Variable in class org.eclipse.jetty.servlet.Invoker
 
_ioException - Variable in class org.eclipse.jetty.server.ResponseWriter
 
_ip - Variable in class org.eclipse.jetty.server.handler.ThreadLimitHandler.Remote
 
_isAnyAuth - Variable in class org.eclipse.jetty.security.RoleInfo
 
_isAnyRole - Variable in class org.eclipse.jetty.security.RoleInfo
 
_isClosed - Variable in class org.eclipse.jetty.server.ResponseWriter
 
_isLower - Variable in class org.eclipse.jetty.server.session.DatabaseAdaptor
 
_isOrdered - Variable in class org.eclipse.jetty.webapp.WebDescriptor
 
_isUpper - Variable in class org.eclipse.jetty.server.session.DatabaseAdaptor
 
_isXml - Variable in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
 
_iterate - Variable in class org.eclipse.jetty.util.IteratingCallback
 
_jarConnection - Variable in class org.eclipse.jetty.util.resource.JarResource
 
_jarFile - Variable in class org.eclipse.jetty.util.resource.JarFileResource
 
_jarUrl - Variable in class org.eclipse.jetty.util.resource.JarFileResource
 
_jdbcDriver - Variable in class org.eclipse.jetty.security.JDBCLoginService
 
_jmxURL - Variable in class org.eclipse.jetty.jmx.ConnectorServer
 
_jndiName - Variable in class org.eclipse.jetty.server.session.DatabaseAdaptor
 
_jobs - Variable in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
_joinLock - Variable in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
_json - Variable in class org.eclipse.jetty.util.ajax.JSON.Literal
 
_json - Variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertorFactory
 
_jspConfig - Variable in class org.eclipse.jetty.servlet.ServletContextHandler
 
_jspContainer - Variable in class org.eclipse.jetty.servlet.ServletHolder
 
_jspPropertyGroups - Variable in class org.eclipse.jetty.servlet.ServletContextHandler.JspConfig
 
_jspServlet - Variable in class org.eclipse.jetty.servlet.JspPropertyGroupServlet
 
_keepQuotes - Variable in class org.eclipse.jetty.http.QuotedCSVParser
 
_key - Variable in class org.eclipse.jetty.io.ChannelEndPoint
 
_key - Variable in class org.eclipse.jetty.io.ManagedSelector.Acceptor
 
_key - Variable in class org.eclipse.jetty.io.ManagedSelector.CreateEndPoint
 
_key - Variable in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
 
_key - Variable in class org.eclipse.jetty.util.ArrayTernaryTrie
The key (if any) for a Trie row.
_key - Variable in class org.eclipse.jetty.util.ArrayTrie
The key (if any) for a Trie row.
_key - Variable in class org.eclipse.jetty.util.TreeTrie
 
_keyManagerFactoryAlgorithm - Variable in class org.eclipse.jetty.util.ssl.SslContextFactory
 
_keyManagerPassword - Variable in class org.eclipse.jetty.util.ssl.SslContextFactory
 
_keys - Variable in class org.eclipse.jetty.io.ManagedSelector.SelectorProducer
 
_keys - Variable in class org.eclipse.jetty.util.ConcurrentHashSet
Deprecated.
 
_keySize - Variable in class org.eclipse.jetty.server.SecureRequestCustomizer.SslAttributes
 
_keySize - Variable in class org.eclipse.jetty.server.SecureRequestCustomizer.SslSessionData
 
_keyStats - Variable in class org.eclipse.jetty.io.ManagedSelector
 
_keyStore - Variable in class org.eclipse.jetty.util.ssl.SslContextFactory.Factory
 
_keyStorePassword - Variable in class org.eclipse.jetty.util.ssl.SslContextFactory
 
_keyStoreProvider - Variable in class org.eclipse.jetty.util.ssl.SslContextFactory
 
_keyStoreResource - Variable in class org.eclipse.jetty.util.ssl.SslContextFactory
 
_keyStoreType - Variable in class org.eclipse.jetty.util.ssl.SslContextFactory
 
_keyTabPath - Variable in class org.eclipse.jetty.security.ConfigurableSpnegoLoginService
 
_klass - Variable in class org.eclipse.jetty.jmx.MetaData
 
_knownUserIdentities - Variable in class org.eclipse.jetty.security.UserStore
 
_last - Variable in class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor.GzipBufferCB
 
_last - Variable in class org.eclipse.jetty.server.HttpOutput.ChannelWriteCB
 
_lastAccessed - Variable in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
 
_lastAccessed - Variable in class org.eclipse.jetty.server.session.SessionData
 
_lastAccessTimeColumn - Variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
_lastContent - Variable in class org.eclipse.jetty.server.HttpConnection.SendCallback
 
_lastCookies - Variable in class org.eclipse.jetty.server.CookieCutter
 
_lastExpiryCheckTime - Variable in class org.eclipse.jetty.server.session.AbstractSessionDataStore
 
_lastModified - Variable in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
 
_lastModified - Variable in class org.eclipse.jetty.server.PushBuilderImpl
 
_lastModified - Variable in class org.eclipse.jetty.util.Scanner.TimeNSize
 
_lastModifiedValue - Variable in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
 
_lastNode - Variable in class org.eclipse.jetty.server.session.SessionData
 
_lastNodeColumn - Variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
_lastQuality - Variable in class org.eclipse.jetty.http.QuotedQualityCSV
 
_lastSaved - Variable in class org.eclipse.jetty.server.session.SessionData
 
_lastSavedTimeColumn - Variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
_lastShrink - Variable in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
_lastStart - Variable in class org.eclipse.jetty.util.QuotedStringTokenizer
 
_lastString - Variable in class org.eclipse.jetty.xml.XmlParser.Node
 
_lastSweepTime - Variable in class org.eclipse.jetty.server.session.FileSessionDataStore
 
_lastUpdate - Variable in class org.eclipse.jetty.io.ByteBufferPool.Bucket
 
_latch - Variable in class org.eclipse.jetty.util.FutureCallback
 
_latch - Variable in class org.eclipse.jetty.util.FuturePromise
 
_lease - Variable in class org.eclipse.jetty.io.SelectorManager
 
_lease - Variable in class org.eclipse.jetty.server.AbstractConnector
 
_lease - Variable in class org.eclipse.jetty.util.thread.ReservedThreadExecutor
 
_len - Variable in class org.eclipse.jetty.server.HttpOutput.AsyncWrite
 
_length - Variable in class org.eclipse.jetty.http.HttpParser
 
_length - Variable in class org.eclipse.jetty.http.MultiPartParser
 
_length - Variable in class org.eclipse.jetty.server.HttpChannel.SendCallback
 
_length - Variable in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyV1ConnectionFactory.ProxyProtocolV1Connection
 
_length - Variable in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyV2ConnectionFactory.ProxyProtocolV2Connection
 
_level - Variable in class org.eclipse.jetty.util.log.StdErrLog
 
_lifecycle - Variable in class org.eclipse.jetty.util.component.StopLifeCycle
 
_lifeCycles - Variable in class org.eclipse.jetty.server.ShutdownMonitor
 
_lifeCycles - Variable in class org.eclipse.jetty.util.thread.ShutdownThread
 
_limit - Variable in class org.eclipse.jetty.server.handler.ThreadLimitHandler.Remote
 
_limiting - Variable in class org.eclipse.jetty.server.AcceptRateLimit
 
_limiting - Variable in class org.eclipse.jetty.server.ConnectionLimit
 
_line - Variable in class org.eclipse.jetty.util.MultiPartInputStreamParser.Base64InputStream
Deprecated.
 
_lineTerminations - Variable in class org.eclipse.jetty.util.ReadLineInputStream
Deprecated.
 
_list - Variable in class org.eclipse.jetty.util.resource.JarFileResource
 
_list - Variable in class org.eclipse.jetty.xml.XmlParser.Node
 
_listener - Variable in class org.eclipse.jetty.server.AsyncContextState.WrappedAsyncListener
 
_listener - Variable in class org.eclipse.jetty.server.HttpInput
 
_listener - Variable in class org.eclipse.jetty.servlet.ListenerHolder
 
_listener - Variable in class org.eclipse.jetty.servlet.ListenerHolder.Wrapper
 
_listeners - Variable in class org.eclipse.jetty.continuation.FauxContinuation
Deprecated.
 
_listeners - Variable in class org.eclipse.jetty.continuation.Servlet3Continuation
Deprecated.
 
_listeners - Variable in class org.eclipse.jetty.io.AbstractConnection
 
_listeners - Variable in class org.eclipse.jetty.security.PropertyUserStore
 
_listeners - Variable in class org.eclipse.jetty.servlet.ServletHandler
 
_listeners - Variable in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
_listeners - Variable in class org.eclipse.jetty.util.component.ContainerLifeCycle
 
_listeners - Variable in class org.eclipse.jetty.util.Scanner
 
_loader - Variable in class org.eclipse.jetty.server.ClassLoaderDump
 
_loader - Variable in class org.eclipse.jetty.server.session.SessionHandler
 
_local - Variable in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
_local - Variable in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyV2ConnectionFactory.ProxyProtocolV2Connection
 
_localAddress - Variable in class org.eclipse.jetty.server.ProxyCustomizer.ProxyAttributes
 
_locale - Variable in class org.eclipse.jetty.server.Response
 
_locale - Variable in class org.eclipse.jetty.server.ResponseWriter
 
_locale - Variable in class org.eclipse.jetty.util.DateCache
 
_localeEncodingMap - Variable in class org.eclipse.jetty.server.handler.ContextHandler
 
_localPort - Variable in class org.eclipse.jetty.server.ProxyCustomizer.ProxyAttributes
 
_localPort - Variable in class org.eclipse.jetty.server.ServerConnector
 
_location - Variable in class org.eclipse.jetty.servlet.ServletContextHandler.TagLib
 
_location - Variable in class org.eclipse.jetty.xml.XmlConfiguration
 
_locations - Variable in class org.eclipse.jetty.webapp.ClasspathPattern
 
_lock - Variable in class org.eclipse.jetty.server.session.Session
 
_lock - Variable in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
_lock - Variable in class org.eclipse.jetty.util.SharedBlockingCallback
 
_lock - Variable in class org.eclipse.jetty.util.thread.Locker
 
_locker - Variable in class org.eclipse.jetty.io.ByteArrayEndPoint
 
_locker - Variable in class org.eclipse.jetty.server.AbstractConnector
 
_locker - Variable in class org.eclipse.jetty.server.handler.ThreadLimitHandler.Remote
 
_locker - Variable in class org.eclipse.jetty.util.IteratingCallback
 
_locker - Variable in class org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume
 
_locker - Variable in class org.eclipse.jetty.util.thread.strategy.ProduceConsume
 
_locker - Variable in class org.eclipse.jetty.util.thread.strategy.ProduceExecuteConsume
 
_logCookies - Variable in class org.eclipse.jetty.server.AbstractNCSARequestLog
Deprecated.
 
_logDateCache - Variable in class org.eclipse.jetty.server.AbstractNCSARequestLog
Deprecated.
 
_logDateFormat - Variable in class org.eclipse.jetty.server.AbstractNCSARequestLog
Deprecated.
 
_logger - Variable in class org.eclipse.jetty.server.handler.ContextHandler
 
_logger - Variable in class org.eclipse.jetty.util.log.JavaUtilLog
 
_logger - Variable in class org.eclipse.jetty.util.log.JettyAwareLogger
 
_logger - Variable in class org.eclipse.jetty.util.log.LoggerLog
 
_logger - Variable in class org.eclipse.jetty.util.log.Slf4jLog
 
_logHandle - Variable in class org.eclipse.jetty.server.CustomRequestLog
 
_logicalDeclaration - Variable in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
The logical (simplified) declaration
_loginContext - Variable in class org.eclipse.jetty.jaas.JAASUserPrincipal
 
_loginModuleName - Variable in class org.eclipse.jetty.jaas.JAASLoginService
 
_loginService - Variable in class org.eclipse.jetty.security.authentication.LoginAuthenticator
 
_loginService - Variable in class org.eclipse.jetty.security.DefaultAuthenticatorFactory
 
_loginService - Variable in class org.eclipse.jetty.security.SecurityHandler
 
_logLatency - Variable in class org.eclipse.jetty.server.AbstractNCSARequestLog
Deprecated.
 
_logLocale - Variable in class org.eclipse.jetty.server.AbstractNCSARequestLog
Deprecated.
 
_logs - Variable in class org.eclipse.jetty.server.RequestLog.Collection
 
_logServer - Variable in class org.eclipse.jetty.server.AbstractNCSARequestLog
Deprecated.
 
_logTimeZone - Variable in class org.eclipse.jetty.server.AbstractNCSARequestLog
Deprecated.
 
_logUrlOnStart - Variable in class org.eclipse.jetty.webapp.WebAppContext
 
_long - Variable in class org.eclipse.jetty.http.HttpField.LongValueHttpField
 
_longType - Variable in class org.eclipse.jetty.server.session.DatabaseAdaptor
 
_low - Variable in class org.eclipse.jetty.server.LowResourceMonitor
 
_lowerCase - Variable in enum class org.eclipse.jetty.http.HttpHeader
 
_lowResourceChecks - Variable in class org.eclipse.jetty.server.LowResourceMonitor
 
_lowResourcesIdleTimeout - Variable in class org.eclipse.jetty.server.LowResourceMonitor
 
_lowStarted - Variable in class org.eclipse.jetty.server.LowResourceMonitor
 
_lowThreadsThreshold - Variable in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
_majorVersion - Variable in class org.eclipse.jetty.webapp.WebDescriptor
 
_managed - Variable in class org.eclipse.jetty.jmx.ObjectMBean
 
_managed - Variable in class org.eclipse.jetty.util.component.ContainerLifeCycle.Bean
 
_managedAttributes - Variable in class org.eclipse.jetty.server.handler.ManagedAttributeListener
 
_manager - Variable in class org.eclipse.jetty.server.ServerConnector
 
_map - Variable in class org.eclipse.jetty.http.PathMap.PathSet
Deprecated.
 
_map - Variable in class org.eclipse.jetty.util.AttributesMap
 
_map - Variable in class org.eclipse.jetty.util.component.AttributeContainerMap
 
_map - Variable in class org.eclipse.jetty.util.ConcurrentHashSet
Deprecated.
 
_mapColumn - Variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
_mapFactory - Variable in class org.eclipse.jetty.server.session.CachingSessionDataStoreFactory
 
_mappedBuffer - Variable in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
 
_mappings - Variable in class org.eclipse.jetty.http.pathmap.PathMappings
 
_mask - Variable in class org.eclipse.jetty.util.InetAddressSet.CidrInetRange
 
_mask - Variable in class org.eclipse.jetty.util.IPAddressMap.OctetPattern
Deprecated.
 
_masked - Variable in class org.eclipse.jetty.util.InetAddressSet.CidrInetRange
 
_matchAfterIndex - Variable in class org.eclipse.jetty.servlet.ServletHandler
 
_matchBeforeIndex - Variable in class org.eclipse.jetty.servlet.ServletHandler
 
_max - Variable in class org.eclipse.jetty.util.InetAddressSet.LegacyInetRange
 
_max - Variable in class org.eclipse.jetty.util.InetAddressSet.MinMaxInetRange
 
_max - Variable in class org.eclipse.jetty.util.statistic.CounterStatistic
 
_max - Variable in class org.eclipse.jetty.util.statistic.RateStatistic
 
_max - Variable in class org.eclipse.jetty.util.statistic.SampleStatistic
 
_maxAge - Variable in class org.eclipse.jetty.http.HttpCookie
 
_maxBuffer - Variable in class org.eclipse.jetty.http.ResourceHttpContent
 
_maxCachedFiles - Variable in class org.eclipse.jetty.server.CachedContentFactory
 
_maxCachedFileSize - Variable in class org.eclipse.jetty.server.CachedContentFactory
 
_maxCacheSize - Variable in class org.eclipse.jetty.server.CachedContentFactory
 
_maxCapacity - Variable in class org.eclipse.jetty.util.BlockingArrayQueue
 
_maxCertPathLength - Variable in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
Maximum certification path length (n - number of intermediate certs, -1 for unlimited)
_maxCertPathLength - Variable in class org.eclipse.jetty.util.security.CertificateValidator
Maximum certification path length (n - number of intermediate certs, -1 for unlimited)
_maxCertPathLength - Variable in class org.eclipse.jetty.util.ssl.SslContextFactory
 
_maxConnections - Variable in class org.eclipse.jetty.server.ConnectionLimit
 
_maxCookieAge - Variable in class org.eclipse.jetty.server.session.SessionHandler
 
_maxDirectMemory - Variable in class org.eclipse.jetty.io.AbstractByteBufferPool
 
_maxErrorDispatches - Variable in class org.eclipse.jetty.server.HttpConfiguration
 
_maxFilterChainsCacheSize - Variable in class org.eclipse.jetty.servlet.ServletHandler
 
_maxFormContentSize - Variable in class org.eclipse.jetty.server.handler.ContextHandler
 
_maxFormKeys - Variable in class org.eclipse.jetty.server.handler.ContextHandler
 
_maxHeaderBytes - Variable in class org.eclipse.jetty.http.HttpParser
 
_maxHeapMemory - Variable in class org.eclipse.jetty.io.AbstractByteBufferPool
 
_maxInactiveMs - Variable in class org.eclipse.jetty.server.session.SessionData
 
_maxIntervalColumn - Variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
_maxLowResourcesTime - Variable in class org.eclipse.jetty.server.LowResourceMonitor
 
_maxNC - Variable in class org.eclipse.jetty.security.authentication.DigestAuthenticator
 
_maxNonceAgeMs - Variable in class org.eclipse.jetty.security.authentication.DigestAuthenticator
 
_maxProxyHeader - Variable in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyV2ConnectionFactory
 
_maxQueueLength - Variable in class org.eclipse.jetty.io.AbstractByteBufferPool
 
_maxSize - Variable in class org.eclipse.jetty.io.ByteBufferPool.Bucket
 
_maxThreads - Variable in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
_mbeanContainer - Variable in class org.eclipse.jetty.jmx.ObjectMBean
 
_mbeans - Variable in class org.eclipse.jetty.jmx.MBeanContainer
 
_mbeanServer - Variable in class org.eclipse.jetty.jmx.MBeanContainer
 
_memoryBean - Variable in class org.eclipse.jetty.servlet.StatisticsServlet
 
_message - Variable in enum class org.eclipse.jetty.http.HttpStatus.Code
 
_message - Variable in class org.eclipse.jetty.util.resource.BadResource
 
_messagesIn - Variable in class org.eclipse.jetty.io.ConnectionStatistics
 
_messagesIn - Variable in class org.eclipse.jetty.server.ConnectorStatistics
Deprecated.
 
_messagesIn - Variable in class org.eclipse.jetty.server.ConnectorStatistics.Sample
Deprecated.
 
_messagesInPerSecond - Variable in class org.eclipse.jetty.server.ConnectorStatistics
Deprecated.
 
_messagesInRate - Variable in class org.eclipse.jetty.io.ConnectionStatistics
 
_messagesOut - Variable in class org.eclipse.jetty.io.ConnectionStatistics
 
_messagesOut - Variable in class org.eclipse.jetty.server.ConnectorStatistics
Deprecated.
 
_messagesOut - Variable in class org.eclipse.jetty.server.ConnectorStatistics.Sample
Deprecated.
 
_messagesOutPerSecond - Variable in class org.eclipse.jetty.server.ConnectorStatistics
Deprecated.
 
_messagesOutRate - Variable in class org.eclipse.jetty.io.ConnectionStatistics
 
_metadata - Variable in class org.eclipse.jetty.server.HttpChannelOverHttp
 
_metadata - Variable in class org.eclipse.jetty.webapp.WebAppContext
 
_metaData - Variable in class org.eclipse.jetty.jmx.MBeanContainer
 
_metaData - Variable in class org.eclipse.jetty.jmx.ObjectMBean
 
_metaData - Variable in class org.eclipse.jetty.server.Request
 
_metaData - Variable in class org.eclipse.jetty.webapp.AbsoluteOrdering
 
_metaData - Variable in class org.eclipse.jetty.webapp.RelativeOrdering
 
_metaDataComplete - Variable in class org.eclipse.jetty.webapp.MetaData
 
_metaDataComplete - Variable in class org.eclipse.jetty.webapp.WebDescriptor
 
_metaDataDirty - Variable in class org.eclipse.jetty.server.session.SessionData
 
_method - Variable in enum class org.eclipse.jetty.http.HttpMethod
 
_method - Variable in class org.eclipse.jetty.http.HttpParser
 
_method - Variable in class org.eclipse.jetty.http.MetaData.Request
 
_method - Variable in class org.eclipse.jetty.jmx.MetaData.OperationInfo
 
_method - Variable in class org.eclipse.jetty.security.AbstractUserAuthentication
 
_method - Variable in class org.eclipse.jetty.security.ConstraintMapping
 
_method - Variable in class org.eclipse.jetty.server.PushBuilderImpl
 
_methodOmissions - Variable in class org.eclipse.jetty.security.ConstraintMapping
 
_methods - Variable in class org.eclipse.jetty.server.handler.BufferedResponseHandler
 
_methods - Variable in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
_methodString - Variable in class org.eclipse.jetty.http.HttpParser
 
_mimeMap - Variable in class org.eclipse.jetty.http.MimeTypes
 
_mimeType - Variable in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
 
_mimeType - Variable in class org.eclipse.jetty.server.Response
 
_mimeTypes - Variable in class org.eclipse.jetty.server.CachedContentFactory
 
_mimeTypes - Variable in class org.eclipse.jetty.server.handler.BufferedResponseHandler
 
_mimeTypes - Variable in class org.eclipse.jetty.server.handler.ContextHandler
 
_mimeTypes - Variable in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
_mimeTypes - Variable in class org.eclipse.jetty.server.handler.ResourceHandler
 
_mimeTypes - Variable in class org.eclipse.jetty.server.ResourceContentFactory
 
_mimeTypes - Variable in class org.eclipse.jetty.servlet.DefaultServlet
 
_min - Variable in class org.eclipse.jetty.util.InetAddressSet.LegacyInetRange
 
_min - Variable in class org.eclipse.jetty.util.InetAddressSet.MinMaxInetRange
 
_minCapacity - Variable in class org.eclipse.jetty.io.ArrayByteBufferPool
 
_minGzipSize - Variable in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
_minorVersion - Variable in class org.eclipse.jetty.webapp.WebDescriptor
 
_minRequestDataRate - Variable in class org.eclipse.jetty.server.HttpConfiguration
 
_minResponseDataRate - Variable in class org.eclipse.jetty.server.HttpConfiguration
 
_minThreads - Variable in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
_minThreads - Variable in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
_module - Variable in class org.eclipse.jetty.webapp.ClasspathPattern.ModuleEntry
 
_monitor - Variable in class org.eclipse.jetty.server.LowResourceMonitor
 
_monitoredConnectors - Variable in class org.eclipse.jetty.server.LowResourceMonitor
 
_multiPartCompliance - Variable in class org.eclipse.jetty.server.HttpConfiguration
 
_multipartConfig - Variable in class org.eclipse.jetty.servlet.ServletHolder.Registration
 
_multiParts - Variable in class org.eclipse.jetty.server.Request
 
_mutableWhenRunning - Variable in class org.eclipse.jetty.server.handler.HandlerCollection
 
_name - Variable in class org.eclipse.jetty.http.HttpCookie
 
_name - Variable in class org.eclipse.jetty.http.HttpField
 
_name - Variable in class org.eclipse.jetty.http.MultiPartFormInputStream.MultiPart
 
_name - Variable in class org.eclipse.jetty.jaas.JAASPrincipal
 
_name - Variable in class org.eclipse.jetty.jaas.JAASUserPrincipal
 
_name - Variable in class org.eclipse.jetty.jmx.MetaData.AttributeInfo
 
_name - Variable in class org.eclipse.jetty.jmx.MetaData.OperationInfo
 
_name - Variable in class org.eclipse.jetty.security.AbstractLoginService
 
_name - Variable in class org.eclipse.jetty.security.AbstractLoginService.UserPrincipal
 
_name - Variable in class org.eclipse.jetty.security.authentication.SessionAuthentication
 
_name - Variable in class org.eclipse.jetty.security.SpnegoLoginService
Deprecated.
 
_name - Variable in class org.eclipse.jetty.security.SpnegoUserPrincipal
 
_name - Variable in class org.eclipse.jetty.server.AbstractConnector
 
_name - Variable in class org.eclipse.jetty.server.AbstractConnector.Acceptor
 
_name - Variable in class org.eclipse.jetty.server.HttpInput.SentinelContent
 
_name - Variable in class org.eclipse.jetty.servlet.Holder
 
_name - Variable in class org.eclipse.jetty.util.component.DumpableCollection
 
_name - Variable in class org.eclipse.jetty.util.log.StdErrLog
 
_name - Variable in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
Deprecated.
 
_name - Variable in class org.eclipse.jetty.util.security.Constraint
 
_name - Variable in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
_name - Variable in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
_name - Variable in class org.eclipse.jetty.util.thread.TimerScheduler
 
_name - Variable in class org.eclipse.jetty.webapp.ClasspathPattern.Entry
 
_name - Variable in class org.eclipse.jetty.webapp.FragmentDescriptor
 
_name - Variable in class org.eclipse.jetty.webapp.WebAppClassLoader
 
_name - Variable in class org.eclipse.jetty.xml.XmlParser.Attribute
 
_named - Variable in class org.eclipse.jetty.server.Dispatcher
 
_names - Variable in class org.eclipse.jetty.server.handler.InetAccessHandler
 
_names - Variable in class org.eclipse.jetty.xml.XmlConfiguration.JettyXmlConfiguration.Args
 
_nanoPeriod - Variable in class org.eclipse.jetty.util.statistic.RateStatistic
 
_nanoStamp - Variable in class org.eclipse.jetty.server.ConnectorStatistics
Deprecated.
 
_needClientAuth - Variable in class org.eclipse.jetty.util.ssl.SslContextFactory
 
_needCRLF - Variable in class org.eclipse.jetty.http.HttpGenerator
 
_newBucket - Variable in class org.eclipse.jetty.io.MappedByteBufferPool
 
_newContext - Variable in class org.eclipse.jetty.server.Request
 
_newContextURL - Variable in class org.eclipse.jetty.server.handler.MovedContextHandler
 
_newSession - Variable in class org.eclipse.jetty.server.session.Session
 
_next - Variable in class org.eclipse.jetty.io.CyclicTimeout.Wakeup
 
_next - Variable in class org.eclipse.jetty.server.handler.BufferedResponseHandler.BufferedInterceptor
 
_next - Variable in class org.eclipse.jetty.server.HttpInput.ChainedInterceptor
 
_next - Variable in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyV1ConnectionFactory.ProxyProtocolV1Connection
 
_next - Variable in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyV2ConnectionFactory.ProxyProtocolV2Connection
 
_next - Variable in class org.eclipse.jetty.util.ajax.JSON.ReaderSource
 
_next - Variable in class org.eclipse.jetty.util.thread.SerializedExecutor.Link
 
_next - Variable in class org.eclipse.jetty.xml.XmlConfiguration.JettyXmlConfiguration.AttrOrElementNode
 
_next - Variable in class org.eclipse.jetty.xml.XmlParser.NoopHandler
 
_nextIndex - Variable in class org.eclipse.jetty.util.TreeTrie
 
_nextOther - Variable in class org.eclipse.jetty.util.TreeTrie
 
_nextProtocol - Variable in class org.eclipse.jetty.server.OptionalSslConnectionFactory
Deprecated.
 
_nextProtocol - Variable in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyV1ConnectionFactory
 
_nextProtocol - Variable in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyV2ConnectionFactory
 
_nextProtocol - Variable in class org.eclipse.jetty.server.SslConnectionFactory
 
_nextScope - Variable in class org.eclipse.jetty.server.handler.ScopedHandler
 
_noContentResponse - Variable in class org.eclipse.jetty.http.HttpGenerator
 
_node - Variable in class org.eclipse.jetty.xml.XmlConfiguration.JettyXmlConfiguration.AttrOrElementNode
 
_nodefault - Variable in class org.eclipse.jetty.http.PathMap
Deprecated.
 
_nodeIdInSessionId - Variable in class org.eclipse.jetty.server.session.SessionHandler
 
_nonce - Variable in class org.eclipse.jetty.security.authentication.DigestAuthenticator.Nonce
 
_nonceMap - Variable in class org.eclipse.jetty.security.authentication.DigestAuthenticator
 
_nonceQueue - Variable in class org.eclipse.jetty.security.authentication.DigestAuthenticator
 
_nonContextServlets - Variable in class org.eclipse.jetty.servlet.Invoker
 
_nonValidatingStaticParser - Static variable in class org.eclipse.jetty.webapp.WebDescriptor
 
_noop - Variable in class org.eclipse.jetty.xml.XmlParser.Handler
 
_notEmpty - Variable in class org.eclipse.jetty.util.BlockingArrayQueue
 
_notFound - Variable in class org.eclipse.jetty.webapp.CachingWebAppClassLoader
 
_notifications - Variable in class org.eclipse.jetty.util.Scanner
 
_notifyExistingOnStart - Variable in class org.eclipse.jetty.util.PathWatcher
 
_notifyRemoteAsyncErrors - Variable in class org.eclipse.jetty.server.HttpConfiguration
 
_numberType - Variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
 
_numObjects - Variable in class org.eclipse.jetty.util.compression.CompressionPool
 
_obj - Variable in class org.eclipse.jetty.xml.XmlConfiguration.JettyXmlConfiguration.AttrOrElementNode
 
_object - Variable in class org.eclipse.jetty.jaas.callback.ObjectCallback
 
_object - Variable in class org.eclipse.jetty.servlet.DecoratingListener.DynamicDecorator
 
_objectName - Variable in class org.eclipse.jetty.jmx.ConnectorServer
 
_objFactory - Variable in class org.eclipse.jetty.servlet.ServletContextHandler
 
_observerMap - Variable in class org.eclipse.jetty.xml.XmlParser
 
_observers - Variable in class org.eclipse.jetty.xml.XmlParser
 
_ocspResponderURL - Variable in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
Location of OCSP Responder
_ocspResponderURL - Variable in class org.eclipse.jetty.util.security.CertificateValidator
Location of OCSP Responder
_ocspResponderURL - Variable in class org.eclipse.jetty.util.ssl.SslContextFactory
 
_octets - Variable in class org.eclipse.jetty.util.InetAddressSet.CidrInetRange
 
_octets - Variable in class org.eclipse.jetty.util.IPAddressMap.IPAddrPattern
Deprecated.
 
_oldIdleTimeout - Variable in class org.eclipse.jetty.server.HttpChannel
 
_onCompletion - Variable in class org.eclipse.jetty.server.handler.StatisticsHandler
 
_oneByteBuffer - Variable in class org.eclipse.jetty.server.HttpInput
 
_onError - Variable in class org.eclipse.jetty.server.HttpOutput
 
_operation - Variable in class org.eclipse.jetty.io.ChannelEndPoint.RunnableTask
 
_operation - Variable in class org.eclipse.jetty.io.ssl.SslConnection.RunnableTask
 
_operations - Variable in class org.eclipse.jetty.jmx.MetaData
 
_options - Variable in class org.eclipse.jetty.servlet.ServletContextHandler
 
_order - Variable in class org.eclipse.jetty.webapp.AbsoluteOrdering
 
_orderedContainerResources - Variable in class org.eclipse.jetty.webapp.MetaData
 
_orderedWebInfResources - Variable in class org.eclipse.jetty.webapp.MetaData
 
_ordering - Variable in class org.eclipse.jetty.webapp.MetaData
 
_ordering - Variable in class org.eclipse.jetty.webapp.WebDescriptor
 
_origin - Variable in class org.eclipse.jetty.servlet.Source
 
_originalURI - Variable in class org.eclipse.jetty.server.Request
 
_origins - Variable in class org.eclipse.jetty.webapp.MetaData
 
_otherType - Variable in class org.eclipse.jetty.webapp.FragmentDescriptor
 
_out - Variable in class org.eclipse.jetty.http.MultiPartFormInputStream.MultiPart
 
_out - Variable in class org.eclipse.jetty.io.ByteArrayEndPoint
 
_out - Variable in class org.eclipse.jetty.server.DebugListener
 
_out - Variable in class org.eclipse.jetty.server.handler.DebugHandler
Deprecated.
 
_out - Variable in class org.eclipse.jetty.server.HttpWriter
 
_out - Variable in class org.eclipse.jetty.server.RequestLogWriter
 
_out - Variable in class org.eclipse.jetty.server.Response
 
_out - Variable in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
Deprecated.
 
_out - Variable in class org.eclipse.jetty.util.RolloverFileOutputStream
 
_out - Variable in class org.eclipse.jetty.xml.XmlAppendable
 
_outerScope - Variable in class org.eclipse.jetty.server.handler.ScopedHandler
 
_outputAggregationSize - Variable in class org.eclipse.jetty.server.HttpConfiguration
 
_outputBufferSize - Variable in class org.eclipse.jetty.server.HttpConfiguration
 
_outputState - Variable in class org.eclipse.jetty.server.HttpChannelState
 
_outputType - Variable in class org.eclipse.jetty.server.Response
 
_overrideDescriptors - Variable in class org.eclipse.jetty.webapp.WebAppContext
 
_ownClassLoader - Variable in class org.eclipse.jetty.webapp.WebAppContext
 
_ownHouseKeeper - Variable in class org.eclipse.jetty.server.session.DefaultSessionIdManager
 
_ownScheduler - Variable in class org.eclipse.jetty.server.session.HouseKeeper
 
_ownScheduler - Variable in class org.eclipse.jetty.server.session.SessionHandler
 
_packageOrNamePatterns - Variable in class org.eclipse.jetty.webapp.ClasspathPattern
 
_pageEncoding - Variable in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
 
_param - Variable in class org.eclipse.jetty.http.HttpURI
 
_parameters - Variable in class org.eclipse.jetty.server.Request
 
_parameters - Variable in class org.eclipse.jetty.servlet.Invoker
 
_paramName - Variable in class org.eclipse.jetty.jaas.callback.RequestParameterCallback
 
_paramValues - Variable in class org.eclipse.jetty.jaas.callback.RequestParameterCallback
 
_parent - Variable in class org.eclipse.jetty.jmx.MetaData
 
_parent - Variable in class org.eclipse.jetty.server.CachedContentFactory
 
_parent - Variable in class org.eclipse.jetty.webapp.WebAppClassLoader
 
_parent - Variable in class org.eclipse.jetty.xml.XmlParser.Node
 
_parentLoaderPriority - Variable in class org.eclipse.jetty.webapp.WebAppContext
 
_parsed - Variable in class org.eclipse.jetty.http.MultiPartFormInputStream
 
_parsed - Variable in class org.eclipse.jetty.util.MultiPartInputStreamParser
Deprecated.
 
_parser - Variable in class org.eclipse.jetty.server.HttpConnection
 
_parser - Variable in class org.eclipse.jetty.xml.XmlParser
 
_part - Variable in class org.eclipse.jetty.http.MultiPartFormInputStream.Handler
 
_partialBoundary - Variable in class org.eclipse.jetty.http.MultiPartParser
 
_parts - Variable in class org.eclipse.jetty.http.MultiPartFormInputStream
 
_parts - Variable in class org.eclipse.jetty.util.MultiPartInputStreamParser
Deprecated.
 
_password - Variable in class org.eclipse.jetty.security.JDBCLoginService
 
_path - Variable in class org.eclipse.jetty.http.HttpCookie
 
_path - Variable in class org.eclipse.jetty.http.HttpURI
 
_path - Variable in class org.eclipse.jetty.server.PushBuilderImpl
 
_path - Variable in class org.eclipse.jetty.util.resource.JarFileResource
 
_path - Variable in class org.eclipse.jetty.xml.XmlParser.Node
 
_pathBranches - Variable in class org.eclipse.jetty.server.handler.ContextHandlerCollection.Mapping
 
_pathDepth - Variable in class org.eclipse.jetty.http.pathmap.RegexPathSpec
 
_pathDepth - Variable in class org.eclipse.jetty.http.pathmap.ServletPathSpec
 
_pathDepth - Variable in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
 
_pathInContext - Variable in class org.eclipse.jetty.server.Dispatcher
 
_pathInfo - Variable in class org.eclipse.jetty.server.AsyncAttributes
 
_pathInfo - Variable in class org.eclipse.jetty.server.Dispatcher.ForwardAttributes
 
_pathInfo - Variable in class org.eclipse.jetty.server.Dispatcher.IncludeAttributes
 
_pathInfo - Variable in class org.eclipse.jetty.server.Request
 
_pathInfo - Variable in class org.eclipse.jetty.servlet.Invoker.InvokedRequest
 
_pathInfoOnly - Variable in class org.eclipse.jetty.server.ResourceService
 
_paths - Variable in class org.eclipse.jetty.server.handler.BufferedResponseHandler
 
_paths - Variable in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
_pathSpec - Variable in class org.eclipse.jetty.security.ConstraintMapping
 
_pathSpecs - Variable in class org.eclipse.jetty.servlet.FilterMapping
 
_pathSpecs - Variable in class org.eclipse.jetty.servlet.ServletMapping
 
_pathWatcher - Variable in class org.eclipse.jetty.security.PropertyUserStore
 
_pattern - Variable in class org.eclipse.jetty.http.pathmap.RegexPathSpec
 
_pattern - Variable in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
 
_pattern - Variable in class org.eclipse.jetty.util.InetAddressSet.InetPattern
 
_pattern - Variable in class org.eclipse.jetty.util.RegexSet
 
_pattern - Variable in class org.eclipse.jetty.webapp.ClasspathPattern.Entry
 
_pattern - Variable in class org.eclipse.jetty.webapp.WebInfConfiguration.ContainerPathNameMatcher
 
_pattern - Variable in class org.eclipse.jetty.webapp.WebInfConfiguration.WebAppPathNameMatcher
 
_patternBuffer - Variable in class org.eclipse.jetty.http.MultiPartParser
 
_patterns - Variable in class org.eclipse.jetty.util.InetAddressSet
 
_patterns - Variable in class org.eclipse.jetty.util.IPAddressMap
Deprecated.
 
_patterns - Variable in class org.eclipse.jetty.util.RegexSet
 
_pcMode - Variable in class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill
 
_pecMode - Variable in class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill
 
_pending - Variable in class org.eclipse.jetty.util.thread.ReservedThreadExecutor
 
_pending - Variable in class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill
 
_pending - Variable in class org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume
 
_period - Variable in class org.eclipse.jetty.server.LowResourceMonitor
 
_permanent - Variable in class org.eclipse.jetty.server.handler.MovedContextHandler
 
_permissions - Variable in class org.eclipse.jetty.webapp.WebAppContext
 
_permits - Variable in class org.eclipse.jetty.server.handler.ThreadLimitHandler.Remote
 
_permitted - Variable in class org.eclipse.jetty.server.handler.ThreadLimitHandler.Remote
 
_persistent - Variable in class org.eclipse.jetty.http.HttpGenerator
 
_persistentConnectionsEnabled - Variable in class org.eclipse.jetty.server.HttpConfiguration
 
_persistTmpDir - Variable in class org.eclipse.jetty.webapp.WebAppContext
 
_picMode - Variable in class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill
 
_pkixCertPathChecker - Variable in class org.eclipse.jetty.util.ssl.SslContextFactory
 
_pojoClass - Variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
_pool - Variable in class org.eclipse.jetty.http.GZIPContentDecoder
 
_pool - Variable in class org.eclipse.jetty.io.ByteBufferPool.Bucket
 
_pool - Variable in class org.eclipse.jetty.util.compression.CompressionPool
 
_poolCapacity - Variable in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
_port - Variable in class org.eclipse.jetty.http.HttpURI
 
_port - Variable in class org.eclipse.jetty.jaas.spi.LdapLoginModule
port of the ldap server
_port - Variable in class org.eclipse.jetty.server.AbstractNetworkConnector
 
_port - Variable in class org.eclipse.jetty.server.ForwardedRequestCustomizer.MutableHostPort
 
_port - Variable in class org.eclipse.jetty.util.HostPort
 
_portConsumer - Variable in class org.eclipse.jetty.jmx.ConnectorServer.JMXRMIServerSocketFactory
 
_portSource - Variable in class org.eclipse.jetty.server.ForwardedRequestCustomizer.MutableHostPort
 
_pos - Variable in class org.eclipse.jetty.util.MultiPartInputStreamParser.Base64InputStream
Deprecated.
 
_precompressed - Variable in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
 
_precompressedContent - Variable in class org.eclipse.jetty.http.PrecompressedHttpContent
 
_precompressedContent - Variable in class org.eclipse.jetty.server.CachedContentFactory.CachedPrecompressedHttpContent
 
_precompressedContents - Variable in class org.eclipse.jetty.http.ResourceHttpContent
 
_precompressedFormats - Variable in class org.eclipse.jetty.server.CachedContentFactory
 
_precompressedFormats - Variable in class org.eclipse.jetty.server.ResourceContentFactory
 
_precompressedFormats - Variable in class org.eclipse.jetty.server.ResourceService
 
_preferProxiedForAddress - Variable in class org.eclipse.jetty.server.AbstractNCSARequestLog
Deprecated.
 
_preferredEncodingOrder - Variable in class org.eclipse.jetty.server.ResourceService
 
_preferredEncodingOrderCache - Variable in class org.eclipse.jetty.server.ResourceService
 
_prefix - Variable in class org.eclipse.jetty.http.pathmap.ServletPathSpec
 
_prefixDefault - Variable in class org.eclipse.jetty.http.PathMap
Deprecated.
 
_prefixMap - Variable in class org.eclipse.jetty.http.PathMap
Deprecated.
 
_prefixMap - Variable in class org.eclipse.jetty.http.pathmap.PathMappings
 
_preUnpackBaseResource - Variable in class org.eclipse.jetty.webapp.WebInfConfiguration
 
_prev - Variable in class org.eclipse.jetty.server.HttpInput.ChainedInterceptor
 
_previousAssociation - Variable in class org.eclipse.jetty.security.authentication.DeferredAuthentication
 
_prevScan - Variable in class org.eclipse.jetty.util.Scanner
 
_principal - Variable in class org.eclipse.jetty.security.SpnegoUserIdentity
 
_print - Variable in class org.eclipse.jetty.server.handler.DebugHandler
Deprecated.
 
_printLongNames - Variable in class org.eclipse.jetty.util.log.StdErrLog
 
_priority - Variable in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
_priority - Variable in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
_processor - Variable in class org.eclipse.jetty.xml.XmlConfiguration
 
_producer - Variable in class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill
 
_producer - Variable in class org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume
 
_producer - Variable in class org.eclipse.jetty.util.thread.strategy.ProduceConsume
 
_producer - Variable in class org.eclipse.jetty.util.thread.strategy.ProduceExecuteConsume
 
_producing - Variable in class org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume
 
_programmaticListeners - Variable in class org.eclipse.jetty.server.handler.ContextHandler
 
_propertyMap - Variable in class org.eclipse.jetty.xml.XmlConfiguration
 
_propertyName - Variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
 
_propertyUserStores - Variable in class org.eclipse.jetty.jaas.PropertyUserStoreManager
Map of user authentication and authorization information loaded in from a property file.
_protectedTargets - Variable in class org.eclipse.jetty.server.handler.ContextHandler
 
_proto - Variable in class org.eclipse.jetty.server.ForwardedRequestCustomizer.Forwarded
 
_protocol - Variable in class org.eclipse.jetty.server.AbstractConnectionFactory
 
_protocols - Variable in class org.eclipse.jetty.server.AbstractConnectionFactory
 
_protoSource - Variable in class org.eclipse.jetty.server.ForwardedRequestCustomizer.Forwarded
 
_proxied - Variable in class org.eclipse.jetty.jmx.MetaData.AttributeInfo
 
_proxied - Variable in class org.eclipse.jetty.jmx.MetaData.OperationInfo
 
_proxyAsAuthority - Variable in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
_pseudo - Variable in enum class org.eclipse.jetty.http.HttpHeader
 
_pw - Variable in class org.eclipse.jetty.util.security.Password
 
_qualities - Variable in class org.eclipse.jetty.http.QuotedQualityCSV
 
_quality - Variable in class org.eclipse.jetty.http.QuotedQualityCSV.QualityValue
 
_query - Variable in class org.eclipse.jetty.http.HttpURI
 
_query - Variable in class org.eclipse.jetty.server.Dispatcher.ForwardAttributes
 
_query - Variable in class org.eclipse.jetty.server.Dispatcher.IncludeAttributes
 
_queryEncoding - Variable in class org.eclipse.jetty.server.Request
 
_queryParameters - Variable in class org.eclipse.jetty.server.Request
 
_queryString - Variable in class org.eclipse.jetty.server.AsyncAttributes
 
_queryString - Variable in class org.eclipse.jetty.server.PushBuilderImpl
 
_queue - Variable in class org.eclipse.jetty.io.ByteBufferPool.Bucket
 
_queue - Variable in class org.eclipse.jetty.server.AsyncRequestLogWriter
 
_queue - Variable in class org.eclipse.jetty.server.handler.ThreadLimitHandler.Remote
 
_random - Variable in class org.eclipse.jetty.security.authentication.DigestAuthenticator
 
_random - Variable in class org.eclipse.jetty.server.session.DefaultSessionIdManager
 
_rate - Variable in class org.eclipse.jetty.server.AcceptRateLimit
 
_raw - Variable in class org.eclipse.jetty.util.InetAddressSet.CidrInetRange
 
_readCallback - Variable in class org.eclipse.jetty.io.AbstractConnection
 
_reader - Variable in class org.eclipse.jetty.server.Request
 
_reader - Variable in class org.eclipse.jetty.util.ajax.JSON.ReaderSource
 
_readerEncoding - Variable in class org.eclipse.jetty.server.Request
 
_realm - Variable in class org.eclipse.jetty.security.ConfigurableSpnegoLoginService
 
_realmName - Variable in class org.eclipse.jetty.jaas.JAASLoginService
 
_realmName - Variable in class org.eclipse.jetty.security.SecurityHandler
 
_reason - Variable in exception class org.eclipse.jetty.http.BadMessageException
 
_reason - Variable in class org.eclipse.jetty.http.HttpGenerator.PreparedResponse
 
_reason - Variable in class org.eclipse.jetty.http.MetaData.Response
 
_reason - Variable in class org.eclipse.jetty.server.Response
 
_reasons - Variable in class org.eclipse.jetty.server.LowResourceMonitor
 
_recordHttpComplianceViolations - Variable in class org.eclipse.jetty.server.HttpConnection
 
_recordHttpComplianceViolations - Variable in class org.eclipse.jetty.server.HttpConnectionFactory
 
_redirectMap - Variable in class org.eclipse.jetty.xml.XmlParser
 
_redirector - Variable in class org.eclipse.jetty.server.handler.MovedContextHandler
 
_redirectWelcome - Variable in class org.eclipse.jetty.server.ResourceService
 
_refreshCookieAge - Variable in class org.eclipse.jetty.server.session.SessionHandler
 
_registration - Variable in class org.eclipse.jetty.servlet.FilterHolder
 
_registration - Variable in class org.eclipse.jetty.servlet.ServletHolder
 
_registry - Variable in class org.eclipse.jetty.jmx.ConnectorServer
 
_registryPort - Variable in class org.eclipse.jetty.jmx.ConnectorServer
 
_relativeRedirectAllowed - Variable in class org.eclipse.jetty.server.HttpConfiguration
 
_relativeResourceBase - Variable in class org.eclipse.jetty.servlet.DefaultServlet
 
_remote - Variable in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
_remote - Variable in class org.eclipse.jetty.server.Request
 
_remoteAddress - Variable in class org.eclipse.jetty.server.ProxyCustomizer.ProxyAttributes
 
_remotePort - Variable in class org.eclipse.jetty.server.ProxyCustomizer.ProxyAttributes
 
_remotes - Variable in class org.eclipse.jetty.server.handler.ThreadLimitHandler
 
_removeUnloadableSessions - Variable in class org.eclipse.jetty.server.session.AbstractSessionCache
If true, a Session whose data cannot be read will be deleted from the SessionDataStore.
_removeUnloadableSessions - Variable in class org.eclipse.jetty.server.session.AbstractSessionCacheFactory
 
_renameThread - Variable in class org.eclipse.jetty.server.DebugListener
 
_renegotiationAllowed - Variable in class org.eclipse.jetty.io.ssl.SslConnection
 
_renegotiationAllowed - Variable in class org.eclipse.jetty.util.ssl.SslContextFactory
 
_renegotiationLimit - Variable in class org.eclipse.jetty.io.ssl.SslConnection
 
_renegotiationLimit - Variable in class org.eclipse.jetty.util.ssl.SslContextFactory
 
_renewSession - Variable in class org.eclipse.jetty.security.authentication.LoginAuthenticator
 
_renewSession - Variable in class org.eclipse.jetty.security.SecurityHandler
 
_reportDirs - Variable in class org.eclipse.jetty.util.Scanner
 
_reportExisting - Variable in class org.eclipse.jetty.util.Scanner
 
_request - Variable in class org.eclipse.jetty.continuation.FauxContinuation
Deprecated.
 
_request - Variable in class org.eclipse.jetty.continuation.Servlet3Continuation
Deprecated.
 
_request - Variable in class org.eclipse.jetty.jaas.callback.DefaultCallbackHandler
 
_request - Variable in class org.eclipse.jetty.jaas.callback.ServletRequestCallback
 
_request - Variable in class org.eclipse.jetty.server.AsyncContextState.WrappedAsyncListener
 
_request - Variable in class org.eclipse.jetty.server.ForwardedRequestCustomizer.Forwarded
 
_request - Variable in class org.eclipse.jetty.server.HttpChannel
 
_request - Variable in class org.eclipse.jetty.server.MultiParts.MultiPartsUtilParser
 
_request - Variable in class org.eclipse.jetty.server.PushBuilderImpl
 
_request - Variable in class org.eclipse.jetty.server.SecureRequestCustomizer.SslAttributes
 
_requestAttributeListeners - Variable in class org.eclipse.jetty.server.Request
 
_requestBuffer - Variable in class org.eclipse.jetty.server.HttpConnection
 
_requestCookieCompliance - Variable in class org.eclipse.jetty.server.HttpConfiguration
 
_requestedSessionId - Variable in class org.eclipse.jetty.server.Request
 
_requestedSessionIdFromCookie - Variable in class org.eclipse.jetty.server.Request
 
_requestHandler - Variable in class org.eclipse.jetty.http.HttpParser
 
_requestHeaderSize - Variable in class org.eclipse.jetty.server.HttpConfiguration
 
_requestLog - Variable in class org.eclipse.jetty.server.handler.RequestLogHandler
 
_requestLog - Variable in class org.eclipse.jetty.server.HttpChannel
 
_requestLog - Variable in class org.eclipse.jetty.server.Server
 
_requestLogWriter - Variable in class org.eclipse.jetty.server.AbstractNCSARequestLog
Deprecated.
 
_requestLogWriter - Variable in class org.eclipse.jetty.server.CustomRequestLog
 
_requestLogWriter - Variable in class org.eclipse.jetty.server.NCSARequestLog
Deprecated.
 
_requestLogWriter - Variable in class org.eclipse.jetty.server.Slf4jRequestLog
Deprecated.
 
_requests - Variable in class org.eclipse.jetty.server.HttpChannel
 
_requests - Variable in class org.eclipse.jetty.server.session.Session
 
_requestState - Variable in class org.eclipse.jetty.server.HttpChannelState
 
_requestStats - Variable in class org.eclipse.jetty.server.handler.StatisticsHandler
 
_requestTimeStats - Variable in class org.eclipse.jetty.server.handler.StatisticsHandler
 
_requestURI - Variable in class org.eclipse.jetty.server.AsyncAttributes
 
_requestURI - Variable in class org.eclipse.jetty.server.Dispatcher.ForwardAttributes
 
_requestURI - Variable in class org.eclipse.jetty.server.Dispatcher.IncludeAttributes
 
_requireCloseMessage - Variable in class org.eclipse.jetty.io.ssl.SslClientConnectionFactory
 
_requireCloseMessage - Variable in class org.eclipse.jetty.io.ssl.SslConnection
 
_reseed - Variable in class org.eclipse.jetty.server.session.DefaultSessionIdManager
 
_reservedThreads - Variable in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
_reservedThreads - Variable in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
_resident - Variable in class org.eclipse.jetty.server.session.Session
 
_resource - Variable in class org.eclipse.jetty.http.ResourceHttpContent
 
_resource - Variable in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
 
_resource - Variable in class org.eclipse.jetty.servlet.Source
 
_resource - Variable in class org.eclipse.jetty.webapp.DiscoveredAnnotation
 
_resourceAliases - Variable in class org.eclipse.jetty.webapp.WebAppContext
 
_resourceBase - Variable in class org.eclipse.jetty.servlet.DefaultServlet
 
_resources - Variable in class org.eclipse.jetty.util.resource.ResourceCollection
 
_resourceService - Variable in class org.eclipse.jetty.server.handler.ResourceHandler
 
_resourceService - Variable in class org.eclipse.jetty.servlet.DefaultServlet
 
_response - Variable in class org.eclipse.jetty.continuation.FauxContinuation
Deprecated.
 
_response - Variable in class org.eclipse.jetty.continuation.Servlet3Continuation
Deprecated.
 
_response - Variable in class org.eclipse.jetty.server.AsyncContextState.WrappedAsyncListener
 
_response - Variable in class org.eclipse.jetty.server.HttpChannel
 
_responseCookieCompliance - Variable in class org.eclipse.jetty.server.HttpConfiguration
 
_responseData - Variable in class org.eclipse.jetty.server.LocalConnector.LocalEndPoint
 
_responseHandler - Variable in class org.eclipse.jetty.http.HttpParser
 
_responseHeaderSize - Variable in class org.eclipse.jetty.server.HttpConfiguration
 
_responseLine - Variable in class org.eclipse.jetty.http.HttpGenerator.PreparedResponse
 
_responses1xx - Variable in class org.eclipse.jetty.server.handler.StatisticsHandler
 
_responses2xx - Variable in class org.eclipse.jetty.server.handler.StatisticsHandler
 
_responses3xx - Variable in class org.eclipse.jetty.server.handler.StatisticsHandler
 
_responses4xx - Variable in class org.eclipse.jetty.server.handler.StatisticsHandler
 
_responses5xx - Variable in class org.eclipse.jetty.server.handler.StatisticsHandler
 
_responseStatus - Variable in class org.eclipse.jetty.http.HttpParser
 
_responsesTotalBytes - Variable in class org.eclipse.jetty.server.handler.StatisticsHandler
 
_responseWrapped - Variable in class org.eclipse.jetty.continuation.FauxContinuation
Deprecated.
 
_responseWrapped - Variable in class org.eclipse.jetty.continuation.Servlet3Continuation
Deprecated.
 
_restrictToLocalhost - Variable in class org.eclipse.jetty.servlet.StatisticsServlet
 
_result - Variable in class org.eclipse.jetty.util.FuturePromise
 
_resumed - Variable in class org.eclipse.jetty.continuation.FauxContinuation
Deprecated.
 
_resumed - Variable in class org.eclipse.jetty.continuation.Servlet3Continuation
Deprecated.
 
_retainDays - Variable in class org.eclipse.jetty.server.RequestLogWriter
 
_retainDays - Variable in class org.eclipse.jetty.util.RolloverFileOutputStream
 
_returnDelimiters - Variable in class org.eclipse.jetty.util.QuotedStringTokenizer
 
_returnQuotes - Variable in class org.eclipse.jetty.util.QuotedStringTokenizer
 
_reuseAddress - Variable in class org.eclipse.jetty.server.ServerConnector
 
_rfc7239 - Variable in class org.eclipse.jetty.server.handler.ThreadLimitHandler
 
_rfcRef - Variable in enum class org.eclipse.jetty.util.MultiPartInputStreamParser.NonCompliance
Deprecated.
 
_rmiPort - Variable in class org.eclipse.jetty.jmx.ConnectorServer
 
_roleBaseDn - Variable in class org.eclipse.jetty.jaas.spi.LdapLoginModule
base DN where role membership is to be searched from
_roleClassNames - Variable in class org.eclipse.jetty.jaas.JAASLoginService
 
_roleDelegate - Variable in class org.eclipse.jetty.security.SpnegoUserIdentity
 
_roleMap - Variable in class org.eclipse.jetty.servlet.ServletHolder
 
_roleMemberAttribute - Variable in class org.eclipse.jetty.jaas.spi.LdapLoginModule
name of the attribute that a username would be under a role class
_roleName - Variable in class org.eclipse.jetty.security.AbstractLoginService.RolePrincipal
 
_roleNameAttribute - Variable in class org.eclipse.jetty.jaas.spi.LdapLoginModule
the name of the attribute that a role would be stored under
_roleNames - Variable in class org.eclipse.jetty.jaas.spi.UserInfo
 
_roleObjectClass - Variable in class org.eclipse.jetty.jaas.spi.LdapLoginModule
object class of roles
_roles - Variable in class org.eclipse.jetty.security.ConstraintSecurityHandler
 
_roles - Variable in class org.eclipse.jetty.security.DefaultUserIdentity
 
_roles - Variable in class org.eclipse.jetty.security.RoleInfo
List of permitted roles
_roles - Variable in class org.eclipse.jetty.util.security.Constraint
 
_rolesLoaded - Variable in class org.eclipse.jetty.jaas.spi.UserInfo
 
_roleSql - Variable in class org.eclipse.jetty.security.JDBCLoginService
 
_roleTableRoleField - Variable in class org.eclipse.jetty.security.JDBCLoginService
 
_rollTask - Variable in class org.eclipse.jetty.util.RolloverFileOutputStream
 
_root - Variable in class org.eclipse.jetty.webapp.Descriptor
 
_root - Variable in class org.eclipse.jetty.xml.XmlConfiguration.JettyXmlConfiguration
 
_rootContext - Variable in class org.eclipse.jetty.jaas.spi.LdapLoginModule
 
_rowIndex - Variable in class org.eclipse.jetty.util.ArrayTrie
The Trie rows in a single array which allows a lookup of row,character to the next row in the Trie.
_rows - Variable in class org.eclipse.jetty.util.ArrayTernaryTrie
The number of rows allocated
_rows - Variable in class org.eclipse.jetty.util.ArrayTrie
The number of rows allocated
_runAsRole - Variable in class org.eclipse.jetty.security.RoleRunAsToken
 
_runAsRole - Variable in class org.eclipse.jetty.servlet.ServletHolder
 
_runAsToken - Variable in class org.eclipse.jetty.servlet.ServletHolder.RunAs
 
_runCompleteWrite - Variable in class org.eclipse.jetty.io.ChannelEndPoint
 
_runCompleteWriteFillable - Variable in class org.eclipse.jetty.io.ChannelEndPoint
 
_runFillable - Variable in class org.eclipse.jetty.io.ByteArrayEndPoint
 
_runFillable - Variable in class org.eclipse.jetty.io.ChannelEndPoint
 
_runFillable - Variable in class org.eclipse.jetty.io.ssl.SslConnection
 
_runnable - Variable in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
_runner - Variable in class org.eclipse.jetty.server.session.HouseKeeper
 
_running - Variable in class org.eclipse.jetty.util.Scanner
 
_runProduce - Variable in class org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume
 
_sameSite - Variable in class org.eclipse.jetty.http.HttpCookie
 
_samples - Variable in class org.eclipse.jetty.server.ConnectorStatistics
Deprecated.
 
_samples - Variable in class org.eclipse.jetty.util.statistic.RateStatistic
 
_saveOnCreate - Variable in class org.eclipse.jetty.server.session.AbstractSessionCache
If true, as soon as a new session is created, it will be persisted to the SessionDataStore
_saveOnCreate - Variable in class org.eclipse.jetty.server.session.AbstractSessionCacheFactory
 
_saveOnInactiveEvict - Variable in class org.eclipse.jetty.server.session.AbstractSessionCacheFactory
 
_saveOnInactiveEviction - Variable in class org.eclipse.jetty.server.session.AbstractSessionCache
If true, a session that will be evicted from the cache because it has been inactive too long will be saved before being evicted.
_savePeriodSec - Variable in class org.eclipse.jetty.server.session.AbstractSessionDataStore
 
_savePeriodSec - Variable in class org.eclipse.jetty.server.session.AbstractSessionDataStoreFactory
 
_scanCount - Variable in class org.eclipse.jetty.util.Scanner
 
_scanDepth - Variable in class org.eclipse.jetty.util.Scanner
 
_scanInterval - Variable in class org.eclipse.jetty.util.Scanner
 
_scannables - Variable in class org.eclipse.jetty.util.Scanner
 
_scanner - Variable in class org.eclipse.jetty.util.ssl.KeyStoreScanner
 
_scheduler - Variable in class org.eclipse.jetty.io.CyclicTimeout
 
_scheduler - Variable in class org.eclipse.jetty.io.IdleTimeout
 
_scheduler - Variable in class org.eclipse.jetty.server.AbstractConnector
 
_scheduler - Variable in class org.eclipse.jetty.server.LowResourceMonitor
 
_scheduler - Variable in class org.eclipse.jetty.server.session.HouseKeeper
 
_scheduler - Variable in class org.eclipse.jetty.server.session.SessionHandler
 
_schema - Variable in class org.eclipse.jetty.server.session.JDBCSessionDataStoreFactory
 
_schemaName - Variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
_schemaProvided - Variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore
 
_scheme - Variable in class org.eclipse.jetty.http.HttpURI
 
_schemeCode - Variable in class org.eclipse.jetty.http.HttpGenerator.PreparedResponse
 
_sci - Variable in class org.eclipse.jetty.servlet.ServletContextHandler.Initializer
 
_scontext - Variable in class org.eclipse.jetty.server.handler.ContextHandler
 
_scope - Variable in class org.eclipse.jetty.server.Request
 
_scriptingInvalid - Variable in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
 
_secondaryOrdering - Variable in class org.eclipse.jetty.http.QuotedQualityCSV
 
_seconds - Variable in class org.eclipse.jetty.server.Server.DateField
 
_seconds - Variable in class org.eclipse.jetty.util.DateCache.Tick
 
_sections - Variable in enum class org.eclipse.jetty.http.HttpCompliance
 
_secure - Variable in class org.eclipse.jetty.http.HttpCookie
 
_secure - Variable in class org.eclipse.jetty.server.ForwardedRequestCustomizer.Forwarded
 
_secure - Variable in class org.eclipse.jetty.server.Request
 
_secureCookies - Variable in class org.eclipse.jetty.server.session.SessionHandler
 
_securePort - Variable in class org.eclipse.jetty.server.HttpConfiguration
 
_secureRandomAlgorithm - Variable in class org.eclipse.jetty.util.ssl.SslContextFactory
 
_secureRequestOnly - Variable in class org.eclipse.jetty.server.session.SessionHandler
 
_secureScheme - Variable in class org.eclipse.jetty.server.ForwardedRequestCustomizer.Forwarded
 
_secureScheme - Variable in class org.eclipse.jetty.server.HttpConfiguration
 
_securityHandler - Variable in class org.eclipse.jetty.servlet.ServletContextHandler
 
_seen - Variable in class org.eclipse.jetty.security.authentication.DigestAuthenticator.Nonce
 
_seenCRLF - Variable in class org.eclipse.jetty.util.ReadLineInputStream
Deprecated.
 
_selectedCipherSuites - Variable in class org.eclipse.jetty.util.ssl.SslContextFactory
 
_selectedProtocols - Variable in class org.eclipse.jetty.util.ssl.SslContextFactory
 
_selecting - Variable in class org.eclipse.jetty.io.ManagedSelector
 
_selector - Variable in class org.eclipse.jetty.io.ChannelEndPoint
 
_selector - Variable in class org.eclipse.jetty.io.ManagedSelector
 
_selectorIndex - Variable in class org.eclipse.jetty.io.SelectorManager
 
_selectorIndexUpdate - Variable in class org.eclipse.jetty.io.SelectorManager
 
_selectorManager - Variable in class org.eclipse.jetty.io.ManagedSelector
 
_selectors - Variable in class org.eclipse.jetty.io.SelectorManager
 
_send - Variable in class org.eclipse.jetty.http.HttpGenerator
 
_sendCallback - Variable in class org.eclipse.jetty.server.HttpConnection
 
_sendDateHeader - Variable in class org.eclipse.jetty.server.HttpConfiguration
 
_sendError - Variable in class org.eclipse.jetty.server.HttpChannelState
 
_sendServerVersion - Variable in class org.eclipse.jetty.server.HttpConfiguration
 
_sendShutdownAtStart - Variable in class org.eclipse.jetty.server.handler.ShutdownHandler
 
_sendXPoweredBy - Variable in class org.eclipse.jetty.server.HttpConfiguration
 
_serializedExecutor - Variable in class org.eclipse.jetty.server.handler.ContextHandlerCollection
 
_serveIcon - Variable in class org.eclipse.jetty.server.handler.DefaultHandler
 
_server - Variable in class org.eclipse.jetty.server.AbstractConnector
 
_server - Variable in class org.eclipse.jetty.server.AcceptRateLimit
 
_server - Variable in class org.eclipse.jetty.server.ConnectionLimit
 
_server - Variable in class org.eclipse.jetty.server.handler.AbstractHandler
 
_server - Variable in class org.eclipse.jetty.server.LowResourceMonitor
 
_server - Variable in class org.eclipse.jetty.server.session.DefaultSessionIdManager
 
_serverClasses - Variable in class org.eclipse.jetty.webapp.WebAppContext
 
_serviceCredential - Variable in class org.eclipse.jetty.security.ConfigurableSpnegoLoginService.SpnegoContext
 
_serviceName - Variable in class org.eclipse.jetty.security.ConfigurableSpnegoLoginService
 
_servlet - Variable in class org.eclipse.jetty.servlet.ServletHolder
 
_servletContext - Variable in class org.eclipse.jetty.servlet.DefaultServlet
 
_servletContext - Variable in class org.eclipse.jetty.servlet.ErrorPageErrorHandler
 
_servletContext - Variable in class org.eclipse.jetty.servlet.ServletHandler
 
_servletContextAttributeListeners - Variable in class org.eclipse.jetty.server.handler.ContextHandler
 
_servletContextListeners - Variable in class org.eclipse.jetty.server.handler.ContextHandler
 
_servletHandler - Variable in class org.eclipse.jetty.servlet.BaseHolder
 
_servletHandler - Variable in class org.eclipse.jetty.servlet.DefaultServlet
 
_servletHandler - Variable in class org.eclipse.jetty.servlet.Invoker
 
_servletHandler - Variable in class org.eclipse.jetty.servlet.JspPropertyGroupServlet
 
_servletHandler - Variable in class org.eclipse.jetty.servlet.ServletContextHandler
 
_servletHolder - Variable in class org.eclipse.jetty.servlet.ServletHandler.ChainEnd
 
_servletHolderMap - Variable in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
 
_servletHolders - Variable in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
 
_servletMappings - Variable in class org.eclipse.jetty.servlet.ServletHandler
 
_servletMappings - Variable in class org.eclipse.jetty.webapp.StandardDescriptorProcessor
 
_servletName - Variable in class org.eclipse.jetty.servlet.ServletMapping
 
_servletNameMap - Variable in class org.eclipse.jetty.servlet.ServletHandler
 
_servletNames - Variable in class org.eclipse.jetty.servlet.FilterMapping
 
_servletPath - Variable in class org.eclipse.jetty.server.AsyncAttributes
 
_servletPath - Variable in class org.eclipse.jetty.server.Dispatcher.ForwardAttributes
 
_servletPath - Variable in class org.eclipse.jetty.server.Dispatcher.IncludeAttributes
 
_servletPath - Variable in class org.eclipse.jetty.server.Request
 
_servletPath - Variable in class org.eclipse.jetty.servlet.Invoker.InvokedRequest
 
_servletPathMap - Variable in class org.eclipse.jetty.servlet.ServletHandler
 
_servletRequestAttributeListeners - Variable in class org.eclipse.jetty.server.handler.ContextHandler
 
_servletRequestListener - Variable in class org.eclipse.jetty.server.DebugListener
 
_servletRequestListeners - Variable in class org.eclipse.jetty.server.handler.ContextHandler
 
_servlets - Variable in class org.eclipse.jetty.servlet.ServletHandler
 
_session - Variable in class org.eclipse.jetty.security.authentication.SessionAuthentication
 
_session - Variable in class org.eclipse.jetty.server.Request
 
_session - Variable in class org.eclipse.jetty.server.SecureRequestCustomizer.SslAttributes
 
_sessionAttribute - Variable in class org.eclipse.jetty.server.SecureRequestCustomizer.SslAttributes
 
_sessionAttributeListeners - Variable in class org.eclipse.jetty.server.session.SessionHandler
 
_sessionCache - Variable in class org.eclipse.jetty.server.session.SessionHandler
 
_sessionCachingEnabled - Variable in class org.eclipse.jetty.util.ssl.SslContextFactory
 
_sessionComment - Variable in class org.eclipse.jetty.server.session.SessionHandler
 
_sessionContext - Variable in class org.eclipse.jetty.server.session.SessionHandler
 
_sessionContext - Variable in exception class org.eclipse.jetty.server.session.UnreadableSessionDataException
 
_sessionContext - Variable in exception class org.eclipse.jetty.server.session.UnwriteableSessionDataException
 
_sessionCookie - Variable in class org.eclipse.jetty.server.session.SessionHandler
 
_sessionData - Variable in class org.eclipse.jetty.server.session.Session
 
_sessionDataStore - Variable in class org.eclipse.jetty.server.session.AbstractSessionCache
The authoritative source of session data
_sessionDomain - Variable in class org.eclipse.jetty.server.session.SessionHandler
 
_sessionFileMap - Variable in class org.eclipse.jetty.server.session.FileSessionDataStore
 
_sessionHandler - Variable in class org.eclipse.jetty.server.Request
 
_sessionHandler - Variable in class org.eclipse.jetty.server.session.SessionContext
 
_sessionHandler - Variable in class org.eclipse.jetty.servlet.ServletContextHandler
 
_sessionId - Variable in class org.eclipse.jetty.server.PushBuilderImpl
 
_sessionId - Variable in class org.eclipse.jetty.server.SecureRequestCustomizer.SslAttributes
 
_sessionIdListeners - Variable in class org.eclipse.jetty.server.session.SessionHandler
 
_sessionIdManager - Variable in class org.eclipse.jetty.server.Server
 
_sessionIdManager - Variable in class org.eclipse.jetty.server.session.HouseKeeper
 
_sessionIdManager - Variable in class org.eclipse.jetty.server.session.SessionHandler
 
_sessionIdPathParameterName - Variable in class org.eclipse.jetty.server.session.SessionHandler
 
_sessionIdPathParameterNamePrefix - Variable in class org.eclipse.jetty.server.session.SessionHandler
 
_sessionInactivityTimer - Variable in class org.eclipse.jetty.server.session.Session
 
_sessionListeners - Variable in class org.eclipse.jetty.server.session.SessionHandler
 
_sessionPath - Variable in class org.eclipse.jetty.server.session.SessionHandler
 
_sessions - Variable in class org.eclipse.jetty.server.Request
 
_sessions - Variable in class org.eclipse.jetty.server.session.DefaultSessionCache
The cache of sessions in a hashmap
_sessionsCreatedStats - Variable in class org.eclipse.jetty.server.session.SessionHandler
 
_sessionStoreFactory - Variable in class org.eclipse.jetty.server.session.CachingSessionDataStoreFactory
The SessionDataStore that will store session data.
_sessionTableSchema - Variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore
 
_sessionTimeStats - Variable in class org.eclipse.jetty.server.session.SessionHandler
 
_sessionTrackingModes - Variable in class org.eclipse.jetty.server.session.SessionHandler
 
_set - Variable in class org.eclipse.jetty.io.IncludeExcludeConnectionStatistics
 
_setAccepting - Variable in class org.eclipse.jetty.server.AbstractConnector
 
_setContext - Variable in class org.eclipse.jetty.util.ssl.SslContextFactory
 
_setDebugEnabledE - Variable in class org.eclipse.jetty.util.log.LoggerLog
 
_setKeyStore - Variable in class org.eclipse.jetty.util.ssl.SslContextFactory
 
_setter - Variable in class org.eclipse.jetty.jmx.MetaData.AttributeInfo
 
_setter - Variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
 
_setters - Variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
_setTrustStore - Variable in class org.eclipse.jetty.util.ssl.SslContextFactory
 
_showContexts - Variable in class org.eclipse.jetty.server.handler.DefaultHandler
 
_showHeaders - Variable in class org.eclipse.jetty.server.DebugListener
 
_showMessageInTitle - Variable in class org.eclipse.jetty.server.handler.ErrorHandler
 
_showServlet - Variable in class org.eclipse.jetty.server.handler.ErrorHandler
 
_showStacks - Variable in class org.eclipse.jetty.server.handler.ErrorHandler
 
_shutdown - Variable in class org.eclipse.jetty.server.AbstractConnector
 
_shutdown - Variable in class org.eclipse.jetty.server.handler.StatisticsHandler
 
_shutdown - Variable in class org.eclipse.jetty.util.component.Graceful.Shutdown
 
_shutdownOut - Variable in class org.eclipse.jetty.server.HttpConnection.SendCallback
 
_shutdownToken - Variable in class org.eclipse.jetty.server.handler.ShutdownHandler
 
_single - Variable in class org.eclipse.jetty.util.QuotedStringTokenizer
 
_size - Variable in class org.eclipse.jetty.http.GZIPContentDecoder
 
_size - Variable in class org.eclipse.jetty.http.HttpFields
 
_size - Variable in class org.eclipse.jetty.http.MultiPartFormInputStream.MultiPart
 
_size - Variable in class org.eclipse.jetty.io.ByteBufferOutputStream2
 
_size - Variable in class org.eclipse.jetty.io.ByteBufferPool.Bucket
 
_size - Variable in class org.eclipse.jetty.util.BlockingArrayQueue
 
_size - Variable in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
_size - Variable in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
Deprecated.
 
_size - Variable in class org.eclipse.jetty.util.Scanner.TimeNSize
 
_size - Variable in class org.eclipse.jetty.util.thread.ReservedThreadExecutor
 
_skipLF - Variable in class org.eclipse.jetty.util.ReadLineInputStream
Deprecated.
 
_slice - Variable in class org.eclipse.jetty.server.HttpOutput.AsyncWrite
 
_sniHostCheck - Variable in class org.eclipse.jetty.server.SecureRequestCustomizer
 
_sniRequired - Variable in class org.eclipse.jetty.server.SecureRequestCustomizer
 
_sniRequired - Variable in class org.eclipse.jetty.util.ssl.SslContextFactory.Server
 
_sniSelector - Variable in class org.eclipse.jetty.util.ssl.SslContextFactory.Server
 
_softClose - Variable in class org.eclipse.jetty.server.HttpOutput
 
_sorted - Variable in class org.eclipse.jetty.http.QuotedQualityCSV
 
_source - Variable in class org.eclipse.jetty.servlet.BaseHolder
 
_source - Variable in class org.eclipse.jetty.servlet.ServletMapping
 
_source - Variable in class org.eclipse.jetty.util.log.StdErrLog
 
_space - Variable in class org.eclipse.jetty.xml.XmlAppendable
 
_specLength - Variable in class org.eclipse.jetty.http.pathmap.RegexPathSpec
 
_specLength - Variable in class org.eclipse.jetty.http.pathmap.ServletPathSpec
 
_specLength - Variable in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
 
_ssl - Variable in class org.eclipse.jetty.server.SocketCustomizationListener
 
_sslContextFactory - Variable in class org.eclipse.jetty.jmx.ConnectorServer
 
_sslContextFactory - Variable in class org.eclipse.jetty.server.SslConnectionFactory
 
_sslContextFactory - Variable in class org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager
 
_sslEngine - Variable in class org.eclipse.jetty.io.ssl.SslConnection
 
_sslIsSecure - Variable in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
_sslProtocol - Variable in class org.eclipse.jetty.util.ssl.SslContextFactory
 
_sslProvider - Variable in class org.eclipse.jetty.util.ssl.SslContextFactory
 
_sslReadCallback - Variable in class org.eclipse.jetty.io.ssl.SslConnection
 
_sslSessionCacheSize - Variable in class org.eclipse.jetty.util.ssl.SslContextFactory
 
_sslSessionTimeout - Variable in class org.eclipse.jetty.util.ssl.SslContextFactory
 
_stack - Variable in class org.eclipse.jetty.servlet.ServletHolder.SingleThreadedWrapper
 
_stack - Variable in class org.eclipse.jetty.util.thread.ReservedThreadExecutor
 
_starJspMapped - Variable in class org.eclipse.jetty.servlet.JspPropertyGroupServlet
 
_started - Variable in class org.eclipse.jetty.io.ManagedSelector
 
_started - Variable in class org.eclipse.jetty.io.ManagedSelector.Start
 
_starting - Variable in class org.eclipse.jetty.util.thread.ReservedThreadExecutor.ReservedThread
 
_startListeners - Variable in class org.eclipse.jetty.servlet.ServletContextHandler
 
_startMillis - Variable in class org.eclipse.jetty.server.ConnectorStatistics
Deprecated.
 
_startWithUnavailable - Variable in class org.eclipse.jetty.servlet.ServletHandler
 
_state - Variable in class org.eclipse.jetty.continuation.FauxContinuation
Deprecated.
 
_state - Variable in class org.eclipse.jetty.http.GZIPContentDecoder
 
_state - Variable in class org.eclipse.jetty.http.HttpGenerator
 
_state - Variable in class org.eclipse.jetty.http.HttpParser
 
_state - Variable in class org.eclipse.jetty.http.MultiPartParser
 
_state - Variable in class org.eclipse.jetty.io.AbstractEndPoint
 
_state - Variable in class org.eclipse.jetty.io.WriteFlusher
 
_state - Variable in class org.eclipse.jetty.server.AsyncContextEvent
 
_state - Variable in class org.eclipse.jetty.server.AsyncContextState
 
_state - Variable in class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor
 
_state - Variable in class org.eclipse.jetty.server.HttpChannel
 
_state - Variable in class org.eclipse.jetty.server.HttpChannelState
 
_state - Variable in class org.eclipse.jetty.server.HttpInput
 
_state - Variable in class org.eclipse.jetty.server.HttpOutput
 
_state - Variable in class org.eclipse.jetty.server.session.Session
 
_state - Variable in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
_state - Variable in class org.eclipse.jetty.util.IteratingCallback
 
_state - Variable in class org.eclipse.jetty.util.SharedBlockingCallback.Blocker
 
_state - Variable in class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill
 
_state - Variable in class org.eclipse.jetty.util.thread.strategy.ProduceConsume
 
_state - Variable in class org.eclipse.jetty.util.thread.strategy.ProduceExecuteConsume
 
_state - Variable in class org.eclipse.jetty.util.Utf8Appendable
 
_stateChangeCompleted - Variable in class org.eclipse.jetty.server.session.Session
 
_stats - Variable in class org.eclipse.jetty.server.session.DefaultSessionCache
 
_statsHandler - Variable in class org.eclipse.jetty.servlet.StatisticsServlet
 
_statsStartedAt - Variable in class org.eclipse.jetty.server.handler.StatisticsHandler
 
_status - Variable in class org.eclipse.jetty.http.MetaData.Response
 
_status - Variable in class org.eclipse.jetty.server.Response
 
_stopAtShutdown - Variable in class org.eclipse.jetty.server.Server
 
_stopped - Variable in class org.eclipse.jetty.io.ManagedSelector.StopSelector
 
_stopping - Variable in class org.eclipse.jetty.server.AbstractConnector
 
_stopTimeout - Variable in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
_store - Variable in class org.eclipse.jetty.jaas.spi.PropertyFileLoginModule
 
_store - Variable in class org.eclipse.jetty.server.session.CachingSessionDataStore
The actual store for the session data
_storeDir - Variable in class org.eclipse.jetty.server.session.FileSessionDataStore
 
_storeDir - Variable in class org.eclipse.jetty.server.session.FileSessionDataStoreFactory
 
_strategy - Variable in class org.eclipse.jetty.io.ManagedSelector
 
_string - Variable in enum class org.eclipse.jetty.http.HttpHeader
 
_string - Variable in enum class org.eclipse.jetty.http.HttpHeaderValue
 
_string - Variable in class org.eclipse.jetty.http.HttpParser
 
_string - Variable in enum class org.eclipse.jetty.http.HttpScheme
 
_string - Variable in enum class org.eclipse.jetty.http.HttpVersion
 
_string - Variable in enum class org.eclipse.jetty.http.MimeTypes.Type
 
_string - Variable in class org.eclipse.jetty.http.MultiPartParser
 
_string - Variable in class org.eclipse.jetty.util.DateCache.Tick
 
_string - Variable in class org.eclipse.jetty.util.QuotedStringTokenizer
 
_stringBufferSize - Variable in class org.eclipse.jetty.util.ajax.JSON
 
_stringType - Variable in class org.eclipse.jetty.server.session.DatabaseAdaptor
 
_stsField - Variable in class org.eclipse.jetty.server.SecureRequestCustomizer
 
_stsIncludeSubDomains - Variable in class org.eclipse.jetty.server.SecureRequestCustomizer
 
_stsMaxAge - Variable in class org.eclipse.jetty.server.SecureRequestCustomizer
 
_stylesheet - Variable in class org.eclipse.jetty.server.handler.ResourceHandler
 
_stylesheet - Variable in class org.eclipse.jetty.servlet.DefaultServlet
 
_subject - Variable in class org.eclipse.jetty.jaas.JAASUserPrincipal
 
_subject - Variable in class org.eclipse.jetty.security.ConfigurableSpnegoLoginService.SpnegoContext
 
_subject - Variable in class org.eclipse.jetty.security.DefaultUserIdentity
 
_subject - Variable in class org.eclipse.jetty.security.SpnegoUserIdentity
 
_suffix - Variable in class org.eclipse.jetty.http.pathmap.ServletPathSpec
 
_suffixMap - Variable in class org.eclipse.jetty.http.PathMap
Deprecated.
 
_suffixMap - Variable in class org.eclipse.jetty.http.pathmap.PathMappings
 
_surrogate - Variable in class org.eclipse.jetty.server.Utf8HttpWriter
 
_syncFlush - Variable in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
_syncFlush - Variable in class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor
 
_systemClasses - Variable in class org.eclipse.jetty.webapp.WebAppContext
 
_tableName - Variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
_tag - Variable in class org.eclipse.jetty.xml.XmlParser.Node
 
_taglibs - Variable in class org.eclipse.jetty.servlet.ServletContextHandler.JspConfig
 
_tags - Variable in class org.eclipse.jetty.xml.XmlAppendable
 
_tail - Variable in class org.eclipse.jetty.util.thread.SerializedExecutor
 
_tailLock - Variable in class org.eclipse.jetty.util.BlockingArrayQueue
 
_targetName - Variable in class org.eclipse.jetty.security.SpnegoLoginService
Deprecated.
 
_task - Variable in class org.eclipse.jetty.io.CyclicTimeout.Wakeup
 
_task - Variable in class org.eclipse.jetty.server.AcceptRateLimit
 
_task - Variable in class org.eclipse.jetty.server.session.HouseKeeper
 
_task - Variable in class org.eclipse.jetty.util.Scanner
 
_task - Variable in class org.eclipse.jetty.util.thread.ReservedThreadExecutor.ReservedThread
 
_task - Variable in class org.eclipse.jetty.util.thread.SerializedExecutor.Link
 
_task - Variable in class org.eclipse.jetty.util.thread.TimerScheduler.SimpleTask
 
_template - Variable in class org.eclipse.jetty.webapp.CloneConfiguration
 
_temporary - Variable in class org.eclipse.jetty.http.MultiPartFormInputStream.MultiPart
 
_temporary - Variable in class org.eclipse.jetty.util.MultiPartInputStreamParser.MultiPart
Deprecated.
 
_thread - Variable in class org.eclipse.jetty.server.AsyncRequestLogWriter
 
_thread - Static variable in class org.eclipse.jetty.util.thread.ShutdownThread
 
_threadFactory - Variable in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
_threadGroup - Variable in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
_threadLimit - Variable in class org.eclipse.jetty.server.handler.ThreadLimitHandler
 
_threadPool - Variable in class org.eclipse.jetty.server.Server
 
_threads - Variable in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
_throwable - Variable in class org.eclipse.jetty.server.AsyncContextEvent
 
_throwUnavailableOnStartupException - Variable in class org.eclipse.jetty.webapp.WebAppContext
 
_tick - Variable in class org.eclipse.jetty.util.DateCache
 
_timeout - Variable in class org.eclipse.jetty.continuation.FauxContinuation
Deprecated.
 
_timeout - Variable in class org.eclipse.jetty.io.CyclicTimeout
 
_timeout - Variable in class org.eclipse.jetty.io.IdleTimeout
 
_timeoutMs - Variable in class org.eclipse.jetty.continuation.FauxContinuation
Deprecated.
 
_timeoutMs - Variable in class org.eclipse.jetty.continuation.Servlet3Continuation
Deprecated.
 
_timeoutMs - Variable in class org.eclipse.jetty.server.HttpChannelState
 
_timeoutTask - Variable in class org.eclipse.jetty.server.AsyncContextEvent
 
_timer - Variable in class org.eclipse.jetty.server.session.Session.SessionInactivityTimer
 
_timer - Variable in class org.eclipse.jetty.util.Scanner
 
_timer - Variable in class org.eclipse.jetty.util.thread.TimerScheduler
 
_timeStamp - Variable in class org.eclipse.jetty.server.Request
 
_timeStamp - Variable in class org.eclipse.jetty.util.statistic.RateCounter
 
_timeZone - Variable in class org.eclipse.jetty.server.RequestLogWriter
 
_tmpDir - Variable in class org.eclipse.jetty.http.MultiPartFormInputStream
 
_tmpDir - Variable in class org.eclipse.jetty.util.MultiPartInputStreamParser
Deprecated.
 
_tmpDir - Variable in class org.eclipse.jetty.webapp.WebAppContext
 
_to - Variable in class org.eclipse.jetty.servlet.ErrorPageErrorHandler.ErrorCodeRange
 
_token - Variable in class org.eclipse.jetty.security.SpnegoUserPrincipal
 
_token - Variable in class org.eclipse.jetty.util.QuotedStringTokenizer
 
_top - Variable in class org.eclipse.jetty.xml.XmlParser.Handler
 
_total - Variable in class org.eclipse.jetty.util.statistic.CounterStatistic
 
_total - Variable in class org.eclipse.jetty.util.statistic.RateCounter
 
_total - Variable in class org.eclipse.jetty.util.statistic.SampleStatistic
 
_totalHeaderLineLength - Variable in class org.eclipse.jetty.http.MultiPartParser
 
_totalTimeout - Variable in class org.eclipse.jetty.client.HttpChannel
 
_totalVariance100 - Variable in class org.eclipse.jetty.util.statistic.SampleStatistic
 
_trailers - Variable in class org.eclipse.jetty.http.HttpGenerator
 
_trailers - Variable in class org.eclipse.jetty.http.MetaData
 
_trailers - Variable in class org.eclipse.jetty.server.HttpChannel
 
_trailers - Variable in class org.eclipse.jetty.server.HttpChannelOverHttp
 
_trailers - Variable in class org.eclipse.jetty.server.Response
 
_trailerSupplier - Variable in class org.eclipse.jetty.server.HttpChannel
 
_transformers - Variable in class org.eclipse.jetty.webapp.WebAppClassLoader
 
_transientListeners - Variable in class org.eclipse.jetty.server.HttpChannel
Deprecated.
_transport - Variable in class org.eclipse.jetty.server.HttpChannel
 
_tree - Variable in class org.eclipse.jetty.util.ArrayTernaryTrie
The Trie rows in a single array which allows a lookup of row,character to the next row in the Trie.
_trie - Variable in class org.eclipse.jetty.util.ArrayTernaryTrie.Growing
 
_trimDirectiveWhitespaces - Variable in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
 
_trustAll - Variable in class org.eclipse.jetty.util.ssl.SslContextFactory
 
_trustManagerFactoryAlgorithm - Variable in class org.eclipse.jetty.util.ssl.SslContextFactory
 
_trustStore - Variable in class org.eclipse.jetty.util.security.CertificateValidator
 
_trustStore - Variable in class org.eclipse.jetty.util.ssl.SslContextFactory.Factory
 
_trustStorePassword - Variable in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
Truststore password
_trustStorePassword - Variable in class org.eclipse.jetty.util.ssl.SslContextFactory
 
_trustStorePath - Variable in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
Truststore path
_trustStoreProvider - Variable in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
Truststore provider name
_trustStoreProvider - Variable in class org.eclipse.jetty.util.ssl.SslContextFactory
 
_trustStoreResource - Variable in class org.eclipse.jetty.util.ssl.SslContextFactory
 
_trustStoreType - Variable in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
Truststore type
_trustStoreType - Variable in class org.eclipse.jetty.util.ssl.SslContextFactory
 
_tryExecutor - Variable in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
_tryExecutor - Variable in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
_tryExecutor - Variable in class org.eclipse.jetty.util.thread.strategy.EatWhatYouKill
 
_ts - Variable in class org.eclipse.jetty.security.authentication.DigestAuthenticator.Nonce
 
_type - Variable in enum class org.eclipse.jetty.http.HttpMethod
 
_type - Variable in class org.eclipse.jetty.http.HttpTokens.Token
 
_type - Variable in class org.eclipse.jetty.io.WriteFlusher.State
 
_type - Variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
 
_tzFormat - Variable in class org.eclipse.jetty.util.DateCache
 
_tzFormatString - Variable in class org.eclipse.jetty.util.DateCache
 
_unavailableException - Variable in class org.eclipse.jetty.servlet.ServletHolder.UnavailableServlet
 
_unavailableException - Variable in class org.eclipse.jetty.webapp.WebAppContext
 
_unavailableStart - Variable in class org.eclipse.jetty.servlet.ServletHolder.UnavailableServlet
 
_underflown - Variable in class org.eclipse.jetty.io.ssl.SslConnection
 
_units - Variable in class org.eclipse.jetty.util.statistic.RateStatistic
 
_unknownExpectation - Variable in class org.eclipse.jetty.server.HttpChannelOverHttp
 
_unlock - Variable in class org.eclipse.jetty.util.thread.Locker
 
_unmodifiable - Variable in class org.eclipse.jetty.util.RegexSet
 
_updateable - Variable in class org.eclipse.jetty.io.ManagedSelector
 
_updateKeyAction - Variable in class org.eclipse.jetty.io.ChannelEndPoint
 
_updatePending - Variable in class org.eclipse.jetty.io.ChannelEndPoint
 
_updates - Variable in class org.eclipse.jetty.io.ManagedSelector
 
_upgrade - Variable in class org.eclipse.jetty.server.HttpChannelOverHttp
 
_uri - Variable in class org.eclipse.jetty.http.HttpParser
 
_uri - Variable in class org.eclipse.jetty.http.HttpURI
 
_uri - Variable in class org.eclipse.jetty.http.MetaData.Request
 
_uri - Variable in class org.eclipse.jetty.server.Dispatcher
 
_uri - Variable in class org.eclipse.jetty.servlet.ErrorPageErrorHandler.ErrorCodeRange
 
_uri - Variable in class org.eclipse.jetty.servlet.ServletContextHandler.TagLib
 
_uri - Variable in class org.eclipse.jetty.util.resource.FileResource
Deprecated.
 
_url - Variable in class org.eclipse.jetty.security.JDBCLoginService
 
_url - Variable in class org.eclipse.jetty.util.resource.URLResource
 
_urlPatterns - Variable in class org.eclipse.jetty.servlet.ServletContextHandler.JspPropertyGroup
 
_urlString - Variable in class org.eclipse.jetty.util.resource.URLResource
 
_useCacheForOtherClassLoaders - Variable in class org.eclipse.jetty.jmx.MBeanContainer
 
_useCaches - Variable in class org.eclipse.jetty.util.resource.URLResource
 
_useCipherSuitesOrder - Variable in class org.eclipse.jetty.util.ssl.SslContextFactory
 
_useFileMappedBuffer - Variable in class org.eclipse.jetty.server.CachedContentFactory
 
_useFileMappedBuffer - Variable in class org.eclipse.jetty.servlet.DefaultServlet
 
_useLdaps - Variable in class org.eclipse.jetty.jaas.spi.LdapLoginModule
When true changes the protocol to ldaps
_user - Variable in class org.eclipse.jetty.http.HttpURI
 
_userBaseDn - Variable in class org.eclipse.jetty.jaas.spi.LdapLoginModule
base DN where users are to be searched from
_userDataConstraint - Variable in class org.eclipse.jetty.security.RoleInfo
 
_userIdAttribute - Variable in class org.eclipse.jetty.jaas.spi.LdapLoginModule
attribute that the principal is located
_userIdentity - Variable in class org.eclipse.jetty.security.AbstractUserAuthentication
 
_userIdentity - Variable in class org.eclipse.jetty.security.authentication.ConfigurableSpnegoAuthenticator.UserIdentityHolder
 
_userKey - Variable in class org.eclipse.jetty.security.JDBCLoginService.JDBCUserPrincipal
 
_userName - Variable in class org.eclipse.jetty.jaas.callback.AbstractCallbackHandler
 
_userName - Variable in class org.eclipse.jetty.jaas.spi.UserInfo
 
_userName - Variable in class org.eclipse.jetty.security.JDBCLoginService
 
_userObjectClass - Variable in class org.eclipse.jetty.jaas.spi.LdapLoginModule
object class of a user
_userPasswordAttribute - Variable in class org.eclipse.jetty.jaas.spi.LdapLoginModule
name of the attribute that a users password is stored under
_userPrincipal - Variable in class org.eclipse.jetty.security.DefaultUserIdentity
 
_userRdnAttribute - Variable in class org.eclipse.jetty.jaas.spi.LdapLoginModule
attribute that the principal is located
_userSql - Variable in class org.eclipse.jetty.security.JDBCLoginService
 
_userStore - Variable in class org.eclipse.jetty.security.HashLoginService
 
_userStoreAutoCreate - Variable in class org.eclipse.jetty.security.HashLoginService
 
_userTableKey - Variable in class org.eclipse.jetty.security.JDBCLoginService
 
_userTablePasswordField - Variable in class org.eclipse.jetty.security.JDBCLoginService
 
_usingCookies - Variable in class org.eclipse.jetty.server.session.SessionHandler
 
_usingSecurityManager - Variable in class org.eclipse.jetty.server.handler.ContextHandler
 
_usingURLs - Variable in class org.eclipse.jetty.server.session.SessionHandler
 
_utilParser - Variable in class org.eclipse.jetty.server.MultiParts.MultiPartsUtilParser
 
_validateCerts - Variable in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
Set to true if SSL certificate validation is required
_validateCerts - Variable in class org.eclipse.jetty.util.ssl.SslContextFactory
 
_validatePeerCerts - Variable in class org.eclipse.jetty.util.ssl.SslContextFactory
 
_validateXml - Variable in class org.eclipse.jetty.webapp.MetaData
 
_validating - Variable in class org.eclipse.jetty.webapp.Descriptor
 
_validFrom - Variable in class org.eclipse.jetty.security.authentication.ConfigurableSpnegoAuthenticator.UserIdentityHolder
 
_value - Variable in class org.eclipse.jetty.http.GZIPContentDecoder
 
_value - Variable in class org.eclipse.jetty.http.HttpCookie
 
_value - Variable in class org.eclipse.jetty.http.HttpField
 
_value - Variable in class org.eclipse.jetty.http.QuotedQualityCSV.QualityValue
 
_value - Variable in class org.eclipse.jetty.util.ArrayTernaryTrie
The value (if any) for a Trie row.
_value - Variable in class org.eclipse.jetty.util.ArrayTrie
The value (if any) for a Trie row.
_value - Variable in class org.eclipse.jetty.util.TreeTrie
 
_value - Variable in class org.eclipse.jetty.xml.XmlParser.Attribute
 
_valueOf - Variable in class org.eclipse.jetty.util.ajax.JSONEnumConvertor
 
_values - Variable in class org.eclipse.jetty.http.QuotedCSV
 
_valueString - Variable in class org.eclipse.jetty.http.HttpParser
 
_variables - Variable in class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec
 
_vary - Variable in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
_vary - Variable in class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor
 
_vconnectors - Variable in class org.eclipse.jetty.server.handler.ContextHandler
 
_verbose - Variable in class org.eclipse.jetty.servlet.Invoker
 
_version - Variable in class org.eclipse.jetty.http.HttpCookie
 
_version - Variable in class org.eclipse.jetty.http.HttpParser
 
_version - Variable in enum class org.eclipse.jetty.http.HttpVersion
 
_vhost - Variable in class org.eclipse.jetty.server.session.SessionContext
 
_vhost - Variable in class org.eclipse.jetty.server.session.SessionData
 
_vhosts - Variable in class org.eclipse.jetty.server.handler.ContextHandler
 
_vhostswildcard - Variable in class org.eclipse.jetty.server.handler.ContextHandler
 
_virtualHostColumn - Variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
_visitors - Variable in class org.eclipse.jetty.webapp.IterativeDescriptorProcessor
 
_waitingForContent - Variable in class org.eclipse.jetty.server.HttpInput
 
_wakeup - Variable in class org.eclipse.jetty.io.CyclicTimeout.Timeout
 
_wantClientAuth - Variable in class org.eclipse.jetty.util.ssl.SslContextFactory
 
_war - Variable in class org.eclipse.jetty.webapp.WebAppContext
 
_warned - Variable in class org.eclipse.jetty.servlet.NoJspServlet
 
_warnedFull - Variable in class org.eclipse.jetty.server.AsyncRequestLogWriter
 
_warnMAA - Variable in class org.eclipse.jetty.util.log.LoggerLog
 
_warnMT - Variable in class org.eclipse.jetty.util.log.LoggerLog
 
_weakRandom - Variable in class org.eclipse.jetty.server.session.DefaultSessionIdManager
 
_webDefaultsRoot - Variable in class org.eclipse.jetty.webapp.MetaData
 
_webFragmentNameMap - Variable in class org.eclipse.jetty.webapp.MetaData
 
_webFragmentResourceMap - Variable in class org.eclipse.jetty.webapp.MetaData
 
_webFragmentRoots - Variable in class org.eclipse.jetty.webapp.MetaData
 
_webInfClasses - Variable in class org.eclipse.jetty.webapp.MetaData
 
_webInfJars - Variable in class org.eclipse.jetty.webapp.MetaData
 
_webOverrideRoots - Variable in class org.eclipse.jetty.webapp.MetaData
 
_webXmlRoot - Variable in class org.eclipse.jetty.webapp.MetaData
 
_welcomeExactServlets - Variable in class org.eclipse.jetty.servlet.DefaultServlet
 
_welcomeFactory - Variable in class org.eclipse.jetty.server.ResourceService
 
_welcomeFiles - Variable in class org.eclipse.jetty.server.handler.ContextHandler
 
_welcomes - Variable in class org.eclipse.jetty.server.handler.ResourceHandler
 
_welcomes - Variable in class org.eclipse.jetty.servlet.DefaultServlet
 
_welcomeServlets - Variable in class org.eclipse.jetty.servlet.DefaultServlet
 
_white - Variable in class org.eclipse.jetty.server.handler.IPAccessHandler
Deprecated.
 
_whiteListByPath - Variable in class org.eclipse.jetty.server.handler.IPAccessHandler
Deprecated.
 
_wildFilterNameMappings - Variable in class org.eclipse.jetty.servlet.ServletHandler
 
_wilds - Variable in class org.eclipse.jetty.util.ssl.X509
 
_workerAttr - Variable in class org.eclipse.jetty.server.session.DefaultSessionIdManager
 
_workerName - Variable in class org.eclipse.jetty.server.session.DefaultSessionIdManager
 
_workerName - Variable in class org.eclipse.jetty.server.session.SessionContext
 
_wrappedServlet - Variable in class org.eclipse.jetty.servlet.ServletHolder.Wrapper
 
_writeBlocker - Variable in class org.eclipse.jetty.server.HttpOutput
 
_writeFilesWithFilenames - Variable in class org.eclipse.jetty.http.MultiPartFormInputStream
 
_writeFilesWithFilenames - Variable in class org.eclipse.jetty.util.MultiPartInputStreamParser
Deprecated.
 
_writeFlusher - Variable in class org.eclipse.jetty.io.AbstractEndPoint
 
_writeListener - Variable in class org.eclipse.jetty.server.HttpOutput
 
_writer - Variable in class org.eclipse.jetty.io.WriterOutputStream
 
_writer - Variable in class org.eclipse.jetty.server.RequestLogWriter
 
_writer - Variable in class org.eclipse.jetty.server.Response
 
_writer - Variable in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
_written - Variable in class org.eclipse.jetty.server.HttpChannel
Bytes written after interception (eg after compression)
_written - Variable in class org.eclipse.jetty.server.HttpOutput
 
_x - Variable in class org.eclipse.jetty.http.HttpTokens.Token
 
_x509 - Variable in class org.eclipse.jetty.util.ssl.X509
 
_xml - Variable in class org.eclipse.jetty.webapp.Descriptor
 
_xpath - Variable in class org.eclipse.jetty.xml.XmlParser
 
_xpaths - Variable in class org.eclipse.jetty.xml.XmlParser
 
_zoneId - Variable in class org.eclipse.jetty.util.DateCache
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form