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

A

abort() - Method in class org.eclipse.jetty.server.HttpConnection
 
abort() - Method in interface org.eclipse.jetty.server.HttpTransport
Abort transport.
AbstractConnectionFactory - Class in org.eclipse.jetty.server
 
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, SPDY, 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, HttpServletRequest) - Constructor for class org.eclipse.jetty.server.session.AbstractSession
 
AbstractSession(AbstractSessionManager, long, long, String) - 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.CookieConfig() - Constructor for class org.eclipse.jetty.server.session.AbstractSessionManager.CookieConfig
 
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
 
access(long) - Method in class org.eclipse.jetty.server.session.AbstractSession
 
access(HttpSession, boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
access(long) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
Entry to session.
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
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.AbstractSession
 
addBlack(String) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
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
 
addContext(String, String) - Method in class org.eclipse.jetty.server.handler.ContextHandlerCollection
Add a context handler.
addCookie(HttpCookie) - Method in class org.eclipse.jetty.server.Response
 
addCookie(Cookie) - Method in class org.eclipse.jetty.server.Response
 
addCookie(Cookie) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
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.
addFilter(String, Class<? extends Filter>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
 
addFilter(String, Filter) - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
 
addFilter(String, String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
 
addHandler(Handler) - Method in class org.eclipse.jetty.server.handler.HandlerCollection
 
addHeader(String, String) - Method in class org.eclipse.jetty.server.Response
 
addHeader(String, String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
addInput(String) - Method in class org.eclipse.jetty.server.LocalConnector.LocalEndPoint
 
addIntHeader(String, int) - Method in class org.eclipse.jetty.server.Response
 
addIntHeader(String, int) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
addListener(AsyncListener, ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.server.AsyncContextState
 
addListener(AsyncListener) - Method in class org.eclipse.jetty.server.AsyncContextState
 
addListener(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
addListener(T) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
addListener(Class<? extends EventListener>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
addListener(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
 
addListener(T) - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
 
addListener(Class<? extends EventListener>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
 
addListener(AsyncListener) - Method in class org.eclipse.jetty.server.HttpChannelState
 
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.
addServlet(String, Class<? extends Servlet>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
 
addServlet(String, Servlet) - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
 
addServlet(String, String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
 
addSession(AbstractSession) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
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;
addSession(HttpSession) - Method in class org.eclipse.jetty.server.session.HashSessionIdManager
 
addSession(AbstractSession) - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
addSession(HttpSession) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
addSession(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
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(HttpSession) - Method in interface org.eclipse.jetty.server.SessionIdManager
Add a session to the list of known sessions for a given ID.
addSetCookie(String, String, String, String, long, String, boolean, boolean, int) - Method in class org.eclipse.jetty.server.Response
Format a set cookie value
addToAllConnectors(Server) - Static method in class org.eclipse.jetty.server.ConnectorStatistics
 
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
Add a whitelist entry to an existing handler configuration
AllowSymLinkAliasChecker - Class in org.eclipse.jetty.server.handler
Symbolic Link AliasChecker.
AllowSymLinkAliasChecker() - Constructor for class org.eclipse.jetty.server.handler.AllowSymLinkAliasChecker
 
ASYNC - Static variable in class org.eclipse.jetty.server.HttpInput
 
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
 
AsyncNCSARequestLog - Class in org.eclipse.jetty.server
An asynchronously writing NCSA Request Log
AsyncNCSARequestLog() - Constructor for class org.eclipse.jetty.server.AsyncNCSARequestLog
 
AsyncNCSARequestLog(BlockingQueue<String>) - 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
 
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.
authenticate(HttpServletResponse) - Method in class org.eclipse.jetty.server.Request
 
authenticate(HttpServletResponse) - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
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.Failed(String) - Constructor for exception org.eclipse.jetty.server.Authentication.Failed
 
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
 

B

badMessage(int, String) - Method in class org.eclipse.jetty.server.HttpChannel
 
badMessage(int, String) - Method in class org.eclipse.jetty.server.HttpConnection.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
If value implements HttpSessionBindingListener, call valueBound()
blockForContent() - Method in class org.eclipse.jetty.server.HttpInput
Blocks until some content or some end-of-file event arrives.
blockForContent() - Method in class org.eclipse.jetty.server.HttpInputOverHTTP
 
blockForContent() - Method in class org.eclipse.jetty.server.QueuedHttpInput
 
ByteBufferQueuedHttpInput - Class in org.eclipse.jetty.server
An implementation of HttpInput using ByteBuffer as items.
ByteBufferQueuedHttpInput() - Constructor for class org.eclipse.jetty.server.ByteBufferQueuedHttpInput
 

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
 
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
 
check(String, Resource) - Method in class org.eclipse.jetty.server.handler.ContextHandler.ApprovePathPrefixAliases
Deprecated.
 
check(String, Resource) - Method in class org.eclipse.jetty.server.handler.ContextHandler.ApproveSameSuffixAliases
Deprecated.
 
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
 
checkListener(Class<? extends EventListener>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
checkManagedAttribute(String, Object) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
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
 
ClassLoaderDump - Class in org.eclipse.jetty.server
 
ClassLoaderDump(ClassLoader) - Constructor for class org.eclipse.jetty.server.ClassLoaderDump
 
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
 
clearConnectionFactories() - Method in class org.eclipse.jetty.server.AbstractConnector
 
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 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.ServerConnector
 
closeOutput() - Method in class org.eclipse.jetty.server.Response
 
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(HttpSession) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
complete() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
Exit from session
complete(HttpSession) - Method in interface org.eclipse.jetty.server.SessionManager
Called by the SessionHandler when a session is last accessed by a request.
completed() - Method in class org.eclipse.jetty.server.AsyncContextEvent
 
completed() - Method in class org.eclipse.jetty.server.HttpChannelState
 
completed() - Method in class org.eclipse.jetty.server.HttpConnection
 
completed() - Method in interface org.eclipse.jetty.server.HttpTransport
 
configure(AbstractConnection, Connector, EndPoint) - Method in class org.eclipse.jetty.server.AbstractConnectionFactory
 
configure(Socket) - Method in class org.eclipse.jetty.server.ServerConnector
 
ConnectionFactory - Interface in org.eclipse.jetty.server
A Factory to create Connection instances for Connectors.
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
A Connector.Listener that gathers Connector and Connections Statistics.
ConnectorStatistics() - Constructor for class org.eclipse.jetty.server.ConnectorStatistics
 
consume(ByteBuffer, int) - Method in class org.eclipse.jetty.server.ByteBufferQueuedHttpInput
 
consume(T, int) - Method in class org.eclipse.jetty.server.HttpInput
Consumes the given content.
consume(ByteBuffer, int) - Method in class org.eclipse.jetty.server.HttpInputOverHTTP
 
consumeAll() - 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(T) - Method in class org.eclipse.jetty.server.HttpChannel
 
content(ByteBuffer) - Method in class org.eclipse.jetty.server.HttpConnection.HttpChannelOverHttp
 
content(T) - Method in class org.eclipse.jetty.server.HttpInput
Adds some content to this input stream.
content(ByteBuffer) - Method in class org.eclipse.jetty.server.HttpInputOverHTTP
 
content(T) - Method in class org.eclipse.jetty.server.QueuedHttpInput
 
ContextHandler - Class in org.eclipse.jetty.server.handler
ContextHandler.
ContextHandler() - Constructor for class org.eclipse.jetty.server.handler.ContextHandler
 
ContextHandler(ContextHandler.Context) - Constructor for class org.eclipse.jetty.server.handler.ContextHandler
 
ContextHandler(String) - Constructor for class org.eclipse.jetty.server.handler.ContextHandler
 
ContextHandler(HandlerContainer, String) - Constructor for class org.eclipse.jetty.server.handler.ContextHandler
 
ContextHandler.AliasCheck - Interface in org.eclipse.jetty.server.handler
Interface to check aliases
ContextHandler.ApproveAliases - Class in org.eclipse.jetty.server.handler
Approve all aliases.
ContextHandler.ApproveAliases() - Constructor for class org.eclipse.jetty.server.handler.ContextHandler.ApproveAliases
 
ContextHandler.ApproveNonExistentDirectoryAliases - Class in org.eclipse.jetty.server.handler
Approve Aliases of a non existent directory.
ContextHandler.ApproveNonExistentDirectoryAliases() - Constructor for class org.eclipse.jetty.server.handler.ContextHandler.ApproveNonExistentDirectoryAliases
 
ContextHandler.ApprovePathPrefixAliases - Class in org.eclipse.jetty.server.handler
Deprecated.
ContextHandler.ApprovePathPrefixAliases() - Constructor for class org.eclipse.jetty.server.handler.ContextHandler.ApprovePathPrefixAliases
Deprecated.
 
ContextHandler.ApproveSameSuffixAliases - Class in org.eclipse.jetty.server.handler
Deprecated.
ContextHandler.ApproveSameSuffixAliases() - Constructor for class org.eclipse.jetty.server.handler.ContextHandler.ApproveSameSuffixAliases
Deprecated.
 
ContextHandler.Availability - Enum in org.eclipse.jetty.server.handler
 
ContextHandler.Context - Class in org.eclipse.jetty.server.handler
Context.
ContextHandler.Context() - Constructor for class org.eclipse.jetty.server.handler.ContextHandler.Context
 
ContextHandler.NoContext - Class in org.eclipse.jetty.server.handler
 
ContextHandler.NoContext() - Constructor for class org.eclipse.jetty.server.handler.ContextHandler.NoContext
 
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
 
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.
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.
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
 
cookieSet() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
 
createFilter(Class<T>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
 
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.NoContext
 
createServlet(Class<T>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
 
customize(Connector, HttpConfiguration, Request) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
customize(Connector, HttpConfiguration, Request) - Method in class org.eclipse.jetty.server.HostHeaderCustomizer
 
customize(Connector, HttpConfiguration, Request) - Method in interface org.eclipse.jetty.server.HttpConfiguration.Customizer
 
customize(Connector, HttpConfiguration, Request) - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
 
customize(SSLEngine, Request) - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
 

D

DebugHandler - Class in org.eclipse.jetty.server.handler
Debug Handler.
DebugHandler() - Constructor for class org.eclipse.jetty.server.handler.DebugHandler
 
declareRoles(String...) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
declareRoles(String...) - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
 
DEFAULT_LISTENER_TYPE_INDEX - Static variable in class org.eclipse.jetty.server.handler.ContextHandler
 
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
 
deIdle() - Method in class org.eclipse.jetty.server.session.HashedSession
 
deIdleFailed() - Method in class org.eclipse.jetty.server.session.HashedSession
 
deleteSession(JDBCSessionManager.Session) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
Delete a session from the database.
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
 
Dispatcher - Class in org.eclipse.jetty.server
Servlet RequestDispatcher.
Dispatcher(ContextHandler, String, String, String) - Constructor for class org.eclipse.jetty.server.Dispatcher
 
Dispatcher(ContextHandler, String) - Constructor for class org.eclipse.jetty.server.Dispatcher
Constructor.
doDirectory(HttpServletRequest, HttpServletResponse, Resource) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
doGet(String) - Method in class org.eclipse.jetty.server.session.AbstractSession
 
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
 
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
 
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
 
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
 
doStart() - Method in class org.eclipse.jetty.server.handler.HotSwapHandler
 
doStart() - Method in class org.eclipse.jetty.server.handler.RequestLogHandler
 
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.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
 
doStop() - Method in class org.eclipse.jetty.server.handler.AbstractHandler
 
doStop() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
doStop() - Method in class org.eclipse.jetty.server.handler.DebugHandler
 
doStop() - Method in class org.eclipse.jetty.server.handler.HotSwapHandler
 
doStop() - Method in class org.eclipse.jetty.server.handler.RequestLogHandler
 
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(Appendable, String) - Method in class org.eclipse.jetty.server.ClassLoaderDump
 
dump() - Method in class org.eclipse.jetty.server.ConnectorStatistics
 
dump(Appendable, String) - Method in class org.eclipse.jetty.server.ConnectorStatistics
 
dump(Appendable, String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
dump() - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
Dump the handler configuration
dump(StringBuilder, PathMap<IPAddressMap<Boolean>>) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
Dump a pattern map into a StringBuilder buffer
dump(Appendable, String) - Method in class org.eclipse.jetty.server.Server
 
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.HttpChannel
 
earlyEOF() - Method in class org.eclipse.jetty.server.HttpConnection.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.
earlyEOF() - Method in class org.eclipse.jetty.server.QueuedHttpInput
 
encodeRedirectURL(String) - Method in class org.eclipse.jetty.server.Response
 
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.ServletResponseHttpWrapper
 
encodeURL(String) - Method in class org.eclipse.jetty.server.Response
 
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.ServletResponseHttpWrapper
 
EncodingHttpWriter - Class in org.eclipse.jetty.server
 
EncodingHttpWriter(HttpOutput, String) - Constructor for class org.eclipse.jetty.server.EncodingHttpWriter
 
EOF - Static variable in class org.eclipse.jetty.server.HttpInput
 
error(ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.server.Dispatcher
 
error(Throwable) - Method in class org.eclipse.jetty.server.HttpChannelState
 
ERROR_PAGE - Static variable in class org.eclipse.jetty.server.handler.ErrorHandler
 
errorComplete() - Method in class org.eclipse.jetty.server.HttpChannelState
 
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
 
execute(Runnable) - Method in class org.eclipse.jetty.server.HttpChannel
 
executeRequest(String) - Method in class org.eclipse.jetty.server.LocalConnector
Execute a request and return the EndPoint through which responses can be received.
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.
expired() - Method in class org.eclipse.jetty.server.HttpChannelState
 
EXTENDED_LISTENER_TYPE_INDEX - Static variable in class org.eclipse.jetty.server.handler.ContextHandler
 
extractParameters() - Method in class org.eclipse.jetty.server.Request
Extract Parameters from query string and/or form _content.

F

failed() - Method in class org.eclipse.jetty.server.HttpChannel
If a write or similar to this channel fails this method should be called.
failed() - Method in class org.eclipse.jetty.server.HttpConnection.HttpChannelOverHttp
 
failed(Throwable) - Method in class org.eclipse.jetty.server.HttpInput
 
failed(Throwable) - Method in class org.eclipse.jetty.server.HttpInputOverHTTP
 
findContainerOf(HandlerContainer, Class<T>, Handler) - Static method in class org.eclipse.jetty.server.handler.AbstractHandlerContainer
 
flush() - Method in class org.eclipse.jetty.server.HttpOutput
 
flush() - Method in class org.eclipse.jetty.server.HttpWriter
 
flushBuffer() - Method in class org.eclipse.jetty.server.Response
 
flushCache() - Method in class org.eclipse.jetty.server.ResourceCache
 
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

get(ByteBuffer, byte[], int, int) - Method in class org.eclipse.jetty.server.ByteBufferQueuedHttpInput
 
get(T, byte[], int, int) - Method in class org.eclipse.jetty.server.HttpInput
Copies the given content into the given byte buffer.
get(ByteBuffer, byte[], int, int) - Method in class org.eclipse.jetty.server.HttpInputOverHTTP
 
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
 
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
 
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
 
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
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
 
getBytesOut() - Method in class org.eclipse.jetty.server.ConnectorStatistics
 
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
 
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.Response
 
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.NoContext
 
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(HttpSession) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getClusterId(String) - Method in interface org.eclipse.jetty.server.SessionIdManager
Get a cluster ID from a node ID.
getClusterId(HttpSession) - Method in interface org.eclipse.jetty.server.SessionManager
 
getComment() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.CookieConfig
 
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.session.JDBCSessionIdManager
Get a connection from the driver or datasource.
getConnectionDurationMax() - Method in class org.eclipse.jetty.server.ConnectorStatistics
 
getConnectionDurationMean() - Method in class org.eclipse.jetty.server.ConnectorStatistics
 
getConnectionDurationStdDev() - Method in class org.eclipse.jetty.server.ConnectorStatistics
 
getConnectionFactories() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getConnectionFactories() - Method in interface org.eclipse.jetty.server.Connector
 
getConnectionFactory(String) - Method in class org.eclipse.jetty.server.AbstractConnector
 
getConnectionFactory(Class<T>) - Method in class org.eclipse.jetty.server.AbstractConnector
 
getConnectionFactory(String) - Method in interface org.eclipse.jetty.server.Connector
 
getConnectionFactory(Class<T>) - Method in interface org.eclipse.jetty.server.Connector
 
getConnections() - Method in class org.eclipse.jetty.server.ConnectorStatistics
 
getConnectionsOpen() - Method in class org.eclipse.jetty.server.ConnectorStatistics
 
getConnectionsOpenMax() - Method in class org.eclipse.jetty.server.ConnectorStatistics
 
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
 
getConnectors() - Method in class org.eclipse.jetty.server.Server
 
getContentCount() - Method in class org.eclipse.jetty.server.Response
 
getContentLength() - Method in class org.eclipse.jetty.server.Request
 
getContentLength() - Method in class org.eclipse.jetty.server.ResourceCache.Content
 
getContentLength() - Method in class org.eclipse.jetty.server.Response
 
getContentLengthLong() - Method in class org.eclipse.jetty.server.Request
 
getContentRead() - Method in class org.eclipse.jetty.server.HttpInput
 
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.Content
 
getContentType() - Method in class org.eclipse.jetty.server.Response
 
getContext() - Method in class org.eclipse.jetty.server.AsyncContextEvent
 
getContext(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getContext(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
 
getContext() - Method in class org.eclipse.jetty.server.Request
 
getContext() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
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(ServletContext) - Static method in class org.eclipse.jetty.server.handler.ContextHandler
 
getContextHandler() - Method in class org.eclipse.jetty.server.HttpChannelState
 
getContextHandler() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
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.NoContext
 
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
 
getCookieSet() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
 
getCookieSetTime() - Method in class org.eclipse.jetty.server.session.AbstractSession
 
getCookieTimeColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
 
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
 
getCurrentContext() - Static method in class org.eclipse.jetty.server.handler.ContextHandler
Get the current ServletContext implementation.
getCurrentHttpChannel() - Static method in class org.eclipse.jetty.server.HttpChannel
 
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
 
getDefaultSessionTrackingModes() - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
 
getDefaultSessionTrackingModes() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getDefaultSessionTrackingModes() - Method in interface org.eclipse.jetty.server.SessionManager
 
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.Content
 
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
 
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.NoContext
 
getEffectiveMinorVersion() - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
 
getEffectiveSessionTrackingModes() - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
 
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
 
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 class org.eclipse.jetty.server.ResourceCache.Content
 
getEventListeners() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
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.NoContext
 
getFilterRegistrations() - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
 
getFirst() - Method in class org.eclipse.jetty.server.InclusiveByteRange
 
getFirst(long) - Method in class org.eclipse.jetty.server.InclusiveByteRange
 
getForwardedCipherSuiteHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
getForwardedForHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
getForwardedHostHeader() - 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
 
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 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.HttpChannel
 
getHeaderCacheSize() - Method in class org.eclipse.jetty.server.HttpConfiguration
 
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
 
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.Request
 
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
 
getHttpVersion() - Method in class org.eclipse.jetty.server.HttpChannel
 
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
 
getIdleTimeoutMs() - Method in class org.eclipse.jetty.server.handler.IdleTimeoutHandler
 
getIdManager() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
getIgnorePaths() - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
Retrieve the request paths that will not be logged.
getIndirectBuffer() - Method in class org.eclipse.jetty.server.ResourceCache.Content
 
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.NoContext
 
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.NoContext
 
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.Content
 
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
 
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.NoContext
 
getKey() - Method in class org.eclipse.jetty.server.ResourceCache.Content
 
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 class org.eclipse.jetty.server.ResourceCache.Content
 
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
 
getLeftMostFieldValue(HttpFields, 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
 
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.NoContext
 
getMapColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
 
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
 
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
 
getMaxSessions() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
Deprecated.
getMessagesIn() - Method in class org.eclipse.jetty.server.ConnectorStatistics
 
getMessagesIn() - Method in class org.eclipse.jetty.server.HttpConnection
 
getMessagesInPerConnectionMax() - Method in class org.eclipse.jetty.server.ConnectorStatistics
 
getMessagesInPerConnectionMean() - Method in class org.eclipse.jetty.server.ConnectorStatistics
 
getMessagesInPerConnectionStdDev() - Method in class org.eclipse.jetty.server.ConnectorStatistics
 
getMessagesInPerSecond() - Method in class org.eclipse.jetty.server.ConnectorStatistics
 
getMessagesOut() - Method in class org.eclipse.jetty.server.ConnectorStatistics
 
getMessagesOut() - Method in class org.eclipse.jetty.server.HttpConnection
 
getMessagesOutPerConnectionMax() - Method in class org.eclipse.jetty.server.ConnectorStatistics
 
getMessagesOutPerConnectionMean() - Method in class org.eclipse.jetty.server.ConnectorStatistics
 
getMessagesOutPerConnectionStdDev() - Method in class org.eclipse.jetty.server.ConnectorStatistics
 
getMessagesOutPerSecond() - Method in class org.eclipse.jetty.server.ConnectorStatistics
 
getMetaManager() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
getMetaManager() - Method in interface org.eclipse.jetty.server.SessionManager
getMethod() - Method in class org.eclipse.jetty.server.Request
 
getMethod() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
getMimeType(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getMimeType(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
 
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.
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.NoContext
 
getMinSessions() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
Deprecated.
always returns 0. no replacement available.
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.NoContext
 
getNames() - Method in class org.eclipse.jetty.server.session.AbstractSession
 
getNewContextURL() - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
 
getNextContent() - Method in class org.eclipse.jetty.server.HttpInput
A convenience method to call nextContent and to check the return value, which if null then the a check is made for EOF and the state changed accordingly.
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(HttpSession) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
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 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
 
getOutputBufferSize() - Method in class org.eclipse.jetty.server.HttpConfiguration
 
getOutputStream() - Method in class org.eclipse.jetty.server.handler.DebugHandler
 
getOutputStream() - Method in class org.eclipse.jetty.server.Response
 
getParameter(String) - Method in class org.eclipse.jetty.server.Request
 
getParameterMap() - Method in class org.eclipse.jetty.server.Request
 
getParameterNames() - Method in class org.eclipse.jetty.server.Request
 
getParameters() - 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 class org.eclipse.jetty.server.session.AbstractSessionManager.CookieConfig
 
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.Request
 
getProtocols() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getProtocols() - Method in interface org.eclipse.jetty.server.Connector
 
getQueryEncoding() - Method in class org.eclipse.jetty.server.Request
 
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.Content
 
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.NoContext
 
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
 
getRemoteAddr() - Method in class org.eclipse.jetty.server.Request
 
getRemoteAddress() - Method in class org.eclipse.jetty.server.HttpChannel
 
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.
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.NoContext
 
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
 
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(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.NoContext
 
getResource(String) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
getResource(HttpServletRequest) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
getResource() - Method in class org.eclipse.jetty.server.ResourceCache.Content
 
getResourceAsStream(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getResourceAsStream(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
 
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.NoContext
 
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.Request
 
getResponse(HttpServletResponse) - Static method in class org.eclipse.jetty.server.Response
 
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
 
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
 
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() - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
 
getServerName() - Method in class org.eclipse.jetty.server.Request
 
getServerPort() - Method in class org.eclipse.jetty.server.Request
 
getServerSocket() - Method in class org.eclipse.jetty.server.ShutdownMonitor
 
getServlet(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
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.NoContext
 
getServletName() - Method in class org.eclipse.jetty.server.Request
 
getServletNames() - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
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.NoContext
 
getServletRegistrations() - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
 
getServletResponse() - Method in class org.eclipse.jetty.server.HttpChannelState
 
getServletResponse() - Method in class org.eclipse.jetty.server.Request
 
getServlets() - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
Deprecated.
getSession() - Method in class org.eclipse.jetty.server.Request
 
getSession(boolean) - Method in class org.eclipse.jetty.server.Request
 
getSession(boolean) - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
getSession() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
getSession() - Method in class org.eclipse.jetty.server.session.AbstractSession
 
getSession(String) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
Get a known existing session
getSession() - Method in interface org.eclipse.jetty.server.session.AbstractSessionManager.SessionIf
 
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.NoContext
 
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
 
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
 
getSessionMap() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
Deprecated.
Need to review if it is needed.
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
 
getStartedMillis() - Method in class org.eclipse.jetty.server.ConnectorStatistics
 
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
 
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
 
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.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.Request
 
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()
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.NoContext
 
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
 

H

handle(Runnable) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ContextHandlerCollection
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.DebugHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.DefaultHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in 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.IPAccessHandler
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.ShutdownHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
handle() - Method in class org.eclipse.jetty.server.HttpChannel
 
handle(HttpChannel<?>) - Method in class org.eclipse.jetty.server.Server
 
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.HttpConnection.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
 
HashedSession - Class in org.eclipse.jetty.server.session
 
HashedSession(HashSessionManager, HttpServletRequest) - Constructor for class org.eclipse.jetty.server.session.HashedSession
 
HashedSession(HashSessionManager, long, long, String) - 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.Saver() - Constructor for class org.eclipse.jetty.server.session.HashSessionManager.Saver
 
HashSessionManager.Scavenger - Class in org.eclipse.jetty.server.session
Scavenger
HashSessionManager.Scavenger() - Constructor for class org.eclipse.jetty.server.session.HashSessionManager.Scavenger
 
hasOriginalRequestAndResponse() - Method in class org.eclipse.jetty.server.AsyncContextState
 
headerComplete() - Method in class org.eclipse.jetty.server.HttpChannel
 
headerComplete() - Method in class org.eclipse.jetty.server.HttpConnection.HttpChannelOverHttp
 
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<T> - Class in org.eclipse.jetty.server
HttpChannel.
HttpChannel(Connector, HttpConfiguration, EndPoint, HttpTransport, HttpInput<T>) - Constructor for class org.eclipse.jetty.server.HttpChannel
 
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
 
HttpChannelState.Async - Enum in org.eclipse.jetty.server
 
HttpChannelState.State - Enum in org.eclipse.jetty.server
 
HttpConfiguration - Class in org.eclipse.jetty.server
HTTP Configuration.
HttpConfiguration() - Constructor for class org.eclipse.jetty.server.HttpConfiguration
 
HttpConfiguration(HttpConfiguration) - Constructor for class org.eclipse.jetty.server.HttpConfiguration
Create a configuration from another.
HttpConfiguration.ConnectionFactory - Interface in org.eclipse.jetty.server
 
HttpConfiguration.Customizer - Interface in org.eclipse.jetty.server
 
HttpConnection - Class in org.eclipse.jetty.server
A Connection that handles the HTTP protocol.
HttpConnection(HttpConfiguration, Connector, EndPoint) - Constructor for class org.eclipse.jetty.server.HttpConnection
 
HttpConnection.HttpChannelOverHttp - Class in org.eclipse.jetty.server
 
HttpConnection.HttpChannelOverHttp(Connector, HttpConfiguration, EndPoint, HttpTransport, HttpInput<ByteBuffer>) - Constructor for class org.eclipse.jetty.server.HttpConnection.HttpChannelOverHttp
 
HttpConnectionFactory - Class in org.eclipse.jetty.server
A Connection Factory for HTTP Connections.
HttpConnectionFactory() - Constructor for class org.eclipse.jetty.server.HttpConnectionFactory
 
HttpConnectionFactory(HttpConfiguration) - Constructor for class org.eclipse.jetty.server.HttpConnectionFactory
 
HttpInput<T> - Class in org.eclipse.jetty.server
HttpInput provides an implementation of ServletInputStream for HttpChannel.
HttpInput() - Constructor for class org.eclipse.jetty.server.HttpInput
 
HttpInput(Object) - Constructor for class org.eclipse.jetty.server.HttpInput
 
HttpInput.State - Class in org.eclipse.jetty.server
 
HttpInput.State() - Constructor for class org.eclipse.jetty.server.HttpInput.State
 
HttpInputOverHTTP - Class in org.eclipse.jetty.server
 
HttpInputOverHTTP(HttpConnection) - 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
 
HttpTransport - Interface in org.eclipse.jetty.server
 
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.
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(ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.server.Dispatcher
 
include() - Method in class org.eclipse.jetty.server.Response
 
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
 
init(HttpChannelState) - Method in class org.eclipse.jetty.server.HttpInput
 
initRandom() - Method in class org.eclipse.jetty.server.session.AbstractSessionIdManager
Set up a random number generator for the sessionids.
interruptAcceptors() - Method in class org.eclipse.jetty.server.AbstractConnector
 
invalidate() - Method in class org.eclipse.jetty.server.ResourceCache.Content
 
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
IP Access Handler
IPAccessHandler() - Constructor for class org.eclipse.jetty.server.handler.IPAccessHandler
Creates new handler object
IPAccessHandler(String[], String[]) - Constructor for class org.eclipse.jetty.server.handler.IPAccessHandler
Creates new handler object and initializes white- and black-list
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
Check if specified request is allowed by current IPAccess rules.
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
 
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
 
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.Content
 
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
 
isDeIdleFailed() - Method in class org.eclipse.jetty.server.session.HashedSession
 
isDeleteUnrestorableSessions() - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
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
 
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.NCSARequestLog
 
isEnabled() - Method in class org.eclipse.jetty.server.Slf4jRequestLog
 
isEOF() - Method in class org.eclipse.jetty.server.HttpInput
 
isEOF() - Method in class org.eclipse.jetty.server.HttpInput.State
 
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
 
isExpecting102Processing() - Method in class org.eclipse.jetty.server.HttpChannel
 
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
 
isFinished() - Method in class org.eclipse.jetty.server.HttpInput
 
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
 
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
 
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
 
isMiss() - Method in class org.eclipse.jetty.server.ResourceCache.Content
 
isNew() - Method in class org.eclipse.jetty.server.session.AbstractSession
 
isNodeIdInSessionId() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
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.ServerConnector
 
isPermanent() - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
 
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.
isReady() - Method in class org.eclipse.jetty.server.HttpInput
 
isReady() - Method in class org.eclipse.jetty.server.HttpOutput
 
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.Request
 
isRequestedSessionIdFromURL() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
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
 
isShowStacks() - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
isShutdown() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
isSuspended() - Method in class org.eclipse.jetty.server.HttpChannelState
 
isUseFileMappedBuffer() - Method in class org.eclipse.jetty.server.ResourceCache
 
isUserInRole(UserIdentity.Scope, String) - Method in interface org.eclipse.jetty.server.Authentication.User
 
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.
isUsingCookies() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
isUsingCookies() - Method in interface org.eclipse.jetty.server.SessionManager
 
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.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.DatabaseAdaptor() - Constructor for class org.eclipse.jetty.server.session.JDBCSessionIdManager.DatabaseAdaptor
 
JDBCSessionIdManager.Scavenger - Class in org.eclipse.jetty.server.session
Scavenger
JDBCSessionIdManager.Scavenger() - Constructor for class org.eclipse.jetty.server.session.JDBCSessionIdManager.Scavenger
 
JDBCSessionIdManager.SessionIdTableSchema - Class in org.eclipse.jetty.server.session
SessionIdTableSchema
JDBCSessionIdManager.SessionIdTableSchema() - Constructor for class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionIdTableSchema
 
JDBCSessionIdManager.SessionTableSchema - Class in org.eclipse.jetty.server.session
SessionTableSchema
JDBCSessionIdManager.SessionTableSchema() - Constructor for class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
 
JDBCSessionManager - Class in org.eclipse.jetty.server.session
JDBCSessionManager SessionManager that persists sessions to a database to enable clustering.
JDBCSessionManager() - Constructor for class org.eclipse.jetty.server.session.JDBCSessionManager
 
JDBCSessionManager.Session - Class in org.eclipse.jetty.server.session
Session Session instance.
JDBCSessionManager.Session(HttpServletRequest) - Constructor for class org.eclipse.jetty.server.session.JDBCSessionManager.Session
Session from a request.
JDBCSessionManager.Session(String, String, long, long, long) - Constructor for class org.eclipse.jetty.server.session.JDBCSessionManager.Session
Session restored from database
join() - Method in class org.eclipse.jetty.server.AbstractConnector
 
join(long) - Method in class org.eclipse.jetty.server.AbstractConnector
 
join() - Method in class org.eclipse.jetty.server.Server
 

L

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
 
LocalConnector(Server, Executor, Scheduler, ByteBufferPool, int, ConnectionFactory...) - Constructor for class org.eclipse.jetty.server.LocalConnector
 
LocalConnector(Server) - Constructor for class org.eclipse.jetty.server.LocalConnector
 
LocalConnector(Server, SslContextFactory) - 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.LocalEndPoint - Class in org.eclipse.jetty.server
 
LocalConnector.LocalEndPoint() - Constructor for class org.eclipse.jetty.server.LocalConnector.LocalEndPoint
 
lock() - Method in class org.eclipse.jetty.server.HttpInput
 
LOG - Variable in class org.eclipse.jetty.server.AbstractConnector
 
LOG - Static variable in class org.eclipse.jetty.server.AbstractNCSARequestLog
 
log(Request, Response) - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
Writes the request and response information to the output stream.
log(Exception, String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
log(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
log(String, Throwable) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
log(Exception, String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
 
log(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
 
log(String, Throwable) - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
 
log(Request, Response) - Method in interface org.eclipse.jetty.server.RequestLog
 
logExtended(Request, Response, StringBuilder) - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
Writes extended request and response information to the output stream.
login(String, Object, ServletRequest) - Method in interface org.eclipse.jetty.server.Authentication.Deferred
Login with the LOGIN authenticator
login(String, String) - Method in class org.eclipse.jetty.server.Request
 
login(String, String) - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
logout() - Method in interface org.eclipse.jetty.server.Authentication.User
 
logout() - Method in class org.eclipse.jetty.server.Request
 
logout() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
lookup(String) - Method in class org.eclipse.jetty.server.ResourceCache
Get a Entry from the cache.
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.
mapContexts() - Method in class org.eclipse.jetty.server.handler.ContextHandlerCollection
Remap the context paths.
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
 
mergeQueryString(String) - Method in class org.eclipse.jetty.server.Request
Merge in a new query string.
messageComplete() - Method in class org.eclipse.jetty.server.HttpChannel
 
messageComplete() - Method in class org.eclipse.jetty.server.HttpInput
This method should be called to signal that all the expected content arrived.
messageComplete() - Method in class org.eclipse.jetty.server.QueuedHttpInput
 
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
 

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.
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, ConnectionFactory, SslContextFactory) - 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, Executor, Scheduler, ByteBufferPool, int, int, ConnectionFactory...) - 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, ConnectionFactory, SslContextFactory) - Constructor for class org.eclipse.jetty.server.NetworkTrafficServerConnector
 
NetworkTrafficServerConnector(Server, ConnectionFactory) - 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, SslContextFactory) - Constructor for class org.eclipse.jetty.server.NetworkTrafficServerConnector
 
never() - Method in class org.eclipse.jetty.server.handler.ScopedHandler
 
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.SslConnectionFactory
 
newEndPoint(SocketChannel, SelectorManager.ManagedSelector, SelectionKey) - Method in class org.eclipse.jetty.server.NetworkTrafficServerConnector
 
newEndPoint(SocketChannel, SelectorManager.ManagedSelector, SelectionKey) - Method in class org.eclipse.jetty.server.ServerConnector
 
newHttpChannel(HttpInput<ByteBuffer>) - Method in class org.eclipse.jetty.server.HttpConnection
 
newHttpGenerator() - Method in class org.eclipse.jetty.server.HttpConnection
 
newHttpInput() - Method in class org.eclipse.jetty.server.HttpConnection
 
newHttpParser() - 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(URL) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Convert URL to Resource wrapper for Resource.newResource(URL) enables extensions to provide alternate resource implementations.
newResource(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(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Convert a URL or path to a Resource.
newResponseInfo() - Method in class org.eclipse.jetty.server.Response
 
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(long, long, String) - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
newSession(HttpServletRequest) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
Make a new Session.
newSession(String, String, long, long, long) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
 
newSessionId(HttpServletRequest, long) - Method in class org.eclipse.jetty.server.session.AbstractSessionIdManager
Create a new session id if necessary.
newSessionId(long) - Method in class org.eclipse.jetty.server.session.AbstractSessionIdManager
 
newSessionId(HttpServletRequest, long) - Method in interface org.eclipse.jetty.server.SessionIdManager
 
newSslConnection(Connector, EndPoint, SSLEngine) - Method in class org.eclipse.jetty.server.SslConnectionFactory
 
nextContent() - Method in class org.eclipse.jetty.server.HttpInput
Access the next content to be consumed from.
nextContent() - Method in class org.eclipse.jetty.server.HttpInputOverHTTP
 
nextContent() - Method in class org.eclipse.jetty.server.QueuedHttpInput
 
nextHandle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ScopedHandler
 
nextScope(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ScopedHandler
 
noContent() - Method in class org.eclipse.jetty.server.HttpInput.State
 
NOT_CHECKED - Static variable in interface org.eclipse.jetty.server.Authentication
Authentication not checked

O

onAsyncRead() - Method in class org.eclipse.jetty.server.HttpInput
 
onClose() - Method in class org.eclipse.jetty.server.LocalConnector.LocalEndPoint
 
onClosed(Connection) - Method in class org.eclipse.jetty.server.ConnectorStatistics
 
onClosed(Connection) - Method in class org.eclipse.jetty.server.handler.DebugHandler
 
onContentConsumed(ByteBuffer) - Method in class org.eclipse.jetty.server.ByteBufferQueuedHttpInput
 
onContentConsumed(T) - Method in class org.eclipse.jetty.server.QueuedHttpInput
Callback that signals that the given content has been consumed.
onEndPointClosed(EndPoint) - Method in class org.eclipse.jetty.server.AbstractConnector
 
onEndPointOpened(EndPoint) - Method in class org.eclipse.jetty.server.AbstractConnector
 
onFillable() - Method in class org.eclipse.jetty.server.HttpConnection
Parses and handles HTTP messages.
onFillInterestedFailed(Throwable) - Method in class org.eclipse.jetty.server.HttpConnection
 
onOpen() - Method in class org.eclipse.jetty.server.HttpConnection
 
onOpened(Connection) - Method in class org.eclipse.jetty.server.ConnectorStatistics
 
onOpened(Connection) - Method in class org.eclipse.jetty.server.handler.DebugHandler
 
onReadPossible() - Method in class org.eclipse.jetty.server.HttpChannelState
 
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
 
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.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.HttpChannel
 
parsedHostHeader(String, int) - Method in class org.eclipse.jetty.server.HttpChannel
 
parseFields() - Method in class org.eclipse.jetty.server.CookieCutter
 
print(String) - Method in class org.eclipse.jetty.server.HttpOutput
 
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

QueuedHttpInput<T> - Class in org.eclipse.jetty.server
QueuedHttpInput holds a queue of items passed to it by calls to QueuedHttpInput.content(Object).
QueuedHttpInput() - Constructor for class org.eclipse.jetty.server.QueuedHttpInput
 
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, Throwable) - Constructor for exception org.eclipse.jetty.server.QuietServletException
 
QuietServletException(String) - 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
 
recoverNewSession(Object) - Method in class org.eclipse.jetty.server.Request
 
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.HttpInputOverHTTP
 
recycle() - Method in class org.eclipse.jetty.server.QueuedHttpInput
 
recycle() - Method in class org.eclipse.jetty.server.Request
 
recycle() - Method in class org.eclipse.jetty.server.Response
 
release() - Method in class org.eclipse.jetty.server.ResourceCache.Content
 
remaining(ByteBuffer) - Method in class org.eclipse.jetty.server.ByteBufferQueuedHttpInput
 
remaining(T) - Method in class org.eclipse.jetty.server.HttpInput
 
remaining(ByteBuffer) - Method in class org.eclipse.jetty.server.HttpInputOverHTTP
 
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(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(String) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
removeSession(HttpSession) - Method in class org.eclipse.jetty.server.session.HashSessionIdManager
 
removeSession(String) - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
removeSession(HttpSession) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
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(AbstractSession, boolean) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
Remove session from manager
removeSession(HttpSession) - Method in interface org.eclipse.jetty.server.SessionIdManager
Remove session from the list of known sessions for a given ID.
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, HttpServletRequest) - Method in class org.eclipse.jetty.server.session.AbstractSessionIdManager
 
renewSessionId(String, String, String, String) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
Tell the HttpSessionIdListeners the id changed.
renewSessionId(String, String, HttpServletRequest) - Method in class org.eclipse.jetty.server.session.HashSessionIdManager
 
renewSessionId(String, String, String, String) - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
renewSessionId(String, String, HttpServletRequest) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
renewSessionId(String, String, String, String) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
 
renewSessionId(String, String, HttpServletRequest) - Method in interface org.eclipse.jetty.server.SessionIdManager
Change the existing session id.
renewSessionId(String, String, String, String) - Method in interface org.eclipse.jetty.server.SessionManager
Change the existing session id.
reopen() - Method in class org.eclipse.jetty.server.HttpOutput
 
Request - Class in org.eclipse.jetty.server
Jetty Request.
Request(HttpChannel<?>, HttpInput<?>) - Constructor for class org.eclipse.jetty.server.Request
 
Request.MultiPartCleanerListener - Class in org.eclipse.jetty.server
 
Request.MultiPartCleanerListener() - Constructor for class org.eclipse.jetty.server.Request.MultiPartCleanerListener
 
requestDestroyed(ServletRequestEvent) - Method in class org.eclipse.jetty.server.Request.MultiPartCleanerListener
 
requestInitialized(ServletRequestEvent) - Method in class org.eclipse.jetty.server.Request.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
 
reset() - Method in class org.eclipse.jetty.server.CookieCutter
 
reset() - Method in class org.eclipse.jetty.server.HttpChannel
 
reset() - Method in class org.eclipse.jetty.server.HttpOutput
 
reset() - Method in class org.eclipse.jetty.server.Response
 
reset(boolean) - Method in class org.eclipse.jetty.server.Response
 
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
 
resetStats() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
Deprecated.
ResourceCache - Class in org.eclipse.jetty.server
 
ResourceCache(ResourceCache, ResourceFactory, MimeTypes, boolean, boolean) - Constructor for class org.eclipse.jetty.server.ResourceCache
Constructor.
ResourceCache.Content - Class in org.eclipse.jetty.server
MetaData associated with a context Resource.
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
 
restoreSession(String) - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
restoreSession(InputStream, HashedSession) - 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
 
run() - Method in class org.eclipse.jetty.server.ShutdownMonitor.ShutdownMonitorThread
 

S

satisfiableRanges(Enumeration, long) - Static method in class org.eclipse.jetty.server.InclusiveByteRange
 
save(OutputStream) - Method in class org.eclipse.jetty.server.session.HashedSession
 
save() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
 
save(boolean) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
 
saveFailed() - Method in class org.eclipse.jetty.server.session.HashedSession
 
saveNewSession(Object, HttpSession) - Method in class org.eclipse.jetty.server.Request
 
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.
scheduleDispatch() - Method in class org.eclipse.jetty.server.HttpChannelState
 
scheduleTimeout() - 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
 
SecureRequestCustomizer - Class in org.eclipse.jetty.server
 
SecureRequestCustomizer() - Constructor for class org.eclipse.jetty.server.SecureRequestCustomizer
 
send(HttpGenerator.ResponseInfo, ByteBuffer, boolean, Callback) - Method in class org.eclipse.jetty.server.HttpConnection
 
send(ByteBuffer, boolean, Callback) - Method in class org.eclipse.jetty.server.HttpConnection
 
send(HttpGenerator.ResponseInfo, ByteBuffer, boolean, Callback) - Method in interface org.eclipse.jetty.server.HttpTransport
 
send(ByteBuffer, boolean, Callback) - Method in interface org.eclipse.jetty.server.HttpTransport
 
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(ByteBuffer) - Method in class org.eclipse.jetty.server.HttpOutput
Blocking send of content.
sendContent(InputStream) - Method in class org.eclipse.jetty.server.HttpOutput
Blocking send of content.
sendContent(ReadableByteChannel) - Method in class org.eclipse.jetty.server.HttpOutput
Blocking send of content.
sendContent(HttpContent) - Method in class org.eclipse.jetty.server.HttpOutput
Blocking send of content.
sendContent(ByteBuffer, Callback) - Method in class org.eclipse.jetty.server.HttpOutput
Asynchronous send of content.
sendContent(InputStream, Callback) - Method in class org.eclipse.jetty.server.HttpOutput
Asynchronous send of content.
sendContent(ReadableByteChannel, Callback) - Method in class org.eclipse.jetty.server.HttpOutput
Asynchronous send of content.
sendContent(HttpContent, Callback) - Method in class org.eclipse.jetty.server.HttpOutput
Asynchronous send of content.
sendError(int) - Method in class org.eclipse.jetty.server.Response
 
sendError(int, String) - Method in class org.eclipse.jetty.server.Response
 
sendError(int, String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
sendError(int) - 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(HttpGenerator.ResponseInfo, ByteBuffer, boolean, Callback) - Method in class org.eclipse.jetty.server.HttpChannel
 
sendResponse(HttpGenerator.ResponseInfo, ByteBuffer, boolean) - 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 Creates server and a ServerConnector at the passed address.
Server(ThreadPool) - Constructor for class org.eclipse.jetty.server.Server
 
SERVER_VERSION - Static variable in class org.eclipse.jetty.server.HttpConfiguration
 
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
HTTP Server Connection.
ServerConnector(Server, int, int) - Constructor for class org.eclipse.jetty.server.ServerConnector
HTTP Server Connection.
ServerConnector(Server, ConnectionFactory...) - Constructor for class org.eclipse.jetty.server.ServerConnector
Generic Server Connection with default configuration.
ServerConnector(Server, SslContextFactory) - Constructor for class org.eclipse.jetty.server.ServerConnector
HTTP Server Connection.
ServerConnector(Server, int, int, SslContextFactory) - Constructor for class org.eclipse.jetty.server.ServerConnector
HTTP Server Connection.
ServerConnector(Server, SslContextFactory, ConnectionFactory...) - Constructor for class org.eclipse.jetty.server.ServerConnector
Generic SSL Server Connection.
ServerConnector(Server, Executor, Scheduler, ByteBufferPool, int, int, ConnectionFactory...) - Constructor for class org.eclipse.jetty.server.ServerConnector
Generic Server Connection.
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_KNOWN_ONLY_TO_AUTHENTICATED - 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
 
SessionIdManager - Interface in org.eclipse.jetty.server
Session ID Manager.
SessionManager - Interface in org.eclipse.jetty.server
 
set(String[], PathMap<IPAddressMap<Boolean>>) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
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).
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) - 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.
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
 
setBaseResource(Resource) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
setBlack(String[]) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
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
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
 
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
 
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
 
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
 
setCookieSet(long) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
 
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
 
setCurrentHttpChannel(HttpChannel<?>) - Static method in class org.eclipse.jetty.server.HttpChannel
 
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
 
setDeleteBlockSize(int) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
setDeleteUnrestorableSessions(boolean) - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
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
 
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
 
setEffectiveMajorVersion(int) - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
 
setEffectiveMinorVersion(int) - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
 
setEnabled(boolean) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
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.
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.
setForwardedCipherSuiteHeader(String) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
setForwardedForHeader(String) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
setForwardedHostHeader(String) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
setForwardedProtoHeader(String) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
Set the forwardedProtoHeader.
setForwardedServerHeader(String) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
setForwardedSslSessionIdHeader(String) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
 
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(HttpHeader, String) - Method in class org.eclipse.jetty.server.Response
 
setHeader(String, String) - Method in class org.eclipse.jetty.server.Response
 
setHeader(String, String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
setHeaderCacheSize(int) - Method in class org.eclipse.jetty.server.HttpConfiguration
Set the header field cache size.
setHeaders(HttpContent) - Method in class org.eclipse.jetty.server.Response
 
setHost(String) - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
 
setHostHeader(String) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
Set a forced valued for the host header to control what is returned by ServletRequest.getServerName() and ServletRequest.getServerPort().
setHttpOnly(boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.CookieConfig
 
setHttpOnly(boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
setHttpOutput(HttpOutput) - Method in class org.eclipse.jetty.server.Response
 
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.
setIdleTimeoutMs(long) - Method in class org.eclipse.jetty.server.handler.IdleTimeoutHandler
 
setIdManager(SessionIdManager) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
setIgnorePaths(String[]) - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
Set request paths that will not be logged.
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.NoContext
 
setInitParameter(String, String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setInputBufferSize(int) - Method in class org.eclipse.jetty.server.AbstractConnectionFactory
 
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
 
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
 
setMethod(HttpMethod, 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.
setMinMemoryMappedContentLength(int) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
Set minimum memory mapped file content length.
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
 
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
 
setParameters(MultiMap<String>) - Method in class org.eclipse.jetty.server.Request
 
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
 
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
 
setQueryEncoding(String) - Method in class org.eclipse.jetty.server.Request
Set the character encoding used for the query string.
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
 
setRefreshCookieAge(int) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
setRemoteAddr(InetSocketAddress) - Method in class org.eclipse.jetty.server.Request
 
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
 
setRequests(int) - Method in class org.eclipse.jetty.server.session.AbstractSession
 
setRequestURI(String) - Method in class org.eclipse.jetty.server.Request
 
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
 
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
 
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.
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.ContextHandler
 
setServer(Server) - Method in class org.eclipse.jetty.server.handler.HandlerCollection
 
setServer(Server) - Method in class org.eclipse.jetty.server.handler.HandlerWrapper
 
setServer(Server) - Method in class org.eclipse.jetty.server.handler.HotSwapHandler
 
setServer(Server) - Method in interface org.eclipse.jetty.server.Handler
 
setServerName(String) - Method in class org.eclipse.jetty.server.Request
 
setServerPort(int) - Method in class org.eclipse.jetty.server.Request
 
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.NoContext
 
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
 
setShowMessageInTitle(boolean) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
setShowStacks(boolean) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
setSoLingerTime(int) - Method in class org.eclipse.jetty.server.ServerConnector
 
setStatus(int) - Method in class org.eclipse.jetty.server.Response
 
setStatus(int, String) - Method in class org.eclipse.jetty.server.Response
Deprecated.
setStatus(int) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
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
 
setStoreDirectory(File) - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
setStylesheet(String) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
setTableName(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionIdTableSchema
 
setTableName(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
 
setThrowable(Throwable) - Method in class org.eclipse.jetty.server.AsyncContextEvent
 
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
 
setUri(HttpURI) - 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
 
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
Re-initialize the whitelist of existing handler object
setWhiteListByPath(boolean) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
Re-initialize the mode of path matching
setWorkerName(String) - Method in class org.eclipse.jetty.server.session.AbstractSessionIdManager
Set the workname.
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
 
ShutdownHandler - Class in org.eclipse.jetty.server.handler
A handler that shuts the server down on a valid request.
ShutdownHandler(Server, String) - Constructor for class org.eclipse.jetty.server.handler.ShutdownHandler
Deprecated.
ShutdownHandler(String) - Constructor for class org.eclipse.jetty.server.handler.ShutdownHandler
 
ShutdownHandler(String, boolean, boolean) - Constructor for class org.eclipse.jetty.server.handler.ShutdownHandler
 
ShutdownMonitor - Class in org.eclipse.jetty.server
Shutdown/Stop Monitor thread.
ShutdownMonitor.ShutdownMonitorThread - Class in org.eclipse.jetty.server
ShutdownMonitorThread Thread for listening to STOP.PORT for command to stop Jetty.
ShutdownMonitor.ShutdownMonitorThread() - Constructor for class org.eclipse.jetty.server.ShutdownMonitor.ShutdownMonitorThread
 
shutdownOutput() - Method in class org.eclipse.jetty.server.LocalConnector.LocalEndPoint
 
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
 
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
 
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(Runnable) - Method in class org.eclipse.jetty.server.AsyncContextState
 
start(LifeCycle) - Method in class org.eclipse.jetty.server.Server
 
start() - Method in class org.eclipse.jetty.server.ShutdownMonitor.ShutdownMonitorThread
 
start() - Method in class org.eclipse.jetty.server.ShutdownMonitor
 
startAsync(AsyncContextEvent) - Method in class org.eclipse.jetty.server.HttpChannelState
 
startAsync() - Method in class org.eclipse.jetty.server.Request
 
startAsync(ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.server.Request
 
startContext() - Method in class org.eclipse.jetty.server.handler.ContextHandler
Extensible startContext.
startRequest(HttpMethod, String, ByteBuffer, HttpVersion) - Method in class org.eclipse.jetty.server.HttpChannel
 
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
storeSession(JDBCSessionManager.Session) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
Insert a session into the database.
STREAM - Static variable in class org.eclipse.jetty.server.HttpInput
 
succeeded() - Method in class org.eclipse.jetty.server.HttpInputOverHTTP
 

T

takeNewContext() - Method in class org.eclipse.jetty.server.Request
 
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.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.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.HttpInputOverHTTP
 
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.Request
 
toString() - Method in class org.eclipse.jetty.server.ResourceCache.Content
 
toString() - Method in class org.eclipse.jetty.server.ResourceCache
 
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
 

U

UNAUTHENTICATED - Static variable in interface org.eclipse.jetty.server.Authentication
Unauthenticated state.
UNAUTHENTICATED_IDENTITY - Static variable in interface org.eclipse.jetty.server.UserIdentity
 
unbindValue(String, Object) - Method in class org.eclipse.jetty.server.session.AbstractSession
If value implements HttpSessionBindingListener, call valueUnbound()
unhandle() - Method in class org.eclipse.jetty.server.HttpChannelState
Signal that the HttpConnection has finished handling the request.
unready() - Method in class org.eclipse.jetty.server.HttpInput
 
unready() - Method in class org.eclipse.jetty.server.HttpInputOverHTTP
 
updateAttribute(String, Object) - Method in class org.eclipse.jetty.server.session.AbstractSession
Deprecated.
use changeAttribute(String,Object) instead
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(Class<T>) - Method in class org.eclipse.jetty.server.Request
 
upgrade(Class<T>) - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
UPGRADE_CONNECTION_ATTRIBUTE - Static variable in class org.eclipse.jetty.server.HttpConnection
 
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.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.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.

W

waitForContent(HttpInput<?>) - Method in class org.eclipse.jetty.server.HttpInput.State
 
waitUntilClosed() - Method in class org.eclipse.jetty.server.LocalConnector.LocalEndPoint
 
waitUntilClosedOrIdleFor(long, TimeUnit) - Method in class org.eclipse.jetty.server.LocalConnector.LocalEndPoint
 
willPassivate() - Method in class org.eclipse.jetty.server.session.AbstractSession
 
write(String) - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
Write requestEntry out.
write(String) - Method in class org.eclipse.jetty.server.AsyncNCSARequestLog
 
write(char[], int, int) - Method in class org.eclipse.jetty.server.EncodingHttpWriter
 
write(Writer, String) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
write(ByteBuffer, boolean, Callback) - Method in class org.eclipse.jetty.server.HttpChannel
Non-Blocking write, committing the response if needed.
write(ByteBuffer, boolean) - Method in class org.eclipse.jetty.server.HttpOutput
 
write(ByteBuffer, boolean, Callback) - Method in class org.eclipse.jetty.server.HttpOutput
 
write(byte[], int, int) - Method in class org.eclipse.jetty.server.HttpOutput
 
write(ByteBuffer) - Method in class org.eclipse.jetty.server.HttpOutput
 
write(int) - Method in class org.eclipse.jetty.server.HttpOutput
 
write(String, int, int) - Method in class org.eclipse.jetty.server.HttpWriter
 
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(String) - Method in class org.eclipse.jetty.server.NCSARequestLog
 
write(String) - Method in class org.eclipse.jetty.server.Slf4jRequestLog
 
write(char[], int, int) - Method in class org.eclipse.jetty.server.Utf8HttpWriter
 
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
 

_

__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
__JSP_FILE - Static variable in class org.eclipse.jetty.server.Dispatcher
JSP attributes
__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
 
_cookieSet - Variable in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
Time in msec since the epoch that a session cookie was set for this session
_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
 
_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 _ 

Copyright © 1995-2014 Mort Bay Consulting. All Rights Reserved.