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

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.
AbstractConnectionFactory - Class in org.eclipse.jetty.server
Provides the common handling for ConnectionFactory implementations including:
AbstractConnectionFactory(String) - Constructor for class org.eclipse.jetty.server.AbstractConnectionFactory
 
AbstractConnectionFactory(String...) - Constructor for class org.eclipse.jetty.server.AbstractConnectionFactory
 
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
An extension of AbstractHandler that handles DispatcherType.ERROR dispatches.
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
 
AbstractNCSARequestLog - Class in org.eclipse.jetty.server
Base implementation of the RequestLog outputs logs in the pseudo-standard NCSA common log format.
AbstractNCSARequestLog() - Constructor for class org.eclipse.jetty.server.AbstractNCSARequestLog
 
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
 
AbstractSessionCache.PlaceHolderSession - Class in org.eclipse.jetty.server.session
PlaceHolder
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
 
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, PathMap<IPAddressMap<Boolean>>) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
Deprecated.
Helper method to parse the new entry and add it to the specified address pattern map.
addAliasCheck(ContextHandler.AliasCheck) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Add an AliasCheck instance to possibly permit aliased resources
addBlack(String) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
Deprecated.
Add a blacklist entry to an existing handler configuration
addConnectionFactory(ConnectionFactory) - Method in class org.eclipse.jetty.server.AbstractConnector
 
addConnector(Connector) - Method in class org.eclipse.jetty.server.Server
 
addContent(HttpInput.Content) - Method in class org.eclipse.jetty.server.HttpInput
Adds some content to this input stream.
addContext(String, String) - Method in class org.eclipse.jetty.server.handler.ContextHandlerCollection
Add a context handler.
addCookie(Cookie) - Method in class org.eclipse.jetty.server.Response
 
addCookie(Cookie) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
addCookie(HttpCookie) - Method in class org.eclipse.jetty.server.Response
 
addCookieField(String) - Method in class org.eclipse.jetty.server.CookieCutter
 
addCustomizer(HttpConfiguration.Customizer) - Method in class org.eclipse.jetty.server.HttpConfiguration
Add 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.
addExcludedAgentPatterns(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
addExcludedMethods(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
addExcludedMimeTypes(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Adds mime types to the excluded list.
addExcludedPaths(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Add paths to excluded paths list.
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
 
addFilter(String, Filter) - 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
Add a form encoded HTTP Method
addHandler(Handler) - Method in class org.eclipse.jetty.server.handler.HandlerCollection
 
addHeader(String, String) - Method in interface org.eclipse.jetty.server.PushBuilder
Add a header to be used for the push.
addHeader(String, String) - Method in class org.eclipse.jetty.server.PushBuilderImpl
 
addHeader(String, String) - Method in class org.eclipse.jetty.server.Response
 
addHeader(String, String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
addIfAbsentConnectionFactory(ConnectionFactory) - Method in class org.eclipse.jetty.server.AbstractConnector
 
addIncludedAgentPatterns(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
addIncludedMethods(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
addIncludedMimeTypes(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Add included mime types.
addIncludedPaths(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Adds paths specs to the included list.
addInterceptor(HttpInput.Interceptor) - Method in class org.eclipse.jetty.server.HttpInput
addIntHeader(String, int) - Method in class org.eclipse.jetty.server.Response
 
addIntHeader(String, int) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
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(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(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
 
addNetworkTrafficListener(NetworkTrafficListener) - Method in class org.eclipse.jetty.server.NetworkTrafficServerConnector
 
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, 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
 
addServlet(String, Servlet) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
 
addSetRFC2965Cookie(String, String, String, String, long, String, boolean, boolean, int) - Method in class org.eclipse.jetty.server.Response
Format a set cookie value
addSetRFC6265Cookie(String, String, String, String, long, boolean, boolean) - Method in class org.eclipse.jetty.server.Response
Format a set cookie value by RFC6265
addThrowable(Throwable) - Method in class org.eclipse.jetty.server.AsyncContextEvent
 
addToAllConnectors(Server) - Static method in class org.eclipse.jetty.server.ConnectorStatistics
Deprecated.
 
addToAllConnectors(Server) - Static method in class org.eclipse.jetty.server.ServerConnectionStatistics
 
addVirtualHosts(String[]) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Either set virtual hosts or add to an existing set of virtual hosts.
addWhite(String) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
Deprecated.
Add a whitelist entry to an existing handler configuration
AEOF - Static variable in class org.eclipse.jetty.server.HttpInput
 
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 - Static variable in class org.eclipse.jetty.server.HttpInput
 
ASYNC_DISPATCH - org.eclipse.jetty.server.HttpChannelState.Action
 
ASYNC_ERROR - org.eclipse.jetty.server.HttpChannelState.Action
 
ASYNC_ERROR - org.eclipse.jetty.server.HttpChannelState.State
 
ASYNC_IO - org.eclipse.jetty.server.HttpChannelState.State
 
ASYNC_WAIT - org.eclipse.jetty.server.HttpChannelState.State
 
ASYNC_WOKEN - org.eclipse.jetty.server.HttpChannelState.State
 
AsyncContextEvent - Class in org.eclipse.jetty.server
 
AsyncContextEvent(ContextHandler.Context, AsyncContextState, HttpChannelState, Request, ServletRequest, ServletResponse) - Constructor for class org.eclipse.jetty.server.AsyncContextEvent
 
AsyncContextState - Class in org.eclipse.jetty.server
 
AsyncContextState(HttpChannelState) - Constructor for class org.eclipse.jetty.server.AsyncContextState
 
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
 
AsyncNCSARequestLog - Class in org.eclipse.jetty.server
An asynchronously writing NCSA Request Log
AsyncNCSARequestLog() - Constructor for class org.eclipse.jetty.server.AsyncNCSARequestLog
 
AsyncNCSARequestLog(String) - Constructor for class org.eclipse.jetty.server.AsyncNCSARequestLog
 
AsyncNCSARequestLog(String, BlockingQueue<String>) - Constructor for class org.eclipse.jetty.server.AsyncNCSARequestLog
 
AsyncNCSARequestLog(BlockingQueue<String>) - Constructor for class org.eclipse.jetty.server.AsyncNCSARequestLog
 
asyncReadFillInterested() - Method in class org.eclipse.jetty.server.HttpConnection
 
asyncReadProduce() - Method in class org.eclipse.jetty.server.HttpInput
Called by channel when asynchronous IO needs to produce more content
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.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 class org.eclipse.jetty.server.HttpInput
 
AVAILABLE - org.eclipse.jetty.server.handler.ContextHandler.Availability
 

B

badMessage(int, String) - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
 
badMessageError(int, String, HttpFields) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
Bad Message Error body
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))
blockForContent() - Method in class org.eclipse.jetty.server.HttpInput
Blocks until some content or some end-of-file event arrives.
blockForContent(HttpInput) - Method in class org.eclipse.jetty.server.HttpInput.State
 
blockingReadFailure(Throwable) - Method in class org.eclipse.jetty.server.HttpConnection
 
blockingReadFillInterested() - Method in class org.eclipse.jetty.server.HttpConnection
 
BufferedResponseHandler - Class in org.eclipse.jetty.server.handler
Buffered Response Handler
BufferedResponseHandler() - Constructor for class org.eclipse.jetty.server.handler.BufferedResponseHandler
 

C

CACHED_INFO_ATTR - Static variable in class org.eclipse.jetty.server.SecureRequestCustomizer
The name of the SSLSession attribute that will contain any cached information.
CachedContentFactory - Class in org.eclipse.jetty.server
Caching HttpContent.Factory
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
 
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.
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
 
ChainedInterceptor(HttpInput.Interceptor, HttpInput.Interceptor) - Constructor for class org.eclipse.jetty.server.HttpInput.ChainedInterceptor
 
changeSessionId() - Method in class org.eclipse.jetty.server.Request
 
changeSessionId() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
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
 
checkAlias(String, Resource) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
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
 
checkLocked() - Method in class org.eclipse.jetty.server.session.Session
 
checkProtocolNegotiationAvailable() - Static method in class org.eclipse.jetty.server.NegotiatingServerConnectionFactory
 
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
 
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
 
clearConnectionFactories() - Method in class org.eclipse.jetty.server.AbstractConnector
 
clearError() - Method in class org.eclipse.jetty.server.ResponseWriter
 
clearEventListeners() - Method in class org.eclipse.jetty.server.session.SessionHandler
Removes all event listeners for session-related events.
clearLowResources() - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
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.NegotiatingServerConnection
 
close() - Method in interface org.eclipse.jetty.server.NetworkConnector
Performs the activities needed to close the network communication (for example, to stop accepting network connections).
close() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
close() - Method in class org.eclipse.jetty.server.ResponseWriter
 
close() - Method in class org.eclipse.jetty.server.ServerConnector
 
closeOutput() - Method in class org.eclipse.jetty.server.Response
 
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
 
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 by the SessionHandler when a session is last accessed by a request.
complete(Session, Request) - Method in class org.eclipse.jetty.server.session.SessionHandler
 
COMPLETE - org.eclipse.jetty.server.HttpChannelState.Action
 
completed() - Method in class org.eclipse.jetty.server.AsyncContextEvent
 
COMPLETED - org.eclipse.jetty.server.HttpChannelState.State
 
COMPLETING - org.eclipse.jetty.server.HttpChannelState.State
 
conditional(boolean) - Method in interface org.eclipse.jetty.server.PushBuilder
Set if the request is to be conditional.
conditional(boolean) - Method in class org.eclipse.jetty.server.PushBuilderImpl
 
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
 
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.Upgrading - Interface in org.eclipse.jetty.server
 
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.
ConnectorStatistics - Class in org.eclipse.jetty.server
Deprecated.
ConnectorStatistics() - Constructor for class org.eclipse.jetty.server.ConnectorStatistics
Deprecated.
 
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) - Constructor for class org.eclipse.jetty.server.HttpInput.Content
 
contentComplete() - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
 
Context() - Constructor for class org.eclipse.jetty.server.handler.ContextHandler.Context
 
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(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.StaticContext - Class in org.eclipse.jetty.server.handler
 
ContextHandlerCollection - Class in org.eclipse.jetty.server.handler
ContextHandlerCollection.
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(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
 
CookieCutter - Class in org.eclipse.jetty.server
Cookie parser
CookieCutter() - Constructor for class org.eclipse.jetty.server.CookieCutter
 
CookieCutter(CookieCompliance) - Constructor for class org.eclipse.jetty.server.CookieCutter
 
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
 
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.Context
 
createListener(Class<T>) - Method in class org.eclipse.jetty.server.AsyncContextState
 
createListener(Class<T>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
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.SecureRequestCustomizer
 
customizeSecure(Request) - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
Customizes the request attributes for general secure settings.

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
Deprecated.
DebugHandler() - Constructor for class org.eclipse.jetty.server.handler.DebugHandler
Deprecated.
 
DebugListener - Class in org.eclipse.jetty.server
A Context Listener that produces additional debug.
DebugListener() - Constructor for class org.eclipse.jetty.server.DebugListener
 
DebugListener(boolean, boolean, boolean) - Constructor for class org.eclipse.jetty.server.DebugListener
 
DebugListener(OutputStream, boolean, boolean, boolean) - Constructor for class org.eclipse.jetty.server.DebugListener
 
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_LISTENER_TYPE_INDEX - 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_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(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(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
deregister(LifeCycle) - Static method in class org.eclipse.jetty.server.ShutdownMonitor
 
destroy() - Method in class org.eclipse.jetty.server.handler.AbstractHandler
 
destroy() - Method in interface org.eclipse.jetty.server.Handler
 
destroy() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor
 
destroy() - Method in class org.eclipse.jetty.server.handler.HandlerCollection
 
destroy() - Method in class org.eclipse.jetty.server.handler.HandlerWrapper
 
destroy() - Method in class org.eclipse.jetty.server.handler.HotSwapHandler
 
destroy() - Method in class org.eclipse.jetty.server.HttpInput.ChainedInterceptor
 
didActivate() - Method in class org.eclipse.jetty.server.session.Session
Call the activation listeners.
dispatch() - Method in class org.eclipse.jetty.server.AsyncContextState
 
dispatch(String) - 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 - org.eclipse.jetty.server.HttpChannelState.Action
 
DISPATCHED - org.eclipse.jetty.server.HttpChannelState.State
 
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
 
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
Convenience method to generate error page.
doError(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
doGet(String) - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
Get the session matching the key
doGet(String) - Method in class org.eclipse.jetty.server.session.DefaultSessionCache
 
doGet(String) - Method in class org.eclipse.jetty.server.session.NullSessionCache
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.ResourceService
 
doGetExpired(Set<String>) - Method in class org.eclipse.jetty.server.session.AbstractSessionDataStore
Implemented by subclasses to resolve which sessions this node should attempt to expire.
doGetExpired(Set<String>) - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
 
doGetExpired(Set<String>) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore
 
doGetExpired(Set<String>) - Method in class org.eclipse.jetty.server.session.NullSessionDataStore
 
doHandle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
doHandle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ScopedHandler
Do the handler work within the scope.
doHandle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.session.SessionHandler
 
doInvalidate() - Method in class org.eclipse.jetty.server.session.Session
Deprecated.
doNonErrorHandle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.AbstractHandler.ErrorDispatchHandler
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.AbstractNCSARequestLog
Set up request logging and open log file.
doStart() - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
 
doStart() - Method in class org.eclipse.jetty.server.AsyncNCSARequestLog
 
doStart() - Method in class org.eclipse.jetty.server.ConnectorStatistics
Deprecated.
 
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.ContextHandlerCollection
 
doStart() - Method in class org.eclipse.jetty.server.handler.DebugHandler
Deprecated.
 
doStart() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
doStart() - Method in class org.eclipse.jetty.server.handler.HotSwapHandler
 
doStart() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
doStart() - Method in class org.eclipse.jetty.server.handler.ScopedHandler
 
doStart() - Method in class org.eclipse.jetty.server.handler.ShutdownHandler
 
doStart() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
doStart() - Method in class org.eclipse.jetty.server.handler.ThreadLimitHandler
 
doStart() - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
doStart() - Method in class org.eclipse.jetty.server.NCSARequestLog
Set up request logging and open log file.
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.Slf4jRequestLog
 
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.AbstractNCSARequestLog
 
doStop() - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
 
doStop() - Method in class org.eclipse.jetty.server.AsyncNCSARequestLog
 
doStop() - Method in class org.eclipse.jetty.server.ConnectorStatistics
Deprecated.
 
doStop() - Method in class org.eclipse.jetty.server.handler.AbstractHandler
 
doStop() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
doStop() - Method in class org.eclipse.jetty.server.handler.DebugHandler
Deprecated.
 
doStop() - Method in class org.eclipse.jetty.server.handler.HotSwapHandler
 
doStop() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
doStop() - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
doStop() - Method in class org.eclipse.jetty.server.NCSARequestLog
Close the log file and perform cleanup.
doStop() - Method in class org.eclipse.jetty.server.Server
 
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
 
dump() - Method in class org.eclipse.jetty.server.ClassLoaderDump
 
dump() - Method in class org.eclipse.jetty.server.ConnectorStatistics
Deprecated.
 
dump() - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
Deprecated.
Dump the handler configuration
dump(Appendable, String) - Method in class org.eclipse.jetty.server.ClassLoaderDump
 
dump(Appendable, String) - Method in class org.eclipse.jetty.server.ConnectorStatistics
Deprecated.
 
dump(Appendable, String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
dump(Appendable, String) - Method in class org.eclipse.jetty.server.handler.InetAccessHandler
 
dump(Appendable, String) - Method in class org.eclipse.jetty.server.Server
 
dump(StringBuilder, PathMap<IPAddressMap<Boolean>>) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
Deprecated.
Dump a pattern map into a StringBuilder buffer
dumpThis(Appendable) - Method in class org.eclipse.jetty.server.handler.AbstractHandler
 

E

EARLY_EOF - Static variable in class org.eclipse.jetty.server.HttpInput
 
earlyEOF() - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
 
earlyEOF() - Method in class org.eclipse.jetty.server.HttpInput
This method should be called to signal that an EOF has been detected before all the expected content arrived.
encodeRedirectUrl(String) - Method in class org.eclipse.jetty.server.Response
Deprecated.
encodeRedirectUrl(String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
encodeRedirectURL(String) - Method in class org.eclipse.jetty.server.Response
 
encodeRedirectURL(String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
encodeUrl(String) - Method in class org.eclipse.jetty.server.Response
Deprecated.
encodeUrl(String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
encodeURL(String) - Method in class org.eclipse.jetty.server.Response
 
encodeURL(String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
EncodingHttpWriter - Class in org.eclipse.jetty.server
 
EncodingHttpWriter(HttpOutput, String) - Constructor for class org.eclipse.jetty.server.EncodingHttpWriter
 
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
 
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
 
eof() - Method in class org.eclipse.jetty.server.HttpInput
This method should be called to signal that all the expected content arrived.
EOF - Static variable in class org.eclipse.jetty.server.HttpInput
 
EOFState() - Constructor for class org.eclipse.jetty.server.HttpInput.EOFState
 
error(ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.server.Dispatcher
 
ERROR_DISPATCH - org.eclipse.jetty.server.HttpChannelState.Action
 
ERROR_PAGE - Static variable in class org.eclipse.jetty.server.handler.ErrorHandler
 
errorComplete() - Method in class org.eclipse.jetty.server.HttpChannelState
 
ErrorDispatchHandler() - Constructor for class org.eclipse.jetty.server.handler.AbstractHandler.ErrorDispatchHandler
 
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
 
etag(String) - Method in interface org.eclipse.jetty.server.PushBuilder
Set the etag to be used for conditional pushes.
etag(String) - Method in class org.eclipse.jetty.server.PushBuilderImpl
 
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 InetAddress pattern
exclude(String) - Method in class org.eclipse.jetty.server.handler.ThreadLimitHandler
 
exclude(String...) - Method in class org.eclipse.jetty.server.handler.InetAccessHandler
Excludes InetAddress patterns
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.CachingSessionDataStore
 
exists(String) - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
 
exists(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore
 
exists(String) - Method in class org.eclipse.jetty.server.session.NullSessionDataStore
 
exists(String) - Method in interface org.eclipse.jetty.server.session.SessionCache
Check to see if a session exists: WILL consult the SessionDataStore.
exists(String) - Method in interface org.eclipse.jetty.server.session.SessionDataStore
Test if data exists for a given session id.
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
 
extractFormParameters(MultiMap<String>) - Method in class org.eclipse.jetty.server.Request
 

F

failed(Throwable) - Method in class org.eclipse.jetty.server.HttpInput
 
Failed(String) - Constructor for exception org.eclipse.jetty.server.Authentication.Failed
 
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
 
fillAndParseForContent() - Method in class org.eclipse.jetty.server.HttpConnection
Fill and parse data looking for content
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
 
findRequestName(ServletRequest) - Method in class org.eclipse.jetty.server.DebugListener
 
findScheduler() - Method in class org.eclipse.jetty.server.session.HouseKeeper
Get a scheduler.
finishInvalidate() - Method in class org.eclipse.jetty.server.session.Session
Call HttpSessionAttributeListeners as part of invalidating a Session.
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
 
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
 
ForwardedRequestCustomizer - Class in org.eclipse.jetty.server
Customize Requests for Proxy Forwarding.
ForwardedRequestCustomizer() - Constructor for class org.eclipse.jetty.server.ForwardedRequestCustomizer
 

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
 
get(String) - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
Get a session object.
get(String) - Method in interface org.eclipse.jetty.server.session.SessionCache
Get an existing Session.
get(HttpInput.Content, byte[], int, int) - Method in class org.eclipse.jetty.server.HttpInput
Copies the given content into the given byte buffer.
getAcceptableWriter(Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
Returns an acceptable writer for an error page.
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
 
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
 
getAllAncientExpiredSessionsStatement(Connection) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
getAllAttributes() - Method in class org.eclipse.jetty.server.session.SessionData
 
getAllowNullPathInfo() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getAlterTableForMaxIntervalAsString() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
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.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
 
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.
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
 
getBlobInputStream(ResultSet, String) - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
 
getBlobType() - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
 
getBlockingTimeout() - Method in class org.eclipse.jetty.server.HttpConfiguration
Get the timeout applied to blocking operations.
getBufferSize() - Method in class org.eclipse.jetty.server.HttpOutput
 
getBufferSize() - Method in class org.eclipse.jetty.server.Response
 
getByteBuffer() - Method in class org.eclipse.jetty.server.HttpInput.Content
 
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
 
getBytesIn() - Method in class org.eclipse.jetty.server.ConnectorStatistics
Deprecated.
 
getBytesOut() - Method in class org.eclipse.jetty.server.ConnectorStatistics
Deprecated.
 
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
 
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
 
getCheckGzExists() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
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
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.
getCompressionLevel() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
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.ProxyConnectionFactory.ProxyEndPoint
 
getConnection() - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
Get a connection from the driver or datasource.
getConnectionDurationMax() - Method in class org.eclipse.jetty.server.ConnectorStatistics
Deprecated.
 
getConnectionDurationMean() - Method in class org.eclipse.jetty.server.ConnectorStatistics
Deprecated.
 
getConnectionDurationStdDev() - Method in class org.eclipse.jetty.server.ConnectorStatistics
Deprecated.
 
getConnectionFactories() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getConnectionFactories() - Method in interface org.eclipse.jetty.server.Connector
 
getConnectionFactory(Class<T>) - Method in class org.eclipse.jetty.server.AbstractConnector
 
getConnectionFactory(Class<T>) - Method in interface org.eclipse.jetty.server.Connector
 
getConnectionFactory(String) - Method in class org.eclipse.jetty.server.AbstractConnector
 
getConnectionFactory(String) - Method in interface org.eclipse.jetty.server.Connector
 
getConnections() - Method in class org.eclipse.jetty.server.ConnectorStatistics
Deprecated.
 
getConnectionsOpen() - Method in class org.eclipse.jetty.server.ConnectorStatistics
Deprecated.
 
getConnectionsOpenMax() - Method in class org.eclipse.jetty.server.ConnectorStatistics
Deprecated.
 
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
Get a Entry from the cache.
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
 
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
 
getContentType() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
 
getContentType() - Method in class org.eclipse.jetty.server.Request
 
getContentType() - Method in class org.eclipse.jetty.server.Response
 
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
 
getContextClass() - Method in class org.eclipse.jetty.server.handler.ContextHandlerCollection
 
getContextHandler() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getContextHandler() - Method in class org.eclipse.jetty.server.HttpChannelState
 
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
 
getCookieCompliance() - Method in class org.eclipse.jetty.server.HttpConfiguration
 
getCookies() - Method in class org.eclipse.jetty.server.CookieCutter
 
getCookies() - Method in class org.eclipse.jetty.server.Request
 
getCookies() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
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.NCSARequestLog
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
 
getDefaultSessionTrackingModes() - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
 
getDefaultSessionTrackingModes() - Method in class org.eclipse.jetty.server.session.SessionHandler
 
getDeflater(Request, long) - Method in interface org.eclipse.jetty.server.handler.gzip.GzipFactory
 
getDeflater(Request, long) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
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
 
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.ErrorState
 
getError() - Method in class org.eclipse.jetty.server.HttpInput.State
 
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
 
getEtag() - Method in interface org.eclipse.jetty.server.PushBuilder
 
getEtag() - Method in class org.eclipse.jetty.server.PushBuilderImpl
 
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
 
getEventListeners() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getEvictionPolicy() - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
 
getEvictionPolicy() - Method in class org.eclipse.jetty.server.session.DefaultSessionCacheFactory
 
getEvictionPolicy() - Method in interface org.eclipse.jetty.server.session.SessionCache
 
getExcludedAgentPatterns() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
getExcludedMethodList() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
getExcludedMethods() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
getExcludedMimeTypes() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
getExcludedPaths() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
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
 
getExpiryTimeColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
getExtendedId() - Method in class org.eclipse.jetty.server.session.Session
 
getExtendedId(String, HttpServletRequest) - Method in class org.eclipse.jetty.server.session.DefaultSessionIdManager
Get the session ID with any worker ID.
getExtendedId(String, HttpServletRequest) - Method in interface org.eclipse.jetty.server.SessionIdManager
Get an extended id for a session.
getExtendedId(HttpSession) - Method in class org.eclipse.jetty.server.session.SessionHandler
 
getFactories(SslContextFactory, ConnectionFactory...) - Static method in class org.eclipse.jetty.server.AbstractConnectionFactory
 
getFilename() - Method in class org.eclipse.jetty.server.NCSARequestLog
Retrieve the output file name of the request log.
getFilenameDateFormat() - Method in class org.eclipse.jetty.server.NCSARequestLog
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
 
getFirst(long) - Method in class org.eclipse.jetty.server.InclusiveByteRange
 
getForcedHost() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
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
 
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
 
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
 
getHandlers() - Method in class org.eclipse.jetty.server.handler.HandlerCollection
 
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 interface org.eclipse.jetty.server.PushBuilder
 
getHeader(String) - Method in class org.eclipse.jetty.server.PushBuilderImpl
 
getHeader(String) - Method in class org.eclipse.jetty.server.Request
 
getHeader(String) - Method in class org.eclipse.jetty.server.Response
 
getHeader(String) - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
getHeader(String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
getHeaderCacheSize() - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
 
getHeaderCacheSize() - Method in class org.eclipse.jetty.server.HttpConfiguration
 
getHeaderNames() - Method in interface org.eclipse.jetty.server.PushBuilder
 
getHeaderNames() - Method in class org.eclipse.jetty.server.PushBuilderImpl
 
getHeaderNames() - Method in class org.eclipse.jetty.server.Request
 
getHeaderNames() - Method in class org.eclipse.jetty.server.Response
 
getHeaderNames() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
getHeaderNames() - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
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
Deprecated.
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
 
getHttpChannelState() - Method in class org.eclipse.jetty.server.AsyncContextEvent
 
getHttpChannelState() - Method in class org.eclipse.jetty.server.AsyncContextState
 
getHttpChannelState() - Method in class org.eclipse.jetty.server.HttpInput
 
getHttpChannelState() - Method in class org.eclipse.jetty.server.Request
 
getHttpCompliance() - Method in class org.eclipse.jetty.server.HttpConnectionFactory
 
getHttpConfiguration() - Method in class org.eclipse.jetty.server.HttpChannel
 
getHttpConfiguration() - Method in interface org.eclipse.jetty.server.HttpConfiguration.ConnectionFactory
 
getHttpConfiguration() - Method in class org.eclipse.jetty.server.HttpConnection
 
getHttpConfiguration() - Method in class org.eclipse.jetty.server.HttpConnectionFactory
 
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
 
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(String) - Method in class org.eclipse.jetty.server.session.DefaultSessionIdManager
Get the session ID without any worker ID.
getId(String) - Method in interface org.eclipse.jetty.server.SessionIdManager
Get just the session id from an id that includes the worker name as a suffix.
getId(HttpSession) - Method in class org.eclipse.jetty.server.session.SessionHandler
 
getIdColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
getIdleTimeout() - Method in class org.eclipse.jetty.server.AbstractConnector
 
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
Get the max idle time in ms.
getIdleTimeout() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
getIdleTimeoutMs() - Method in class org.eclipse.jetty.server.handler.IdleTimeoutHandler
 
getIgnorePaths() - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
Retrieve the request paths that will not be logged.
getIncludedAgentPatterns() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
getIncludedMethodList() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
getIncludedMethods() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
getIncludedMimeTypes() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
getIncludedPaths() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
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
 
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.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 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
 
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
 
getLast(long) - 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
 
getLastModified() - Method in interface org.eclipse.jetty.server.PushBuilder
 
getLastModified() - Method in class org.eclipse.jetty.server.PushBuilderImpl
 
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) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
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
 
getLogCookies() - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
Retrieve log cookies flag
getLogDateFormat() - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
Retrieve the timestamp format string for request log entries.
getLogger() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getLoggerName() - Method in class org.eclipse.jetty.server.Slf4jRequestLog
 
getLogLatency() - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
Retrieve log request processing time flag.
getLogLocale() - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
Retrieve the locale of the request log.
getLogServer() - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
Retrieve log hostname flag.
getLogTimeZone() - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
Retrieve the timezone of the request log.
getLongContentLength() - Method in class org.eclipse.jetty.server.Response
 
getLongType() - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
 
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
 
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.LowResourceMonitor
 
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
 
getMaxProxyHeader() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory
 
getMessagesIn() - Method in class org.eclipse.jetty.server.ConnectorStatistics
Deprecated.
 
getMessagesIn() - Method in class org.eclipse.jetty.server.HttpConnection
 
getMessagesInPerConnectionMax() - Method in class org.eclipse.jetty.server.ConnectorStatistics
Deprecated.
 
getMessagesInPerConnectionMean() - Method in class org.eclipse.jetty.server.ConnectorStatistics
Deprecated.
 
getMessagesInPerConnectionStdDev() - Method in class org.eclipse.jetty.server.ConnectorStatistics
Deprecated.
 
getMessagesInPerSecond() - Method in class org.eclipse.jetty.server.ConnectorStatistics
Deprecated.
 
getMessagesOut() - Method in class org.eclipse.jetty.server.ConnectorStatistics
Deprecated.
 
getMessagesOut() - Method in class org.eclipse.jetty.server.HttpConnection
 
getMessagesOutPerConnectionMax() - Method in class org.eclipse.jetty.server.ConnectorStatistics
Deprecated.
 
getMessagesOutPerConnectionMean() - Method in class org.eclipse.jetty.server.ConnectorStatistics
Deprecated.
 
getMessagesOutPerConnectionStdDev() - Method in class org.eclipse.jetty.server.ConnectorStatistics
Deprecated.
 
getMessagesOutPerSecond() - Method in class org.eclipse.jetty.server.ConnectorStatistics
Deprecated.
 
getMetaData() - Method in class org.eclipse.jetty.server.Request
 
getMethod() - Method in interface org.eclipse.jetty.server.PushBuilder
 
getMethod() - Method in class org.eclipse.jetty.server.PushBuilderImpl
 
getMethod() - Method in class org.eclipse.jetty.server.Request
 
getMethod() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
getMethodIncludeExclude() - Method in class org.eclipse.jetty.server.handler.BufferedResponseHandler
 
getMethods() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Deprecated.
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
 
getMinAsyncContentLength() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
Deprecated.
getMinGzipSize() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
getMinMemoryMappedContentLength() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
Deprecated.
getMinorVersion() - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
 
getMinRequestDataRate() - 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.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
 
getNewContextURL() - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
 
getNext() - Method in class org.eclipse.jetty.server.HttpInput.ChainedInterceptor
 
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
Deprecated.
 
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.Request
 
getPart(String) - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
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.AsyncContextEvent
 
getPath() - Method in interface org.eclipse.jetty.server.PushBuilder
 
getPath() - Method in class org.eclipse.jetty.server.PushBuilderImpl
 
getPath() - Method in class org.eclipse.jetty.server.session.SessionHandler.CookieConfig
 
getPathIncludeExclude() - Method in class org.eclipse.jetty.server.handler.BufferedResponseHandler
 
getPathInfo() - Method in class org.eclipse.jetty.server.Request
 
getPathInfo() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
getPathTranslated() - Method in class org.eclipse.jetty.server.Request
 
getPathTranslated() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
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
 
getPreferProxiedForAddress() - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
Retrieved log X-Forwarded-For IP address flag.
getPrev() - Method in class org.eclipse.jetty.server.HttpInput.ChainedInterceptor
 
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
 
getPushBuilder() - Method in class org.eclipse.jetty.server.Request
Get a PushBuilder associated with this request initialized as follows: The method is initialized to "GET" The headers from this request are copied to the Builder, except for: Conditional headers (eg.
getQueryEncoding() - Method in class org.eclipse.jetty.server.Request
 
getQueryParameters() - Method in class org.eclipse.jetty.server.Request
 
getQueryString() - Method in interface org.eclipse.jetty.server.PushBuilder
 
getQueryString() - Method in class org.eclipse.jetty.server.PushBuilderImpl
 
getQueryString() - Method in class org.eclipse.jetty.server.Request
 
getQueryString() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
getRandom() - Method in class org.eclipse.jetty.server.session.DefaultSessionIdManager
 
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
 
getReason() - Method in class org.eclipse.jetty.server.Response
 
getRefreshCookieAge() - Method in class org.eclipse.jetty.server.session.SessionHandler
 
getRemote(Request) - Method in class org.eclipse.jetty.server.handler.ThreadLimitHandler
 
getRemoteAddr() - Method in class org.eclipse.jetty.server.Request
 
getRemoteAddress() - Method in class org.eclipse.jetty.server.HttpChannel
 
getRemoteAddress() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
getRemoteHost() - Method in class org.eclipse.jetty.server.Request
 
getRemoteInetSocketAddress() - Method in class org.eclipse.jetty.server.Request
Access the underlying Remote InetSocketAddress for this request.
getRemoteIP(Request) - Method in class org.eclipse.jetty.server.handler.ThreadLimitHandler
 
getRemotePort() - Method in class org.eclipse.jetty.server.Request
 
getRemoteUser() - Method in class org.eclipse.jetty.server.Request
 
getRemoteUser() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
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
 
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
 
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.
getResponseData() - Method in class org.eclipse.jetty.server.LocalConnector.LocalEndPoint
getResponseHeaderSize() - Method in class org.eclipse.jetty.server.HttpConfiguration
 
getResponses(String) - Method in class org.eclipse.jetty.server.LocalConnector
getResponses(String, long, TimeUnit) - Method in class org.eclipse.jetty.server.LocalConnector
getResponses(ByteBuffer) - Method in class org.eclipse.jetty.server.LocalConnector
getResponses(ByteBuffer, long, TimeUnit) - Method in class org.eclipse.jetty.server.LocalConnector
getResponses1xx() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getResponses2xx() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getResponses3xx() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getResponses4xx() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getResponses5xx() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getResponsesBytesTotal() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getRetainDays() - Method in class org.eclipse.jetty.server.NCSARequestLog
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.
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
 
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
 
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
 
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.ServletRequestHttpWrapper
 
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
getSessionCache() - Method in class org.eclipse.jetty.server.session.SessionHandler
 
getSessionCache(SessionHandler) - Method in class org.eclipse.jetty.server.session.DefaultSessionCacheFactory
 
getSessionCache(SessionHandler) - Method in class org.eclipse.jetty.server.session.NullSessionCacheFactory
 
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
 
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 SessionManager for every context.
getSessionHandlers() - Method in interface org.eclipse.jetty.server.SessionIdManager
Get the set of all session handlers for this node
getSessionHouseKeeper() - Method in class org.eclipse.jetty.server.session.DefaultSessionIdManager
 
getSessionHouseKeeper() - Method in interface org.eclipse.jetty.server.SessionIdManager
 
getSessionId() - Method in interface org.eclipse.jetty.server.PushBuilder
 
getSessionId() - Method in class org.eclipse.jetty.server.PushBuilderImpl
 
getSessionIdManager() - Method in class org.eclipse.jetty.server.Server
 
getSessionIdManager() - Method in class org.eclipse.jetty.server.session.SessionHandler
Gets the cross context session id manager
getSessionIdPathParameterName() - Method in class org.eclipse.jetty.server.session.SessionHandler
 
getSessionIdPathParameterNamePrefix() - Method in class org.eclipse.jetty.server.session.SessionHandler
 
getSessionPath() - Method in class org.eclipse.jetty.server.session.SessionHandler
 
getSessionsCreated() - Method in class org.eclipse.jetty.server.session.SessionHandler
 
getSessionsCurrent() - Method in class org.eclipse.jetty.server.session.DefaultSessionCache
 
getSessionsMax() - Method in class org.eclipse.jetty.server.session.DefaultSessionCache
 
getSessionStore() - Method in class org.eclipse.jetty.server.session.CachingSessionDataStore
 
getSessionsTotal() - Method in class org.eclipse.jetty.server.session.DefaultSessionCache
 
getSessionTimeMax() - Method in class org.eclipse.jetty.server.session.SessionHandler
 
getSessionTimeMean() - Method in class org.eclipse.jetty.server.session.SessionHandler
 
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
 
getShutdownToken() - Method in class org.eclipse.jetty.server.handler.ShutdownHandler
 
getSize(long) - Method in class org.eclipse.jetty.server.InclusiveByteRange
 
getSoLingerTime() - Method in class org.eclipse.jetty.server.ServerConnector
 
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
 
getStartedMillis() - Method in class org.eclipse.jetty.server.ConnectorStatistics
Deprecated.
 
getStartupTime() - Method in class org.eclipse.jetty.server.jmx.ServerMBean
 
getState() - Method in class org.eclipse.jetty.server.HttpChannel
 
getState() - Method in class org.eclipse.jetty.server.HttpChannelState
 
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
 
getStoreDir() - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
 
getStoreDir() - Method in class org.eclipse.jetty.server.session.FileSessionDataStoreFactory
 
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
 
getSuspendedContext() - Method in class org.eclipse.jetty.server.AsyncContextEvent
 
getTableName() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
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
getTrailers() - Method in class org.eclipse.jetty.server.Request
 
getTrailers() - Method in class org.eclipse.jetty.server.Response
 
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
 
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
 
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 Version 2.2, this method is replaced by Session.getAttributeNames()
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.Response
 
getWritten() - Method in class org.eclipse.jetty.server.HttpOutput
 
GZIP - 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 compress responses.
GzipHandler() - Constructor for class org.eclipse.jetty.server.handler.gzip.GzipHandler
Instantiates a new gzip handler.
GzipHttpInputInterceptor - Class in org.eclipse.jetty.server.handler.gzip
A HttpInput Interceptor that inflates GZIP encoded request content.
GzipHttpInputInterceptor(ByteBufferPool, int) - Constructor for class org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor
 
GzipHttpOutputInterceptor - Class in org.eclipse.jetty.server.handler.gzip
 
GzipHttpOutputInterceptor(GzipFactory, HttpField, int, HttpChannel, HttpOutput.Interceptor, boolean) - Constructor for class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor
 
GzipHttpOutputInterceptor(GzipFactory, HttpField, HttpChannel, HttpOutput.Interceptor, boolean) - Constructor for class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor
 
GzipHttpOutputInterceptor(GzipFactory, HttpChannel, HttpOutput.Interceptor, boolean) - Constructor for class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor
 

H

handle() - Method in class org.eclipse.jetty.server.HttpChannel
 
handle(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
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.AbstractHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.AsyncDelayHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.BufferedResponseHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ContextHandlerCollection
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.DebugHandler
Deprecated.
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.DefaultHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in interface org.eclipse.jetty.server.Handler
Handle a request.
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.HandlerCollection
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.HandlerList
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.HandlerWrapper
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.HotSwapHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.IdleTimeoutHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.InetAccessHandler
Checks the incoming request against the whitelist and blacklist
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
Deprecated.
Checks the incoming request against the whitelist and blacklist
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.RequestLogHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ScopedHandler
------------------------------------------------------------
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.SecuredRedirectHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ShutdownHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.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
 
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
 
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
 
hasContent() - Method in class org.eclipse.jetty.server.HttpInput.Content
 
hasContent() - Method in class org.eclipse.jetty.server.HttpInput
 
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
 
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
Customizes requests that lack the Host header (for example, HTTP 1.0 requests).
HostHeaderCustomizer(String) - Constructor for class org.eclipse.jetty.server.HostHeaderCustomizer
 
HostHeaderCustomizer(String, int) - Constructor for class org.eclipse.jetty.server.HostHeaderCustomizer
 
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
HTTP_ONLY_COMMENT - Static variable in class org.eclipse.jetty.server.Response
If this string is found within the comment of a cookie added with Response.addCookie(Cookie), then the cookie will be set as HTTP ONLY.
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
 
HttpChannelOverHttp - Class in org.eclipse.jetty.server
A 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
The state of the HttpChannel,used to control the overall lifecycle.
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
Create 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, HttpCompliance, boolean) - Constructor for class org.eclipse.jetty.server.HttpConnection
 
HttpConnectionFactory - Class in org.eclipse.jetty.server
A Connection Factory for HTTP Connections.
HttpConnectionFactory() - Constructor for class org.eclipse.jetty.server.HttpConnectionFactory
 
HttpConnectionFactory(HttpConfiguration) - Constructor for class org.eclipse.jetty.server.HttpConnectionFactory
 
HttpConnectionFactory(HttpConfiguration, HttpCompliance) - Constructor for class org.eclipse.jetty.server.HttpConnectionFactory
 
HttpInput - Class in org.eclipse.jetty.server
HttpInput provides an implementation of ServletInputStream for HttpChannel.
HttpInput(HttpChannelState) - Constructor for class org.eclipse.jetty.server.HttpInput
 
HttpInput.ChainedInterceptor - Class in org.eclipse.jetty.server
An HttpInput.Interceptor that chains two other HttpInput.Interceptors together.
HttpInput.Content - Class in org.eclipse.jetty.server
 
HttpInput.EofContent - Class in org.eclipse.jetty.server
 
HttpInput.EOFState - Class in org.eclipse.jetty.server
 
HttpInput.ErrorState - Class in org.eclipse.jetty.server
 
HttpInput.Interceptor - Interface in org.eclipse.jetty.server
An interceptor for HTTP Request input.
HttpInput.SentinelContent - Class in org.eclipse.jetty.server
A Sentinel Content, which has zero length content but indicates some other event in the input stream (eg EOF)
HttpInput.State - Class in org.eclipse.jetty.server
 
HttpInputOverHTTP - Class in org.eclipse.jetty.server
 
HttpInputOverHTTP(HttpChannelState) - Constructor for class org.eclipse.jetty.server.HttpInputOverHTTP
 
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
 
include() - Method in class org.eclipse.jetty.server.Response
 
include(String) - Method in class org.eclipse.jetty.server.handler.InetAccessHandler
Includes an InetAddress pattern
include(String) - Method in class org.eclipse.jetty.server.handler.ThreadLimitHandler
 
include(String...) - Method in class org.eclipse.jetty.server.handler.InetAccessHandler
Includes InetAddress patterns
include(ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.server.Dispatcher
 
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
 
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 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.
initializeStore() - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
 
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.
INSTANCE - Static variable in class org.eclipse.jetty.server.MultiPartCleanerListener
 
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 when a session has expired.
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
 
IPAccessHandler - Class in org.eclipse.jetty.server.handler
Deprecated. 
IPAccessHandler() - Constructor for class org.eclipse.jetty.server.handler.IPAccessHandler
Deprecated.
Creates new handler object
IPAccessHandler(String[], String[]) - Constructor for class org.eclipse.jetty.server.handler.IPAccessHandler
Deprecated.
Creates new handler object and initializes white- and black-list
isAcceptable(String, String, String) - Method in interface org.eclipse.jetty.server.NegotiatingServerConnection.CipherDiscriminator
 
isAccepting() - Method in class org.eclipse.jetty.server.AbstractConnector
 
isAcceptRanges() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
isAcceptRanges() - Method in class org.eclipse.jetty.server.ResourceService
 
isAddrUriAllowed(String, String) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
Deprecated.
Check if specified request is allowed by current IPAccess rules.
isAgentGzipable(String) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
isAlive() - Method in class org.eclipse.jetty.server.ShutdownMonitor
 
isAllContentWritten() - Method in class org.eclipse.jetty.server.HttpOutput
 
isAllContentWritten(long) - Method in class org.eclipse.jetty.server.Response
 
isAllowed(InetAddress, 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.NCSARequestLog
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
 
isAsyncComplete() - Method in class org.eclipse.jetty.server.HttpChannelState
 
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
 
isConditional() - Method in interface org.eclipse.jetty.server.PushBuilder
 
isConditional() - Method in class org.eclipse.jetty.server.PushBuilderImpl
 
isContentComplete(long) - Method in class org.eclipse.jetty.server.Response
 
isCookieCompliance(CookieCompliance) - Method in class org.eclipse.jetty.server.HttpConfiguration
 
isDelayDispatchUntilContent() - Method in class org.eclipse.jetty.server.HttpConfiguration
 
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
 
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
 
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
 
isEmpty() - Method in class org.eclipse.jetty.server.HttpInput.Content
 
isEmptyStringNull() - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
 
isEnabled() - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
Is logging enabled
isEnabled() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
isEnabled() - Method in class org.eclipse.jetty.server.handler.ThreadLimitHandler
 
isEnabled() - Method in class org.eclipse.jetty.server.NCSARequestLog
 
isEnabled() - Method in class org.eclipse.jetty.server.Slf4jRequestLog
 
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
 
isExtended() - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
Retrieve the extended request log format flag.
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
 
isFor(Locale, String) - Method in class org.eclipse.jetty.server.ResponseWriter
 
isFormEncodedMethod(String) - Method in class org.eclipse.jetty.server.HttpConfiguration
Test if the method type supports x-www-form-urlencoded content
isGzip() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
Deprecated.
isGzippedContent(String) - Method in class org.eclipse.jetty.server.ResourceService
 
isHandled() - Method in class org.eclipse.jetty.server.Request
 
isHead() - Method in class org.eclipse.jetty.server.Request
 
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
 
isLogDispatch() - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
Deprecated.
isLowOnResources() - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
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
 
isMiss() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
 
isNew() - Method in class org.eclipse.jetty.server.session.Session
 
isNodeIdInSessionId() - Method in class org.eclipse.jetty.server.session.SessionHandler
 
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
 
isOpen() - Method in class org.eclipse.jetty.server.session.Session.SessionInactivityTimeout
 
isOptimizedForDirectBuffers() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor
 
isOptimizedForDirectBuffers() - Method in class org.eclipse.jetty.server.HttpChannel
 
isOptimizedForDirectBuffers() - Method in class org.eclipse.jetty.server.HttpConnection
 
isOptimizedForDirectBuffers() - Method in interface org.eclipse.jetty.server.HttpOutput.Interceptor
 
isOptimizedForDirectBuffers() - Method in interface org.eclipse.jetty.server.HttpTransport
Is the underlying transport optimized for DirectBuffer usage
isOptimizedForDirectBuffers() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
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
 
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
 
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 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
 
isRemoveUnloadableSessions() - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
 
isRemoveUnloadableSessions() - Method in class org.eclipse.jetty.server.session.DefaultSessionCacheFactory
 
isRemoveUnloadableSessions() - Method in class org.eclipse.jetty.server.session.NullSessionCacheFactory
 
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
 
isRequestedSessionIdFromCookie() - Method in class org.eclipse.jetty.server.Request
 
isRequestedSessionIdFromCookie() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
isRequestedSessionIdFromUrl() - Method in class org.eclipse.jetty.server.Request
 
isRequestedSessionIdFromUrl() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
isRequestedSessionIdFromURL() - Method in class org.eclipse.jetty.server.Request
 
isRequestedSessionIdFromURL() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
isRequestedSessionIdValid() - Method in class org.eclipse.jetty.server.Request
 
isRequestedSessionIdValid() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
isResident() - Method in class org.eclipse.jetty.server.session.Session
 
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.DefaultSessionCacheFactory
 
isSaveOnCreate() - Method in class org.eclipse.jetty.server.session.NullSessionCacheFactory
 
isSaveOnCreate() - Method in interface org.eclipse.jetty.server.session.SessionCache
 
isSaveOnInactiveEvict() - Method in class org.eclipse.jetty.server.session.DefaultSessionCacheFactory
 
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
 
isSendShutdownAtStart() - Method in class org.eclipse.jetty.server.handler.ShutdownHandler
 
isShowHeaders() - Method in class org.eclipse.jetty.server.DebugListener
 
isShowStacks() - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
isShutdown() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
isSniHostCheck() - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
 
isSslIsSecure() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
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
 
isUseFileMappedBuffer() - Method in class org.eclipse.jetty.server.CachedContentFactory
 
isUserInRole(String) - Method in class org.eclipse.jetty.server.Request
 
isUserInRole(String) - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
isUserInRole(String, UserIdentity.Scope) - Method in 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
 
isWriting() - Method in class org.eclipse.jetty.server.Response
 
isWritten() - Method in class org.eclipse.jetty.server.HttpOutput
 

J

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

lastModified(String) - Method in interface org.eclipse.jetty.server.PushBuilder
Set the last modified date to be used for conditional pushes.
lastModified(String) - Method in class org.eclipse.jetty.server.PushBuilderImpl
 
load(String) - Method in class org.eclipse.jetty.server.session.CachingSessionDataStore
 
load(String) - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
 
load(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore
 
load(String) - Method in class org.eclipse.jetty.server.session.NullSessionDataStore
 
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
 
LocalConnector - Class in org.eclipse.jetty.server
A local connector, mostly for testing purposes.
LocalConnector(Server) - Constructor for class org.eclipse.jetty.server.LocalConnector
 
LocalConnector(Server, Executor, Scheduler, ByteBufferPool, int, ConnectionFactory...) - Constructor for class org.eclipse.jetty.server.LocalConnector
 
LocalConnector(Server, ConnectionFactory) - Constructor for class org.eclipse.jetty.server.LocalConnector
 
LocalConnector(Server, ConnectionFactory, SslContextFactory) - Constructor for class org.eclipse.jetty.server.LocalConnector
 
LocalConnector(Server, SslContextFactory) - Constructor for class org.eclipse.jetty.server.LocalConnector
 
LocalConnector.LocalEndPoint - Class in org.eclipse.jetty.server
Local EndPoint
LocalEndPoint() - Constructor for class org.eclipse.jetty.server.LocalConnector.LocalEndPoint
 
lock() - Method in class org.eclipse.jetty.server.session.Session
Grab the lock on the session
lockIfNotHeld() - Method in class org.eclipse.jetty.server.session.Session
Grab the lock on the session if it isn't locked already
log(Exception, String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
log(Exception, String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
 
log(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
log(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
 
log(String, Object...) - Method in class org.eclipse.jetty.server.DebugListener
 
log(String, Throwable) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
log(String, Throwable) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
 
log(Request, Response) - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
Writes the request and response information to the output stream.
log(Request, Response) - Method in interface org.eclipse.jetty.server.RequestLog
 
LOG - Variable in class org.eclipse.jetty.server.AbstractConnector
 
LOG - Static variable in class org.eclipse.jetty.server.AbstractNCSARequestLog
 
LOG - Static variable in class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor
 
logExtended(StringBuilder, Request, Response) - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
Writes extended request and response information to the output stream.
login(String, Object, ServletRequest) - Method in interface org.eclipse.jetty.server.Authentication.Deferred
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 interface org.eclipse.jetty.server.Authentication.User
 
logout() - Method in class org.eclipse.jetty.server.Request
 
logout() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
lookup(String) - Method in class org.eclipse.jetty.server.CachedContentFactory
Deprecated.
LowResourceMonitor - Class in org.eclipse.jetty.server
A monitor for low resources
LowResourceMonitor(Server) - Constructor for class org.eclipse.jetty.server.LowResourceMonitor
 

M

main(String...) - Static method in class org.eclipse.jetty.server.Server
 
MANAGED_ATTRIBUTES - Static variable in class org.eclipse.jetty.server.handler.ContextHandler
If a context attribute with this name is set, it is interpreted as a comma separated list of attribute name.
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 context paths.
MAX_INACTIVE_MINUTES - Static variable in class org.eclipse.jetty.server.session.SessionHandler
Web.xml session-timeout is set in minutes, but is stored as an int in seconds by HttpSession and the sessionmanager.
MAX_INTERVAL_NOT_SET - Static variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
MAX_OUTPUT_CHARS - Static variable in class org.eclipse.jetty.server.HttpWriter
 
mergeQueryParameters(String, String, boolean) - Method in class org.eclipse.jetty.server.Request
 
messageComplete() - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
 
method(String) - Method in interface org.eclipse.jetty.server.PushBuilder
Set the method to be used for the push.
method(String) - Method in class org.eclipse.jetty.server.PushBuilderImpl
 
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
 
MultiPartCleanerListener - Class in org.eclipse.jetty.server
 
MultiPartCleanerListener() - Constructor for class org.eclipse.jetty.server.MultiPartCleanerListener
 

N

NCSARequestLog - Class in org.eclipse.jetty.server
This RequestLog implementation outputs logs in the pseudo-standard NCSA common log format.
NCSARequestLog() - Constructor for class org.eclipse.jetty.server.NCSARequestLog
Create request log object with default settings.
NCSARequestLog(String) - Constructor for class org.eclipse.jetty.server.NCSARequestLog
Create request log object with specified output file name.
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
NetworkTrafficSelectChannelConnector - Class in org.eclipse.jetty.server.nio
Deprecated.
NetworkTrafficSelectChannelConnector(Server) - Constructor for class org.eclipse.jetty.server.nio.NetworkTrafficSelectChannelConnector
Deprecated.
 
NetworkTrafficSelectChannelConnector(Server, Executor, Scheduler, ByteBufferPool, int, int, ConnectionFactory...) - Constructor for class org.eclipse.jetty.server.nio.NetworkTrafficSelectChannelConnector
Deprecated.
 
NetworkTrafficSelectChannelConnector(Server, ConnectionFactory) - Constructor for class org.eclipse.jetty.server.nio.NetworkTrafficSelectChannelConnector
Deprecated.
 
NetworkTrafficSelectChannelConnector(Server, ConnectionFactory, SslContextFactory) - Constructor for class org.eclipse.jetty.server.nio.NetworkTrafficSelectChannelConnector
Deprecated.
 
NetworkTrafficSelectChannelConnector(Server, SslContextFactory) - Constructor for class org.eclipse.jetty.server.nio.NetworkTrafficSelectChannelConnector
Deprecated.
 
NetworkTrafficServerConnector - Class in org.eclipse.jetty.server
A specialized version of ServerConnector that supports NetworkTrafficListeners.
NetworkTrafficServerConnector(Server) - Constructor for class org.eclipse.jetty.server.NetworkTrafficServerConnector
 
NetworkTrafficServerConnector(Server, Executor, Scheduler, ByteBufferPool, int, int, ConnectionFactory...) - Constructor for class org.eclipse.jetty.server.NetworkTrafficServerConnector
 
NetworkTrafficServerConnector(Server, ConnectionFactory) - Constructor for class org.eclipse.jetty.server.NetworkTrafficServerConnector
 
NetworkTrafficServerConnector(Server, ConnectionFactory, SslContextFactory) - Constructor for class org.eclipse.jetty.server.NetworkTrafficServerConnector
 
NetworkTrafficServerConnector(Server, SslContextFactory) - Constructor for class org.eclipse.jetty.server.NetworkTrafficServerConnector
 
NEVER_EVICT - Static variable in interface org.eclipse.jetty.server.session.SessionCache
 
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.HttpConnectionFactory
 
newConnection(Connector, EndPoint) - Method in class org.eclipse.jetty.server.NegotiatingServerConnectionFactory
 
newConnection(Connector, EndPoint) - Method in class org.eclipse.jetty.server.ProxyConnectionFactory
 
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
 
newHttpChannel() - Method in class org.eclipse.jetty.server.HttpConnection
 
newHttpGenerator() - Method in class org.eclipse.jetty.server.HttpConnection
 
newHttpInput(HttpChannelState) - Method in class org.eclipse.jetty.server.HttpChannel
 
newHttpInput(HttpChannelState) - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
 
newHttpOutput() - Method in class org.eclipse.jetty.server.HttpChannel
 
newHttpParser(HttpCompliance) - Method in class org.eclipse.jetty.server.HttpConnection
 
newHttpSession(HttpServletRequest) - Method in class org.eclipse.jetty.server.session.SessionHandler
Creates a new HttpSession.
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.
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 class org.eclipse.jetty.server.HttpInput
Get the next content from the inputQ, calling HttpInput.produceContent() if need be.
nextHandle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ScopedHandler
 
nextInterceptedContent() - Method in class org.eclipse.jetty.server.HttpInput
Poll the inputQ for Content or EOF.
nextNonSentinelContent() - Method in class org.eclipse.jetty.server.HttpInput
Poll the inputQ for Content.
nextScope(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ScopedHandler
Scope the handler
noCompression() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor
 
noCompressionIfPossible() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor
 
noContent() - Method in class org.eclipse.jetty.server.HttpInput.ErrorState
 
noContent() - Method in class org.eclipse.jetty.server.HttpInput.State
 
NONE - org.eclipse.jetty.server.Response.OutputType
 
NOT_CHECKED - Static variable in interface org.eclipse.jetty.server.Authentication
Authentication not checked
notFound(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.ResourceService
 
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

onAsyncWaitForContent() - Method in class org.eclipse.jetty.server.HttpChannel
 
onAsyncWaitForContent() - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
 
onBadMessage(int, String) - Method in class org.eclipse.jetty.server.HttpChannel
 
onBlockWaitForContent() - Method in class org.eclipse.jetty.server.HttpChannel
 
onBlockWaitForContent() - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
 
onBlockWaitForContentFailure(Throwable) - Method in class org.eclipse.jetty.server.HttpChannel
 
onBlockWaitForContentFailure(Throwable) - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
 
onClose() - Method in class org.eclipse.jetty.server.HttpConnection
 
onClose() - Method in class org.eclipse.jetty.server.LocalConnector.LocalEndPoint
 
onClose() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
onClosed(Connection) - Method in class org.eclipse.jetty.server.ConnectorStatistics
Deprecated.
 
onClosed(Connection) - Method in class org.eclipse.jetty.server.handler.DebugHandler
Deprecated.
 
onClosed(Connection) - Method in class org.eclipse.jetty.server.SocketCustomizationListener
 
onComplete() - Method in class org.eclipse.jetty.server.HttpChannelState
 
onComplete(AsyncEvent) - Method in class org.eclipse.jetty.server.session.SessionHandler.SessionAsyncListener
 
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).
onComplianceViolation(HttpCompliance, HttpCompliance, 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
Called to signal that content is now available to read.
onContentComplete() - Method in class org.eclipse.jetty.server.HttpChannel
 
onEarlyEOF() - Method in class org.eclipse.jetty.server.HttpChannel
 
onEndPointClosed(EndPoint) - Method in class org.eclipse.jetty.server.AbstractConnector
 
onEndPointOpened(EndPoint) - Method in class org.eclipse.jetty.server.AbstractConnector
 
onError(Throwable) - Method in class org.eclipse.jetty.server.HttpChannelState
 
onError(AsyncEvent) - Method in class org.eclipse.jetty.server.session.SessionHandler.SessionAsyncListener
 
onFillable() - Method in class org.eclipse.jetty.server.HttpConnection
 
onFillable() - Method in class org.eclipse.jetty.server.NegotiatingServerConnection
 
onFillable() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyProtocolV1Connection
 
onFillable() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyProtocolV1orV2Connection
 
onFillable() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyProtocolV2Connection
 
onFillInterestedFailed(Throwable) - Method in class org.eclipse.jetty.server.HttpConnection
 
onIdleExpired(TimeoutException) - Method in class org.eclipse.jetty.server.session.Session.SessionInactivityTimeout
 
onIdleTimeout(Throwable) - Method in class org.eclipse.jetty.server.HttpInput
 
onOpen() - Method in class org.eclipse.jetty.server.HttpConnection
 
onOpen() - Method in class org.eclipse.jetty.server.NegotiatingServerConnection
 
onOpen() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
onOpen() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyProtocolV1Connection
 
onOpen() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyProtocolV1orV2Connection
 
onOpen() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyProtocolV2Connection
 
onOpened(Connection) - Method in class org.eclipse.jetty.server.ConnectorStatistics
Deprecated.
 
onOpened(Connection) - Method in class org.eclipse.jetty.server.handler.DebugHandler
Deprecated.
 
onOpened(Connection) - Method in class org.eclipse.jetty.server.SocketCustomizationListener
 
onReadEof() - Method in class org.eclipse.jetty.server.HttpChannelState
Called to signal that a read has read -1.
onReadPossible() - Method in class org.eclipse.jetty.server.HttpChannelState
Called to indicate that more content may be available, but that a handling thread may need to produce (fill/parse) it.
onReadReady() - Method in class org.eclipse.jetty.server.HttpChannelState
Called to signal that the channel is ready for a callback.
onReadUnready() - Method in class org.eclipse.jetty.server.HttpChannelState
Called to signal async read isReady() has returned false.
onRequest(MetaData.Request) - Method in class org.eclipse.jetty.server.HttpChannel
 
onRequestComplete() - Method in class org.eclipse.jetty.server.HttpChannel
 
onStartAsync(AsyncEvent) - Method in class org.eclipse.jetty.server.session.SessionHandler.SessionAsyncListener
 
onTimeout() - Method in class org.eclipse.jetty.server.HttpChannelState
 
onTimeout(AsyncEvent) - Method in class org.eclipse.jetty.server.session.SessionHandler.SessionAsyncListener
 
onTrailers(HttpFields) - Method in class org.eclipse.jetty.server.HttpChannel
 
onUpgradeFrom() - 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 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.
org.eclipse.jetty.server - package org.eclipse.jetty.server
Jetty Server : Core Server API
org.eclipse.jetty.server.handler - package org.eclipse.jetty.server.handler
Jetty Server : Core Handler API
org.eclipse.jetty.server.handler.gzip - package org.eclipse.jetty.server.handler.gzip
Jetty GZIP Handler
org.eclipse.jetty.server.handler.jmx - package org.eclipse.jetty.server.handler.jmx
Jetty Server : Handler JMX Integration
org.eclipse.jetty.server.jmx - package org.eclipse.jetty.server.jmx
Jetty Server : Server JMX Integration
org.eclipse.jetty.server.nio - package org.eclipse.jetty.server.nio
Jetty Server : Core Server Connector
org.eclipse.jetty.server.session - package org.eclipse.jetty.server.session
Jetty Server : Session Management Implementations

P

parsedHeader(HttpField) - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
 
parsedTrailer(HttpField) - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
 
parseFields() - Method in class org.eclipse.jetty.server.CookieCutter
 
passConditionalHeaders(HttpServletRequest, HttpServletResponse, HttpContent) - Method in class org.eclipse.jetty.server.ResourceService
 
path(String) - Method in interface org.eclipse.jetty.server.PushBuilder
Set the URI path to be used for the push.
path(String) - Method in class org.eclipse.jetty.server.PushBuilderImpl
 
PlaceHolderSession(SessionData) - Constructor for class org.eclipse.jetty.server.session.AbstractSessionCache.PlaceHolderSession
 
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
 
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.ResponseWriter
 
produceContent() - Method in class org.eclipse.jetty.server.HttpInput
Called when derived implementations should attempt to produce more Content and add it via HttpInput.addContent(Content).
produceContent() - Method in class org.eclipse.jetty.server.HttpInputOverHTTP
 
produceNextContext() - Method in class org.eclipse.jetty.server.HttpInput
Get the next readable from the inputQ, calling HttpInput.produceContent() if need be.
ProxyConnectionFactory - Class in org.eclipse.jetty.server
ConnectionFactory for the PROXY Protocol.
ProxyConnectionFactory() - Constructor for class org.eclipse.jetty.server.ProxyConnectionFactory
Proxy Connection Factory that uses the next ConnectionFactory on the connector as the next protocol
ProxyConnectionFactory(String) - Constructor for class org.eclipse.jetty.server.ProxyConnectionFactory
 
ProxyConnectionFactory.ProxyEndPoint - Class in org.eclipse.jetty.server
 
ProxyConnectionFactory.ProxyProtocolV1Connection - Class in org.eclipse.jetty.server
 
ProxyConnectionFactory.ProxyProtocolV1orV2Connection - Class in org.eclipse.jetty.server
 
ProxyConnectionFactory.ProxyProtocolV2Connection - Class in org.eclipse.jetty.server
 
ProxyEndPoint(EndPoint, InetSocketAddress, InetSocketAddress) - Constructor for class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
ProxyProtocolV1Connection(EndPoint, Connector, String, ByteBuffer) - Constructor for class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyProtocolV1Connection
 
ProxyProtocolV1orV2Connection(EndPoint, Connector, String) - Constructor for class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyProtocolV1orV2Connection
 
ProxyProtocolV2Connection(EndPoint, Connector, String, ByteBuffer) - Constructor for class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyProtocolV2Connection
 
push() - Method in interface org.eclipse.jetty.server.PushBuilder
Push a resource given the current state of the builder, returning immediately without blocking.
push() - Method in class org.eclipse.jetty.server.PushBuilderImpl
 
push(MetaData.Request) - Method in class org.eclipse.jetty.server.HttpConnection
 
push(MetaData.Request) - Method in interface org.eclipse.jetty.server.HttpTransport
 
PushBuilder - Interface in org.eclipse.jetty.server
Build a request to be pushed.
PushBuilderImpl - Class in org.eclipse.jetty.server
 
PushBuilderImpl(Request, HttpFields, String, String, String, boolean) - Constructor for class org.eclipse.jetty.server.PushBuilderImpl
 
put(String, Session) - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
Put the Session object back into the session store.
put(String, Session) - Method in interface org.eclipse.jetty.server.session.SessionCache
Finish using a Session.
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 interface org.eclipse.jetty.server.PushBuilder
Set the query string to be used for the push.
queryString(String) - Method in class org.eclipse.jetty.server.PushBuilderImpl
 
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
 
READ_PRODUCE - org.eclipse.jetty.server.HttpChannelState.Action
 
readFrom(HttpInput.Content) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor
 
readFrom(HttpInput.Content) - Method in class org.eclipse.jetty.server.HttpInput.ChainedInterceptor
 
readFrom(HttpInput.Content) - Method in interface org.eclipse.jetty.server.HttpInput.Interceptor
 
recycle() - Method in class org.eclipse.jetty.server.HttpChannel
 
recycle() - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
 
recycle() - Method in class org.eclipse.jetty.server.HttpChannelState
 
recycle() - Method in class org.eclipse.jetty.server.HttpInput
 
recycle() - Method in class org.eclipse.jetty.server.HttpOutput
 
recycle() - Method in class org.eclipse.jetty.server.Request
 
recycle() - Method in class org.eclipse.jetty.server.Response
 
recycle(Deflater) - Method in interface org.eclipse.jetty.server.handler.gzip.GzipFactory
 
recycle(Deflater) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
register(LifeCycle...) - Static method in class org.eclipse.jetty.server.ShutdownMonitor
 
release() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
 
remaining() - Method in class org.eclipse.jetty.server.HttpInput.Content
 
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.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
Remove a context event listeners.
removeEventListener(EventListener) - Method in class org.eclipse.jetty.server.Request
 
removeEventListener(EventListener) - Method in class org.eclipse.jetty.server.session.SessionHandler
Removes an event listener for for session-related events.
removeHandler(Handler) - Method in class org.eclipse.jetty.server.handler.HandlerCollection
 
removeHeader(String) - Method in interface org.eclipse.jetty.server.PushBuilder
Remove the named header.
removeHeader(String) - Method in class org.eclipse.jetty.server.PushBuilderImpl
 
removeNetworkTrafficListener(NetworkTrafficListener) - Method in class org.eclipse.jetty.server.NetworkTrafficServerConnector
 
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) - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
 
renewSessionId(String, String) - Method in interface org.eclipse.jetty.server.session.SessionCache
Change the id of a Session.
renewSessionId(String, String, String, String) - Method in class org.eclipse.jetty.server.session.SessionHandler
Change the existing session id.
renewSessionId(String, String, HttpServletRequest) - Method in class org.eclipse.jetty.server.session.DefaultSessionIdManager
Generate a new id for a session and update across all SessionManagers.
renewSessionId(String, String, HttpServletRequest) - Method in interface org.eclipse.jetty.server.SessionIdManager
Change the existing session id.
reopen() - Method in class org.eclipse.jetty.server.HttpOutput
 
reopen() - Method in class org.eclipse.jetty.server.ResponseWriter
 
Request - Class in org.eclipse.jetty.server
Jetty Request.
Request(HttpChannel, HttpInput) - Constructor for class org.eclipse.jetty.server.Request
 
requestDestroyed(ServletRequestEvent) - Method in class org.eclipse.jetty.server.MultiPartCleanerListener
 
requestDestroyed(Request, HttpServletRequest) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
requestInitialized(ServletRequestEvent) - Method in class org.eclipse.jetty.server.MultiPartCleanerListener
 
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.
RequestLogHandler - Class in org.eclipse.jetty.server.handler
RequestLogHandler.
RequestLogHandler() - Constructor for class org.eclipse.jetty.server.handler.RequestLogHandler
 
reset() - Method in class org.eclipse.jetty.server.AsyncContextState
 
reset() - Method in class org.eclipse.jetty.server.ConnectorStatistics
Deprecated.
 
reset() - Method in class org.eclipse.jetty.server.CookieCutter
 
reset() - Method in class org.eclipse.jetty.server.Response
 
reset() - Static method in class org.eclipse.jetty.server.ShutdownMonitor
 
reset(boolean) - Method in class org.eclipse.jetty.server.Response
 
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
 
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
A 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.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

satisfiableRanges(Enumeration<String>, long) - Static method in class org.eclipse.jetty.server.InclusiveByteRange
 
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.
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
Secured Redirect Handler
SecuredRedirectHandler() - Constructor for class org.eclipse.jetty.server.handler.SecuredRedirectHandler
 
SecureRequestCustomizer - Class in org.eclipse.jetty.server
Customizer that extracts the attribute from an SSLContext and sets them on the request with ServletRequest.setAttribute(String, Object) according to Servlet Specification Requirements.
SecureRequestCustomizer() - Constructor for class org.eclipse.jetty.server.SecureRequestCustomizer
 
SecureRequestCustomizer(boolean) - Constructor for class org.eclipse.jetty.server.SecureRequestCustomizer
 
SecureRequestCustomizer(boolean, long, boolean) - Constructor for class org.eclipse.jetty.server.SecureRequestCustomizer
 
send(MetaData.Response, boolean, ByteBuffer, boolean, Callback) - Method in class org.eclipse.jetty.server.HttpConnection
 
send(MetaData.Response, boolean, ByteBuffer, boolean, Callback) - Method in interface org.eclipse.jetty.server.HttpTransport
Asynchronous call to send a response (or part) over the transport
SEND_CONTINUE - Static variable in interface org.eclipse.jetty.server.Authentication
Authentication challenge sent.
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.HttpChannel
 
sendError(int, String) - Method in class org.eclipse.jetty.server.Response
 
sendError(int, String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
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(String) - Method in class org.eclipse.jetty.server.Response
 
sendRedirect(String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
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
 
sendShutdown() - Method in class org.eclipse.jetty.server.handler.ShutdownHandler
 
sendWelcome(HttpContent, String, boolean, boolean, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.ResourceService
 
SentinelContent(String) - Constructor for class org.eclipse.jetty.server.HttpInput.SentinelContent
 
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
 
ServerConnectionStatistics() - Constructor for class org.eclipse.jetty.server.ServerConnectionStatistics
 
ServerConnector - Class in org.eclipse.jetty.server
This Connector implementation is the primary connector for the Jetty server over TCP/IP.
ServerConnector(Server) - Constructor for class org.eclipse.jetty.server.ServerConnector
Construct a ServerConnector with a private instance of HttpConnectionFactory as the only factory.
ServerConnector(Server, int, int) - Constructor for class org.eclipse.jetty.server.ServerConnector
Construct a ServerConnector with a private instance of HttpConnectionFactory as the only factory.
ServerConnector(Server, int, int, ConnectionFactory...) - Constructor for class org.eclipse.jetty.server.ServerConnector
Construct a ServerConnector with a private instance of HttpConnectionFactory as the only factory.
ServerConnector(Server, int, int, SslContextFactory) - Constructor for class org.eclipse.jetty.server.ServerConnector
Construct a ServerConnector with a private instance of HttpConnectionFactory as the primary protocol
ServerConnector(Server, Executor, Scheduler, ByteBufferPool, int, int, ConnectionFactory...) - Constructor for class org.eclipse.jetty.server.ServerConnector
 
ServerConnector(Server, ConnectionFactory...) - Constructor for class org.eclipse.jetty.server.ServerConnector
Construct a Server Connector with the passed Connection factories.
ServerConnector(Server, SslContextFactory) - Constructor for class org.eclipse.jetty.server.ServerConnector
Construct a ServerConnector with a private instance of HttpConnectionFactory as the primary protocol
ServerConnector(Server, SslContextFactory, ConnectionFactory...) - Constructor for class org.eclipse.jetty.server.ServerConnector
 
ServerConnector.ServerConnectorManager - Class in org.eclipse.jetty.server
 
ServerConnectorManager(Executor, Scheduler, int) - Constructor for class org.eclipse.jetty.server.ServerConnector.ServerConnectorManager
 
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
 
ServletRequestHttpWrapper - Class in org.eclipse.jetty.server
ServletRequestHttpWrapper Class to tunnel a ServletRequest via a 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 a HttpServletResponse
ServletResponseHttpWrapper(ServletResponse) - Constructor for class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
Session - Class in org.eclipse.jetty.server.session
Session A heavy-weight Session object representing a 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.SessionInactivityTimeout - Class in org.eclipse.jetty.server.session
SessionInactivityTimeout Each Session has a timer associated with it that fires whenever it has been idle (ie not referenced 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
SessionAsyncListener(Session) - Constructor for class org.eclipse.jetty.server.session.SessionHandler.SessionAsyncListener
 
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 javax.servlet.SessionCookieConfig.
SessionHandler.SessionAsyncListener - Class in org.eclipse.jetty.server.session
SessionAsyncListener Used to ensure that a request for which async has been started has its session completed as the request exits the context.
SessionHandler.SessionIf - Interface in org.eclipse.jetty.server.session
SessionIf Interface that any session wrapper should implement so that SessionManager may access the Jetty session implementation.
sessionId(String) - Method in interface org.eclipse.jetty.server.PushBuilder
Set the SessionID to be used for the push.
sessionId(String) - Method in class org.eclipse.jetty.server.PushBuilderImpl
 
SessionIdManager - Interface in org.eclipse.jetty.server
Session ID Manager.
SessionInactivityTimeout() - Constructor for class org.eclipse.jetty.server.session.Session.SessionInactivityTimeout
 
sessionInactivityTimerExpired(Session) - 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(String[], PathMap<IPAddressMap<Boolean>>) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
Deprecated.
Helper method to process a list of new entries and replace the content of the specified address pattern map
SET_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).
setAccepting(boolean) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setAccepting(boolean) - Method in class org.eclipse.jetty.server.ServerConnector
 
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.NCSARequestLog
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
setAsyncSupported(boolean, String) - 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
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.server.Server
 
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
 
setAuthentication(Authentication) - Method in class org.eclipse.jetty.server.Request
Set the authentication.
setAuthority(String, int) - Method in class org.eclipse.jetty.server.Request
 
setAvailable(boolean) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Set Available status.
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
 
setBlack(String[]) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
Deprecated.
Re-initialize the blacklist of existing handler object
setBlobType(String) - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
 
setBlockingTimeout(long) - Method in class org.eclipse.jetty.server.HttpConfiguration
Set the timeout applied to blocking operations.
setBufferSize(int) - Method in class org.eclipse.jetty.server.HttpOutput
 
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
 
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
 
setCheckGzExists(boolean) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
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
 
setCompressionLevel(int) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
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.Request
 
setContentType(String) - Method in class org.eclipse.jetty.server.Response
 
setContext(ContextHandler.Context) - Method in class org.eclipse.jetty.server.Request
Set request context
setContextAttribute(String, Object) - Method in class org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean
 
setContextAttribute(String, String) - Method in class org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean
 
setContextClass(Class<? extends ContextHandler>) - Method in class org.eclipse.jetty.server.handler.ContextHandlerCollection
 
setContextPath(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setContextPath(String) - Method in class org.eclipse.jetty.server.Request
Sets the "context path" for this request
setContextPath(String) - Method in class org.eclipse.jetty.server.session.SessionData
 
setContextPathColumn(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
setCookieCompliance(CookieCompliance) - Method in class org.eclipse.jetty.server.HttpConfiguration
 
setCookies(Cookie[]) - Method in class org.eclipse.jetty.server.CookieCutter
 
setCookies(Cookie[]) - Method in class org.eclipse.jetty.server.Request
 
setCookieSet(long) - Method in class org.eclipse.jetty.server.session.SessionData
 
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
Set 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
 
setDefaultProtocol(String) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setDefaultProtocol(String) - Method in class org.eclipse.jetty.server.NegotiatingServerConnectionFactory
 
setDelayDispatchUntilContent(boolean) - Method in class org.eclipse.jetty.server.HttpConfiguration
 
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
 
setDirectoriesListed(boolean) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
Set the directory.
setDirty(boolean) - Method in class org.eclipse.jetty.server.session.SessionData
 
setDirty(String) - Method in class org.eclipse.jetty.server.session.SessionData
 
setDiscardPathInfo(boolean) - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
 
setDiscardQuery(boolean) - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
 
setDispatchContext(ServletContext) - Method in class org.eclipse.jetty.server.AsyncContextEvent
 
setDispatcherType(DispatcherType) - Method in class org.eclipse.jetty.server.Request
 
setDispatcherTypes(EnumSet<DispatcherType>) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
setDispatcherTypes(DispatcherType...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
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
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
 
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
 
setEventListeners(EventListener[]) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Set the context event listeners.
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.DefaultSessionCacheFactory
 
setEvictionPolicy(int) - Method in class org.eclipse.jetty.server.session.NullSessionCache
 
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
setExcludedAgentPatterns(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
setExcludedMethodList(String) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
setExcludedMethods(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
setExcludedMimeTypes(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
setExcludedPaths(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
setExitJvm(boolean) - Method in class org.eclipse.jetty.server.handler.ShutdownHandler
 
setExitVm(boolean) - Method in class org.eclipse.jetty.server.ShutdownMonitor
 
setExpires(String) - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
 
setExpiry(long) - Method in class org.eclipse.jetty.server.session.SessionData
 
setExpiryTimeColumn(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
setExtended(boolean) - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
Set the extended request log format flag.
setExtendedId(String) - Method in class org.eclipse.jetty.server.session.Session
 
setExtendedListenerTypes(boolean) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
setFilename(String) - Method in class org.eclipse.jetty.server.NCSARequestLog
Set the output file name of the request log.
setFilenameDateFormat(String) - Method in class org.eclipse.jetty.server.NCSARequestLog
Set the log file name date format.
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
Set the form encoded 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
Configure to only support the RFC7239 Forwarded header and to not support any X-Forwarded- headers.
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
 
setGracePeriodSec(int) - Method in class org.eclipse.jetty.server.session.AbstractSessionDataStore
 
setGracePeriodSec(int) - Method in class org.eclipse.jetty.server.session.AbstractSessionDataStoreFactory
 
setGzip(boolean) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
Deprecated.
setGzipEquivalentFileExtensions(List<String>) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
setGzipEquivalentFileExtensions(List<String>) - Method in class org.eclipse.jetty.server.ResourceService
 
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.ContextHandlerCollection
 
setHandlers(Handler[]) - Method in class org.eclipse.jetty.server.handler.HandlerCollection
 
setHeader(String, String) - Method in interface org.eclipse.jetty.server.PushBuilder
Set a header to be used for the push.
setHeader(String, String) - Method in class org.eclipse.jetty.server.PushBuilderImpl
 
setHeader(String, String) - Method in class org.eclipse.jetty.server.Response
 
setHeader(String, String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
setHeader(HttpHeader, String) - Method in class org.eclipse.jetty.server.Response
 
setHeaderCacheSize(int) - Method in class org.eclipse.jetty.server.HttpConfiguration
Set the header field cache size.
setHost(String) - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
 
setHostHeader(String) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
Deprecated.
setHttpCompliance(HttpCompliance) - Method in class org.eclipse.jetty.server.HttpConnectionFactory
 
setHttpOnly(boolean) - Method in class org.eclipse.jetty.server.session.SessionHandler.CookieConfig
 
setHttpOnly(boolean) - Method in class org.eclipse.jetty.server.session.SessionHandler
 
setHttpURI(HttpURI) - Method in class org.eclipse.jetty.server.Request
 
setHttpVersion(HttpVersion) - Method in class org.eclipse.jetty.server.Request
 
setId(String) - Method in class org.eclipse.jetty.server.session.SessionData
 
setIdChanged(boolean) - Method in class org.eclipse.jetty.server.session.Session
 
setIdColumn(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
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.HttpChannel
Set the idle timeout.
setIdleTimeout(long) - Method in class org.eclipse.jetty.server.HttpConfiguration
Set the max idle time in ms.
setIdleTimeout(long) - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
setIdleTimeout(long) - Method in class org.eclipse.jetty.server.session.Session.SessionInactivityTimeout
 
setIdleTimeoutMs(long) - Method in class org.eclipse.jetty.server.handler.IdleTimeoutHandler
 
setIgnorePaths(String[]) - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
Set request paths that will not be logged.
setIncludedAgentPatterns(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
setIncludedMethodList(String) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
setIncludedMethods(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
setIncludedMimeTypes(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Sets included mime types.
setIncludedPaths(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Set the path specs to include.
setInflateBufferSize(int) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
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 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
 
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
 
setLogCookies(boolean) - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
Controls logging of the request cookies.
setLogDateFormat(String) - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
Set the timestamp format for request log entries in the file.
setLogDispatch(boolean) - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
Deprecated.
setLogger(Logger) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setLoggerName(String) - Method in class org.eclipse.jetty.server.Slf4jRequestLog
 
setLogLatency(boolean) - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
Controls logging of request processing time.
setLogLocale(Locale) - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
Set the locale of the request log.
setLogServer(boolean) - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
Controls logging of the request hostname.
setLogTimeZone(String) - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
Set the timezone of the request log.
setLongContentLength(long) - Method in class org.eclipse.jetty.server.Response
 
setLongType(String) - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
 
setLowResources() - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
setLowResourcesIdleTimeout(int) - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
setManagedAttribute(String, Object) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
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.LowResourceMonitor
 
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
 
setMaxProxyHeader(int) - Method in class org.eclipse.jetty.server.ProxyConnectionFactory
 
setMetaData(MetaData.Request) - Method in class org.eclipse.jetty.server.Request
 
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
 
setMinAsyncContentLength(int) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
Deprecated.
setMinGzipSize(int) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Set the minimum response size to trigger dynamic compression
setMinMemoryMappedContentLength(int) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
Deprecated.
setMinRequestDataRate(long) - Method in class org.eclipse.jetty.server.HttpConfiguration
 
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
 
setNewContextURL(String) - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
 
setNodeIdInSessionId(boolean) - Method in class org.eclipse.jetty.server.session.SessionHandler
 
setOutputAggregationSize(int) - Method in class org.eclipse.jetty.server.HttpConfiguration
Set the max size of the response content write that is copied into the aggregate buffer.
setOutputBufferSize(int) - Method in class org.eclipse.jetty.server.HttpConfiguration
Set the size of the buffer into which response content is aggregated before being sent to the client.
setOutputStream(OutputStream) - Method in class org.eclipse.jetty.server.handler.DebugHandler
Deprecated.
 
setPath(String) - Method in class org.eclipse.jetty.server.session.SessionHandler.CookieConfig
 
setPathInfo(String) - Method in class org.eclipse.jetty.server.Request
 
setPathInfoOnly(boolean) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
setPathInfoOnly(boolean) - Method in class org.eclipse.jetty.server.ResourceService
 
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
 
setPreferProxiedForAddress(boolean) - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
Controls whether the actual IP address of the connection or the IP address from the X-Forwarded-For header will be logged.
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
 
setQueryString(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
 
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
 
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.DefaultSessionCacheFactory
 
setRemoveUnloadableSessions(boolean) - Method in class org.eclipse.jetty.server.session.NullSessionCacheFactory
 
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
 
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
Set the maximum size of a request header.
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
 
setResponseHeaderSize(int) - Method in class org.eclipse.jetty.server.HttpConfiguration
Set the maximum size of a response header.
setRetainDays(int) - Method in class org.eclipse.jetty.server.NCSARequestLog
Set the number of days before rotated log files are deleted.
setReuseAddress(boolean) - Method in class org.eclipse.jetty.server.ServerConnector
 
setSaveOnCreate(boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
 
setSaveOnCreate(boolean) - Method in class org.eclipse.jetty.server.session.DefaultSessionCacheFactory
 
setSaveOnCreate(boolean) - Method in class org.eclipse.jetty.server.session.NullSessionCacheFactory
 
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.DefaultSessionCacheFactory
 
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
 
setScheme(String) - Method in class org.eclipse.jetty.server.Request
 
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
Set 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
 
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
 
setServletPath(String) - Method in class org.eclipse.jetty.server.Request
 
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
 
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
 
setShowStacks(boolean) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
setSniHostCheck(boolean) - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
 
setSoLingerTime(int) - Method in class org.eclipse.jetty.server.ServerConnector
 
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
 
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
Set a graceful stop time.
setStoreDir(File) - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
 
setStoreDir(File) - Method in class org.eclipse.jetty.server.session.FileSessionDataStoreFactory
 
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
 
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
 
setTrailers(Supplier<HttpFields>) - Method in class org.eclipse.jetty.server.Response
 
setURIPathQuery(String) - Method in class org.eclipse.jetty.server.Request
 
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
 
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
 
setWhite(String[]) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
Deprecated.
Re-initialize the whitelist of existing handler object
setWhiteListByPath(boolean) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
Deprecated.
Re-initialize the mode of path matching
setWorkerName(String) - Method in class org.eclipse.jetty.server.session.DefaultSessionIdManager
Set the workername.
setWriteListener(WriteListener) - Method in class org.eclipse.jetty.server.HttpOutput
 
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.ServerConnector
 
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
 
ShutdownHandler(String, boolean, boolean) - Constructor for class org.eclipse.jetty.server.handler.ShutdownHandler
 
ShutdownHandler(Server, String) - Constructor for class org.eclipse.jetty.server.handler.ShutdownHandler
Deprecated.
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
skip(int) - Method in class org.eclipse.jetty.server.HttpInput.Content
 
skip(HttpInput.Content, int) - Method in class org.eclipse.jetty.server.HttpInput
Consumes the given content.
Slf4jRequestLog - Class in org.eclipse.jetty.server
Implementation of NCSARequestLog where output is sent as a SLF4J INFO Log message on the named logger "org.eclipse.jetty.server.RequestLog"
Slf4jRequestLog() - Constructor for class org.eclipse.jetty.server.Slf4jRequestLog
 
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
 
SslConnectionFactory - Class in org.eclipse.jetty.server
 
SslConnectionFactory() - Constructor for class org.eclipse.jetty.server.SslConnectionFactory
 
SslConnectionFactory(String) - Constructor for class org.eclipse.jetty.server.SslConnectionFactory
 
SslConnectionFactory(SslContextFactory, String) - Constructor for class org.eclipse.jetty.server.SslConnectionFactory
 
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
 
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.
State() - Constructor for class org.eclipse.jetty.server.HttpInput.State
 
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
 
stopInactivityTimer() - Method in class org.eclipse.jetty.server.session.Session
 
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
 
STREAM - Static variable in class org.eclipse.jetty.server.HttpInput
 

T

takeNewContext() - Method in class org.eclipse.jetty.server.Request
 
TERMINATED - org.eclipse.jetty.server.HttpChannelState.Action
 
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
 
THROWN - org.eclipse.jetty.server.HttpChannelState.State
 
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.HandlerCollection
 
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.ErrorState
 
toString() - Method in class org.eclipse.jetty.server.HttpInput.SentinelContent
 
toString() - Method in class org.eclipse.jetty.server.HttpInput
 
toString() - Method in class org.eclipse.jetty.server.HttpOutput
 
toString() - Method in class org.eclipse.jetty.server.InclusiveByteRange
 
toString() - Method in class org.eclipse.jetty.server.NegotiatingServerConnectionFactory
 
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.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.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
 
toStringLocked() - Method in class org.eclipse.jetty.server.HttpChannelState
 
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))
unblock() - Method in class org.eclipse.jetty.server.HttpInput
 
unhandle() - Method in class org.eclipse.jetty.server.HttpChannelState
Signal that the HttpConnection has finished handling the request.
UnreadableSessionDataException - Exception in org.eclipse.jetty.server.session
UnreadableSessionDataException
UnreadableSessionDataException(String, SessionContext, Throwable) - Constructor for exception org.eclipse.jetty.server.session.UnreadableSessionDataException
 
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
 
updateInactivityTimer() - Method in class org.eclipse.jetty.server.session.Session
Set the inactivity timer to the smaller of the session maxInactivity (ie session-timeout from web.xml), or the inactive eviction time.
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 class org.eclipse.jetty.server.HttpConnection
 
upgradeConnection(Connector, EndPoint, MetaData.Request, HttpFields) - Method in interface org.eclipse.jetty.server.ConnectionFactory.Upgrading
Create a connection for an upgrade request.
UPGRADED - org.eclipse.jetty.server.HttpChannelState.State
 
useDirectBuffers() - Method in class org.eclipse.jetty.server.HttpChannel
 
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
 
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.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.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.State
Returns the enum constant of this type with the specified name.
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.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.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.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
 
VARY_ACCEPT_ENCODING_USER_AGENT - 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
waitUntilClosed() - Method in class org.eclipse.jetty.server.LocalConnector.LocalEndPoint
 
waitUntilClosedOrIdleFor(long, TimeUnit) - Method in class org.eclipse.jetty.server.LocalConnector.LocalEndPoint
 
wake() - Method in class org.eclipse.jetty.server.HttpInput
 
willPassivate() - Method in class org.eclipse.jetty.server.session.Session
Call the passivation listeners.
write(byte[], int, int) - Method in class org.eclipse.jetty.server.HttpOutput
 
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.ResponseWriter
 
write(Writer, String) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
write(String) - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
Write requestEntry out.
write(String) - Method in class org.eclipse.jetty.server.AsyncNCSARequestLog
 
write(String) - Method in class org.eclipse.jetty.server.NCSARequestLog
 
write(String) - Method in class org.eclipse.jetty.server.ResponseWriter
 
write(String) - Method in class org.eclipse.jetty.server.Slf4jRequestLog
 
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(ByteBuffer, boolean, Callback) - Method in class org.eclipse.jetty.server.HttpOutput
 
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
 

_

__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
 
__defaultSessionTrackingModes - Variable in class org.eclipse.jetty.server.session.SessionHandler
 
__ERROR_DISPATCH - Static variable in class org.eclipse.jetty.server.Dispatcher
 
__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
 
__MULTIPART_CONTEXT - Static variable in class org.eclipse.jetty.server.Request
 
__MULTIPART_INPUT_STREAM - Static variable in class org.eclipse.jetty.server.Request
 
__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
 
_cache - Variable in class org.eclipse.jetty.server.session.CachingSessionDataStore
The fronting cache
_candidateSessionIdsForExpiry - Variable in class org.eclipse.jetty.server.session.SessionHandler
 
_checkingRemoteSessionIdEncoding - Variable in class org.eclipse.jetty.server.session.SessionHandler
 
_content - Variable in class org.eclipse.jetty.server.HttpInput.Content
 
_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
 
_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.SessionTableSchema
 
_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
 
_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
 
_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
 
_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
 
_lastSaved - Variable in class org.eclipse.jetty.server.session.SessionData
 
_lastSavedTimeColumn - Variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
_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
 
_newSession - Variable in class org.eclipse.jetty.server.session.Session
 
_nextScope - Variable in class org.eclipse.jetty.server.handler.ScopedHandler
 
_nodeIdInSessionId - Variable in class org.eclipse.jetty.server.session.SessionHandler
 
_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
 
_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
 
_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.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
 
_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.
_sessionTimeStats - Variable in class org.eclipse.jetty.server.session.SessionHandler
 
_sessionTrackingModes - Variable in class org.eclipse.jetty.server.session.SessionHandler
 
_state - 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
_tableName - Variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
 
_task - Variable in class org.eclipse.jetty.server.session.HouseKeeper
 
_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 _ 
Skip navigation links

Copyright © 1995–2017 Webtide. All rights reserved.