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

A

abort(Throwable) - Method in class org.eclipse.jetty.server.HttpChannel
If a write or similar operation to this channel fails, then this method should be called.
abort(Throwable) - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
 
abort(Throwable) - Method in class org.eclipse.jetty.server.HttpConnection
 
abort(Throwable) - Method in interface org.eclipse.jetty.server.HttpTransport
Aborts this transport.
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
 
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
 
AbstractSession - Class in org.eclipse.jetty.server.session
Implements HttpSession from the javax.servlet package.
AbstractSession(AbstractSessionManager, long, long, String) - Constructor for class org.eclipse.jetty.server.session.AbstractSession
 
AbstractSession(AbstractSessionManager, HttpServletRequest) - Constructor for class org.eclipse.jetty.server.session.AbstractSession
 
AbstractSessionIdManager - Class in org.eclipse.jetty.server.session
 
AbstractSessionIdManager() - Constructor for class org.eclipse.jetty.server.session.AbstractSessionIdManager
 
AbstractSessionIdManager(Random) - Constructor for class org.eclipse.jetty.server.session.AbstractSessionIdManager
 
AbstractSessionManager - Class in org.eclipse.jetty.server.session
An Abstract implementation of SessionManager.
AbstractSessionManager() - Constructor for class org.eclipse.jetty.server.session.AbstractSessionManager
 
AbstractSessionManager.CookieConfig - Class in org.eclipse.jetty.server.session
CookieConfig Implementation of the javax.servlet.SessionCookieConfig.
AbstractSessionManager.SessionIf - Interface in org.eclipse.jetty.server.session
Interface that any session wrapper should implement so that SessionManager may access the Jetty session implementation.
AbstractSessionManagerMBean - Class in org.eclipse.jetty.server.session.jmx
 
AbstractSessionManagerMBean(Object) - Constructor for class org.eclipse.jetty.server.session.jmx.AbstractSessionManagerMBean
 
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(SocketChannel) - Method in class org.eclipse.jetty.server.ServerConnector.ServerConnectorManager
 
access(long) - Method in class org.eclipse.jetty.server.session.AbstractSession
 
access(long) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
Entry to session.
access(HttpSession, boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
access(HttpSession, boolean) - Method in interface org.eclipse.jetty.server.SessionManager
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.JDBCSessionIdManager.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
addAttributes(Map<String, Object>) - Method in class org.eclipse.jetty.server.session.MemSession
 
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.AbstractSessionManager
 
addEventListener(EventListener) - Method in class org.eclipse.jetty.server.session.SessionHandler
 
addEventListener(EventListener) - Method in interface org.eclipse.jetty.server.SessionManager
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
Set the mime types.
addExcludedPaths(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
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
Add path specs to include.
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
 
addSession(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
addSession(HttpSession) - Method in class org.eclipse.jetty.server.session.HashSessionIdManager
 
addSession(HttpSession) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
addSession(HttpSession) - Method in interface org.eclipse.jetty.server.SessionIdManager
Add a session to the list of known sessions for a given ID.
addSession(AbstractSession) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
addSession(AbstractSession) - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
addSession(AbstractSession) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
Add a newly created session to our in-memory list for this node and persist it.
addSession(AbstractSession, boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
Add the session Registers the session with this manager and registers the session ID with the sessionIDManager;
addSetCookie(String, String, String, String, long, String, boolean, boolean, int) - Method in class org.eclipse.jetty.server.Response
Format a set cookie value
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_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
 
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
bindValue(String, Object) - Method in class org.eclipse.jetty.server.session.AbstractSession
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.
cacheInvalidate(JDBCSessionManager.Session) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
A method that can be implemented in subclasses to support distributed caching of sessions.
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.AbstractSession
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
 
changeAttribute(String, Object) - Method in class org.eclipse.jetty.server.session.AbstractSession
Either set (perhaps replace) or remove the value of the attribute in the session.
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
 
checkExpiry(long) - Method in class org.eclipse.jetty.server.session.AbstractSession
Check to see if session has expired as at the time given.
checkListener(Class<? extends EventListener>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
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
checkValid() - Method in class org.eclipse.jetty.server.session.AbstractSession
asserts that the session is valid
checkValid() - Method in class org.eclipse.jetty.server.session.HashedSession
 
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
clearAttributes() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
clearAttributes() - Method in class org.eclipse.jetty.server.Server
 
clearAttributes() - Method in class org.eclipse.jetty.server.session.AbstractSession
 
clearAttributes() - Method in class org.eclipse.jetty.server.session.MemSession
 
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.AbstractSessionManager
 
clearEventListeners() - Method in class org.eclipse.jetty.server.session.SessionHandler
 
clearEventListeners() - Method in interface org.eclipse.jetty.server.SessionManager
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.LocalConnector.LocalEndPoint
 
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.AbstractSession
 
complete() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
Exit from session
complete(HttpSession) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
complete(HttpSession) - Method in interface org.eclipse.jetty.server.SessionManager
Called by the SessionHandler when a session is last accessed by a request.
COMPLETE - org.eclipse.jetty.server.HttpChannelState.Action
 
COMPLETE - org.eclipse.jetty.server.HttpChannelState.Async
 
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
 
consumeNonContent() - Method in class org.eclipse.jetty.server.HttpInput
 
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
 
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.JDBCSessionIdManager.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.AbstractSessionManager.CookieConfig
 
CookieCutter - Class in org.eclipse.jetty.server
Cookie parser
CookieCutter() - Constructor for class org.eclipse.jetty.server.CookieCutter
 
cookieSet() - Method in class org.eclipse.jetty.server.session.AbstractSession
 
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.handler.gzip.GzipRequestCustomizer
 
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() - Constructor for class org.eclipse.jetty.server.session.JDBCSessionIdManager.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_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
 
DEFLATE - Static variable in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
deIdle() - Method in class org.eclipse.jetty.server.session.HashedSession
 
deIdleFailed() - Method in class org.eclipse.jetty.server.session.HashedSession
 
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.
deleteSession(JDBCSessionManager.Session) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
Delete a session from the database.
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.HandlerCollection
 
destroy() - Method in class org.eclipse.jetty.server.handler.HandlerWrapper
 
destroy() - Method in class org.eclipse.jetty.server.handler.HotSwapHandler
 
didActivate() - Method in class org.eclipse.jetty.server.session.AbstractSession
 
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
 
DISPATCH - org.eclipse.jetty.server.HttpChannelState.Async
 
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
 
doDirectory(HttpServletRequest, HttpServletResponse, Resource) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
doGet(String) - Method in class org.eclipse.jetty.server.session.AbstractSession
 
doGet(String) - Method in class org.eclipse.jetty.server.session.MemSession
 
doGetAttributeNames() - Method in class org.eclipse.jetty.server.session.AbstractSession
 
doGetAttributeNames() - Method in class org.eclipse.jetty.server.session.MemSession
 
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
 
doHandle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.session.SessionHandler
 
doInvalidate() - Method in class org.eclipse.jetty.server.session.AbstractSession
 
doInvalidate() - Method in class org.eclipse.jetty.server.session.HashedSession
 
doPutOrRemove(String, Object) - Method in class org.eclipse.jetty.server.session.AbstractSession
 
doPutOrRemove(String, Object) - Method in class org.eclipse.jetty.server.session.MemSession
 
doResponseHeaders(HttpServletResponse, Resource, String) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
Set the response headers.
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
 
doScope(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.session.SessionHandler
 
doSessionAttributeListeners(AbstractSession, String, Object, Object) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
doShutdown(Request, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ShutdownHandler
 
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.AbstractSessionIdManager
 
doStart() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
doStart() - Method in class org.eclipse.jetty.server.session.HashSessionIdManager
 
doStart() - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
doStart() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
Start up the id manager.
doStart() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
Start the session manager.
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.AbstractSessionIdManager
 
doStop() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
doStop() - Method in class org.eclipse.jetty.server.session.HashSessionIdManager
 
doStop() - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
doStop() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
Stop the scavenger.
doStop() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
Stop the session manager.
doStop() - Method in class org.eclipse.jetty.server.session.SessionHandler
 
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(Throwable) - Method in class org.eclipse.jetty.server.HttpChannelState
 
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
 
ERRORED - org.eclipse.jetty.server.HttpChannelState.Async
 
ErrorHandler - Class in org.eclipse.jetty.server.handler
Handler for Error pages An ErrorHandler is registered with ContextHandler.setErrorHandler(ErrorHandler) or ContainerLifeCycle.addBean(Object).
ErrorHandler() - Constructor for class org.eclipse.jetty.server.handler.ErrorHandler
 
ErrorHandler.ErrorPageMapper - Interface in org.eclipse.jetty.server.handler
 
ERRORING - org.eclipse.jetty.server.HttpChannelState.Async
 
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
 
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.
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
 
expire(Set<String>) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
Expire any Sessions we have in memory matching the list of expired Session ids.
expireCandidates(Set<String>) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
 
EXPIRED - org.eclipse.jetty.server.HttpChannelState.Async
 
EXPIRING - org.eclipse.jetty.server.HttpChannelState.Async
 
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
 
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
 
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.ResourceCache
 
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(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.AbstractSession
 
getAccessTimeColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
 
getAliasChecks() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getAllowNullPathInfo() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getAlterTableForMaxIntervalAsString() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.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.AbstractSession
 
getAttributeMap() - Method in class org.eclipse.jetty.server.session.AbstractSession
 
getAttributeMap() - Method in class org.eclipse.jetty.server.session.MemSession
 
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.AbstractSession
 
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.AbstractSession
 
getAttributes() - Method in class org.eclipse.jetty.server.session.MemSession
 
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.JDBCSessionIdManager.DatabaseAdaptor
 
getBlobType() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.DatabaseAdaptor
 
getBlobType() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
Deprecated.
see DbAdaptor.getBlobType
getBlockingTimeout() - Method in class org.eclipse.jetty.server.HttpConfiguration
Get the timeout applied to blocking operations.
getBoundedExpiredSessionsStatementAsString() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
 
getBufferSize() - Method in class org.eclipse.jetty.server.HttpOutput
 
getBufferSize() - Method in class org.eclipse.jetty.server.Response
 
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
 
getCachedFiles() - Method in class org.eclipse.jetty.server.ResourceCache
 
getCachedSize() - Method in class org.eclipse.jetty.server.ResourceCache
 
getCandidateExpiredIds() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
 
getCanonicalContext() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
 
getCharacterEncoding() - Method in class org.eclipse.jetty.server.Request
 
getCharacterEncoding() - Method in class org.eclipse.jetty.server.ResourceCache.CachedHttpContent
 
getCharacterEncoding() - Method in class org.eclipse.jetty.server.Response
 
getCheckGzExists() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
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
getClusterId() - Method in class org.eclipse.jetty.server.session.AbstractSession
 
getClusterId(String) - Method in class org.eclipse.jetty.server.session.AbstractSessionIdManager
Get the session ID without any worker ID.
getClusterId(String) - Method in interface org.eclipse.jetty.server.SessionIdManager
Get a cluster ID from a node ID.
getClusterId(HttpSession) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getClusterId(HttpSession) - Method in interface org.eclipse.jetty.server.SessionManager
 
getComment() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.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.JDBCSessionIdManager
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.JDBCSessionIdManager
 
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() - Method in class org.eclipse.jetty.server.HttpInput.Content
 
getContent(String, int) - Method in class org.eclipse.jetty.server.ResourceCache
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.ResourceCache.CachedHttpContent
 
getContentEncodingValue() - Method in class org.eclipse.jetty.server.ResourceCache.CachedHttpContent
 
getContentLength() - Method in class org.eclipse.jetty.server.Request
 
getContentLength() - Method in class org.eclipse.jetty.server.ResourceCache.CachedHttpContent
 
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.ResourceCache.CachedHttpContent
 
getContentRead() - Method in class org.eclipse.jetty.server.Request
 
getContentType() - Method in class org.eclipse.jetty.server.Request
 
getContentType() - Method in class org.eclipse.jetty.server.ResourceCache.CachedHttpContent
 
getContentType() - Method in class org.eclipse.jetty.server.Response
 
getContentTypeValue() - Method in class org.eclipse.jetty.server.ResourceCache.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.AbstractSessionManager
 
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() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
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 interface org.eclipse.jetty.server.UserIdentity.Scope
 
getContextPathColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
 
getContexts() - Method in class org.eclipse.jetty.server.jmx.ServerMBean
 
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
 
getCookieSetTime() - Method in class org.eclipse.jetty.server.session.AbstractSession
 
getCookieTimeColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
 
getCreatedTimeStamp() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
getCreateIndexOverExpiryStatementAsString(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
 
getCreateIndexOverSessionStatementAsString(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
 
getCreateStatementAsString() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionIdTableSchema
 
getCreateStatementAsString() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
 
getCreateTimeColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
 
getCreationTime() - Method in class org.eclipse.jetty.server.session.AbstractSession
 
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.JDBCSessionIdManager
 
getDatasourceName() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
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
 
getDbAdaptor() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
getDBName() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.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.AbstractSessionManager
 
getDefaultSessionTrackingModes() - Method in interface org.eclipse.jetty.server.SessionManager
 
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
 
getDeleteBlockSize() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
getDeleteSessionStatementAsString() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
 
getDeleteStatementAsString() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionIdTableSchema
 
getDirectBuffer() - Method in class org.eclipse.jetty.server.ResourceCache.CachedHttpContent
 
getDirectBuffer(Resource) - Method in class org.eclipse.jetty.server.ResourceCache
 
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.AbstractSessionManager.CookieConfig
 
getDriverClassName() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
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.AbstractSessionManager
 
getEffectiveSessionTrackingModes() - Method in interface org.eclipse.jetty.server.SessionManager
 
getEndPoint() - Method in class org.eclipse.jetty.server.HttpChannel
 
getError() - Method in class org.eclipse.jetty.server.HttpInput.ErrorState
 
getErrorHandler() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
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.ResourceCache.CachedGzipHttpContent
 
getETag() - Method in class org.eclipse.jetty.server.ResourceCache.CachedHttpContent
 
getETagValue() - Method in class org.eclipse.jetty.server.ResourceCache.CachedGzipHttpContent
 
getETagValue() - Method in class org.eclipse.jetty.server.ResourceCache.CachedHttpContent
 
getEventListeners() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getExcludedAgentPatterns() - 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
 
getExecutionStrategyFactory() - Method in class org.eclipse.jetty.server.ServerConnector
 
getExecutor() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getExecutor() - Method in interface org.eclipse.jetty.server.Connector
 
getExpires() - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
 
getExpires() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getExpiryTime() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
 
getExpiryTimeColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
 
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
 
getGzipContent() - Method in class org.eclipse.jetty.server.ResourceCache.CachedHttpContent
 
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.AbstractSessionManager
 
getHttpOnly() - Method in interface org.eclipse.jetty.server.SessionManager
 
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.AbstractSessionManager
 
getHttpSession(String) - Method in interface org.eclipse.jetty.server.SessionManager
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.AbstractSession
 
getIdColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionIdTableSchema
 
getIdColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
 
getIdleSavePeriod() - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
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
 
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.ResourceCache.CachedHttpContent
 
getIndirectBuffer(Resource) - Method in class org.eclipse.jetty.server.ResourceCache
 
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.Request
 
getInputStream() - Method in class org.eclipse.jetty.server.ResourceCache.CachedHttpContent
 
getInsertSessionStatementAsString() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
 
getInsertStatementAsString() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionIdTableSchema
 
getInstance() - Static method in class org.eclipse.jetty.server.ShutdownMonitor
 
getInterceptor() - Method in class org.eclipse.jetty.server.HttpOutput
 
getIntHeader(String) - Method in class org.eclipse.jetty.server.Request
 
getIntHeader(String) - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
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.ResourceCache.CachedHttpContent
 
getKey() - Method in class org.eclipse.jetty.server.ShutdownMonitor
 
getLast() - Method in class org.eclipse.jetty.server.InclusiveByteRange
 
getLast(long) - Method in class org.eclipse.jetty.server.InclusiveByteRange
 
getLastAccessedTime() - Method in class org.eclipse.jetty.server.session.AbstractSession
 
getLastAccessTimeColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
 
getLastModified() - Method in interface org.eclipse.jetty.server.PushBuilder
 
getLastModified() - Method in class org.eclipse.jetty.server.PushBuilderImpl
 
getLastModified() - Method in class org.eclipse.jetty.server.ResourceCache.CachedHttpContent
 
getLastModifiedValue() - Method in class org.eclipse.jetty.server.ResourceCache.CachedHttpContent
 
getLastNode() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
 
getLastNodeColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
 
getLastSaved() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
 
getLastSavedTimeColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
 
getLeftMost(String) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
getLoadStatement(Connection, String, String, String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.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.JDBCSessionIdManager.DatabaseAdaptor
 
getLongType() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
Deprecated.
see DbAdaptor.getLogType
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.JDBCSessionIdManager.SessionTableSchema
 
getMappedBuffer(Resource) - Method in class org.eclipse.jetty.server.ResourceCache
 
getMaxAge() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.CookieConfig
 
getMaxCachedFiles() - Method in class org.eclipse.jetty.server.ResourceCache
 
getMaxCachedFileSize() - Method in class org.eclipse.jetty.server.ResourceCache
 
getMaxCacheSize() - Method in class org.eclipse.jetty.server.ResourceCache
 
getMaxConnections() - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
getMaxCookieAge() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
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.AbstractSession
 
getMaxInactiveInterval() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getMaxInactiveInterval() - Method in interface org.eclipse.jetty.server.SessionManager
 
getMaxIntervalColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
 
getMaxLowResourcesTime() - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
getMaxMemory() - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
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
 
getMetaManager() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
Deprecated.
getMetaManager() - Method in interface org.eclipse.jetty.server.SessionManager
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.ResourceCache.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
Get the minimum content length for async handling.
getMinGzipSize() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Get the minimum response size.
getMinMemoryMappedContentLength() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
Get minimum memory mapped file content length.
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
 
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.AbstractSessionManager.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.AbstractSession
 
getNames() - Method in class org.eclipse.jetty.server.session.MemSession
 
getNegotiatedProtocols() - Method in class org.eclipse.jetty.server.NegotiatingServerConnectionFactory
 
getNewContextURL() - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
 
getNextInterceptor() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor
 
getNextInterceptor() - Method in class org.eclipse.jetty.server.HttpChannel
 
getNextInterceptor() - Method in interface org.eclipse.jetty.server.HttpOutput.Interceptor
 
getNextProtocol() - Method in class org.eclipse.jetty.server.SslConnectionFactory
 
getNodeId() - Method in class org.eclipse.jetty.server.session.AbstractSession
 
getNodeId(String, HttpServletRequest) - Method in class org.eclipse.jetty.server.session.AbstractSessionIdManager
Get the session ID with any worker ID.
getNodeId(String, HttpServletRequest) - Method in interface org.eclipse.jetty.server.SessionIdManager
Get a node ID from a cluster ID and a request
getNodeId(HttpSession) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getNodeId(HttpSession) - Method in interface org.eclipse.jetty.server.SessionManager
 
getObjectContextBasis() - Method in class org.eclipse.jetty.server.handler.jmx.AbstractHandlerMBean
 
getObjectContextBasis() - Method in class org.eclipse.jetty.server.jmx.AbstractConnectorMBean
 
getObjectContextBasis() - Method in class org.eclipse.jetty.server.session.jmx.AbstractSessionManagerMBean
 
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.AbstractSessionManager.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
 
getPreferProxiedForAddress() - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
Retrieved log X-Forwarded-For IP address flag.
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.AbstractSessionIdManager
 
getReadableByteChannel() - Method in class org.eclipse.jetty.server.ResourceCache.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.AbstractSessionManager
 
getRemote(Request) - Method in class org.eclipse.jetty.server.handler.ThreadLimitHandler
 
getRemoteAddr() - Method in class org.eclipse.jetty.server.Request
 
getRemoteAddr(String) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
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.AbstractSession
 
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.AbstractSessionIdManager
 
getResolvedUserIdentity() - Method in class org.eclipse.jetty.server.Request
 
getResource() - Method in class org.eclipse.jetty.server.ResourceCache.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
 
getResource(HttpServletRequest) - 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.
getResponseHeaderSize() - Method in class org.eclipse.jetty.server.HttpConfiguration
 
getResponses(String) - Method in class org.eclipse.jetty.server.LocalConnector
Sends requests and get responses based on thread activity.
getResponses(String, long, TimeUnit) - Method in class org.eclipse.jetty.server.LocalConnector
Sends requests and get responses based on thread activity.
getResponses(ByteBuffer) - Method in class org.eclipse.jetty.server.LocalConnector
Sends requests and get's responses based on thread activity.
getResponses(ByteBuffer, long, TimeUnit) - Method in class org.eclipse.jetty.server.LocalConnector
Sends requests and get's responses based on thread activity.
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.
getRowId() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
 
getRowIdColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
 
getSaveInterval() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
 
getSavePeriod() - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
getScavengeInterval() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
getScavengePeriod() - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
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
 
getSchemaName() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionIdTableSchema
 
getSchemaName() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
 
getScheme() - Method in class org.eclipse.jetty.server.Request
 
getSecureCookies() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getSecurePort() - Method in class org.eclipse.jetty.server.HttpConfiguration
 
getSecureScheme() - Method in class org.eclipse.jetty.server.HttpConfiguration
 
getSelectExpiredSessionsStatementAsString() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
 
getSelectorManager() - Method in class org.eclipse.jetty.server.ServerConnector
 
getSelectorPriorityDelta() - Method in class org.eclipse.jetty.server.ServerConnector
Deprecated.
not implemented
getSelectStatementAsString() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionIdTableSchema
 
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
 
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.AbstractSession
 
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.AbstractSession
 
getSession() - Method in interface org.eclipse.jetty.server.session.AbstractSessionManager.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.AbstractSessionManager
Get a known existing session
getSession(String) - Method in class org.eclipse.jetty.server.session.HashSessionIdManager
 
getSession(String) - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
getSession(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
A session has been requested by its id on this node.
getSessionContext() - Method in class org.eclipse.jetty.server.session.AbstractSession
Deprecated.
getSessionCookie() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getSessionCookie(HttpSession, String, boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
A sessioncookie 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: "...
getSessionCookie(HttpSession, String, boolean) - Method in interface org.eclipse.jetty.server.SessionManager
Gets a Cookie for a session.
getSessionCookieConfig() - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
 
getSessionCookieConfig() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getSessionCookieConfig() - Method in interface org.eclipse.jetty.server.SessionManager
 
getSessionDomain() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getSessionHandler() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
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.AbstractSessionManager
 
getSessionIdManager() - Method in interface org.eclipse.jetty.server.SessionManager
 
getSessionIdPathParameterName() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getSessionIdPathParameterName() - Method in interface org.eclipse.jetty.server.SessionManager
 
getSessionIdPathParameterNamePrefix() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getSessionIdPathParameterNamePrefix() - Method in interface org.eclipse.jetty.server.SessionManager
 
getSessionIdTableSchema() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
getSessionManager() - Method in class org.eclipse.jetty.server.Request
 
getSessionManager() - Method in class org.eclipse.jetty.server.session.AbstractSession
 
getSessionManager() - Method in class org.eclipse.jetty.server.session.SessionHandler
 
getSessionPath() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getSessions() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getSessions() - Method in class org.eclipse.jetty.server.session.HashSessionIdManager
 
getSessions() - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
getSessions() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
Get the number of sessions.
getSessionsMax() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getSessionsTotal() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getSessionTableSchema() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
getSessionTimeMax() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getSessionTimeMean() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getSessionTimeStdDev() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getSessionTimeTotal() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
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
 
getStoreDirectory() - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
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.JDBCSessionIdManager.SessionIdTableSchema
 
getTableName() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.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
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
 
getUpdateSessionAccessTimeStatementAsString() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
 
getUpdateSessionNodeStatementAsString() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
 
getUpdateSessionStatementAsString() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.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.AbstractSession
Deprecated.
As of Version 2.2, this method is replaced by AbstractSession.getAttribute(java.lang.String)
getValueNames() - Method in class org.eclipse.jetty.server.session.AbstractSession
Deprecated.
As of Version 2.2, this method is replaced by AbstractSession.getAttributeNames()
getVaryField() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
getVersion() - Static method in class org.eclipse.jetty.server.Server
 
getVirtualHost() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
 
getVirtualHostColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.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
 
getWelcome(Resource) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
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.AbstractSessionIdManager
Get the workname.
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
 
GZIP - Static variable in class org.eclipse.jetty.server.handler.gzip.GzipRequestCustomizer
 
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.
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
 
GzipRequestCustomizer - Class in org.eclipse.jetty.server.handler.gzip
 
GzipRequestCustomizer() - Constructor for class org.eclipse.jetty.server.handler.gzip.GzipRequestCustomizer
 
GzipRequestCustomizer(int, int) - Constructor for class org.eclipse.jetty.server.handler.gzip.GzipRequestCustomizer
 

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.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, Throwable) - Method in class org.eclipse.jetty.server.AbstractConnector
 
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) - 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
 
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
 
HashedSession - Class in org.eclipse.jetty.server.session
 
HashedSession(HashSessionManager, long, long, String) - Constructor for class org.eclipse.jetty.server.session.HashedSession
 
HashedSession(HashSessionManager, HttpServletRequest) - Constructor for class org.eclipse.jetty.server.session.HashedSession
 
HashSessionIdManager - Class in org.eclipse.jetty.server.session
HashSessionIdManager.
HashSessionIdManager() - Constructor for class org.eclipse.jetty.server.session.HashSessionIdManager
 
HashSessionIdManager(Random) - Constructor for class org.eclipse.jetty.server.session.HashSessionIdManager
 
HashSessionManager - Class in org.eclipse.jetty.server.session
HashSessionManager An in-memory implementation of SessionManager.
HashSessionManager() - Constructor for class org.eclipse.jetty.server.session.HashSessionManager
 
HashSessionManager.Saver - Class in org.eclipse.jetty.server.session
Saver
HashSessionManager.Scavenger - Class in org.eclipse.jetty.server.session
Scavenger
hasMetaData() - Method in class org.eclipse.jetty.server.Request
 
hasOriginalRequestAndResponse() - Method in class org.eclipse.jetty.server.AsyncContextState
 
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
 
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.Async - Enum in org.eclipse.jetty.server
The state of the servlet async API.
HttpChannelState.Interest - Enum in org.eclipse.jetty.server
 
HttpChannelState.State - Enum in org.eclipse.jetty.server
The dispatched 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.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.PoisonPillContent - Class in org.eclipse.jetty.server
 
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

idInUse(String) - Method in class org.eclipse.jetty.server.session.HashSessionIdManager
 
idInUse(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
idInUse(String) - Method in interface org.eclipse.jetty.server.SessionIdManager
 
idle() - Method in class org.eclipse.jetty.server.session.HashedSession
Idle the session to reduce session memory footprint.
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
 
initRandom() - Method in class org.eclipse.jetty.server.session.AbstractSessionIdManager
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
 
invalidate() - Method in class org.eclipse.jetty.server.ResourceCache.CachedHttpContent
 
invalidate() - Method in class org.eclipse.jetty.server.session.AbstractSession
 
invalidateAll(String) - Method in class org.eclipse.jetty.server.session.HashSessionIdManager
 
invalidateAll(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
Invalidate the session matching the id on all contexts.
invalidateAll(String) - Method in interface org.eclipse.jetty.server.SessionIdManager
Call HttpSession.invalidate() on all known sessions for the given id.
invalidateSession(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
Invalidate a session.
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
 
isAccepting() - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
 
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
Checks to see if the userAgent is excluded
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) - Method in class org.eclipse.jetty.server.handler.InetAccessHandler
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
 
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.ResourceCache
 
isCached() - Method in class org.eclipse.jetty.server.ResourceCache.CachedHttpContent
 
isCheckingRemoteSessionIdEncoding() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
isCheckingRemoteSessionIdEncoding() - Method in interface org.eclipse.jetty.server.SessionManager
 
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
 
isDeIdleFailed() - Method in class org.eclipse.jetty.server.session.HashedSession
 
isDelayDispatchUntilContent() - Method in class org.eclipse.jetty.server.HttpConfiguration
 
isDeleteUnrestorableSessions() - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
isDirectBuffersForDecryption() - Method in class org.eclipse.jetty.server.SslConnectionFactory
 
isDirectBuffersForEncryption() - Method in class org.eclipse.jetty.server.SslConnectionFactory
 
isDirectoriesListed() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
Get the directory option.
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
 
isEmptyStringNull() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.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
 
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
 
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
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.AbstractSessionManager.CookieConfig
 
isIdChanged() - Method in class org.eclipse.jetty.server.session.AbstractSession
 
isIdle() - Method in class org.eclipse.jetty.server.HttpChannelState
 
isIdled() - Method in class org.eclipse.jetty.server.session.HashedSession
 
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
 
isLazyLoad() - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
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.ResourceCache.CachedHttpContent
 
isNew() - Method in class org.eclipse.jetty.server.session.AbstractSession
 
isNodeIdInSessionId() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
isNonBlocking() - Method in class org.eclipse.jetty.server.HttpInput.Content
 
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
 
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
 
isPathBufferable(String) - Method in class org.eclipse.jetty.server.handler.BufferedResponseHandler
 
isPathGzipable(String) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Checks to see if the path is included or not excluded
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
 
isReadPossible() - Method in class org.eclipse.jetty.server.HttpChannelState
 
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
 
isRegistered(LifeCycle) - Static method in class org.eclipse.jetty.server.ShutdownMonitor
 
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
 
isRowIdReserved() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.DatabaseAdaptor
rowId is a reserved word for Oracle, so change the name of this column
isSaveFailed() - Method in class org.eclipse.jetty.server.session.HashedSession
 
isSecure() - Method in class org.eclipse.jetty.server.Request
 
isSecure() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.CookieConfig
 
isSecureRequestOnly() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
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.ResourceCache
 
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.AbstractSessionManager
 
isUsingCookies() - Method in interface org.eclipse.jetty.server.SessionManager
 
isUsingSecurityManager() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
isUsingURLs() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
isUsingURLs() - Method in interface org.eclipse.jetty.server.SessionManager
 
isValid() - Method in class org.eclipse.jetty.server.ResourceCache.CachedGzipHttpContent
 
isValid() - Method in class org.eclipse.jetty.server.session.AbstractSession
 
isValid(HttpSession) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
isValid(HttpSession) - Method in interface org.eclipse.jetty.server.SessionManager
 
isWriting() - Method in class org.eclipse.jetty.server.Response
 
isWritten() - Method in class org.eclipse.jetty.server.HttpOutput
 

J

JDBCSessionIdManager - Class in org.eclipse.jetty.server.session
JDBCSessionIdManager SessionIdManager implementation that uses a database to store in-use session ids, to support distributed sessions.
JDBCSessionIdManager(Server) - Constructor for class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
JDBCSessionIdManager(Server, Random) - Constructor for class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
JDBCSessionIdManager.DatabaseAdaptor - Class in org.eclipse.jetty.server.session
DatabaseAdaptor Handles differences between databases.
JDBCSessionIdManager.Scavenger - Class in org.eclipse.jetty.server.session
Scavenger
JDBCSessionIdManager.SessionIdTableSchema - Class in org.eclipse.jetty.server.session
SessionIdTableSchema
JDBCSessionIdManager.SessionTableSchema - Class in org.eclipse.jetty.server.session
SessionTableSchema
JDBCSessionManager - Class in org.eclipse.jetty.server.session
JDBCSessionManager.
JDBCSessionManager() - Constructor for class org.eclipse.jetty.server.session.JDBCSessionManager
 
JDBCSessionManager.Session - Class in org.eclipse.jetty.server.session
Session Session instance.
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
 
loadClass(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
loadSession(String, String, String) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
Load a session from the database
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
 
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.
logExtended(Request, StringBuilder) - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
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.ResourceCache
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.AbstractSessionManager
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.JDBCSessionIdManager
 
MAX_OUTPUT_CHARS - Static variable in class org.eclipse.jetty.server.HttpWriter
 
MemSession - Class in org.eclipse.jetty.server.session
MemSession A session whose data is kept in memory
MemSession(AbstractSessionManager, long, long, String) - Constructor for class org.eclipse.jetty.server.session.MemSession
 
MemSession(AbstractSessionManager, HttpServletRequest) - Constructor for class org.eclipse.jetty.server.session.MemSession
 
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.
NEEDED - org.eclipse.jetty.server.HttpChannelState.Interest
 
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() - Method in class org.eclipse.jetty.server.handler.ScopedHandler
 
newConnection(SocketChannel, 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(SocketChannel, ManagedSelector, SelectionKey) - Method in class org.eclipse.jetty.server.NetworkTrafficServerConnector
 
newEndPoint(SocketChannel, ManagedSelector, SelectionKey) - Method in class org.eclipse.jetty.server.ServerConnector
 
newEndPoint(SocketChannel, ManagedSelector, SelectionKey) - Method in class org.eclipse.jetty.server.ServerConnector.ServerConnectorManager
 
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.AbstractSessionManager
Create a new HttpSession for a request
newHttpSession(HttpServletRequest) - Method in interface org.eclipse.jetty.server.SessionManager
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(long, long, String) - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
newSession(String, String, long, long, long) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
 
newSession(HttpServletRequest) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
Create a new session instance
newSession(HttpServletRequest) - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
newSession(HttpServletRequest) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
Make a new Session.
newSessionId(long) - Method in class org.eclipse.jetty.server.session.AbstractSessionIdManager
 
newSessionId(HttpServletRequest, long) - Method in class org.eclipse.jetty.server.session.AbstractSessionIdManager
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
 
nextReadable() - Method in class org.eclipse.jetty.server.HttpInput
Get the next readable from the inputQ, calling HttpInput.produceContent() if need be.
nextScope(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ScopedHandler
 
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.HttpChannelState.Interest
 
NONE - org.eclipse.jetty.server.Response.OutputType
 
NOT_ASYNC - org.eclipse.jetty.server.HttpChannelState.Async
 
NOT_CHECKED - Static variable in interface org.eclipse.jetty.server.Authentication
Authentication not checked

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
 
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
 
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() - Method in class org.eclipse.jetty.server.HttpChannelState
 
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.ProxyConnection
 
onFillInterestedFailed(Throwable) - Method in class org.eclipse.jetty.server.HttpConnection
 
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.ProxyConnection
 
onOpen() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
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
 
onReadPossible() - Method in class org.eclipse.jetty.server.HttpChannelState
Called to signal that content is now available to read.
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
 
onTimeout() - Method in class org.eclipse.jetty.server.HttpChannelState
 
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
org.eclipse.jetty.server.session.jmx - package org.eclipse.jetty.server.session.jmx
Jetty Server : Session Management JMX Integration

P

parsedHeader(HttpField) - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
 
parseFields() - Method in class org.eclipse.jetty.server.CookieCutter
 
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
 
PoisonPillContent(String) - Constructor for class org.eclipse.jetty.server.HttpInput.PoisonPillContent
 
pollContent() - Method in class org.eclipse.jetty.server.HttpInput
Poll the inputQ for Content.
pollReadable() - Method in class org.eclipse.jetty.server.HttpInput
Poll the inputQ for Content or EOF.
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
 
ProxyConnection(EndPoint, Connector, String) - Constructor for class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyConnection
 
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.ProxyConnection - Class in org.eclipse.jetty.server
 
ProxyConnectionFactory.ProxyEndPoint - Class in org.eclipse.jetty.server
 
ProxyEndPoint(EndPoint, InetSocketAddress, InetSocketAddress) - Constructor for class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
push() - Method in interface org.eclipse.jetty.server.PushBuilder
Push a resource.
push() - Method in class org.eclipse.jetty.server.PushBuilderImpl
 
push(ServletRequest) - Method in class org.eclipse.jetty.server.Dispatcher
Deprecated.
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
 
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.AbstractSession
Deprecated.
As of Version 2.2, this method is replaced by AbstractSession.setAttribute(java.lang.String, java.lang.Object)

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
 
recoverNewSession(Object) - Method in class org.eclipse.jetty.server.Request
 
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
 
REGISTERED - org.eclipse.jetty.server.HttpChannelState.Interest
 
release() - Method in class org.eclipse.jetty.server.ResourceCache.CachedHttpContent
 
remaining() - Method in class org.eclipse.jetty.server.HttpInput.Content
 
remaining(HttpInput.Content) - Method in class org.eclipse.jetty.server.HttpInput
 
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.AbstractSession
 
removeAttribute(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.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.AbstractSessionManager
 
removeEventListener(EventListener) - Method in class org.eclipse.jetty.server.session.SessionHandler
 
removeEventListener(EventListener) - Method in interface org.eclipse.jetty.server.SessionManager
Removes an event listener for for session-related events.
removeHandler(Handler) - Method in class org.eclipse.jetty.server.handler.HandlerCollection
 
removeNetworkTrafficListener(NetworkTrafficListener) - Method in class org.eclipse.jetty.server.NetworkTrafficServerConnector
 
removeSession(String) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
removeSession(String) - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
removeSession(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
removeSession(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
Delete an existing session, both from the in-memory map and the database.
removeSession(HttpSession) - Method in class org.eclipse.jetty.server.session.HashSessionIdManager
 
removeSession(HttpSession) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
removeSession(HttpSession) - Method in interface org.eclipse.jetty.server.SessionIdManager
Remove session from the list of known sessions for a given ID.
removeSession(HttpSession, boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
Remove session from manager
removeSession(AbstractSession, boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
Remove session from manager
removeSession(AbstractSession, boolean) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
Remove session from manager
removeValue(String) - Method in class org.eclipse.jetty.server.session.AbstractSession
Deprecated.
As of Version 2.2, this method is replaced by AbstractSession.removeAttribute(java.lang.String)
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.AbstractSession
 
renewSessionId(String, String, String, String) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
Tell the HttpSessionIdListeners the id changed.
renewSessionId(String, String, String, String) - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
renewSessionId(String, String, String, String) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
 
renewSessionId(String, String, String, String) - Method in interface org.eclipse.jetty.server.SessionManager
Change the existing session id.
renewSessionId(String, String, HttpServletRequest) - Method in class org.eclipse.jetty.server.session.AbstractSessionIdManager
 
renewSessionId(String, String, HttpServletRequest) - Method in class org.eclipse.jetty.server.session.HashSessionIdManager
 
renewSessionId(String, String, HttpServletRequest) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
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
 
requestInitialized(ServletRequestEvent) - Method in class org.eclipse.jetty.server.MultiPartCleanerListener
 
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
 
ResourceCache - Class in org.eclipse.jetty.server
 
ResourceCache(ResourceCache, ResourceFactory, MimeTypes, boolean, boolean, boolean) - Constructor for class org.eclipse.jetty.server.ResourceCache
Constructor.
ResourceCache.CachedGzipHttpContent - Class in org.eclipse.jetty.server
 
ResourceCache.CachedHttpContent - Class in org.eclipse.jetty.server
MetaData associated with a context Resource.
ResourceContentFactory - Class in org.eclipse.jetty.server
A HttpContent.Factory for transient content.
ResourceContentFactory(ResourceFactory, MimeTypes, boolean) - 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
 
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
 
restoreSession(InputStream, HashedSession) - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
restoreSession(String) - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
restoreSessions() - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
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.HashSessionManager.Saver
 
run() - Method in class org.eclipse.jetty.server.session.HashSessionManager.Scavenger
 
run() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.Scavenger
 

S

satisfiableRanges(Enumeration<String>, long) - Static method in class org.eclipse.jetty.server.InclusiveByteRange
 
save() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
 
save(boolean) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
 
save(OutputStream) - Method in class org.eclipse.jetty.server.session.HashedSession
 
saveFailed() - Method in class org.eclipse.jetty.server.session.HashedSession
 
saveNewSession(Object, HttpSession) - Method in class org.eclipse.jetty.server.Request
 
Saver() - Constructor for class org.eclipse.jetty.server.session.HashSessionManager.Saver
 
saveSessions(boolean) - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
scavenge() - Method in class org.eclipse.jetty.server.session.HashSessionManager
Find sessions that have timed out and invalidate them.
Scavenger() - Constructor for class org.eclipse.jetty.server.session.HashSessionManager.Scavenger
 
Scavenger() - Constructor for class org.eclipse.jetty.server.session.JDBCSessionIdManager.Scavenger
 
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.
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.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
 
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(String, String, long, long, long) - Constructor for class org.eclipse.jetty.server.session.JDBCSessionManager.Session
Session restored from database
Session(HttpServletRequest) - Constructor for class org.eclipse.jetty.server.session.JDBCSessionManager.Session
Session from a request.
SESSION_CREATED_SECURE - Static variable in class org.eclipse.jetty.server.session.AbstractSession
 
SESSION_LISTENER_TYPES - Static variable in class org.eclipse.jetty.server.session.SessionHandler
 
SessionHandler - Class in org.eclipse.jetty.server.session
SessionHandler.
SessionHandler() - Constructor for class org.eclipse.jetty.server.session.SessionHandler
Constructor.
SessionHandler(SessionManager) - Constructor for class org.eclipse.jetty.server.session.SessionHandler
 
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.
SessionIdTableSchema() - Constructor for class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionIdTableSchema
 
SessionManager - Interface in org.eclipse.jetty.server
 
SessionTableSchema() - Constructor for class org.eclipse.jetty.server.session.JDBCSessionIdManager.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).
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
 
setAccessTimeColumn(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.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.AbstractSession
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
 
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.JDBCSessionIdManager.DatabaseAdaptor
 
setBlobType(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
Deprecated.
see DbAdaptor.setBlobType
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
 
setCanonicalContext(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
 
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.AbstractSessionManager
 
setCheckingRemoteSessionIdEncoding(boolean) - Method in interface org.eclipse.jetty.server.SessionManager
 
setClassLoader(ClassLoader) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setClusterId(String) - Method in class org.eclipse.jetty.server.session.AbstractSession
 
setComment(String) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.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.
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
setContextPathColumn(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
 
setCookies(Cookie[]) - Method in class org.eclipse.jetty.server.CookieCutter
 
setCookies(Cookie[]) - Method in class org.eclipse.jetty.server.Request
 
setCookieSetTime(long) - Method in class org.eclipse.jetty.server.session.AbstractSession
 
setCookieTimeColumn(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
 
setCreateTimeColumn(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.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(JDBCSessionIdManager.DatabaseAdaptor) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionIdTableSchema
 
setDatabaseAdaptor(JDBCSessionIdManager.DatabaseAdaptor) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
 
setDatasource(DataSource) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
setDatasourceName(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
setDateHeader(String, long) - Method in class org.eclipse.jetty.server.Response
 
setDateHeader(String, long) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
setDbAdaptor(JDBCSessionIdManager.DatabaseAdaptor) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
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
 
setDeleteBlockSize(int) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
setDeleteUnrestorableSessions(boolean) - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
setDirectBuffersForDecryption(boolean) - Method in class org.eclipse.jetty.server.SslConnectionFactory
 
setDirectBuffersForEncryption(boolean) - Method in class org.eclipse.jetty.server.SslConnectionFactory
 
setDirectoriesListed(boolean) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
Set the directory.
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.AbstractSessionManager.CookieConfig
 
setDriverInfo(String, String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
Configure jdbc connection information via a jdbc Driver
setDriverInfo(Driver, String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
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
 
setError() - Method in class org.eclipse.jetty.server.ResponseWriter
 
setErrorHandler(ErrorHandler) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setEtags(boolean) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
setEventListeners(EventListener[]) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Set the context event listeners.
setExcludedAgentPatterns(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
Set the mime types.
setExcludedPaths(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
setExecutionStrategyFactory(ExecutionStrategy.Factory) - Method in class org.eclipse.jetty.server.ServerConnector
 
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
 
setExpiryTime(long) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
 
setExpiryTimeColumn(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
 
setExtended(boolean) - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
Set the extended request log format flag.
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
 
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.AbstractSessionManager.CookieConfig
 
setHttpOnly(boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
setHttpURI(HttpURI) - Method in class org.eclipse.jetty.server.Request
 
setHttpVersion(HttpVersion) - Method in class org.eclipse.jetty.server.Request
 
setIdChanged(boolean) - Method in class org.eclipse.jetty.server.session.AbstractSession
 
setIdColumn(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionIdTableSchema
 
setIdColumn(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
 
setIdleSavePeriod(int) - Method in class org.eclipse.jetty.server.session.HashSessionManager
Configures the period in seconds after which a session is deemed idle and saved to save on session memory.
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
 
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
 
setIncludedMethods(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
 
setIncludedMimeTypes(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Set included mime types.
setIncludedPaths(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Set the path specs to include.
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(HttpOutput.Interceptor) - Method in class org.eclipse.jetty.server.HttpOutput
 
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
 
setLastAccessedTime(long) - Method in class org.eclipse.jetty.server.session.AbstractSession
 
setLastAccessTimeColumn(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
 
setLastNode(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
 
setLastNodeColumn(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
 
setLastSaved(long) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
 
setLastSavedTimeColumn(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
 
setLazyLoad(boolean) - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
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.JDBCSessionIdManager.DatabaseAdaptor
 
setLongType(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
Deprecated.
see DbAdaptor.setLongType
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.JDBCSessionIdManager.SessionTableSchema
 
setMaxAge(int) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.CookieConfig
 
setMaxCachedFiles(int) - Method in class org.eclipse.jetty.server.ResourceCache
 
setMaxCachedFileSize(int) - Method in class org.eclipse.jetty.server.ResourceCache
 
setMaxCacheSize(int) - Method in class org.eclipse.jetty.server.ResourceCache
 
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.AbstractSession
 
setMaxInactiveInterval(int) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
setMaxInactiveInterval(int) - Method in class org.eclipse.jetty.server.session.HashedSession
 
setMaxInactiveInterval(int) - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
setMaxInactiveInterval(int) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
Change the max idle time for this session.
setMaxInactiveInterval(int) - Method in interface org.eclipse.jetty.server.SessionManager
Sets the max period of inactivity, after which the session is invalidated, in seconds.
setMaxIntervalColumn(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
 
setMaxLowResourcesTime(int) - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
setMaxMemory(long) - Method in class org.eclipse.jetty.server.LowResourceMonitor
 
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
Set the minimum content length for async handling.
setMinGzipSize(int) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
Set the minimum response size to trigger dynamic compresssion
setMinMemoryMappedContentLength(int) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
Set minimum memory mapped file content length.
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.AbstractSessionManager.CookieConfig
 
setNewContextURL(String) - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
 
setNodeId(String) - Method in class org.eclipse.jetty.server.session.AbstractSession
 
setNodeIdInSessionId(boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
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.AbstractSessionManager.CookieConfig
 
setPathInfo(String) - Method in class org.eclipse.jetty.server.Request
 
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
 
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.AbstractSessionIdManager
 
setReadListener(ReadListener) - Method in class org.eclipse.jetty.server.HttpInput
 
setRecordHttpComplianceViolations(boolean) - Method in class org.eclipse.jetty.server.HttpConnectionFactory
 
setRefreshCookieAge(int) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
setRemoteAddr(InetSocketAddress) - Method in class org.eclipse.jetty.server.Request
 
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
 
setRequests(int) - Method in class org.eclipse.jetty.server.session.AbstractSession
 
setReseed(long) - Method in class org.eclipse.jetty.server.session.AbstractSessionIdManager
Set the reseed probability.
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
 
setRowId(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
 
setRowIdColumn(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
 
setSaveInterval(long) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
Set the time in seconds which is the interval between saving the session access time to the database.
setSavePeriod(int) - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
setScavengeInterval(long) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
setScavengePeriod(int) - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
setSchemaName(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionIdTableSchema
 
setSchemaName(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.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.AbstractSessionManager.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.AbstractSessionManager
HTTPS request.
setSecureScheme(String) - Method in class org.eclipse.jetty.server.HttpConfiguration
Set the URI scheme used for CONFIDENTIAL and INTEGRAL redirections.
setSelectorPriorityDelta(int) - Method in class org.eclipse.jetty.server.ServerConnector
Deprecated.
not implemented
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
 
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
 
setSessionCookie(String) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
setSessionHandler(SessionHandler) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
setSessionHandler(SessionHandler) - Method in interface org.eclipse.jetty.server.SessionManager
Sets the SessionHandler.
setSessionIdManager(SessionIdManager) - Method in class org.eclipse.jetty.server.Server
 
setSessionIdManager(SessionIdManager) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
setSessionIdManager(SessionIdManager) - Method in interface org.eclipse.jetty.server.SessionManager
Sets the cross context session id manager
setSessionIdPathParameterName(String) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
setSessionIdPathParameterName(String) - Method in interface org.eclipse.jetty.server.SessionManager
Sets the session id URL path parameter name.
setSessionIdTableSchema(JDBCSessionIdManager.SessionIdTableSchema) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
setSessionManager(SessionManager) - Method in class org.eclipse.jetty.server.Request
 
setSessionManager(SessionManager) - Method in class org.eclipse.jetty.server.session.SessionHandler
 
setSessionTableSchema(JDBCSessionIdManager.SessionTableSchema) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
setSessionTrackingModes(Set<SessionTrackingMode>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
 
setSessionTrackingModes(Set<SessionTrackingMode>) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
setSessionTrackingModes(Set<SessionTrackingMode>) - Method in interface org.eclipse.jetty.server.SessionManager
 
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.
setStoreDirectory(File) - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
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.JDBCSessionIdManager.SessionIdTableSchema
 
setTableName(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.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
 
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.AbstractSessionManager
 
setUsingSecurityManager(boolean) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setVirtualHost(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
 
setVirtualHostColumn(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
 
setVirtualHosts(String[]) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Set the virtual hosts for the context.
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.AbstractSessionIdManager
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 - 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.LocalConnector.LocalEndPoint
 
shutdownOutput() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
 
shutdownSessions() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
Prepare sessions for session manager shutdown
shutdownSessions() - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
shutdownSessions() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
 
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.
STARTED - org.eclipse.jetty.server.HttpChannelState.Async
 
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
 
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.AbstractSessionManager
Reset statistics values
stopContext() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
storeSession(JDBCSessionManager.Session) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
Insert a session into the database.
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
 
timeout() - Method in class org.eclipse.jetty.server.session.AbstractSession
 
timeout() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
 
to416HeaderRangeString(long) - Static method in class org.eclipse.jetty.server.InclusiveByteRange
 
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.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.HttpConnection
 
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.PoisonPillContent
 
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.ResourceCache.CachedGzipHttpContent
 
toString() - Method in class org.eclipse.jetty.server.ResourceCache.CachedHttpContent
 
toString() - Method in class org.eclipse.jetty.server.ResourceCache
 
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.AbstractSession
 
toString() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
 
toString() - Method in class org.eclipse.jetty.server.ShutdownMonitor
 
toString() - Method in class org.eclipse.jetty.server.SslConnectionFactory
 
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.AbstractSession
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.
unwrap(Throwable, Class<?>...) - Method in class org.eclipse.jetty.server.HttpChannel
Unwrap failure causes to find target class
updateAttribute(String, Object) - Method in class org.eclipse.jetty.server.session.AbstractSession
Deprecated.
use changeAttribute(String,Object) instead
updateBean(String, Object, Object) - Method in class org.eclipse.jetty.server.handler.ManagedAttributeListener
 
updateResponse(Request) - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
updateSession(JDBCSessionManager.Session) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
Update data on an existing persisted session.
updateSessionNode(JDBCSessionManager.Session) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
Update the node on which the session was last seen to be my node.
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

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.Async
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jetty.server.HttpChannelState.Interest
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.
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.Async
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.Interest
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.
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
 
willPassivate() - Method in class org.eclipse.jetty.server.session.AbstractSession
 
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 interface org.eclipse.jetty.server.SessionManager
 
__DefaultSessionCookie - Static variable in interface org.eclipse.jetty.server.SessionManager
 
__DefaultSessionDomain - Static variable in interface org.eclipse.jetty.server.SessionManager
 
__DefaultSessionIdPathParameterName - Static variable in interface org.eclipse.jetty.server.SessionManager
 
__defaultSessionTrackingModes - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
__distantFuture - Static variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
__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 interface org.eclipse.jetty.server.SessionManager
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 interface org.eclipse.jetty.server.SessionManager
Session cookie name.
__SessionDomainProperty - Static variable in interface org.eclipse.jetty.server.SessionManager
Session Domain.
__SessionIdPathParameterNameProperty - Static variable in interface org.eclipse.jetty.server.SessionManager
Session id path parameter name.
__SessionPathProperty - Static variable in interface org.eclipse.jetty.server.SessionManager
Session Path.
_accessTimeColumn - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
 
_blobType - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager.DatabaseAdaptor
 
_canonicalContext - Variable in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
Mangled context name (used to help distinguish 2 sessions with same id on different contexts)
_checkingRemoteSessionIdEncoding - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_connectionUrl - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_context - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_contextPathColumn - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
 
_cookieTimeColumn - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
 
_createSessionIdTable - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_createSessionTable - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_createTimeColumn - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
 
_datasource - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_dbAdaptor - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_dbAdaptor - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionIdTableSchema
 
_dbAdaptor - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
 
_deleteBlockSize - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_deleteId - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_deleteSession - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_dftMaxIdleSecs - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_dirty - Variable in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
If dirty, session needs to be (re)persisted
_driver - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_driverClassName - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_enabled - Variable in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
_expiryTime - Variable in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
Time in msec since the epoch that the session will expire
_expiryTimeColumn - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
 
_extendedListenerTypes - Variable in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
_handler - Variable in class org.eclipse.jetty.server.handler.HandlerWrapper
 
_httpOnly - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_idColumn - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionIdTableSchema
 
_idColumn - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
 
_insertId - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_insertSession - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_jdbcSessionIdMgr - Variable in class org.eclipse.jetty.server.session.JDBCSessionManager
 
_jndiName - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_lastAccessTimeColumn - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
 
_lastNode - Variable in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
Unique identifier of the last node to host the session
_lastNodeColumn - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
 
_lastSaved - Variable in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
Time in msec since the epoch that the session was last persisted
_lastSavedTimeColumn - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
 
_lastScavengeTime - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_loader - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_longType - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager.DatabaseAdaptor
 
_mapColumn - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
 
_maxCookieAge - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_maxIntervalColumn - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
 
_nextScope - Variable in class org.eclipse.jetty.server.handler.ScopedHandler
 
_nodeIdInSessionId - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_outerScope - Variable in class org.eclipse.jetty.server.handler.ScopedHandler
 
_ownScheduler - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_queryId - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_random - Variable in class org.eclipse.jetty.server.session.AbstractSessionIdManager
 
_refreshCookieAge - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_reseed - Variable in class org.eclipse.jetty.server.session.AbstractSessionIdManager
 
_rowId - Variable in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
Unique row in db for session
_rowIdColumn - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
 
_saveIntervalSec - Variable in class org.eclipse.jetty.server.session.JDBCSessionManager
 
_scavengeIntervalMs - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_scavenger - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_scheduler - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_schemaName - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionIdTableSchema
 
_schemaName - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
 
_scontext - Variable in class org.eclipse.jetty.server.handler.ContextHandler
 
_secureCookies - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_secureRequestOnly - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_selectBoundedExpiredSessions - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_server - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_sessionAttributeListeners - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_sessionComment - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_sessionCookie - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_sessionDomain - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_sessionHandler - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_sessionIdListeners - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_sessionIdManager - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_sessionIdPathParameterName - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_sessionIdPathParameterNamePrefix - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_sessionIds - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_sessionIdTableSchema - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_sessionListeners - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_sessionPath - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_sessions - Variable in class org.eclipse.jetty.server.session.HashSessionManager
 
_sessionsStats - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_sessionTableSchema - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_sessionTableSchema - Variable in class org.eclipse.jetty.server.session.JDBCSessionManager
 
_sessionTimeStats - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_sessionTrackingModes - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_tableName - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionIdTableSchema
 
_tableName - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
 
_task - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_updateSession - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_updateSessionAccessTime - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_updateSessionNode - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_virtualHost - Variable in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
Virtual host for context (used to help distinguish 2 sessions with same id on different contexts)
_virtualHostColumn - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
 
_weakRandom - Variable in class org.eclipse.jetty.server.session.AbstractSessionIdManager
 
_workerAttr - Variable in class org.eclipse.jetty.server.session.AbstractSessionIdManager
 
_workerName - Variable in class org.eclipse.jetty.server.session.AbstractSessionIdManager
 
A B C D E F G H I J L M N O P Q R S T U V W _ 
All Classes All Packages