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

A

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.
abortResponse() - Method in class org.eclipse.jetty.server.HttpChannelState
 
AbstractConnectionFactory - Class in org.eclipse.jetty.server
Provides the common handling for ConnectionFactory implementations.
AbstractConnectionFactory(String) - Constructor for class org.eclipse.jetty.server.AbstractConnectionFactory
 
AbstractConnectionFactory(String...) - Constructor for class org.eclipse.jetty.server.AbstractConnectionFactory
 
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
 
AbstractConnectorMBean - Class in org.eclipse.jetty.server.jmx
 
AbstractConnectorMBean(Object) - Constructor for class org.eclipse.jetty.server.jmx.AbstractConnectorMBean
 
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
 
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
 
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
 
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
 
accepted(SelectableChannel) - Method in class org.eclipse.jetty.server.ServerConnector.ServerConnectorManager
 
AcceptRateLimit - Class in org.eclipse.jetty.server
A Listener that limits the rate at which new connections are accepted
AcceptRateLimit(int, long, TimeUnit, Connector...) - Constructor for class org.eclipse.jetty.server.AcceptRateLimit
 
AcceptRateLimit(int, long, TimeUnit, Server) - Constructor for class org.eclipse.jetty.server.AcceptRateLimit
 
access(long) - Method in class org.eclipse.jetty.server.session.Session
 
access(HttpSession, boolean) - Method in class org.eclipse.jetty.server.session.SessionHandler
Called by the SessionHandler when a session is first accessed by a request.
acquireWriteBlockingCallback() - Method in class org.eclipse.jetty.server.HttpOutput
 
adaptTo(DatabaseMetaData) - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
 
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(InetAccessSet.PatternTuple) - Method in class org.eclipse.jetty.server.handler.InetAccessSet
 
addAliasCheck(ContextHandler.AliasCheck) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Add an AliasCheck instance to possibly permit aliased resources
addBeanToAllConnectors(Object) - Method in class org.eclipse.jetty.server.Server
Add a bean to all connectors on the server.
addConnectionFactory(ConnectionFactory) - Method in class org.eclipse.jetty.server.AbstractConnector
 
addConnector(Connector) - Method in class org.eclipse.jetty.server.Server
 
addCookie(Cookie) - Method in class org.eclipse.jetty.server.Response
 
addCookie(Cookie) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
addCookie(String, String, String, String, int, String) - Method in class org.eclipse.jetty.server.Cookies
 
addCookie(HttpCookie) - Method in class org.eclipse.jetty.server.Response
 
addCookieField(String) - Method in class org.eclipse.jetty.server.Cookies
 
addCustomizer(HttpConfiguration.Customizer) - Method in class org.eclipse.jetty.server.HttpConfiguration
Adds a HttpConfiguration.Customizer that is invoked for every request received.
addDateHeader(String, long) - Method in class org.eclipse.jetty.server.Response
 
addDateHeader(String, long) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
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.
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.
addFilter(String, Filter) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
 
addFilter(String, Class<? extends Filter>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
 
addFilter(String, String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
 
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
addHandler(Handler) - Method in class org.eclipse.jetty.server.handler.HandlerCollection
Adds a handler.
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
 
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.
addInterceptor(HttpInput.Interceptor) - Method in class org.eclipse.jetty.server.HttpInput
Set the HttpInput.Interceptor, chaining it to the existing one if an HttpInput.Interceptor is already set.
addIntHeader(String, int) - Method in class org.eclipse.jetty.server.Response
 
addIntHeader(String, int) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
addJspFile(String, String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
 
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(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(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
addListener(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
 
addListener(HttpChannel.Listener) - Method in class org.eclipse.jetty.server.HttpChannel
Deprecated.
addListener(T) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
addListener(T) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
 
addLocaleEncoding(String, String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
addLowResourceCheck(LowResourceMonitor.LowResourceCheck) - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
addProgrammaticListener(EventListener) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Apply any necessary restrictions on a programmatic added listener.
addRequestLog(RequestLog) - Method in class org.eclipse.jetty.server.HttpChannel
 
addServlet(String, Servlet) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
 
addServlet(String, Class<? extends Servlet>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
 
addServlet(String, String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
 
addThrowable(Throwable) - Method in class org.eclipse.jetty.server.AsyncContextEvent
 
addToAllConnectors(Server) - Static method in class org.eclipse.jetty.server.ServerConnectionStatistics
Deprecated.
addVirtualHosts(String[]) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Either set virtual hosts or add to an existing set of virtual hosts.
AFTER_NAME - org.eclipse.jetty.server.MultiPartParser.FieldState
 
age(long, TimeUnit) - Method in class org.eclipse.jetty.server.AcceptRateLimit
 
AHW_ATTR - Static variable in class org.eclipse.jetty.server.handler.AsyncDelayHandler
 
AllowSymLinkAliasChecker - Class in org.eclipse.jetty.server.handler
Symbolic Link AliasChecker.
AllowSymLinkAliasChecker() - Constructor for class org.eclipse.jetty.server.handler.AllowSymLinkAliasChecker
 
ApproveAliases() - Constructor for class org.eclipse.jetty.server.handler.ContextHandler.ApproveAliases
 
ApproveNonExistentDirectoryAliases() - Constructor for class org.eclipse.jetty.server.handler.ContextHandler.ApproveNonExistentDirectoryAliases
 
ASYNC_DISPATCH - org.eclipse.jetty.server.HttpChannelState.Action
 
ASYNC_ERROR - org.eclipse.jetty.server.HttpChannelState.Action
 
ASYNC_TIMEOUT - org.eclipse.jetty.server.HttpChannelState.Action
 
AsyncContextEvent - Class in org.eclipse.jetty.server
 
AsyncContextEvent(ContextHandler.Context, AsyncContextState, HttpChannelState, Request, ServletRequest, ServletResponse) - Constructor for class org.eclipse.jetty.server.AsyncContextEvent
 
AsyncContextEvent(ContextHandler.Context, AsyncContextState, HttpChannelState, Request, ServletRequest, ServletResponse, HttpURI) - Constructor for class org.eclipse.jetty.server.AsyncContextEvent
 
AsyncContextState - Class in org.eclipse.jetty.server
 
AsyncContextState(HttpChannelState) - Constructor for class org.eclipse.jetty.server.AsyncContextState
 
AsyncContextState.WrappedAsyncListener - Class in org.eclipse.jetty.server
 
AsyncDelayHandler - Class in org.eclipse.jetty.server.handler
A handler wrapper that provides the framework to asynchronously delay the handling of a request.
AsyncDelayHandler() - Constructor for class org.eclipse.jetty.server.handler.AsyncDelayHandler
 
asyncError(Throwable) - Method in class org.eclipse.jetty.server.HttpChannelState
 
asyncReadFillInterested() - Method in class org.eclipse.jetty.server.HttpConnection
 
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
 
attributeAdded(ServletContextAttributeEvent) - Method in class org.eclipse.jetty.server.handler.ManagedAttributeListener
 
attributeRemoved(ServletContextAttributeEvent) - Method in class org.eclipse.jetty.server.handler.ManagedAttributeListener
 
attributeReplaced(ServletContextAttributeEvent) - Method in class org.eclipse.jetty.server.handler.ManagedAttributeListener
 
authenticate(HttpServletResponse) - Method in class org.eclipse.jetty.server.Request
 
authenticate(HttpServletResponse) - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
authenticate(ServletRequest) - Method in interface org.eclipse.jetty.server.Authentication.Deferred
Authenticate if possible without sending a challenge.
authenticate(ServletRequest, ServletResponse) - Method in interface org.eclipse.jetty.server.Authentication.Deferred
Authenticate and possibly send a challenge.
Authentication - Interface in org.eclipse.jetty.server
The Authentication state of a request.
Authentication.Challenge - Interface in org.eclipse.jetty.server
An Authentication Challenge has been sent.
Authentication.Deferred - Interface in org.eclipse.jetty.server
A deferred authentication with methods to progress the authentication process.
Authentication.Failed - Exception in org.eclipse.jetty.server
 
Authentication.Failure - Interface in org.eclipse.jetty.server
An Authentication Failure has been sent.
Authentication.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.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
available() - Method in interface org.eclipse.jetty.server.ContentProducer
Get the byte count that can immediately be read from this ContentProducer instance or the underlying HttpChannel.
available() - Method in class org.eclipse.jetty.server.HttpInput
 
AVAILABLE - org.eclipse.jetty.server.handler.ContextHandler.Availability
 

B

badMessage(BadMessageException) - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
 
badMessageError(int, String, HttpFields.Mutable) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
Bad Message Error body
beginInvalidate() - Method in class org.eclipse.jetty.server.session.Session
 
bindValue(String, Object) - Method in class org.eclipse.jetty.server.session.Session
Bind value if value implements HttpSessionBindingListener (calls HttpSessionBindingListener.valueBound(HttpSessionBindingEvent))
BODY_PART - org.eclipse.jetty.server.MultiPartParser.State
 
BREAK_EVEN_GZIP_SIZE - Static variable in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
BufferedResponseHandler - Class in org.eclipse.jetty.server.handler
A Handler that can apply a HttpOutput.Interceptor mechanism to buffer the entire response content until the output is closed.
BufferedResponseHandler() - Constructor for class org.eclipse.jetty.server.handler.BufferedResponseHandler
 
BufferedResponseHandler.BufferedInterceptor - Interface in org.eclipse.jetty.server.handler
An HttpOutput.Interceptor which is created by BufferedResponseHandler.newBufferedInterceptor(HttpChannel, Interceptor) and is used by the implementation to buffer outgoing content.

C

CachedContentFactory - Class in org.eclipse.jetty.server
 
CachedContentFactory(CachedContentFactory, ResourceFactory, MimeTypes, boolean, boolean, CompressedContentFormat[]) - Constructor for class org.eclipse.jetty.server.CachedContentFactory
Constructor.
CachedContentFactory.CachedHttpContent - Class in org.eclipse.jetty.server
MetaData associated with a context Resource.
CachedContentFactory.CachedPrecompressedHttpContent - Class in org.eclipse.jetty.server
 
CachingSessionDataStore - Class in org.eclipse.jetty.server.session
CachingSessionDataStore A SessionDataStore is a mechanism for (persistently) storing data associated with sessions.
CachingSessionDataStore(SessionDataMap, SessionDataStore) - Constructor for class org.eclipse.jetty.server.session.CachingSessionDataStore
 
CachingSessionDataStoreFactory - Class in org.eclipse.jetty.server.session
CachingSessionDataStoreFactory
CachingSessionDataStoreFactory() - Constructor for class org.eclipse.jetty.server.session.CachingSessionDataStoreFactory
 
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.
callContextDestroyed(ServletContextListener, ServletContextEvent) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
callContextInitialized(ServletContextListener, ServletContextEvent) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
callSessionAttributeListeners(String, Object, Object) - Method in class org.eclipse.jetty.server.session.Session
Call binding and attribute listeners based on the new and old values of the attribute.
callSessionCreatedListeners(Session) - Method in class org.eclipse.jetty.server.session.SessionHandler
Call the session lifecycle listeners in the order they were added.
callSessionDestroyedListeners(Session) - Method in class org.eclipse.jetty.server.session.SessionHandler
Call the session lifecycle listeners in the reverse order they were added.
callSessionIdListeners(Session, String) - Method in class org.eclipse.jetty.server.session.SessionHandler
 
cancel() - Method in class org.eclipse.jetty.server.session.Session.SessionInactivityTimer
 
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
 
changeSessionId() - Method in class org.eclipse.jetty.server.Request
 
changeSessionId() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
CHANGING - org.eclipse.jetty.server.session.Session.IdState
 
CHANGING - org.eclipse.jetty.server.session.Session.State
 
check() - Method in class org.eclipse.jetty.server.ConnectionLimit
 
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
 
checkAndPrepareUpgrade() - Method in class org.eclipse.jetty.server.HttpChannel
Checks whether the processing of the request resulted in an upgrade, and if so performs upgrade preparation steps before the upgrade response is sent back to the client.
checkAndPrepareUpgrade() - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
 
checkContext(String, Request, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
checkContextPath(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
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.
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.
checkListener(Class<? extends EventListener>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
checkMinDataRate() - Method in interface org.eclipse.jetty.server.ContentProducer
Check if the current data rate consumption is above the minimal rate.
checkRequestedSessionId(Request, HttpServletRequest) - Method in class org.eclipse.jetty.server.session.SessionHandler
Look for a requested session ID in cookies and URI parameters
checkStarted() - Method in class org.eclipse.jetty.server.session.AbstractSessionDataStore
 
checkValidForRead() - Method in class org.eclipse.jetty.server.session.Session
Chech that the session data can be read.
checkValidForWrite() - Method in class org.eclipse.jetty.server.session.Session
Check that the session can be modified.
checkVirtualHost(Request) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
ClassLoaderDump - Class in org.eclipse.jetty.server
 
ClassLoaderDump(ClassLoader) - Constructor for class org.eclipse.jetty.server.ClassLoaderDump
 
clean() - Method in class org.eclipse.jetty.server.session.SessionData
Clear all dirty flags.
cleanOrphans(long) - Method in class org.eclipse.jetty.server.session.AbstractSessionDataStore
Remove all sessions for any context that expired at or before the given time.
cleanUp() - Method in class org.eclipse.jetty.server.MultiPartFormInputStream.MultiPart
Only remove tmp files.
clear() - Method in class org.eclipse.jetty.server.handler.InetAccessHandler
Clears all the includes, excludes, included connector names and excluded connector names.
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.handler.ContextHandler
 
clearAttributes() - Method in class org.eclipse.jetty.server.Server
 
clearAttributes() - Method in class org.eclipse.jetty.server.ServletAttributes
 
clearConnectionFactories() - Method in class org.eclipse.jetty.server.AbstractConnector
 
clearError() - Method in class org.eclipse.jetty.server.ResponseWriter
 
clearLowResources() - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
close() - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
 
close() - Method in class org.eclipse.jetty.server.HttpOutput
 
close() - Method in class org.eclipse.jetty.server.HttpWriter
 
close() - Method in class org.eclipse.jetty.server.MultiPartFormInputStream.MultiPart
 
close() - Method in class org.eclipse.jetty.server.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.ResponseWriter
 
close() - Method in class org.eclipse.jetty.server.ServerConnector
 
close(Throwable) - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
closeOutput() - Method in class org.eclipse.jetty.server.Response
 
Collection(RequestLog...) - Constructor for class org.eclipse.jetty.server.RequestLog.Collection
 
commit(HttpSession) - Method in class org.eclipse.jetty.server.session.SessionHandler
Called when a response is about to be committed.
commit(ByteBuffer, boolean, Callback) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor
 
commit(MetaData.Response) - Method in class org.eclipse.jetty.server.HttpChannel
 
commit(Session) - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
A response that has accessed this session is about to be returned to the client.
commit(Session) - Method in interface org.eclipse.jetty.server.session.SessionCache
Called when a response is about to be committed.
commitResponse() - Method in class org.eclipse.jetty.server.HttpChannelState
 
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(HttpSession) - Method in class org.eclipse.jetty.server.session.SessionHandler
Called when a request is finally leaving a session.
complete(Callback) - Method in class org.eclipse.jetty.server.HttpOutput
 
complete(Callback) - Method in class org.eclipse.jetty.server.HttpWriter
 
complete(Callback) - Method in class org.eclipse.jetty.server.ResponseWriter
 
COMPLETE - org.eclipse.jetty.server.HttpChannelState.Action
 
completed() - Method in class org.eclipse.jetty.server.AsyncContextEvent
 
completed(Throwable) - Method in class org.eclipse.jetty.server.HttpChannelState
 
completed(Throwable) - Method in class org.eclipse.jetty.server.HttpOutput
Called to indicate that the request cycle has been completed.
completeOutput() - Method in class org.eclipse.jetty.server.Response
Deprecated.
completeOutput(Callback) - Method in class org.eclipse.jetty.server.Response
 
completeResponse() - Method in class org.eclipse.jetty.server.HttpChannelState
 
completing() - Method in class org.eclipse.jetty.server.HttpChannelState
 
configure(Socket) - Method in class org.eclipse.jetty.server.ServerConnector
 
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(Connector) - Method in interface org.eclipse.jetty.server.ConnectionFactory.Configuring
Called during LifeCycle.start().
configure(Connector) - Method in class org.eclipse.jetty.server.SslConnectionFactory
 
connect() - Method in class org.eclipse.jetty.server.LocalConnector
 
CONNECTION_CLOSE - Static variable in class org.eclipse.jetty.server.HttpConnection
 
ConnectionFactory - Interface in org.eclipse.jetty.server
A Factory to create Connection instances for Connectors.
ConnectionFactory.Configuring - Interface in org.eclipse.jetty.server
A ConnectionFactory that can configure the connector.
ConnectionFactory.Detecting - Interface in org.eclipse.jetty.server
Connections created by this factory MUST implement Connection.UpgradeTo.
ConnectionFactory.Detecting.Detection - Enum in org.eclipse.jetty.server
The possible outcomes of the ConnectionFactory.Detecting.detect(ByteBuffer) method.
ConnectionFactory.Upgrading - Interface in org.eclipse.jetty.server
 
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
 
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.
ConnectorsThreadPoolLowResourceCheck() - Constructor for class org.eclipse.jetty.server.LowResourceMonitor.ConnectorsThreadPoolLowResourceCheck
 
consumeAll() - Method in interface org.eclipse.jetty.server.ContentProducer
Fail all content currently available in this ContentProducer instance as well as in the underlying HttpChannel.
consumeAll() - Method in class org.eclipse.jetty.server.HttpInput
 
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.
containsHeader(String) - Method in class org.eclipse.jetty.server.Response
 
containsHeader(String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
content(ByteBuffer) - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
 
content(ByteBuffer, boolean) - Method in interface org.eclipse.jetty.server.MultiPartParser.Handler
 
Content(ByteBuffer) - Constructor for class org.eclipse.jetty.server.HttpInput.Content
 
contentComplete() - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
 
ContentProducer - Interface in org.eclipse.jetty.server
ContentProducer is the bridge between HttpInput and HttpChannel.
Context() - Constructor for class org.eclipse.jetty.server.handler.ContextHandler.Context
 
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
 
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 in org.eclipse.jetty.server.handler
 
ContextHandler.Context - Class in org.eclipse.jetty.server.handler
Context.
ContextHandler.ContextScopeListener - Interface in org.eclipse.jetty.server.handler
Listener for all threads entering context scope, including async IO callbacks
ContextHandler.ContextStatus - Enum in org.eclipse.jetty.server.handler
 
ContextHandler.StaticContext - Class in org.eclipse.jetty.server.handler
A simple implementation of ServletContext that is used when there is no ContextHandler.
ContextHandlerCollection - Class in org.eclipse.jetty.server.handler
This HandlerCollection is creates a Map of contexts to it's contained handlers based on the context path and virtual hosts of any contained ContextHandlers.
ContextHandlerCollection() - Constructor for class org.eclipse.jetty.server.handler.ContextHandlerCollection
 
ContextHandlerCollection(ContextHandler...) - Constructor for class org.eclipse.jetty.server.handler.ContextHandlerCollection
 
ContextHandlerMBean - Class in org.eclipse.jetty.server.handler.jmx
 
ContextHandlerMBean(Object) - Constructor for class org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean
 
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
 
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.
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.
CookieConfig() - Constructor for class org.eclipse.jetty.server.session.SessionHandler.CookieConfig
 
Cookies - Class in org.eclipse.jetty.server
Cookie parser
Cookies() - Constructor for class org.eclipse.jetty.server.Cookies
 
Cookies(CookieCompliance, ComplianceViolation.Listener) - Constructor for class org.eclipse.jetty.server.Cookies
 
cookieSet() - Method in class org.eclipse.jetty.server.session.Session
 
copy(SessionData) - Method in class org.eclipse.jetty.server.session.SessionData
Copy the info from the given sessiondata
COUNTER - Static variable in class org.eclipse.jetty.server.session.DefaultSessionIdManager
 
createFile() - Method in class org.eclipse.jetty.server.MultiPartFormInputStream.MultiPart
 
createFilter(Class<T>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
 
createInstance(Class<T>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
 
createListener(Class<T>) - Method in class org.eclipse.jetty.server.AsyncContextState
 
createListener(Class<T>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
 
createServlet(Class<T>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
 
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, Request) - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
Customizes the request attributes to be set for SSL requests.
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() - Constructor for class org.eclipse.jetty.server.CustomRequestLog
 
CustomRequestLog(String) - Constructor for class org.eclipse.jetty.server.CustomRequestLog
 
CustomRequestLog(String, String) - Constructor for class org.eclipse.jetty.server.CustomRequestLog
 
CustomRequestLog(RequestLog.Writer, String) - Constructor for class org.eclipse.jetty.server.CustomRequestLog
 

D

DatabaseAdaptor - Class in org.eclipse.jetty.server.session
DatabaseAdaptor Handles differences between databases.
DatabaseAdaptor() - Constructor for class org.eclipse.jetty.server.session.DatabaseAdaptor
 
DebugHandler - Class in org.eclipse.jetty.server.handler
Debug Handler.
DebugHandler() - Constructor for class org.eclipse.jetty.server.handler.DebugHandler
 
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
 
declareRoles(String...) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
declareRoles(String...) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
 
DEFAULT_DATE_FORMAT - Static variable in class org.eclipse.jetty.server.CustomRequestLog
 
DEFAULT_GRACE_PERIOD_SEC - Static variable in class org.eclipse.jetty.server.session.AbstractSessionDataStore
 
DEFAULT_LISTENER_TYPE_INDEX - Static variable in class org.eclipse.jetty.server.handler.ContextHandler
 
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_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_SAVE_PERIOD_SEC - Static variable in class org.eclipse.jetty.server.session.AbstractSessionDataStore
 
DEFAULT_SESSION_TRACKING_MODES - Static variable in class org.eclipse.jetty.server.session.SessionHandler
 
DEFAULT_TRACKING - Static variable in class org.eclipse.jetty.server.session.SessionHandler
 
DefaultHandler - Class in org.eclipse.jetty.server.handler
Default Handler.
DefaultHandler() - Constructor for class org.eclipse.jetty.server.handler.DefaultHandler
 
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
 
DEFLATE - Static variable in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
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.
delete() - Method in class org.eclipse.jetty.server.MultiPartFormInputStream.MultiPart
Remove the file, whether or not Part.write() was called on it (ie no longer temporary)
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
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.server.MultiPartFormInputStream
Delete any tmp storage for parts, and clear out the parts list.
DELIMITER - org.eclipse.jetty.server.MultiPartParser.State
 
DELIMITER_CLOSE - org.eclipse.jetty.server.MultiPartParser.State
 
DELIMITER_PADDING - org.eclipse.jetty.server.MultiPartParser.State
 
deployHandler(Handler, Callback) - Method in class org.eclipse.jetty.server.handler.ContextHandlerCollection
Thread safe deploy of a Handler.
deregister(LifeCycle) - Static method in class org.eclipse.jetty.server.ShutdownMonitor
 
deserializeAttributes(SessionData, ObjectInputStream) - Static method in class org.eclipse.jetty.server.session.SessionData
De-serialize the attribute map of a session.
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.session.Session.SessionInactivityTimer
 
DESTROYED - org.eclipse.jetty.server.handler.ContextHandler.ContextStatus
 
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.SslConnectionFactory
 
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).
didActivate() - Method in class org.eclipse.jetty.server.session.Session
Call the activation listeners.
dispatch() - Method in class org.eclipse.jetty.server.AsyncContextState
 
dispatch(ServletContext, String) - Method in class org.eclipse.jetty.server.AsyncContextState
 
dispatch(ServletContext, String) - Method in class org.eclipse.jetty.server.HttpChannelState
 
dispatch(String) - Method in class org.eclipse.jetty.server.AsyncContextState
 
DISPATCH - org.eclipse.jetty.server.HttpChannelState.Action
 
Dispatcher - Class in org.eclipse.jetty.server
 
Dispatcher(ContextHandler, String) - Constructor for class org.eclipse.jetty.server.Dispatcher
 
Dispatcher(ContextHandler, HttpURI, String) - Constructor for class org.eclipse.jetty.server.Dispatcher
 
doCheckExpired(Set<String>, long) - Method in class org.eclipse.jetty.server.session.AbstractSessionDataStore
Implemented by subclasses to resolve which sessions in this context that are being managed by this node that should be expired.
doCheckExpired(Set<String>, long) - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
Check to see which sessions have expired.
doCheckExpired(Set<String>, long) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore
 
doCheckExpired(Set<String>, long) - Method in class org.eclipse.jetty.server.session.NullSessionDataStore
 
doCleanOrphans(long) - Method in class org.eclipse.jetty.server.session.AbstractSessionDataStore
Implemented by subclasses to delete sessions for other contexts that expired at or before the timeLimit.
doCleanOrphans(long) - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
 
doCleanOrphans(long) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore
 
doCleanOrphans(long) - Method in class org.eclipse.jetty.server.session.NullSessionDataStore
 
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.
doExists(String) - Method in class org.eclipse.jetty.server.session.AbstractSessionDataStore
Check if a session for the given id exists.
doExists(String) - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
 
doExists(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore
 
doExists(String) - Method in class org.eclipse.jetty.server.session.NullSessionDataStore
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.ResourceService
 
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
 
doGetExpired(long) - Method in class org.eclipse.jetty.server.session.AbstractSessionDataStore
Implemented by subclasses to find sessions for this context in the store that expired at or before the time limit and thus not being actively managed by any node.
doGetExpired(long) - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
 
doGetExpired(long) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore
 
doGetExpired(long) - 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
 
doInsert(String, SessionData) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore
 
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
 
doNonErrorHandle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.AbstractHandler.ErrorDispatchHandler
Deprecated.
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
 
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
 
doSessionAttributeListeners(Session, String, Object, Object) - Method in class org.eclipse.jetty.server.session.SessionHandler
 
doShutdown(Request, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ShutdownHandler
 
doShutdownOutput() - Method in class org.eclipse.jetty.server.LocalConnector.LocalEndPoint
 
doStart() - Method in class org.eclipse.jetty.server.AbstractConnector
 
doStart() - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
 
doStart() - Method in class org.eclipse.jetty.server.AcceptRateLimit
 
doStart() - Method in class org.eclipse.jetty.server.AsyncRequestLogWriter
 
doStart() - Method in class org.eclipse.jetty.server.ConnectionLimit
 
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
 
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.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
 
doStop() - Method in class org.eclipse.jetty.server.AbstractConnector
 
doStop() - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
 
doStop() - Method in class org.eclipse.jetty.server.AcceptRateLimit
 
doStop() - Method in class org.eclipse.jetty.server.AsyncRequestLogWriter
 
doStop() - Method in class org.eclipse.jetty.server.ConnectionLimit
 
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
 
doStop() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
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.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
 
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
 
doUpdate(String, SessionData) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore
 
dump() - Method in class org.eclipse.jetty.server.ClassLoaderDump
 
dump() - Method in class org.eclipse.jetty.server.HttpConfiguration
 
dump(Appendable, String) - Method in class org.eclipse.jetty.server.ClassLoaderDump
 
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.HttpConfiguration
 
dump(Appendable, String) - Method in class org.eclipse.jetty.server.Server
 

E

earlyEOF() - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
 
earlyEOF() - Method in interface org.eclipse.jetty.server.MultiPartParser.Handler
 
enableLowOnResources(boolean, boolean) - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
encodeRedirectUrl(String) - Method in class org.eclipse.jetty.server.Response
Deprecated.
encodeRedirectUrl(String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
Deprecated.
encodeRedirectURL(String) - Method in class org.eclipse.jetty.server.Response
 
encodeRedirectURL(String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
encodeUrl(String) - Method in class org.eclipse.jetty.server.Response
Deprecated.
encodeUrl(String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
Deprecated.
encodeURL(String) - Method in class org.eclipse.jetty.server.Response
 
encodeURL(String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
EncodingHttpWriter - Class in org.eclipse.jetty.server
 
EncodingHttpWriter(HttpOutput, String) - Constructor for class org.eclipse.jetty.server.EncodingHttpWriter
 
END - org.eclipse.jetty.server.MultiPartParser.State
 
endHandling(Request) - Method in class org.eclipse.jetty.server.handler.AsyncDelayHandler
Called to indicated the handling of the request is ending.
endPointClosed(EndPoint) - Method in class org.eclipse.jetty.server.ServerConnector.ServerConnectorManager
 
endPointOpened(EndPoint) - Method in class org.eclipse.jetty.server.ServerConnector.ServerConnectorManager
 
ensureConsumeAllOrNotPersistent() - Method in class org.eclipse.jetty.server.HttpChannel
 
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.
eof() - Method in class org.eclipse.jetty.server.HttpChannel
Mark the channel's input as EOF.
eof() - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
 
EofContent() - Constructor for class org.eclipse.jetty.server.HttpInput.EofContent
 
EPILOGUE - org.eclipse.jetty.server.MultiPartParser.State
 
equals(Object) - Method in class org.eclipse.jetty.server.InclusiveByteRange
 
error(ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.server.Dispatcher
 
ERROR_CONTEXT - Static variable in class org.eclipse.jetty.server.handler.ErrorHandler
 
ERROR_PAGE - Static variable in class org.eclipse.jetty.server.handler.ErrorHandler
 
errorClose() - Method in class org.eclipse.jetty.server.Response
 
ErrorContent(Throwable) - Constructor for class org.eclipse.jetty.server.HttpInput.ErrorContent
 
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
 
errorPageForMethod(String) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
ETAG_HEADERS - Static variable in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
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
 
exclude(String) - Method in class org.eclipse.jetty.server.handler.InetAccessHandler
Excludes an InetAccess entry pattern with an optional connector name, address and URI mapping.
exclude(String) - Method in class org.eclipse.jetty.server.handler.ThreadLimitHandler
 
exclude(String...) - Method in class org.eclipse.jetty.server.handler.InetAccessHandler
Excludes InetAccess patterns
exclude(String, String, PathSpec) - Method in class org.eclipse.jetty.server.handler.InetAccessHandler
Excludes an InetAccess entry.
excludeConnector(String) - Method in class org.eclipse.jetty.server.handler.InetAccessHandler
Deprecated.
excludeConnectors(String...) - Method in class org.eclipse.jetty.server.handler.InetAccessHandler
Deprecated.
execute(Runnable) - Method in class org.eclipse.jetty.server.HttpChannel
 
execute(Runnable) - Method in class org.eclipse.jetty.server.LocalConnector.LocalEndPoint
 
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.
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.AbstractSessionDataStore
 
exists(String) - Method in class org.eclipse.jetty.server.session.CachingSessionDataStore
 
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.
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
 
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
 
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.
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
 
extractFormParameters(MultiMap<String>) - Method in class org.eclipse.jetty.server.Request
 

F

failAllContent(Throwable) - Method in class org.eclipse.jetty.server.HttpChannel
Fail all content that is currently stored within the channel.
failAllContent(Throwable) - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
 
failed(Throwable) - Method in class org.eclipse.jetty.server.HttpChannel
Fail the channel's input.
failed(Throwable) - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
 
failed(Throwable) - Method in class org.eclipse.jetty.server.HttpInput.WrappingContent
 
Failed(String) - Constructor for exception org.eclipse.jetty.server.Authentication.Failed
 
FIELD - org.eclipse.jetty.server.MultiPartParser.FieldState
 
FileBufferedResponseHandler - Class in org.eclipse.jetty.server.handler
A Handler that can apply a HttpOutput.Interceptor mechanism to buffer the entire response content until the output is closed.
FileBufferedResponseHandler() - Constructor for class org.eclipse.jetty.server.handler.FileBufferedResponseHandler
 
FileSessionDataStore - Class in org.eclipse.jetty.server.session
FileSessionDataStore A file-based store of session data.
FileSessionDataStore() - Constructor for class org.eclipse.jetty.server.session.FileSessionDataStore
 
FileSessionDataStoreFactory - Class in org.eclipse.jetty.server.session
FileSessionDataStoreFactory
FileSessionDataStoreFactory() - Constructor for class org.eclipse.jetty.server.session.FileSessionDataStoreFactory
 
fill(ByteBuffer) - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
fillInterested(Callback) - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
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
 
findNextProtocol(Connector) - Method in class org.eclipse.jetty.server.AbstractConnectionFactory
 
findNextProtocol(Connector, String) - Static method in class org.eclipse.jetty.server.AbstractConnectionFactory
 
findRequestName(ServletRequest) - Method in class org.eclipse.jetty.server.DebugListener
 
finishInvalidate() - Method in class org.eclipse.jetty.server.session.Session
Call HttpSessionAttributeListeners as part of invalidating a Session.
FIRST_OCTETS - org.eclipse.jetty.server.MultiPartParser.State
 
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(ByteBuffer...) - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
flushBuffer() - Method in class org.eclipse.jetty.server.Response
 
flushCache() - Method in class org.eclipse.jetty.server.CachedContentFactory
 
FORCED - org.eclipse.jetty.server.ForwardedRequestCustomizer.Source
 
format(String, Object...) - Method in class org.eclipse.jetty.server.ResponseWriter
 
format(Locale, String, Object...) - Method in class org.eclipse.jetty.server.ResponseWriter
 
forward(ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.server.Dispatcher
 
forward(ServletRequest, ServletResponse, DispatcherType) - Method in class org.eclipse.jetty.server.Dispatcher
 
FORWARDED - org.eclipse.jetty.server.ForwardedRequestCustomizer.Source
 
ForwardedRequestCustomizer - Class in org.eclipse.jetty.server
Customize Requests for Proxy Forwarding.
ForwardedRequestCustomizer() - Constructor for class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
ForwardedRequestCustomizer.Source - Enum in org.eclipse.jetty.server
Ordered Source Enum.

G

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.
get(byte[], int, int) - Method in class org.eclipse.jetty.server.HttpInput.Content
Read the wrapped byte buffer.
get(byte[], int, int) - Method in class org.eclipse.jetty.server.HttpInput.SpecialContent
 
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.
getAcceptableWriter(Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
Deprecated.
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
 
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
 
getAliasChecks() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getAllAttributes() - Method in class org.eclipse.jetty.server.session.SessionData
 
getAllowNullPathInfo() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getAlterTableForMaxIntervalAsString() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
getAndEnter(String, boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
Get a session object.
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
 
getAttribute(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getAttribute(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getAttribute(String) - Method in class org.eclipse.jetty.server.HttpChannelState
 
getAttribute(String) - Method in class org.eclipse.jetty.server.Request
Get Request Attribute.
getAttribute(String) - Method in class org.eclipse.jetty.server.Server
 
getAttribute(String) - Method in class org.eclipse.jetty.server.ServletAttributes
 
getAttribute(String) - Method in class org.eclipse.jetty.server.session.Session
 
getAttribute(String) - Method in class org.eclipse.jetty.server.session.SessionData
 
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
 
getAttributeNameSet() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getAttributeNameSet() - Method in class org.eclipse.jetty.server.Server
 
getAttributeNameSet() - Method in class org.eclipse.jetty.server.ServletAttributes
 
getAttributes() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getAttributes() - Method in class org.eclipse.jetty.server.Request
 
getAttributes() - Method in class org.eclipse.jetty.server.session.Session
 
getAuthentication() - Method in class org.eclipse.jetty.server.Request
Get the authentication.
getAuthentication(Request, boolean) - Static method in class org.eclipse.jetty.server.CustomRequestLog
Extract the user authentication
getAuthMethod() - Method in interface org.eclipse.jetty.server.Authentication.User
 
getAuthType() - Method in class org.eclipse.jetty.server.Request
 
getAuthType() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
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
 
getBaseURI() - Method in class org.eclipse.jetty.server.AsyncContextEvent
 
getBlobInputStream(ResultSet, String) - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
 
getBlobType() - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
 
getBuffer() - Method in class org.eclipse.jetty.server.HttpOutput
 
getBufferSize() - Method in class org.eclipse.jetty.server.HttpOutput
 
getBufferSize() - Method in class org.eclipse.jetty.server.MultiPartFormInputStream
 
getBufferSize() - Method in class org.eclipse.jetty.server.Response
 
getByteBuffer() - Method in class org.eclipse.jetty.server.HttpInput.Content
Get the wrapped byte buffer.
getByteBuffer() - Method in class org.eclipse.jetty.server.HttpInput.SpecialContent
 
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
 
getBytes() - Method in class org.eclipse.jetty.server.MultiPartFormInputStream.MultiPart
 
getBytesIn() - Method in class org.eclipse.jetty.server.HttpConnection
 
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
 
getCanonicalContextPath() - Method in class org.eclipse.jetty.server.session.SessionContext
 
getCatalogName() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
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
 
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
 
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
 
getClassPath() - Method in class org.eclipse.jetty.server.handler.ContextHandler
Make best effort to extract a file classpath from the context classloader
getCleanOrphansStatement(Connection, long) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
getComment() - Method in class org.eclipse.jetty.server.session.SessionHandler.CookieConfig
 
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.
getComplianceViolationListener() - Method in class org.eclipse.jetty.server.Request
 
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.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.
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
 
getConnections() - Method in class org.eclipse.jetty.server.ConnectionLimit
 
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
 
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
 
getContentConsumed() - Method in class org.eclipse.jetty.server.HttpInput
 
getContentCount() - Method in class org.eclipse.jetty.server.Response
 
getContentDispositionFilename() - Method in class org.eclipse.jetty.server.MultiPartFormInputStream.MultiPart
Get the filename from the content-disposition.
getContentEncoding() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
 
getContentEncodingValue() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
 
getContentFactory() - Method in class org.eclipse.jetty.server.ResourceService
 
getContentLength() - Method in class org.eclipse.jetty.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 class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
 
getContentRead() - Method in class org.eclipse.jetty.server.Request
 
getContentReceived() - Method in class org.eclipse.jetty.server.HttpInput
 
getContentType() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
 
getContentType() - Method in class org.eclipse.jetty.server.MultiPartFormInputStream.MultiPart
 
getContentType() - Method in class org.eclipse.jetty.server.Request
 
getContentType() - Method in class org.eclipse.jetty.server.Response
 
getContentTypeValue() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
 
getContext() - Method in class org.eclipse.jetty.server.AsyncContextEvent
 
getContext() - Method in class org.eclipse.jetty.server.Request
 
getContext() - Method in class org.eclipse.jetty.server.session.SessionContext
 
getContext(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getContext(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
 
getContextAttributes() - Method in class org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean
 
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(ServletContext) - Static method in class org.eclipse.jetty.server.handler.ContextHandler
 
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
 
getContextPathColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
getContextPathEncoded() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getContexts() - Method in class org.eclipse.jetty.server.jmx.ServerMBean
 
getCookies() - Method in class org.eclipse.jetty.server.Cookies
 
getCookies() - Method in class org.eclipse.jetty.server.Request
 
getCookies() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
getCookieSet() - Method in class org.eclipse.jetty.server.session.SessionData
 
getCookieSetTime() - Method in class org.eclipse.jetty.server.session.Session
 
getCookieTimeColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
getCreated() - Method in class org.eclipse.jetty.server.session.SessionData
 
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
 
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.
getCustomizer(Class<T>) - Method in class org.eclipse.jetty.server.HttpConfiguration
 
getCustomizers() - Method in class org.eclipse.jetty.server.HttpConfiguration
 
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.RequestLogWriter
Retrieve the file name of the request log with the expanded date wildcard if the output is written to the disk using RolloverFileOutputStream.
getDateField() - Method in class org.eclipse.jetty.server.Server
 
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
 
getDefaultConnectionFactory() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getDefaultConnectionFactory() - Method in interface org.eclipse.jetty.server.Connector
 
getDefaultProtocol() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getDefaultProtocol() - Method in class org.eclipse.jetty.server.NegotiatingServerConnection
 
getDefaultProtocol() - Method in class org.eclipse.jetty.server.NegotiatingServerConnectionFactory
 
getDefaultRequestCharacterEncoding() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getDefaultResponseCharacterEncoding() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getDefaultSessionTrackingModes() - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
 
getDefaultSessionTrackingModes() - Method in class org.eclipse.jetty.server.session.SessionHandler
 
getDefaultStylesheet() - Static method in class org.eclipse.jetty.server.handler.ResourceHandler
 
getDeflaterEntry(Request, long) - Method in interface org.eclipse.jetty.server.handler.gzip.GzipFactory
 
getDeflaterEntry(Request, long) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
getDeflaterPool() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Get the DeflaterPool being used.
getDeflaterPoolCapacity() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Deprecated.
for custom DeflaterPool settings use GzipHandler.setDeflaterPool(DeflaterPool).
getDeleteStatement(Connection, String, SessionContext) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
getDirectBuffer() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
 
getDirectBuffer(Resource) - Method in class org.eclipse.jetty.server.CachedContentFactory
 
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.
getDispatchPath() - Method in class org.eclipse.jetty.server.AsyncContextEvent
 
getDisplayName() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getDomain() - Method in class org.eclipse.jetty.server.session.SessionHandler.CookieConfig
 
getDriver() - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
 
getDriverClassName() - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
 
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
 
getEncodingCacheSize() - Method in class org.eclipse.jetty.server.ResourceService
 
getEndPoint() - Method in class org.eclipse.jetty.server.HttpChannel
 
getError() - Method in class org.eclipse.jetty.server.HttpInput.Content
Get the reported error.
getError() - Method in class org.eclipse.jetty.server.HttpInput.ErrorContent
 
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
 
getErrorPage(HttpServletRequest) - Method in interface org.eclipse.jetty.server.handler.ErrorHandler.ErrorPageMapper
 
getErrors() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getETag() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
 
getETag() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedPrecompressedHttpContent
 
getETagValue() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
 
getETagValue() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedPrecompressedHttpContent
 
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
 
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
getExecutor() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getExecutor() - Method in interface org.eclipse.jetty.server.Connector
 
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(HttpSession) - Method in class org.eclipse.jetty.server.session.SessionHandler
 
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.
getFactories(SslContextFactory.Server, ConnectionFactory...) - Static method in class org.eclipse.jetty.server.AbstractConnectionFactory
 
getFile() - Method in class org.eclipse.jetty.server.MultiPartFormInputStream.MultiPart
Get the file
getFileName() - Method in class org.eclipse.jetty.server.RequestLogWriter
Retrieve the output file name of the request log.
getFilenameDateFormat() - Method in class org.eclipse.jetty.server.RequestLogWriter
Retrieve the file name date format string.
getFilterRegistration(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
 
getFilterRegistrations() - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
 
getFirst() - Method in class org.eclipse.jetty.server.InclusiveByteRange
 
getForcedHost() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
getFormatString() - Method in class org.eclipse.jetty.server.CustomRequestLog
Retrieve the format string.
getFormEncodedMethods() - Method in class org.eclipse.jetty.server.HttpConfiguration
 
getForwardedCipherSuiteHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
getForwardedForHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
getForwardedHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
getForwardedHostHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
getForwardedHttpsHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
getForwardedPortAsAuthority() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
getForwardedPortHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
getForwardedProtoHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
Get the forwardedProtoHeader.
getForwardedServerHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
getForwardedSslSessionIdHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
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
 
getGzipEquivalentFileExtensions() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
getGzipEquivalentFileExtensions() - Method in class org.eclipse.jetty.server.ResourceService
 
getHandler() - Method in class org.eclipse.jetty.server.handler.HandlerWrapper
 
getHandler() - Method in class org.eclipse.jetty.server.handler.HotSwapHandler
 
getHandler() - Method in class org.eclipse.jetty.server.MultiPartParser
 
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(String) - Method in class org.eclipse.jetty.server.MultiPartFormInputStream.MultiPart
 
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
 
getHeaderCacheSize() - Method in class org.eclipse.jetty.server.HttpConfiguration
 
getHeaderNames() - Method in class org.eclipse.jetty.server.MultiPartFormInputStream.MultiPart
 
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
 
getHeaders(String) - Method in class org.eclipse.jetty.server.MultiPartFormInputStream.MultiPart
 
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
 
getHost() - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
 
getHost() - Method in interface org.eclipse.jetty.server.NetworkConnector
 
getHostHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
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.Request
 
getHttpCompliance() - Method in class org.eclipse.jetty.server.HttpConfiguration
 
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
 
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
 
getHttpServletMapping() - Method in class org.eclipse.jetty.server.Request
 
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.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 org.eclipse.jetty.server.session.UnreadableSessionDataException
 
getId() - Method in exception org.eclipse.jetty.server.session.UnwriteableSessionDataException
 
getId(HttpSession) - Method in class org.eclipse.jetty.server.session.SessionHandler
 
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.
getIdColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
getIdFromFilename(String) - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
 
getIdleTimeout() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getIdleTimeout() - Method in class org.eclipse.jetty.server.ConnectionLimit
 
getIdleTimeout() - Method in interface org.eclipse.jetty.server.Connector
 
getIdleTimeout() - Method in class org.eclipse.jetty.server.HttpChannel
Get the idle timeout.
getIdleTimeout() - Method in class org.eclipse.jetty.server.HttpConfiguration
The max idle time is applied to an HTTP request for IO operations and delayed dispatch.
getIdleTimeout() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
getIdleTimeoutMs() - Method in class org.eclipse.jetty.server.handler.IdleTimeoutHandler
 
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.CustomRequestLog
Retrieve the request paths that will not be logged.
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
getIndirectBuffer() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
 
getIndirectBuffer(Resource) - Method in class org.eclipse.jetty.server.CachedContentFactory
 
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.
getInflaterPool() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Get the InflaterPool being used.
getInflaterPoolCapacity() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Deprecated.
for custom InflaterPool settings use GzipHandler.setInflaterPool(InflaterPool).
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
 
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
 
getInitParams() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
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.server.CachedContentFactory.CachedHttpContent
 
getInputStream() - Method in class org.eclipse.jetty.server.MultiPartFormInputStream.MultiPart
 
getInputStream() - Method in class org.eclipse.jetty.server.Request
 
getInsertSessionStatementAsString() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
getInstance() - Static method in class org.eclipse.jetty.server.ShutdownMonitor
 
getInterceptor() - Method in interface org.eclipse.jetty.server.ContentProducer
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
 
getInvocationType() - Method in class org.eclipse.jetty.server.HttpInput.Content
 
getInvocationType() - Method in class org.eclipse.jetty.server.HttpInput.WrappingContent
 
getJspConfigDescriptor() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getJspConfigDescriptor() - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
 
getKey() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
 
getKey() - Method in class org.eclipse.jetty.server.ShutdownMonitor
 
getKeys() - Method in class org.eclipse.jetty.server.session.SessionData
 
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 class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
 
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
 
getLeftMost(String) - Static method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
getListener() - Method in class org.eclipse.jetty.server.AsyncContextState.WrappedAsyncListener
 
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.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
 
getLocalSocketAddress() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
getLogger() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getLoggerName() - Method in class org.eclipse.jetty.server.Slf4jRequestLogWriter
 
getLongContentLength() - Method in class org.eclipse.jetty.server.Response
 
getLongType() - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
 
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
 
getMajorVersion() - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
 
getMapColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
getMapFactory() - Method in class org.eclipse.jetty.server.session.CachingSessionDataStoreFactory
 
getMappedBuffer(Resource) - Method in class org.eclipse.jetty.server.CachedContentFactory
 
getMappingMatch() - Method in class org.eclipse.jetty.server.ServletPathMapping
 
getMatchValue() - Method in class org.eclipse.jetty.server.ServletPathMapping
 
getMaxAge() - Method in class org.eclipse.jetty.server.session.SessionHandler.CookieConfig
 
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
 
getMaxConnections() - Method in class org.eclipse.jetty.server.ConnectionLimit
 
getMaxCookieAge() - Method in class org.eclipse.jetty.server.session.SessionHandler
 
getMaxErrorDispatches() - Method in class org.eclipse.jetty.server.HttpConfiguration
 
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
 
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
 
getMaxProxyHeader() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory
 
getMaxRate() - Method in class org.eclipse.jetty.server.AcceptRateLimit
 
getMessagesIn() - Method in class org.eclipse.jetty.server.HttpConnection
 
getMessagesOut() - Method in class org.eclipse.jetty.server.HttpConnection
 
getMetaData() - Method in class org.eclipse.jetty.server.Request
 
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
 
getMethodIncludeExclude() - Method in class org.eclipse.jetty.server.handler.BufferedResponseHandler
 
getMimeIncludeExclude() - Method in class org.eclipse.jetty.server.handler.BufferedResponseHandler
 
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
 
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.
getMinorVersion() - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
 
getMinRequestDataRate() - Method in class org.eclipse.jetty.server.HttpConfiguration
 
getMinResponseDataRate() - Method in class org.eclipse.jetty.server.HttpConfiguration
 
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
 
getMyExpiredSessionsStatement(Connection, SessionContext, long) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
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.MultiPartFormInputStream.MultiPart
 
getName() - Method in class org.eclipse.jetty.server.session.SessionHandler.CookieConfig
 
getName() - Method in interface org.eclipse.jetty.server.UserIdentity.Scope
 
getNamedDispatcher(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
 
getNames() - Method in class org.eclipse.jetty.server.session.Session
 
getNegotiatedProtocols() - Method in class org.eclipse.jetty.server.NegotiatingServerConnectionFactory
 
getNetworkTrafficListener() - Method in class org.eclipse.jetty.server.NetworkTrafficServerConnector
 
getNewContextURL() - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
 
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
 
getObjectContextBasis() - Method in class org.eclipse.jetty.server.handler.jmx.AbstractHandlerMBean
 
getObjectContextBasis() - Method in class org.eclipse.jetty.server.jmx.AbstractConnectorMBean
 
getOriginalURI() - Method in class org.eclipse.jetty.server.Request
 
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.server.handler.DebugHandler
 
getOutputStream() - Method in class org.eclipse.jetty.server.Response
 
getParameter(String) - Method in class org.eclipse.jetty.server.Request
 
getParameterMap() - Method in class org.eclipse.jetty.server.Request
 
getParameterNames() - Method in class org.eclipse.jetty.server.Request
 
getParameterValues(String) - Method in class org.eclipse.jetty.server.Request
 
getParser() - Method in class org.eclipse.jetty.server.HttpConnection
 
getPart(String) - Method in class org.eclipse.jetty.server.MultiPartFormInputStream
Get the named Part.
getPart(String) - Method in class org.eclipse.jetty.server.Request
 
getPart(String) - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
getParts() - Method in class org.eclipse.jetty.server.MultiPartFormInputStream
Parse, if necessary, the multipart data and return the list of Parts.
getParts() - Method in class org.eclipse.jetty.server.Request
 
getParts() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
getPath() - Method in class org.eclipse.jetty.server.PushBuilderImpl
 
getPath() - Method in class org.eclipse.jetty.server.session.SessionHandler.CookieConfig
 
getPathIncludeExclude() - Method in class org.eclipse.jetty.server.handler.BufferedResponseHandler
 
getPathInContext() - Method in class org.eclipse.jetty.server.Request
Get the path in the context.
getPathInfo() - Method in class org.eclipse.jetty.server.Request
 
getPathInfo() - Method in class org.eclipse.jetty.server.ServletPathMapping
 
getPathInfo() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
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.server.ServletPathMapping
 
getPeriod() - Method in class org.eclipse.jetty.server.AcceptRateLimit
 
getPeriod() - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
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
 
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
 
getProtectedTargets() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
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
 
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
 
getProxyAsAuthority() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
getQueryEncoding() - Method in class org.eclipse.jetty.server.Request
 
getQueryParameters() - Method in class org.eclipse.jetty.server.Request
 
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
 
getRandom() - Method in class org.eclipse.jetty.server.session.DefaultSessionIdManager
 
getRate() - Method in class org.eclipse.jetty.server.AcceptRateLimit
 
getRawContentArrived() - Method in interface org.eclipse.jetty.server.ContentProducer
Get the byte count produced by the underlying HttpChannel.
getReadableByteChannel() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
 
getReader() - Method in class org.eclipse.jetty.server.Request
 
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
Deprecated.
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
 
getReasons() - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
getRefreshCookieAge() - Method in class org.eclipse.jetty.server.session.SessionHandler
 
getRemoteAddr() - Method in class org.eclipse.jetty.server.Request
 
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
 
getRemoteSocketAddress() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
getRemoteUser() - Method in class org.eclipse.jetty.server.Request
 
getRemoteUser() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
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
 
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
 
getRequestHeaderSize() - Method in class org.eclipse.jetty.server.HttpConfiguration
 
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
 
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
 
getResolvedUserIdentity() - Method in class org.eclipse.jetty.server.Request
 
getResource() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
 
getResource(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getResource(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Attempt to get a Resource from the Context.
getResource(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
 
getResource(String) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
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
 
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
 
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.
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
getResponseHeaderSize() - Method in class org.eclipse.jetty.server.HttpConfiguration
 
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
 
getRetainDays() - Method in class org.eclipse.jetty.server.RequestLogWriter
Retrieve the number of days before rotated log files are deleted.
getReuseAddress() - Method in class org.eclipse.jetty.server.ServerConnector
 
getRoleRefMap() - Method in interface org.eclipse.jetty.server.UserIdentity.Scope
 
getRootURL() - Method in class org.eclipse.jetty.server.Request
Reconstructs the URL the client used to make the request.
getSameSite() - Method in class org.eclipse.jetty.server.session.SessionHandler
 
getSavePeriodSec() - Method in class org.eclipse.jetty.server.session.AbstractSessionDataStore
 
getSavePeriodSec() - Method in class org.eclipse.jetty.server.session.AbstractSessionDataStoreFactory
 
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
 
getSchemaName() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
getScheme() - Method in class org.eclipse.jetty.server.Request
 
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
 
getSecureScheme() - Method in class org.eclipse.jetty.server.HttpConfiguration
 
getSelectorManager() - Method in class org.eclipse.jetty.server.ServerConnector
 
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.server.HttpConfiguration
 
getSendXPoweredBy() - Method in class org.eclipse.jetty.server.HttpConfiguration
 
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
 
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
 
getServlet(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
Deprecated.
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
 
getServletContextName() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getServletContextName() - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
 
getServletName() - Method in class org.eclipse.jetty.server.Request
 
getServletName() - Method in class org.eclipse.jetty.server.ServletPathMapping
 
getServletNames() - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
Deprecated.
getServletPath() - Method in class org.eclipse.jetty.server.Request
 
getServletPath() - Method in class org.eclipse.jetty.server.ServletPathMapping
 
getServletPath() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
getServletPathMapping() - Method in class org.eclipse.jetty.server.Request
 
getServletRegistration(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
 
getServletRegistrations() - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
 
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.
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 org.eclipse.jetty.server.session.UnreadableSessionDataException
 
getSessionContext() - Method in exception org.eclipse.jetty.server.session.UnwriteableSessionDataException
 
getSessionCookie() - Method in class org.eclipse.jetty.server.session.SessionHandler
 
getSessionCookie(HttpSession, String, boolean) - Method in class org.eclipse.jetty.server.session.SessionHandler
A session cookie is marked as secure IFF any of the following conditions are true: SessionCookieConfig.setSecure == true SessionCookieConfig.setSecure == false && _secureRequestOnly==true && request is HTTPS According to SessionCookieConfig javadoc, case 1 can be used when: "...
getSessionCookieConfig() - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
 
getSessionCookieConfig() - Method in class org.eclipse.jetty.server.session.SessionHandler
 
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
 
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 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
 
getShowContexts() - Method in class org.eclipse.jetty.server.handler.DefaultHandler
 
getShowMessageInTitle() - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
getShutdownIdleTimeout() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getShutdownToken() - Method in class org.eclipse.jetty.server.handler.ShutdownHandler
 
getSize() - Method in class org.eclipse.jetty.server.InclusiveByteRange
 
getSize() - Method in class org.eclipse.jetty.server.MultiPartFormInputStream.MultiPart
 
getSslContextFactory() - Method in class org.eclipse.jetty.server.SslConnectionFactory
 
getSSLEngine() - Method in class org.eclipse.jetty.server.NegotiatingServerConnection
 
getSslSessionAttribute() - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
 
getStartupTime() - Method in class org.eclipse.jetty.server.jmx.ServerMBean
 
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.server.MultiPartParser
 
getStatsOnMs() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
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.server.HttpChannelState
 
getStopAtShutdown() - Method in class org.eclipse.jetty.server.Server
 
getStopTimeout() - Method in class org.eclipse.jetty.server.Server
 
getStoreDir() - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
 
getStoreDir() - Method in class org.eclipse.jetty.server.session.FileSessionDataStoreFactory
 
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 interface org.eclipse.jetty.server.UserIdentity
 
getSubmittedFileName() - Method in class org.eclipse.jetty.server.MultiPartFormInputStream.MultiPart
 
getSuspendedContext() - Method in class org.eclipse.jetty.server.AsyncContextEvent
 
getTableName() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
getTempDir() - Method in class org.eclipse.jetty.server.handler.FileBufferedResponseHandler
 
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
 
getThrowable() - Method in class org.eclipse.jetty.server.AsyncContextEvent
 
getTimeout() - Method in class org.eclipse.jetty.server.AsyncContextState
 
getTimeout() - Method in class org.eclipse.jetty.server.HttpChannelState
 
getTimeStamp() - Method in class org.eclipse.jetty.server.Request
Get Request TimeStamp
getTimeZone() - Method in class org.eclipse.jetty.server.RequestLogWriter
 
getTLV(int) - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
Gets a TLV vector, see section 2.2.7 of the PROXY protocol specification.
getTrailerFields() - Method in class org.eclipse.jetty.server.Request
 
getTrailerFields() - Method in class org.eclipse.jetty.server.Response
 
getTrailerHttpFields() - Method in class org.eclipse.jetty.server.Request
 
getTrailers() - Method in class org.eclipse.jetty.server.Response
 
getTransientListeners() - Method in class org.eclipse.jetty.server.HttpChannel
Deprecated.
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
 
getTunnellingEndPoint() - Method in class org.eclipse.jetty.server.HttpChannel
 
getTunnellingEndPoint() - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
 
getUnits() - Method in class org.eclipse.jetty.server.AcceptRateLimit
 
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
 
getURI() - Method in class org.eclipse.jetty.server.Server
 
getUriCompliance() - Method in class org.eclipse.jetty.server.HttpConfiguration
 
getUserIdentity() - Method in interface org.eclipse.jetty.server.Authentication.User
 
getUserIdentity() - Method in class org.eclipse.jetty.server.Request
 
getUserIdentityScope() - Method in class org.eclipse.jetty.server.Request
 
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
 
getValue(String) - Method in class org.eclipse.jetty.server.session.Session
Deprecated.
getValueNames() - Method in class org.eclipse.jetty.server.session.Session
Deprecated.
As of Servlet 2.2, this method is replaced by Session.getAttributeNames()
getVary() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
getVaryField() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
getVersion() - Static method in class org.eclipse.jetty.server.Server
 
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
 
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.
getWelcomeFiles() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getWelcomeFiles() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
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
 
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
 
GZIP - Static variable in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
GZIP_HANDLER_ETAGS - Static variable in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
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(InflaterPool, ByteBufferPool, int) - Constructor for class org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor
 
GzipHttpOutputInterceptor - Class in org.eclipse.jetty.server.handler.gzip
 
GzipHttpOutputInterceptor(GzipFactory, HttpField, int, HttpChannel, HttpOutput.Interceptor, boolean) - Constructor for class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor
 
GzipHttpOutputInterceptor(GzipFactory, HttpField, HttpChannel, HttpOutput.Interceptor, boolean) - Constructor for class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor
 
GzipHttpOutputInterceptor(GzipFactory, HttpChannel, HttpOutput.Interceptor, boolean) - Constructor for class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor
 

H

handle() - Method in class org.eclipse.jetty.server.HttpChannel
 
handle(Runnable) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
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
 
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.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(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
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
 
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
 
handleOptions(Request, Response) - Method in class org.eclipse.jetty.server.Server
 
Handler - Interface in org.eclipse.jetty.server
A Jetty Server Handler.
HandlerCollection - Class in org.eclipse.jetty.server.handler
A collection of handlers.
HandlerCollection() - Constructor for class org.eclipse.jetty.server.handler.HandlerCollection
 
HandlerCollection(boolean, Handler...) - Constructor for class org.eclipse.jetty.server.handler.HandlerCollection
 
HandlerCollection(Handler...) - Constructor for class org.eclipse.jetty.server.handler.HandlerCollection
 
HandlerCollection.Handlers - Class in org.eclipse.jetty.server.handler
 
HandlerContainer - Interface in org.eclipse.jetty.server
A Handler that contains other Handlers.
HandlerList - Class in org.eclipse.jetty.server.handler
HandlerList.
HandlerList() - Constructor for class org.eclipse.jetty.server.handler.HandlerList
 
HandlerList(Handler...) - Constructor for class org.eclipse.jetty.server.handler.HandlerList
 
Handlers(Handler[]) - Constructor for class org.eclipse.jetty.server.handler.HandlerCollection.Handlers
 
HandlerWrapper - Class in org.eclipse.jetty.server.handler
A HandlerWrapper acts as a Handler but delegates the handle method and life cycle events to a delegate.
HandlerWrapper() - Constructor for class org.eclipse.jetty.server.handler.HandlerWrapper
 
handling() - Method in class org.eclipse.jetty.server.HttpChannelState
 
HANDLING - org.eclipse.jetty.server.HttpChannelState.State
 
hasContent() - Method in interface org.eclipse.jetty.server.ContentProducer
Check if this ContentProducer instance contains some content without querying the underlying HttpChannel.
hasContent() - Method in class org.eclipse.jetty.server.HttpInput.Content
Check if there is at least one byte left in the buffer.
hasContent() - Method in class org.eclipse.jetty.server.HttpInput
Check if this HttpInput instance has content stored internally, without fetching/parsing anything from the underlying channel.
hasContent() - Method in class org.eclipse.jetty.server.HttpInput.SpecialContent
 
hashCode() - Method in class org.eclipse.jetty.server.InclusiveByteRange
 
hasListener(AsyncListener) - Method in class org.eclipse.jetty.server.HttpChannelState
 
hasMetaData() - Method in class org.eclipse.jetty.server.Request
 
hasOriginalRequestAndResponse() - Method in class org.eclipse.jetty.server.AsyncContextState
 
hasTimeoutTask() - Method in class org.eclipse.jetty.server.AsyncContextEvent
 
headerComplete() - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
 
headerComplete() - Method in interface org.eclipse.jetty.server.MultiPartParser.Handler
 
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
 
HostHeaderCustomizer - Class in org.eclipse.jetty.server
Adds a missing Host header (for example, HTTP 1.0 or 2.0 requests).
HostHeaderCustomizer() - Constructor for class org.eclipse.jetty.server.HostHeaderCustomizer
Construct customizer that uses Request.getServerName() and Request.getServerPort() to create a host header.
HostHeaderCustomizer(String) - Constructor for class org.eclipse.jetty.server.HostHeaderCustomizer
 
HostHeaderCustomizer(String, int) - Constructor for class org.eclipse.jetty.server.HostHeaderCustomizer
 
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
HttpChannel - Class in org.eclipse.jetty.server
HttpChannel represents a single endpoint for HTTP semantic processing.
HttpChannel(Connector, HttpConfiguration, EndPoint, HttpTransport) - Constructor for class org.eclipse.jetty.server.HttpChannel
 
HttpChannel.Listener - Interface in org.eclipse.jetty.server
Listener for HttpChannel events.
HttpChannel.TransientListeners - Class in org.eclipse.jetty.server
Deprecated.
HttpChannelListeners - Class in org.eclipse.jetty.server
A HttpChannel.Listener that holds a collection of other HttpChannel.Listener instances that are efficiently invoked without iteration.
HttpChannelListeners(Collection<HttpChannel.Listener>) - Constructor for class org.eclipse.jetty.server.HttpChannelListeners
 
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
 
HttpChannelState - Class in org.eclipse.jetty.server
Implementation of AsyncContext interface that holds the state of request-response cycle.
HttpChannelState(HttpChannel) - Constructor for class org.eclipse.jetty.server.HttpChannelState
 
HttpChannelState.Action - Enum in org.eclipse.jetty.server
The actions to take as the channel moves from state to state.
HttpChannelState.State - Enum in org.eclipse.jetty.server
 
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.server
A Connection that handles the HTTP protocol.
HttpConnection(HttpConfiguration, Connector, EndPoint, boolean) - Constructor for class org.eclipse.jetty.server.HttpConnection
 
HttpConnectionFactory - Class in org.eclipse.jetty.server
A Connection Factory for HTTP Connections.
HttpConnectionFactory() - Constructor for class org.eclipse.jetty.server.HttpConnectionFactory
 
HttpConnectionFactory(HttpConfiguration) - Constructor for class org.eclipse.jetty.server.HttpConnectionFactory
 
HttpInput - Class in org.eclipse.jetty.server
While this class is-a Runnable, it should never be dispatched in it's own thread.
HttpInput(HttpChannelState) - Constructor for class org.eclipse.jetty.server.HttpInput
 
HttpInput.Content - Class in org.eclipse.jetty.server
A content represents the production of a HttpChannel returned by HttpChannel.produceContent().
HttpInput.EofContent - Class in org.eclipse.jetty.server
EOF special content.
HttpInput.ErrorContent - Class in org.eclipse.jetty.server
Error special content.
HttpInput.Interceptor - Interface in org.eclipse.jetty.server
 
HttpInput.SpecialContent - Class in org.eclipse.jetty.server
Abstract class that implements the standard special content behavior.
HttpInput.WrappingContent - Class in org.eclipse.jetty.server
Simple non-special content wrapper allow overriding the EOF flag.
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.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.
HttpTransport - Interface in org.eclipse.jetty.server
Abstraction of the outbound HTTP transport.
HttpWriter - Class in org.eclipse.jetty.server
 
HttpWriter(HttpOutput) - Constructor for class org.eclipse.jetty.server.HttpWriter
 

I

IDLE - org.eclipse.jetty.server.HttpChannelState.State
 
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
 
IN_NAME - org.eclipse.jetty.server.MultiPartParser.FieldState
 
IN_VALUE - org.eclipse.jetty.server.MultiPartParser.FieldState
 
include() - Method in class org.eclipse.jetty.server.Response
 
include(ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.server.Dispatcher
 
include(String) - Method in class org.eclipse.jetty.server.handler.InetAccessHandler
Includes an InetAccess pattern with an optional connector name, address and URI mapping.
include(String) - Method in class org.eclipse.jetty.server.handler.ThreadLimitHandler
 
include(String...) - Method in class org.eclipse.jetty.server.handler.InetAccessHandler
Includes InetAccess patterns
include(String, String, PathSpec) - Method in class org.eclipse.jetty.server.handler.InetAccessHandler
Includes an InetAccess entry.
includeConnector(String) - Method in class org.eclipse.jetty.server.handler.InetAccessHandler
Deprecated.
includeConnectors(String...) - Method in class org.eclipse.jetty.server.handler.InetAccessHandler
Deprecated.
included() - Method in class org.eclipse.jetty.server.Response
 
InclusiveByteRange - Class in org.eclipse.jetty.server
Byte range inclusive of end points.
InclusiveByteRange(long, long) - Constructor for class org.eclipse.jetty.server.InclusiveByteRange
 
InetAccessHandler - Class in org.eclipse.jetty.server.handler
InetAddress Access Handler
InetAccessHandler() - Constructor for class org.eclipse.jetty.server.handler.InetAccessHandler
 
InetAccessSet - Class in org.eclipse.jetty.server.handler
 
InetAccessSet() - Constructor for class org.eclipse.jetty.server.handler.InetAccessSet
 
INFERRED - Static variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
initialize() - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
 
initialize() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore
 
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 - org.eclipse.jetty.server.handler.ContextHandler.ContextStatus
 
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.
initRandom() - Method in class org.eclipse.jetty.server.session.DefaultSessionIdManager
Set up a random number generator for the sessionids.
insertHandler(HandlerWrapper) - Method in class org.eclipse.jetty.server.handler.HandlerWrapper
Replace the current handler with another HandlerWrapper linked to the current handler.
interruptAcceptors() - Method in class org.eclipse.jetty.server.AbstractConnector
 
INVALID - org.eclipse.jetty.server.session.Session.State
 
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.
INVALIDATING - org.eclipse.jetty.server.session.Session.State
 
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
 
isAlive() - Method in class org.eclipse.jetty.server.ShutdownMonitor
 
isAllContentWritten(long) - Method in class org.eclipse.jetty.server.Response
 
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.
isAppend() - Method in class org.eclipse.jetty.server.RequestLogWriter
Retrieve append to log flag.
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
 
isAvailable() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
isCacheable(Resource) - Method in class org.eclipse.jetty.server.CachedContentFactory
 
isCached() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
 
isCheckingRemoteSessionIdEncoding() - Method in class org.eclipse.jetty.server.session.SessionHandler
 
isClosed() - Method in class org.eclipse.jetty.server.HttpOutput
 
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
Deprecated.
use CompactPathRule with RewriteHandler instead.
isContentComplete(long) - Method in class org.eclipse.jetty.server.Response
 
isContextPathDefault() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
isDelayDispatchUntilContent() - Method in class org.eclipse.jetty.server.HttpConfiguration
 
isDeleteOnExit() - Method in class org.eclipse.jetty.server.MultiPartFormInputStream
Deprecated.
no replacement provided
isDeleteUnrestorableFiles() - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
 
isDeleteUnrestorableFiles() - Method in class org.eclipse.jetty.server.session.FileSessionDataStoreFactory
 
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.server.SslConnectionFactory
 
isDirectBuffersForEncryption() - Method in class org.eclipse.jetty.server.SslConnectionFactory
 
isDirectoriesListed() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
Get the directory option.
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
 
isDryRun() - Method in class org.eclipse.jetty.server.Server
 
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.server.HttpInput.Content
Check if the buffer is empty.
isEmpty() - Method in class org.eclipse.jetty.server.HttpInput.SpecialContent
 
isEmpty() - Method in class org.eclipse.jetty.server.MultiPartFormInputStream
Deprecated.
use getParts().isEmpty()
isEmptyStringNull() - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
 
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.Slf4jRequestLogWriter
 
isEnsureSecureRequestCustomizer() - Method in class org.eclipse.jetty.server.SslConnectionFactory
 
isEof() - Method in class org.eclipse.jetty.server.HttpInput.Content
Check if EOF was reached.
isEof() - Method in class org.eclipse.jetty.server.HttpInput.EofContent
 
isEof() - Method in class org.eclipse.jetty.server.HttpInput.WrappingContent
 
isError() - Method in interface org.eclipse.jetty.server.ContentProducer
Check if the underlying HttpChannel reached an error content.
isError() - Method in class org.eclipse.jetty.server.HttpInput
 
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 class org.eclipse.jetty.server.HttpChannelState
 
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
 
isExtendedListenerTypes() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
isFillInterested() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
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
 
isFor(Locale, String) - Method in class org.eclipse.jetty.server.ResponseWriter
 
isFormEncodedMethod(String) - Method in class org.eclipse.jetty.server.HttpConfiguration
Tests whether the HTTP method supports x-www-form-urlencoded content
isGzippedContent(String) - Method in class org.eclipse.jetty.server.ResourceService
 
isHandled() - Method in class org.eclipse.jetty.server.Request
 
isHead() - Method in class org.eclipse.jetty.server.Request
 
isHeaderCacheCaseSensitive() - Method in class org.eclipse.jetty.server.HttpConfiguration
 
isHttpOnly() - Method in class org.eclipse.jetty.server.session.SessionHandler.CookieConfig
 
isIdChanged() - Method in class org.eclipse.jetty.server.session.Session
 
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.server.HttpChannelState
 
isIdleLongerThan(int) - Method in class org.eclipse.jetty.server.session.Session
Check if the Session has been idle longer than a number of seconds.
isIncluding() - Method in class org.eclipse.jetty.server.Response
 
isInheritChannel() - Method in class org.eclipse.jetty.server.ServerConnector
 
isInitial() - Method in class org.eclipse.jetty.server.HttpChannelState
 
isInputShutdown() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
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
 
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
 
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.
isNew() - Method in class org.eclipse.jetty.server.session.Session
 
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 interface org.eclipse.jetty.server.NetworkConnector
A Connector may be opened and not started (to reserve a port) or closed and running (to allow graceful shutdown of existing connections)
isOpen() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
isOpen() - Method in class org.eclipse.jetty.server.ServerConnector
 
isOurContextSessionFilename(String) - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
Check if the filename matches our session pattern and is a session for our context.
isOutputShutdown() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
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
 
isPermanent() - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
 
isPersistent() - Method in class org.eclipse.jetty.server.HttpChannel
 
isPersistentConnectionsEnabled() - Method in class org.eclipse.jetty.server.HttpConfiguration
 
isProgrammaticListener(EventListener) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
isProtectedTarget(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Check the target.
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
 
isReady() - Method in interface org.eclipse.jetty.server.ContentProducer
Check if this ContentProducer instance has some content that can be read without blocking.
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
 
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
 
isRelativeRedirectAllowed() - Method in class org.eclipse.jetty.server.HttpConfiguration
 
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
 
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
Deprecated.
isRequestedSessionIdFromUrl() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
Deprecated.
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
 
isResident() - Method in class org.eclipse.jetty.server.session.Session
 
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
 
isRowIdReserved() - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
rowId is a reserved word for Oracle, so change the name of this column
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
 
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
 
isSessionFilename(String) - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
Check if the filename is a session filename.
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.server.AbstractConnector
 
isShutdown() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
isShutdown() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
isSniHostCheck() - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
 
isSniRequired() - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
 
isSpecial() - Method in class org.eclipse.jetty.server.HttpInput.Content
Check if the content is special.
isSpecial() - Method in class org.eclipse.jetty.server.HttpInput.SpecialContent
 
isSslIsSecure() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
isState(MultiPartParser.State) - Method in class org.eclipse.jetty.server.MultiPartParser
 
isStreaming() - Method in class org.eclipse.jetty.server.Response
 
isStsIncludeSubDomains() - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
 
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.
isTunnellingSupported() - Method in class org.eclipse.jetty.server.HttpChannel
 
isTunnellingSupported() - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
 
isUseFileMappedBuffer() - Method in class org.eclipse.jetty.server.CachedContentFactory
 
isUseInputDirectByteBuffers() - Method in class org.eclipse.jetty.server.HttpConfiguration
 
isUseInputDirectByteBuffers() - Method in class org.eclipse.jetty.server.HttpConnection
 
isUseInputDirectByteBuffers() - Method in class org.eclipse.jetty.server.HttpConnectionFactory
 
isUseOutputDirectByteBuffers() - Method in class org.eclipse.jetty.server.HttpChannel
 
isUseOutputDirectByteBuffers() - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
 
isUseOutputDirectByteBuffers() - Method in class org.eclipse.jetty.server.HttpConfiguration
 
isUseOutputDirectByteBuffers() - Method in class org.eclipse.jetty.server.HttpConnection
 
isUseOutputDirectByteBuffers() - Method in class org.eclipse.jetty.server.HttpConnectionFactory
 
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 interface org.eclipse.jetty.server.UserIdentity
Check if the user is in a role.
isUserInRole(UserIdentity.Scope, String) - Method in interface org.eclipse.jetty.server.Authentication.User
 
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
 
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
 
isWriteFilesWithFilenames() - Method in class org.eclipse.jetty.server.MultiPartFormInputStream
 
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.server.HttpOutput
 
iterator() - Method in class org.eclipse.jetty.server.handler.InetAccessSet
 

J

JAKARTA_SERVLET_REQUEST_CIPHER_SUITE - Static variable in class org.eclipse.jetty.server.SecureRequestCustomizer
 
JAKARTA_SERVLET_REQUEST_KEY_SIZE - Static variable in class org.eclipse.jetty.server.SecureRequestCustomizer
 
JAKARTA_SERVLET_REQUEST_SSL_SESSION_ID - Static variable in class org.eclipse.jetty.server.SecureRequestCustomizer
 
JAKARTA_SERVLET_REQUEST_X_509_CERTIFICATE - Static variable in class org.eclipse.jetty.server.SecureRequestCustomizer
 
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
 
join() - Method in class org.eclipse.jetty.server.AbstractConnector
 
join() - Method in class org.eclipse.jetty.server.Server
 
join(long) - Method in class org.eclipse.jetty.server.AbstractConnector
 

L

limit() - Method in class org.eclipse.jetty.server.AcceptRateLimit
 
limit() - Method in class org.eclipse.jetty.server.ConnectionLimit
 
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.
loadClass(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
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.Server) - Constructor for class org.eclipse.jetty.server.LocalConnector
 
LocalConnector(Server, SslContextFactory.Server) - 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
 
lock() - Method in interface org.eclipse.jetty.server.ContentProducer
Lock this instance.
lock() - Method in class org.eclipse.jetty.server.session.Session
Grab the lock on the session
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
Deprecated.
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(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 - Static variable in class org.eclipse.jetty.server.AbstractConnector
 
LOG - Static variable in class org.eclipse.jetty.server.Cookies
 
LOG - Static variable in class org.eclipse.jetty.server.CustomRequestLog
 
LOG - Static variable in class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor
 
LOG - Static variable in class org.eclipse.jetty.server.MultiPartParser
 
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
 
logout() - Method in class org.eclipse.jetty.server.Request
 
logout() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
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.
low(String, String) - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
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()
LowResourceMonitor(Server) - Constructor for class org.eclipse.jetty.server.LowResourceMonitor
 
LowResourceMonitor.ConnectorsThreadPoolLowResourceCheck - Class in org.eclipse.jetty.server
 
LowResourceMonitor.LowResourceCheck - Interface in org.eclipse.jetty.server
 
LowResourceMonitor.MainThreadPoolLowResourceCheck - Class in org.eclipse.jetty.server
 
LowResourceMonitor.MaxConnectionsLowResourceCheck - Class in org.eclipse.jetty.server
 
LowResourceMonitor.MemoryLowResourceCheck - Class in org.eclipse.jetty.server
 

M

main(String...) - Static method in class org.eclipse.jetty.server.Server
 
MainThreadPoolLowResourceCheck() - Constructor for class org.eclipse.jetty.server.LowResourceMonitor.MainThreadPoolLowResourceCheck
 
MANAGED_ATTRIBUTES - Static variable in class org.eclipse.jetty.server.handler.ContextHandler
 
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
 
mapContexts() - Method in class org.eclipse.jetty.server.handler.ContextHandlerCollection
Remap the contexts.
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_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
 
MaxConnectionsLowResourceCheck(int) - Constructor for class org.eclipse.jetty.server.LowResourceMonitor.MaxConnectionsLowResourceCheck
 
MemoryLowResourceCheck(long) - Constructor for class org.eclipse.jetty.server.LowResourceMonitor.MemoryLowResourceCheck
 
mergeQueryParameters(String, String) - Method in class org.eclipse.jetty.server.Request
 
messageComplete() - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
 
messageComplete() - Method in interface org.eclipse.jetty.server.MultiPartParser.Handler
 
method(String) - Method in class org.eclipse.jetty.server.PushBuilderImpl
 
mightCompress() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor
 
monitor() - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
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
 
MultiPart(String, String) - Constructor for class org.eclipse.jetty.server.MultiPartFormInputStream.MultiPart
 
MultiPartFormInputStream - Class in org.eclipse.jetty.server
MultiPartInputStream
MultiPartFormInputStream(InputStream, String, MultipartConfigElement, File) - Constructor for class org.eclipse.jetty.server.MultiPartFormInputStream
 
MultiPartFormInputStream.MultiPart - Class in org.eclipse.jetty.server
 
MultiPartParser - Class in org.eclipse.jetty.server
A parser for MultiPart content type.
MultiPartParser(MultiPartParser.Handler, String) - Constructor for class org.eclipse.jetty.server.MultiPartParser
 
MultiPartParser.FieldState - Enum in org.eclipse.jetty.server
 
MultiPartParser.Handler - Interface in org.eclipse.jetty.server
 
MultiPartParser.State - Enum in org.eclipse.jetty.server
 

N

NCSA_FORMAT - Static variable in class org.eclipse.jetty.server.CustomRequestLog
 
NEED_MORE_BYTES - org.eclipse.jetty.server.ConnectionFactory.Detecting.Detection
A ConnectionFactory.Detecting requires more bytes to make a decision.
needContent() - Method in class org.eclipse.jetty.server.HttpChannel
Notify the channel that content is needed.
needContent() - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
 
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
 
NetworkConnector - Interface in org.eclipse.jetty.server
A Connector for TCP/IP network connectors
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.Server) - Constructor for class org.eclipse.jetty.server.NetworkTrafficServerConnector
 
NetworkTrafficServerConnector(Server, SslContextFactory.Server) - Constructor for class org.eclipse.jetty.server.NetworkTrafficServerConnector
 
NEVER_EVICT - Static variable in interface org.eclipse.jetty.server.session.SessionCache
 
newBufferedInterceptor(HttpChannel, HttpOutput.Interceptor) - Method in class org.eclipse.jetty.server.handler.BufferedResponseHandler
 
newBufferedInterceptor(HttpChannel, HttpOutput.Interceptor) - Method in class org.eclipse.jetty.server.handler.FileBufferedResponseHandler
 
newConnection(SelectableChannel, EndPoint, Object) - Method in class org.eclipse.jetty.server.ServerConnector.ServerConnectorManager
 
newConnection(Connector, EndPoint) - Method in interface org.eclipse.jetty.server.ConnectionFactory
Creates a new Connection with the given parameters
newConnection(Connector, EndPoint) - Method in class org.eclipse.jetty.server.DetectorConnectionFactory
 
newConnection(Connector, EndPoint) - Method in class org.eclipse.jetty.server.HttpConnectionFactory
 
newConnection(Connector, EndPoint) - Method in class org.eclipse.jetty.server.NegotiatingServerConnectionFactory
 
newConnection(Connector, EndPoint) - Method in class org.eclipse.jetty.server.SslConnectionFactory
 
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
 
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.server.HttpConnection
 
newHttpGenerator() - Method in class org.eclipse.jetty.server.HttpConnection
 
newHttpOutput() - Method in class org.eclipse.jetty.server.HttpChannel
 
newHttpParser(HttpCompliance) - Method in class org.eclipse.jetty.server.HttpConnection
 
newHttpSession(HttpServletRequest) - Method in class org.eclipse.jetty.server.session.SessionHandler
Creates a new HttpSession.
newPushBuilder() - Method in class org.eclipse.jetty.server.Request
 
newRequestHandler() - Method in class org.eclipse.jetty.server.HttpConnection
 
newResource(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Convert a URL or path to a Resource.
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(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.
newResponseMetaData() - Method in class org.eclipse.jetty.server.Response
 
newSelectorManager(Executor, Scheduler, int) - Method in class org.eclipse.jetty.server.ServerConnector
 
newServerConnection(Connector, EndPoint, SSLEngine, List<String>, String) - Method in class org.eclipse.jetty.server.NegotiatingServerConnectionFactory
 
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
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.
newSslConnection(Connector, EndPoint, SSLEngine) - Method in class org.eclipse.jetty.server.SslConnectionFactory
 
nextContent() - Method in interface org.eclipse.jetty.server.ContentProducer
Get the next content that can be read from or that describes the special condition that was reached (error, eof).
nextHandle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ScopedHandler
 
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
NO_CONTENT_LENGTH - Static variable in class org.eclipse.jetty.server.Response
 
noCompression() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor
 
NONE - org.eclipse.jetty.server.Response.OutputType
 
NOOP - Static variable in class org.eclipse.jetty.server.HttpChannelListeners
 
NOOP_LISTENER - Static variable in class org.eclipse.jetty.server.HttpChannel
 
NOT_CHECKED - Static variable in interface org.eclipse.jetty.server.Authentication
Authentication not checked
NOT_RECOGNIZED - org.eclipse.jetty.server.ConnectionFactory.Detecting.Detection
A ConnectionFactory.Detecting cannot work with the given bytes.
notFound(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.ResourceService
 
NOTSET - org.eclipse.jetty.server.handler.ContextHandler.ContextStatus
 
NULL_CONTEXT_PATH - Static variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore
Used for Oracle and other databases where "" is treated as NULL
NULL_VHOST - Static variable in class org.eclipse.jetty.server.session.SessionContext
 
NullSessionCache - Class in org.eclipse.jetty.server.session
NullSessionCache Does not actually cache any Session objects.
NullSessionCache(SessionHandler) - Constructor for class org.eclipse.jetty.server.session.NullSessionCache
 
NullSessionCacheFactory - Class in org.eclipse.jetty.server.session
NullSessionCacheFactory Factory for NullSessionCaches.
NullSessionCacheFactory() - Constructor for class org.eclipse.jetty.server.session.NullSessionCacheFactory
 
NullSessionDataStore - Class in org.eclipse.jetty.server.session
NullSessionDataStore Does not actually store anything, useful for testing.
NullSessionDataStore() - Constructor for class org.eclipse.jetty.server.session.NullSessionDataStore
 
NullSessionDataStoreFactory - Class in org.eclipse.jetty.server.session
NullSessionDataStoreFactory
NullSessionDataStoreFactory() - Constructor for class org.eclipse.jetty.server.session.NullSessionDataStoreFactory
 

O

OCTETS - org.eclipse.jetty.server.MultiPartParser.State
 
onAccepted(SelectableChannel) - Method in class org.eclipse.jetty.server.ConnectionLimit
 
onAcceptFailed(SelectableChannel, Throwable) - Method in class org.eclipse.jetty.server.ConnectionLimit
 
onAccepting(SelectableChannel) - Method in class org.eclipse.jetty.server.AcceptRateLimit
 
onAccepting(SelectableChannel) - Method in class org.eclipse.jetty.server.ConnectionLimit
 
onAfterDispatch(Request) - Method in interface org.eclipse.jetty.server.HttpChannel.Listener
Invoked just after the application returns from the first invocation.
onAfterDispatch(Request) - Method in class org.eclipse.jetty.server.HttpChannel.TransientListeners
Deprecated.
 
onAfterDispatch(Request) - Method in class org.eclipse.jetty.server.HttpChannelListeners
 
onBadMessage(BadMessageException) - Method in class org.eclipse.jetty.server.HttpChannel
 
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
 
onClose(Throwable) - Method in class org.eclipse.jetty.server.HttpConnection
 
onClose(Throwable) - Method in class org.eclipse.jetty.server.LocalConnector.LocalEndPoint
 
onClose(Throwable) - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
onClosed(Connection) - Method in class org.eclipse.jetty.server.ConnectionLimit
 
onClosed(Connection) - Method in class org.eclipse.jetty.server.handler.DebugHandler
 
onClosed(Connection) - Method in class org.eclipse.jetty.server.SocketCustomizationListener
 
onComplete(AsyncEvent) - Method in class org.eclipse.jetty.server.AsyncContextState.WrappedAsyncListener
 
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.
onComplianceViolation(ComplianceViolation.Mode, ComplianceViolation, String) - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
 
onContent(HttpInput.Content) - Method in class org.eclipse.jetty.server.HttpChannel
 
onContentAdded() - Method in class org.eclipse.jetty.server.HttpChannelState
 
onContentComplete() - Method in class org.eclipse.jetty.server.HttpChannel
 
onContentProducible() - Method in interface org.eclipse.jetty.server.ContentProducer
Wake up the thread that is waiting for the next content.
onContentProducible() - Method in class org.eclipse.jetty.server.HttpInput
 
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
 
onEndPointClosed(EndPoint) - Method in class org.eclipse.jetty.server.AbstractConnector
 
onEndPointOpened(EndPoint) - Method in class org.eclipse.jetty.server.AbstractConnector
 
onError(AsyncEvent) - Method in class org.eclipse.jetty.server.AsyncContextState.WrappedAsyncListener
 
onError(Throwable) - Method in class org.eclipse.jetty.server.HttpChannelState
 
onError(HttpField, Throwable) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
onFillable() - Method in class org.eclipse.jetty.server.HttpConnection
 
onFillable() - Method in class org.eclipse.jetty.server.NegotiatingServerConnection
 
onFillInterestedFailed(Throwable) - Method in class org.eclipse.jetty.server.HttpConnection
 
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.
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
 
onOpened(Connection) - Method in class org.eclipse.jetty.server.ConnectionLimit
 
onOpened(Connection) - Method in class org.eclipse.jetty.server.handler.DebugHandler
 
onOpened(Connection) - Method in class org.eclipse.jetty.server.SocketCustomizationListener
 
onReadEof() - Method in class org.eclipse.jetty.server.HttpChannelState
 
onReadIdle() - Method in class org.eclipse.jetty.server.HttpChannelState
 
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.server.HttpConnection
 
onReadUnready() - 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.
onRequest(MetaData.Request) - Method in class org.eclipse.jetty.server.HttpChannel
 
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
 
onRequestComplete() - Method in class org.eclipse.jetty.server.HttpChannel
 
onRequestContent(Request, ByteBuffer) - Method in interface org.eclipse.jetty.server.HttpChannel.Listener
Invoked every time a request content chunk has been parsed, just before making it available to the application.
onRequestContent(Request, ByteBuffer) - Method in class org.eclipse.jetty.server.HttpChannel.TransientListeners
Deprecated.
 
onRequestContent(Request, ByteBuffer) - Method in class org.eclipse.jetty.server.HttpChannelListeners
 
onRequestContentEnd(Request) - Method in interface org.eclipse.jetty.server.HttpChannel.Listener
Invoked when the end of the request content is detected.
onRequestContentEnd(Request) - Method in class org.eclipse.jetty.server.HttpChannel.TransientListeners
Deprecated.
 
onRequestContentEnd(Request) - Method in class org.eclipse.jetty.server.HttpChannelListeners
 
onRequestEnd(Request) - Method in interface org.eclipse.jetty.server.HttpChannel.Listener
Invoked when the request has been fully parsed.
onRequestEnd(Request) - Method in class org.eclipse.jetty.server.HttpChannel.TransientListeners
Deprecated.
 
onRequestEnd(Request) - Method in class org.eclipse.jetty.server.HttpChannelListeners
 
onRequestFailure(Request, 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
 
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(Request) - Method in interface org.eclipse.jetty.server.HttpChannel.Listener
Invoked just before the response line is written to the network.
onResponseBegin(Request) - Method in class org.eclipse.jetty.server.HttpChannel.TransientListeners
Deprecated.
 
onResponseBegin(Request) - Method in class org.eclipse.jetty.server.HttpChannelListeners
 
onResponseCommit() - Method in class org.eclipse.jetty.server.Request
Called when a response is about to be committed, ie sent back to the client
onResponseCommit(Request) - Method in interface org.eclipse.jetty.server.HttpChannel.Listener
Invoked just after the response is committed (that is, the response line, headers and possibly some content have been written to the network).
onResponseCommit(Request) - Method in class org.eclipse.jetty.server.HttpChannel.TransientListeners
Deprecated.
 
onResponseCommit(Request) - Method in class org.eclipse.jetty.server.HttpChannelListeners
 
onResponseContent(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
 
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(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
 
onStartAsync(AsyncEvent) - Method in class org.eclipse.jetty.server.AsyncContextState.WrappedAsyncListener
 
onTimeout() - Method in class org.eclipse.jetty.server.HttpChannelState
 
onTimeout(AsyncEvent) - Method in class org.eclipse.jetty.server.AsyncContextState.WrappedAsyncListener
 
onTrailers(HttpFields) - Method in class org.eclipse.jetty.server.HttpChannel
 
onUpgradeFrom() - Method in class org.eclipse.jetty.server.HttpConnection
 
onUpgradeTo(ByteBuffer) - Method in class org.eclipse.jetty.server.HttpConnection
 
onWritePossible() - Method in class org.eclipse.jetty.server.HttpChannelState
 
open() - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
 
open() - Method in class org.eclipse.jetty.server.MultiPartFormInputStream.MultiPart
 
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(ServerSocketChannel) - Method in class org.eclipse.jetty.server.ServerConnector
Open the connector using the passed ServerSocketChannel.
openAcceptChannel() - Method in class org.eclipse.jetty.server.ServerConnector
Called by ServerConnector.open() to obtain the accepting channel.
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.
org.eclipse.jetty.server - module org.eclipse.jetty.server
 
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.session - package org.eclipse.jetty.server.session
Jetty Server : Session Management Implementations
otherProtocol(ByteBuffer, EndPoint) - Method in class org.eclipse.jetty.server.OptionalSslConnectionFactory

P

parse() - Method in class org.eclipse.jetty.server.MultiPartFormInputStream
Parse, if necessary, the multipart stream.
parse(ByteBuffer, boolean) - Method in class org.eclipse.jetty.server.MultiPartParser
Parse until next Event.
parsedField(String, String) - Method in interface org.eclipse.jetty.server.MultiPartParser.Handler
 
parsedHeader(HttpField) - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
 
parsedTrailer(HttpField) - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
 
parseMimePartHeaders(ByteBuffer) - Method in class org.eclipse.jetty.server.MultiPartParser
 
parseOctetContent(ByteBuffer) - Method in class org.eclipse.jetty.server.MultiPartParser
 
partialResponse() - Method in class org.eclipse.jetty.server.HttpChannelState
 
passConditionalHeaders(HttpServletRequest, HttpServletResponse, HttpContent) - Method in class org.eclipse.jetty.server.ResourceService
 
path(String) - Method in class org.eclipse.jetty.server.PushBuilderImpl
 
PREAMBLE - org.eclipse.jetty.server.MultiPartParser.State
 
prepareTables() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
Set up the tables in the database
prependHandler(Handler) - Method in class org.eclipse.jetty.server.handler.HandlerCollection
Prepends a handler.
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
 
printf(String, Object...) - Method in class org.eclipse.jetty.server.ResponseWriter
 
printf(Locale, String, Object...) - Method in class org.eclipse.jetty.server.ResponseWriter
 
println() - Method in class org.eclipse.jetty.server.ResponseWriter
 
println(boolean) - Method in class org.eclipse.jetty.server.ResponseWriter
 
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.ResponseWriter
 
println(float) - Method in class org.eclipse.jetty.server.ResponseWriter
 
println(int) - Method in class org.eclipse.jetty.server.ResponseWriter
 
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
 
produceContent() - Method in class org.eclipse.jetty.server.HttpChannel
Produce a HttpInput.Content object with data currently stored within the channel.
produceContent() - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
 
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
 
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
 
ProxyEndPoint(EndPoint, InetSocketAddress, InetSocketAddress) - Constructor for class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
Deprecated.
ProxyEndPoint(EndPoint, SocketAddress, SocketAddress) - Constructor for class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
push() - Method in class org.eclipse.jetty.server.PushBuilderImpl
 
push(MetaData.Request) - Method in class org.eclipse.jetty.server.HttpConnection
 
push(MetaData.Request) - Method in interface org.eclipse.jetty.server.HttpTransport
 
PushBuilderImpl - Class in org.eclipse.jetty.server
 
PushBuilderImpl(Request, HttpFields, String, String, String) - Constructor for class org.eclipse.jetty.server.PushBuilderImpl
 
put(String, Session) - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
Deprecated.
put(String, Session) - Method in interface org.eclipse.jetty.server.session.SessionCache
Deprecated.
putAllAttributes(Map<String, Object>) - Method in class org.eclipse.jetty.server.session.SessionData
 
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
 
putValue(String, Object) - Method in class org.eclipse.jetty.server.session.Session
Deprecated.

Q

queryString(String) - Method in class org.eclipse.jetty.server.PushBuilderImpl
 
QuietServletException - Exception in org.eclipse.jetty.server
A ServletException that is logged less verbosely than a normal ServletException.
QuietServletException() - Constructor for exception org.eclipse.jetty.server.QuietServletException
 
QuietServletException(String) - Constructor for exception org.eclipse.jetty.server.QuietServletException
 
QuietServletException(String, Throwable) - Constructor for exception org.eclipse.jetty.server.QuietServletException
 
QuietServletException(Throwable) - Constructor for exception org.eclipse.jetty.server.QuietServletException
 

R

read() - Method in class org.eclipse.jetty.server.HttpInput
 
read(byte[], int, int) - Method in class org.eclipse.jetty.server.HttpInput
 
READ_CALLBACK - org.eclipse.jetty.server.HttpChannelState.Action
 
readFrom(HttpInput.Content) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor
 
readFrom(HttpInput.Content) - Method in interface org.eclipse.jetty.server.HttpInput.Interceptor
 
reclaim(HttpInput.Content) - Method in interface org.eclipse.jetty.server.ContentProducer
Free up the content by calling Callback.succeeded() on it and updating this instance' internal state.
RECOGNIZED - org.eclipse.jetty.server.ConnectionFactory.Detecting.Detection
A ConnectionFactory.Detecting can work with the given bytes.
recordSessionTime(Session) - Method in class org.eclipse.jetty.server.session.SessionHandler
Record length of time session has been active.
recycle() - Method in interface org.eclipse.jetty.server.ContentProducer
Reset all internal state and clear any held resources.
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
 
register(LifeCycle...) - Static method in class org.eclipse.jetty.server.ShutdownMonitor
 
release() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
 
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.
remaining() - Method in class org.eclipse.jetty.server.HttpInput.Content
Get the number of bytes remaining in the buffer.
remaining() - Method in class org.eclipse.jetty.server.HttpInput.SpecialContent
 
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(Object) - Method in class org.eclipse.jetty.server.handler.InetAccessSet
 
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
 
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.
removeContextAttribute(String) - Method in class org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean
 
removeEventListener(EventListener) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
removeEventListener(EventListener) - Method in class org.eclipse.jetty.server.Request
 
removeEventListener(EventListener) - Method in class org.eclipse.jetty.server.session.SessionHandler
 
removeHandler(Handler) - Method in class org.eclipse.jetty.server.handler.HandlerCollection
 
removeHeader(String) - Method in class org.eclipse.jetty.server.PushBuilderImpl
 
removeListener(HttpChannel.Listener) - Method in class org.eclipse.jetty.server.HttpChannel
Deprecated.
removeSession(String, boolean) - Method in class org.eclipse.jetty.server.session.SessionHandler
Remove session from manager
removeValue(String) - Method in class org.eclipse.jetty.server.session.Session
Deprecated.
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
renewId(HttpServletRequest) - Method in class org.eclipse.jetty.server.session.Session
Force a change to the id of a session.
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(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(Session, String, String) - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
Swap the id on a session.
reopen() - Method in class org.eclipse.jetty.server.HttpInput
 
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
 
replaceCookie(HttpCookie) - Method in class org.eclipse.jetty.server.Response
Replace (or add) a cookie.
Request - Class in org.eclipse.jetty.server
Jetty Request.
Request(HttpChannel, HttpInput) - Constructor for class org.eclipse.jetty.server.Request
 
requestDestroyed(Request, HttpServletRequest) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
requestInitialized(Request, HttpServletRequest) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
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
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
 
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.Cookies
 
reset() - Method in class org.eclipse.jetty.server.MultiPartParser
 
reset() - Method in class org.eclipse.jetty.server.Response
 
reset() - Static method in class org.eclipse.jetty.server.ShutdownMonitor
 
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
 
resetStats() - Method in class org.eclipse.jetty.server.session.DefaultSessionCache
 
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
 
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
 
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 - Class in org.eclipse.jetty.server
Response provides the implementation for HttpServletResponse.
Response(HttpChannel, HttpOutput) - Constructor for class org.eclipse.jetty.server.Response
 
Response.OutputType - Enum in org.eclipse.jetty.server
 
ResponseWriter - Class in org.eclipse.jetty.server
Specialized PrintWriter for servlet Responses
ResponseWriter(HttpWriter, Locale, String) - Constructor for class org.eclipse.jetty.server.ResponseWriter
 
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.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(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.
Runner() - Constructor for class org.eclipse.jetty.server.session.HouseKeeper.Runner
 

S

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
 
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.
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(long) - Method in class org.eclipse.jetty.server.session.Session.SessionInactivityTimer
 
scheduleDispatch() - Method in class org.eclipse.jetty.server.HttpChannelState
 
ScopedHandler - Class in org.eclipse.jetty.server.handler
ScopedHandler.
ScopedHandler() - Constructor for class org.eclipse.jetty.server.handler.ScopedHandler
 
SecuredRedirectHandler - Class in org.eclipse.jetty.server.handler
SecuredRedirectHandler redirects from http to https.
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
 
send(MetaData.Request, MetaData.Response, ByteBuffer, boolean, Callback) - Method in class org.eclipse.jetty.server.HttpConnection
 
send(MetaData.Request, MetaData.Response, ByteBuffer, boolean, Callback) - Method in interface org.eclipse.jetty.server.HttpTransport
Asynchronous call to send a response (or part) over the transport
SEND_CONTINUE - Static variable in interface org.eclipse.jetty.server.Authentication
Authentication challenge sent.
SEND_ERROR - org.eclipse.jetty.server.HttpChannelState.Action
 
SEND_FAILURE - Static variable in interface org.eclipse.jetty.server.Authentication
Authentication failure sent.
SEND_SUCCESS - Static variable in interface org.eclipse.jetty.server.Authentication
 
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(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
 
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
 
sendErrorOrAbort(String) - Method in class org.eclipse.jetty.server.HttpChannel
 
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.
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
 
serializeAttributes(SessionData, ObjectOutputStream) - Static method in class org.eclipse.jetty.server.session.SessionData
Serialize the attribute map of the session.
Server - Class in org.eclipse.jetty.server
Jetty HTTP Servlet Server.
Server() - Constructor for class org.eclipse.jetty.server.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_VERSION - Static variable in class org.eclipse.jetty.server.HttpConfiguration
 
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.Server) - 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.Server) - Constructor for class org.eclipse.jetty.server.ServerConnector
Construct a ServerConnector with a private instance of HttpConnectionFactory as the primary protocol
ServerConnector(Server, SslContextFactory.Server, 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
 
ServerMBean - Class in org.eclipse.jetty.server.jmx
 
ServerMBean(Object) - Constructor for class org.eclipse.jetty.server.jmx.ServerMBean
 
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
 
ServletAttributes - Class in org.eclipse.jetty.server
An implementation of Attributes that supports the standard async attributes.
ServletAttributes() - Constructor for class org.eclipse.jetty.server.ServletAttributes
 
ServletPathMapping - Class in org.eclipse.jetty.server
Implementation of HttpServletMapping.
ServletPathMapping(PathSpec, String, String) - Constructor for class org.eclipse.jetty.server.ServletPathMapping
 
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
 
servletUpgrade() - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
 
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 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 in org.eclipse.jetty.server.session
State Validity states of a session
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
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 jakarta.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 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, 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.
SessionTableSchema() - Constructor for class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
SET - org.eclipse.jetty.server.session.Session.IdState
 
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).
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
 
setAliasChecks(List<ContextHandler.AliasCheck>) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setAllowNullPathInfo(boolean) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
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
setAsyncAttributes() - Method in class org.eclipse.jetty.server.Request
 
setAsyncAttributes(String, String, String, ServletPathMapping, String) - Method in class org.eclipse.jetty.server.ServletAttributes
 
setAsyncSupported(boolean, Object) - Method in class org.eclipse.jetty.server.Request
 
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
Set a request attribute.
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
 
setAttributes(Attributes) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setAttributes(Attributes) - Method in class org.eclipse.jetty.server.Request
Set the attributes for the request.
setAuthentication(Authentication) - Method in class org.eclipse.jetty.server.Request
Set the authentication.
setAvailable(boolean) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Set Available status.
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
 
setBlobType(String) - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
 
setBufferSize(int) - Method in class org.eclipse.jetty.server.HttpOutput
 
setBufferSize(int) - Method in class org.eclipse.jetty.server.MultiPartFormInputStream
 
setBufferSize(int) - Method in class org.eclipse.jetty.server.Response
 
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
 
setCatalogName(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
setCharacterEncoding(String) - Method in class org.eclipse.jetty.server.Request
 
setCharacterEncoding(String) - Method in class org.eclipse.jetty.server.Response
 
setCharacterEncodingUnchecked(String) - Method in class org.eclipse.jetty.server.Request
 
setCheckingRemoteSessionIdEncoding(boolean) - Method in class org.eclipse.jetty.server.session.SessionHandler
 
setClassLoader(ClassLoader) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setComment(String) - Method in class org.eclipse.jetty.server.session.SessionHandler.CookieConfig
 
setCompactPath(boolean) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Deprecated.
setConnection(Connection) - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
setConnectionFactories(Collection<ConnectionFactory>) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setConnectors(Connector[]) - Method in class org.eclipse.jetty.server.Server
Set the connectors for this server.
setContentFactory(HttpContent.ContentFactory) - Method in class org.eclipse.jetty.server.ResourceService
 
setContentLength(int) - Method in class org.eclipse.jetty.server.Response
 
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.server.MultiPartFormInputStream.MultiPart
 
setContentType(String) - Method in class org.eclipse.jetty.server.Request
 
setContentType(String) - Method in class org.eclipse.jetty.server.Response
 
setContext(ContextHandler.Context, String) - Method in class org.eclipse.jetty.server.Request
Set request context and path in the 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
 
setContextPath(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setContextPath(String) - Method in class org.eclipse.jetty.server.session.SessionData
 
setContextPathColumn(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
setCookies(Cookie[]) - Method in class org.eclipse.jetty.server.Cookies
 
setCookies(Cookie[]) - Method in class org.eclipse.jetty.server.Request
 
setCookieSet(long) - Method in class org.eclipse.jetty.server.session.SessionData
 
setCookieTimeColumn(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
setCreated(long) - Method in class org.eclipse.jetty.server.session.SessionData
 
setCreateTimeColumn(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
setCurrentConnection(HttpConnection) - Static method in class org.eclipse.jetty.server.HttpConnection
 
setCustomizers(List<HttpConfiguration.Customizer>) - Method in class org.eclipse.jetty.server.HttpConfiguration
Sets the HttpConfiguration.Customizers that are invoked for every request received.
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
 
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.server.Response
 
setDateHeader(String, long) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
setDebug(boolean) - Method in class org.eclipse.jetty.server.ShutdownMonitor
 
setDefaultContextPath(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Set the default context path.
setDefaultProtocol(String) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setDefaultProtocol(String) - Method in class org.eclipse.jetty.server.NegotiatingServerConnectionFactory
 
setDefaultRequestCharacterEncoding(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setDefaultResponseCharacterEncoding(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setDeflaterPool(DeflaterPool) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Set the DeflaterPool to be used.
setDeflaterPoolCapacity(int) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Deprecated.
for custom DeflaterPool settings use GzipHandler.setDeflaterPool(DeflaterPool).
setDelayDispatchUntilContent(boolean) - Method in class org.eclipse.jetty.server.HttpConfiguration
 
setDeleteOnExit(boolean) - Method in class org.eclipse.jetty.server.MultiPartFormInputStream
Deprecated.
no replacement provided.
setDeleteUnrestorableFiles(boolean) - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
 
setDeleteUnrestorableFiles(boolean) - Method in class org.eclipse.jetty.server.session.FileSessionDataStoreFactory
 
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.server.SslConnectionFactory
 
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(DispatcherType...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Set the list of supported DispatcherType that this filter will operate on.
setDispatcherTypes(String...) - 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.server.handler.gzip.GzipHandler
Set of supported DispatcherType that this filter will operate on.
setDispatchPath(String) - Method in class org.eclipse.jetty.server.AsyncContextEvent
 
setDisplayName(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setDomain(String) - Method in class org.eclipse.jetty.server.session.SessionHandler.CookieConfig
 
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
setDryRun(boolean) - Method in class org.eclipse.jetty.server.Server
 
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
 
setEnabled(boolean) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
setEnabled(boolean) - Method in class org.eclipse.jetty.server.handler.ThreadLimitHandler
 
setEncodingCacheSize(int) - Method in class org.eclipse.jetty.server.ResourceService
 
setEnsureSecureRequestCustomizer(boolean) - Method in class org.eclipse.jetty.server.SslConnectionFactory
 
setError() - 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
 
setEtags(boolean) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
setEtags(boolean) - Method in class org.eclipse.jetty.server.ResourceService
 
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
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)
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
 
setExtendedId(String) - Method in class org.eclipse.jetty.server.session.Session
 
setExtendedListenerTypes(boolean) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
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.RequestLogWriter
Set the log file name date format.
setFilter(BiPredicate<Request, Response>) - Method in class org.eclipse.jetty.server.CustomRequestLog
This allows you to set a custom filter to decide whether to log a request or omit it from the request log.
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.
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().
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
 
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
 
setGzipEquivalentFileExtensions(List<String>) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
setGzipEquivalentFileExtensions(List<String>) - Method in class org.eclipse.jetty.server.ResourceService
 
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
 
setHandlers(Handler[]) - Method in class org.eclipse.jetty.server.handler.HandlerCollection
 
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
 
setHeaderCacheCaseSensitive(boolean) - Method in class org.eclipse.jetty.server.HttpConfiguration
 
setHeaderCacheSize(int) - Method in class org.eclipse.jetty.server.HttpConfiguration
 
setHeaders(MultiMap<String>) - Method in class org.eclipse.jetty.server.MultiPartFormInputStream.MultiPart
 
setHost(String) - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
 
setHostHeader(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().
setHttpCompliance(HttpCompliance) - Method in class org.eclipse.jetty.server.HttpConfiguration
 
setHttpFields(HttpFields) - Method in class org.eclipse.jetty.server.Request
 
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
 
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
 
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
 
setIdleTimeoutMs(long) - Method in class org.eclipse.jetty.server.handler.IdleTimeoutHandler
 
setIgnorePaths(String[]) - Method in class org.eclipse.jetty.server.CustomRequestLog
Set request paths that will not be logged.
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)
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.
setInflaterPool(InflaterPool) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Set the InflaterPool to be used.
setInflaterPoolCapacity(int) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Deprecated.
for custom InflaterPool settings use GzipHandler.setInflaterPool(InflaterPool).
setInheritChannel(boolean) - Method in class org.eclipse.jetty.server.ServerConnector
Sets whether this connector uses a channel inherited from the JVM.
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
 
setInputBufferSize(int) - Method in class org.eclipse.jetty.server.AbstractConnectionFactory
 
setInterceptor(HttpInput.Interceptor) - Method in interface org.eclipse.jetty.server.ContentProducer
Set the interceptor.
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.
setJspConfigDescriptor(JspConfigDescriptor) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
setKey(String) - Method in class org.eclipse.jetty.server.ShutdownMonitor
 
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
 
setLocale(Locale) - Method in class org.eclipse.jetty.server.Response
 
setLogger(Logger) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setLoggerName(String) - Method in class org.eclipse.jetty.server.Slf4jRequestLogWriter
 
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
 
setMapColumn(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
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
 
setMaxConnections(int) - Method in class org.eclipse.jetty.server.ConnectionLimit
 
setMaxErrorDispatches(int) - Method in class org.eclipse.jetty.server.HttpConfiguration
 
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.
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
 
setMaxProxyHeader(int) - Method in class org.eclipse.jetty.server.ProxyConnectionFactory
 
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.server.Request
 
setMimeTypes(MimeTypes) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setMimeTypes(MimeTypes) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
setMinGzipSize(int) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Set the minimum response size to trigger dynamic compression.
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.
setMonitoredConnectors(Collection<Connector>) - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
setMonitorThreads(boolean) - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
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
 
setNetworkTrafficListener(NetworkTrafficListener) - Method in class org.eclipse.jetty.server.NetworkTrafficServerConnector
 
setNewContextURL(String) - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
 
setNotifyRemoteAsyncErrors(boolean) - Method in class org.eclipse.jetty.server.HttpConfiguration
 
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
 
setPath(String) - Method in class org.eclipse.jetty.server.session.SessionHandler.CookieConfig
 
setPathInfoOnly(boolean) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
setPathInfoOnly(boolean) - Method in class org.eclipse.jetty.server.ResourceService
 
setPeriod(int) - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
setPermanent(boolean) - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
 
setPersistentConnectionsEnabled(boolean) - Method in class org.eclipse.jetty.server.HttpConfiguration
 
setPort(int) - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
 
setPort(int) - Method in class org.eclipse.jetty.server.ShutdownMonitor
 
setPrecompressedFormats(CompressedContentFormat[]) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
setPrecompressedFormats(CompressedContentFormat[]) - Method in class org.eclipse.jetty.server.ResourceService
 
setProtectedTargets(String[]) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setProtocol(String) - Method in class org.eclipse.jetty.server.NegotiatingServerConnection
 
setProxyAsAuthority(boolean) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
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
 
setRandom(Random) - Method in class org.eclipse.jetty.server.session.DefaultSessionIdManager
 
setReadListener(ReadListener) - Method in class org.eclipse.jetty.server.HttpInput
 
setReasons(String) - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
setRecordHttpComplianceViolations(boolean) - Method in class org.eclipse.jetty.server.HttpConnectionFactory
 
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
 
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
 
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
 
setReseed(long) - Method in class org.eclipse.jetty.server.session.DefaultSessionIdManager
Set the reseed probability.
setResident(boolean) - Method in class org.eclipse.jetty.server.session.Session
 
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
 
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).
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
 
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
 
setSchemaName(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
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.
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.
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.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
 
setServerInfo(String) - Static method in class org.eclipse.jetty.server.handler.ContextHandler
 
setServletPathMapping(ServletPathMapping) - Method in class org.eclipse.jetty.server.Request
Set the servletPathMapping, the servletPath and the pathInfo.
setSession(HttpSession) - Method in class org.eclipse.jetty.server.Request
 
setSessionCache(SessionCache) - Method in class org.eclipse.jetty.server.session.SessionHandler
 
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
 
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.
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
 
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
 
setShutdownIdleTimeout(long) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setSniHostCheck(boolean) - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
 
setSniRequired(boolean) - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
 
setSslIsSecure(boolean) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
setSslSessionAttribute(String) - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
 
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
Deprecated.
setStatusWithReason(int, String) - Method in class org.eclipse.jetty.server.Response
 
setStopAtShutdown(boolean) - Method in class org.eclipse.jetty.server.Server
Set stop server at shutdown behaviour.
setStopTimeout(long) - Method in class org.eclipse.jetty.server.Server
 
setStoreDir(File) - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
 
setStoreDir(File) - Method in class org.eclipse.jetty.server.session.FileSessionDataStoreFactory
 
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
 
setSyncFlush(boolean) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Set the Deflater flush mode to use.
setTableName(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
setTempDir(Path) - Method in class org.eclipse.jetty.server.handler.FileBufferedResponseHandler
 
setThreadLimit(int) - Method in class org.eclipse.jetty.server.handler.ThreadLimitHandler
 
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
 
setTrailerFields(Supplier<Map<String, String>>) - Method in class org.eclipse.jetty.server.Response
 
setTrailerHttpFields(HttpFields) - Method in class org.eclipse.jetty.server.Request
 
setTrailers(Supplier<HttpFields>) - Method in class org.eclipse.jetty.server.Response
 
setUriCompliance(UriCompliance) - Method in class org.eclipse.jetty.server.HttpConfiguration
 
setUseInputDirectByteBuffers(boolean) - Method in class org.eclipse.jetty.server.HttpConfiguration
 
setUseInputDirectByteBuffers(boolean) - Method in class org.eclipse.jetty.server.HttpConnection
 
setUseInputDirectByteBuffers(boolean) - Method in class org.eclipse.jetty.server.HttpConnectionFactory
 
setUseOutputDirectByteBuffers(boolean) - Method in class org.eclipse.jetty.server.HttpConfiguration
 
setUseOutputDirectByteBuffers(boolean) - Method in class org.eclipse.jetty.server.HttpConnection
 
setUseOutputDirectByteBuffers(boolean) - Method in class org.eclipse.jetty.server.HttpConnectionFactory
 
setUserIdentityScope(UserIdentity.Scope) - Method in class org.eclipse.jetty.server.Request
 
setUsingCookies(boolean) - Method in class org.eclipse.jetty.server.session.SessionHandler
 
setUsingSecurityManager(boolean) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setVary(HttpField) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
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.
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
 
setWorkerName(String) - Method in class org.eclipse.jetty.server.session.DefaultSessionIdManager
Set the workername.
setWriteFilesWithFilenames(boolean) - Method in class org.eclipse.jetty.server.MultiPartFormInputStream
 
setWriteListener(WriteListener) - Method in class org.eclipse.jetty.server.HttpOutput
 
shouldBuffer(HttpChannel, boolean) - Method in class org.eclipse.jetty.server.handler.BufferedResponseHandler
 
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 - org.eclipse.jetty.server.handler.ContextHandler.Availability
 
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
Creates a listener that lets the server be shut down remotely (but only from localhost).
ShutdownHandler(String, boolean, boolean) - Constructor for class org.eclipse.jetty.server.handler.ShutdownHandler
 
ShutdownMonitor - Class in org.eclipse.jetty.server
Shutdown/Stop Monitor thread.
shutdownOutput() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
shutdownSessions() - Method in class org.eclipse.jetty.server.session.SessionHandler
Prepare sessions for session manager shutdown
size() - Method in class org.eclipse.jetty.server.handler.InetAccessSet
 
skip(int) - Method in class org.eclipse.jetty.server.HttpInput.Content
Skip some bytes from the buffer.
skip(int) - Method in class org.eclipse.jetty.server.HttpInput.SpecialContent
 
Slf4jRequestLogWriter - Class in org.eclipse.jetty.server
Request log writer using a Slf4jLog Logger
Slf4jRequestLogWriter() - Constructor for class org.eclipse.jetty.server.Slf4jRequestLogWriter
 
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
 
softClose() - Method in class org.eclipse.jetty.server.HttpOutput
 
SpecialContent() - Constructor for class org.eclipse.jetty.server.HttpInput.SpecialContent
 
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.Server, String) - Constructor for class org.eclipse.jetty.server.SslConnectionFactory
 
start() - Method in class org.eclipse.jetty.server.ShutdownMonitor
 
start(Runnable) - Method in class org.eclipse.jetty.server.AsyncContextState
 
start(LifeCycle) - Method in class org.eclipse.jetty.server.Server
 
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.
startHandling(Request, boolean) - Method in class org.eclipse.jetty.server.handler.AsyncDelayHandler
Called to indicate that a request has been presented for handling
STARTING - org.eclipse.jetty.server.handler.ContextHandler.Availability
 
startPart() - Method in interface org.eclipse.jetty.server.MultiPartParser.Handler
 
startRequest(String, String, HttpVersion) - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
 
startScavenging() - Method in class org.eclipse.jetty.server.session.HouseKeeper
If scavenging is not scheduled, schedule it.
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
 
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
stopContext() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
STOPPED - org.eclipse.jetty.server.handler.ContextHandler.Availability
 
stopScavenging() - Method in class org.eclipse.jetty.server.session.HouseKeeper
If scavenging is scheduled, stop it.
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.
STREAM - org.eclipse.jetty.server.Response.OutputType
 
succeeded() - Method in class org.eclipse.jetty.server.HttpInput.WrappingContent
 
sweepDisk(long) - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
Check all session files for any context and remove any that expired at or before the time limit.
sweepFile(long, Path) - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
Delete file (from any context) that expired at or before the given time

T

takeNewContext() - Method in class org.eclipse.jetty.server.Request
 
TERMINATED - org.eclipse.jetty.server.HttpChannelState.Action
 
test(InetAccessSet.AccessTuple) - Method in class org.eclipse.jetty.server.handler.InetAccessSet
 
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
 
throwIfError() - Method in class org.eclipse.jetty.server.MultiPartFormInputStream
Throws an exception if one has been latched.
timeout() - Method in class org.eclipse.jetty.server.HttpChannelState
 
TLS_VERSION - Static variable in class org.eclipse.jetty.server.ProxyConnectionFactory
 
to416HeaderRangeString(long) - Static method in class org.eclipse.jetty.server.InclusiveByteRange
 
toConnectionString() - Method in class org.eclipse.jetty.server.HttpConnection
 
toHeaderRangeString(long) - Method in class org.eclipse.jetty.server.InclusiveByteRange
 
toStatsHTML() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
toString() - Method in class org.eclipse.jetty.server.AbstractConnectionFactory
 
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
 
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.gzip.GzipHandler
 
toString() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
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.HttpInput.Content
 
toString() - Method in class org.eclipse.jetty.server.HttpInput.EofContent
 
toString() - Method in class org.eclipse.jetty.server.HttpInput.ErrorContent
 
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.MultiPartFormInputStream.MultiPart
 
toString() - Method in class org.eclipse.jetty.server.MultiPartParser
 
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.ServletPathMapping
 
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
 
TransientListeners() - Constructor for class org.eclipse.jetty.server.HttpChannel.TransientListeners
Deprecated.
 
tryFillInterested(Callback) - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 

U

UNAUTHENTICATED - Static variable in interface org.eclipse.jetty.server.Authentication
Unauthenticated state.
UNAUTHENTICATED_IDENTITY - Static variable in interface org.eclipse.jetty.server.UserIdentity
 
UNAVAILABLE - org.eclipse.jetty.server.handler.ContextHandler.Availability
 
unbindValue(String, Object) - Method in class org.eclipse.jetty.server.session.Session
Unbind value if value implements HttpSessionBindingListener (calls HttpSessionBindingListener.valueUnbound(HttpSessionBindingEvent))
undeployHandler(Handler, Callback) - Method in class org.eclipse.jetty.server.handler.ContextHandlerCollection
Thread safe undeploy of a Handler.
unhandle() - Method in class org.eclipse.jetty.server.HttpChannelState
Signal that the HttpConnection has finished handling the request.
unlimit() - Method in class org.eclipse.jetty.server.AcceptRateLimit
 
unlimit() - Method in class org.eclipse.jetty.server.ConnectionLimit
 
UnreadableSessionDataException - Exception in org.eclipse.jetty.server.session
UnreadableSessionDataException
UnreadableSessionDataException(String, SessionContext, Throwable) - Constructor for exception org.eclipse.jetty.server.session.UnreadableSessionDataException
 
UNSET - org.eclipse.jetty.server.ForwardedRequestCustomizer.Source
 
unwrap() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
unwrap(ServletRequest) - Static method in class org.eclipse.jetty.server.Request
 
unwrap(ServletResponse) - Static method in class org.eclipse.jetty.server.Response
 
unwrap(Throwable, Class<?>...) - Method in class org.eclipse.jetty.server.HttpChannel
Unwrap failure causes to find target class
UnwriteableSessionDataException - Exception in org.eclipse.jetty.server.session
UnwriteableSessionDataException
UnwriteableSessionDataException(String, SessionContext, Throwable) - Constructor for exception org.eclipse.jetty.server.session.UnwriteableSessionDataException
 
updateBean(String, Object, Object) - Method in class org.eclipse.jetty.server.handler.ManagedAttributeListener
 
updateHandlers(HandlerCollection.Handlers, HandlerCollection.Handlers) - Method in class org.eclipse.jetty.server.handler.HandlerCollection
 
updateResponse(Request) - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
upgrade() - Method in class org.eclipse.jetty.server.HttpChannelState
 
upgrade(Class<T>) - Method in class org.eclipse.jetty.server.Request
 
upgrade(Class<T>) - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
upgrade(Connection) - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
UPGRADE_CONNECTION_ATTRIBUTE - Static variable in interface org.eclipse.jetty.server.HttpTransport
 
upgradeConnection(Connector, EndPoint, MetaData.Request, HttpFields.Mutable) - Method in interface org.eclipse.jetty.server.ConnectionFactory.Upgrading
Create a connection for an upgrade request.
UPGRADED - 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.
use() - Method in class org.eclipse.jetty.server.session.Session
 
USE_KNOWN_CONTENT_LENGTH - Static variable in class org.eclipse.jetty.server.Response
 
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
 
Utf8HttpWriter - Class in org.eclipse.jetty.server
OutputWriter.
Utf8HttpWriter(HttpOutput) - Constructor for class org.eclipse.jetty.server.Utf8HttpWriter
 

V

VALID - org.eclipse.jetty.server.session.Session.State
 
VALUE - org.eclipse.jetty.server.MultiPartParser.FieldState
 
valueOf(String) - Static method in enum org.eclipse.jetty.server.ConnectionFactory.Detecting.Detection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jetty.server.ForwardedRequestCustomizer.Source
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jetty.server.handler.ContextHandler.Availability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jetty.server.handler.ContextHandler.ContextStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jetty.server.HttpChannelState.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jetty.server.HttpChannelState.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jetty.server.MultiPartParser.FieldState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jetty.server.MultiPartParser.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jetty.server.Response.OutputType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jetty.server.session.Session.IdState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jetty.server.session.Session.State
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.eclipse.jetty.server.ConnectionFactory.Detecting.Detection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jetty.server.ForwardedRequestCustomizer.Source
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jetty.server.handler.ContextHandler.Availability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jetty.server.handler.ContextHandler.ContextStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jetty.server.HttpChannelState.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jetty.server.HttpChannelState.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jetty.server.MultiPartParser.FieldState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jetty.server.MultiPartParser.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jetty.server.Response.OutputType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jetty.server.session.Session.IdState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jetty.server.session.Session.State
Returns an array containing the constants of this enum type, in the order they are declared.
VARY_ACCEPT_ENCODING - Static variable in class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor
 

W

WAIT - org.eclipse.jetty.server.HttpChannelState.Action
 
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 - 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
 
willPassivate() - Method in class org.eclipse.jetty.server.session.Session
Call the passivation listeners.
WOKEN - org.eclipse.jetty.server.HttpChannelState.State
 
WrappedAsyncListener(AsyncListener, ServletRequest, ServletResponse) - Constructor for class org.eclipse.jetty.server.AsyncContextState.WrappedAsyncListener
 
WrappingContent(HttpInput.Content, boolean) - Constructor for class org.eclipse.jetty.server.HttpInput.WrappingContent
 
write(byte[], int, int) - Method in class org.eclipse.jetty.server.HttpOutput
 
write(byte[], int, int) - Method in class org.eclipse.jetty.server.MultiPartFormInputStream.MultiPart
 
write(char[]) - Method in class org.eclipse.jetty.server.ResponseWriter
 
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(int) - Method in class org.eclipse.jetty.server.HttpOutput
 
write(int) - Method in class org.eclipse.jetty.server.MultiPartFormInputStream.MultiPart
 
write(int) - Method in class org.eclipse.jetty.server.ResponseWriter
 
write(Writer, String) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
write(String) - Method in class org.eclipse.jetty.server.AsyncRequestLogWriter
 
write(String) - Method in class org.eclipse.jetty.server.MultiPartFormInputStream.MultiPart
 
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.Slf4jRequestLogWriter
 
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(ByteBuffer) - Method in class org.eclipse.jetty.server.HttpOutput
 
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(Callback, ByteBuffer...) - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
WRITE_CALLBACK - org.eclipse.jetty.server.HttpChannelState.Action
 
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
 
writePoweredBy(Appendable, String, String) - Method in class org.eclipse.jetty.server.HttpConfiguration
 
WRITER - org.eclipse.jetty.server.Response.OutputType
 

X

X509_CERT - Static variable in class org.eclipse.jetty.server.SecureRequestCustomizer
 
XFORWARDED_FOR - org.eclipse.jetty.server.ForwardedRequestCustomizer.Source
 
XFORWARDED_HOST - org.eclipse.jetty.server.ForwardedRequestCustomizer.Source
 
XFORWARDED_PORT - org.eclipse.jetty.server.ForwardedRequestCustomizer.Source
 
XFORWARDED_PROTO - org.eclipse.jetty.server.ForwardedRequestCustomizer.Source
 
XFORWARDED_SERVER - org.eclipse.jetty.server.ForwardedRequestCustomizer.Source
 
XPROXIED_HTTPS - org.eclipse.jetty.server.ForwardedRequestCustomizer.Source
 

_

__CheckRemoteSessionEncoding - Static variable in class org.eclipse.jetty.server.session.SessionHandler
 
__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
 
__FORWARD_PREFIX - Static variable in class org.eclipse.jetty.server.Dispatcher
Dispatch include attribute names
__INCLUDE_PREFIX - Static variable in class org.eclipse.jetty.server.Dispatcher
Dispatch include attribute names
__MaxAgeProperty - Static variable in class org.eclipse.jetty.server.session.SessionHandler
Session Max Age.
__MULTIPART_CONFIG_ELEMENT - Static variable in class org.eclipse.jetty.server.Request
 
__NEW_SESSION_ID - Static variable in class org.eclipse.jetty.server.session.DefaultSessionIdManager
 
__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.
_accessed - Variable in class org.eclipse.jetty.server.session.SessionData
 
_accessTimeColumn - Variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
_attributes - Variable in class org.eclipse.jetty.server.session.SessionData
 
_blobType - Variable in class org.eclipse.jetty.server.session.DatabaseAdaptor
 
_bout - Variable in class org.eclipse.jetty.server.MultiPartFormInputStream.MultiPart
 
_cache - Variable in class org.eclipse.jetty.server.session.CachingSessionDataStore
The fronting cache
_candidateSessionIdsForExpiry - Variable in class org.eclipse.jetty.server.session.SessionHandler
 
_catalogName - Variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
_checkingRemoteSessionIdEncoding - Variable in class org.eclipse.jetty.server.session.SessionHandler
 
_content - Variable in class org.eclipse.jetty.server.HttpInput.Content
 
_contentType - Variable in class org.eclipse.jetty.server.MultiPartFormInputStream.MultiPart
 
_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.SessionHandler
 
_contextPath - Variable in class org.eclipse.jetty.server.session.SessionData
 
_contextPathColumn - Variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
_contextStatus - Variable in class org.eclipse.jetty.server.handler.ContextHandler
 
_contextString - Variable in class org.eclipse.jetty.server.session.FileSessionDataStore
 
_cookieList - Variable in class org.eclipse.jetty.server.Cookies
 
_cookieSet - Variable in class org.eclipse.jetty.server.session.SessionData
 
_cookieTimeColumn - Variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
_created - Variable in class org.eclipse.jetty.server.session.SessionData
 
_createTimeColumn - Variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
_dbAdaptor - Variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore
 
_dbAdaptor - Variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
_deleteUnrestorableFiles - Variable in class org.eclipse.jetty.server.session.FileSessionDataStore
 
_dftMaxIdleSecs - Variable in class org.eclipse.jetty.server.session.SessionHandler
Setting of max inactive interval for new sessions -1 means no timeout
_dirty - Variable in class org.eclipse.jetty.server.session.SessionData
 
_enabled - Variable in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
_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)
_expiry - Variable in class org.eclipse.jetty.server.session.SessionData
 
_expiryTimeColumn - Variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
_extendedId - Variable in class org.eclipse.jetty.server.session.Session
 
_extendedListenerTypes - Variable in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
_file - Variable in class org.eclipse.jetty.server.MultiPartFormInputStream.MultiPart
 
_filename - Variable in class org.eclipse.jetty.server.MultiPartFormInputStream.MultiPart
 
_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.
_gracePeriodSec - Variable in class org.eclipse.jetty.server.session.AbstractSessionDataStore
 
_handler - Variable in class org.eclipse.jetty.server.handler.HandlerWrapper
 
_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
 
_headers - Variable in class org.eclipse.jetty.server.MultiPartFormInputStream.MultiPart
 
_houseKeeper - Variable in class org.eclipse.jetty.server.session.DefaultSessionIdManager
 
_httpOnly - Variable in class org.eclipse.jetty.server.session.SessionHandler
 
_id - Variable in class org.eclipse.jetty.server.session.SessionData
 
_idChanged - Variable in class org.eclipse.jetty.server.session.Session
 
_idColumn - Variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
_initialized - Variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore
 
_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.
_lastAccessed - Variable in class org.eclipse.jetty.server.session.SessionData
 
_lastAccessTimeColumn - Variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
_lastExpiryCheckTime - Variable in class org.eclipse.jetty.server.session.AbstractSessionDataStore
 
_lastNode - Variable in class org.eclipse.jetty.server.session.SessionData
 
_lastNodeColumn - Variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
_lastOrphanSweepTime - Variable in class org.eclipse.jetty.server.session.AbstractSessionDataStore
 
_lastSaved - Variable in class org.eclipse.jetty.server.session.SessionData
 
_lastSavedTimeColumn - Variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
_lastSweepTime - Variable in class org.eclipse.jetty.server.session.FileSessionDataStore
 
_loader - Variable in class org.eclipse.jetty.server.session.SessionHandler
 
_lock - Variable in class org.eclipse.jetty.server.session.Session
 
_longType - Variable in class org.eclipse.jetty.server.session.DatabaseAdaptor
 
_mapColumn - Variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
_mapFactory - Variable in class org.eclipse.jetty.server.session.CachingSessionDataStoreFactory
 
_maxCookieAge - Variable in class org.eclipse.jetty.server.session.SessionHandler
 
_maxInactiveMs - Variable in class org.eclipse.jetty.server.session.SessionData
 
_maxIntervalColumn - Variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
_metaDataDirty - Variable in class org.eclipse.jetty.server.session.SessionData
 
_name - Variable in class org.eclipse.jetty.server.MultiPartFormInputStream.MultiPart
 
_newSession - Variable in class org.eclipse.jetty.server.session.Session
 
_nextScope - Variable in class org.eclipse.jetty.server.handler.ScopedHandler
 
_out - Variable in class org.eclipse.jetty.server.MultiPartFormInputStream.MultiPart
 
_outerScope - Variable in class org.eclipse.jetty.server.handler.ScopedHandler
 
_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
 
_random - Variable in class org.eclipse.jetty.server.session.DefaultSessionIdManager
 
_rawFields - Variable in class org.eclipse.jetty.server.Cookies
 
_refreshCookieAge - Variable in class org.eclipse.jetty.server.session.SessionHandler
 
_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.
_requests - Variable in class org.eclipse.jetty.server.session.Session
 
_reseed - Variable in class org.eclipse.jetty.server.session.DefaultSessionIdManager
 
_resident - Variable in class org.eclipse.jetty.server.session.Session
 
_runner - Variable in class org.eclipse.jetty.server.session.HouseKeeper
 
_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
_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
 
_scheduler - Variable in class org.eclipse.jetty.server.session.HouseKeeper
 
_scheduler - Variable in class org.eclipse.jetty.server.session.SessionHandler
 
_schemaName - Variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
_schemaProvided - Variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore
 
_scontext - Variable in class org.eclipse.jetty.server.handler.ContextHandler
 
_secureCookies - Variable in class org.eclipse.jetty.server.session.SessionHandler
 
_secureRequestOnly - Variable in class org.eclipse.jetty.server.session.SessionHandler
 
_server - Variable in class org.eclipse.jetty.server.LowResourceMonitor
 
_server - Variable in class org.eclipse.jetty.server.session.DefaultSessionIdManager
 
_sessionAttributeListeners - Variable in class org.eclipse.jetty.server.session.SessionHandler
 
_sessionCache - Variable in class org.eclipse.jetty.server.session.SessionHandler
 
_sessionComment - Variable in class org.eclipse.jetty.server.session.SessionHandler
 
_sessionContext - Variable in class org.eclipse.jetty.server.session.SessionHandler
 
_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
 
_sessionIdListeners - Variable in class org.eclipse.jetty.server.session.SessionHandler
 
_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.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
 
_size - Variable in class org.eclipse.jetty.server.MultiPartFormInputStream.MultiPart
 
_state - Variable in class org.eclipse.jetty.server.session.Session
 
_stateChangeCompleted - Variable in class org.eclipse.jetty.server.session.Session
 
_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
 
_stringType - Variable in class org.eclipse.jetty.server.session.DatabaseAdaptor
 
_tableName - Variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
_task - Variable in class org.eclipse.jetty.server.session.HouseKeeper
 
_temporary - Variable in class org.eclipse.jetty.server.MultiPartFormInputStream.MultiPart
 
_timer - Variable in class org.eclipse.jetty.server.session.Session.SessionInactivityTimer
 
_usingCookies - Variable in class org.eclipse.jetty.server.session.SessionHandler
 
_usingURLs - Variable in class org.eclipse.jetty.server.session.SessionHandler
 
_vhost - Variable in class org.eclipse.jetty.server.session.SessionData
 
_virtualHostColumn - Variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
_weakRandom - Variable in class org.eclipse.jetty.server.session.DefaultSessionIdManager
 
_workerAttr - Variable in class org.eclipse.jetty.server.session.DefaultSessionIdManager
 
_workerName - Variable in class org.eclipse.jetty.server.session.DefaultSessionIdManager
 
A B C D E F G H I J L M N O P Q R S T U V W X _ 
All Classes All Packages