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
 
AbstractNIOConnector - Class in org.eclipse.jetty.server.nio
 
AbstractNIOConnector() - Constructor for class org.eclipse.jetty.server.nio.AbstractNIOConnector
 
AbstractSessionIdManager - Class in org.eclipse.jetty.server.session
 
AbstractSessionIdManager(Server) - Constructor for class org.eclipse.jetty.server.session.AbstractSessionIdManager
 
AbstractSessionIdManager(Server, 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.NullSessionContext - Class in org.eclipse.jetty.server.session
Null returning implementation of HttpSessionContext
AbstractSessionManager.Session - Class in org.eclipse.jetty.server.session
Implements javax.servlet.HttpSession from the javax.servlet package.
AbstractSessionManager.Session(HttpServletRequest) - Constructor for class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
AbstractSessionManager.Session(long, String) - Constructor for class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
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.
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(HttpSession, boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
access(long) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
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.
addBean(Object) - Method in class org.eclipse.jetty.server.Server
Add an associated bean.
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
 
addContinuationListener(ContinuationListener) - Method in class org.eclipse.jetty.server.Request
 
addCookie(HttpCookie) - Method in class org.eclipse.jetty.server.Response
 
addCookie(Cookie) - Method in class org.eclipse.jetty.server.Response
 
addCookieField(String) - Method in class org.eclipse.jetty.server.CookieCutter
 
addDateHeader(String, long) - Method in class org.eclipse.jetty.server.Response
 
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.
addHandler(Handler) - Method in class org.eclipse.jetty.server.handler.HandlerCollection
 
addHeader(String, String) - Method in class org.eclipse.jetty.server.Response
 
addIntHeader(String, int) - Method in class org.eclipse.jetty.server.Response
 
addLifeCycle(LifeCycle) - Method in class org.eclipse.jetty.server.Server
Deprecated. Use #addBean(LifeCycle)
addLocaleEncoding(String, String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
addSession(AbstractSessionManager.Session) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
addSession(AbstractSessionManager.Session, 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(AbstractSessionManager.Session) - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
addSession(HttpSession) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
addSession(AbstractSessionManager.Session) - 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.
ASYNC_CONTEXT_PATH - Static variable in interface org.eclipse.jetty.server.AsyncContext
 
ASYNC_PATH_INFO - Static variable in interface org.eclipse.jetty.server.AsyncContext
 
ASYNC_QUERY_STRING - Static variable in interface org.eclipse.jetty.server.AsyncContext
 
ASYNC_REQUEST_URI - Static variable in interface org.eclipse.jetty.server.AsyncContext
 
ASYNC_SERVLET_PATH - Static variable in interface org.eclipse.jetty.server.AsyncContext
 
AsyncContext - Interface in org.eclipse.jetty.server
 
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
 
authenticate(ServletRequest) - Method in interface org.eclipse.jetty.server.Authentication.Deferred
Authenticate if possible without sending a challenge.
authenticate(ServletRequest, ServletResponse) - Method in interface org.eclipse.jetty.server.Authentication.Deferred
Authenticate and possibly send a challenge.
Authentication - Interface in org.eclipse.jetty.server
The Authentication state of a request.
Authentication.Challenge - Interface in org.eclipse.jetty.server
An Authentication Challenge has been sent.
Authentication.Deferred - Interface in org.eclipse.jetty.server
A deferred authentication with methods to progress the authentication process.
Authentication.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

B

bindValue(String, Object) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
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.

C

cancel() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
cancelTimeout() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
cancelTimeout(Timeout.Task) - Method in class org.eclipse.jetty.server.HttpConnection
 
checkContext(String, Request, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
checkForwardedHeaders(EndPoint, Request) - Method in class org.eclipse.jetty.server.AbstractConnector
 
clearAttributes() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
clearAttributes() - Method in class org.eclipse.jetty.server.Server
 
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.bio.SocketConnector
 
close() - Method in class org.eclipse.jetty.server.bio.SocketConnector.Connection
 
close() - Method in interface org.eclipse.jetty.server.Connector
 
close() - Method in class org.eclipse.jetty.server.HttpConnection.Output
 
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
 
commitResponse(boolean) - Method in class org.eclipse.jetty.server.HttpConnection
 
complete() - Method in interface org.eclipse.jetty.server.AsyncContext
 
complete() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
complete() - Method in class org.eclipse.jetty.server.Response
 
complete(HttpSession) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
complete() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
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.HttpConnection
 
configure(Socket) - Method in class org.eclipse.jetty.server.AbstractConnector
 
configure(Socket) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
 
connectionClosed(HttpConnection) - Method in class org.eclipse.jetty.server.AbstractConnector
 
connectionOpened(HttpConnection) - Method in class org.eclipse.jetty.server.AbstractConnector
 
Connector - Interface in org.eclipse.jetty.server
HTTP Connector.
containsHeader(String) - Method in class org.eclipse.jetty.server.Response
 
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.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
 
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.AbstractSessionManager.Session
 
cookieSet() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
 
createFactory() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
 
createSSLContext() - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
 
createSSLContext() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
 
createSSLEngine() - 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(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
 
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
Default value for the keystore location path.
DefaultHandler - Class in org.eclipse.jetty.server.handler
Default Handler.
DefaultHandler() - Constructor for class org.eclipse.jetty.server.handler.DefaultHandler
 
deleteSession(JDBCSessionManager.SessionData) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
Delete a session from the database.
deScript(String) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
destroy() - Method in class org.eclipse.jetty.server.handler.AbstractHandler
 
destroy() - Method in interface org.eclipse.jetty.server.Handler
 
didActivate() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
dispatch() - Method in interface org.eclipse.jetty.server.AsyncContext
 
dispatch(String) - Method in interface org.eclipse.jetty.server.AsyncContext
 
dispatch(ServletContext, String) - Method in interface org.eclipse.jetty.server.AsyncContext
 
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.Connection
 
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.
DispatcherType - Enum in org.eclipse.jetty.server
 
doComplete() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
doDirectory(HttpServletRequest, HttpServletResponse, Resource) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
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
 
doInvalidate() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
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
 
doStart() - Method in class org.eclipse.jetty.server.AbstractConnector
 
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.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.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
 
doStart() - Method in class org.eclipse.jetty.server.nio.SelectChannelConnector
 
doStart() - Method in class org.eclipse.jetty.server.ResourceCache
 
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
 
doStop() - Method in class org.eclipse.jetty.server.AbstractConnector
 
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.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
 
doStop() - Method in class org.eclipse.jetty.server.nio.SelectChannelConnector
 
doStop() - Method in class org.eclipse.jetty.server.ResourceCache
Stop the context.
doStop() - Method in class org.eclipse.jetty.server.Server
 
doStop() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
doStop() - Method in class org.eclipse.jetty.server.session.HashSessionIdManager
 
doStop() - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
doStop() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
Stop the scavenger.
doStop() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
Stop the session manager.
doStop() - Method in class org.eclipse.jetty.server.session.SessionHandler
 
dump() - Method in class org.eclipse.jetty.server.handler.AbstractHandler
 
dump(StringBuilder, String) - Method in class org.eclipse.jetty.server.handler.AbstractHandler
 
dump(StringBuilder, String) - Method in class org.eclipse.jetty.server.handler.AbstractHandlerContainer
 
dump() - Method in class org.eclipse.jetty.server.nio.SelectChannelConnector
 

E

encodeRedirectURL(String) - Method in class org.eclipse.jetty.server.Response
 
encodeRedirectUrl(String) - Method in class org.eclipse.jetty.server.Response
 
encodeURL(String) - Method in class org.eclipse.jetty.server.Response
 
encodeUrl(String) - Method in class org.eclipse.jetty.server.Response
 
error(ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.server.Dispatcher
 
ERROR_EXCEPTION - Static variable in class org.eclipse.jetty.server.Dispatcher
 
ERROR_EXCEPTION_TYPE - Static variable in class org.eclipse.jetty.server.Dispatcher
 
ERROR_MESSAGE - Static variable in class org.eclipse.jetty.server.Dispatcher
 
ERROR_REQUEST_URI - Static variable in class org.eclipse.jetty.server.Dispatcher
 
ERROR_SERVLET_NAME - Static variable in class org.eclipse.jetty.server.Dispatcher
 
ERROR_STATUS_CODE - Static variable in class org.eclipse.jetty.server.Dispatcher
 
ErrorHandler - Class in org.eclipse.jetty.server.handler
Handler for Error pages A handler that is registered at the org.eclipse.http.ErrorHandler context attributed and called by the HttpResponse.sendError method to write a error page.
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
 
extractParameters() - Method in class org.eclipse.jetty.server.Request
Extract Paramters from query string and/or form _content.

F

fill(Buffer) - Method in class org.eclipse.jetty.server.bio.SocketConnector.Connection
 
fill(ResourceCache.Content) - Method in class org.eclipse.jetty.server.ResourceCache
 
flush() - Method in class org.eclipse.jetty.server.HttpConnection.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.HttpConnection
 
forward(ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.server.Dispatcher
 
forward(ServletRequest, ServletResponse, DispatcherType) - Method in class org.eclipse.jetty.server.Dispatcher
 
FORWARD_CONTEXT_PATH - Static variable in class org.eclipse.jetty.server.Dispatcher
 
FORWARD_PATH_INFO - Static variable in class org.eclipse.jetty.server.Dispatcher
 
FORWARD_QUERY_STRING - Static variable in class org.eclipse.jetty.server.Dispatcher
 
FORWARD_REQUEST_URI - Static variable in class org.eclipse.jetty.server.Dispatcher
 
FORWARD_SERVLET_PATH - Static variable 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.JDBCSessionManager.SessionData
 
getAlgorithm() - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated. use SslSelectChannelConnector.getSslKeyManagerFactoryAlgorithm() or SslSelectChannelConnector.getSslTrustManagerFactoryAlgorithm()
getAlgorithm() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Unsupported.
getAllowNullPathInfo() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getAssociatedObject() - Method in class org.eclipse.jetty.server.HttpConnection
 
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
 
getAsyncTimeout() - 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.AbstractSessionManager.Session
 
getAttributeMap() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
getAttributeNames() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getAttributeNames() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getAttributeNames() - Method in class org.eclipse.jetty.server.Request
 
getAttributeNames() - Method in class org.eclipse.jetty.server.Server
 
getAttributeNames() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
getAttributes() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getAttributes() - Method in class org.eclipse.jetty.server.Request
 
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
 
getBaseResource() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getBaseResource() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
getBeans(Class<T>) - Method in class org.eclipse.jetty.server.Server
Get dependent beans of a specific class
getBlobInputStream(ResultSet, String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.DatabaseAdaptor
 
getBlobType() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.DatabaseAdaptor
 
getBuffer() - Method in class org.eclipse.jetty.server.ResourceCache.Content
 
getBufferSize() - Method in class org.eclipse.jetty.server.Response
 
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.SessionData
 
getCharacterEncoding() - Method in class org.eclipse.jetty.server.Request
 
getCharacterEncoding() - Method in class org.eclipse.jetty.server.Response
 
getChildHandlerByClass(Class<?>) - Method in class org.eclipse.jetty.server.handler.AbstractHandlerContainer
 
getChildHandlerByClass(Class<?>) - 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
 
getClassPath() - Method in class org.eclipse.jetty.server.handler.ContextHandler
Make best effort to extract a file classpath from the context classloader
getClusterId(HttpSession) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getClusterId() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
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
 
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
 
getConnectionsDurationAve() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getConnectionsDurationAve() - 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
 
getConnectionsDurationMin() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getConnectionsDurationMin() - 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
 
getConnectionsOpenMin() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getConnectionsOpenMin() - Method in interface org.eclipse.jetty.server.Connector
 
getConnectionsRequestsAve() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getConnectionsRequestsAve() - 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
 
getConnectionsRequestsMin() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getConnectionsRequestsMin() - 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.HttpConnection
 
getConnectorNames() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getConnectors() - Method in class org.eclipse.jetty.server.Server
 
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
 
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
 
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 interface org.eclipse.jetty.server.UserIdentity.Scope
 
getCookies() - Method in class org.eclipse.jetty.server.CookieCutter
 
getCookies() - Method in class org.eclipse.jetty.server.Request
 
getCookieSet() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
getCookieSetTime() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
getCreated() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
getCreationTime() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
getCurrentConnection() - Static method in class org.eclipse.jetty.server.HttpConnection
 
getCurrentContext() - Static method in class org.eclipse.jetty.server.handler.ContextHandler
Get the current ServletContext implementation.
getDatasourceName() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
getDatedFilename() - Method in class org.eclipse.jetty.server.NCSARequestLog
 
getDateHeader(String) - Method in class org.eclipse.jetty.server.Request
 
getDispatchContext() - Method in class org.eclipse.jetty.server.AsyncContinuation.AsyncEventState
 
getDispatcherType() - Method in class org.eclipse.jetty.server.Request
 
getDisplayName() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getDriverClassName() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
getEndPoint() - Method in class org.eclipse.jetty.server.HttpConnection
 
getErrorHandler() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getEventListeners() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getExcludeCipherSuites() - Method in interface org.eclipse.jetty.server.ssl.SslConnector
 
getExcludeCipherSuites() - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
 
getExcludeCipherSuites() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
 
getExpires() - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
 
getExpiryTime() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
getFilename() - Method in class org.eclipse.jetty.server.NCSARequestLog
 
getFilenameDateFormat() - Method in class org.eclipse.jetty.server.NCSARequestLog
 
getFirst() - Method in class org.eclipse.jetty.server.InclusiveByteRange
 
getFirst(long) - Method in class org.eclipse.jetty.server.InclusiveByteRange
 
getForwardedForHeader() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getForwardedHostHeader() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getForwardedServerHeader() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getGenerator() - Method in class org.eclipse.jetty.server.HttpConnection
 
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
 
getHeaderNames() - Method in class org.eclipse.jetty.server.Request
 
getHeaders(String) - Method in class org.eclipse.jetty.server.Request
 
getHeaders(String) - Method in class org.eclipse.jetty.server.Response
 
getHistory() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
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
 
getHosts() - Method in class org.eclipse.jetty.server.handler.ContextHandler
Deprecated.  
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.AbstractSessionManager.Session
 
getId() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
getIdManager() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getIdManager() - Method in interface org.eclipse.jetty.server.SessionManager
 
getIds() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.NullSessionContext
Deprecated. From HttpSessionContext
getIgnorePaths() - Method in class org.eclipse.jetty.server.NCSARequestLog
 
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.HttpConnection
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
 
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
 
getKey() - Method in class org.eclipse.jetty.server.ResourceCache.Content
 
getKeyManagers() - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
 
getKeyManagers() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
 
getKeystore() - Method in interface org.eclipse.jetty.server.ssl.SslConnector
 
getKeystore() - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
 
getKeyStore(String, String, String) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
 
getKeyStore(String, String, String) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
 
getKeystore() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
 
getKeystoreType() - Method in interface org.eclipse.jetty.server.ssl.SslConnector
 
getKeystoreType() - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
 
getKeystoreType() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
 
getLast() - Method in class org.eclipse.jetty.server.InclusiveByteRange
 
getLast(long) - Method in class org.eclipse.jetty.server.InclusiveByteRange
 
getLastAccessed() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
getLastAccessedTime() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
getLastModified() - Method in class org.eclipse.jetty.server.ResourceCache.Content
 
getLastNode() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
getLastSaved() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
getLeftMostValue(String) - Method in class org.eclipse.jetty.server.AbstractConnector
 
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(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
 
getLogDateFormat() - Method in class org.eclipse.jetty.server.NCSARequestLog
 
getLogger() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getLogLatency() - Method in class org.eclipse.jetty.server.NCSARequestLog
 
getLogLocale() - Method in class org.eclipse.jetty.server.NCSARequestLog
 
getLogServer() - Method in class org.eclipse.jetty.server.NCSARequestLog
 
getLogTimeZone() - Method in class org.eclipse.jetty.server.NCSARequestLog
 
getLowResourceMaxIdleTime() - Method in class org.eclipse.jetty.server.AbstractConnector
 
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.nio.SelectChannelConnector
 
getMajorVersion() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
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
 
getMaxCookieAge() - Method in interface org.eclipse.jetty.server.SessionManager
 
getMaxFormContentSize() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getMaxIdleMs() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
getMaxIdleTime() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getMaxIdleTime() - Method in interface org.eclipse.jetty.server.Connector
 
getMaxInactiveInterval() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getMaxInactiveInterval() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
getMaxInactiveInterval() - Method in interface org.eclipse.jetty.server.SessionManager
 
getMaxSessions() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getMetaManager() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
Deprecated. use AbstractSessionManager.getIdManager()
getMetaManager() - Method in interface org.eclipse.jetty.server.SessionManager
Deprecated. use SessionManager.getIdManager()
getMethod() - Method in class org.eclipse.jetty.server.Request
 
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.ResourceHandler
 
getMinorVersion() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getMinSessions() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
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
 
getNeedClientAuth() - Method in interface org.eclipse.jetty.server.ssl.SslConnector
 
getNeedClientAuth() - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
 
getNeedClientAuth() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
 
getNewContextURL() - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
 
getNodeId(HttpSession) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getNodeId() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
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
 
getOutputStream() - Method in class org.eclipse.jetty.server.handler.DebugHandler
 
getOutputStream() - Method in class org.eclipse.jetty.server.HttpConnection
 
getOutputStream() - Method in class org.eclipse.jetty.server.Response
 
getParameter(String) - Method in class org.eclipse.jetty.server.Request
 
getParameterMap() - Method in class org.eclipse.jetty.server.Request
 
getParameterNames() - Method in class org.eclipse.jetty.server.Request
 
getParameters() - Method in class org.eclipse.jetty.server.Request
 
getParameterValues(String) - Method in class org.eclipse.jetty.server.Request
 
getParser() - Method in class org.eclipse.jetty.server.HttpConnection
 
getPath() - Method in class org.eclipse.jetty.server.AsyncContinuation.AsyncEventState
 
getPathInfo() - Method in class org.eclipse.jetty.server.Request
 
getPathTranslated() - Method in class org.eclipse.jetty.server.Request
 
getPort() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getPort() - Method in interface org.eclipse.jetty.server.Connector
 
getPrintWriter(String) - Method in class org.eclipse.jetty.server.HttpConnection
 
getProtocol() - Method in class org.eclipse.jetty.server.Request
 
getProtocol() - Method in interface org.eclipse.jetty.server.ssl.SslConnector
 
getProtocol() - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
 
getProtocol() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
 
getProvider() - Method in interface org.eclipse.jetty.server.ssl.SslConnector
 
getProvider() - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
 
getProvider() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
 
getQueryEncoding() - Method in class org.eclipse.jetty.server.Request
 
getQueryString() - Method in class org.eclipse.jetty.server.Request
 
getRandom() - Method in class org.eclipse.jetty.server.session.AbstractSessionIdManager
 
getRandom() - Method in class org.eclipse.jetty.server.session.HashSessionIdManager
 
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() - 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
 
getRequest() - Method in interface org.eclipse.jetty.server.AsyncContext
 
getRequest() - Method in class org.eclipse.jetty.server.AsyncContinuation.AsyncEventState
 
getRequest() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
getRequest() - Method in class org.eclipse.jetty.server.HttpConnection
 
getRequest(HttpServletRequest) - Static method in class org.eclipse.jetty.server.Request
 
getRequestBuffers() - Method in interface org.eclipse.jetty.server.Connector
 
getRequestBufferSize() - Method in interface org.eclipse.jetty.server.Connector
 
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
 
getRequestFields() - Method in class org.eclipse.jetty.server.HttpConnection
 
getRequestHeaderSize() - Method in interface org.eclipse.jetty.server.Connector
 
getRequestLog() - Method in class org.eclipse.jetty.server.handler.RequestLogHandler
 
getRequests() - Method in class org.eclipse.jetty.server.AbstractConnector
 
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.HttpConnection
 
getRequestsActive() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getRequestsActiveMax() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getRequestsExpired() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getRequestsResumed() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getRequestTimeAverage() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getRequestTimeMax() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getRequestTimeMin() - 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
 
getRequestURL() - Method in class org.eclipse.jetty.server.Request
 
getResolvedUserIdentity() - Method in class org.eclipse.jetty.server.Request
 
getResolveNames() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getResolveNames() - Method in interface org.eclipse.jetty.server.Connector
 
getResolveNames() - Method in class org.eclipse.jetty.server.HttpConnection
 
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 interface org.eclipse.jetty.server.AsyncContext
 
getResponse() - Method in class org.eclipse.jetty.server.AsyncContinuation.AsyncEventState
 
getResponse() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
getResponse() - Method in class org.eclipse.jetty.server.HttpConnection
 
getResponse() - Method in class org.eclipse.jetty.server.Request
 
getResponseBuffers() - Method in interface org.eclipse.jetty.server.Connector
 
getResponseBufferSize() - Method in interface org.eclipse.jetty.server.Connector
 
getResponseFields() - Method in class org.eclipse.jetty.server.HttpConnection
 
getResponseHeaderSize() - Method in interface org.eclipse.jetty.server.Connector
 
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
 
getRetainDays() - Method in class org.eclipse.jetty.server.NCSARequestLog
 
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.SessionData
 
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
 
getSecureCookies() - Method in interface org.eclipse.jetty.server.SessionManager
 
getSecureRandomAlgorithm() - Method in interface org.eclipse.jetty.server.ssl.SslConnector
 
getSecureRandomAlgorithm() - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
 
getSecureRandomAlgorithm() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
 
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 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
 
getServlet(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
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.AbstractSessionManager.Session
 
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
 
getServletPath() - Method in class org.eclipse.jetty.server.Request
 
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
 
getSession() - Method in class org.eclipse.jetty.server.Request
 
getSession(boolean) - Method in class org.eclipse.jetty.server.Request
 
getSession(String) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
Get a known existingsession
getSession(String) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.NullSessionContext
Deprecated. From HttpSessionContext
getSession() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
getSession() - Method in interface org.eclipse.jetty.server.session.AbstractSessionManager.SessionIf
 
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 it's id on this node.
getSessionContext() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
Deprecated.  
getSessionCookie() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getSessionCookie(HttpSession, String, boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getSessionCookie(HttpSession, String, boolean) - Method in interface org.eclipse.jetty.server.SessionManager
Gets a Cookie for a session.
getSessionCookie() - Method in interface org.eclipse.jetty.server.SessionManager
 
getSessionDomain() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getSessionDomain() - Method in interface org.eclipse.jetty.server.SessionManager
 
getSessionHandler() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getSessionIdManager() - Method in class org.eclipse.jetty.server.Server
 
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
 
getSessionMap() - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
getSessionMap() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
Get all the sessions as a map of id to Session.
getSessionPath() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getSessionPath() - Method in interface org.eclipse.jetty.server.SessionManager
 
getSessions() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
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.
getSize(long) - Method in class org.eclipse.jetty.server.InclusiveByteRange
 
getSoLingerTime() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getSslContext() - Method in interface org.eclipse.jetty.server.ssl.SslConnector
 
getSslContext() - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
 
getSslContext() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
 
getSslKeyManagerFactoryAlgorithm() - Method in interface org.eclipse.jetty.server.ssl.SslConnector
 
getSslKeyManagerFactoryAlgorithm() - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
 
getSslKeyManagerFactoryAlgorithm() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
 
getSslTrustManagerFactoryAlgorithm() - Method in interface org.eclipse.jetty.server.ssl.SslConnector
 
getSslTrustManagerFactoryAlgorithm() - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
 
getSslTrustManagerFactoryAlgorithm() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
 
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
 
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
 
getSubject() - Method in interface org.eclipse.jetty.server.UserIdentity
 
getSuspendedContext() - Method in class org.eclipse.jetty.server.AsyncContinuation.AsyncEventState
 
getSuspendedTimeMin() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getSuspendedTimeTotal() - 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.Server
 
getTimeStamp() - Method in class org.eclipse.jetty.server.HttpConnection
 
getTimeStamp() - Method in class org.eclipse.jetty.server.Request
Get Request TimeStamp
getTimeStampBuffer() - Method in class org.eclipse.jetty.server.Request
Get Request TimeStamp
getTrustManagers() - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
 
getTrustManagers() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
 
getTruststore() - Method in interface org.eclipse.jetty.server.ssl.SslConnector
 
getTruststore() - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
 
getTruststore() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
 
getTruststoreType() - Method in interface org.eclipse.jetty.server.ssl.SslConnector
 
getTruststoreType() - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
 
getTruststoreType() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
 
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 interface org.eclipse.jetty.server.UserIdentity
 
getValue(String) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
Deprecated. As of Version 2.2, this method is replaced by AbstractSessionManager.Session.getAttribute(java.lang.String)
getValueNames() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
Deprecated. As of Version 2.2, this method is replaced by AbstractSessionManager.Session.getAttributeNames()
getVersion() - Static method in class org.eclipse.jetty.server.Server
 
getVirtualHost() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
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
 
getWantClientAuth() - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
 
getWantClientAuth() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
 
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
 
getWorkerName() - Method in class org.eclipse.jetty.server.session.HashSessionIdManager
Get the workname.
getWorkerName() - Method in interface org.eclipse.jetty.server.SessionIdManager
 
getWriter() - Method in class org.eclipse.jetty.server.Response
 

H

handle(Runnable) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ContextHandlerCollection
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.DebugHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.DefaultHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in interface org.eclipse.jetty.server.Handler
Handle a request.
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.HandlerCollection
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.HandlerList
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.HandlerWrapper
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.HotSwapHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.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.StatisticsHandler
 
handle() - Method in class org.eclipse.jetty.server.HttpConnection
 
handle(HttpConnection) - Method in class org.eclipse.jetty.server.Server
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.session.SessionHandler
 
handleAsync(HttpConnection) - Method in class org.eclipse.jetty.server.Server
 
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.HttpConnection
 
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
 
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
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
 
HashSessionManager.Session - Class in org.eclipse.jetty.server.session
 
HashSessionManager.Session(HttpServletRequest) - Constructor for class org.eclipse.jetty.server.session.HashSessionManager.Session
 
HashSessionManager.Session(long, String) - Constructor for class org.eclipse.jetty.server.session.HashSessionManager.Session
 
hasOriginalRequestAndResponse() - Method in interface org.eclipse.jetty.server.AsyncContext
 
hasOriginalRequestAndResponse() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
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
 
HttpConnection - 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.
HttpConnection(Connector, EndPoint, Server) - Constructor for class org.eclipse.jetty.server.HttpConnection
Constructor
HttpConnection(Connector, EndPoint, Server, Parser, Generator, Request) - Constructor for class org.eclipse.jetty.server.HttpConnection
 
HttpConnection.Output - Class in org.eclipse.jetty.server
 
HttpConnection.OutputWriter - Class in org.eclipse.jetty.server
 
HttpInput - Class in org.eclipse.jetty.server
 
HttpInput(HttpParser, long) - Constructor for class org.eclipse.jetty.server.HttpInput
 
HttpOutput - Class in org.eclipse.jetty.server
Output.
HttpOutput(AbstractGenerator, long) - 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
 
include(ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.server.Dispatcher
 
include() - Method in class org.eclipse.jetty.server.HttpConnection
 
INCLUDE_CONTEXT_PATH - Static variable in class org.eclipse.jetty.server.Dispatcher
 
INCLUDE_PATH_INFO - Static variable in class org.eclipse.jetty.server.Dispatcher
 
INCLUDE_QUERY_STRING - Static variable in class org.eclipse.jetty.server.Dispatcher
 
INCLUDE_REQUEST_URI - Static variable in class org.eclipse.jetty.server.Dispatcher
 
INCLUDE_SERVLET_PATH - Static variable in class org.eclipse.jetty.server.Dispatcher
 
included() - Method in class org.eclipse.jetty.server.HttpConnection
 
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.
initValues() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
invalidate() - Method in class org.eclipse.jetty.server.ResourceCache.Content
 
invalidate() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
invalidate() - Method in class org.eclipse.jetty.server.session.HashSessionManager.Session
 
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
 
isAliases() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
isAliases() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
isAppend() - Method in class org.eclipse.jetty.server.NCSARequestLog
 
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
 
isCached() - Method in class org.eclipse.jetty.server.ResourceCache.Content
 
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 interface org.eclipse.jetty.server.Connector
 
isConfidential(Request) - Method in class org.eclipse.jetty.server.HttpConnection
 
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.
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
 
isExpecting100Continues() - Method in class org.eclipse.jetty.server.HttpConnection
 
isExpecting102Processing() - Method in class org.eclipse.jetty.server.HttpConnection
 
isExpired() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
isExtended() - Method in class org.eclipse.jetty.server.NCSARequestLog
 
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.AbstractSessionManager.Session
 
isIdle() - Method in class org.eclipse.jetty.server.HttpConnection
 
isIncluding() - Method in class org.eclipse.jetty.server.HttpConnection
 
isInitial() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
isIntegral(Request) - Method in class org.eclipse.jetty.server.AbstractConnector
 
isIntegral(Request) - Method in interface org.eclipse.jetty.server.Connector
 
isIntegral(Request) - Method in class org.eclipse.jetty.server.HttpConnection
Find out if the request is INTEGRAL security.
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
 
isLocked() - Method in class org.eclipse.jetty.server.ResourceCache.Content
 
isLowResources() - Method in class org.eclipse.jetty.server.AbstractConnector
 
isLowResources() - Method in interface org.eclipse.jetty.server.Connector
Check if low on resources.
isNew() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
isNodeIdInSessionId() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
isOutputing() - Method in class org.eclipse.jetty.server.Response
 
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
 
isRequestedSessionIdFromUrl() - Method in class org.eclipse.jetty.server.Request
 
isRequestedSessionIdFromURL() - Method in class org.eclipse.jetty.server.Request
 
isRequestedSessionIdValid() - Method in class org.eclipse.jetty.server.Request
 
isRequestHeader(Buffer) - Method in class org.eclipse.jetty.server.AbstractConnector
 
isRequestHeader(Buffer) - Method in class org.eclipse.jetty.server.nio.AbstractNIOConnector
 
isResponseCommitted() - Method in class org.eclipse.jetty.server.HttpConnection
 
isResponseHeader(Buffer) - Method in class org.eclipse.jetty.server.AbstractConnector
 
isResponseHeader(Buffer) - Method in class org.eclipse.jetty.server.nio.AbstractNIOConnector
 
isResponseWrapped() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
isResumed() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
isSecure() - Method in class org.eclipse.jetty.server.Request
 
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.AsyncContinuation
 
isSuspended() - Method in class org.eclipse.jetty.server.HttpConnection
 
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, 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
 
isValid(HttpSession) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
isValid() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
isValid(HttpSession) - Method in interface org.eclipse.jetty.server.SessionManager
 
isWriting() - Method in class org.eclipse.jetty.server.Response
 

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
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 in memory of this node.
JDBCSessionManager.Session(HttpServletRequest) - Constructor for class org.eclipse.jetty.server.session.JDBCSessionManager.Session
Session from a request.
JDBCSessionManager.Session(JDBCSessionManager.SessionData) - Constructor for class org.eclipse.jetty.server.session.JDBCSessionManager.Session
Session restored in database.
JDBCSessionManager.SessionData - Class in org.eclipse.jetty.server.session
SessionData Persistable data about a session.
JDBCSessionManager.SessionData(String) - Constructor for class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
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
String name of key password property.

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
 
log(Request, Response) - Method in interface org.eclipse.jetty.server.RequestLog
 
logExtended(Request, Response, Writer) - Method in class org.eclipse.jetty.server.NCSARequestLog
 
login(String, String) - Method in interface org.eclipse.jetty.server.Authentication.Deferred
Login with the LOGIN authenticator
logout() - Method in interface org.eclipse.jetty.server.Authentication.User
 
lookup(String, ResourceFactory) - Method in class org.eclipse.jetty.server.ResourceCache
Get a Entry from the cache.
lookup(String, Resource) - Method in class org.eclipse.jetty.server.ResourceCache
 

M

main(String[]) - Static method in class org.eclipse.jetty.server.Server
 
MANAGED_ATTRIBUTES - Static variable in class org.eclipse.jetty.server.handler.ContextHandler
 
mapContexts() - Method in class org.eclipse.jetty.server.handler.ContextHandlerCollection
Remap the context paths.
miss(String, Resource) - Method in class org.eclipse.jetty.server.ResourceCache
Remember a Resource Miss!
MovedContextHandler - Class in org.eclipse.jetty.server.handler
Moved ContextHandler.
MovedContextHandler() - Constructor for class org.eclipse.jetty.server.handler.MovedContextHandler
 
MovedContextHandler(HandlerContainer, String, String) - Constructor for class org.eclipse.jetty.server.handler.MovedContextHandler
 

N

NCSARequestLog - Class in org.eclipse.jetty.server
This RequestLog implementation outputs logs in the pseudo-standard NCSA common log format.
NCSARequestLog() - Constructor for class org.eclipse.jetty.server.NCSARequestLog
 
NCSARequestLog(String) - Constructor for class org.eclipse.jetty.server.NCSARequestLog
 
newAttributeMap() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
newAttributeMap() - Method in class org.eclipse.jetty.server.session.HashSessionManager.Session
 
newAttributeMap() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
 
newBuffer(int) - Method in class org.eclipse.jetty.server.AbstractConnector
 
newConnection(SocketChannel, SelectChannelEndPoint) - Method in class org.eclipse.jetty.server.nio.SelectChannelConnector
 
newConnection(SocketChannel, SelectChannelEndPoint) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
 
newEndPoint(SocketChannel, SelectorManager.SelectSet, SelectionKey) - Method in class org.eclipse.jetty.server.nio.SelectChannelConnector
 
newEndPoint(SocketChannel, SelectorManager.SelectSet, SelectionKey) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
 
newHttpConnection(EndPoint) - Method in class org.eclipse.jetty.server.bio.SocketConnector
Allows subclass to override Conection if required.
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.
newRequestBuffer(int) - Method in class org.eclipse.jetty.server.AbstractConnector
 
newRequestBuffer(int) - Method in class org.eclipse.jetty.server.nio.AbstractNIOConnector
 
newRequestHeader(int) - Method in class org.eclipse.jetty.server.AbstractConnector
 
newRequestHeader(int) - Method in class org.eclipse.jetty.server.nio.AbstractNIOConnector
 
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 URL to Resource wrapper for Resource.newResource(String) enables extensions to provide alternate resource implementations.
newResponseBuffer(int) - Method in class org.eclipse.jetty.server.AbstractConnector
 
newResponseBuffer(int) - Method in class org.eclipse.jetty.server.nio.AbstractNIOConnector
 
newResponseHeader(int) - Method in class org.eclipse.jetty.server.AbstractConnector
 
newResponseHeader(int) - Method in class org.eclipse.jetty.server.nio.AbstractNIOConnector
 
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, 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 class org.eclipse.jetty.server.session.HashSessionIdManager
 
newSessionId(HttpServletRequest, long) - Method in interface org.eclipse.jetty.server.SessionIdManager
 
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

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
 
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.nio - package org.eclipse.jetty.server.nio
 
org.eclipse.jetty.server.session - package org.eclipse.jetty.server.session
 
org.eclipse.jetty.server.ssl - package org.eclipse.jetty.server.ssl
 

P

parseFields() - Method in class org.eclipse.jetty.server.CookieCutter
 
PASSWORD_PROPERTY - Static variable in interface org.eclipse.jetty.server.ssl.SslConnector
String name of keystore password property.
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
 
prepareTables() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
 
print(String) - Method in class org.eclipse.jetty.server.HttpConnection.Output
 
print(String) - Method in class org.eclipse.jetty.server.HttpOutput
 
putValue(String, Object) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
Deprecated. As of Version 2.2, this method is replaced by AbstractSessionManager.Session.setAttribute(java.lang.String, java.lang.Object)

R

read() - Method in class org.eclipse.jetty.server.HttpInput
 
read(byte[], int, int) - Method in class org.eclipse.jetty.server.HttpInput
 
recoverNewSession(Object) - Method in class org.eclipse.jetty.server.Request
 
recycle() - Method in class org.eclipse.jetty.server.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
 
remove() - Method in class org.eclipse.jetty.server.session.HashSessionManager.Session
 
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.AbstractSessionManager.Session
 
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.
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. Use Server.removeBean(Object)
removeSession(HttpSession, boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
Remove session from manager
removeSession(AbstractSessionManager.Session, 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(AbstractSessionManager.Session, 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.AbstractSessionManager.Session
Deprecated. As of Version 2.2, this method is replaced by AbstractSessionManager.Session.removeAttribute(java.lang.String)
reopen() - Method in class org.eclipse.jetty.server.HttpOutput
 
reopen() - Method in class org.eclipse.jetty.server.LocalConnector
Deprecated. Not needed anymore, as there is no need to reopen the connector to reset its state
Request - Class in org.eclipse.jetty.server
Jetty Request.
Request() - Constructor for class org.eclipse.jetty.server.Request
 
Request(HttpConnection) - Constructor for class org.eclipse.jetty.server.Request
 
RequestLog - Interface in org.eclipse.jetty.server
A RequestLog can be attached to a org.eclipse.jetty.server.server.handler.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.CookieCutter
 
reset(boolean) - Method in class org.eclipse.jetty.server.HttpConnection
 
reset() - 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
 
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(MimeTypes) - Constructor for class org.eclipse.jetty.server.ResourceCache
Constructor.
ResourceCache.Content - Class in org.eclipse.jetty.server
MetaData associated with a context Resource.
ResourceCache.Miss - 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(HttpConnection) - Constructor for class org.eclipse.jetty.server.Response
 
restoreSession(InputStream) - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
restoreSessions() - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
resume() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
run() - Method in class org.eclipse.jetty.server.bio.SocketConnector.Connection
 
run() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector.SslConnection
 

S

satisfiableRanges(Enumeration, boolean, long) - Static method in class org.eclipse.jetty.server.InclusiveByteRange
 
save(OutputStream) - Method in class org.eclipse.jetty.server.session.HashSessionManager.Session
 
saveNewSession(Object, HttpSession) - Method in class org.eclipse.jetty.server.Request
 
saveSessions() - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
scheduleDispatch() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
scheduleTimeout() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
scheduleTimeout(Timeout.Task, long) - Method in class org.eclipse.jetty.server.HttpConnection
 
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.HttpConnection.Output
 
sendError(int, String) - Method in class org.eclipse.jetty.server.Response
 
sendError(int) - Method in class org.eclipse.jetty.server.Response
 
sendProcessing() - Method in class org.eclipse.jetty.server.Response
 
sendRedirect(String) - Method in class org.eclipse.jetty.server.Response
 
sendResponse(Buffer) - Method in class org.eclipse.jetty.server.HttpConnection.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 SocketConnector at the passed port.
Server.Graceful - Interface in org.eclipse.jetty.server
 
ServletSSL - Class in org.eclipse.jetty.server.ssl
Jetty Servlet SSL support utilities.
ServletSSL() - Constructor for class org.eclipse.jetty.server.ssl.ServletSSL
 
SESSION_ID_RANDOM_ALGORITHM - Static variable in class org.eclipse.jetty.server.session.AbstractSessionIdManager
 
SESSION_ID_RANDOM_ALGORITHM - Static variable in class org.eclipse.jetty.server.session.HashSessionIdManager
 
SESSION_ID_RANDOM_ALGORITHM_ALT - Static variable in class org.eclipse.jetty.server.session.AbstractSessionIdManager
 
SESSION_ID_RANDOM_ALGORITHM_ALT - Static variable in class org.eclipse.jetty.server.session.HashSessionIdManager
 
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
 
SessionManager - Interface in org.eclipse.jetty.server
Session Manager.
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
 
setAccessed(long) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
setAlgorithm(String) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated. use SslSelectChannelConnector.setSslKeyManagerFactoryAlgorithm(String) or SslSelectChannelConnector.setSslTrustManagerFactoryAlgorithm(String)
setAlgorithm(String) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Unsupported.
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
 
setAppend(boolean) - Method in class org.eclipse.jetty.server.NCSARequestLog
 
setAssociatedObject(Object) - Method in class org.eclipse.jetty.server.HttpConnection
 
setAsyncSupported(boolean) - Method in class org.eclipse.jetty.server.Request
 
setAsyncTimeout(long) - Method in class org.eclipse.jetty.server.AsyncContinuation
 
setAsyncTimeout(long) - 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.AbstractSessionManager.Session
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
 
setAttributeMap(ConcurrentHashMap) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
setAttributes(Attributes) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setAttributes(Attributes) - Method in class org.eclipse.jetty.server.Request
 
setAuthentication(Authentication) - Method in class org.eclipse.jetty.server.Request
Set the authentication.
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
 
setBuffer(Buffer) - Method in class org.eclipse.jetty.server.ResourceCache.Content
 
setBufferSize(int) - Method in class org.eclipse.jetty.server.Response
 
setCacheControl(String) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
setCanonicalContext(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
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
 
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(HttpConnection) - Method in class org.eclipse.jetty.server.AsyncContinuation
 
setConnection(HttpConnection) - 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.
setContentLength(int) - Method in class org.eclipse.jetty.server.Response
 
setContentType(String) - Method in class org.eclipse.jetty.server.Request
 
setContentType(Buffer) - Method in class org.eclipse.jetty.server.ResourceCache.Content
 
setContentType(String) - Method in class org.eclipse.jetty.server.Response
 
setContext(ContextHandler.Context) - Method in class org.eclipse.jetty.server.Request
 
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.SessionData
 
setCreated(long) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
setCurrentConnection(HttpConnection) - Static method in class org.eclipse.jetty.server.HttpConnection
 
setDatasourceName(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
setDateHeader(String, long) - Method in class org.eclipse.jetty.server.Response
 
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
 
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
setErrorHandler(ErrorHandler) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
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
 
setExcludeCipherSuites(String[]) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
 
setExcludeCipherSuites(String[]) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
 
setExpires(String) - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
 
setExpiryTime(long) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
setExtended(boolean) - Method in class org.eclipse.jetty.server.NCSARequestLog
 
setFilename(String) - Method in class org.eclipse.jetty.server.NCSARequestLog
 
setFilenameDateFormat(String) - Method in class org.eclipse.jetty.server.NCSARequestLog
Set the log file date format.
setForwarded(boolean) - Method in class org.eclipse.jetty.server.AbstractConnector
Set reverse proxy handling
setForwardedForHeader(String) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setForwardedHostHeader(String) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setForwardedServerHeader(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
 
setHost(String) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setHost(String) - Method in interface org.eclipse.jetty.server.Connector
 
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().
setHosts(String[]) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Deprecated. use ContextHandler.setConnectorNames(String[])
setHttpOnly(boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
setIdChanged(boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
setIdManager(SessionIdManager) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
setIdManager(SessionIdManager) - Method in interface org.eclipse.jetty.server.SessionManager
Sets the cross context session id manager
setIgnorePaths(String[]) - Method in class org.eclipse.jetty.server.NCSARequestLog
 
setInitParameter(String, String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
setInitParams(Map<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
 
setKeyPassword(String) - Method in interface org.eclipse.jetty.server.ssl.SslConnector
 
setKeyPassword(String) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
 
setKeyPassword(String) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
 
setKeystore(String) - Method in interface org.eclipse.jetty.server.ssl.SslConnector
 
setKeystore(String) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
 
setKeystore(String) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
 
setKeystoreType(String) - Method in interface org.eclipse.jetty.server.ssl.SslConnector
 
setKeystoreType(String) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
 
setKeystoreType(String) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
 
setLastAccessed(long) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
setLastNode(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
setLastSaved(long) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
setLazyLoad(boolean) - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
setLocale(Locale) - Method in class org.eclipse.jetty.server.Response
 
setLocked(boolean) - Method in class org.eclipse.jetty.server.ResourceCache.Content
 
setLogCookies(boolean) - Method in class org.eclipse.jetty.server.NCSARequestLog
 
setLogDateFormat(String) - Method in class org.eclipse.jetty.server.NCSARequestLog
 
setLogger(Logger) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setLogLatency(boolean) - Method in class org.eclipse.jetty.server.NCSARequestLog
 
setLogLocale(Locale) - Method in class org.eclipse.jetty.server.NCSARequestLog
 
setLogServer(boolean) - Method in class org.eclipse.jetty.server.NCSARequestLog
 
setLogTimeZone(String) - Method in class org.eclipse.jetty.server.NCSARequestLog
 
setLongContentLength(long) - Method in class org.eclipse.jetty.server.Response
 
setLowResourceMaxIdleTime(int) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setLowResourceMaxIdleTime(int) - Method in interface org.eclipse.jetty.server.Connector
 
setLowResourceMaxIdleTime(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.
setLowResourcesConnections(long) - 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(long) - Method in class org.eclipse.jetty.server.nio.SelectChannelConnector
Deprecated. use SelectChannelConnector.setLowResourceMaxIdleTime(int)
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
 
setMaxCookieAge(int) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
setMaxCookieAge(int) - Method in interface org.eclipse.jetty.server.SessionManager
Sets the max age to set on the session cookie, in seconds
setMaxFormContentSize(int) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setMaxIdleMs(long) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
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.AbstractSessionManager.Session
 
setMaxInactiveInterval(int) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
setMaxInactiveInterval(int) - Method in class org.eclipse.jetty.server.session.HashSessionManager.Session
 
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.
setMetaManager(SessionIdManager) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
Deprecated. use AbstractSessionManager.setIdManager(SessionIdManager)
setMethod(String) - Method in class org.eclipse.jetty.server.Request
 
setMimeTypes(MimeTypes) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setMimeTypes(MimeTypes) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
setName(String) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setNeedClientAuth(boolean) - Method in interface org.eclipse.jetty.server.ssl.SslConnector
 
setNeedClientAuth(boolean) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
 
setNeedClientAuth(boolean) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Set the value of the needClientAuth property
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
 
setParameters(MultiMap) - Method in class org.eclipse.jetty.server.Request
 
setPassword(String) - Method in interface org.eclipse.jetty.server.ssl.SslConnector
 
setPassword(String) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
 
setPassword(String) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
 
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
 
setPreferProxiedForAddress(boolean) - Method in class org.eclipse.jetty.server.NCSARequestLog
 
setProtocol(String) - Method in class org.eclipse.jetty.server.Request
 
setProtocol(String) - Method in interface org.eclipse.jetty.server.ssl.SslConnector
 
setProtocol(String) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
 
setProtocol(String) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
 
setProvider(String) - Method in interface org.eclipse.jetty.server.ssl.SslConnector
 
setProvider(String) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
 
setProvider(String) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
 
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
 
setRandom(Random) - Method in class org.eclipse.jetty.server.session.HashSessionIdManager
 
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
 
setRequestBufferSize(int) - Method in interface org.eclipse.jetty.server.Connector
Set the size of the content buffer for receiving requests.
setRequestedId(Request, HttpServletRequest) - Method in class org.eclipse.jetty.server.session.SessionHandler
Look for a requested session ID in cookies and URI parameters
setRequestedSessionId(String) - Method in class org.eclipse.jetty.server.Request
 
setRequestedSessionIdFromCookie(boolean) - Method in class org.eclipse.jetty.server.Request
 
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
 
setRequestURI(String) - Method in class org.eclipse.jetty.server.Request
 
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
 
setResponseBufferSize(int) - Method in interface org.eclipse.jetty.server.Connector
Set the size of the content buffer for sending responses.
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
 
setReuseAddress(boolean) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setRowId(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
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
 
setSecureCookies(boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
setSecureRandomAlgorithm(String) - Method in interface org.eclipse.jetty.server.ssl.SslConnector
 
setSecureRandomAlgorithm(String) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
 
setSecureRandomAlgorithm(String) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
 
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.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
 
setSessionCookie(String) - Method in interface org.eclipse.jetty.server.SessionManager
Sets the session cookie name.
setSessionDomain(String) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
setSessionDomain(String) - Method in interface org.eclipse.jetty.server.SessionManager
Sets the domain to set on the session cookie
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
 
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
 
setSessionPath(String) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
setSessionPath(String) - Method in interface org.eclipse.jetty.server.SessionManager
Sets the path to set on the session cookie
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
 
setSslContext(SSLContext) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
 
setSslContext(SSLContext) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
 
setSslKeyManagerFactoryAlgorithm(String) - Method in interface org.eclipse.jetty.server.ssl.SslConnector
 
setSslKeyManagerFactoryAlgorithm(String) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
 
setSslKeyManagerFactoryAlgorithm(String) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
 
setSslTrustManagerFactoryAlgorithm(String) - Method in interface org.eclipse.jetty.server.ssl.SslConnector
 
setSslTrustManagerFactoryAlgorithm(String) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
 
setSslTrustManagerFactoryAlgorithm(String) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
 
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
 
setStopAtShutdown(boolean) - Method in class org.eclipse.jetty.server.Server
 
setStoreDirectory(File) - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
setThreadPool(ThreadPool) - Method in class org.eclipse.jetty.server.AbstractConnector
 
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.Request
 
setTrustPassword(String) - Method in interface org.eclipse.jetty.server.ssl.SslConnector
 
setTrustPassword(String) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
 
setTrustPassword(String) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
 
setTruststore(String) - Method in interface org.eclipse.jetty.server.ssl.SslConnector
 
setTruststore(String) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
 
setTruststore(String) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
 
setTruststoreType(String) - Method in interface org.eclipse.jetty.server.ssl.SslConnector
 
setTruststoreType(String) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
 
setTruststoreType(String) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
 
setUri(HttpURI) - Method in class org.eclipse.jetty.server.Request
 
setUseDirectBuffers(boolean) - Method in class org.eclipse.jetty.server.nio.AbstractNIOConnector
 
setUserIdentityScope(UserIdentity.Scope) - Method in class org.eclipse.jetty.server.Request
 
setUsingCookies(boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
setVirtualHost(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
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
 
setWantClientAuth(boolean) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
 
setWantClientAuth(boolean) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Set the value of the _wantClientAuth property.
setWelcomeFiles(String[]) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setWelcomeFiles(String[]) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
setWorkerName(String) - Method in class org.eclipse.jetty.server.session.AbstractSessionIdManager
 
setWorkerName(String) - Method in class org.eclipse.jetty.server.session.HashSessionIdManager
Set the workname.
SocketConnector - Class in org.eclipse.jetty.server.bio
Socket Connector.
SocketConnector() - Constructor for class org.eclipse.jetty.server.bio.SocketConnector
Constructor.
SocketConnector.Connection - Class in org.eclipse.jetty.server.bio
 
SocketConnector.Connection(Socket) - Constructor for class org.eclipse.jetty.server.bio.SocketConnector.Connection
 
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
 
SslSocketConnector - Class in org.eclipse.jetty.server.ssl
SSL Socket Connector.
SslSocketConnector() - Constructor for class org.eclipse.jetty.server.ssl.SslSocketConnector
Constructor.
SslSocketConnector.SslConnection - Class in org.eclipse.jetty.server.ssl
 
SslSocketConnector.SslConnection(Socket) - Constructor for class org.eclipse.jetty.server.ssl.SslSocketConnector.SslConnection
 
start(Runnable) - Method in interface org.eclipse.jetty.server.AsyncContext
 
start(Runnable) - 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.
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.
stopAccept(int) - Method in class org.eclipse.jetty.server.AbstractConnector
 
storeSession(JDBCSessionManager.SessionData) - 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(ServletContext, ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.server.AsyncContinuation
 
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.AbstractSessionManager.Session
 
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
 
toString() - Method in class org.eclipse.jetty.server.AbstractConnector
 
toString() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
toString() - Method in class org.eclipse.jetty.server.handler.AbstractHandler
 
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.Response
 
toString() - Method in class org.eclipse.jetty.server.Server
 
toString() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
toString() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 

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.AbstractSessionManager.Session
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.SessionData) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
Update data on an existing persisted session.
updateSessionNode(JDBCSessionManager.SessionData) - 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

valueOf(String) - Static method in enum org.eclipse.jetty.server.DispatcherType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.eclipse.jetty.server.DispatcherType
Returns an array containing the constants of this enum type, in the order they're declared.

W

willPassivate() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
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
 
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
 

_

__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
 
__deleteSession - Variable in class org.eclipse.jetty.server.session.JDBCSessionManager
 
__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
__insertSession - Variable in class org.eclipse.jetty.server.session.JDBCSessionManager
 
__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.
__selectSession - Variable in class org.eclipse.jetty.server.session.JDBCSessionManager
 
__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.
__updateSession - Variable in class org.eclipse.jetty.server.session.JDBCSessionManager
 
__updateSessionAccessTime - Variable in class org.eclipse.jetty.server.session.JDBCSessionManager
 
__updateSessionNode - Variable in class org.eclipse.jetty.server.session.JDBCSessionManager
 
_acceptChannel - Variable in class org.eclipse.jetty.server.nio.SelectChannelConnector
 
_accessed - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
_async - Variable in class org.eclipse.jetty.server.Request
 
_buf - Variable in class org.eclipse.jetty.server.HttpOutput
 
_cache - Variable in class org.eclipse.jetty.server.ResourceCache
 
_cachedFiles - Variable in class org.eclipse.jetty.server.ResourceCache
 
_cachedSize - Variable in class org.eclipse.jetty.server.ResourceCache
 
_closed - Variable in class org.eclipse.jetty.server.HttpOutput
 
_clusterId - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
_connection - Variable in class org.eclipse.jetty.server.AsyncContinuation
 
_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.HttpConnection
 
_context - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_cookieSet - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
_created - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
_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
 
_dftMaxIdleSecs - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_doInvalidate - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
_driverClassName - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_endp - Variable in class org.eclipse.jetty.server.HttpConnection
 
_generator - Variable in class org.eclipse.jetty.server.HttpConnection
 
_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
 
_idChanged - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
_in - Variable in class org.eclipse.jetty.server.HttpConnection
 
_insertId - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_invalid - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
_jndiName - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_lastAccessed - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
_lastScavengeTime - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_leastRecentlyUsed - Variable in class org.eclipse.jetty.server.ResourceCache
 
_loader - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_lowResourceMaxIdleTime - Variable in class org.eclipse.jetty.server.AbstractConnector
 
_maxCookieAge - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_maxIdleMs - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
_maxIdleTime - Variable in class org.eclipse.jetty.server.AbstractConnector
 
_maxIdleTime - Variable in class org.eclipse.jetty.server.HttpInput
 
_maxIdleTime - Variable in class org.eclipse.jetty.server.HttpOutput
 
_maxSessions - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_minSessions - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_mostRecentlyUsed - Variable in class org.eclipse.jetty.server.ResourceCache
 
_newSession - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
_nextScope - Variable in class org.eclipse.jetty.server.handler.ScopedHandler
 
_nodeId - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
_nodeIdInSessionId - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_out - Variable in class org.eclipse.jetty.server.HttpConnection
 
_outerScope - Variable in class org.eclipse.jetty.server.handler.ScopedHandler
 
_parser - Variable in class org.eclipse.jetty.server.HttpConnection
 
_parser - Variable in class org.eclipse.jetty.server.HttpInput
 
_printWriter - Variable in class org.eclipse.jetty.server.HttpConnection
 
_queryId - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_random - Variable in class org.eclipse.jetty.server.session.AbstractSessionIdManager
 
_random - Variable in class org.eclipse.jetty.server.session.HashSessionIdManager
 
_refreshCookieAge - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_request - Variable in class org.eclipse.jetty.server.HttpConnection
 
_requestFields - Variable in class org.eclipse.jetty.server.HttpConnection
 
_requests - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
_response - Variable in class org.eclipse.jetty.server.HttpConnection
 
_responseFields - Variable in class org.eclipse.jetty.server.HttpConnection
 
_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
 
_selectExpiredSessions - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_server - Variable in class org.eclipse.jetty.server.HttpConnection
 
_server - Variable in class org.eclipse.jetty.server.session.AbstractSessionIdManager
 
_serverSocket - Variable in class org.eclipse.jetty.server.bio.SocketConnector
 
_sessionAttributeListeners - 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
 
_sessionTable - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_socket - Variable in class org.eclipse.jetty.server.bio.SocketConnector.Connection
 
_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
 
_uri - Variable in class org.eclipse.jetty.server.HttpConnection
 
_values - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
_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.HttpConnection
 

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

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