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

A

AbstractConnector - Class in org.eclipse.jetty.server
Abstract Connector implementation.
AbstractConnector() - Constructor for class org.eclipse.jetty.server.AbstractConnector
 
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
 
AbstractHttpConnection - Class in org.eclipse.jetty.server
A HttpConnection represents the connection of a HTTP client to the server and is created by an instance of a Connector.
AbstractHttpConnection(Connector, EndPoint, Server) - Constructor for class org.eclipse.jetty.server.AbstractHttpConnection
 
AbstractHttpConnection(Connector, EndPoint, Server, Parser, Generator, Request) - Constructor for class org.eclipse.jetty.server.AbstractHttpConnection
 
AbstractHttpConnection.Output - Class in org.eclipse.jetty.server
 
AbstractHttpConnection.OutputWriter - Class in org.eclipse.jetty.server
 
AbstractNIOConnector - Class in org.eclipse.jetty.server.nio
 
AbstractNIOConnector() - Constructor for class org.eclipse.jetty.server.nio.AbstractNIOConnector
 
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.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.bio.SocketConnector
 
accept(int) - Method in class org.eclipse.jetty.server.LocalConnector
 
accept(int) - Method in class org.eclipse.jetty.server.nio.BlockingChannelConnector
 
accept(int) - Method in class org.eclipse.jetty.server.nio.SelectChannelConnector
 
accept(int) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
 
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.
add(String, IPAddressMap<PathMap>) - 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
 
addBean(Object) - Method in class org.eclipse.jetty.server.Server
Add an associated bean.
addBlack(String) - Method in class org.eclipse.jetty.server.handler.ConnectHandler
Add a blacklist entry to an existing handler configuration
addBlack(String) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
Add a blacklist entry to an existing handler configuration
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.
addContinuationListener(ContinuationListener) - Method in class org.eclipse.jetty.server.AsyncContinuation
 
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
 
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.Context
 
addFilter(String, Filter) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
addFilter(String, String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
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
 
addIntHeader(String, int) - Method in class org.eclipse.jetty.server.Response
 
addIntHeader(String, int) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
addLifeCycle(LifeCycle) - Method in class org.eclipse.jetty.server.Server
Deprecated.
addListener(AsyncListener) - Method in class org.eclipse.jetty.server.AsyncContinuation
 
addListener(AsyncListener, ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.server.AsyncContinuation
 
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
 
addLocaleEncoding(String, String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
addNetworkTrafficListener(NetworkTrafficListener) - Method in class org.eclipse.jetty.server.nio.NetworkTrafficSelectChannelConnector
 
addServlet(String, Class<? extends Servlet>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
addServlet(String, Servlet) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
addServlet(String, String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
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(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.
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.ConnectHandler
Add a whitelist entry to an existing handler configuration
addWhite(String) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
Add a whitelist entry to an existing handler configuration
AsyncContinuation - Class in org.eclipse.jetty.server
Implementation of Continuation and AsyncContext interfaces
AsyncContinuation() - Constructor for class org.eclipse.jetty.server.AsyncContinuation
 
AsyncContinuation.AsyncEventState - Class in org.eclipse.jetty.server
 
AsyncContinuation.AsyncEventState(ServletContext, ServletRequest, ServletResponse) - Constructor for class org.eclipse.jetty.server.AsyncContinuation.AsyncEventState
 
AsyncContinuation.AsyncTimeout - Class in org.eclipse.jetty.server
 
AsyncContinuation.AsyncTimeout() - Constructor for class org.eclipse.jetty.server.AsyncContinuation.AsyncTimeout
 
AsyncHttpConnection - Class in org.eclipse.jetty.server
Asychronous Server HTTP connection
AsyncHttpConnection(Connector, EndPoint, Server) - Constructor for class org.eclipse.jetty.server.AsyncHttpConnection
 
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.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

bindValue(String, Object) - Method in class org.eclipse.jetty.server.session.AbstractSession
If value implements HttpSessionBindingListener, call valueBound()
BlockingChannelConnector - Class in org.eclipse.jetty.server.nio
Blocking NIO connector.
BlockingChannelConnector() - Constructor for class org.eclipse.jetty.server.nio.BlockingChannelConnector
Constructor.
BlockingHttpConnection - Class in org.eclipse.jetty.server
Blocking Server HTTP Connection
BlockingHttpConnection(Connector, EndPoint, Server) - Constructor for class org.eclipse.jetty.server.BlockingHttpConnection
 
BlockingHttpConnection(Connector, EndPoint, Server, Parser, Generator, Request) - Constructor for class org.eclipse.jetty.server.BlockingHttpConnection
 

C

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
 
cancel() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
cancelTimeout() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
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.ApproveNonExistentDirectoryAliases
 
check(String, Resource) - Method in class org.eclipse.jetty.server.handler.ContextHandler.ApprovePathPrefixAliases
 
check(String, Resource) - Method in class org.eclipse.jetty.server.handler.ContextHandler.ApproveSameSuffixAliases
 
checkContext(String, Request, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
checkForwardedHeaders(EndPoint, Request) - Method in class org.eclipse.jetty.server.AbstractConnector
 
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
 
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
 
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.
close() - Method in class org.eclipse.jetty.server.AbstractHttpConnection.Output
 
close() - Method in class org.eclipse.jetty.server.bio.SocketConnector
 
close() - Method in class org.eclipse.jetty.server.bio.SocketConnector.ConnectorEndPoint
 
close() - Method in interface org.eclipse.jetty.server.Connector
 
close() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ClientToProxyConnection
 
close() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ProxyToServerConnection
 
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
 
close() - Method in class org.eclipse.jetty.server.nio.BlockingChannelConnector
 
close() - Method in class org.eclipse.jetty.server.nio.SelectChannelConnector
 
closeClient() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ClientToProxyConnection
 
closeClient() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ProxyToServerConnection
 
closeServer() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ClientToProxyConnection
 
closeServer() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ProxyToServerConnection
 
commitResponse(boolean) - Method in class org.eclipse.jetty.server.AbstractHttpConnection
 
complete() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
complete() - Method in class org.eclipse.jetty.server.Response
 
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.
completeResponse() - Method in class org.eclipse.jetty.server.AbstractHttpConnection
 
configure(Socket) - Method in class org.eclipse.jetty.server.AbstractConnector
 
configure(Socket) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
 
connect(HttpServletRequest, String, int) - Method in class org.eclipse.jetty.server.handler.ConnectHandler
Establishes a connection to the remote server.
ConnectHandler - Class in org.eclipse.jetty.server.handler
Implementation of a tunneling proxy that supports HTTP CONNECT.
ConnectHandler() - Constructor for class org.eclipse.jetty.server.handler.ConnectHandler
 
ConnectHandler(String[], String[]) - Constructor for class org.eclipse.jetty.server.handler.ConnectHandler
 
ConnectHandler(Handler) - Constructor for class org.eclipse.jetty.server.handler.ConnectHandler
 
ConnectHandler(Handler, String[], String[]) - Constructor for class org.eclipse.jetty.server.handler.ConnectHandler
 
ConnectHandler.ClientToProxyConnection - Class in org.eclipse.jetty.server.handler
 
ConnectHandler.ClientToProxyConnection(ConcurrentMap<String, Object>, SocketChannel, EndPoint, long) - Constructor for class org.eclipse.jetty.server.handler.ConnectHandler.ClientToProxyConnection
 
ConnectHandler.ProxyToServerConnection - Class in org.eclipse.jetty.server.handler
 
ConnectHandler.ProxyToServerConnection(ConcurrentMap<String, Object>, Buffer) - Constructor for class org.eclipse.jetty.server.handler.ConnectHandler.ProxyToServerConnection
 
connectionClosed(Connection) - Method in class org.eclipse.jetty.server.AbstractConnector
 
connectionOpened(Connection) - Method in class org.eclipse.jetty.server.AbstractConnector
 
connectionUpgraded(Connection, Connection) - Method in class org.eclipse.jetty.server.AbstractConnector
 
Connector - Interface in org.eclipse.jetty.server
 
containsHeader(String) - Method in class org.eclipse.jetty.server.Response
 
containsHeader(String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
content(Buffer) - Method in class org.eclipse.jetty.server.AbstractHttpConnection
 
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.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
Approve Aliases with a path prefix.
ContextHandler.ApprovePathPrefixAliases() - Constructor for class org.eclipse.jetty.server.handler.ContextHandler.ApprovePathPrefixAliases
 
ContextHandler.ApproveSameSuffixAliases - Class in org.eclipse.jetty.server.handler
Approve Aliases with same suffix.
ContextHandler.ApproveSameSuffixAliases() - Constructor for class org.eclipse.jetty.server.handler.ContextHandler.ApproveSameSuffixAliases
 
ContextHandler.Context - Class in org.eclipse.jetty.server.handler
Context.
ContextHandler.Context() - Constructor for class org.eclipse.jetty.server.handler.ContextHandler.Context
 
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
 
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.Context
 
createListener(Class<T>) - Method in class org.eclipse.jetty.server.AsyncContinuation
 
createListener(Class<T>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
createServlet(Class<T>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
createSSLEngine(SocketChannel) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
 
customize(EndPoint, Request) - Method in class org.eclipse.jetty.server.AbstractConnector
 
customize(EndPoint, Request) - Method in class org.eclipse.jetty.server.bio.SocketConnector
 
customize(EndPoint, Request) - Method in interface org.eclipse.jetty.server.Connector
Customize a request for an endpoint.
customize(EndPoint, Request) - Method in class org.eclipse.jetty.server.nio.BlockingChannelConnector
 
customize(EndPoint, Request) - Method in class org.eclipse.jetty.server.nio.SelectChannelConnector
 
customize(SSLSession, EndPoint, Request) - Static method in class org.eclipse.jetty.server.ssl.SslCertificates
Allow the Listener a chance to customise the request.
customize(EndPoint, Request) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Allow the Listener a chance to customise the request.
customize(EndPoint, Request) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Allow the Listener a chance to customise the request.

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
 
deduceKeyLength(String) - Static method in class org.eclipse.jetty.server.ssl.ServletSSL
Given the name of a TLS/SSL cipher suite, return an int representing it effective stream cipher key strength.
DEFAULT_KEYSTORE - Static variable in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated.
DEFAULT_KEYSTORE_ALGORITHM - Static variable in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated.
DEFAULT_TRACKING - Static variable in class org.eclipse.jetty.server.session.SessionHandler
 
DEFAULT_TRUSTSTORE_ALGORITHM - Static variable in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated.
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
 
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.AsyncContinuation
 
dispatch(ServletContext, String) - Method in class org.eclipse.jetty.server.AsyncContinuation
 
dispatch(String) - Method in class org.eclipse.jetty.server.AsyncContinuation
 
dispatch() - Method in class org.eclipse.jetty.server.bio.SocketConnector.ConnectorEndPoint
 
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.
doComplete(Throwable) - Method in class org.eclipse.jetty.server.AsyncContinuation
 
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.AsyncNCSARequestLog
 
doStart() - Method in class org.eclipse.jetty.server.bio.SocketConnector
 
doStart() - Method in class org.eclipse.jetty.server.handler.AbstractHandler
 
doStart() - Method in class org.eclipse.jetty.server.handler.ConnectHandler
 
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.HandlerCollection
 
doStart() - Method in class org.eclipse.jetty.server.handler.HandlerWrapper
 
doStart() - Method in class org.eclipse.jetty.server.handler.HotSwapHandler
 
doStart() - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
Dump the white- and black-list configurations when started
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.StatisticsHandler
 
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.nio.BlockingChannelConnector
 
doStart() - Method in class org.eclipse.jetty.server.nio.SelectChannelConnector
 
doStart() - Method in class org.eclipse.jetty.server.Server
 
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.ssl.SslSelectChannelConnector
 
doStart() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
doStop() - Method in class org.eclipse.jetty.server.AbstractConnector
 
doStop() - Method in class org.eclipse.jetty.server.AsyncNCSARequestLog
 
doStop() - Method in class org.eclipse.jetty.server.bio.SocketConnector
 
doStop() - Method in class org.eclipse.jetty.server.handler.AbstractHandler
 
doStop() - Method in class org.eclipse.jetty.server.handler.ConnectHandler
 
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.HandlerCollection
 
doStop() - Method in class org.eclipse.jetty.server.handler.HandlerWrapper
 
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.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
 
doStop() - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
 
doStop() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
 
dump(Appendable, String) - Method in class org.eclipse.jetty.server.bio.SocketConnector
 
dump(Appendable, String) - Method in class org.eclipse.jetty.server.handler.AbstractHandlerContainer
 
dump(Appendable, String) - Method in class org.eclipse.jetty.server.handler.ConnectHandler
 
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, IPAddressMap<PathMap>) - 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

earlyEOF() - Method in class org.eclipse.jetty.server.AbstractHttpConnection
 
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
 
endPointClosed(SelectChannelEndPoint) - Method in class org.eclipse.jetty.server.nio.NetworkTrafficSelectChannelConnector
 
endPointClosed(SelectChannelEndPoint) - Method in class org.eclipse.jetty.server.nio.SelectChannelConnector
 
error(ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.server.Dispatcher
 
ErrorHandler - Class in org.eclipse.jetty.server.handler
Handler for Error pages An ErrorHandler is registered with ContextHandler.setErrorHandler(ErrorHandler) or Server.addBean(Object).
ErrorHandler() - Constructor for class org.eclipse.jetty.server.handler.ErrorHandler
 
executeRequest(String) - Method in class org.eclipse.jetty.server.LocalConnector
 
expandChildren(Object, Class<?>) - Method in class org.eclipse.jetty.server.handler.AbstractHandlerContainer
 
expandChildren(Object, Class) - Method in class org.eclipse.jetty.server.handler.HandlerCollection
 
expandChildren(Object, Class) - Method in class org.eclipse.jetty.server.handler.HandlerWrapper
 
expandChildren(Object, Class) - Method in class org.eclipse.jetty.server.handler.HotSwapHandler
 
expandHandler(Handler, Object, Class<Handler>) - Method in class org.eclipse.jetty.server.handler.AbstractHandlerContainer
 
expire(List<?>) - 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.AsyncContinuation.AsyncTimeout
 
expired() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
extractParameters() - Method in class org.eclipse.jetty.server.Request
Extract Parameters from query string and/or form _content.

F

fill(Buffer) - Method in class org.eclipse.jetty.server.bio.SocketConnector.ConnectorEndPoint
 
findContainerOf(HandlerContainer, Class<T>, Handler) - Static method in class org.eclipse.jetty.server.handler.AbstractHandlerContainer
 
flush() - Method in class org.eclipse.jetty.server.AbstractHttpConnection.Output
 
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
 
flushResponse() - Method in class org.eclipse.jetty.server.AbstractHttpConnection
 
forward(ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.server.Dispatcher
 
forward(ServletRequest, ServletResponse, DispatcherType) - Method in class org.eclipse.jetty.server.Dispatcher
 
fwdReset() - Method in class org.eclipse.jetty.server.Response
 

G

getAcceptorPriorityOffset() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getAcceptors() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getAcceptQueueSize() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getAccessed() - Method in class org.eclipse.jetty.server.session.AbstractSession
 
getAlgorithm() - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated. 
getAlgorithm() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated. 
getAliasChecks() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getAllowNullPathInfo() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getAssociatedObject() - Method in class org.eclipse.jetty.server.AbstractHttpConnection
 
getAsyncContext() - Method in class org.eclipse.jetty.server.Request
 
getAsyncContinuation() - Method in class org.eclipse.jetty.server.Request
 
getAsyncEventState() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
getAttribute(String) - Method in class org.eclipse.jetty.server.AsyncContinuation
 
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.Request
 
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.AsyncContinuation
 
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
 
getBufferSize() - Method in class org.eclipse.jetty.server.handler.GzipHandler
Get the buffer size.
getBufferSize() - Method in class org.eclipse.jetty.server.Response
 
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
 
getCertChain(SSLSession) - Static method in class org.eclipse.jetty.server.ssl.SslCertificates
 
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
 
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(HttpSession) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getClusterId(String) - Method in class org.eclipse.jetty.server.session.HashSessionIdManager
Get the session ID without any worker ID.
getClusterId(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
Get the session id without any node identifier suffix.
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
 
getConfidentialPort() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getConfidentialPort() - Method in interface org.eclipse.jetty.server.Connector
 
getConfidentialScheme() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getConfidentialScheme() - Method in interface org.eclipse.jetty.server.Connector
 
getConnection() - Method in class org.eclipse.jetty.server.bio.SocketConnector.ConnectorEndPoint
 
getConnection() - Method in class org.eclipse.jetty.server.bio.SocketConnector
 
getConnection() - Method in interface org.eclipse.jetty.server.Connector
 
getConnection() - Method in class org.eclipse.jetty.server.LocalConnector
 
getConnection() - Method in class org.eclipse.jetty.server.nio.BlockingChannelConnector
 
getConnection() - Method in class org.eclipse.jetty.server.nio.SelectChannelConnector
 
getConnection() - Method in class org.eclipse.jetty.server.Request
 
getConnection() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
Get a connection from the driver or datasource.
getConnections() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getConnections() - Method in interface org.eclipse.jetty.server.Connector
 
getConnectionsDurationMax() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getConnectionsDurationMax() - Method in interface org.eclipse.jetty.server.Connector
 
getConnectionsDurationMean() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getConnectionsDurationMean() - Method in interface org.eclipse.jetty.server.Connector
 
getConnectionsDurationStdDev() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getConnectionsDurationStdDev() - Method in interface org.eclipse.jetty.server.Connector
 
getConnectionsDurationTotal() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getConnectionsDurationTotal() - Method in interface org.eclipse.jetty.server.Connector
 
getConnectionsOpen() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getConnectionsOpen() - Method in interface org.eclipse.jetty.server.Connector
 
getConnectionsOpenMax() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getConnectionsOpenMax() - Method in interface org.eclipse.jetty.server.Connector
 
getConnectionsRequestsMax() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getConnectionsRequestsMax() - Method in interface org.eclipse.jetty.server.Connector
 
getConnectionsRequestsMean() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getConnectionsRequestsMean() - Method in interface org.eclipse.jetty.server.Connector
 
getConnectionsRequestsStdDev() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getConnectionsRequestsStdDev() - Method in interface org.eclipse.jetty.server.Connector
 
getConnectionUrl() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
getConnector() - Method in class org.eclipse.jetty.server.AbstractHttpConnection
 
getConnectorNames() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getConnectors() - Method in class org.eclipse.jetty.server.Server
 
getConnectTimeout() - Method in class org.eclipse.jetty.server.handler.ConnectHandler
 
getContainer() - 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
 
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(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
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.AsyncContinuation
 
getContextHandler() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
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.Request
 
getContextPath() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
getContextPath() - Method in interface org.eclipse.jetty.server.UserIdentity.Scope
 
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
 
getCreationTime() - Method in class org.eclipse.jetty.server.session.AbstractSession
 
getCurrentConnection() - Static method in class org.eclipse.jetty.server.AbstractHttpConnection
 
getCurrentContext() - Static method in class org.eclipse.jetty.server.handler.ContextHandler
Get the current ServletContext implementation.
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.
getDateHeader(String) - Method in class org.eclipse.jetty.server.Request
 
getDateHeader(String) - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
getDBName() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.DatabaseAdaptor
 
getDefaultSessionTrackingModes() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getDefaultSessionTrackingModes() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getDefaultSessionTrackingModes() - Method in interface org.eclipse.jetty.server.SessionManager
 
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.AsyncContinuation.AsyncEventState
 
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
 
getDispatchTime() - Method in class org.eclipse.jetty.server.Request
Get timestamp of the request dispatch
getDisplayName() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getDriverClassName() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
getEffectiveMajorVersion() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getEffectiveMinorVersion() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getEffectiveSessionTrackingModes() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getEffectiveSessionTrackingModes() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getEffectiveSessionTrackingModes() - Method in interface org.eclipse.jetty.server.SessionManager
 
getErrorHandler() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getETag() - Method in class org.eclipse.jetty.server.ResourceCache.Content
 
getEventListeners() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getExcludeCipherSuites() - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated. 
getExcludeCipherSuites() - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated. 
getExcludeCipherSuites() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated. 
getExcluded() - Method in class org.eclipse.jetty.server.handler.GzipHandler
Get the excluded user agents.
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
 
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.Context
 
getFilterRegistrations() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
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.AbstractConnector
 
getForwardedForHeader() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getForwardedHostHeader() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getForwardedProtoHeader() - Method in class org.eclipse.jetty.server.AbstractConnector
Get the forwardedProtoHeader.
getForwardedServerHeader() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getForwardedSslSessionIdHeader() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getGenerator() - Method in class org.eclipse.jetty.server.AbstractHttpConnection
 
getGracefulShutdown() - Method in class org.eclipse.jetty.server.Server
 
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
 
getHandshakeTimeout() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
 
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
 
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.AbstractConnector
 
getHost() - Method in interface org.eclipse.jetty.server.Connector
 
getHostHeader() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getHttpFields() - Method in class org.eclipse.jetty.server.Response
 
getHttpOnly() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getHttpOnly() - Method in interface org.eclipse.jetty.server.SessionManager
 
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
getId() - Method in class org.eclipse.jetty.server.session.AbstractSession
 
getIdleSavePeriod() - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
getIdManager() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
getIgnorePaths() - Method in class org.eclipse.jetty.server.NCSARequestLog
Retrieve the request paths that will not be logged.
getIncludeCipherSuites() - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated. 
getIncludeCipherSuites() - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated. 
getIncludeCipherSuites() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated. 
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
 
getInitParameterNames() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getInitParameterNames() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getInitParams() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getInputState() - Method in class org.eclipse.jetty.server.Request
 
getInputStream() - Method in class org.eclipse.jetty.server.AbstractHttpConnection
Get the inputStream from the connection.
getInputStream() - Method in class org.eclipse.jetty.server.Request
 
getInputStream() - Method in class org.eclipse.jetty.server.ResourceCache.Content
 
getInstance() - Static method in class org.eclipse.jetty.server.ShutdownMonitor
 
getIntegralPort() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getIntegralPort() - Method in interface org.eclipse.jetty.server.Connector
 
getIntegralScheme() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getIntegralScheme() - Method in interface org.eclipse.jetty.server.Connector
 
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
 
getKey() - Method in class org.eclipse.jetty.server.ResourceCache.Content
 
getKey() - Method in class org.eclipse.jetty.server.ShutdownMonitor
 
getKeystore() - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated. 
getKeystore() - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated. 
getKeystore() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated. 
getKeystoreType() - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated. 
getKeystoreType() - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated. 
getKeystoreType() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated. 
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
 
getLastModified() - Method in class org.eclipse.jetty.server.ResourceCache.Content
 
getLastNode() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
 
getLastSaved() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
 
getLeftMostFieldValue(HttpFields, String) - Method in class org.eclipse.jetty.server.AbstractConnector
 
getLoadStatement(Connection, String, String, String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.DatabaseAdaptor
 
getLocalAddr() - Method in class org.eclipse.jetty.server.Request
 
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.
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.bio.SocketConnector
 
getLocalPort() - Method in interface org.eclipse.jetty.server.Connector
 
getLocalPort() - Method in class org.eclipse.jetty.server.LocalConnector
 
getLocalPort() - Method in class org.eclipse.jetty.server.nio.BlockingChannelConnector
 
getLocalPort() - Method in class org.eclipse.jetty.server.nio.SelectChannelConnector
 
getLocalPort() - Method in class org.eclipse.jetty.server.Request
 
getLogCookies() - Method in class org.eclipse.jetty.server.NCSARequestLog
Retrieve log cookies flag
getLogDateFormat() - Method in class org.eclipse.jetty.server.NCSARequestLog
Retrieve the timestamp format string for request log entries.
getLogger() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getLogLatency() - Method in class org.eclipse.jetty.server.NCSARequestLog
Retrieve log request processing time flag.
getLogLocale() - Method in class org.eclipse.jetty.server.NCSARequestLog
Retrieve the locale of the request log.
getLogServer() - Method in class org.eclipse.jetty.server.NCSARequestLog
Retrieve log hostname flag.
getLogTimeZone() - Method in class org.eclipse.jetty.server.NCSARequestLog
Retrieve the timezone of the request log.
getLongType() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.DatabaseAdaptor
 
getLongType() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
getLowResourceMaxIdleTime() - Method in class org.eclipse.jetty.server.AbstractConnector
Deprecated. 
getLowResourceMaxIdleTime() - Method in interface org.eclipse.jetty.server.Connector
 
getLowResourcesConnections() - Method in class org.eclipse.jetty.server.nio.SelectChannelConnector
 
getLowResourcesMaxIdleTime() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getLowResourcesMaxIdleTime() - Method in class org.eclipse.jetty.server.nio.SelectChannelConnector
 
getMajorVersion() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getMaxBuffers() - Method in class org.eclipse.jetty.server.AbstractConnector
 
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
 
getMaxCookieAge() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getMaxCookieVersion() - Method in class org.eclipse.jetty.server.Server
Deprecated.
getMaxFormContentSize() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getMaxFormKeys() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getMaxIdleTime() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getMaxIdleTime() - Method in class org.eclipse.jetty.server.AbstractHttpConnection
 
getMaxIdleTime() - Method in interface org.eclipse.jetty.server.Connector
 
getMaxIdleTime() - Method in class org.eclipse.jetty.server.HttpOutput
 
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
 
getMaxSessions() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
Deprecated.
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
 
getMimeTypes() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getMimeTypes() - Method in class org.eclipse.jetty.server.handler.GzipHandler
Get the mime types.
getMimeTypes() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
getMinGzipSize() - Method in class org.eclipse.jetty.server.handler.GzipHandler
Get the minimum reponse size.
getMinorVersion() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getMinSessions() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
Deprecated.
always returns 0. no replacement available.
getName() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getName() - Method in interface org.eclipse.jetty.server.Connector
 
getName() - Method in interface org.eclipse.jetty.server.UserIdentity.Scope
 
getNamedDispatcher(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getNames() - Method in class org.eclipse.jetty.server.session.AbstractSession
 
getNeedClientAuth() - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated. 
getNeedClientAuth() - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated. 
getNeedClientAuth() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated. 
getNestedHandlerByClass(Class<H>) - Method in class org.eclipse.jetty.server.handler.HandlerWrapper
 
getNewContextURL() - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
 
getNodeId() - Method in class org.eclipse.jetty.server.session.AbstractSession
 
getNodeId(HttpSession) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getNodeId(String, HttpServletRequest) - Method in class org.eclipse.jetty.server.session.HashSessionIdManager
Get the session ID with any worker ID.
getNodeId(String, HttpServletRequest) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
Get the session id, including this node's id as a suffix.
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.session.jmx.AbstractSessionManagerMBean
 
getObjectNameBasis() - Method in class org.eclipse.jetty.server.handler.jmx.AbstractHandlerMBean
 
getOutputStream() - Method in class org.eclipse.jetty.server.AbstractHttpConnection
 
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.AbstractHttpConnection
 
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.AsyncContinuation.AsyncEventState
 
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
 
getPort() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getPort() - Method in interface org.eclipse.jetty.server.Connector
 
getPort() - Method in class org.eclipse.jetty.server.ShutdownMonitor
 
getPreferProxiedForAddress() - Method in class org.eclipse.jetty.server.NCSARequestLog
Retrieved log X-Forwarded-For IP address flag.
getPrintWriter(String) - Method in class org.eclipse.jetty.server.AbstractHttpConnection
 
getProtectedTargets() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getProtocol() - Method in class org.eclipse.jetty.server.Request
 
getProtocol() - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated. 
getProtocol() - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated. 
getProtocol() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated. 
getProvider() - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated. 
getProvider() - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated. 
getProvider() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated. 
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
 
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.Request
 
getReason() - Method in class org.eclipse.jetty.server.Response
 
getRefreshCookieAge() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getRemoteAddr(HttpServletRequest) - Method in class org.eclipse.jetty.server.handler.ShutdownHandler
 
getRemoteAddr() - Method in class org.eclipse.jetty.server.Request
 
getRemoteHost() - Method in class org.eclipse.jetty.server.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.AbstractHttpConnection
 
getRequest() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
getRequest(HttpServletRequest) - Static method in class org.eclipse.jetty.server.Request
 
getRequestBuffers() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getRequestBuffers() - Method in interface org.eclipse.jetty.server.Connector
 
getRequestBufferSize() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getRequestBufferSize() - Method in interface org.eclipse.jetty.server.Connector
 
getRequestBufferType() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getRequestDispatcher(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
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
 
getRequestFields() - Method in class org.eclipse.jetty.server.AbstractHttpConnection
 
getRequestHeaderSize() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getRequestHeaderSize() - Method in interface org.eclipse.jetty.server.Connector
 
getRequestHeaderType() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getRequestLog() - Method in class org.eclipse.jetty.server.handler.RequestLogHandler
 
getRequests() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getRequests() - Method in class org.eclipse.jetty.server.AbstractHttpConnection
 
getRequests() - Method in interface org.eclipse.jetty.server.Connector
 
getRequests() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
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
 
getResolveNames() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getResolveNames() - Method in class org.eclipse.jetty.server.AbstractHttpConnection
 
getResolveNames() - Method in interface org.eclipse.jetty.server.Connector
 
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.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
 
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
 
getResponse() - Method in class org.eclipse.jetty.server.AbstractHttpConnection
 
getResponse() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
getResponse() - Method in class org.eclipse.jetty.server.Request
 
getResponse(HttpServletResponse) - Static method in class org.eclipse.jetty.server.Response
 
getResponseBuffers() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getResponseBuffers() - Method in interface org.eclipse.jetty.server.Connector
 
getResponseBufferSize() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getResponseBufferSize() - Method in interface org.eclipse.jetty.server.Connector
 
getResponseBufferType() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getResponseFields() - Method in class org.eclipse.jetty.server.AbstractHttpConnection
 
getResponseHeaderSize() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getResponseHeaderSize() - Method in interface org.eclipse.jetty.server.Connector
 
getResponseHeaderType() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getResponses(String) - Method in class org.eclipse.jetty.server.LocalConnector
 
getResponses(String, boolean) - Method in class org.eclipse.jetty.server.LocalConnector
 
getResponses(ByteArrayBuffer, boolean) - Method in class org.eclipse.jetty.server.LocalConnector
 
getResponses1xx() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getResponses2xx() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getResponses3xx() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getResponses4xx() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getResponses5xx() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getResponsesBytesTotal() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getResumes() - 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.AbstractConnector
 
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
 
getRowIdColumnName() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.DatabaseAdaptor
rowId is a reserved word for Oracle, so change the name of this column
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
 
getScheme() - Method in class org.eclipse.jetty.server.Request
 
getSecureCookies() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getSecureRandomAlgorithm() - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated. 
getSecureRandomAlgorithm() - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated. 
getSecureRandomAlgorithm() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated. 
getSelectorManager() - Method in class org.eclipse.jetty.server.nio.SelectChannelConnector
 
getSendDateHeader() - Method in class org.eclipse.jetty.server.Server
 
getSendServerVersion() - Method in class org.eclipse.jetty.server.Server
 
getServeIcon() - Method in class org.eclipse.jetty.server.handler.DefaultHandler
 
getServer() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getServer() - Method in class org.eclipse.jetty.server.AbstractHttpConnection
 
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
 
getServerInfo() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
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.Context
Deprecated.
getServletContext() - Method in class org.eclipse.jetty.server.AsyncContinuation.AsyncEventState
 
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
 
getServletName() - Method in class org.eclipse.jetty.server.Request
 
getServletNames() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
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.Context
 
getServletRegistrations() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getServletResponse() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
getServletResponse() - Method in class org.eclipse.jetty.server.Request
 
getServlets() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
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.Context
 
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
 
getSessionManager() - Method in class org.eclipse.jetty.server.Request
 
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
 
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
 
getSize(long) - Method in class org.eclipse.jetty.server.InclusiveByteRange
 
getSoLingerTime() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getSslBuffers() - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
 
getSslContext() - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated. 
getSslContext() - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated. 
getSslContext() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated. 
getSslContextFactory() - Method in interface org.eclipse.jetty.server.ssl.SslConnector
 
getSslContextFactory() - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
 
getSslContextFactory() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
 
getSslKeyManagerFactoryAlgorithm() - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated. 
getSslKeyManagerFactoryAlgorithm() - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated. 
getSslKeyManagerFactoryAlgorithm() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated. 
getSslTrustManagerFactoryAlgorithm() - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated. 
getSslTrustManagerFactoryAlgorithm() - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated. 
getSslTrustManagerFactoryAlgorithm() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated. 
getStartupTime() - Method in class org.eclipse.jetty.server.jmx.ServerMBean
 
getStatsOn() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getStatsOn() - Method in interface org.eclipse.jetty.server.Connector
 
getStatsOnMs() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getStatsOnMs() - Method in interface org.eclipse.jetty.server.Connector
 
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.AsyncContinuation
 
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.AsyncContinuation.AsyncEventState
 
getSuspends() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getSuspendsActive() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getSuspendsActiveMax() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getThreadPool() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getThreadPool() - Method in class org.eclipse.jetty.server.handler.ConnectHandler
 
getThreadPool() - Method in class org.eclipse.jetty.server.Server
 
getTimeout() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
getTimeStamp() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ClientToProxyConnection
 
getTimeStamp() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ProxyToServerConnection
 
getTimeStamp() - Method in class org.eclipse.jetty.server.Request
Get Request TimeStamp
getTimeStampBuffer() - Method in class org.eclipse.jetty.server.Request
Get Request TimeStamp
getTruststore() - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated. 
getTruststore() - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated. 
getTruststore() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated. 
getTruststoreType() - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated. 
getTruststoreType() - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated. 
getTruststoreType() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated. 
getUri() - Method in class org.eclipse.jetty.server.Request
 
getUseDirectBuffers() - Method in class org.eclipse.jetty.server.nio.AbstractNIOConnector
 
getUseDirectBuffers() - Method in interface org.eclipse.jetty.server.nio.NIOConnector
 
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()
getVary() - Method in class org.eclipse.jetty.server.handler.GzipHandler
 
getVersion() - Static method in class org.eclipse.jetty.server.Server
 
getVirtualHost() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
 
getVirtualHosts() - Method in class org.eclipse.jetty.server.handler.ContextHandler
Get the virtual hosts for the context.
getWantClientAuth() - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated. 
getWantClientAuth() - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated. 
getWantClientAuth() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated. 
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
 
getWriteTimeout() - Method in class org.eclipse.jetty.server.handler.ConnectHandler
 
GzipHandler - Class in org.eclipse.jetty.server.handler
GZIP Handler This handler will gzip the content of a response if: The filter is mapped to a matching path The response status code is >=200 and <300 The content length is unknown or more than the minGzipSize initParameter or the minGzipSize is 0(default) The content-type is in the comma separated list of mimeTypes set in the mimeTypes initParameter or if no mimeTypes are defined the content-type is not "application/gzip" No content-encoding is specified by the resource
GzipHandler() - Constructor for class org.eclipse.jetty.server.handler.GzipHandler
Instantiates a new gzip handler.

H

handle() - Method in class org.eclipse.jetty.server.AbstractHttpConnection
 
handle() - Method in class org.eclipse.jetty.server.AsyncHttpConnection
 
handle() - Method in class org.eclipse.jetty.server.BlockingHttpConnection
 
handle() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ClientToProxyConnection
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ConnectHandler
 
handle() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ProxyToServerConnection
 
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 class org.eclipse.jetty.server.handler.GzipHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in interface org.eclipse.jetty.server.Handler
Handle a request.
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.HandlerCollection
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.HandlerList
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.HandlerWrapper
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.HotSwapHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.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(AbstractHttpConnection) - Method in class org.eclipse.jetty.server.Server
 
handleAsync(AbstractHttpConnection) - Method in class org.eclipse.jetty.server.Server
 
handleAuthentication(HttpServletRequest, HttpServletResponse, String) - Method in class org.eclipse.jetty.server.handler.ConnectHandler
Handles the authentication before setting up the tunnel to the remote server.
handleConnect(Request, HttpServletRequest, HttpServletResponse, String) - Method in class org.eclipse.jetty.server.handler.ConnectHandler
Handles a CONNECT request.
handleErrorPage(HttpServletRequest, Writer, int, String) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
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.
handleRequest() - Method in class org.eclipse.jetty.server.AbstractHttpConnection
 
handleRequest() - Method in class org.eclipse.jetty.server.BlockingHttpConnection
 
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.AsyncContinuation
 
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.ClassLoadingObjectInputStream - Class in org.eclipse.jetty.server.session
 
HashSessionManager.ClassLoadingObjectInputStream(InputStream) - Constructor for class org.eclipse.jetty.server.session.HashSessionManager.ClassLoadingObjectInputStream
 
HashSessionManager.ClassLoadingObjectInputStream() - Constructor for class org.eclipse.jetty.server.session.HashSessionManager.ClassLoadingObjectInputStream
 
hasOriginalRequestAndResponse() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
headerComplete() - Method in class org.eclipse.jetty.server.AbstractHttpConnection
 
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.
HttpInput - Class in org.eclipse.jetty.server
 
HttpInput(AbstractHttpConnection) - Constructor for class org.eclipse.jetty.server.HttpInput
 
HttpOutput - Class in org.eclipse.jetty.server
Output.
HttpOutput(AbstractHttpConnection) - Constructor for class org.eclipse.jetty.server.HttpOutput
 
HttpWriter - Class in org.eclipse.jetty.server
OutputWriter.
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.
include() - Method in class org.eclipse.jetty.server.AbstractHttpConnection
 
include(ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.server.Dispatcher
 
included() - Method in class org.eclipse.jetty.server.AbstractHttpConnection
 
InclusiveByteRange - Class in org.eclipse.jetty.server
Byte range inclusive of end points.
InclusiveByteRange(long, long) - Constructor for class org.eclipse.jetty.server.InclusiveByteRange
 
InheritedChannelConnector - Class in org.eclipse.jetty.server.nio
An implementation of the SelectChannelConnector which first tries to inherit from a channel provided by the system.
InheritedChannelConnector() - Constructor for class org.eclipse.jetty.server.nio.InheritedChannelConnector
 
initRandom() - Method in class org.eclipse.jetty.server.session.AbstractSessionIdManager
Set up a random number generator for the sessionids.
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.
invalidateSessions() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
invalidateSessions() - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
invalidateSessions() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
 
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
isAddrUriAllowed(String, String) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
Check if specified request is allowed by current IPAccess rules.
isAliases() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
isAliases() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
isAlive() - Method in class org.eclipse.jetty.server.ShutdownMonitor
 
isAllowRenegotiate() - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated. 
isAllowRenegotiate() - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated. 
isAllowRenegotiate() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
 
isAppend() - Method in class org.eclipse.jetty.server.NCSARequestLog
Retrieve append to log flag.
isAsync() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
isAsyncStarted() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
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.Response
 
isCompactPath() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
isComplete() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
isCompleting() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
isConfidential(Request) - Method in class org.eclipse.jetty.server.AbstractConnector
 
isConfidential(Request) - Method in class org.eclipse.jetty.server.AbstractHttpConnection
Find out if the request supports CONFIDENTIAL security.
isConfidential(Request) - Method in interface org.eclipse.jetty.server.Connector
 
isConfidential(Request) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
By default, we're confidential, given we speak SSL.
isConfidential(Request) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
By default, we're confidential, given we speak SSL.
isContinuation() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
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
 
isDispatchable() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
isDumpAfterStart() - Method in class org.eclipse.jetty.server.Server
 
isDumpBeforeStop() - Method in class org.eclipse.jetty.server.Server
 
isEarlyEOF() - Method in class org.eclipse.jetty.server.AbstractHttpConnection
 
isEmptyStringNull() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.DatabaseAdaptor
 
isEnabled() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
isEtags() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
isExitVm() - Method in class org.eclipse.jetty.server.ShutdownMonitor
 
isExpecting100Continues() - Method in class org.eclipse.jetty.server.AbstractHttpConnection
 
isExpecting102Processing() - Method in class org.eclipse.jetty.server.AbstractHttpConnection
 
isExpired() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
isExtended() - Method in class org.eclipse.jetty.server.NCSARequestLog
Retrieve the extended request log format flag.
isForwarded() - Method in class org.eclipse.jetty.server.AbstractConnector
Is reverse proxy handling on?
isHandled() - Method in class org.eclipse.jetty.server.Request
 
isIdChanged() - Method in class org.eclipse.jetty.server.session.AbstractSession
 
isIdle() - Method in class org.eclipse.jetty.server.AbstractHttpConnection
 
isIdle() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ClientToProxyConnection
 
isIdle() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ProxyToServerConnection
 
isIdled() - Method in class org.eclipse.jetty.server.session.HashedSession
 
isIncluding() - Method in class org.eclipse.jetty.server.AbstractHttpConnection
 
isInitial() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
isIntegral(Request) - Method in class org.eclipse.jetty.server.AbstractConnector
 
isIntegral(Request) - Method in class org.eclipse.jetty.server.AbstractHttpConnection
Find out if the request supports INTEGRAL security.
isIntegral(Request) - Method in interface org.eclipse.jetty.server.Connector
 
isIntegral(Request) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
By default, we're integral, given we speak SSL.
isIntegral(Request) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
By default, we're integral, given we speak SSL.
isLazyLoad() - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
isLogDispatch() - Method in class org.eclipse.jetty.server.NCSARequestLog
Retrieve request dispatch time logging flag
isLowResources() - Method in class org.eclipse.jetty.server.AbstractConnector
 
isLowResources() - Method in interface org.eclipse.jetty.server.Connector
Check if low on resources.
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
 
isOutputing() - Method in class org.eclipse.jetty.server.Response
 
isParallelStart() - Method in class org.eclipse.jetty.server.handler.HandlerCollection
Get the parrallelStart.
isPermanent() - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
 
isProtectedTarget(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Check the target.
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
 
isResponseCommitted() - Method in class org.eclipse.jetty.server.AbstractHttpConnection
 
isResponseWrapped() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
isResumed() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
isSaveFailed() - Method in class org.eclipse.jetty.server.session.HashedSession
 
isSecure() - Method in class org.eclipse.jetty.server.Request
 
isSecureRequestOnly() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
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.AbstractHttpConnection
 
isSuspended() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
isSuspended() - Method in class org.eclipse.jetty.server.AsyncHttpConnection
 
isSuspended() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ClientToProxyConnection
 
isSuspended() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ProxyToServerConnection
 
isSuspending() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
isUncheckedPrintWriter() - Method in class org.eclipse.jetty.server.Server
 
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(DatabaseMetaData) - Constructor for class org.eclipse.jetty.server.session.JDBCSessionIdManager.DatabaseAdaptor
 
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.ClassLoadingObjectInputStream - Class in org.eclipse.jetty.server.session
ClassLoadingObjectInputStream Used to persist the session attribute map
JDBCSessionManager.ClassLoadingObjectInputStream(InputStream) - Constructor for class org.eclipse.jetty.server.session.JDBCSessionManager.ClassLoadingObjectInputStream
 
JDBCSessionManager.ClassLoadingObjectInputStream() - Constructor for class org.eclipse.jetty.server.session.JDBCSessionManager.ClassLoadingObjectInputStream
 
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) - Constructor for class org.eclipse.jetty.server.session.JDBCSessionManager.Session
Session restored from database
join() - Method in class org.eclipse.jetty.server.AbstractConnector
 
join() - Method in class org.eclipse.jetty.server.Server
 

K

KEYPASSWORD_PROPERTY - Static variable in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated.

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() - Constructor for class org.eclipse.jetty.server.LocalConnector
 
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(Request, Response) - Method in class org.eclipse.jetty.server.NCSARequestLog
Writes the request and response information to the output stream.
log(Request, Response) - Method in interface org.eclipse.jetty.server.RequestLog
 
logExtended(Request, Response, StringBuilder) - Method in class org.eclipse.jetty.server.NCSARequestLog
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.

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_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(long) - Method in class org.eclipse.jetty.server.AbstractHttpConnection
 
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
 
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.
NetworkTrafficSelectChannelConnector - Class in org.eclipse.jetty.server.nio
A specialized version of SelectChannelConnector that supports NetworkTrafficListeners.
NetworkTrafficSelectChannelConnector() - Constructor for class org.eclipse.jetty.server.nio.NetworkTrafficSelectChannelConnector
 
never() - Method in class org.eclipse.jetty.server.handler.ScopedHandler
 
newClientToProxyConnection(ConcurrentMap<String, Object>, SocketChannel, EndPoint, long) - Method in class org.eclipse.jetty.server.handler.ConnectHandler
 
newConnection(EndPoint) - Method in class org.eclipse.jetty.server.bio.SocketConnector
Allows subclass to override Conection if required.
newConnection(SocketChannel, AsyncEndPoint) - Method in class org.eclipse.jetty.server.nio.SelectChannelConnector
 
newConnection(SocketChannel, AsyncEndPoint) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
 
newEndPoint(SocketChannel, SelectorManager.SelectSet, SelectionKey) - Method in class org.eclipse.jetty.server.nio.NetworkTrafficSelectChannelConnector
 
newEndPoint(SocketChannel, SelectorManager.SelectSet, SelectionKey) - Method in class org.eclipse.jetty.server.nio.SelectChannelConnector
 
newGzipResponseWrapper(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.GzipHandler
Allows derived implementations to replace ResponseWrapper implementation.
newHttpGenerator(Buffers, EndPoint) - Method in class org.eclipse.jetty.server.AbstractHttpConnection
 
newHttpParser(Buffers, EndPoint, HttpParser.EventHandler) - Method in class org.eclipse.jetty.server.AbstractHttpConnection
 
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.
newPlainConnection(SocketChannel, AsyncEndPoint) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
 
newProxyToServerConnection(ConcurrentMap<String, Object>, Buffer) - Method in class org.eclipse.jetty.server.handler.ConnectHandler
 
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(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Convert a URL or path to a Resource.
newServerSocket(String, int, int) - Method in class org.eclipse.jetty.server.bio.SocketConnector
 
newServerSocket(String, int, int) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
 
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.
newSessionId(HttpServletRequest, long) - Method in class org.eclipse.jetty.server.session.AbstractSessionIdManager
Create a new session id if necessary.
newSessionId(HttpServletRequest, long) - Method in interface org.eclipse.jetty.server.SessionIdManager
 
newSslConnection(AsyncEndPoint, SSLEngine) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
 
newWriter(OutputStream, String) - Method in class org.eclipse.jetty.server.handler.GzipHandler
Allows derived implementations to replace PrintWriter implementation.
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
 
NIOConnector - Interface in org.eclipse.jetty.server.nio
NIOConnector.
NONE - Static variable in class org.eclipse.jetty.server.Response
 
NOT_CHECKED - Static variable in interface org.eclipse.jetty.server.Authentication
Authentication not checked

O

onClose() - Method in class org.eclipse.jetty.server.AbstractHttpConnection
 
onClose() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ClientToProxyConnection
 
onClose() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ProxyToServerConnection
 
onIdleExpired(long) - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ClientToProxyConnection
 
onIdleExpired(long) - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ProxyToServerConnection
 
onInputShutdown() - Method in class org.eclipse.jetty.server.AsyncHttpConnection
 
onInputShutdown() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ClientToProxyConnection
 
onInputShutdown() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ProxyToServerConnection
 
open() - Method in class org.eclipse.jetty.server.bio.SocketConnector
 
open() - Method in interface org.eclipse.jetty.server.Connector
Opens the connector
open() - Method in class org.eclipse.jetty.server.LocalConnector
 
open() - Method in class org.eclipse.jetty.server.nio.BlockingChannelConnector
 
open() - Method in class org.eclipse.jetty.server.nio.InheritedChannelConnector
 
open() - Method in class org.eclipse.jetty.server.nio.SelectChannelConnector
 
open() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
 
org.eclipse.jetty.server - package org.eclipse.jetty.server
 
org.eclipse.jetty.server.bio - package org.eclipse.jetty.server.bio
 
org.eclipse.jetty.server.handler - package org.eclipse.jetty.server.handler
 
org.eclipse.jetty.server.handler.jmx - package org.eclipse.jetty.server.handler.jmx
 
org.eclipse.jetty.server.jmx - package org.eclipse.jetty.server.jmx
 
org.eclipse.jetty.server.nio - package org.eclipse.jetty.server.nio
 
org.eclipse.jetty.server.session - package org.eclipse.jetty.server.session
 
org.eclipse.jetty.server.session.jmx - package org.eclipse.jetty.server.session.jmx
 
org.eclipse.jetty.server.ssl - package org.eclipse.jetty.server.ssl
 

P

parsedHeader(Buffer, Buffer) - Method in class org.eclipse.jetty.server.AbstractHttpConnection
 
parseFields() - Method in class org.eclipse.jetty.server.CookieCutter
 
PASSWORD_PROPERTY - Static variable in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated.
persist(EndPoint) - Method in class org.eclipse.jetty.server.AbstractConnector
 
persist(EndPoint) - Method in interface org.eclipse.jetty.server.Connector
Persist an endpoint.
persist(EndPoint) - Method in class org.eclipse.jetty.server.nio.SelectChannelConnector
 
prepareContext(HttpServletRequest, ConcurrentMap<String, Object>) - Method in class org.eclipse.jetty.server.handler.ConnectHandler
 
print(String) - Method in class org.eclipse.jetty.server.AbstractHttpConnection.Output
 
print(String) - Method in class org.eclipse.jetty.server.HttpOutput
 
ProxyHandler - Class in org.eclipse.jetty.server.handler
Deprecated.
ProxyHandler() - Constructor for class org.eclipse.jetty.server.handler.ProxyHandler
Deprecated.
 
ProxyHandler(Handler, String[], String[]) - Constructor for class org.eclipse.jetty.server.handler.ProxyHandler
Deprecated.
 
ProxyHandler(Handler) - Constructor for class org.eclipse.jetty.server.handler.ProxyHandler
Deprecated.
 
ProxyHandler(String[], String[]) - Constructor for class org.eclipse.jetty.server.handler.ProxyHandler
Deprecated.
 
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)

R

read(EndPoint, Buffer, ConcurrentMap<String, Object>) - Method in class org.eclipse.jetty.server.handler.ConnectHandler
Reads (with non-blocking semantic) into the given buffer from the given endPoint.
read() - Method in class org.eclipse.jetty.server.HttpInput
 
read(byte[], int, int) - Method in class org.eclipse.jetty.server.HttpInput
 
ready() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ProxyToServerConnection
 
recoverNewSession(Object) - Method in class org.eclipse.jetty.server.Request
 
recycle() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
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
 
removeAttribute(String) - Method in class org.eclipse.jetty.server.AsyncContinuation
 
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.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
 
removeBean(Object) - Method in class org.eclipse.jetty.server.Server
Remove an associated bean.
removeConnector(Connector) - Method in class org.eclipse.jetty.server.Server
Conveniance 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.Request
 
removeEventListener(EventListener) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
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
 
removeLifeCycle(LifeCycle) - Method in class org.eclipse.jetty.server.Server
Deprecated.
removeNetworkTrafficListener(NetworkTrafficListener) - Method in class org.eclipse.jetty.server.nio.NetworkTrafficSelectChannelConnector
 
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
renewSession(HttpServletRequest, HttpSession, boolean) - Static method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
reopen() - Method in class org.eclipse.jetty.server.HttpOutput
 
Request - Class in org.eclipse.jetty.server
Jetty Request.
Request() - Constructor for class org.eclipse.jetty.server.Request
 
Request(AbstractHttpConnection) - 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.AbstractHttpConnection
 
reset() - Method in class org.eclipse.jetty.server.AsyncHttpConnection
 
reset() - Method in class org.eclipse.jetty.server.CookieCutter
 
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.Response
 
resetStats() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
Deprecated.
resolveClass(ObjectStreamClass) - Method in class org.eclipse.jetty.server.session.HashSessionManager.ClassLoadingObjectInputStream
 
resolveClass(ObjectStreamClass) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.ClassLoadingObjectInputStream
 
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.
Response(AbstractHttpConnection) - Constructor for class org.eclipse.jetty.server.Response
 
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
 
restrictEventListener(EventListener) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Apply any necessary restrictions on a programmatically added listener.
resume() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
run() - Method in class org.eclipse.jetty.server.AsyncContinuation.AsyncTimeout
 
run() - Method in class org.eclipse.jetty.server.bio.SocketConnector.ConnectorEndPoint
 
run() - Method in class org.eclipse.jetty.server.ShutdownMonitor.ShutdownMonitorThread
 
run() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector.SslConnectorEndPoint
 

S

satisfiableRanges(Enumeration, long) - Static method in class org.eclipse.jetty.server.InclusiveByteRange
 
save(OutputStream) - Method in class org.eclipse.jetty.server.session.HashedSession
 
saveFailed() - Method in class org.eclipse.jetty.server.session.HashedSession
 
saveNewSession(Object, HttpSession) - Method in class org.eclipse.jetty.server.Request
 
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.AsyncContinuation
 
scheduleTimeout() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
ScopedHandler - Class in org.eclipse.jetty.server.handler
ScopedHandler.
ScopedHandler() - Constructor for class org.eclipse.jetty.server.handler.ScopedHandler
 
SelectChannelConnector - Class in org.eclipse.jetty.server.nio
Selecting NIO connector.
SelectChannelConnector() - Constructor for class org.eclipse.jetty.server.nio.SelectChannelConnector
Constructor.
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(Object) - Method in class org.eclipse.jetty.server.AbstractHttpConnection.Output
 
sendError(int, String) - Method in class org.eclipse.jetty.server.Response
 
sendError(int) - 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
 
sendRedirect(String) - Method in class org.eclipse.jetty.server.Response
 
sendRedirect(String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
sendResponse(Buffer) - Method in class org.eclipse.jetty.server.AbstractHttpConnection.Output
 
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 SelectChannelConnector at the passed port.
Server(InetSocketAddress) - Constructor for class org.eclipse.jetty.server.Server
Convenience constructor Creates server and a SelectChannelConnector at the passed address.
Server.Graceful - Interface in org.eclipse.jetty.server
 
ServerMBean - Class in org.eclipse.jetty.server.jmx
 
ServerMBean(Object) - Constructor for class org.eclipse.jetty.server.jmx.ServerMBean
 
ServletRequestHttpWrapper - Class in org.eclipse.jetty.server
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
Wrapper to tunnel a ServletResponse via a HttpServletResponse
ServletResponseHttpWrapper(ServletResponse) - Constructor for class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
ServletSSL - Class in org.eclipse.jetty.server.ssl
Jetty Servlet SSL support utilities.
ServletSSL() - Constructor for class org.eclipse.jetty.server.ssl.ServletSSL
 
SESSION_KNOWN_ONLY_TO_AUTHENTICATED - Static variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
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[], HostMap<String>) - Method in class org.eclipse.jetty.server.handler.ConnectHandler
Helper method to process a list of new entries and replace the content of the specified host map
set(String[], IPAddressMap<PathMap>) - 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).
setAcceptorPriorityOffset(int) - Method in class org.eclipse.jetty.server.AbstractConnector
Set the priority offset of the acceptor threads.
setAcceptors(int) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setAcceptQueueSize(int) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setAlgorithm(String) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated. 
setAlgorithm(String) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated. 
setAliases(boolean) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setAliases(boolean) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
Set if resource aliases (eg symlink, 8.3 names, case insensitivity) are allowed.
setAllowNullPathInfo(boolean) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setAllowRenegotiate(boolean) - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated. 
setAllowRenegotiate(boolean) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated. 
setAllowRenegotiate(boolean) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Set if SSL re-negotiation is allowed.
setAppend(boolean) - Method in class org.eclipse.jetty.server.NCSARequestLog
Set append to log flag.
setAssociatedObject(Object) - Method in class org.eclipse.jetty.server.AbstractHttpConnection
 
setAsyncSupported(boolean) - Method in class org.eclipse.jetty.server.Request
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.server.AsyncContinuation
 
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.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.ConnectHandler
Re-initialize the blacklist of existing handler object
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
 
setBufferSize(int) - Method in class org.eclipse.jetty.server.handler.GzipHandler
Set the buffer size.
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.HttpWriter
 
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
 
setCompactPath(boolean) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setConfidentialPort(int) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setConfidentialScheme(String) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setConnection(AbstractHttpConnection) - Method in class org.eclipse.jetty.server.AsyncContinuation
 
setConnection(Connection) - Method in class org.eclipse.jetty.server.bio.SocketConnector.ConnectorEndPoint
 
setConnection(ConnectHandler.ProxyToServerConnection) - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ClientToProxyConnection
 
setConnection(ConnectHandler.ClientToProxyConnection) - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ProxyToServerConnection
 
setConnection(AbstractHttpConnection) - Method in class org.eclipse.jetty.server.Request
 
setConnectorNames(String[]) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Set the names of accepted connectors.
setConnectors(Connector[]) - Method in class org.eclipse.jetty.server.Server
Set the connectors for this server.
setConnectTimeout(int) - Method in class org.eclipse.jetty.server.handler.ConnectHandler
 
setContentLength(int) - 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) - 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
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
 
setCurrentConnection(AbstractHttpConnection) - Static method in class org.eclipse.jetty.server.AbstractHttpConnection
 
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
 
setDebug(boolean) - Method in class org.eclipse.jetty.server.ShutdownMonitor
 
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
 
setDispatcherType(DispatcherType) - Method in class org.eclipse.jetty.server.Request
 
setDispatchTime(long) - Method in class org.eclipse.jetty.server.Request
Set timetstamp of request dispatch
setDisplayName(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
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.Context
 
setEffectiveMinorVersion(int) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
setEnabled(boolean) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
setEndPoint(AsyncEndPoint) - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ProxyToServerConnection
 
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.
setExcludeCipherSuites(String[]) - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated. 
setExcludeCipherSuites(String[]) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated. 
setExcludeCipherSuites(String[]) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated. 
setExcluded(Set<String>) - Method in class org.eclipse.jetty.server.handler.GzipHandler
Set the excluded user agents.
setExcluded(String) - Method in class org.eclipse.jetty.server.handler.GzipHandler
Set the excluded user agents.
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
 
setExtended(boolean) - Method in class org.eclipse.jetty.server.NCSARequestLog
Set the extended request log format flag.
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.
setForwarded(boolean) - Method in class org.eclipse.jetty.server.AbstractConnector
Set reverse proxy handling.
setForwardedCipherSuiteHeader(String) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setForwardedForHeader(String) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setForwardedHostHeader(String) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setForwardedProtoHeader(String) - Method in class org.eclipse.jetty.server.AbstractConnector
Set the forwardedProtoHeader.
setForwardedServerHeader(String) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setForwardedSslSessionIdHeader(String) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setGracefulShutdown(int) - Method in class org.eclipse.jetty.server.Server
Set graceful shutdown timeout.
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
 
setHandshakeTimeout(int) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Set the time in milliseconds for so_timeout during ssl handshaking
setHeader(String, String) - Method in class org.eclipse.jetty.server.Response
 
setHeader(String, String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
setHost(String) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setHost(String) - Method in interface org.eclipse.jetty.server.Connector
Set the hostname of the interface to bind to.
setHostHeader(String) - Method in class org.eclipse.jetty.server.AbstractConnector
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
 
setIdChanged(boolean) - Method in class org.eclipse.jetty.server.session.AbstractSession
 
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.
setIdManager(SessionIdManager) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
setIgnorePaths(String[]) - Method in class org.eclipse.jetty.server.NCSARequestLog
Set request paths that will not be logged.
setIncludeCipherSuites(String[]) - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated. 
setIncludeCipherSuites(String[]) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated. 
setIncludeCipherSuites(String[]) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated. 
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
 
setIntegralPort(int) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setIntegralScheme(String) - Method in class org.eclipse.jetty.server.AbstractConnector
 
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
 
setKeyPassword(String) - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated. 
setKeyPassword(String) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated. 
setKeyPassword(String) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated. 
setKeystore(String) - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated. 
setKeystore(String) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated. 
setKeystore(String) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated. 
setKeystoreType(String) - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated. 
setKeystoreType(String) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated. 
setKeystoreType(String) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated. 
setLastAccessedTime(long) - Method in class org.eclipse.jetty.server.session.AbstractSession
 
setLastNode(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
 
setLastSaved(long) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
 
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.NCSARequestLog
Controls logging of the request cookies.
setLogDateFormat(String) - Method in class org.eclipse.jetty.server.NCSARequestLog
Set the timestamp format for request log entries in the file.
setLogDispatch(boolean) - Method in class org.eclipse.jetty.server.NCSARequestLog
Controls logging of the request dispatch time
setLogger(Logger) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setLogLatency(boolean) - Method in class org.eclipse.jetty.server.NCSARequestLog
Controls logging of request processing time.
setLogLocale(Locale) - Method in class org.eclipse.jetty.server.NCSARequestLog
Set the locale of the request log.
setLogServer(boolean) - Method in class org.eclipse.jetty.server.NCSARequestLog
Controls logging of the request hostname.
setLogTimeZone(String) - Method in class org.eclipse.jetty.server.NCSARequestLog
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
 
setLowResourceMaxIdleTime(int) - Method in class org.eclipse.jetty.server.AbstractConnector
Deprecated. 
setLowResourceMaxIdleTime(int) - Method in interface org.eclipse.jetty.server.Connector
 
setLowResourcesConnections(int) - Method in class org.eclipse.jetty.server.nio.SelectChannelConnector
Set the number of connections, which if exceeded places this manager in low resources state.
setLowResourcesMaxIdleTime(int) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setLowResourcesMaxIdleTime(int) - Method in class org.eclipse.jetty.server.nio.SelectChannelConnector
Set the period in ms that a connection is allowed to be idle when this there are more than SelectChannelConnector.getLowResourcesConnections() connections.
setManagedAttribute(String, Object) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setMaxBuffers(int) - Method in class org.eclipse.jetty.server.AbstractConnector
 
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
 
setMaxCookieVersion(int) - Method in class org.eclipse.jetty.server.Server
Deprecated.
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.
setMaxIdleTime(int) - Method in class org.eclipse.jetty.server.AbstractConnector
Set 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.
setMaxIdleTime(int) - Method in interface org.eclipse.jetty.server.Connector
 
setMaxIdleTime(int) - Method in class org.eclipse.jetty.server.nio.SelectChannelConnector
 
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 interface org.eclipse.jetty.server.SessionManager
Sets the max period of inactivity, after which the session is invalidated, in seconds.
setMethod(String) - Method in class org.eclipse.jetty.server.Request
 
setMimeTypes(MimeTypes) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setMimeTypes(Set<String>) - Method in class org.eclipse.jetty.server.handler.GzipHandler
Set the mime types.
setMimeTypes(String) - Method in class org.eclipse.jetty.server.handler.GzipHandler
Set the mime types.
setMimeTypes(MimeTypes) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
setMinGzipSize(int) - Method in class org.eclipse.jetty.server.handler.GzipHandler
Set the minimum reponse size.
setName(String) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setNeedClientAuth(boolean) - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated. 
setNeedClientAuth(boolean) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated. 
setNeedClientAuth(boolean) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated. 
setNewContextURL(String) - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
 
setNodeIdInSessionId(boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
setOutputStream(OutputStream) - Method in class org.eclipse.jetty.server.handler.DebugHandler
 
setParallelStart(boolean) - Method in class org.eclipse.jetty.server.handler.HandlerCollection
Set the parallelStart.
setParameters(MultiMap<String>) - Method in class org.eclipse.jetty.server.Request
 
setPassword(String) - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated. 
setPassword(String) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated. 
setPassword(String) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated. 
setPathInfo(String) - Method in class org.eclipse.jetty.server.Request
 
setPermanent(boolean) - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
 
setPort(int) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setPort(int) - Method in interface org.eclipse.jetty.server.Connector
 
setPort(int) - Method in class org.eclipse.jetty.server.ShutdownMonitor
 
setPreferProxiedForAddress(boolean) - Method in class org.eclipse.jetty.server.NCSARequestLog
Controls whether the actual IP address of the connection or the IP address from the X-Forwarded-For header will be logged.
setProtectedTargets(String[]) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setProtocol(String) - Method in class org.eclipse.jetty.server.Request
 
setProtocol(String) - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated. 
setProtocol(String) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated. 
setProtocol(String) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated. 
setProvider(String) - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated. 
setProvider(String) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated. 
setProvider(String) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated. 
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
 
setRefreshCookieAge(int) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
setRemoteAddr(String) - Method in class org.eclipse.jetty.server.Request
 
setRemoteHost(String) - Method in class org.eclipse.jetty.server.Request
 
setRequestBuffers(Buffers) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setRequestBufferSize(int) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setRequestBufferSize(int) - Method in interface org.eclipse.jetty.server.Connector
Set the size of the content buffer for receiving requests.
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.AbstractConnector
 
setRequestHeaderSize(int) - Method in interface org.eclipse.jetty.server.Connector
Set the size of the buffer to be used for request headers.
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.
setResolveNames(boolean) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setResourceBase(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setResourceBase(String) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
setResponseBuffers(Buffers) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setResponseBufferSize(int) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setResponseBufferSize(int) - Method in interface org.eclipse.jetty.server.Connector
Set the size of the content buffer for sending responses.
setResponseHeaderSize(int) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setResponseHeaderSize(int) - Method in interface org.eclipse.jetty.server.Connector
Set the size of the buffer to be used for request headers.
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.AbstractConnector
 
setRowId(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
 
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
 
setSecureRandomAlgorithm(String) - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated. 
setSecureRandomAlgorithm(String) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated. 
setSecureRandomAlgorithm(String) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated. 
setSecureRequestOnly(boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
setSendDateHeader(boolean) - Method in class org.eclipse.jetty.server.Server
 
setSendServerVersion(boolean) - Method in class org.eclipse.jetty.server.Server
 
setServeIcon(boolean) - Method in class org.eclipse.jetty.server.handler.DefaultHandler
 
setServer(Server) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setServer(Server) - Method in interface org.eclipse.jetty.server.Connector
 
setServer(Server) - Method in class org.eclipse.jetty.server.handler.AbstractHandler
 
setServer(Server) - Method in class org.eclipse.jetty.server.handler.ConnectHandler
 
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 class org.eclipse.jetty.server.handler.RequestLogHandler
 
setServer(Server) - Method in interface org.eclipse.jetty.server.Handler
 
setServer(Server) - Method in class org.eclipse.jetty.server.session.SessionHandler
 
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.
setSessionManager(SessionManager) - Method in class org.eclipse.jetty.server.Request
 
setSessionManager(SessionManager) - Method in class org.eclipse.jetty.server.session.SessionHandler
 
setSessionTrackingModes(Set<SessionTrackingMode>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
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
 
setShutdown(boolean) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Set shutdown status.
setShutdown(boolean) - Method in interface org.eclipse.jetty.server.Server.Graceful
 
setSoLingerTime(int) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setSslContext(SSLContext) - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated. 
setSslContext(SSLContext) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated. 
setSslContext(SSLContext) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated. 
setSslKeyManagerFactoryAlgorithm(String) - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated. 
setSslKeyManagerFactoryAlgorithm(String) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated. 
setSslKeyManagerFactoryAlgorithm(String) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated. 
setSslTrustManagerFactoryAlgorithm(String) - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated. 
setSslTrustManagerFactoryAlgorithm(String) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated. 
setSslTrustManagerFactoryAlgorithm(String) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated. 
setStatsOn(boolean) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setStatsOn(boolean) - Method in interface org.eclipse.jetty.server.Connector
 
setStatus(int) - Method in class org.eclipse.jetty.server.Response
 
setStatus(int, String) - Method in class org.eclipse.jetty.server.Response
 
setStatus(int) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
setStatus(int, String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
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
 
setThreadPool(ThreadPool) - Method in class org.eclipse.jetty.server.AbstractConnector
Set the ThreadPool.
setThreadPool(ThreadPool) - Method in class org.eclipse.jetty.server.handler.ConnectHandler
 
setThreadPool(ThreadPool) - Method in class org.eclipse.jetty.server.nio.SelectChannelConnector
 
setThreadPool(ThreadPool) - Method in class org.eclipse.jetty.server.Server
 
setTimeout(long) - Method in class org.eclipse.jetty.server.AsyncContinuation
 
setTimeStamp(long) - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ProxyToServerConnection
 
setTimeStamp(long) - Method in class org.eclipse.jetty.server.Request
 
setTrustPassword(String) - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated. 
setTrustPassword(String) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated. 
setTrustPassword(String) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated. 
setTruststore(String) - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated. 
setTruststore(String) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated. 
setTruststore(String) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated. 
setTruststoreType(String) - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated. 
setTruststoreType(String) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated. 
setTruststoreType(String) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated. 
setUncheckedPrintWriter(boolean) - Method in class org.eclipse.jetty.server.Server
 
setUri(HttpURI) - Method in class org.eclipse.jetty.server.Request
 
setUseDirectBuffers(boolean) - Method in class org.eclipse.jetty.server.nio.AbstractNIOConnector
 
setUseFileMappedBuffer(boolean) - Method in class org.eclipse.jetty.server.ResourceCache
 
setUserIdentityScope(UserIdentity.Scope) - Method in class org.eclipse.jetty.server.Request
 
setUsingCookies(boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
setVary(String) - Method in class org.eclipse.jetty.server.handler.GzipHandler
Set the value of the Vary header sent with responses that could be compressed.
setVirtualHost(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
 
setVirtualHosts(String[]) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Set the virtual hosts for the context.
setWantClientAuth(boolean) - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated. 
setWantClientAuth(boolean) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated. 
setWantClientAuth(boolean) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated. 
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.ConnectHandler
Re-initialize the whitelist of existing handler object
setWhite(String[]) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
Re-initialize the whitelist of existing handler object
setWorkerName(String) - Method in class org.eclipse.jetty.server.session.AbstractSessionIdManager
Set the workname.
setWriteTimeout(int) - Method in class org.eclipse.jetty.server.handler.ConnectHandler
 
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
Creates a listener that lets the server be shut down remotely (but only from localhost).
shutdownInput() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector.SslConnectorEndPoint
 
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.handler.ConnectHandler.ClientToProxyConnection
 
shutdownOutput() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ProxyToServerConnection
 
shutdownOutput() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector.SslConnectorEndPoint
 
SocketConnector - Class in org.eclipse.jetty.server.bio
Socket Connector.
SocketConnector() - Constructor for class org.eclipse.jetty.server.bio.SocketConnector
Constructor.
SocketConnector.ConnectorEndPoint - Class in org.eclipse.jetty.server.bio
 
SocketConnector.ConnectorEndPoint(Socket) - Constructor for class org.eclipse.jetty.server.bio.SocketConnector.ConnectorEndPoint
 
SslCertificates - Class in org.eclipse.jetty.server.ssl
 
SslCertificates() - Constructor for class org.eclipse.jetty.server.ssl.SslCertificates
 
SslConnector - Interface in org.eclipse.jetty.server.ssl
The interface for SSL connectors and their configuration methods.
SslSelectChannelConnector - Class in org.eclipse.jetty.server.ssl
SslSelectChannelConnector.
SslSelectChannelConnector() - Constructor for class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
 
SslSelectChannelConnector(SslContextFactory) - Constructor for class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Construct with explicit SslContextFactory.
SslSocketConnector - Class in org.eclipse.jetty.server.ssl
SSL Socket Connector.
SslSocketConnector() - Constructor for class org.eclipse.jetty.server.ssl.SslSocketConnector
Constructor.
SslSocketConnector(SslContextFactory) - Constructor for class org.eclipse.jetty.server.ssl.SslSocketConnector
 
SslSocketConnector.SslConnectorEndPoint - Class in org.eclipse.jetty.server.ssl
 
SslSocketConnector.SslConnectorEndPoint(Socket) - Constructor for class org.eclipse.jetty.server.ssl.SslSocketConnector.SslConnectorEndPoint
 
start(Runnable) - Method in class org.eclipse.jetty.server.AsyncContinuation
 
start() - Method in class org.eclipse.jetty.server.ShutdownMonitor.ShutdownMonitorThread
 
start() - Method in class org.eclipse.jetty.server.ShutdownMonitor
 
startAsync(ServletContext, ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.server.AsyncContinuation
 
startAsync() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
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(Buffer, Buffer, Buffer) - Method in class org.eclipse.jetty.server.AbstractHttpConnection
 
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.AbstractConnector
Reset statistics.
statsReset() - Method in interface org.eclipse.jetty.server.Connector
Reset statistics.
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
stopAccept(int) - Method in class org.eclipse.jetty.server.AbstractConnector
 
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.Response
 
suspend(ServletResponse) - Method in class org.eclipse.jetty.server.AsyncContinuation
 
suspend() - Method in class org.eclipse.jetty.server.AsyncContinuation
 

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.AbstractConnector
 
toString() - Method in class org.eclipse.jetty.server.AbstractHttpConnection
 
toString() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
toString() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ClientToProxyConnection
 
toString() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ProxyToServerConnection
 
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.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.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
 

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()
undispatch() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
unhandle() - Method in class org.eclipse.jetty.server.AsyncContinuation
Signal that the HttpConnection has finished handling the request.
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.
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
 

V

validateDestination(String) - Method in class org.eclipse.jetty.server.handler.ConnectHandler
Check the request hostname against white- and blacklist.

W

waitReady(long) - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ProxyToServerConnection
 
willPassivate() - Method in class org.eclipse.jetty.server.session.AbstractSession
 
write(String) - Method in class org.eclipse.jetty.server.AsyncNCSARequestLog
 
write(EndPoint, Buffer, ConcurrentMap<String, Object>) - Method in class org.eclipse.jetty.server.handler.ConnectHandler
Writes (with blocking semantic) the given buffer of data onto the given endPoint.
write(Writer, String) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
write(byte[], int, int) - Method in class org.eclipse.jetty.server.HttpOutput
 
write(byte[]) - 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(String) - Method in class org.eclipse.jetty.server.NCSARequestLog
 
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
 
WRITER - Static variable in class org.eclipse.jetty.server.Response
 

_

__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.
_acceptChannel - Variable in class org.eclipse.jetty.server.nio.SelectChannelConnector
 
_async - Variable in class org.eclipse.jetty.server.Request
 
_blobType - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_buffers - Variable in class org.eclipse.jetty.server.AbstractConnector
 
_bufferSize - Variable in class org.eclipse.jetty.server.handler.GzipHandler
 
_checkingRemoteSessionIdEncoding - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_connection - Variable in class org.eclipse.jetty.server.AsyncContinuation
 
_connection - Variable in class org.eclipse.jetty.server.HttpInput
 
_connection - Variable in class org.eclipse.jetty.server.HttpOutput
 
_connection - Variable in class org.eclipse.jetty.server.Request
 
_connections - Variable in class org.eclipse.jetty.server.bio.SocketConnector
 
_connectionUrl - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_connector - Variable in class org.eclipse.jetty.server.AbstractHttpConnection
 
_context - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_createSessionIdTable - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_createSessionTable - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_datasource - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_dbAdaptor - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_deleteId - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_deleteOldExpiredSessions - 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
 
_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
 
_excluded - Variable in class org.eclipse.jetty.server.handler.GzipHandler
 
_generator - Variable in class org.eclipse.jetty.server.AbstractHttpConnection
 
_generator - Variable in class org.eclipse.jetty.server.HttpOutput
 
_handler - Variable in class org.eclipse.jetty.server.handler.HandlerWrapper
 
_httpOnly - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_in - Variable in class org.eclipse.jetty.server.AbstractHttpConnection
 
_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
 
_lastScavengeTime - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_loader - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_localPort - Variable in class org.eclipse.jetty.server.bio.SocketConnector
 
_longType - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_lowResourceMaxIdleTime - Variable in class org.eclipse.jetty.server.AbstractConnector
 
_majorVersion - Variable in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
_maxCookieAge - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_maxIdleTime - Variable in class org.eclipse.jetty.server.AbstractConnector
 
_mimeTypes - Variable in class org.eclipse.jetty.server.handler.GzipHandler
 
_minGzipSize - Variable in class org.eclipse.jetty.server.handler.GzipHandler
 
_minorVersion - Variable in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
_nextScope - Variable in class org.eclipse.jetty.server.handler.ScopedHandler
 
_nodeIdInSessionId - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_out - Variable in class org.eclipse.jetty.server.AbstractHttpConnection
 
_outerScope - Variable in class org.eclipse.jetty.server.handler.ScopedHandler
 
_parser - Variable in class org.eclipse.jetty.server.AbstractHttpConnection
 
_parser - Variable in class org.eclipse.jetty.server.HttpInput
 
_printWriter - Variable in class org.eclipse.jetty.server.AbstractHttpConnection
 
_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
 
_request - Variable in class org.eclipse.jetty.server.AbstractHttpConnection
 
_requestFields - Variable in class org.eclipse.jetty.server.AbstractHttpConnection
 
_reseed - Variable in class org.eclipse.jetty.server.session.AbstractSessionIdManager
 
_response - Variable in class org.eclipse.jetty.server.AbstractHttpConnection
 
_responseFields - Variable in class org.eclipse.jetty.server.AbstractHttpConnection
 
_saveIntervalSec - Variable in class org.eclipse.jetty.server.session.JDBCSessionManager
 
_scavengeIntervalMs - 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.AbstractHttpConnection
 
_server - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_serverSocket - Variable in class org.eclipse.jetty.server.bio.SocketConnector
 
_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
 
_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
 
_sessionIdTable - 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
 
_sessionTable - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_sessionTableRowId - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_sessionTimeStats - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_sessionTrackingModes - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_socket - Variable in class org.eclipse.jetty.server.bio.SocketConnector.ConnectorEndPoint
 
_soLingerTime - Variable in class org.eclipse.jetty.server.AbstractConnector
 
_task - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_timer - 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
 
_uri - Variable in class org.eclipse.jetty.server.AbstractHttpConnection
 
_vary - Variable in class org.eclipse.jetty.server.handler.GzipHandler
 
_weakRandom - Variable in class org.eclipse.jetty.server.session.AbstractSessionIdManager
 
_workerName - Variable in class org.eclipse.jetty.server.session.AbstractSessionIdManager
 
_writer - Variable in class org.eclipse.jetty.server.AbstractHttpConnection
 
A B C D E F G H I J K L M N O P R S T U V W _ 

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