A B C D E F G H I J L M N O P Q R S T U V W _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- abort(Throwable) - Method in class org.eclipse.jetty.server.HttpChannel
-
If a write or similar operation to this channel fails, then this method should be called.
- abort(Throwable) - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
- abort(Throwable) - Method in class org.eclipse.jetty.server.HttpConnection
- abort(Throwable) - Method in interface org.eclipse.jetty.server.HttpTransport
-
Aborts this transport.
- AbstractConnectionFactory - Class in org.eclipse.jetty.server
-
Provides the common handling for
ConnectionFactoryimplementations including: - AbstractConnectionFactory(String) - Constructor for class org.eclipse.jetty.server.AbstractConnectionFactory
- AbstractConnectionFactory(String...) - Constructor for class org.eclipse.jetty.server.AbstractConnectionFactory
- AbstractConnector - Class in org.eclipse.jetty.server
-
An abstract implementation of
Connectorthat provides aConnectionFactorymechanism for creatingConnectioninstances for various protocols (HTTP, SSL, etc). - AbstractConnector(Server, Executor, Scheduler, ByteBufferPool, int, ConnectionFactory...) - Constructor for class org.eclipse.jetty.server.AbstractConnector
- AbstractConnectorMBean - Class in org.eclipse.jetty.server.jmx
- AbstractConnectorMBean(Object) - Constructor for class org.eclipse.jetty.server.jmx.AbstractConnectorMBean
- AbstractHandler - Class in org.eclipse.jetty.server.handler
-
AbstractHandler.
- AbstractHandler() - Constructor for class org.eclipse.jetty.server.handler.AbstractHandler
- AbstractHandler.ErrorDispatchHandler - Class in org.eclipse.jetty.server.handler
-
An extension of AbstractHandler that handles
DispatcherType.ERRORdispatches. - AbstractHandlerContainer - Class in org.eclipse.jetty.server.handler
-
Abstract Handler Container.
- AbstractHandlerContainer() - Constructor for class org.eclipse.jetty.server.handler.AbstractHandlerContainer
- AbstractHandlerMBean - Class in org.eclipse.jetty.server.handler.jmx
- AbstractHandlerMBean(Object) - Constructor for class org.eclipse.jetty.server.handler.jmx.AbstractHandlerMBean
- AbstractNCSARequestLog - Class in org.eclipse.jetty.server
-
Deprecated.use
CustomRequestLoggiven format stringCustomRequestLog.EXTENDED_NCSA_FORMATwith aRequestLog.Writer - AbstractNCSARequestLog(RequestLog.Writer) - Constructor for class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Deprecated.
- AbstractNetworkConnector - Class in org.eclipse.jetty.server
-
An abstract Network Connector.
- AbstractNetworkConnector(Server, Executor, Scheduler, ByteBufferPool, int, ConnectionFactory...) - Constructor for class org.eclipse.jetty.server.AbstractNetworkConnector
- AbstractSessionCache - Class in org.eclipse.jetty.server.session
-
AbstractSessionCache A base implementation of the
SessionCacheinterface for managing a set of Session objects pertaining to a context in memory. - AbstractSessionCache(SessionHandler) - Constructor for class org.eclipse.jetty.server.session.AbstractSessionCache
- AbstractSessionCache.PlaceHolderSession - Class in org.eclipse.jetty.server.session
-
PlaceHolder
- AbstractSessionDataStore - Class in org.eclipse.jetty.server.session
-
AbstractSessionDataStore
- AbstractSessionDataStore() - Constructor for class org.eclipse.jetty.server.session.AbstractSessionDataStore
- AbstractSessionDataStoreFactory - Class in org.eclipse.jetty.server.session
-
AbstractSessionDataStoreFactory
- AbstractSessionDataStoreFactory() - Constructor for class org.eclipse.jetty.server.session.AbstractSessionDataStoreFactory
- accept(int) - Method in class org.eclipse.jetty.server.AbstractConnector
- accept(int) - Method in class org.eclipse.jetty.server.LocalConnector
- accept(int) - Method in class org.eclipse.jetty.server.ServerConnector
- accepted(SelectableChannel) - Method in class org.eclipse.jetty.server.ServerConnector.ServerConnectorManager
- AcceptRateLimit - Class in org.eclipse.jetty.server
-
A Listener that limits the rate at which new connections are accepted
- AcceptRateLimit(int, long, TimeUnit, Connector...) - Constructor for class org.eclipse.jetty.server.AcceptRateLimit
- AcceptRateLimit(int, long, TimeUnit, Server) - Constructor for class org.eclipse.jetty.server.AcceptRateLimit
- access(long) - Method in class org.eclipse.jetty.server.session.Session
- access(HttpSession, boolean) - Method in class org.eclipse.jetty.server.session.SessionHandler
-
Called by the
SessionHandlerwhen a session is first accessed by a request. - acquire() - Method in class org.eclipse.jetty.server.DeflaterPool
- acquireWriteBlockingCallback() - Method in class org.eclipse.jetty.server.HttpOutput
- adaptTo(DatabaseMetaData) - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
- add(String, PathMap<IPAddressMap<Boolean>>) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
-
Deprecated.Helper method to parse the new entry and add it to the specified address pattern map.
- addAliasCheck(ContextHandler.AliasCheck) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Add an AliasCheck instance to possibly permit aliased resources
- addBlack(String) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
-
Deprecated.Add a blacklist entry to an existing handler configuration
- addConnectionFactory(ConnectionFactory) - Method in class org.eclipse.jetty.server.AbstractConnector
- addConnector(Connector) - Method in class org.eclipse.jetty.server.Server
- addContent(HttpInput.Content) - Method in class org.eclipse.jetty.server.HttpInput
-
Adds some content to this input stream.
- addContext(String, String) - Method in class org.eclipse.jetty.server.handler.ContextHandlerCollection
-
Deprecated.Unused convenience method no longer supported.
- addCookie(Cookie) - Method in class org.eclipse.jetty.server.Response
- addCookie(Cookie) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
- addCookie(HttpCookie) - Method in class org.eclipse.jetty.server.Response
- addCookieField(String) - Method in class org.eclipse.jetty.server.CookieCutter
- addCustomizer(HttpConfiguration.Customizer) - Method in class org.eclipse.jetty.server.HttpConfiguration
-
Adds a
HttpConfiguration.Customizerthat is invoked for every request received. - addDateHeader(String, long) - Method in class org.eclipse.jetty.server.Response
- addDateHeader(String, long) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
- addEventListener(EventListener) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Add a context event listeners.
- addEventListener(EventListener) - Method in class org.eclipse.jetty.server.Request
- addEventListener(EventListener) - Method in class org.eclipse.jetty.server.session.SessionHandler
-
Adds an event listener for session-related events.
- addExcludedAgentPatterns(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Add excluded to the User-Agent filtering.
- addExcludedMethods(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Add excluded to the HTTP methods filtering.
- addExcludedMimeTypes(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Adds excluded MIME types for response filtering.
- addExcludedPaths(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Adds excluded Path Specs for request filtering.
- addFilter(String, Class<? extends Filter>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- addFilter(String, String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- addFilter(String, Filter) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- addFirstConnectionFactory(ConnectionFactory) - Method in class org.eclipse.jetty.server.AbstractConnector
- addFormEncodedMethod(String) - Method in class org.eclipse.jetty.server.HttpConfiguration
-
Adds a form encoded HTTP Method
- addHandler(Handler) - Method in class org.eclipse.jetty.server.handler.HandlerCollection
-
Adds a handler.
- addHeader(String, String) - Method in interface org.eclipse.jetty.server.PushBuilder
-
Add a header to be used for the push.
- addHeader(String, String) - Method in class org.eclipse.jetty.server.PushBuilderImpl
- addHeader(String, String) - Method in class org.eclipse.jetty.server.Response
- addHeader(String, String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
- addIfAbsentConnectionFactory(ConnectionFactory) - Method in class org.eclipse.jetty.server.AbstractConnector
- addIncludedAgentPatterns(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Adds included User-Agents for filtering.
- addIncludedMethods(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Adds included HTTP Methods (eg: POST, PATCH, DELETE) for filtering.
- addIncludedMimeTypes(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Add included MIME types for response filtering
- addIncludedPaths(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Add included Path Specs for filtering.
- addInterceptor(HttpInput.Interceptor) - Method in class org.eclipse.jetty.server.HttpInput
-
Set the
HttpInput.Interceptor, using aHttpInput.ChainedInterceptorif anHttpInput.Interceptoris already set. - addIntHeader(String, int) - Method in class org.eclipse.jetty.server.Response
- addIntHeader(String, int) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
- addListener(Class<? extends EventListener>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
- addListener(Class<? extends EventListener>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- addListener(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
- addListener(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- addListener(AsyncListener) - Method in class org.eclipse.jetty.server.AsyncContextState
- addListener(AsyncListener) - Method in class org.eclipse.jetty.server.HttpChannelState
- addListener(AsyncListener, ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.server.AsyncContextState
- addListener(HttpChannel.Listener) - Method in class org.eclipse.jetty.server.HttpChannel
- addListener(T) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
- addListener(T) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- addLocaleEncoding(String, String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
- addLowResourceCheck(LowResourceMonitor.LowResourceCheck) - Method in class org.eclipse.jetty.server.LowResourceMonitor
- addNetworkTrafficListener(NetworkTrafficListener) - Method in class org.eclipse.jetty.server.NetworkTrafficServerConnector
- addProgrammaticListener(EventListener) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Apply any necessary restrictions on a programmatic added listener.
- addRequestLog(RequestLog) - Method in class org.eclipse.jetty.server.HttpChannel
- addServlet(String, Class<? extends Servlet>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- addServlet(String, String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- addServlet(String, Servlet) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- addSetRFC2965Cookie(String, String, String, String, long, String, boolean, boolean, int) - Method in class org.eclipse.jetty.server.Response
-
Format a set cookie value
- addSetRFC6265Cookie(String, String, String, String, long, boolean, boolean) - Method in class org.eclipse.jetty.server.Response
-
Format a set cookie value by RFC6265
- addThrowable(Throwable) - Method in class org.eclipse.jetty.server.AsyncContextEvent
- addToAllConnectors(Server) - Static method in class org.eclipse.jetty.server.ConnectorStatistics
-
Deprecated.
- addToAllConnectors(Server) - Static method in class org.eclipse.jetty.server.ServerConnectionStatistics
- addVirtualHosts(String[]) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Either set virtual hosts or add to an existing set of virtual hosts.
- addWhite(String) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
-
Deprecated.Add a whitelist entry to an existing handler configuration
- AEOF - Static variable in class org.eclipse.jetty.server.HttpInput
- age(long, TimeUnit) - Method in class org.eclipse.jetty.server.AcceptRateLimit
- AHW_ATTR - Static variable in class org.eclipse.jetty.server.handler.AsyncDelayHandler
- AllowSymLinkAliasChecker - Class in org.eclipse.jetty.server.handler
-
Symbolic Link AliasChecker.
- AllowSymLinkAliasChecker() - Constructor for class org.eclipse.jetty.server.handler.AllowSymLinkAliasChecker
- ApproveAliases() - Constructor for class org.eclipse.jetty.server.handler.ContextHandler.ApproveAliases
- ApproveNonExistentDirectoryAliases() - Constructor for class org.eclipse.jetty.server.handler.ContextHandler.ApproveNonExistentDirectoryAliases
- ASYNC - Static variable in class org.eclipse.jetty.server.HttpInput
- ASYNC_DISPATCH - org.eclipse.jetty.server.HttpChannelState.Action
- ASYNC_ERROR - org.eclipse.jetty.server.HttpChannelState.Action
- ASYNC_ERROR - org.eclipse.jetty.server.HttpChannelState.State
- ASYNC_IO - org.eclipse.jetty.server.HttpChannelState.State
- ASYNC_WAIT - org.eclipse.jetty.server.HttpChannelState.State
- ASYNC_WOKEN - org.eclipse.jetty.server.HttpChannelState.State
- AsyncContextEvent - Class in org.eclipse.jetty.server
- AsyncContextEvent(ContextHandler.Context, AsyncContextState, HttpChannelState, Request, ServletRequest, ServletResponse) - Constructor for class org.eclipse.jetty.server.AsyncContextEvent
- AsyncContextState - Class in org.eclipse.jetty.server
- AsyncContextState(HttpChannelState) - Constructor for class org.eclipse.jetty.server.AsyncContextState
- AsyncContextState.WrappedAsyncListener - Class in org.eclipse.jetty.server
- AsyncDelayHandler - Class in org.eclipse.jetty.server.handler
-
A handler wrapper that provides the framework to asynchronously delay the handling of a request.
- AsyncDelayHandler() - Constructor for class org.eclipse.jetty.server.handler.AsyncDelayHandler
- asyncError(Throwable) - Method in class org.eclipse.jetty.server.HttpChannelState
- AsyncNCSARequestLog - Class in org.eclipse.jetty.server
-
Deprecated.use
CustomRequestLoggiven format stringCustomRequestLog.EXTENDED_NCSA_FORMATwith anAsyncRequestLogWriter - AsyncNCSARequestLog() - Constructor for class org.eclipse.jetty.server.AsyncNCSARequestLog
-
Deprecated.
- AsyncNCSARequestLog(String, BlockingQueue<String>) - Constructor for class org.eclipse.jetty.server.AsyncNCSARequestLog
-
Deprecated.
- asyncReadFillInterested() - Method in class org.eclipse.jetty.server.HttpConnection
- asyncReadProduce() - Method in class org.eclipse.jetty.server.HttpInput
-
Called by channel when asynchronous IO needs to produce more content
- AsyncRequestLogWriter - Class in org.eclipse.jetty.server
-
An asynchronously writing RequestLogWriter
- AsyncRequestLogWriter() - Constructor for class org.eclipse.jetty.server.AsyncRequestLogWriter
- AsyncRequestLogWriter(String) - Constructor for class org.eclipse.jetty.server.AsyncRequestLogWriter
- AsyncRequestLogWriter(String, BlockingQueue<String>) - Constructor for class org.eclipse.jetty.server.AsyncRequestLogWriter
- attributeAdded(ServletContextAttributeEvent) - Method in class org.eclipse.jetty.server.handler.ManagedAttributeListener
- attributeRemoved(ServletContextAttributeEvent) - Method in class org.eclipse.jetty.server.handler.ManagedAttributeListener
- attributeReplaced(ServletContextAttributeEvent) - Method in class org.eclipse.jetty.server.handler.ManagedAttributeListener
- authenticate(HttpServletResponse) - Method in class org.eclipse.jetty.server.Request
- authenticate(HttpServletResponse) - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
- authenticate(ServletRequest) - Method in interface org.eclipse.jetty.server.Authentication.Deferred
-
Authenticate if possible without sending a challenge.
- authenticate(ServletRequest, ServletResponse) - Method in interface org.eclipse.jetty.server.Authentication.Deferred
-
Authenticate and possibly send a challenge.
- Authentication - Interface in org.eclipse.jetty.server
-
The Authentication state of a request.
- Authentication.Challenge - Interface in org.eclipse.jetty.server
-
An Authentication Challenge has been sent.
- Authentication.Deferred - Interface in org.eclipse.jetty.server
-
A deferred authentication with methods to progress the authentication process.
- Authentication.Failed - Exception in org.eclipse.jetty.server
- Authentication.Failure - Interface in org.eclipse.jetty.server
-
An Authentication Failure has been sent.
- Authentication.LoginAuthentication - Interface in org.eclipse.jetty.server
-
An authentication that is capable of performing a programmatic login operation.
- Authentication.LogoutAuthentication - Interface in org.eclipse.jetty.server
-
An authentication that is capable of performing a programmatic logout operation.
- Authentication.NonAuthenticated - Interface in org.eclipse.jetty.server
-
After a logout, the authentication reverts to a state where it is possible to programmatically log in again.
- Authentication.ResponseSent - Interface in org.eclipse.jetty.server
-
Authentication Response sent state.
- Authentication.SendSuccess - Interface in org.eclipse.jetty.server
- Authentication.User - Interface in org.eclipse.jetty.server
-
A successful Authentication with User information.
- Authentication.Wrapped - Interface in org.eclipse.jetty.server
-
A wrapped authentication with methods provide the wrapped request/response for use by the application
- available() - Method in class org.eclipse.jetty.server.HttpInput
- AVAILABLE - org.eclipse.jetty.server.handler.ContextHandler.Availability
B
- badMessage(BadMessageException) - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
- badMessageError(int, String, HttpFields) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
-
Bad Message Error body
- beginInvalidate() - Method in class org.eclipse.jetty.server.session.Session
- bindValue(String, Object) - Method in class org.eclipse.jetty.server.session.Session
-
Bind value if value implements
HttpSessionBindingListener(callsHttpSessionBindingListener.valueBound(HttpSessionBindingEvent)) - blockForContent() - Method in class org.eclipse.jetty.server.HttpInput
-
Blocks until some content or some end-of-file event arrives.
- blockForContent(HttpInput) - Method in class org.eclipse.jetty.server.HttpInput.State
- blockingReadFailure(Throwable) - Method in class org.eclipse.jetty.server.HttpConnection
- blockingReadFillInterested() - Method in class org.eclipse.jetty.server.HttpConnection
- BufferedResponseHandler - Class in org.eclipse.jetty.server.handler
-
Buffered Response Handler
- BufferedResponseHandler() - Constructor for class org.eclipse.jetty.server.handler.BufferedResponseHandler
C
- CACHED_INFO_ATTR - Static variable in class org.eclipse.jetty.server.SecureRequestCustomizer
-
The name of the SSLSession attribute that will contain any cached information.
- CachedContentFactory - Class in org.eclipse.jetty.server
- CachedContentFactory(CachedContentFactory, ResourceFactory, MimeTypes, boolean, boolean, CompressedContentFormat[]) - Constructor for class org.eclipse.jetty.server.CachedContentFactory
-
Constructor.
- CachedContentFactory.CachedHttpContent - Class in org.eclipse.jetty.server
-
MetaData associated with a context Resource.
- CachedContentFactory.CachedPrecompressedHttpContent - Class in org.eclipse.jetty.server
- CachingSessionDataStore - Class in org.eclipse.jetty.server.session
-
CachingSessionDataStore A SessionDataStore is a mechanism for (persistently) storing data associated with sessions.
- CachingSessionDataStore(SessionDataMap, SessionDataStore) - Constructor for class org.eclipse.jetty.server.session.CachingSessionDataStore
- CachingSessionDataStoreFactory - Class in org.eclipse.jetty.server.session
-
CachingSessionDataStoreFactory
- CachingSessionDataStoreFactory() - Constructor for class org.eclipse.jetty.server.session.CachingSessionDataStoreFactory
- calcAndSetExpiry() - Method in class org.eclipse.jetty.server.session.SessionData
- calcAndSetExpiry(long) - Method in class org.eclipse.jetty.server.session.SessionData
- calcExpiry() - Method in class org.eclipse.jetty.server.session.SessionData
- calcExpiry(long) - Method in class org.eclipse.jetty.server.session.SessionData
- calculateInactivityTimeout(long) - Method in class org.eclipse.jetty.server.session.Session
-
Calculate what the session timer setting should be based on: the time remaining before the session expires and any idle eviction time configured.
- callContextDestroyed(ServletContextListener, ServletContextEvent) - Method in class org.eclipse.jetty.server.handler.ContextHandler
- callContextInitialized(ServletContextListener, ServletContextEvent) - Method in class org.eclipse.jetty.server.handler.ContextHandler
- callSessionAttributeListeners(String, Object, Object) - Method in class org.eclipse.jetty.server.session.Session
-
Call binding and attribute listeners based on the new and old values of the attribute.
- callSessionCreatedListeners(Session) - Method in class org.eclipse.jetty.server.session.SessionHandler
-
Call the session lifecycle listeners
- callSessionDestroyedListeners(Session) - Method in class org.eclipse.jetty.server.session.SessionHandler
-
Call the session lifecycle listeners
- callSessionIdListeners(Session, String) - Method in class org.eclipse.jetty.server.session.SessionHandler
- cancel() - Method in class org.eclipse.jetty.server.session.Session.SessionInactivityTimer
- cancelTimeout() - Method in class org.eclipse.jetty.server.HttpChannelState
- cancelTimeout(AsyncContextEvent) - Method in class org.eclipse.jetty.server.HttpChannelState
- cancelTimeoutTask() - Method in class org.eclipse.jetty.server.AsyncContextEvent
- ChainedInterceptor(HttpInput.Interceptor, HttpInput.Interceptor) - Constructor for class org.eclipse.jetty.server.HttpInput.ChainedInterceptor
- changeSessionId() - Method in class org.eclipse.jetty.server.Request
- changeSessionId() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
- CHANGING - org.eclipse.jetty.server.session.Session.IdState
- CHANGING - org.eclipse.jetty.server.session.Session.State
- check() - Method in class org.eclipse.jetty.server.ConnectionLimit
- check(String, Resource) - Method in class org.eclipse.jetty.server.handler.AllowSymLinkAliasChecker
- check(String, Resource) - Method in interface org.eclipse.jetty.server.handler.ContextHandler.AliasCheck
-
Check an alias
- check(String, Resource) - Method in class org.eclipse.jetty.server.handler.ContextHandler.ApproveAliases
- check(String, Resource) - Method in class org.eclipse.jetty.server.handler.ContextHandler.ApproveNonExistentDirectoryAliases
- checkAlias(String, Resource) - Method in class org.eclipse.jetty.server.handler.ContextHandler
- checkContext(String, Request, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ContextHandler
- checkContextPath(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
- checkError() - Method in class org.eclipse.jetty.server.ResponseWriter
- checkExpiration(Set<String>) - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
- checkExpiration(Set<String>) - Method in interface org.eclipse.jetty.server.session.SessionCache
-
Check a list of session ids that belong to potentially expired sessions.
- checkInactiveSession(Session) - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
-
Check a session for being inactive and thus being able to be evicted, if eviction is enabled.
- checkInactiveSession(Session) - Method in interface org.eclipse.jetty.server.session.SessionCache
-
Check a Session to see if it might be appropriate to evict or expire.
- checkListener(Class<? extends EventListener>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
- checkLocked() - Method in class org.eclipse.jetty.server.session.Session
- checkRequestedSessionId(Request, HttpServletRequest) - Method in class org.eclipse.jetty.server.session.SessionHandler
-
Look for a requested session ID in cookies and URI parameters
- checkStarted() - Method in class org.eclipse.jetty.server.session.AbstractSessionDataStore
- checkValidForRead() - Method in class org.eclipse.jetty.server.session.Session
-
Chech that the session data can be read.
- checkValidForWrite() - Method in class org.eclipse.jetty.server.session.Session
-
Check that the session can be modified.
- checkVirtualHost(Request) - Method in class org.eclipse.jetty.server.handler.ContextHandler
- ClassLoaderDump - Class in org.eclipse.jetty.server
- ClassLoaderDump(ClassLoader) - Constructor for class org.eclipse.jetty.server.ClassLoaderDump
- clearAliasChecks() - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
clear the list of AliasChecks
- clearAllAttributes() - Method in class org.eclipse.jetty.server.session.SessionData
-
Remove all attributes
- clearAttributes() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- clearAttributes() - Method in class org.eclipse.jetty.server.Server
- clearConnectionFactories() - Method in class org.eclipse.jetty.server.AbstractConnector
- clearError() - Method in class org.eclipse.jetty.server.ResponseWriter
- clearEventListeners() - Method in class org.eclipse.jetty.server.session.SessionHandler
-
Removes all event listeners for session-related events.
- clearLowResources() - Method in class org.eclipse.jetty.server.LowResourceMonitor
- close() - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
- close() - Method in class org.eclipse.jetty.server.HttpOutput
- close() - Method in class org.eclipse.jetty.server.HttpWriter
- close() - Method in class org.eclipse.jetty.server.MultiParts.MultiPartsHttpParser
- close() - Method in class org.eclipse.jetty.server.MultiParts.MultiPartsUtilParser
- close() - Method in class org.eclipse.jetty.server.NegotiatingServerConnection
- close() - Method in interface org.eclipse.jetty.server.NetworkConnector
-
Performs the activities needed to close the network communication (for example, to stop accepting network connections).
- close() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
- close() - Method in class org.eclipse.jetty.server.ResponseWriter
- close() - Method in class org.eclipse.jetty.server.ServerConnector
- closeOutput() - Method in class org.eclipse.jetty.server.Response
- Collection(RequestLog...) - Constructor for class org.eclipse.jetty.server.RequestLog.Collection
- commit(ByteBuffer, boolean, Callback) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor
- commit(MetaData.Response) - Method in class org.eclipse.jetty.server.HttpChannel
- complete() - Method in class org.eclipse.jetty.server.AsyncContextState
- complete() - Method in class org.eclipse.jetty.server.HttpChannelState
- complete() - Method in class org.eclipse.jetty.server.session.Session
- complete(HttpSession) - Method in class org.eclipse.jetty.server.session.SessionHandler
-
Called by the
SessionHandlerwhen a session is last accessed by a request. - complete(Session, Request) - Method in class org.eclipse.jetty.server.session.SessionHandler
-
Deprecated.
- COMPLETE - org.eclipse.jetty.server.HttpChannelState.Action
- completed() - Method in class org.eclipse.jetty.server.AsyncContextEvent
- COMPLETED - org.eclipse.jetty.server.HttpChannelState.State
- COMPLETING - org.eclipse.jetty.server.HttpChannelState.State
- conditional(boolean) - Method in interface org.eclipse.jetty.server.PushBuilder
-
Set if the request is to be conditional.
- conditional(boolean) - Method in class org.eclipse.jetty.server.PushBuilderImpl
- configure(Socket) - Method in class org.eclipse.jetty.server.ServerConnector
- configure(AbstractConnection, Connector, EndPoint) - Method in class org.eclipse.jetty.server.AbstractConnectionFactory
- configure(AbstractConnection, Connector, EndPoint) - Method in class org.eclipse.jetty.server.SslConnectionFactory
- connect() - Method in class org.eclipse.jetty.server.LocalConnector
- CONNECTION_CLOSE - Static variable in class org.eclipse.jetty.server.HttpConnection
- ConnectionFactory - Interface in org.eclipse.jetty.server
-
A Factory to create
Connectioninstances forConnectors. - ConnectionFactory.Upgrading - Interface in org.eclipse.jetty.server
- ConnectionLimit - Class in org.eclipse.jetty.server
-
A Listener that limits the number of Connections.
- ConnectionLimit(int, Connector...) - Constructor for class org.eclipse.jetty.server.ConnectionLimit
- ConnectionLimit(int, Server) - Constructor for class org.eclipse.jetty.server.ConnectionLimit
- Connector - Interface in org.eclipse.jetty.server
-
A
Connectoraccept connections and data from remote peers, and allows applications to send data to remote peers, by setting up the machinery needed to handle such tasks. - ConnectorStatistics - Class in org.eclipse.jetty.server
-
Deprecated.use
ServerConnectionStatisticsinstead. - ConnectorStatistics() - Constructor for class org.eclipse.jetty.server.ConnectorStatistics
-
Deprecated.
- ConnectorsThreadPoolLowResourceCheck() - Constructor for class org.eclipse.jetty.server.LowResourceMonitor.ConnectorsThreadPoolLowResourceCheck
- consumeAll() - Method in class org.eclipse.jetty.server.HttpInput
- contains(String) - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
-
Check to see if this cache contains an entry for the session corresponding to the session id.
- contains(String) - Method in interface org.eclipse.jetty.server.session.SessionCache
-
Check to see if a Session is in the cache.
- containsHeader(String) - Method in class org.eclipse.jetty.server.Response
- containsHeader(String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
- content(ByteBuffer) - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
- Content(ByteBuffer) - Constructor for class org.eclipse.jetty.server.HttpInput.Content
- contentComplete() - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
- Context() - Constructor for class org.eclipse.jetty.server.handler.ContextHandler.Context
- contextDestroyed(ServletContextEvent) - Method in class org.eclipse.jetty.server.DebugListener
- contextDestroyed(ServletContextEvent) - Method in class org.eclipse.jetty.server.handler.ManagedAttributeListener
- ContextHandler - Class in org.eclipse.jetty.server.handler
-
ContextHandler.
- ContextHandler() - Constructor for class org.eclipse.jetty.server.handler.ContextHandler
- ContextHandler(String) - Constructor for class org.eclipse.jetty.server.handler.ContextHandler
- ContextHandler(ContextHandler.Context) - Constructor for class org.eclipse.jetty.server.handler.ContextHandler
- ContextHandler(HandlerContainer, String) - Constructor for class org.eclipse.jetty.server.handler.ContextHandler
- ContextHandler.AliasCheck - Interface in org.eclipse.jetty.server.handler
-
Interface to check aliases
- ContextHandler.ApproveAliases - Class in org.eclipse.jetty.server.handler
-
Approve all aliases.
- ContextHandler.ApproveNonExistentDirectoryAliases - Class in org.eclipse.jetty.server.handler
-
Approve Aliases of a non existent directory.
- ContextHandler.Availability - Enum in org.eclipse.jetty.server.handler
- ContextHandler.Context - Class in org.eclipse.jetty.server.handler
-
Context.
- ContextHandler.ContextScopeListener - Interface in org.eclipse.jetty.server.handler
-
Listener for all threads entering context scope, including async IO callbacks
- ContextHandler.StaticContext - Class in org.eclipse.jetty.server.handler
- ContextHandlerCollection - Class in org.eclipse.jetty.server.handler
-
This
HandlerCollectionis creates a Map of contexts to it's contained handlers based on the context path and virtual hosts of any containedContextHandlers. - ContextHandlerCollection() - Constructor for class org.eclipse.jetty.server.handler.ContextHandlerCollection
- ContextHandlerCollection(ContextHandler...) - Constructor for class org.eclipse.jetty.server.handler.ContextHandlerCollection
- ContextHandlerMBean - Class in org.eclipse.jetty.server.handler.jmx
- ContextHandlerMBean(Object) - Constructor for class org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean
- contextInitialized(ServletContextEvent) - Method in class org.eclipse.jetty.server.DebugListener
- contextInitialized(ServletContextEvent) - Method in class org.eclipse.jetty.server.handler.ManagedAttributeListener
- continue100(int) - Method in class org.eclipse.jetty.server.HttpChannel
-
If the associated response has the Expect header set to 100 Continue, then accessing the input stream indicates that the handler/servlet is ready for the request body and thus a 100 Continue response is sent.
- continue100(int) - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
-
If the associated response has the Expect header set to 100 Continue, then accessing the input stream indicates that the handler/servlet is ready for the request body and thus a 100 Continue response is sent.
- convertIdentifier(String) - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
-
Convert a camel case identifier into either upper or lower depending on the way the db stores identifiers.
- CookieConfig() - Constructor for class org.eclipse.jetty.server.session.SessionHandler.CookieConfig
- CookieCutter - Class in org.eclipse.jetty.server
-
Cookie parser
- CookieCutter() - Constructor for class org.eclipse.jetty.server.CookieCutter
- CookieCutter(CookieCompliance) - Constructor for class org.eclipse.jetty.server.CookieCutter
- cookieSet() - Method in class org.eclipse.jetty.server.session.Session
- copy(SessionData) - Method in class org.eclipse.jetty.server.session.SessionData
-
Copy the info from the given sessiondata
- COUNTER - Static variable in class org.eclipse.jetty.server.session.DefaultSessionIdManager
- createFilter(Class<T>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- createInstance(Class<T>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
- createListener(Class<T>) - Method in class org.eclipse.jetty.server.AsyncContextState
- createListener(Class<T>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
- createListener(Class<T>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- createServlet(Class<T>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- customize(Socket, Class<? extends Connection>, boolean) - Method in class org.eclipse.jetty.server.SocketCustomizationListener
-
This method may be extended to configure a socket on open events.
- customize(SSLEngine, Request) - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
-
Customizes the request attributes to be set for SSL requests.
- customize(Connector, HttpConfiguration, Request) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
- customize(Connector, HttpConfiguration, Request) - Method in class org.eclipse.jetty.server.HostHeaderCustomizer
- customize(Connector, HttpConfiguration, Request) - Method in interface org.eclipse.jetty.server.HttpConfiguration.Customizer
- customize(Connector, HttpConfiguration, Request) - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
- customizeSecure(Request) - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
-
Customizes the request attributes for general secure settings.
- CustomRequestLog - Class in org.eclipse.jetty.server
-
A flexible RequestLog, which produces log strings in a customizable format.
- CustomRequestLog(String) - Constructor for class org.eclipse.jetty.server.CustomRequestLog
- CustomRequestLog(String, String) - Constructor for class org.eclipse.jetty.server.CustomRequestLog
- CustomRequestLog(RequestLog.Writer, String) - Constructor for class org.eclipse.jetty.server.CustomRequestLog
D
- DatabaseAdaptor - Class in org.eclipse.jetty.server.session
-
DatabaseAdaptor Handles differences between databases.
- DatabaseAdaptor() - Constructor for class org.eclipse.jetty.server.session.DatabaseAdaptor
- DebugHandler - Class in org.eclipse.jetty.server.handler
-
Deprecated.Use
DebugListener - DebugHandler() - Constructor for class org.eclipse.jetty.server.handler.DebugHandler
-
Deprecated.
- DebugListener - Class in org.eclipse.jetty.server
-
A Context Listener that produces additional debug.
- DebugListener() - Constructor for class org.eclipse.jetty.server.DebugListener
- DebugListener(boolean, boolean, boolean) - Constructor for class org.eclipse.jetty.server.DebugListener
- DebugListener(OutputStream, boolean, boolean, boolean) - Constructor for class org.eclipse.jetty.server.DebugListener
- declareRoles(String...) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
- declareRoles(String...) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- DEFAULT_DATE_FORMAT - Static variable in class org.eclipse.jetty.server.CustomRequestLog
- DEFAULT_LISTENER_TYPE_INDEX - Static variable in class org.eclipse.jetty.server.handler.ContextHandler
- DEFAULT_MIN_GZIP_SIZE - Static variable in class org.eclipse.jetty.server.handler.gzip.GzipHandler
- DEFAULT_PERIOD_MS - Static variable in class org.eclipse.jetty.server.session.HouseKeeper
- DEFAULT_TRACKING - Static variable in class org.eclipse.jetty.server.session.SessionHandler
- DefaultHandler - Class in org.eclipse.jetty.server.handler
-
Default Handler.
- DefaultHandler() - Constructor for class org.eclipse.jetty.server.handler.DefaultHandler
- DefaultSessionCache - Class in org.eclipse.jetty.server.session
-
DefaultSessionCache A session store that keeps its sessions in memory in a hashmap
- DefaultSessionCache(SessionHandler) - Constructor for class org.eclipse.jetty.server.session.DefaultSessionCache
- DefaultSessionCacheFactory - Class in org.eclipse.jetty.server.session
-
DefaultSessionCacheFactory Factory for creating new DefaultSessionCaches.
- DefaultSessionCacheFactory() - Constructor for class org.eclipse.jetty.server.session.DefaultSessionCacheFactory
- DefaultSessionIdManager - Class in org.eclipse.jetty.server.session
-
DefaultSessionIdManager Manages session ids to ensure each session id within a context is unique, and that session ids can be shared across contexts (but not session contents).
- DefaultSessionIdManager(Server) - Constructor for class org.eclipse.jetty.server.session.DefaultSessionIdManager
- DefaultSessionIdManager(Server, Random) - Constructor for class org.eclipse.jetty.server.session.DefaultSessionIdManager
- DEFLATE - Static variable in class org.eclipse.jetty.server.handler.gzip.GzipHandler
- DeflaterPool - Class in org.eclipse.jetty.server
- DeflaterPool(int, int, boolean) - Constructor for class org.eclipse.jetty.server.DeflaterPool
-
Create a Pool of
Deflaterinstances. - delayHandling(Request, AsyncContext) - Method in class org.eclipse.jetty.server.handler.AsyncDelayHandler
-
Called to indicate that a requests handling is being delayed/ The implementation should arrange for context.dispatch() to be called when the request should be handled.
- delete(String) - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
-
Remove a session object from this store and from any backing store.
- delete(String) - Method in class org.eclipse.jetty.server.session.CachingSessionDataStore
- delete(String) - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
-
Delete a session
- delete(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore
- delete(String) - Method in class org.eclipse.jetty.server.session.NullSessionDataStore
- delete(String) - Method in interface org.eclipse.jetty.server.session.SessionCache
-
Remove a Session completely: from both this cache and the SessionDataStore.
- delete(String) - Method in interface org.eclipse.jetty.server.session.SessionDataMap
-
Delete session data
- deleteFile(String) - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
-
Delete the file associated with a session
- deployHandler(Handler, Callback) - Method in class org.eclipse.jetty.server.handler.ContextHandlerCollection
-
Thread safe deploy of a Handler.
- deregister(LifeCycle) - Static method in class org.eclipse.jetty.server.ShutdownMonitor
- deserializeAttributes(SessionData, ObjectInputStream) - Static method in class org.eclipse.jetty.server.session.SessionData
-
De-serialize the attribute map of a session.
- destroy() - Method in class org.eclipse.jetty.server.handler.AbstractHandler
- destroy() - Method in interface org.eclipse.jetty.server.Handler
- destroy() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor
- destroy() - Method in class org.eclipse.jetty.server.handler.HandlerCollection
- destroy() - Method in class org.eclipse.jetty.server.handler.HandlerWrapper
- destroy() - Method in class org.eclipse.jetty.server.handler.HotSwapHandler
- destroy() - Method in class org.eclipse.jetty.server.HttpInput.ChainedInterceptor
- destroy() - Method in class org.eclipse.jetty.server.session.Session.SessionInactivityTimer
- didActivate() - Method in class org.eclipse.jetty.server.session.Session
-
Call the activation listeners.
- dispatch() - Method in class org.eclipse.jetty.server.AsyncContextState
- dispatch(String) - Method in class org.eclipse.jetty.server.AsyncContextState
- dispatch(ServletContext, String) - Method in class org.eclipse.jetty.server.AsyncContextState
- dispatch(ServletContext, String) - Method in class org.eclipse.jetty.server.HttpChannelState
- DISPATCH - org.eclipse.jetty.server.HttpChannelState.Action
- DISPATCHED - org.eclipse.jetty.server.HttpChannelState.State
- Dispatcher - Class in org.eclipse.jetty.server
- Dispatcher(ContextHandler, String) - Constructor for class org.eclipse.jetty.server.Dispatcher
- Dispatcher(ContextHandler, HttpURI, String) - Constructor for class org.eclipse.jetty.server.Dispatcher
- doDelete(String) - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
-
Remove the session with this identity from the store
- doDelete(String) - Method in class org.eclipse.jetty.server.session.DefaultSessionCache
- doDelete(String) - Method in class org.eclipse.jetty.server.session.NullSessionCache
- doError(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.AbstractHandler
-
Convenience method to generate error page.
- doError(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
- doGet(String) - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
-
Get the session matching the key
- doGet(String) - Method in class org.eclipse.jetty.server.session.DefaultSessionCache
- doGet(String) - Method in class org.eclipse.jetty.server.session.NullSessionCache
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.ResourceService
- doGetExpired(Set<String>) - Method in class org.eclipse.jetty.server.session.AbstractSessionDataStore
-
Implemented by subclasses to resolve which sessions this node should attempt to expire.
- doGetExpired(Set<String>) - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
-
Check to see which sessions have expired.
- doGetExpired(Set<String>) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore
- doGetExpired(Set<String>) - Method in class org.eclipse.jetty.server.session.NullSessionDataStore
- doHandle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ContextHandler
- doHandle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ScopedHandler
-
Do the handler work within the scope.
- doHandle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.session.SessionHandler
- doInsert(String, SessionData) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore
- doInvalidate() - Method in class org.eclipse.jetty.server.session.Session
-
Deprecated.
- doLoad(String) - Method in class org.eclipse.jetty.server.session.AbstractSessionDataStore
-
Load the session from persistent store.
- doLoad(String) - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
- doLoad(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore
- doLoad(String) - Method in class org.eclipse.jetty.server.session.NullSessionDataStore
- doNonErrorHandle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.AbstractHandler.ErrorDispatchHandler
-
Called by
AbstractHandler.ErrorDispatchHandler.handle(String, Request, HttpServletRequest, HttpServletResponse)for all non-DispatcherType.ERRORdispatches. - doPutIfAbsent(String, Session) - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
-
Put the session into the map if it wasn't already there
- doPutIfAbsent(String, Session) - Method in class org.eclipse.jetty.server.session.DefaultSessionCache
- doPutIfAbsent(String, Session) - Method in class org.eclipse.jetty.server.session.NullSessionCache
- doReplace(String, Session, Session) - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
-
Replace the mapping from id to oldValue with newValue
- doReplace(String, Session, Session) - Method in class org.eclipse.jetty.server.session.DefaultSessionCache
- doReplace(String, Session, Session) - Method in class org.eclipse.jetty.server.session.NullSessionCache
- doScope(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ContextHandler
- doScope(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ScopedHandler
-
Scope the handler
- doScope(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.session.SessionHandler
- doSessionAttributeListeners(Session, String, Object, Object) - Method in class org.eclipse.jetty.server.session.SessionHandler
- doShutdown(List<Future<Void>>) - Method in class org.eclipse.jetty.server.handler.AbstractHandlerContainer
-
Shutdown nested Gracefule handlers
- doShutdown(Request, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ShutdownHandler
- doShutdownOutput() - Method in class org.eclipse.jetty.server.LocalConnector.LocalEndPoint
- doStart() - Method in class org.eclipse.jetty.server.AbstractConnector
- doStart() - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Deprecated.Set up request logging and open log file.
- doStart() - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
- doStart() - Method in class org.eclipse.jetty.server.AcceptRateLimit
- doStart() - Method in class org.eclipse.jetty.server.AsyncRequestLogWriter
- doStart() - Method in class org.eclipse.jetty.server.ConnectionLimit
- doStart() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
Deprecated.
- doStart() - Method in class org.eclipse.jetty.server.CustomRequestLog
-
Set up request logging and open log file.
- 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.DebugHandler
-
Deprecated.
- doStart() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
- doStart() - Method in class org.eclipse.jetty.server.handler.HotSwapHandler
- doStart() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
- doStart() - Method in class org.eclipse.jetty.server.handler.ScopedHandler
- doStart() - Method in class org.eclipse.jetty.server.handler.ShutdownHandler
- doStart() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- doStart() - Method in class org.eclipse.jetty.server.handler.ThreadLimitHandler
- doStart() - Method in class org.eclipse.jetty.server.LowResourceMonitor
- doStart() - Method in class org.eclipse.jetty.server.NCSARequestLog
-
Deprecated.Set up request logging and open log file.
- doStart() - Method in class org.eclipse.jetty.server.RequestLogWriter
- doStart() - Method in class org.eclipse.jetty.server.Server
- doStart() - Method in class org.eclipse.jetty.server.ServerConnector
- doStart() - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
- doStart() - Method in class org.eclipse.jetty.server.session.AbstractSessionDataStore
- doStart() - Method in class org.eclipse.jetty.server.session.CachingSessionDataStore
- doStart() - Method in class org.eclipse.jetty.server.session.DefaultSessionIdManager
- doStart() - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
- doStart() - Method in class org.eclipse.jetty.server.session.HouseKeeper
- doStart() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore
- doStart() - Method in class org.eclipse.jetty.server.session.SessionHandler
- doStart() - Method in class org.eclipse.jetty.server.Slf4jRequestLogWriter
- doStart() - Method in class org.eclipse.jetty.server.SslConnectionFactory
- doStop() - Method in class org.eclipse.jetty.server.AbstractConnector
- doStop() - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Deprecated.
- doStop() - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
- doStop() - Method in class org.eclipse.jetty.server.AcceptRateLimit
- doStop() - Method in class org.eclipse.jetty.server.AsyncRequestLogWriter
- doStop() - Method in class org.eclipse.jetty.server.ConnectionLimit
- doStop() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
Deprecated.
- doStop() - Method in class org.eclipse.jetty.server.handler.AbstractHandler
- doStop() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- doStop() - Method in class org.eclipse.jetty.server.handler.DebugHandler
-
Deprecated.
- doStop() - Method in class org.eclipse.jetty.server.handler.HotSwapHandler
- doStop() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- doStop() - Method in class org.eclipse.jetty.server.LowResourceMonitor
- doStop() - Method in class org.eclipse.jetty.server.NCSARequestLog
-
Deprecated.Close the log file and perform cleanup.
- doStop() - Method in class org.eclipse.jetty.server.RequestLogWriter
- doStop() - Method in class org.eclipse.jetty.server.Server
- doStop() - Method in class org.eclipse.jetty.server.ServerConnector
- doStop() - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
- doStop() - Method in class org.eclipse.jetty.server.session.CachingSessionDataStore
- doStop() - Method in class org.eclipse.jetty.server.session.DefaultSessionIdManager
- doStop() - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
- doStop() - Method in class org.eclipse.jetty.server.session.HouseKeeper
- doStop() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore
- doStop() - Method in class org.eclipse.jetty.server.session.SessionHandler
- doStore(String, SessionData, long) - Method in class org.eclipse.jetty.server.session.AbstractSessionDataStore
-
Store the session data persistently.
- doStore(String, SessionData, long) - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
- doStore(String, SessionData, long) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore
- doStore(String, SessionData, long) - Method in class org.eclipse.jetty.server.session.NullSessionDataStore
- doUpdate(String, SessionData) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore
- dump() - Method in class org.eclipse.jetty.server.ClassLoaderDump
- dump() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
Deprecated.
- dump() - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
-
Deprecated.Dump the handler configuration
- dump() - Method in class org.eclipse.jetty.server.HttpConfiguration
- dump(Appendable, String) - Method in class org.eclipse.jetty.server.ClassLoaderDump
- dump(Appendable, String) - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
Deprecated.
- dump(Appendable, String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
- dump(Appendable, String) - Method in class org.eclipse.jetty.server.handler.InetAccessHandler
- dump(Appendable, String) - Method in class org.eclipse.jetty.server.HttpConfiguration
- dump(Appendable, String) - Method in class org.eclipse.jetty.server.Server
- dump(StringBuilder, PathMap<IPAddressMap<Boolean>>) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
-
Deprecated.Dump a pattern map into a StringBuilder buffer
E
- EARLY_EOF - Static variable in class org.eclipse.jetty.server.HttpInput
- earlyEOF() - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
- earlyEOF() - Method in class org.eclipse.jetty.server.HttpInput
-
This method should be called to signal that an EOF has been detected before all the expected content arrived.
- enableLowOnResources(boolean, boolean) - Method in class org.eclipse.jetty.server.LowResourceMonitor
- encodeRedirectUrl(String) - Method in class org.eclipse.jetty.server.Response
-
Deprecated.
- encodeRedirectUrl(String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
- encodeRedirectURL(String) - Method in class org.eclipse.jetty.server.Response
- encodeRedirectURL(String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
- encodeUrl(String) - Method in class org.eclipse.jetty.server.Response
-
Deprecated.
- encodeUrl(String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
- encodeURL(String) - Method in class org.eclipse.jetty.server.Response
- encodeURL(String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
- EncodingHttpWriter - Class in org.eclipse.jetty.server
- EncodingHttpWriter(HttpOutput, String) - Constructor for class org.eclipse.jetty.server.EncodingHttpWriter
- endHandling(Request) - Method in class org.eclipse.jetty.server.handler.AsyncDelayHandler
-
Called to indicated the handling of the request is ending.
- endPointClosed(EndPoint) - Method in class org.eclipse.jetty.server.ServerConnector.ServerConnectorManager
- endPointOpened(EndPoint) - Method in class org.eclipse.jetty.server.ServerConnector.ServerConnectorManager
- enterScope(ContextHandler.Context, Request, Object) - Method in interface org.eclipse.jetty.server.handler.ContextHandler.ContextScopeListener
- enterScope(Request, Object) - Method in class org.eclipse.jetty.server.handler.ContextHandler
- eof() - Method in class org.eclipse.jetty.server.HttpInput
-
This method should be called to signal that all the expected content arrived.
- EOF - Static variable in class org.eclipse.jetty.server.HttpInput
- EOFState() - Constructor for class org.eclipse.jetty.server.HttpInput.EOFState
- equals(Object) - Method in class org.eclipse.jetty.server.InclusiveByteRange
- error(ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.server.Dispatcher
- ERROR_DISPATCH - org.eclipse.jetty.server.HttpChannelState.Action
- ERROR_PAGE - Static variable in class org.eclipse.jetty.server.handler.ErrorHandler
- errorComplete() - Method in class org.eclipse.jetty.server.HttpChannelState
- ErrorDispatchHandler() - Constructor for class org.eclipse.jetty.server.handler.AbstractHandler.ErrorDispatchHandler
- ErrorHandler - Class in org.eclipse.jetty.server.handler
-
Handler for Error pages An ErrorHandler is registered with
ContextHandler.setErrorHandler(ErrorHandler)orServer.setErrorHandler(ErrorHandler). - ErrorHandler() - Constructor for class org.eclipse.jetty.server.handler.ErrorHandler
- ErrorHandler.ErrorPageMapper - Interface in org.eclipse.jetty.server.handler
- etag(String) - Method in interface org.eclipse.jetty.server.PushBuilder
-
Set the etag to be used for conditional pushes.
- etag(String) - Method in class org.eclipse.jetty.server.PushBuilderImpl
- EVICT_ON_INACTIVITY - Static variable in interface org.eclipse.jetty.server.session.SessionCache
- EVICT_ON_SESSION_EXIT - Static variable in interface org.eclipse.jetty.server.session.SessionCache
- exclude(String) - Method in class org.eclipse.jetty.server.handler.InetAccessHandler
-
Excludes an InetAddress pattern
- exclude(String) - Method in class org.eclipse.jetty.server.handler.ThreadLimitHandler
- exclude(String...) - Method in class org.eclipse.jetty.server.handler.InetAccessHandler
-
Excludes InetAddress patterns
- execute(Runnable) - Method in class org.eclipse.jetty.server.HttpChannel
- execute(Runnable) - Method in class org.eclipse.jetty.server.LocalConnector.LocalEndPoint
- executeRequest(String) - Method in class org.eclipse.jetty.server.LocalConnector
-
Execute a request and return the EndPoint through which multiple responses can be received or more input provided.
- exists(String) - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
-
Check to see if a session corresponding to the id exists.
- exists(String) - Method in class org.eclipse.jetty.server.session.CachingSessionDataStore
- exists(String) - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
- exists(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore
- exists(String) - Method in class org.eclipse.jetty.server.session.NullSessionDataStore
- exists(String) - Method in interface org.eclipse.jetty.server.session.SessionCache
-
Check to see if a session exists: WILL consult the SessionDataStore.
- exists(String) - Method in interface org.eclipse.jetty.server.session.SessionDataStore
-
Test if data exists for a given session id.
- exitScope(ContextHandler.Context, Request) - Method in interface org.eclipse.jetty.server.handler.ContextHandler.ContextScopeListener
- exitScope(Request) - Method in class org.eclipse.jetty.server.handler.ContextHandler
- expandChildren(List<Handler>, Class<?>) - Method in class org.eclipse.jetty.server.handler.AbstractHandlerContainer
- expandChildren(List<Handler>, Class<?>) - Method in class org.eclipse.jetty.server.handler.HandlerCollection
- expandChildren(List<Handler>, Class<?>) - Method in class org.eclipse.jetty.server.handler.HandlerWrapper
- expandChildren(List<Handler>, Class<?>) - Method in class org.eclipse.jetty.server.handler.HotSwapHandler
- expandHandler(Handler, List<Handler>, Class<?>) - Method in class org.eclipse.jetty.server.handler.AbstractHandlerContainer
- expireAll(String) - Method in class org.eclipse.jetty.server.session.DefaultSessionIdManager
-
Remove an id from use by telling all contexts to remove a session with this id.
- expireAll(String) - Method in interface org.eclipse.jetty.server.SessionIdManager
-
Expire all sessions on all contexts that share the same id.
- EXTENDED_LISTENER_TYPE_INDEX - Static variable in class org.eclipse.jetty.server.handler.ContextHandler
- EXTENDED_NCSA_FORMAT - Static variable in class org.eclipse.jetty.server.CustomRequestLog
- extractFormParameters(MultiMap<String>) - Method in class org.eclipse.jetty.server.Request
F
- failed(Throwable) - Method in class org.eclipse.jetty.server.HttpInput
- Failed(String) - Constructor for exception org.eclipse.jetty.server.Authentication.Failed
- FileSessionDataStore - Class in org.eclipse.jetty.server.session
-
FileSessionDataStore A file-based store of session data.
- FileSessionDataStore() - Constructor for class org.eclipse.jetty.server.session.FileSessionDataStore
- FileSessionDataStoreFactory - Class in org.eclipse.jetty.server.session
-
FileSessionDataStoreFactory
- FileSessionDataStoreFactory() - Constructor for class org.eclipse.jetty.server.session.FileSessionDataStoreFactory
- fill(ByteBuffer) - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
- fillAndParseForContent() - Method in class org.eclipse.jetty.server.HttpConnection
-
Fill and parse data looking for content
- fillInterested(Callback) - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
- findContainerOf(HandlerContainer, Class<T>, Handler) - Static method in class org.eclipse.jetty.server.handler.AbstractHandlerContainer
- findContextName(ServletContext) - Method in class org.eclipse.jetty.server.DebugListener
- findRequestName(ServletRequest) - Method in class org.eclipse.jetty.server.DebugListener
- findScheduler() - Method in class org.eclipse.jetty.server.session.HouseKeeper
-
Get a scheduler.
- finishInvalidate() - Method in class org.eclipse.jetty.server.session.Session
-
Call HttpSessionAttributeListeners as part of invalidating a Session.
- flush() - Method in class org.eclipse.jetty.server.HttpOutput
- flush() - Method in class org.eclipse.jetty.server.HttpWriter
- flush() - Method in class org.eclipse.jetty.server.ResponseWriter
- flush(ByteBuffer...) - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
- flushBuffer() - Method in class org.eclipse.jetty.server.Response
- flushCache() - Method in class org.eclipse.jetty.server.CachedContentFactory
- format(String, Object...) - Method in class org.eclipse.jetty.server.ResponseWriter
- format(Locale, String, Object...) - Method in class org.eclipse.jetty.server.ResponseWriter
- forward(ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.server.Dispatcher
- forward(ServletRequest, ServletResponse, DispatcherType) - Method in class org.eclipse.jetty.server.Dispatcher
- ForwardedRequestCustomizer - Class in org.eclipse.jetty.server
-
Customize Requests for Proxy Forwarding.
- ForwardedRequestCustomizer() - Constructor for class org.eclipse.jetty.server.ForwardedRequestCustomizer
G
- generateAcceptableResponse(Request, HttpServletRequest, HttpServletResponse, int, String) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
-
Generate an acceptable error response.
- generateAcceptableResponse(Request, HttpServletRequest, HttpServletResponse, int, String, String) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
-
Generate an acceptable error response for a mime type.
- get(byte[], int, int) - Method in class org.eclipse.jetty.server.HttpInput.Content
- get(String) - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
-
Get a session object.
- get(String) - Method in interface org.eclipse.jetty.server.session.SessionCache
-
Get an existing Session.
- get(HttpInput.Content, byte[], int, int) - Method in class org.eclipse.jetty.server.HttpInput
-
Copies the given content into the given byte buffer.
- getAcceptableWriter(Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
-
Returns an acceptable writer for an error page.
- getAcceptorPriorityDelta() - Method in class org.eclipse.jetty.server.AbstractConnector
- getAcceptors() - Method in class org.eclipse.jetty.server.AbstractConnector
- getAcceptQueueSize() - Method in class org.eclipse.jetty.server.ServerConnector
- getAcceptRateLimit() - Method in class org.eclipse.jetty.server.AcceptRateLimit
- getAccessed() - Method in class org.eclipse.jetty.server.session.SessionData
- getAccessTimeColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- getAliasChecks() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getAllAncientExpiredSessionsStatement(Connection) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- getAllAttributes() - Method in class org.eclipse.jetty.server.session.SessionData
- getAllowNullPathInfo() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getAlterTableForMaxIntervalAsString() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- getAsyncContext() - Method in class org.eclipse.jetty.server.AsyncContextEvent
- getAsyncContext() - Method in class org.eclipse.jetty.server.Request
- getAsyncContextEvent() - Method in class org.eclipse.jetty.server.HttpChannelState
- getAsyncDispatches() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- getAsyncRequests() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- getAsyncRequestsWaiting() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- getAsyncRequestsWaitingMax() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- getAttribute(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
- getAttribute(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getAttribute(String) - Method in class org.eclipse.jetty.server.HttpChannelState
- getAttribute(String) - Method in class org.eclipse.jetty.server.Request
-
Get Request Attribute.
- getAttribute(String) - Method in class org.eclipse.jetty.server.Server
- getAttribute(String) - Method in class org.eclipse.jetty.server.session.Session
- getAttribute(String) - Method in class org.eclipse.jetty.server.session.SessionData
- getAttributeNames() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
- getAttributeNames() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getAttributeNames() - Method in class org.eclipse.jetty.server.Request
- getAttributeNames() - Method in class org.eclipse.jetty.server.Server
- getAttributeNames() - Method in class org.eclipse.jetty.server.session.Session
- getAttributes() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getAttributes() - Method in class org.eclipse.jetty.server.Request
- getAttributes() - Method in class org.eclipse.jetty.server.session.Session
- getAuthentication() - Method in class org.eclipse.jetty.server.Request
-
Get the authentication.
- getAuthentication(Request) - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Deprecated.Extract the user authentication
- getAuthentication(Request, boolean) - Static method in class org.eclipse.jetty.server.CustomRequestLog
-
Extract the user authentication
- getAuthMethod() - Method in interface org.eclipse.jetty.server.Authentication.User
- getAuthType() - Method in class org.eclipse.jetty.server.Request
- getAuthType() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
- getBaseRequest() - Method in class org.eclipse.jetty.server.HttpChannelState
- getBaseRequest(ServletRequest) - Static method in class org.eclipse.jetty.server.Request
-
Obtain the base
Requestinstance of aServletRequest, by coercion, unwrapping or special attribute. - getBaseResource() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getBaseResource() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
- getBlobInputStream(ResultSet, String) - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
- getBlobType() - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
- getBlockingTimeout() - Method in class org.eclipse.jetty.server.HttpConfiguration
-
Deprecated.
- getBufferSize() - Method in class org.eclipse.jetty.server.HttpOutput
- getBufferSize() - Method in class org.eclipse.jetty.server.Response
- getByteBuffer() - Method in class org.eclipse.jetty.server.HttpInput.Content
- getByteBufferPool() - Method in class org.eclipse.jetty.server.AbstractConnector
- getByteBufferPool() - Method in interface org.eclipse.jetty.server.Connector
- getByteBufferPool() - Method in class org.eclipse.jetty.server.HttpChannel
- getBytesIn() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
Deprecated.
- getBytesIn() - Method in class org.eclipse.jetty.server.HttpConnection
- getBytesOut() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
Deprecated.
- getBytesOut() - Method in class org.eclipse.jetty.server.HttpConnection
- getBytesWritten() - Method in class org.eclipse.jetty.server.HttpChannel
- getCacheControl() - Method in class org.eclipse.jetty.server.handler.ErrorHandler
-
Get the cacheControl.
- getCacheControl() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
- getCacheControl() - Method in class org.eclipse.jetty.server.ResourceService
- getCachedFiles() - Method in class org.eclipse.jetty.server.CachedContentFactory
- getCachedSize() - Method in class org.eclipse.jetty.server.CachedContentFactory
- getCanonicalContextPath() - Method in class org.eclipse.jetty.server.session.SessionContext
- getCharacterEncoding() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
- getCharacterEncoding() - Method in class org.eclipse.jetty.server.Request
- getCharacterEncoding() - Method in class org.eclipse.jetty.server.Response
- getCheckGzExists() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Deprecated.feature will be removed in Jetty 10.x, with no replacement.
- getCheckSessionExistsStatement(Connection, SessionContext) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- getChildHandlerByClass(Class<T>) - Method in class org.eclipse.jetty.server.handler.AbstractHandlerContainer
- getChildHandlerByClass(Class<T>) - Method in interface org.eclipse.jetty.server.HandlerContainer
- getChildHandlers() - Method in class org.eclipse.jetty.server.handler.AbstractHandlerContainer
- getChildHandlers() - Method in interface org.eclipse.jetty.server.HandlerContainer
- getChildHandlersByClass(Class<?>) - Method in class org.eclipse.jetty.server.handler.AbstractHandlerContainer
- getChildHandlersByClass(Class<?>) - Method in interface org.eclipse.jetty.server.HandlerContainer
- getClassLoader() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
- getClassLoader() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getClassLoader() - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- getClassPath() - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Make best effort to extract a file classpath from the context classloader
- getComment() - Method in class org.eclipse.jetty.server.session.SessionHandler.CookieConfig
- getCommittedMetaData() - Method in class org.eclipse.jetty.server.HttpChannel
- getCommittedMetaData() - Method in class org.eclipse.jetty.server.Response
-
Get the MetaData.Response committed for this response.
- getCompressionLevel() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
- getConnectedEndPoints() - Method in class org.eclipse.jetty.server.AbstractConnector
- getConnectedEndPoints() - Method in interface org.eclipse.jetty.server.Connector
- getConnection() - Method in class org.eclipse.jetty.server.HttpChannel
- getConnection() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
- getConnection() - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
-
Get a connection from the driver or datasource.
- getConnectionDurationMax() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
Deprecated.
- getConnectionDurationMean() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
Deprecated.
- getConnectionDurationStdDev() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
Deprecated.
- getConnectionFactories() - Method in class org.eclipse.jetty.server.AbstractConnector
- getConnectionFactories() - Method in interface org.eclipse.jetty.server.Connector
- getConnectionFactory(Class<T>) - Method in class org.eclipse.jetty.server.AbstractConnector
- getConnectionFactory(Class<T>) - Method in interface org.eclipse.jetty.server.Connector
- getConnectionFactory(String) - Method in class org.eclipse.jetty.server.AbstractConnector
- getConnectionFactory(String) - Method in interface org.eclipse.jetty.server.Connector
- getConnections() - Method in class org.eclipse.jetty.server.ConnectionLimit
- getConnections() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
Deprecated.
- getConnectionsOpen() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
Deprecated.
- getConnectionsOpenMax() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
Deprecated.
- getConnectionUrl() - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
- getConnector() - Method in class org.eclipse.jetty.server.HttpChannel
- getConnector() - Method in class org.eclipse.jetty.server.HttpConnection
- getConnector() - Method in class org.eclipse.jetty.server.NegotiatingServerConnection
- getConnectors() - Method in class org.eclipse.jetty.server.Server
- getContent(String, int) - Method in class org.eclipse.jetty.server.CachedContentFactory
-
Returns an entry from the cache, or creates a new one.
- getContent(String, int) - Method in class org.eclipse.jetty.server.ResourceContentFactory
- getContentConsumed() - Method in class org.eclipse.jetty.server.HttpInput
- getContentCount() - Method in class org.eclipse.jetty.server.Response
- getContentEncoding() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
- getContentEncodingValue() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
- getContentFactory() - Method in class org.eclipse.jetty.server.ResourceService
- getContentLength() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
- getContentLength() - Method in class org.eclipse.jetty.server.Request
- getContentLength() - Method in class org.eclipse.jetty.server.Response
- getContentLengthLong() - Method in class org.eclipse.jetty.server.Request
- getContentLengthValue() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
- getContentRead() - Method in class org.eclipse.jetty.server.Request
- getContentType() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
- getContentType() - Method in class org.eclipse.jetty.server.Request
- getContentType() - Method in class org.eclipse.jetty.server.Response
- getContentTypeValue() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
- getContext() - Method in class org.eclipse.jetty.server.AsyncContextEvent
- getContext() - Method in interface org.eclipse.jetty.server.MultiParts
- getContext() - Method in class org.eclipse.jetty.server.MultiParts.MultiPartsHttpParser
- getContext() - Method in class org.eclipse.jetty.server.MultiParts.MultiPartsUtilParser
- getContext() - Method in class org.eclipse.jetty.server.Request
- getContext() - Method in class org.eclipse.jetty.server.session.SessionContext
- getContext(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
- getContext(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- getContextAttributes() - Method in class org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean
- getContextClass() - Method in class org.eclipse.jetty.server.handler.ContextHandlerCollection
-
Deprecated.Unused convenience mechanism not used.
- getContextFromFilename(String) - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
- getContextHandler() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
- getContextHandler() - Method in class org.eclipse.jetty.server.HttpChannelState
- getContextHandler() - Method in interface org.eclipse.jetty.server.UserIdentity.Scope
- getContextHandler(ServletContext) - Static method in class org.eclipse.jetty.server.handler.ContextHandler
- getContextName(ContextHandler) - Method in class org.eclipse.jetty.server.handler.jmx.AbstractHandlerMBean
- getContextPath() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
- getContextPath() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getContextPath() - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- getContextPath() - Method in class org.eclipse.jetty.server.Request
- getContextPath() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
- getContextPath() - Method in class org.eclipse.jetty.server.session.Session
- getContextPath() - Method in class org.eclipse.jetty.server.session.SessionData
- getContextPath() - Method in interface org.eclipse.jetty.server.UserIdentity.Scope
- getContextPathColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- getContextPathEncoded() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getContexts() - Method in class org.eclipse.jetty.server.jmx.ServerMBean
- getCookieCompliance() - Method in class org.eclipse.jetty.server.HttpConfiguration
-
Deprecated.
- getCookies() - Method in class org.eclipse.jetty.server.CookieCutter
- getCookies() - Method in class org.eclipse.jetty.server.Request
- getCookies() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
- getCookieSet() - Method in class org.eclipse.jetty.server.session.SessionData
- getCookieSetTime() - Method in class org.eclipse.jetty.server.session.Session
- getCookieTimeColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- getCreated() - Method in class org.eclipse.jetty.server.session.SessionData
- getCreatedTimeStamp() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
- getCreateIndexOverExpiryStatementAsString(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- getCreateIndexOverSessionStatementAsString(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- getCreateStatementAsString() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- getCreateTimeColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- getCreationTime() - Method in class org.eclipse.jetty.server.session.Session
- getCurrentConnection() - Static method in class org.eclipse.jetty.server.HttpConnection
-
Get the current connection that this thread is dispatched to.
- getCurrentContext() - Static method in class org.eclipse.jetty.server.handler.ContextHandler
-
Get the current ServletContext implementation.
- getCustomizer(Class<T>) - Method in class org.eclipse.jetty.server.HttpConfiguration
- getCustomizers() - Method in class org.eclipse.jetty.server.HttpConfiguration
- getDatasource() - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
- getDatasourceName() - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
- getDatedFilename() - Method in class org.eclipse.jetty.server.NCSARequestLog
-
Deprecated.Retrieve the file name of the request log with the expanded date wildcard if the output is written to the disk using
RolloverFileOutputStream. - getDatedFilename() - Method in class org.eclipse.jetty.server.RequestLogWriter
-
Retrieve the file name of the request log with the expanded date wildcard if the output is written to the disk using
RolloverFileOutputStream. - getDateField() - Method in class org.eclipse.jetty.server.Server
- getDateHeader(String) - Method in class org.eclipse.jetty.server.Request
- getDateHeader(String) - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
- getDBName() - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
- getDefaultConnectionFactory() - Method in class org.eclipse.jetty.server.AbstractConnector
- getDefaultConnectionFactory() - Method in interface org.eclipse.jetty.server.Connector
- getDefaultProtocol() - Method in class org.eclipse.jetty.server.AbstractConnector
- getDefaultProtocol() - Method in class org.eclipse.jetty.server.NegotiatingServerConnection
- getDefaultProtocol() - Method in class org.eclipse.jetty.server.NegotiatingServerConnectionFactory
- getDefaultSessionTrackingModes() - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- getDefaultSessionTrackingModes() - Method in class org.eclipse.jetty.server.session.SessionHandler
- getDeflater(Request, long) - Method in interface org.eclipse.jetty.server.handler.gzip.GzipFactory
- getDeflater(Request, long) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
- getDeflaterPoolCapacity() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Gets the maximum number of Deflaters that the DeflaterPool can hold.
- getDeleteStatement(Connection, String, SessionContext) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- getDirectBuffer() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
- getDirectBuffer(Resource) - Method in class org.eclipse.jetty.server.CachedContentFactory
- getDispatchContext() - Method in class org.eclipse.jetty.server.AsyncContextEvent
- getDispatched() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- getDispatchedActive() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- getDispatchedActiveMax() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- getDispatchedTimeMax() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- getDispatchedTimeMean() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- getDispatchedTimeStdDev() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- getDispatchedTimeTotal() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- getDispatcherType() - Method in class org.eclipse.jetty.server.Request
- getDispatcherTypes() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Get the Set of
DispatcherTypethat this Filter will operate on. - getDisplayName() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getDomain() - Method in class org.eclipse.jetty.server.session.SessionHandler.CookieConfig
- getDriver() - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
- getDriverClassName() - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
- getEffectiveMajorVersion() - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- getEffectiveMinorVersion() - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- getEffectiveSessionTrackingModes() - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- getEffectiveSessionTrackingModes() - Method in class org.eclipse.jetty.server.session.SessionHandler
- getEncodingCacheSize() - Method in class org.eclipse.jetty.server.ResourceService
- getEndPoint() - Method in class org.eclipse.jetty.server.HttpChannel
- getError() - Method in class org.eclipse.jetty.server.HttpInput.ErrorState
- getError() - Method in class org.eclipse.jetty.server.HttpInput.State
- getErrorHandler() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getErrorHandler() - Method in class org.eclipse.jetty.server.Server
- getErrorHandler(Server, ContextHandler) - Static method in class org.eclipse.jetty.server.handler.ErrorHandler
- getErrorPage(HttpServletRequest) - Method in interface org.eclipse.jetty.server.handler.ErrorHandler.ErrorPageMapper
- getEtag() - Method in interface org.eclipse.jetty.server.PushBuilder
- getEtag() - Method in class org.eclipse.jetty.server.PushBuilderImpl
- getETag() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
- getETag() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedPrecompressedHttpContent
- getETagValue() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
- getETagValue() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedPrecompressedHttpContent
- getEventListeners() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getEvictionPolicy() - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
- getEvictionPolicy() - Method in class org.eclipse.jetty.server.session.DefaultSessionCacheFactory
- getEvictionPolicy() - Method in interface org.eclipse.jetty.server.session.SessionCache
- getExcludedAgentPatterns() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Get the current filter list of excluded User-Agent patterns
- getExcludedMethodList() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Get the excluded filter list of HTTP methods in CSV format
- getExcludedMethods() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Get the current filter list of excluded HTTP methods
- getExcludedMimeTypes() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Get the current filter list of excluded MIME types
- getExcludedPaths() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Get the current filter list of excluded Path Specs
- getExecutor() - Method in class org.eclipse.jetty.server.AbstractConnector
- getExecutor() - Method in interface org.eclipse.jetty.server.Connector
- getExpired(Set<String>) - Method in class org.eclipse.jetty.server.session.AbstractSessionDataStore
- getExpired(Set<String>) - Method in class org.eclipse.jetty.server.session.CachingSessionDataStore
- getExpired(Set<String>) - Method in interface org.eclipse.jetty.server.session.SessionDataStore
-
Called periodically, this method should search the data store for sessions that have been expired for a 'reasonable' amount of time.
- getExpiredSessionsStatement(Connection, String, String, long) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- getExpires() - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
- getExpires() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- getExpiry() - Method in class org.eclipse.jetty.server.session.SessionData
- getExpiryFromFilename(String) - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
- getExpiryTimeColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- getExtendedId() - Method in class org.eclipse.jetty.server.session.Session
- getExtendedId(String, HttpServletRequest) - Method in class org.eclipse.jetty.server.session.DefaultSessionIdManager
-
Get the session ID with any worker ID.
- getExtendedId(String, HttpServletRequest) - Method in interface org.eclipse.jetty.server.SessionIdManager
-
Get an extended id for a session.
- getExtendedId(HttpSession) - Method in class org.eclipse.jetty.server.session.SessionHandler
- getFactories(SslContextFactory, ConnectionFactory...) - Static method in class org.eclipse.jetty.server.AbstractConnectionFactory
- getFilename() - Method in class org.eclipse.jetty.server.NCSARequestLog
-
Deprecated.Retrieve the output file name of the request log.
- getFileName() - Method in class org.eclipse.jetty.server.RequestLogWriter
-
Retrieve the output file name of the request log.
- getFilenameDateFormat() - Method in class org.eclipse.jetty.server.NCSARequestLog
-
Deprecated.Retrieve the file name date format string.
- getFilenameDateFormat() - Method in class org.eclipse.jetty.server.RequestLogWriter
-
Retrieve the file name date format string.
- getFilterRegistration(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- getFilterRegistrations() - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- getFirst() - Method in class org.eclipse.jetty.server.InclusiveByteRange
- getForcedHost() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
- getFormatString() - Method in class org.eclipse.jetty.server.CustomRequestLog
-
Retrieve the format string.
- getFormEncodedMethods() - Method in class org.eclipse.jetty.server.HttpConfiguration
- getForwardedCipherSuiteHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
- getForwardedForHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
- getForwardedHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
- getForwardedHostHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
- getForwardedHttpsHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
- getForwardedProtoHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
-
Get the forwardedProtoHeader.
- getForwardedServerHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
- getForwardedSslSessionIdHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
- getGenerator() - Method in class org.eclipse.jetty.server.HttpConnection
- getGracePeriodSec() - Method in class org.eclipse.jetty.server.session.AbstractSessionDataStore
- getGracePeriodSec() - Method in class org.eclipse.jetty.server.session.AbstractSessionDataStoreFactory
- getGzipEquivalentFileExtensions() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
- getGzipEquivalentFileExtensions() - Method in class org.eclipse.jetty.server.ResourceService
- getHandler() - Method in class org.eclipse.jetty.server.handler.HandlerWrapper
- getHandler() - Method in class org.eclipse.jetty.server.handler.HotSwapHandler
- getHandlers() - Method in class org.eclipse.jetty.server.handler.HandlerCollection
- getHandlers() - Method in class org.eclipse.jetty.server.handler.HandlerCollection.Handlers
- getHandlers() - Method in class org.eclipse.jetty.server.handler.HandlerWrapper
- getHandlers() - Method in class org.eclipse.jetty.server.handler.HotSwapHandler
- getHandlers() - Method in interface org.eclipse.jetty.server.HandlerContainer
- getHeader(String) - Method in interface org.eclipse.jetty.server.PushBuilder
- getHeader(String) - Method in class org.eclipse.jetty.server.PushBuilderImpl
- getHeader(String) - Method in class org.eclipse.jetty.server.Request
- getHeader(String) - Method in class org.eclipse.jetty.server.Response
- getHeader(String) - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
- getHeader(String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
- getHeaderCacheSize() - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
- getHeaderCacheSize() - Method in class org.eclipse.jetty.server.HttpConfiguration
- getHeaderNames() - Method in interface org.eclipse.jetty.server.PushBuilder
- getHeaderNames() - Method in class org.eclipse.jetty.server.PushBuilderImpl
- getHeaderNames() - Method in class org.eclipse.jetty.server.Request
- getHeaderNames() - Method in class org.eclipse.jetty.server.Response
- getHeaderNames() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
- getHeaderNames() - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
- getHeaders(String) - Method in class org.eclipse.jetty.server.Request
- getHeaders(String) - Method in class org.eclipse.jetty.server.Response
- getHeaders(String) - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
- getHeaders(String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
- getHost() - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
- getHost() - Method in interface org.eclipse.jetty.server.NetworkConnector
- getHostHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
-
Deprecated.
- getHttpChannel() - Method in class org.eclipse.jetty.server.AsyncContextState
- getHttpChannel() - Method in class org.eclipse.jetty.server.HttpChannelState
- getHttpChannel() - Method in class org.eclipse.jetty.server.HttpConnection
- getHttpChannel() - Method in class org.eclipse.jetty.server.HttpOutput
- getHttpChannel() - Method in class org.eclipse.jetty.server.Request
- getHttpChannel() - Method in class org.eclipse.jetty.server.Response
- getHttpChannelState() - Method in class org.eclipse.jetty.server.AsyncContextEvent
- getHttpChannelState() - Method in class org.eclipse.jetty.server.AsyncContextState
- getHttpChannelState() - Method in class org.eclipse.jetty.server.HttpInput
- getHttpChannelState() - Method in class org.eclipse.jetty.server.Request
- getHttpCompliance() - Method in class org.eclipse.jetty.server.HttpConnectionFactory
- getHttpConfiguration() - Method in class org.eclipse.jetty.server.HttpChannel
- getHttpConfiguration() - Method in interface org.eclipse.jetty.server.HttpConfiguration.ConnectionFactory
- getHttpConfiguration() - Method in class org.eclipse.jetty.server.HttpConnection
- getHttpConfiguration() - Method in class org.eclipse.jetty.server.HttpConnectionFactory
- getHttpFields() - Method in class org.eclipse.jetty.server.Request
- getHttpFields() - Method in class org.eclipse.jetty.server.Response
- getHttpInput() - Method in class org.eclipse.jetty.server.Request
- getHttpOnly() - Method in class org.eclipse.jetty.server.session.SessionHandler
- getHttpOutput() - Method in class org.eclipse.jetty.server.Response
- getHttpServletRequest() - Method in interface org.eclipse.jetty.server.Authentication.Wrapped
- getHttpServletResponse() - Method in interface org.eclipse.jetty.server.Authentication.Wrapped
- getHttpSession(String) - Method in class org.eclipse.jetty.server.session.SessionHandler
-
Returns the
HttpSessionwith the given session id - getHttpTransport() - Method in class org.eclipse.jetty.server.HttpChannel
- getHttpURI() - Method in class org.eclipse.jetty.server.Request
- getHttpVersion() - Method in class org.eclipse.jetty.server.Request
- getId() - Method in class org.eclipse.jetty.server.session.Session
- getId() - Method in class org.eclipse.jetty.server.session.SessionData
- getId() - Method in exception org.eclipse.jetty.server.session.UnreadableSessionDataException
- getId() - Method in exception org.eclipse.jetty.server.session.UnwriteableSessionDataException
- getId(String) - Method in class org.eclipse.jetty.server.session.DefaultSessionIdManager
-
Get the session ID without any worker ID.
- getId(String) - Method in interface org.eclipse.jetty.server.SessionIdManager
-
Get just the session id from an id that includes the worker name as a suffix.
- getId(HttpSession) - Method in class org.eclipse.jetty.server.session.SessionHandler
- getIdColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- getIdFromFilename(String) - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
- getIdleTimeout() - Method in class org.eclipse.jetty.server.AbstractConnector
- getIdleTimeout() - Method in class org.eclipse.jetty.server.ConnectionLimit
- getIdleTimeout() - Method in interface org.eclipse.jetty.server.Connector
- getIdleTimeout() - Method in class org.eclipse.jetty.server.HttpChannel
-
Get the idle timeout.
- getIdleTimeout() - Method in class org.eclipse.jetty.server.HttpConfiguration
-
The max idle time is applied to a HTTP request for IO operations and delayed dispatch.
- getIdleTimeout() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
- getIdleTimeoutMs() - Method in class org.eclipse.jetty.server.handler.IdleTimeoutHandler
- getIdWithContext(String) - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
-
Get the session id with its context.
- getIdWithContextAndExpiry(SessionData) - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
-
Get the session id with its context and its expiry time
- getIdWithContextFromFilename(String) - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
-
Extract the session id and context from the filename
- getIgnorePaths() - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Deprecated.Retrieve the request paths that will not be logged.
- getIgnorePaths() - Method in class org.eclipse.jetty.server.CustomRequestLog
-
Retrieve the request paths that will not be logged.
- getIncludedAgentPatterns() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Get the current filter list of included User-Agent patterns
- getIncludedMethodList() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Get the included filter list of HTTP methods in CSV format
- getIncludedMethods() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Get the current filter list of included HTTP Methods
- getIncludedMimeTypes() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Get the current filter list of included MIME types
- getIncludedPaths() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Get the current filter list of included Path Specs
- getIndirectBuffer() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
- getIndirectBuffer(Resource) - Method in class org.eclipse.jetty.server.CachedContentFactory
- getInflateBufferSize() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Get the size (in bytes) of the
Inflaterbuffer used to inflate compressed requests. - getInitParameter(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
- getInitParameter(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getInitParameter(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- getInitParameterNames() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
- getInitParameterNames() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getInitParameterNames() - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- getInitParams() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getInputBufferSize() - Method in class org.eclipse.jetty.server.AbstractConnectionFactory
- getInputState() - Method in class org.eclipse.jetty.server.Request
- getInputStream() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
- getInputStream() - Method in class org.eclipse.jetty.server.Request
- getInsertSessionStatementAsString() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- getInstance() - Static method in class org.eclipse.jetty.server.ShutdownMonitor
- getInterceptor() - Method in class org.eclipse.jetty.server.HttpInput
- getInterceptor() - Method in class org.eclipse.jetty.server.HttpOutput
- getIntervalSec() - Method in class org.eclipse.jetty.server.session.HouseKeeper
-
Get the period between scavenge cycles.
- getIntHeader(String) - Method in class org.eclipse.jetty.server.Request
- getIntHeader(String) - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
- getInvocationType() - Method in class org.eclipse.jetty.server.HttpInput.Content
- getJspConfigDescriptor() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
- getJspConfigDescriptor() - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- getKey() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
- getKey() - Method in class org.eclipse.jetty.server.ShutdownMonitor
- getKeys() - Method in class org.eclipse.jetty.server.session.SessionData
- getLast() - Method in class org.eclipse.jetty.server.InclusiveByteRange
- getLastAccessed() - Method in class org.eclipse.jetty.server.session.SessionData
- getLastAccessedTime() - Method in class org.eclipse.jetty.server.session.Session
- getLastAccessTimeColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- getLastModified() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
- getLastModified() - Method in interface org.eclipse.jetty.server.PushBuilder
- getLastModified() - Method in class org.eclipse.jetty.server.PushBuilderImpl
- getLastModifiedValue() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
- getLastNode() - Method in class org.eclipse.jetty.server.session.SessionData
- getLastNodeColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- getLastSaved() - Method in class org.eclipse.jetty.server.session.SessionData
- getLastSavedTimeColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- getLeftMost(String) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
- getListener() - Method in class org.eclipse.jetty.server.AsyncContextState.WrappedAsyncListener
- getLoadStatement(Connection, String, SessionContext) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- getLocalAddr() - Method in class org.eclipse.jetty.server.Request
- getLocalAddress() - Method in class org.eclipse.jetty.server.HttpChannel
- getLocalAddress() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
- getLocale() - Method in class org.eclipse.jetty.server.Request
- getLocale() - Method in class org.eclipse.jetty.server.Response
- getLocaleEncoding(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getLocaleEncoding(Locale) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Get the character encoding for a locale.
- getLocaleEncodings() - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Get all of the locale encodings
- getLocales() - Method in class org.eclipse.jetty.server.Request
- getLocalName() - Method in class org.eclipse.jetty.server.Request
- getLocalPort() - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
- getLocalPort() - Method in interface org.eclipse.jetty.server.NetworkConnector
- getLocalPort() - Method in class org.eclipse.jetty.server.Request
- getLocalPort() - Method in class org.eclipse.jetty.server.ServerConnector
- getLogCookies() - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Deprecated.Retrieve log cookies flag
- getLogDateFormat() - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Deprecated.Retrieve the timestamp format string for request log entries.
- getLogger() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getLoggerName() - Method in class org.eclipse.jetty.server.Slf4jRequestLog
-
Deprecated.
- getLoggerName() - Method in class org.eclipse.jetty.server.Slf4jRequestLogWriter
- getLogLatency() - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Deprecated.Retrieve log request processing time flag.
- getLogLocale() - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Deprecated.Retrieve the locale of the request log.
- getLogServer() - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Deprecated.Retrieve log hostname flag.
- getLogTimeZone() - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Deprecated.Retrieve the timezone of the request log.
- getLongContentLength() - Method in class org.eclipse.jetty.server.Response
- getLongType() - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
- getLowResourceChecks() - Method in class org.eclipse.jetty.server.LowResourceMonitor
- getLowResourcesIdleTimeout() - Method in class org.eclipse.jetty.server.LowResourceMonitor
- getLowResourcesReasons() - Method in class org.eclipse.jetty.server.LowResourceMonitor
- getLowResourcesStarted() - Method in class org.eclipse.jetty.server.LowResourceMonitor
- getMajorVersion() - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- getMapColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- getMapFactory() - Method in class org.eclipse.jetty.server.session.CachingSessionDataStoreFactory
- getMappedBuffer(Resource) - Method in class org.eclipse.jetty.server.CachedContentFactory
- getMaxAge() - Method in class org.eclipse.jetty.server.session.SessionHandler.CookieConfig
- getMaxCachedFiles() - Method in class org.eclipse.jetty.server.CachedContentFactory
- getMaxCachedFileSize() - Method in class org.eclipse.jetty.server.CachedContentFactory
- getMaxCacheSize() - Method in class org.eclipse.jetty.server.CachedContentFactory
- getMaxConnections() - Method in class org.eclipse.jetty.server.ConnectionLimit
- getMaxConnections() - Method in class org.eclipse.jetty.server.LowResourceMonitor
-
Deprecated.Replaced by ConnectionLimit
- getMaxConnections() - Method in class org.eclipse.jetty.server.LowResourceMonitor.MaxConnectionsLowResourceCheck
-
Deprecated.Replaced by ConnectionLimit
- getMaxCookieAge() - Method in class org.eclipse.jetty.server.session.SessionHandler
- getMaxErrorDispatches() - Method in class org.eclipse.jetty.server.HttpConfiguration
- getMaxFormContentSize() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getMaxFormKeys() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getMaxInactiveInterval() - Method in class org.eclipse.jetty.server.session.Session
- getMaxInactiveInterval() - Method in class org.eclipse.jetty.server.session.SessionHandler
- getMaxInactiveMs() - Method in class org.eclipse.jetty.server.session.SessionData
- getMaxIntervalColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- getMaxLowResourcesTime() - Method in class org.eclipse.jetty.server.LowResourceMonitor
- getMaxMemory() - Method in class org.eclipse.jetty.server.LowResourceMonitor
- getMaxMemory() - Method in class org.eclipse.jetty.server.LowResourceMonitor.MemoryLowResourceCheck
- getMaxProxyHeader() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory
- getMaxRate() - Method in class org.eclipse.jetty.server.AcceptRateLimit
- getMessagesIn() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
Deprecated.
- getMessagesIn() - Method in class org.eclipse.jetty.server.HttpConnection
- getMessagesInPerConnectionMax() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
Deprecated.
- getMessagesInPerConnectionMean() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
Deprecated.
- getMessagesInPerConnectionStdDev() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
Deprecated.
- getMessagesInPerSecond() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
Deprecated.
- getMessagesOut() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
Deprecated.
- getMessagesOut() - Method in class org.eclipse.jetty.server.HttpConnection
- getMessagesOutPerConnectionMax() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
Deprecated.
- getMessagesOutPerConnectionMean() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
Deprecated.
- getMessagesOutPerConnectionStdDev() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
Deprecated.
- getMessagesOutPerSecond() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
Deprecated.
- getMetaData() - Method in class org.eclipse.jetty.server.Request
- getMethod() - Method in interface org.eclipse.jetty.server.PushBuilder
- getMethod() - Method in class org.eclipse.jetty.server.PushBuilderImpl
- getMethod() - Method in class org.eclipse.jetty.server.Request
- getMethod() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
- getMethodIncludeExclude() - Method in class org.eclipse.jetty.server.handler.BufferedResponseHandler
- getMethods() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Deprecated.use
GzipHandler.getIncludedMethods()instead. (Will be removed in Jetty 10) - getMimeIncludeExclude() - Method in class org.eclipse.jetty.server.handler.BufferedResponseHandler
- getMimeType() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
- getMimeType(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
- getMimeType(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- getMimeTypes() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getMimeTypes() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
- getMinAsyncContentLength() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
-
Deprecated.
- getMinGzipSize() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Get the minimum size, in bytes, that a response
Content-Lengthmust be before compression will trigger. - getMinMemoryMappedContentLength() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
-
Deprecated.
- getMinorVersion() - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- getMinRequestDataRate() - Method in class org.eclipse.jetty.server.HttpConfiguration
- getMinResponseDataRate() - Method in class org.eclipse.jetty.server.HttpConfiguration
- getMonitoredConnectors() - Method in class org.eclipse.jetty.server.LowResourceMonitor
- getMonitoredOrServerConnectors() - Method in class org.eclipse.jetty.server.LowResourceMonitor
- getMonitorThreads() - Method in class org.eclipse.jetty.server.LowResourceMonitor
- getMultipartFormDataCompliance() - Method in class org.eclipse.jetty.server.HttpConfiguration
- getMyExpiredSessionsStatement(Connection, SessionContext, long) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- getName() - Method in class org.eclipse.jetty.server.AbstractConnector
- getName() - Method in interface org.eclipse.jetty.server.Connector
-
Get the connector name if set.
- getName() - Method in class org.eclipse.jetty.server.session.SessionHandler.CookieConfig
- getName() - Method in interface org.eclipse.jetty.server.UserIdentity.Scope
- getNamedDispatcher(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- getNames() - Method in class org.eclipse.jetty.server.session.Session
- getNegotiatedProtocols() - Method in class org.eclipse.jetty.server.NegotiatingServerConnectionFactory
- getNewContextURL() - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
- getNext() - Method in class org.eclipse.jetty.server.HttpInput.ChainedInterceptor
- getNextInterceptor() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor
- getNextInterceptor() - Method in class org.eclipse.jetty.server.HttpChannel
- getNextInterceptor() - Method in interface org.eclipse.jetty.server.HttpOutput.Interceptor
- getNextProtocol() - Method in class org.eclipse.jetty.server.SslConnectionFactory
- getObjectContextBasis() - Method in class org.eclipse.jetty.server.handler.jmx.AbstractHandlerMBean
- getObjectContextBasis() - Method in class org.eclipse.jetty.server.jmx.AbstractConnectorMBean
- getOriginalURI() - Method in class org.eclipse.jetty.server.Request
- getOutputAggregationSize() - Method in class org.eclipse.jetty.server.HttpConfiguration
- getOutputBufferSize() - Method in class org.eclipse.jetty.server.HttpConfiguration
- getOutputStream() - Method in class org.eclipse.jetty.server.handler.DebugHandler
-
Deprecated.
- getOutputStream() - Method in class org.eclipse.jetty.server.Response
- getParameter(String) - Method in class org.eclipse.jetty.server.Request
- getParameterMap() - Method in class org.eclipse.jetty.server.Request
- getParameterNames() - Method in class org.eclipse.jetty.server.Request
- getParameterValues(String) - Method in class org.eclipse.jetty.server.Request
- getParser() - Method in class org.eclipse.jetty.server.HttpConnection
- getPart(String) - Method in interface org.eclipse.jetty.server.MultiParts
- getPart(String) - Method in class org.eclipse.jetty.server.MultiParts.MultiPartsHttpParser
- getPart(String) - Method in class org.eclipse.jetty.server.MultiParts.MultiPartsUtilParser
- getPart(String) - Method in class org.eclipse.jetty.server.Request
- getPart(String) - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
- getParts() - Method in interface org.eclipse.jetty.server.MultiParts
- getParts() - Method in class org.eclipse.jetty.server.MultiParts.MultiPartsHttpParser
- getParts() - Method in class org.eclipse.jetty.server.MultiParts.MultiPartsUtilParser
- getParts() - Method in class org.eclipse.jetty.server.Request
- getParts() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
- getPath() - Method in class org.eclipse.jetty.server.AsyncContextEvent
- getPath() - Method in interface org.eclipse.jetty.server.PushBuilder
- getPath() - Method in class org.eclipse.jetty.server.PushBuilderImpl
- getPath() - Method in class org.eclipse.jetty.server.session.SessionHandler.CookieConfig
- getPathIncludeExclude() - Method in class org.eclipse.jetty.server.handler.BufferedResponseHandler
- getPathInfo() - Method in class org.eclipse.jetty.server.Request
- getPathInfo() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
- getPathTranslated() - Method in class org.eclipse.jetty.server.Request
- getPathTranslated() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
- getPeriod() - Method in class org.eclipse.jetty.server.AcceptRateLimit
- getPeriod() - Method in class org.eclipse.jetty.server.LowResourceMonitor
- getPort() - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
- getPort() - Method in interface org.eclipse.jetty.server.NetworkConnector
- getPort() - Method in class org.eclipse.jetty.server.ShutdownMonitor
- getPrecompressedContents() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
- getPrecompressedFormats() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
- getPrecompressedFormats() - Method in class org.eclipse.jetty.server.ResourceService
- getPreferProxiedForAddress() - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Deprecated.Retrieved log X-Forwarded-For IP address flag.
- getPrev() - Method in class org.eclipse.jetty.server.HttpInput.ChainedInterceptor
- getProtectedTargets() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getProtocol() - Method in class org.eclipse.jetty.server.AbstractConnectionFactory
- getProtocol() - Method in interface org.eclipse.jetty.server.ConnectionFactory
- getProtocol() - Method in class org.eclipse.jetty.server.NegotiatingServerConnection
- getProtocol() - Method in class org.eclipse.jetty.server.Request
- getProtocols() - Method in class org.eclipse.jetty.server.AbstractConnectionFactory
- getProtocols() - Method in class org.eclipse.jetty.server.AbstractConnector
- getProtocols() - Method in interface org.eclipse.jetty.server.ConnectionFactory
- getProtocols() - Method in interface org.eclipse.jetty.server.Connector
- getProtocols() - Method in class org.eclipse.jetty.server.NegotiatingServerConnection
- getProxyAsAuthority() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
- getPushBuilder() - Method in class org.eclipse.jetty.server.Request
-
Get a PushBuilder associated with this request initialized as follows: The method is initialized to "GET" The headers from this request are copied to the Builder, except for: Conditional headers (eg.
- getQueryEncoding() - Method in class org.eclipse.jetty.server.Request
- getQueryParameters() - Method in class org.eclipse.jetty.server.Request
- getQueryString() - Method in interface org.eclipse.jetty.server.PushBuilder
- getQueryString() - Method in class org.eclipse.jetty.server.PushBuilderImpl
- getQueryString() - Method in class org.eclipse.jetty.server.Request
- getQueryString() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
- getRandom() - Method in class org.eclipse.jetty.server.session.DefaultSessionIdManager
- getRate() - Method in class org.eclipse.jetty.server.AcceptRateLimit
- getReadableByteChannel() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
- getReader() - Method in class org.eclipse.jetty.server.Request
- getRealPath(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
- getRealPath(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- getRealPath(String) - Method in class org.eclipse.jetty.server.Request
- getReason() - Method in class org.eclipse.jetty.server.LowResourceMonitor.ConnectorsThreadPoolLowResourceCheck
- getReason() - Method in interface org.eclipse.jetty.server.LowResourceMonitor.LowResourceCheck
- getReason() - Method in class org.eclipse.jetty.server.LowResourceMonitor.MainThreadPoolLowResourceCheck
- getReason() - Method in class org.eclipse.jetty.server.LowResourceMonitor.MaxConnectionsLowResourceCheck
- getReason() - Method in class org.eclipse.jetty.server.LowResourceMonitor.MemoryLowResourceCheck
- getReason() - Method in class org.eclipse.jetty.server.Response
- getReasons() - Method in class org.eclipse.jetty.server.LowResourceMonitor
- getRefreshCookieAge() - Method in class org.eclipse.jetty.server.session.SessionHandler
- getRemote(Request) - Method in class org.eclipse.jetty.server.handler.ThreadLimitHandler
- getRemoteAddr() - Method in class org.eclipse.jetty.server.Request
- getRemoteAddr(String) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
- getRemoteAddress() - Method in class org.eclipse.jetty.server.HttpChannel
- getRemoteAddress() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
- getRemoteHost() - Method in class org.eclipse.jetty.server.Request
- getRemoteInetSocketAddress() - Method in class org.eclipse.jetty.server.Request
-
Access the underlying Remote
InetSocketAddressfor this request. - getRemoteIP(Request) - Method in class org.eclipse.jetty.server.handler.ThreadLimitHandler
- getRemotePort() - Method in class org.eclipse.jetty.server.Request
- getRemoteUser() - Method in class org.eclipse.jetty.server.Request
- getRemoteUser() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
- getRequest() - Method in class org.eclipse.jetty.server.AsyncContextState
- getRequest() - Method in class org.eclipse.jetty.server.HttpChannel
- getRequestBuffer() - Method in class org.eclipse.jetty.server.HttpConnection
- getRequestCookieCompliance() - Method in class org.eclipse.jetty.server.HttpConfiguration
- getRequestDispatcher(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
- getRequestDispatcher(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- getRequestDispatcher(String) - Method in class org.eclipse.jetty.server.Request
- getRequestedSessionId() - Method in class org.eclipse.jetty.server.Request
- getRequestedSessionId() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
- getRequestHeaderSize() - Method in class org.eclipse.jetty.server.HttpConfiguration
- getRequestLog() - Method in class org.eclipse.jetty.server.handler.RequestLogHandler
- getRequestLog() - Method in class org.eclipse.jetty.server.HttpChannel
- getRequestLog() - Method in class org.eclipse.jetty.server.Server
- getRequests() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- getRequests() - Method in class org.eclipse.jetty.server.HttpChannel
- getRequests() - Method in class org.eclipse.jetty.server.session.Session
-
Returns the current number of requests that are active in the Session.
- getRequestsActive() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- getRequestsActiveMax() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- getRequestTimeMax() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- getRequestTimeMean() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- getRequestTimeStdDev() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- getRequestTimeTotal() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- getRequestURI() - Method in class org.eclipse.jetty.server.Request
- getRequestURI() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
- getRequestURL() - Method in class org.eclipse.jetty.server.Request
- getRequestURL() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
- getReseed() - Method in class org.eclipse.jetty.server.session.DefaultSessionIdManager
- getResolvedUserIdentity() - Method in class org.eclipse.jetty.server.Request
- getResource() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
- getResource(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
- getResource(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getResource(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- getResource(String) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
- getResourceAsStream(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
- getResourceAsStream(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- getResourceBase() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getResourceBase() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
- getResourcePaths(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
- getResourcePaths(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getResourcePaths(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- getResponse() - Method in class org.eclipse.jetty.server.AsyncContextState
- getResponse() - Method in class org.eclipse.jetty.server.HttpChannel
- getResponse() - Method in class org.eclipse.jetty.server.LocalConnector.LocalEndPoint
-
Wait for a response using a parser to detect the end of message
- getResponse() - Method in class org.eclipse.jetty.server.Request
- getResponse(boolean, long, TimeUnit) - Method in class org.eclipse.jetty.server.LocalConnector.LocalEndPoint
-
Wait for a response using a parser to detect the end of message
- getResponse(String) - Method in class org.eclipse.jetty.server.LocalConnector
-
Get a single response using a parser to search for the end of the message.
- getResponse(String, boolean, long, TimeUnit) - Method in class org.eclipse.jetty.server.LocalConnector
-
Get a single response using a parser to search for the end of the message.
- getResponse(String, long, TimeUnit) - Method in class org.eclipse.jetty.server.LocalConnector
-
Get a single response using a parser to search for the end of the message.
- getResponse(ByteBuffer) - Method in class org.eclipse.jetty.server.LocalConnector
-
Get a single response using a parser to search for the end of the message.
- getResponse(ByteBuffer, boolean, long, TimeUnit) - Method in class org.eclipse.jetty.server.LocalConnector
-
Get a single response using a parser to search for the end of the message.
- getResponse(ByteBuffer, long, TimeUnit) - Method in class org.eclipse.jetty.server.LocalConnector
-
Get a single response using a parser to search for the end of the message.
- getResponseCookieCompliance() - Method in class org.eclipse.jetty.server.HttpConfiguration
- getResponseData() - Method in class org.eclipse.jetty.server.LocalConnector.LocalEndPoint
-
Remaining output ByteBuffer after calls to
LocalConnector.LocalEndPoint.getResponse()orLocalConnector.LocalEndPoint.waitForResponse(boolean, long, TimeUnit) - getResponseHeaderSize() - Method in class org.eclipse.jetty.server.HttpConfiguration
- getResponses(String) - Method in class org.eclipse.jetty.server.LocalConnector
-
Deprecated.
- getResponses(String, long, TimeUnit) - Method in class org.eclipse.jetty.server.LocalConnector
-
Deprecated.
- getResponses(ByteBuffer) - Method in class org.eclipse.jetty.server.LocalConnector
-
Deprecated.
- getResponses(ByteBuffer, long, TimeUnit) - Method in class org.eclipse.jetty.server.LocalConnector
-
Deprecated.
- 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
-
Deprecated.Retrieve the number of days before rotated log files are deleted.
- getRetainDays() - Method in class org.eclipse.jetty.server.RequestLogWriter
-
Retrieve the number of days before rotated log files are deleted.
- getReuseAddress() - Method in class org.eclipse.jetty.server.ServerConnector
- getRoleRefMap() - Method in interface org.eclipse.jetty.server.UserIdentity.Scope
- getRootURL() - Method in class org.eclipse.jetty.server.Request
-
Reconstructs the URL the client used to make the request.
- getSavePeriodSec() - Method in class org.eclipse.jetty.server.session.AbstractSessionDataStore
- getSavePeriodSec() - Method in class org.eclipse.jetty.server.session.AbstractSessionDataStoreFactory
- getScheduler() - Method in class org.eclipse.jetty.server.AbstractConnector
- getScheduler() - Method in interface org.eclipse.jetty.server.Connector
- getScheduler() - Method in class org.eclipse.jetty.server.HttpChannel
- getScheduler() - Method in class org.eclipse.jetty.server.session.SessionHandler
- getSchemaName() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- getScheme() - Method in class org.eclipse.jetty.server.Request
- getSecureCookies() - Method in class org.eclipse.jetty.server.session.SessionHandler
- getSecurePort() - Method in class org.eclipse.jetty.server.HttpConfiguration
- getSecureScheme() - Method in class org.eclipse.jetty.server.HttpConfiguration
- getSelectorManager() - Method in class org.eclipse.jetty.server.ServerConnector
- getSendDateHeader() - Method in class org.eclipse.jetty.server.HttpConfiguration
- getSendServerVersion() - Method in class org.eclipse.jetty.server.HttpConfiguration
- getSendXPoweredBy() - Method in class org.eclipse.jetty.server.HttpConfiguration
- getServeIcon() - Method in class org.eclipse.jetty.server.handler.DefaultHandler
- getServer() - Method in class org.eclipse.jetty.server.AbstractConnector
- getServer() - Method in interface org.eclipse.jetty.server.Connector
- getServer() - Method in class org.eclipse.jetty.server.handler.AbstractHandler
- getServer() - Method in interface org.eclipse.jetty.server.Handler
- getServer() - Method in class org.eclipse.jetty.server.HttpChannel
- getServer() - Method in class org.eclipse.jetty.server.HttpConnection
- getServer() - Method in class org.eclipse.jetty.server.session.DefaultSessionIdManager
- getServerInfo() - Static method in class org.eclipse.jetty.server.handler.ContextHandler
- getServerInfo() - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- getServerName() - Method in class org.eclipse.jetty.server.Request
- getServerPort() - Method in class org.eclipse.jetty.server.Request
- getServlet(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
-
Deprecated.
- getServletContext() - Method in class org.eclipse.jetty.server.AsyncContextEvent
- getServletContext() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getServletContext() - Method in class org.eclipse.jetty.server.Request
- getServletContext() - Method in class org.eclipse.jetty.server.session.Session
- getServletContextName() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
- getServletContextName() - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- getServletName() - Method in class org.eclipse.jetty.server.Request
- getServletNames() - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
-
Deprecated.
- getServletPath() - Method in class org.eclipse.jetty.server.Request
- getServletPath() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
- getServletRegistration(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- getServletRegistrations() - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- getServletResponse() - Method in class org.eclipse.jetty.server.HttpChannelState
- getServletResponse() - Method in class org.eclipse.jetty.server.Request
- getServletResponse(AsyncContextEvent) - Method in class org.eclipse.jetty.server.HttpChannelState
- getServlets() - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
-
Deprecated.
- getSession() - Method in class org.eclipse.jetty.server.Request
- getSession() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
- getSession() - Method in class org.eclipse.jetty.server.session.Session
- getSession() - Method in interface org.eclipse.jetty.server.session.SessionHandler.SessionIf
- getSession(boolean) - Method in class org.eclipse.jetty.server.Request
- getSession(boolean) - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
- getSession(String) - Method in class org.eclipse.jetty.server.session.SessionHandler
-
Get a known existing session
- getSessionCache() - Method in class org.eclipse.jetty.server.session.SessionHandler
- getSessionCache(SessionHandler) - Method in class org.eclipse.jetty.server.session.DefaultSessionCacheFactory
- getSessionCache(SessionHandler) - Method in class org.eclipse.jetty.server.session.NullSessionCacheFactory
- getSessionCache(SessionHandler) - Method in interface org.eclipse.jetty.server.session.SessionCacheFactory
- getSessionContext() - Method in class org.eclipse.jetty.server.session.Session
-
Deprecated.
- getSessionContext() - Method in exception org.eclipse.jetty.server.session.UnreadableSessionDataException
- getSessionContext() - Method in exception org.eclipse.jetty.server.session.UnwriteableSessionDataException
- getSessionCookie() - Method in class org.eclipse.jetty.server.session.SessionHandler
- getSessionCookie(HttpSession, String, boolean) - Method in class org.eclipse.jetty.server.session.SessionHandler
-
A session cookie is marked as secure IFF any of the following conditions are true: SessionCookieConfig.setSecure == true SessionCookieConfig.setSecure == false && _secureRequestOnly==true && request is HTTPS According to SessionCookieConfig javadoc, case 1 can be used when: "...
- getSessionCookieConfig() - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- getSessionCookieConfig() - Method in class org.eclipse.jetty.server.session.SessionHandler
- getSessionData() - Method in class org.eclipse.jetty.server.session.Session
- getSessionDataMap() - Method in class org.eclipse.jetty.server.session.CachingSessionDataStore
- getSessionDataMap() - Method in interface org.eclipse.jetty.server.session.SessionDataMapFactory
- getSessionDataStore() - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
- getSessionDataStore() - Method in interface org.eclipse.jetty.server.session.SessionCache
- getSessionDataStore(SessionHandler) - Method in class org.eclipse.jetty.server.session.CachingSessionDataStoreFactory
- getSessionDataStore(SessionHandler) - Method in class org.eclipse.jetty.server.session.FileSessionDataStoreFactory
- getSessionDataStore(SessionHandler) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStoreFactory
- getSessionDataStore(SessionHandler) - Method in class org.eclipse.jetty.server.session.NullSessionDataStoreFactory
- getSessionDataStore(SessionHandler) - Method in interface org.eclipse.jetty.server.session.SessionDataStoreFactory
- getSessionDomain() - Method in class org.eclipse.jetty.server.session.SessionHandler
- getSessionHandler() - Method in class org.eclipse.jetty.server.Request
- getSessionHandler() - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
- getSessionHandler() - Method in class org.eclipse.jetty.server.session.Session
- getSessionHandler() - Method in interface org.eclipse.jetty.server.session.SessionCache
- getSessionHandler() - Method in class org.eclipse.jetty.server.session.SessionContext
- getSessionHandlers() - Method in class org.eclipse.jetty.server.session.DefaultSessionIdManager
-
Get SessionManager for every context.
- getSessionHandlers() - Method in interface org.eclipse.jetty.server.SessionIdManager
-
Get the set of all session handlers for this node
- getSessionHouseKeeper() - Method in class org.eclipse.jetty.server.session.DefaultSessionIdManager
- getSessionHouseKeeper() - Method in interface org.eclipse.jetty.server.SessionIdManager
- getSessionId() - Method in interface org.eclipse.jetty.server.PushBuilder
- getSessionId() - Method in class org.eclipse.jetty.server.PushBuilderImpl
- getSessionIdManager() - Method in class org.eclipse.jetty.server.Server
- getSessionIdManager() - Method in class org.eclipse.jetty.server.session.SessionHandler
-
Gets the cross context session id manager
- getSessionIdPathParameterName() - Method in class org.eclipse.jetty.server.session.SessionHandler
- getSessionIdPathParameterNamePrefix() - Method in class org.eclipse.jetty.server.session.SessionHandler
- getSessionPath() - Method in class org.eclipse.jetty.server.session.SessionHandler
- getSessionsCreated() - Method in class org.eclipse.jetty.server.session.SessionHandler
- getSessionsCurrent() - Method in class org.eclipse.jetty.server.session.DefaultSessionCache
- getSessionsMax() - Method in class org.eclipse.jetty.server.session.DefaultSessionCache
- getSessionStore() - Method in class org.eclipse.jetty.server.session.CachingSessionDataStore
- getSessionsTotal() - Method in class org.eclipse.jetty.server.session.DefaultSessionCache
- getSessionTimeMax() - Method in class org.eclipse.jetty.server.session.SessionHandler
- getSessionTimeMean() - Method in class org.eclipse.jetty.server.session.SessionHandler
- getSessionTimeStdDev() - Method in class org.eclipse.jetty.server.session.SessionHandler
- getSessionTimeTotal() - Method in class org.eclipse.jetty.server.session.SessionHandler
- getShowContexts() - Method in class org.eclipse.jetty.server.handler.DefaultHandler
- getShowMessageInTitle() - Method in class org.eclipse.jetty.server.handler.ErrorHandler
- getShutdownToken() - Method in class org.eclipse.jetty.server.handler.ShutdownHandler
- getSize() - Method in class org.eclipse.jetty.server.InclusiveByteRange
- getSoLingerTime() - Method in class org.eclipse.jetty.server.ServerConnector
-
Deprecated.don't use as socket close linger time has undefined behavior for non-blocking sockets
- getSslContextFactory() - Method in class org.eclipse.jetty.server.SslConnectionFactory
- getSSLEngine() - Method in class org.eclipse.jetty.server.NegotiatingServerConnection
- getSslSessionAttribute() - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
- getStartedMillis() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
Deprecated.
- getStartupTime() - Method in class org.eclipse.jetty.server.jmx.ServerMBean
- getState() - Method in class org.eclipse.jetty.server.HttpChannel
- getState() - Method in class org.eclipse.jetty.server.HttpChannelState
- getStatsOnMs() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- getStatus() - Method in class org.eclipse.jetty.server.Response
- getStatus() - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
- getStatusString() - Method in class org.eclipse.jetty.server.HttpChannelState
- getStopAtShutdown() - Method in class org.eclipse.jetty.server.Server
- getStoreDir() - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
- getStoreDir() - Method in class org.eclipse.jetty.server.session.FileSessionDataStoreFactory
- getStringType() - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
- getStsMaxAge() - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
- getStylesheet() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
- getSubject() - Method in interface org.eclipse.jetty.server.UserIdentity
- getSuspendedContext() - Method in class org.eclipse.jetty.server.AsyncContextEvent
- getTableName() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- getThreadLimit() - Method in class org.eclipse.jetty.server.handler.ThreadLimitHandler
- getThreadLimit(String) - Method in class org.eclipse.jetty.server.handler.ThreadLimitHandler
- getThreadPool() - Method in class org.eclipse.jetty.server.Server
- getThrowable() - Method in class org.eclipse.jetty.server.AsyncContextEvent
- getTimeout() - Method in class org.eclipse.jetty.server.AsyncContextState
- getTimeout() - Method in class org.eclipse.jetty.server.HttpChannelState
- getTimeStamp() - Method in class org.eclipse.jetty.server.Request
-
Get Request TimeStamp
- getTimeZone() - Method in class org.eclipse.jetty.server.RequestLogWriter
- getTrailers() - Method in class org.eclipse.jetty.server.Request
- getTrailers() - Method in class org.eclipse.jetty.server.Response
- getTransport() - Method in interface org.eclipse.jetty.server.Connector
- getTransport() - Method in class org.eclipse.jetty.server.LocalConnector
- getTransport() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
- getTransport() - Method in class org.eclipse.jetty.server.ServerConnector
- getUnits() - Method in class org.eclipse.jetty.server.AcceptRateLimit
- getUpdateSessionStatement(Connection, String, SessionContext) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- getUpdateStatement(Connection, String, SessionContext) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- getURI() - Method in class org.eclipse.jetty.server.Server
- getUserIdentity() - Method in interface org.eclipse.jetty.server.Authentication.User
- getUserIdentity() - Method in class org.eclipse.jetty.server.Request
- getUserIdentityScope() - Method in class org.eclipse.jetty.server.Request
- getUserPrincipal() - Method in class org.eclipse.jetty.server.Request
- getUserPrincipal() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
- getUserPrincipal() - Method in interface org.eclipse.jetty.server.UserIdentity
- getValue(String) - Method in class org.eclipse.jetty.server.session.Session
-
Deprecated.
- getValueNames() - Method in class org.eclipse.jetty.server.session.Session
-
Deprecated.As of Version 2.2, this method is replaced by
Session.getAttributeNames() - getVaryField() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
- getVersion() - Static method in class org.eclipse.jetty.server.Server
- getVhost() - Method in class org.eclipse.jetty.server.session.SessionContext
- getVhost() - Method in class org.eclipse.jetty.server.session.SessionData
- getVHost() - Method in class org.eclipse.jetty.server.session.Session
- getVirtualHostColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- getVirtualHosts() - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Get the virtual hosts for the context.
- getVirtualServerName() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
- getVirtualServerName() - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- getWelcomeFactory() - Method in class org.eclipse.jetty.server.ResourceService
- getWelcomeFile(String) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
- getWelcomeFile(String) - Method in interface org.eclipse.jetty.server.ResourceService.WelcomeFactory
-
Finds a matching welcome file for the supplied
Resource. - getWelcomeFiles() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- getWelcomeFiles() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
- getWorkerName() - Method in class org.eclipse.jetty.server.session.DefaultSessionIdManager
-
Get the workname.
- getWorkerName() - Method in class org.eclipse.jetty.server.session.SessionContext
- getWorkerName() - Method in interface org.eclipse.jetty.server.SessionIdManager
- getWriter() - Method in class org.eclipse.jetty.server.CustomRequestLog
- getWriter() - Method in class org.eclipse.jetty.server.Response
- getWritten() - Method in class org.eclipse.jetty.server.HttpOutput
- GZIP - Static variable in class org.eclipse.jetty.server.handler.gzip.GzipHandler
- GzipFactory - Interface in org.eclipse.jetty.server.handler.gzip
- GzipHandler - Class in org.eclipse.jetty.server.handler.gzip
-
A Handler that can dynamically GZIP uncompress requests, and compress responses.
- GzipHandler() - Constructor for class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Instantiates a new GzipHandler.
- GzipHttpInputInterceptor - Class in org.eclipse.jetty.server.handler.gzip
-
A HttpInput Interceptor that inflates GZIP encoded request content.
- GzipHttpInputInterceptor(ByteBufferPool, int) - Constructor for class org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor
- GzipHttpOutputInterceptor - Class in org.eclipse.jetty.server.handler.gzip
- GzipHttpOutputInterceptor(GzipFactory, HttpField, int, HttpChannel, HttpOutput.Interceptor, boolean) - Constructor for class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor
- GzipHttpOutputInterceptor(GzipFactory, HttpField, HttpChannel, HttpOutput.Interceptor, boolean) - Constructor for class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor
- GzipHttpOutputInterceptor(GzipFactory, HttpChannel, HttpOutput.Interceptor, boolean) - Constructor for class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor
H
- handle() - Method in class org.eclipse.jetty.server.HttpChannel
- handle(Runnable) - Method in class org.eclipse.jetty.server.handler.ContextHandler
- handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.AbstractHandler.ErrorDispatchHandler
- handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.AbstractHandler
- handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.AsyncDelayHandler
- handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.BufferedResponseHandler
- handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ContextHandlerCollection
- handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.DebugHandler
-
Deprecated.
- handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.DefaultHandler
- handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
- handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
- handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in interface org.eclipse.jetty.server.Handler
-
Handle a request.
- handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.HandlerCollection
- handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.HandlerList
- handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.HandlerWrapper
- handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.HotSwapHandler
- handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.IdleTimeoutHandler
- handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.InetAccessHandler
-
Checks the incoming request against the whitelist and blacklist
- handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
-
Deprecated.Checks the incoming request against the whitelist and blacklist
- handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.RequestLogHandler
- handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
- handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ScopedHandler
-
------------------------------------------------------------
- handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.SecuredRedirectHandler
- handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ShutdownHandler
- handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ThreadLimitHandler
- handle(HttpChannel) - Method in class org.eclipse.jetty.server.Server
- handle(Request, Runnable) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Handle a runnable in the scope of this context and a particular request
- handleAcceptFailure(Throwable) - Method in class org.eclipse.jetty.server.AbstractConnector
- handleAcceptFailure(Throwable) - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
- handleAsync(HttpChannel) - Method in class org.eclipse.jetty.server.Server
- handleErrorPage(HttpServletRequest, Writer, int, String) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
- handleException(Throwable) - Method in class org.eclipse.jetty.server.HttpChannel
-
Sends an error 500, performing a special logic to detect whether the request is suspended, to avoid concurrent writes from the application.
- handleException(Throwable) - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
- handleOptions(Request, Response) - Method in class org.eclipse.jetty.server.Server
- Handler - Interface in org.eclipse.jetty.server
-
A Jetty Server Handler.
- HandlerCollection - Class in org.eclipse.jetty.server.handler
-
A collection of handlers.
- HandlerCollection() - Constructor for class org.eclipse.jetty.server.handler.HandlerCollection
- HandlerCollection(boolean, Handler...) - Constructor for class org.eclipse.jetty.server.handler.HandlerCollection
- HandlerCollection(Handler...) - Constructor for class org.eclipse.jetty.server.handler.HandlerCollection
- HandlerCollection.Handlers - Class in org.eclipse.jetty.server.handler
- HandlerContainer - Interface in org.eclipse.jetty.server
-
A Handler that contains other Handlers.
- HandlerList - Class in org.eclipse.jetty.server.handler
-
HandlerList.
- HandlerList() - Constructor for class org.eclipse.jetty.server.handler.HandlerList
- HandlerList(Handler...) - Constructor for class org.eclipse.jetty.server.handler.HandlerList
- Handlers(Handler[]) - Constructor for class org.eclipse.jetty.server.handler.HandlerCollection.Handlers
- HandlerWrapper - Class in org.eclipse.jetty.server.handler
- HandlerWrapper() - Constructor for class org.eclipse.jetty.server.handler.HandlerWrapper
- handling() - Method in class org.eclipse.jetty.server.HttpChannelState
- hasContent() - Method in class org.eclipse.jetty.server.HttpInput.Content
- hasContent() - Method in class org.eclipse.jetty.server.HttpInput
- hashCode() - Method in class org.eclipse.jetty.server.InclusiveByteRange
- hasListener(AsyncListener) - Method in class org.eclipse.jetty.server.HttpChannelState
- hasMetaData() - Method in class org.eclipse.jetty.server.Request
- hasOriginalRequestAndResponse() - Method in class org.eclipse.jetty.server.AsyncContextState
- hasTimeoutTask() - Method in class org.eclipse.jetty.server.AsyncContextEvent
- headerComplete() - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
- HomeBaseWarning - Class in org.eclipse.jetty.server
-
Display an optional Warning Message if the {jetty.home} and {jetty.base} are the same directory.
- HomeBaseWarning() - Constructor for class org.eclipse.jetty.server.HomeBaseWarning
- HostHeaderCustomizer - Class in org.eclipse.jetty.server
-
Customizes requests that lack the
Hostheader (for example, HTTP 1.0 requests). - HostHeaderCustomizer(String) - Constructor for class org.eclipse.jetty.server.HostHeaderCustomizer
- HostHeaderCustomizer(String, int) - Constructor for class org.eclipse.jetty.server.HostHeaderCustomizer
- HotSwapHandler - Class in org.eclipse.jetty.server.handler
-
A
HandlerContainerthat allows a hot swap of a wrapped handler. - HotSwapHandler() - Constructor for class org.eclipse.jetty.server.handler.HotSwapHandler
- HouseKeeper - Class in org.eclipse.jetty.server.session
-
HouseKeeper There is 1 session HouseKeeper per SessionIdManager instance.
- HouseKeeper() - Constructor for class org.eclipse.jetty.server.session.HouseKeeper
- HouseKeeper.Runner - Class in org.eclipse.jetty.server.session
-
Runner
- HTTP_ONLY_COMMENT - Static variable in class org.eclipse.jetty.server.Response
-
If this string is found within the comment of a cookie added with
Response.addCookie(Cookie), then the cookie will be set as HTTP ONLY. - HttpChannel - Class in org.eclipse.jetty.server
-
HttpChannel represents a single endpoint for HTTP semantic processing.
- HttpChannel(Connector, HttpConfiguration, EndPoint, HttpTransport) - Constructor for class org.eclipse.jetty.server.HttpChannel
- HttpChannel.Listener - Interface in org.eclipse.jetty.server
-
Listener for
HttpChannelevents. - HttpChannelOverHttp - Class in org.eclipse.jetty.server
-
A HttpChannel customized to be transported over the HTTP/1 protocol
- HttpChannelOverHttp(HttpConnection, Connector, HttpConfiguration, EndPoint, HttpTransport) - Constructor for class org.eclipse.jetty.server.HttpChannelOverHttp
- HttpChannelState - Class in org.eclipse.jetty.server
-
Implementation of AsyncContext interface that holds the state of request-response cycle.
- HttpChannelState(HttpChannel) - Constructor for class org.eclipse.jetty.server.HttpChannelState
- HttpChannelState.Action - Enum in org.eclipse.jetty.server
-
The actions to take as the channel moves from state to state.
- HttpChannelState.State - Enum in org.eclipse.jetty.server
-
The state of the HttpChannel,used to control the overall lifecycle.
- HttpConfiguration - Class in org.eclipse.jetty.server
-
HTTP Configuration.
- HttpConfiguration() - Constructor for class org.eclipse.jetty.server.HttpConfiguration
- HttpConfiguration(HttpConfiguration) - Constructor for class org.eclipse.jetty.server.HttpConfiguration
-
Creates a configuration from another.
- HttpConfiguration.ConnectionFactory - Interface in org.eclipse.jetty.server
- HttpConfiguration.Customizer - Interface in org.eclipse.jetty.server
-
An interface that allows a request object to be customized for a particular HTTP connector configuration.
- HttpConnection - Class in org.eclipse.jetty.server
-
A
Connectionthat handles the HTTP protocol. - HttpConnection(HttpConfiguration, Connector, EndPoint, HttpCompliance, boolean) - Constructor for class org.eclipse.jetty.server.HttpConnection
- HttpConnectionFactory - Class in org.eclipse.jetty.server
-
A Connection Factory for HTTP Connections.
- HttpConnectionFactory() - Constructor for class org.eclipse.jetty.server.HttpConnectionFactory
- HttpConnectionFactory(HttpConfiguration) - Constructor for class org.eclipse.jetty.server.HttpConnectionFactory
- HttpConnectionFactory(HttpConfiguration, HttpCompliance) - Constructor for class org.eclipse.jetty.server.HttpConnectionFactory
- HttpInput - Class in org.eclipse.jetty.server
- HttpInput(HttpChannelState) - Constructor for class org.eclipse.jetty.server.HttpInput
- HttpInput.ChainedInterceptor - Class in org.eclipse.jetty.server
-
An
HttpInput.Interceptorthat chains two otherHttpInput.Interceptors together. - HttpInput.Content - Class in org.eclipse.jetty.server
- HttpInput.EofContent - Class in org.eclipse.jetty.server
- HttpInput.EOFState - Class in org.eclipse.jetty.server
- HttpInput.ErrorState - Class in org.eclipse.jetty.server
- HttpInput.Interceptor - Interface in org.eclipse.jetty.server
-
An interceptor for HTTP Request input.
- HttpInput.SentinelContent - Class in org.eclipse.jetty.server
-
A Sentinel Content, which has zero length content but indicates some other event in the input stream (eg EOF)
- HttpInput.State - Class in org.eclipse.jetty.server
- HttpInputOverHTTP - Class in org.eclipse.jetty.server
- HttpInputOverHTTP(HttpChannelState) - Constructor for class org.eclipse.jetty.server.HttpInputOverHTTP
- HttpOutput - Class in org.eclipse.jetty.server
-
HttpOutputimplementsServletOutputStreamas required by the Servlet specification. - HttpOutput(HttpChannel) - Constructor for class org.eclipse.jetty.server.HttpOutput
- HttpOutput.Interceptor - Interface in org.eclipse.jetty.server
-
The HttpOutput.Interceptor is a single intercept point for all output written to the HttpOutput: via writer; via output stream; asynchronously; or blocking.
- HttpTransport - Interface in org.eclipse.jetty.server
-
Abstraction of the outbound HTTP transport.
- HttpWriter - Class in org.eclipse.jetty.server
- HttpWriter(HttpOutput) - Constructor for class org.eclipse.jetty.server.HttpWriter
I
- IDLE - org.eclipse.jetty.server.HttpChannelState.State
- IdleTimeoutHandler - Class in org.eclipse.jetty.server.handler
-
Handler to adjust the idle timeout of requests while dispatched.
- IdleTimeoutHandler() - Constructor for class org.eclipse.jetty.server.handler.IdleTimeoutHandler
- include() - Method in class org.eclipse.jetty.server.Response
- include(String) - Method in class org.eclipse.jetty.server.handler.InetAccessHandler
-
Includes an InetAddress pattern
- include(String) - Method in class org.eclipse.jetty.server.handler.ThreadLimitHandler
- include(String...) - Method in class org.eclipse.jetty.server.handler.InetAccessHandler
-
Includes InetAddress patterns
- include(ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.server.Dispatcher
- included() - Method in class org.eclipse.jetty.server.Response
- InclusiveByteRange - Class in org.eclipse.jetty.server
-
Byte range inclusive of end points.
- InclusiveByteRange(long, long) - Constructor for class org.eclipse.jetty.server.InclusiveByteRange
- InetAccessHandler - Class in org.eclipse.jetty.server.handler
-
InetAddress Access Handler
- InetAccessHandler() - Constructor for class org.eclipse.jetty.server.handler.InetAccessHandler
- initialize() - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
- initialize() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore
- initialize(SessionContext) - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
- initialize(SessionContext) - Method in class org.eclipse.jetty.server.session.AbstractSessionDataStore
- initialize(SessionContext) - Method in class org.eclipse.jetty.server.session.CachingSessionDataStore
- initialize(SessionContext) - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
- initialize(SessionContext) - Method in interface org.eclipse.jetty.server.session.SessionCache
- initialize(SessionContext) - Method in interface org.eclipse.jetty.server.session.SessionDataMap
-
Initialize this data map for the given context.
- initializeStore() - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
-
Read the names of the existing session files and build a map of fully qualified session ids (ie with context) to filename.
- initRandom() - Method in class org.eclipse.jetty.server.session.DefaultSessionIdManager
-
Set up a random number generator for the sessionids.
- insertHandler(HandlerWrapper) - Method in class org.eclipse.jetty.server.handler.HandlerWrapper
-
Replace the current handler with another HandlerWrapper linked to the current handler.
- INSTANCE - Static variable in class org.eclipse.jetty.server.MultiPartCleanerListener
- interruptAcceptors() - Method in class org.eclipse.jetty.server.AbstractConnector
- INVALID - org.eclipse.jetty.server.session.Session.State
- invalidate() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
- invalidate() - Method in class org.eclipse.jetty.server.session.Session
-
Called by users to invalidate a session, or called by the access method as a request enters the session if the session has expired, or called by manager as a result of scavenger expiring session
- invalidate(String) - Method in class org.eclipse.jetty.server.session.SessionHandler
-
Called by SessionIdManager to remove a session that has been invalidated, either by this context or another context.
- invalidateAll(String) - Method in class org.eclipse.jetty.server.session.DefaultSessionIdManager
- invalidateAll(String) - Method in interface org.eclipse.jetty.server.SessionIdManager
-
Invalidate all sessions on all contexts that share the same id.
- INVALIDATING - org.eclipse.jetty.server.session.Session.State
- IPAccessHandler - Class in org.eclipse.jetty.server.handler
-
Deprecated.
- IPAccessHandler() - Constructor for class org.eclipse.jetty.server.handler.IPAccessHandler
-
Deprecated.Creates new handler object
- IPAccessHandler(String[], String[]) - Constructor for class org.eclipse.jetty.server.handler.IPAccessHandler
-
Deprecated.Creates new handler object and initializes white- and black-list
- isAcceptable(String, String, String) - Method in interface org.eclipse.jetty.server.NegotiatingServerConnection.CipherDiscriminator
- isAccepting() - Method in class org.eclipse.jetty.server.AbstractConnector
- isAcceptingInLowResources() - Method in class org.eclipse.jetty.server.LowResourceMonitor
- isAcceptRanges() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
- isAcceptRanges() - Method in class org.eclipse.jetty.server.ResourceService
- isAddrUriAllowed(String, String) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
-
Deprecated.Check if specified request is allowed by current IPAccess rules.
- isAgentGzipable(String) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Test if the provided User-Agent is allowed based on the User-Agent filters.
- isAlive() - Method in class org.eclipse.jetty.server.ShutdownMonitor
- isAllContentWritten() - Method in class org.eclipse.jetty.server.HttpOutput
- isAllContentWritten(long) - Method in class org.eclipse.jetty.server.Response
- isAllowed(InetAddress, HttpServletRequest) - Method in class org.eclipse.jetty.server.handler.InetAccessHandler
-
Checks if specified address and request are allowed by current InetAddress rules.
- isAppend() - Method in class org.eclipse.jetty.server.NCSARequestLog
-
Deprecated.Retrieve append to log flag.
- isAppend() - Method in class org.eclipse.jetty.server.RequestLogWriter
-
Retrieve append to log flag.
- isApplyToAsync() - Method in class org.eclipse.jetty.server.handler.IdleTimeoutHandler
- isAsync() - Method in class org.eclipse.jetty.server.HttpChannelState
- isAsync() - Method in class org.eclipse.jetty.server.HttpInput
- isAsync() - Method in class org.eclipse.jetty.server.HttpOutput
- isAsyncComplete() - Method in class org.eclipse.jetty.server.HttpChannelState
- isAsyncStarted() - Method in class org.eclipse.jetty.server.HttpChannelState
- isAsyncStarted() - Method in class org.eclipse.jetty.server.Request
- isAsyncSupported() - Method in class org.eclipse.jetty.server.Request
- isAvailable() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- isCacheable(Resource) - Method in class org.eclipse.jetty.server.CachedContentFactory
- isCached() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
- isChanging() - Method in class org.eclipse.jetty.server.session.Session
- isCheckingRemoteSessionIdEncoding() - Method in class org.eclipse.jetty.server.session.SessionHandler
- isClosed() - Method in class org.eclipse.jetty.server.HttpOutput
- isCommitted() - Method in class org.eclipse.jetty.server.HttpChannel
- isCommitted() - Method in class org.eclipse.jetty.server.Response
- isCompactPath() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- isConditional() - Method in interface org.eclipse.jetty.server.PushBuilder
- isConditional() - Method in class org.eclipse.jetty.server.PushBuilderImpl
- isContentComplete(long) - Method in class org.eclipse.jetty.server.Response
- isCookieCompliance(CookieCompliance) - Method in class org.eclipse.jetty.server.HttpConfiguration
-
Deprecated.
- isDelayDispatchUntilContent() - Method in class org.eclipse.jetty.server.HttpConfiguration
- isDeleteUnrestorableFiles() - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
- isDeleteUnrestorableFiles() - Method in class org.eclipse.jetty.server.session.FileSessionDataStoreFactory
- isDirAllowed() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
- isDirAllowed() - Method in class org.eclipse.jetty.server.ResourceService
- isDirectBuffersForDecryption() - Method in class org.eclipse.jetty.server.SslConnectionFactory
- isDirectBuffersForEncryption() - Method in class org.eclipse.jetty.server.SslConnectionFactory
- isDirectoriesListed() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
-
Get the directory option.
- isDirty() - Method in class org.eclipse.jetty.server.session.SessionData
- isDiscardPathInfo() - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
- isDiscardQuery() - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
- isDumpAfterStart() - Method in class org.eclipse.jetty.server.Server
- isDumpBeforeStop() - Method in class org.eclipse.jetty.server.Server
- isDumpContext() - Method in class org.eclipse.jetty.server.DebugListener
- isEmpty() - Method in class org.eclipse.jetty.server.HttpInput.Content
- isEmpty() - Method in interface org.eclipse.jetty.server.MultiParts
- isEmpty() - Method in class org.eclipse.jetty.server.MultiParts.MultiPartsHttpParser
- isEmpty() - Method in class org.eclipse.jetty.server.MultiParts.MultiPartsUtilParser
- isEmptyStringNull() - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
- isEnabled() - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Deprecated.Is logging enabled
- isEnabled() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
- isEnabled() - Method in class org.eclipse.jetty.server.handler.ThreadLimitHandler
- isEnabled() - Method in class org.eclipse.jetty.server.NCSARequestLog
-
Deprecated.
- isEnabled() - Method in class org.eclipse.jetty.server.RequestLogWriter
-
Deprecated.
- isEnabled() - Method in class org.eclipse.jetty.server.Slf4jRequestLog
-
Deprecated.
- isEnabled() - Method in class org.eclipse.jetty.server.Slf4jRequestLogWriter
- isError() - Method in class org.eclipse.jetty.server.HttpInput
- isEtags() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
- isEtags() - Method in class org.eclipse.jetty.server.ResourceService
- isExitJvm() - Method in class org.eclipse.jetty.server.handler.ShutdownHandler
- isExitVm() - Method in class org.eclipse.jetty.server.ShutdownMonitor
- isExpecting100Continue() - Method in class org.eclipse.jetty.server.HttpChannel
- isExpecting100Continue() - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
- isExpecting102Processing() - Method in class org.eclipse.jetty.server.HttpChannel
- isExpecting102Processing() - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
- isExpired() - Method in class org.eclipse.jetty.server.HttpChannelState
- isExpiredAt(long) - Method in class org.eclipse.jetty.server.session.Session
-
Check to see if session has expired as at the time given.
- isExpiredAt(long) - Method in class org.eclipse.jetty.server.session.SessionData
- isExtended() - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Deprecated.Retrieve the extended request log format flag.
- isExtendedListenerTypes() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
- isFillInterested() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
- isFinished() - Method in class org.eclipse.jetty.server.HttpInput
- isFor(Locale, String) - Method in class org.eclipse.jetty.server.ResponseWriter
- isFormEncodedMethod(String) - Method in class org.eclipse.jetty.server.HttpConfiguration
-
Tests whether the HTTP method supports
x-www-form-urlencodedcontent - isGzip() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
-
Deprecated.
- isGzippedContent(String) - Method in class org.eclipse.jetty.server.ResourceService
- isHandled() - Method in class org.eclipse.jetty.server.Request
- isHead() - Method in class org.eclipse.jetty.server.Request
- isHttpOnly() - Method in class org.eclipse.jetty.server.session.SessionHandler.CookieConfig
- isIdChanged() - Method in class org.eclipse.jetty.server.session.Session
- isIdInUse(String) - Method in class org.eclipse.jetty.server.session.DefaultSessionIdManager
- isIdInUse(String) - Method in class org.eclipse.jetty.server.session.SessionHandler
-
Check if id is in use by this context
- isIdInUse(String) - Method in interface org.eclipse.jetty.server.SessionIdManager
- isIdle() - Method in class org.eclipse.jetty.server.HttpChannelState
- isIdleLongerThan(int) - Method in class org.eclipse.jetty.server.session.Session
-
Check if the Session has been idle longer than a number of seconds.
- isIncluding() - Method in class org.eclipse.jetty.server.Response
- isInheritChannel() - Method in class org.eclipse.jetty.server.ServerConnector
- isInitial() - Method in class org.eclipse.jetty.server.HttpChannelState
- isInputShutdown() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
- isLogDispatch() - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Deprecated.
- isLowOnResources() - Method in class org.eclipse.jetty.server.LowResourceMonitor.ConnectorsThreadPoolLowResourceCheck
- isLowOnResources() - Method in class org.eclipse.jetty.server.LowResourceMonitor
- isLowOnResources() - Method in interface org.eclipse.jetty.server.LowResourceMonitor.LowResourceCheck
- isLowOnResources() - Method in class org.eclipse.jetty.server.LowResourceMonitor.MainThreadPoolLowResourceCheck
- isLowOnResources() - Method in class org.eclipse.jetty.server.LowResourceMonitor.MaxConnectionsLowResourceCheck
- isLowOnResources() - Method in class org.eclipse.jetty.server.LowResourceMonitor.MemoryLowResourceCheck
- isMimeTypeBufferable(String) - Method in class org.eclipse.jetty.server.handler.BufferedResponseHandler
- isMimeTypeGzipable(String) - Method in interface org.eclipse.jetty.server.handler.gzip.GzipFactory
- isMimeTypeGzipable(String) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Test if the provided MIME type is allowed based on the MIME type filters.
- isNew() - Method in class org.eclipse.jetty.server.session.Session
- isNodeIdInSessionId() - Method in class org.eclipse.jetty.server.session.SessionHandler
- isNotifyRemoteAsyncErrors() - Method in class org.eclipse.jetty.server.HttpConfiguration
- Iso88591HttpWriter - Class in org.eclipse.jetty.server
- Iso88591HttpWriter(HttpOutput) - Constructor for class org.eclipse.jetty.server.Iso88591HttpWriter
- isOpen() - Method in interface org.eclipse.jetty.server.NetworkConnector
-
A Connector may be opened and not started (to reserve a port) or closed and running (to allow graceful shutdown of existing connections)
- isOpen() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
- isOpen() - Method in class org.eclipse.jetty.server.ServerConnector
- isOptimizedForDirectBuffers() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor
- isOptimizedForDirectBuffers() - Method in class org.eclipse.jetty.server.HttpChannel
- isOptimizedForDirectBuffers() - Method in class org.eclipse.jetty.server.HttpConnection
- isOptimizedForDirectBuffers() - Method in interface org.eclipse.jetty.server.HttpOutput.Interceptor
- isOptimizedForDirectBuffers() - Method in interface org.eclipse.jetty.server.HttpTransport
-
Is the underlying transport optimized for DirectBuffer usage
- isOptimizedForDirectBuffers() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
- isOurContextSessionFilename(String) - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
-
Check if the filename matches our session pattern and is a session for our context.
- isOutputShutdown() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
- isPassivating() - Method in class org.eclipse.jetty.server.session.CachingSessionDataStore
- isPassivating() - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
- isPassivating() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore
- isPassivating() - Method in class org.eclipse.jetty.server.session.NullSessionDataStore
- isPassivating() - Method in interface org.eclipse.jetty.server.session.SessionDataStore
-
True if this type of datastore will passivate session objects
- isPathBufferable(String) - Method in class org.eclipse.jetty.server.handler.BufferedResponseHandler
- isPathGzipable(String) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Test if the provided Request URI is allowed based on the Path Specs filters.
- isPathInfoOnly() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
- isPathInfoOnly() - Method in class org.eclipse.jetty.server.ResourceService
- isPermanent() - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
- isPersistent() - Method in class org.eclipse.jetty.server.HttpChannel
- isPersistentConnectionsEnabled() - Method in class org.eclipse.jetty.server.HttpConfiguration
- isProgrammaticListener(EventListener) - Method in class org.eclipse.jetty.server.handler.ContextHandler
- isProtectedTarget(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Check the target.
- isPush() - Method in class org.eclipse.jetty.server.Request
- isPushSupported() - Method in class org.eclipse.jetty.server.HttpConnection
- isPushSupported() - Method in interface org.eclipse.jetty.server.HttpTransport
- isPushSupported() - Method in class org.eclipse.jetty.server.Request
- isReady() - Method in class org.eclipse.jetty.server.HttpInput
- isReady() - Method in class org.eclipse.jetty.server.HttpOutput
- isRecordHttpComplianceViolations() - Method in class org.eclipse.jetty.server.HttpConnection
- isRecordHttpComplianceViolations() - Method in class org.eclipse.jetty.server.HttpConnectionFactory
- isRedirectWelcome() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
- isRedirectWelcome() - Method in class org.eclipse.jetty.server.ResourceService
- isRegistered(LifeCycle) - Static method in class org.eclipse.jetty.server.ShutdownMonitor
- isRemoveUnloadableSessions() - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
- isRemoveUnloadableSessions() - Method in class org.eclipse.jetty.server.session.DefaultSessionCacheFactory
- isRemoveUnloadableSessions() - Method in class org.eclipse.jetty.server.session.NullSessionCacheFactory
- isRemoveUnloadableSessions() - Method in interface org.eclipse.jetty.server.session.SessionCache
- isRenameThread() - Method in class org.eclipse.jetty.server.DebugListener
- isRequestBufferEmpty() - Method in class org.eclipse.jetty.server.HttpConnection
- isRequestCompleted() - Method in class org.eclipse.jetty.server.HttpChannel
- isRequestedSessionIdFromCookie() - Method in class org.eclipse.jetty.server.Request
- isRequestedSessionIdFromCookie() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
- isRequestedSessionIdFromUrl() - Method in class org.eclipse.jetty.server.Request
- isRequestedSessionIdFromUrl() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
- isRequestedSessionIdFromURL() - Method in class org.eclipse.jetty.server.Request
- isRequestedSessionIdFromURL() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
- isRequestedSessionIdValid() - Method in class org.eclipse.jetty.server.Request
- isRequestedSessionIdValid() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
- isResident() - Method in class org.eclipse.jetty.server.session.Session
- isResponseCompleted() - Method in class org.eclipse.jetty.server.HttpChannel
- isRowIdReserved() - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
-
rowId is a reserved word for Oracle, so change the name of this column
- isSaveOnCreate() - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
- isSaveOnCreate() - Method in class org.eclipse.jetty.server.session.DefaultSessionCacheFactory
- isSaveOnCreate() - Method in class org.eclipse.jetty.server.session.NullSessionCacheFactory
- isSaveOnCreate() - Method in interface org.eclipse.jetty.server.session.SessionCache
- isSaveOnInactiveEvict() - Method in class org.eclipse.jetty.server.session.DefaultSessionCacheFactory
- isSaveOnInactiveEviction() - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
-
Whether we should save a session that has been inactive before we boot it from the cache.
- isSaveOnInactiveEviction() - Method in interface org.eclipse.jetty.server.session.SessionCache
- isSecure() - Method in class org.eclipse.jetty.server.Request
- isSecure() - Method in class org.eclipse.jetty.server.session.SessionHandler.CookieConfig
- isSecureRequestOnly() - Method in class org.eclipse.jetty.server.session.SessionHandler
- isSendShutdownAtStart() - Method in class org.eclipse.jetty.server.handler.ShutdownHandler
- isSessionFilename(String) - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
-
Check if the filename is a session filename.
- isShowHeaders() - Method in class org.eclipse.jetty.server.DebugListener
- isShowStacks() - Method in class org.eclipse.jetty.server.handler.ErrorHandler
- isShutdown() - Method in class org.eclipse.jetty.server.AbstractConnector
- isShutdown() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- isShutdown() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- isSniHostCheck() - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
- isSslIsSecure() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
- isStsIncludeSubDomains() - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
- isSuspended() - Method in class org.eclipse.jetty.server.HttpChannelState
- isSyncFlush() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Is the
DeflaterrunningDeflater.SYNC_FLUSHor not. - isUseFileMappedBuffer() - Method in class org.eclipse.jetty.server.CachedContentFactory
- isUserInRole(String) - Method in class org.eclipse.jetty.server.Request
- isUserInRole(String) - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
- isUserInRole(String, UserIdentity.Scope) - Method in interface org.eclipse.jetty.server.UserIdentity
-
Check if the user is in a role.
- isUserInRole(UserIdentity.Scope, String) - Method in interface org.eclipse.jetty.server.Authentication.User
- isUsingCookies() - Method in class org.eclipse.jetty.server.session.SessionHandler
- isUsingSecurityManager() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- isUsingURLs() - Method in class org.eclipse.jetty.server.session.SessionHandler
- isValid() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedPrecompressedHttpContent
- isValid() - Method in class org.eclipse.jetty.server.session.Session
- isValid(HttpSession) - Method in class org.eclipse.jetty.server.session.SessionHandler
- isWriting() - Method in class org.eclipse.jetty.server.Response
- isWritten() - Method in class org.eclipse.jetty.server.HttpOutput
J
- JDBCSessionDataStore - Class in org.eclipse.jetty.server.session
-
JDBCSessionDataStore Session data stored in database
- JDBCSessionDataStore() - Constructor for class org.eclipse.jetty.server.session.JDBCSessionDataStore
- JDBCSessionDataStore.SessionTableSchema - Class in org.eclipse.jetty.server.session
-
SessionTableSchema
- JDBCSessionDataStoreFactory - Class in org.eclipse.jetty.server.session
-
JDBCSessionDataStoreFactory
- JDBCSessionDataStoreFactory() - Constructor for class org.eclipse.jetty.server.session.JDBCSessionDataStoreFactory
- join() - Method in class org.eclipse.jetty.server.AbstractConnector
- join() - Method in class org.eclipse.jetty.server.Server
- join(long) - Method in class org.eclipse.jetty.server.AbstractConnector
L
- lastModified(String) - Method in interface org.eclipse.jetty.server.PushBuilder
-
Set the last modified date to be used for conditional pushes.
- lastModified(String) - Method in class org.eclipse.jetty.server.PushBuilderImpl
- LEGACY - org.eclipse.jetty.server.MultiPartFormDataCompliance
-
Legacy
multiPart/form-dataparsing which is slow but forgiving. - limit() - Method in class org.eclipse.jetty.server.AcceptRateLimit
- limit() - Method in class org.eclipse.jetty.server.ConnectionLimit
- load(InputStream, String) - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
-
Load the session data from a file.
- load(String) - Method in class org.eclipse.jetty.server.session.AbstractSessionDataStore
- load(String) - Method in class org.eclipse.jetty.server.session.CachingSessionDataStore
- load(String) - Method in interface org.eclipse.jetty.server.session.SessionDataMap
-
Read in session data.
- loadClass(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
- LocalConnector - Class in org.eclipse.jetty.server
-
A local connector, mostly for testing purposes.
- LocalConnector(Server) - Constructor for class org.eclipse.jetty.server.LocalConnector
- LocalConnector(Server, Executor, Scheduler, ByteBufferPool, int, ConnectionFactory...) - Constructor for class org.eclipse.jetty.server.LocalConnector
- LocalConnector(Server, ConnectionFactory) - Constructor for class org.eclipse.jetty.server.LocalConnector
- LocalConnector(Server, ConnectionFactory, SslContextFactory) - Constructor for class org.eclipse.jetty.server.LocalConnector
- LocalConnector(Server, SslContextFactory) - Constructor for class org.eclipse.jetty.server.LocalConnector
- LocalConnector.LocalEndPoint - Class in org.eclipse.jetty.server
-
Local EndPoint
- LocalEndPoint() - Constructor for class org.eclipse.jetty.server.LocalConnector.LocalEndPoint
- lock() - Method in class org.eclipse.jetty.server.session.Session
-
Grab the lock on the session
- log(Exception, String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
- log(Exception, String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- log(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
- log(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- log(String, Object...) - Method in class org.eclipse.jetty.server.DebugListener
- log(String, Throwable) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
- log(String, Throwable) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- log(Request, Response) - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Deprecated.Writes the request and response information to the output stream.
- log(Request, Response) - Method in class org.eclipse.jetty.server.CustomRequestLog
-
Writes the request and response information to the output stream.
- log(Request, Response) - Method in class org.eclipse.jetty.server.RequestLog.Collection
- log(Request, Response) - Method in interface org.eclipse.jetty.server.RequestLog
- LOG - Variable in class org.eclipse.jetty.server.AbstractConnector
- LOG - Static variable in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Deprecated.
- LOG - Static variable in class org.eclipse.jetty.server.CustomRequestLog
- LOG - Static variable in class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor
- logExtended(StringBuilder, Request, Response) - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Deprecated.Writes extended request and response information to the output stream.
- login(String, Object, ServletRequest) - Method in interface org.eclipse.jetty.server.Authentication.LoginAuthentication
-
Login with the LOGIN authenticator
- login(String, String) - Method in class org.eclipse.jetty.server.Request
- login(String, String) - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
- logout() - Method in interface org.eclipse.jetty.server.Authentication.User
-
Deprecated.
- logout() - Method in class org.eclipse.jetty.server.Request
- logout() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
- logout(ServletRequest) - Method in interface org.eclipse.jetty.server.Authentication.LogoutAuthentication
-
Remove any user information that may be present in the request such that a call to getUserPrincipal/getRemoteUser will return null.
- lookup(String) - Method in class org.eclipse.jetty.server.CachedContentFactory
-
Deprecated.
- low(String, String) - Method in class org.eclipse.jetty.server.LowResourceMonitor
- LowResourceMonitor - Class in org.eclipse.jetty.server
-
A monitor for low resources, low resources can be detected by:
ThreadPool.isLowOnThreads()ifConnector.getExecutor()is an instance ofThreadPoolandLowResourceMonitor.setMonitorThreads(boolean)is true. IfLowResourceMonitor.setMaxMemory(long)is non zero then low resources is detected if the JVMsRuntimeinstance hasRuntime.totalMemory()minusRuntime.freeMemory()greater thanLowResourceMonitor.getMaxMemory()IfLowResourceMonitor.setMaxConnections(int)is non zero then low resources is detected if the total number of connections exceedsLowResourceMonitor.getMaxConnections(). - LowResourceMonitor(Server) - Constructor for class org.eclipse.jetty.server.LowResourceMonitor
- LowResourceMonitor.ConnectorsThreadPoolLowResourceCheck - Class in org.eclipse.jetty.server
- LowResourceMonitor.LowResourceCheck - Interface in org.eclipse.jetty.server
- LowResourceMonitor.MainThreadPoolLowResourceCheck - Class in org.eclipse.jetty.server
- LowResourceMonitor.MaxConnectionsLowResourceCheck - Class in org.eclipse.jetty.server
- LowResourceMonitor.MemoryLowResourceCheck - Class in org.eclipse.jetty.server
M
- main(String...) - Static method in class org.eclipse.jetty.server.Server
- MainThreadPoolLowResourceCheck() - Constructor for class org.eclipse.jetty.server.LowResourceMonitor.MainThreadPoolLowResourceCheck
- MANAGED_ATTRIBUTES - Static variable in class org.eclipse.jetty.server.handler.ContextHandler
-
If a context attribute with this name is set, it is interpreted as a comma separated list of attribute name.
- ManagedAttributeListener - Class in org.eclipse.jetty.server.handler
-
Enable Jetty style JMX MBeans from within a Context
- ManagedAttributeListener(ContextHandler, String...) - Constructor for class org.eclipse.jetty.server.handler.ManagedAttributeListener
- mapContexts() - Method in class org.eclipse.jetty.server.handler.ContextHandlerCollection
-
Remap the contexts.
- MAX_INACTIVE_MINUTES - Static variable in class org.eclipse.jetty.server.session.SessionHandler
-
Web.xml session-timeout is set in minutes, but is stored as an int in seconds by HttpSession and the sessionmanager.
- MAX_INTERVAL_NOT_SET - Static variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- MAX_OUTPUT_CHARS - Static variable in class org.eclipse.jetty.server.HttpWriter
- MaxConnectionsLowResourceCheck(int) - Constructor for class org.eclipse.jetty.server.LowResourceMonitor.MaxConnectionsLowResourceCheck
- MemoryLowResourceCheck(long) - Constructor for class org.eclipse.jetty.server.LowResourceMonitor.MemoryLowResourceCheck
- mergeQueryParameters(String, String, boolean) - Method in class org.eclipse.jetty.server.Request
- messageComplete() - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
- method(String) - Method in interface org.eclipse.jetty.server.PushBuilder
-
Set the method to be used for the push.
- method(String) - Method in class org.eclipse.jetty.server.PushBuilderImpl
- mightCompress() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor
- monitor() - Method in class org.eclipse.jetty.server.LowResourceMonitor
- MovedContextHandler - Class in org.eclipse.jetty.server.handler
-
Moved ContextHandler.
- MovedContextHandler() - Constructor for class org.eclipse.jetty.server.handler.MovedContextHandler
- MovedContextHandler(HandlerContainer, String, String) - Constructor for class org.eclipse.jetty.server.handler.MovedContextHandler
- MultiPartCleanerListener - Class in org.eclipse.jetty.server
- MultiPartCleanerListener() - Constructor for class org.eclipse.jetty.server.MultiPartCleanerListener
- MultiPartFormDataCompliance - Enum in org.eclipse.jetty.server
-
The compliance level for parsing
multiPart/form-data - MultiParts - Interface in org.eclipse.jetty.server
- MultiParts.MultiPartsHttpParser - Class in org.eclipse.jetty.server
- MultiParts.MultiPartsUtilParser - Class in org.eclipse.jetty.server
- MultiPartsHttpParser(InputStream, String, MultipartConfigElement, File, Request) - Constructor for class org.eclipse.jetty.server.MultiParts.MultiPartsHttpParser
- MultiPartsUtilParser(InputStream, String, MultipartConfigElement, File, Request) - Constructor for class org.eclipse.jetty.server.MultiParts.MultiPartsUtilParser
N
- NCSA_FORMAT - Static variable in class org.eclipse.jetty.server.CustomRequestLog
- NCSARequestLog - Class in org.eclipse.jetty.server
-
Deprecated.use
CustomRequestLoggiven format stringCustomRequestLog.EXTENDED_NCSA_FORMATwith aRequestLogWriter - NCSARequestLog() - Constructor for class org.eclipse.jetty.server.NCSARequestLog
-
Deprecated.Create request log object with default settings.
- NCSARequestLog(String) - Constructor for class org.eclipse.jetty.server.NCSARequestLog
-
Deprecated.Create request log object with specified output file name.
- NCSARequestLog(RequestLogWriter) - Constructor for class org.eclipse.jetty.server.NCSARequestLog
-
Deprecated.Create request log object given a RequestLogWriter file name.
- NegotiatingServerConnection - Class in org.eclipse.jetty.server
- NegotiatingServerConnection(Connector, EndPoint, SSLEngine, List<String>, String) - Constructor for class org.eclipse.jetty.server.NegotiatingServerConnection
- NegotiatingServerConnection.CipherDiscriminator - Interface in org.eclipse.jetty.server
- NegotiatingServerConnectionFactory - Class in org.eclipse.jetty.server
- NegotiatingServerConnectionFactory(String, String...) - Constructor for class org.eclipse.jetty.server.NegotiatingServerConnectionFactory
- NetworkConnector - Interface in org.eclipse.jetty.server
-
A
Connectorfor TCP/IP network connectors - NetworkTrafficSelectChannelConnector - Class in org.eclipse.jetty.server.nio
-
Deprecated.use
NetworkTrafficServerConnectorinstead. - NetworkTrafficSelectChannelConnector(Server) - Constructor for class org.eclipse.jetty.server.nio.NetworkTrafficSelectChannelConnector
-
Deprecated.
- NetworkTrafficSelectChannelConnector(Server, Executor, Scheduler, ByteBufferPool, int, int, ConnectionFactory...) - Constructor for class org.eclipse.jetty.server.nio.NetworkTrafficSelectChannelConnector
-
Deprecated.
- NetworkTrafficSelectChannelConnector(Server, ConnectionFactory) - Constructor for class org.eclipse.jetty.server.nio.NetworkTrafficSelectChannelConnector
-
Deprecated.
- NetworkTrafficSelectChannelConnector(Server, ConnectionFactory, SslContextFactory) - Constructor for class org.eclipse.jetty.server.nio.NetworkTrafficSelectChannelConnector
-
Deprecated.
- NetworkTrafficSelectChannelConnector(Server, SslContextFactory) - Constructor for class org.eclipse.jetty.server.nio.NetworkTrafficSelectChannelConnector
-
Deprecated.
- NetworkTrafficServerConnector - Class in org.eclipse.jetty.server
-
A specialized version of
ServerConnectorthat supportsNetworkTrafficListeners. - NetworkTrafficServerConnector(Server) - Constructor for class org.eclipse.jetty.server.NetworkTrafficServerConnector
- NetworkTrafficServerConnector(Server, Executor, Scheduler, ByteBufferPool, int, int, ConnectionFactory...) - Constructor for class org.eclipse.jetty.server.NetworkTrafficServerConnector
- NetworkTrafficServerConnector(Server, ConnectionFactory) - Constructor for class org.eclipse.jetty.server.NetworkTrafficServerConnector
- NetworkTrafficServerConnector(Server, ConnectionFactory, SslContextFactory) - Constructor for class org.eclipse.jetty.server.NetworkTrafficServerConnector
- NetworkTrafficServerConnector(Server, SslContextFactory) - Constructor for class org.eclipse.jetty.server.NetworkTrafficServerConnector
- NEVER_EVICT - Static variable in interface org.eclipse.jetty.server.session.SessionCache
- newConnection(SelectableChannel, EndPoint, Object) - Method in class org.eclipse.jetty.server.ServerConnector.ServerConnectorManager
- newConnection(Connector, EndPoint) - Method in interface org.eclipse.jetty.server.ConnectionFactory
-
Creates a new
Connectionwith the given parameters - newConnection(Connector, EndPoint) - Method in class org.eclipse.jetty.server.HttpConnectionFactory
- newConnection(Connector, EndPoint) - Method in class org.eclipse.jetty.server.NegotiatingServerConnectionFactory
- newConnection(Connector, EndPoint) - Method in class org.eclipse.jetty.server.OptionalSslConnectionFactory
- newConnection(Connector, EndPoint) - Method in class org.eclipse.jetty.server.ProxyConnectionFactory
- newConnection(Connector, EndPoint) - Method in class org.eclipse.jetty.server.SslConnectionFactory
- newDeflater() - Method in class org.eclipse.jetty.server.DeflaterPool
- newDeflaterPool(int) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
- newEndPoint(SelectableChannel, ManagedSelector, SelectionKey) - Method in class org.eclipse.jetty.server.ServerConnector.ServerConnectorManager
- newEndPoint(SocketChannel, ManagedSelector, SelectionKey) - Method in class org.eclipse.jetty.server.NetworkTrafficServerConnector
- newEndPoint(SocketChannel, ManagedSelector, SelectionKey) - Method in class org.eclipse.jetty.server.ServerConnector
- newHandlers(Handler[]) - Method in class org.eclipse.jetty.server.handler.ContextHandlerCollection
- newHandlers(Handler[]) - Method in class org.eclipse.jetty.server.handler.HandlerCollection
- newHttpChannel() - Method in class org.eclipse.jetty.server.HttpConnection
- newHttpGenerator() - Method in class org.eclipse.jetty.server.HttpConnection
- newHttpInput(HttpChannelState) - Method in class org.eclipse.jetty.server.HttpChannel
- newHttpInput(HttpChannelState) - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
- newHttpOutput() - Method in class org.eclipse.jetty.server.HttpChannel
- newHttpParser(HttpCompliance) - Method in class org.eclipse.jetty.server.HttpConnection
- newHttpSession(HttpServletRequest) - Method in class org.eclipse.jetty.server.session.SessionHandler
-
Creates a new
HttpSession. - newRequestHandler() - Method in class org.eclipse.jetty.server.HttpConnection
- newResource(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Convert a URL or path to a Resource.
- newResource(URI) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Convert URL to Resource wrapper for
Resource.newResource(URL)enables extensions to provide alternate resource implementations. - newResource(URL) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Convert URL to Resource wrapper for
Resource.newResource(URL)enables extensions to provide alternate resource implementations. - newResponseMetaData() - Method in class org.eclipse.jetty.server.Response
- newSelectorManager(Executor, Scheduler, int) - Method in class org.eclipse.jetty.server.ServerConnector
- newServerConnection(Connector, EndPoint, SSLEngine, List<String>, String) - Method in class org.eclipse.jetty.server.NegotiatingServerConnectionFactory
- newSession(HttpServletRequest, String, long, long) - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
- newSession(HttpServletRequest, String, long, long) - Method in interface org.eclipse.jetty.server.session.SessionCache
-
Create an entirely new Session.
- newSession(HttpServletRequest, SessionData) - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
-
Create a new Session for a request.
- newSession(HttpServletRequest, SessionData) - Method in class org.eclipse.jetty.server.session.DefaultSessionCache
- newSession(HttpServletRequest, SessionData) - Method in class org.eclipse.jetty.server.session.NullSessionCache
- newSession(SessionData) - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
-
Create a new Session object from pre-existing session data
- newSession(SessionData) - Method in class org.eclipse.jetty.server.session.DefaultSessionCache
- newSession(SessionData) - Method in class org.eclipse.jetty.server.session.NullSessionCache
- newSession(SessionData) - Method in interface org.eclipse.jetty.server.session.SessionCache
-
Re-materialize a Session that has previously existed.
- newSessionData(String, long, long, long, long) - Method in class org.eclipse.jetty.server.session.AbstractSessionDataStore
- newSessionData(String, long, long, long, long) - Method in class org.eclipse.jetty.server.session.CachingSessionDataStore
- newSessionData(String, long, long, long, long) - Method in class org.eclipse.jetty.server.session.NullSessionDataStore
- newSessionData(String, long, long, long, long) - Method in interface org.eclipse.jetty.server.session.SessionDataStore
-
Create a new SessionData
- newSessionId(long) - Method in class org.eclipse.jetty.server.session.DefaultSessionIdManager
- newSessionId(HttpServletRequest, long) - Method in class org.eclipse.jetty.server.session.DefaultSessionIdManager
-
Create a new session id if necessary.
- newSessionId(HttpServletRequest, long) - Method in interface org.eclipse.jetty.server.SessionIdManager
-
Create a new Session ID.
- newSslConnection(Connector, EndPoint, SSLEngine) - Method in class org.eclipse.jetty.server.SslConnectionFactory
- nextContent() - Method in class org.eclipse.jetty.server.HttpInput
-
Get the next content from the inputQ, calling
HttpInput.produceContent()if need be. - nextHandle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ScopedHandler
- nextInterceptedContent() - Method in class org.eclipse.jetty.server.HttpInput
-
Poll the inputQ for Content or EOF.
- nextNonSentinelContent() - Method in class org.eclipse.jetty.server.HttpInput
-
Poll the inputQ for Content.
- nextScope(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ScopedHandler
-
Scope the handler
- noCompression() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor
- noCompressionIfPossible() - Method in class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor
- noContent() - Method in class org.eclipse.jetty.server.HttpInput.ErrorState
- noContent() - Method in class org.eclipse.jetty.server.HttpInput.State
- NONE - org.eclipse.jetty.server.Response.OutputType
- NOOP - org.eclipse.jetty.server.HttpChannelState.Action
- NOT_CHECKED - Static variable in interface org.eclipse.jetty.server.Authentication
-
Authentication not checked
- notFound(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.ResourceService
- NULL_CONTEXT_PATH - Static variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore
-
Used for Oracle and other databases where "" is treated as NULL
- NULL_VHOST - Static variable in class org.eclipse.jetty.server.session.SessionContext
- NullSessionCache - Class in org.eclipse.jetty.server.session
-
NullSessionCache Does not actually cache any Session objects.
- NullSessionCache(SessionHandler) - Constructor for class org.eclipse.jetty.server.session.NullSessionCache
- NullSessionCacheFactory - Class in org.eclipse.jetty.server.session
-
NullSessionCacheFactory Factory for NullSessionCaches.
- NullSessionCacheFactory() - Constructor for class org.eclipse.jetty.server.session.NullSessionCacheFactory
- NullSessionDataStore - Class in org.eclipse.jetty.server.session
-
NullSessionDataStore Does not actually store anything, useful for testing.
- NullSessionDataStore() - Constructor for class org.eclipse.jetty.server.session.NullSessionDataStore
- NullSessionDataStoreFactory - Class in org.eclipse.jetty.server.session
-
NullSessionDataStoreFactory
- NullSessionDataStoreFactory() - Constructor for class org.eclipse.jetty.server.session.NullSessionDataStoreFactory
O
- onAccepted(SelectableChannel) - Method in class org.eclipse.jetty.server.ConnectionLimit
- onAcceptFailed(SelectableChannel, Throwable) - Method in class org.eclipse.jetty.server.ConnectionLimit
- onAccepting(SelectableChannel) - Method in class org.eclipse.jetty.server.AcceptRateLimit
- onAccepting(SelectableChannel) - Method in class org.eclipse.jetty.server.ConnectionLimit
- onAfterDispatch(Request) - Method in interface org.eclipse.jetty.server.HttpChannel.Listener
-
Invoked just after the application returns from the first invocation.
- onAsyncWaitForContent() - Method in class org.eclipse.jetty.server.HttpChannel
- onAsyncWaitForContent() - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
- onBadMessage(BadMessageException) - Method in class org.eclipse.jetty.server.HttpChannel
- onBeforeDispatch(Request) - Method in interface org.eclipse.jetty.server.HttpChannel.Listener
-
Invoked just before calling the application.
- onBlockWaitForContent() - Method in class org.eclipse.jetty.server.HttpChannel
- onBlockWaitForContent() - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
- onBlockWaitForContentFailure(Throwable) - Method in class org.eclipse.jetty.server.HttpChannel
- onBlockWaitForContentFailure(Throwable) - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
- onClose() - Method in class org.eclipse.jetty.server.HttpConnection
- onClose() - Method in class org.eclipse.jetty.server.LocalConnector.LocalEndPoint
- onClose() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
- onClosed(Connection) - Method in class org.eclipse.jetty.server.ConnectionLimit
- onClosed(Connection) - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
Deprecated.
- onClosed(Connection) - Method in class org.eclipse.jetty.server.handler.DebugHandler
-
Deprecated.
- onClosed(Connection) - Method in class org.eclipse.jetty.server.SocketCustomizationListener
- onComplete() - Method in class org.eclipse.jetty.server.HttpChannelState
- onComplete(AsyncEvent) - Method in class org.eclipse.jetty.server.AsyncContextState.WrappedAsyncListener
- onComplete(AsyncEvent) - Method in class org.eclipse.jetty.server.session.SessionHandler.SessionAsyncListener
- onComplete(Request) - Method in interface org.eclipse.jetty.server.HttpChannel.Listener
-
Invoked when the request and response processing are complete.
- onCompleted() - Method in class org.eclipse.jetty.server.HttpChannel
- onCompleted() - Method in class org.eclipse.jetty.server.HttpConnection
- onCompleted() - Method in interface org.eclipse.jetty.server.HttpTransport
-
Called to indicated the end of the current request/response cycle (which may be some time after the last content is sent).
- onComplianceViolation(HttpCompliance, HttpComplianceSection, String) - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
- onContent(HttpInput.Content) - Method in class org.eclipse.jetty.server.HttpChannel
- onContentAdded() - Method in class org.eclipse.jetty.server.HttpChannelState
-
Called to signal that content is now available to read.
- onContentComplete() - Method in class org.eclipse.jetty.server.HttpChannel
- onDispatchFailure(Request, Throwable) - Method in interface org.eclipse.jetty.server.HttpChannel.Listener
-
Invoked when the application threw an exception.
- onEarlyEOF() - Method in class org.eclipse.jetty.server.HttpChannel
- onEndPointClosed(EndPoint) - Method in class org.eclipse.jetty.server.AbstractConnector
- onEndPointOpened(EndPoint) - Method in class org.eclipse.jetty.server.AbstractConnector
- onError(Throwable) - Method in class org.eclipse.jetty.server.HttpChannelState
- onError(AsyncEvent) - Method in class org.eclipse.jetty.server.AsyncContextState.WrappedAsyncListener
- onError(AsyncEvent) - Method in class org.eclipse.jetty.server.session.SessionHandler.SessionAsyncListener
- onFillable() - Method in class org.eclipse.jetty.server.HttpConnection
- onFillable() - Method in class org.eclipse.jetty.server.NegotiatingServerConnection
- onFillable() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyProtocolV1Connection
- onFillable() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyProtocolV1orV2Connection
- onFillable() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyProtocolV2Connection
- onFillInterestedFailed(Throwable) - Method in class org.eclipse.jetty.server.HttpConnection
- onFlushed(long) - Method in class org.eclipse.jetty.server.HttpConnection
- onFlushed(long) - Method in class org.eclipse.jetty.server.HttpOutput
-
Invoked when bytes have been flushed to the network.
- onIdleTimeout(Throwable) - Method in class org.eclipse.jetty.server.HttpInput
- onOpen() - Method in class org.eclipse.jetty.server.HttpConnection
- onOpen() - Method in class org.eclipse.jetty.server.NegotiatingServerConnection
- onOpen() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
- onOpen() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyProtocolV1Connection
- onOpen() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyProtocolV1orV2Connection
- onOpen() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyProtocolV2Connection
- onOpened(Connection) - Method in class org.eclipse.jetty.server.ConnectionLimit
- onOpened(Connection) - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
Deprecated.
- onOpened(Connection) - Method in class org.eclipse.jetty.server.handler.DebugHandler
-
Deprecated.
- onOpened(Connection) - Method in class org.eclipse.jetty.server.SocketCustomizationListener
- onReadEof() - Method in class org.eclipse.jetty.server.HttpChannelState
-
Called to signal that a read has read -1.
- onReadPossible() - Method in class org.eclipse.jetty.server.HttpChannelState
-
Called to indicate that more content may be available, but that a handling thread may need to produce (fill/parse) it.
- onReadReady() - Method in class org.eclipse.jetty.server.HttpChannelState
-
Called to signal that the channel is ready for a callback.
- onReadTimeout(Throwable) - Method in class org.eclipse.jetty.server.HttpConnection
- onReadUnready() - Method in class org.eclipse.jetty.server.HttpChannelState
-
Called to signal async read isReady() has returned false.
- onRequest(MetaData.Request) - Method in class org.eclipse.jetty.server.HttpChannel
- onRequestBegin(Request) - Method in interface org.eclipse.jetty.server.HttpChannel.Listener
-
Invoked just after the HTTP request line and headers have been parsed.
- onRequestComplete() - Method in class org.eclipse.jetty.server.HttpChannel
- onRequestContent(Request, ByteBuffer) - Method in interface org.eclipse.jetty.server.HttpChannel.Listener
-
Invoked every time a request content chunk has been parsed, just before making it available to the application.
- onRequestContentEnd(Request) - Method in interface org.eclipse.jetty.server.HttpChannel.Listener
-
Invoked when the end of the request content is detected.
- onRequestEnd(Request) - Method in interface org.eclipse.jetty.server.HttpChannel.Listener
-
Invoked when the request has been fully parsed.
- onRequestFailure(Request, Throwable) - Method in interface org.eclipse.jetty.server.HttpChannel.Listener
-
Invoked when the request processing failed.
- onRequestTrailers(Request) - Method in interface org.eclipse.jetty.server.HttpChannel.Listener
-
Invoked when the request trailers have been parsed.
- onResponseBegin(Request) - Method in interface org.eclipse.jetty.server.HttpChannel.Listener
-
Invoked just before the response line is written to the network.
- onResponseCommit(Request) - Method in interface org.eclipse.jetty.server.HttpChannel.Listener
-
Invoked just after the response is committed (that is, the response line, headers and possibly some content have been written to the network).
- onResponseContent(Request, ByteBuffer) - Method in interface org.eclipse.jetty.server.HttpChannel.Listener
-
Invoked after a response content chunk has been written to the network.
- onResponseEnd(Request) - Method in interface org.eclipse.jetty.server.HttpChannel.Listener
-
Invoked when the response has been fully written.
- onResponseFailure(Request, Throwable) - Method in interface org.eclipse.jetty.server.HttpChannel.Listener
-
Invoked when the response processing failed.
- onStartAsync(AsyncEvent) - Method in class org.eclipse.jetty.server.AsyncContextState.WrappedAsyncListener
- onStartAsync(AsyncEvent) - Method in class org.eclipse.jetty.server.session.SessionHandler.SessionAsyncListener
- onTimeout() - Method in class org.eclipse.jetty.server.HttpChannelState
- onTimeout(AsyncEvent) - Method in class org.eclipse.jetty.server.AsyncContextState.WrappedAsyncListener
- onTimeout(AsyncEvent) - Method in class org.eclipse.jetty.server.session.SessionHandler.SessionAsyncListener
- onTrailers(HttpFields) - Method in class org.eclipse.jetty.server.HttpChannel
- onUpgradeFrom() - Method in class org.eclipse.jetty.server.HttpConnection
- onUpgradeTo(ByteBuffer) - Method in class org.eclipse.jetty.server.HttpConnection
- onWritePossible() - Method in class org.eclipse.jetty.server.HttpChannelState
- open() - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
- open() - Method in interface org.eclipse.jetty.server.NetworkConnector
-
Performs the activities needed to open the network communication (for example, to start accepting incoming network connections).
- open() - Method in class org.eclipse.jetty.server.ServerConnector
- open(ServerSocketChannel) - Method in class org.eclipse.jetty.server.ServerConnector
-
Open the connector using the passed ServerSocketChannel.
- openAcceptChannel() - Method in class org.eclipse.jetty.server.ServerConnector
-
Called by
ServerConnector.open()to obtain the accepting channel. - OptionalSslConnectionFactory - Class in org.eclipse.jetty.server
-
A ConnectionFactory whose connections detect whether the first bytes are TLS bytes and upgrades to either a TLS connection or to another configurable connection.
- OptionalSslConnectionFactory(SslConnectionFactory, String) - Constructor for class org.eclipse.jetty.server.OptionalSslConnectionFactory
-
Creates a new ConnectionFactory whose connections can upgrade to TLS or another protocol.
- org.eclipse.jetty.server - package org.eclipse.jetty.server
-
Jetty Server : Core Server API
- org.eclipse.jetty.server.handler - package org.eclipse.jetty.server.handler
-
Jetty Server : Core Handler API
- org.eclipse.jetty.server.handler.gzip - package org.eclipse.jetty.server.handler.gzip
-
Jetty GZIP Handler
- org.eclipse.jetty.server.handler.jmx - package org.eclipse.jetty.server.handler.jmx
-
Jetty Server : Handler JMX Integration
- org.eclipse.jetty.server.jmx - package org.eclipse.jetty.server.jmx
-
Jetty Server : Server JMX Integration
- org.eclipse.jetty.server.nio - package org.eclipse.jetty.server.nio
-
Jetty Server : Core Server Connector
- org.eclipse.jetty.server.session - package org.eclipse.jetty.server.session
-
Jetty Server : Session Management Implementations
- otherProtocol(ByteBuffer, EndPoint) - Method in class org.eclipse.jetty.server.OptionalSslConnectionFactory
-
Callback method invoked when
otherProtocolisnulland the first bytes are not TLS.
P
- parsedHeader(HttpField) - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
- parsedTrailer(HttpField) - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
- parseFields() - Method in class org.eclipse.jetty.server.CookieCutter
- passConditionalHeaders(HttpServletRequest, HttpServletResponse, HttpContent) - Method in class org.eclipse.jetty.server.ResourceService
- path(String) - Method in interface org.eclipse.jetty.server.PushBuilder
-
Set the URI path to be used for the push.
- path(String) - Method in class org.eclipse.jetty.server.PushBuilderImpl
- PlaceHolderSession(SessionHandler, SessionData) - Constructor for class org.eclipse.jetty.server.session.AbstractSessionCache.PlaceHolderSession
- prepareTables() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
-
Set up the tables in the database
- prependHandler(Handler) - Method in class org.eclipse.jetty.server.handler.HandlerCollection
-
Prepends a handler.
- print(boolean) - Method in class org.eclipse.jetty.server.ResponseWriter
- print(char) - Method in class org.eclipse.jetty.server.ResponseWriter
- print(char[]) - Method in class org.eclipse.jetty.server.ResponseWriter
- print(double) - Method in class org.eclipse.jetty.server.ResponseWriter
- print(float) - Method in class org.eclipse.jetty.server.ResponseWriter
- print(int) - Method in class org.eclipse.jetty.server.ResponseWriter
- print(long) - Method in class org.eclipse.jetty.server.ResponseWriter
- print(Object) - Method in class org.eclipse.jetty.server.ResponseWriter
- print(String) - Method in class org.eclipse.jetty.server.HttpOutput
- print(String) - Method in class org.eclipse.jetty.server.ResponseWriter
- printf(String, Object...) - Method in class org.eclipse.jetty.server.ResponseWriter
- printf(Locale, String, Object...) - Method in class org.eclipse.jetty.server.ResponseWriter
- println() - Method in class org.eclipse.jetty.server.ResponseWriter
- println(boolean) - Method in class org.eclipse.jetty.server.HttpOutput
- println(boolean) - Method in class org.eclipse.jetty.server.ResponseWriter
- println(char) - Method in class org.eclipse.jetty.server.HttpOutput
- println(char) - Method in class org.eclipse.jetty.server.ResponseWriter
- println(char[]) - Method in class org.eclipse.jetty.server.ResponseWriter
- println(double) - Method in class org.eclipse.jetty.server.HttpOutput
- println(double) - Method in class org.eclipse.jetty.server.ResponseWriter
- println(float) - Method in class org.eclipse.jetty.server.HttpOutput
- println(float) - Method in class org.eclipse.jetty.server.ResponseWriter
- println(int) - Method in class org.eclipse.jetty.server.HttpOutput
- println(int) - Method in class org.eclipse.jetty.server.ResponseWriter
- println(long) - Method in class org.eclipse.jetty.server.HttpOutput
- println(long) - Method in class org.eclipse.jetty.server.ResponseWriter
- println(Object) - Method in class org.eclipse.jetty.server.ResponseWriter
- println(String) - Method in class org.eclipse.jetty.server.HttpOutput
- println(String) - Method in class org.eclipse.jetty.server.ResponseWriter
- produceContent() - Method in class org.eclipse.jetty.server.HttpInput
-
Called when derived implementations should attempt to produce more Content and add it via
HttpInput.addContent(Content). - produceContent() - Method in class org.eclipse.jetty.server.HttpInputOverHTTP
- produceNextContext() - Method in class org.eclipse.jetty.server.HttpInput
-
Get the next readable from the inputQ, calling
HttpInput.produceContent()if need be. - ProxyConnectionFactory - Class in org.eclipse.jetty.server
-
ConnectionFactory for the PROXY Protocol.
- ProxyConnectionFactory() - Constructor for class org.eclipse.jetty.server.ProxyConnectionFactory
-
Proxy Connection Factory that uses the next ConnectionFactory on the connector as the next protocol
- ProxyConnectionFactory(String) - Constructor for class org.eclipse.jetty.server.ProxyConnectionFactory
- ProxyConnectionFactory.ProxyEndPoint - Class in org.eclipse.jetty.server
- ProxyConnectionFactory.ProxyProtocolV1Connection - Class in org.eclipse.jetty.server
- ProxyConnectionFactory.ProxyProtocolV1orV2Connection - Class in org.eclipse.jetty.server
- ProxyConnectionFactory.ProxyProtocolV2Connection - Class in org.eclipse.jetty.server
- ProxyEndPoint(EndPoint, InetSocketAddress, InetSocketAddress) - Constructor for class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
- ProxyProtocolV1Connection(EndPoint, Connector, String, ByteBuffer) - Constructor for class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyProtocolV1Connection
- ProxyProtocolV1orV2Connection(EndPoint, Connector, String) - Constructor for class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyProtocolV1orV2Connection
- ProxyProtocolV2Connection(EndPoint, Connector, String, ByteBuffer) - Constructor for class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyProtocolV2Connection
- push() - Method in interface org.eclipse.jetty.server.PushBuilder
-
Push a resource given the current state of the builder, returning immediately without blocking.
- push() - Method in class org.eclipse.jetty.server.PushBuilderImpl
- push(MetaData.Request) - Method in class org.eclipse.jetty.server.HttpConnection
- push(MetaData.Request) - Method in interface org.eclipse.jetty.server.HttpTransport
- PushBuilder - Interface in org.eclipse.jetty.server
-
Build a request to be pushed.
- PushBuilderImpl - Class in org.eclipse.jetty.server
- PushBuilderImpl(Request, HttpFields, String, String, String, boolean) - Constructor for class org.eclipse.jetty.server.PushBuilderImpl
- put(String, Session) - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
-
Put the Session object back into the session store.
- put(String, Session) - Method in interface org.eclipse.jetty.server.session.SessionCache
-
Finish using a Session.
- putAllAttributes(Map<String, Object>) - Method in class org.eclipse.jetty.server.session.SessionData
- putHeaders(HttpServletResponse, HttpContent, long) - Method in class org.eclipse.jetty.server.ResourceService
- putHeaders(HttpServletResponse, HttpContent, long, boolean) - Static method in class org.eclipse.jetty.server.Response
- putHeaders(HttpContent, long, boolean) - Method in class org.eclipse.jetty.server.Response
- putValue(String, Object) - Method in class org.eclipse.jetty.server.session.Session
-
Deprecated.
Q
- queryString(String) - Method in interface org.eclipse.jetty.server.PushBuilder
-
Set the query string to be used for the push.
- queryString(String) - Method in class org.eclipse.jetty.server.PushBuilderImpl
- QuietServletException - Exception in org.eclipse.jetty.server
-
A ServletException that is logged less verbosely than a normal ServletException.
- QuietServletException() - Constructor for exception org.eclipse.jetty.server.QuietServletException
- QuietServletException(String) - Constructor for exception org.eclipse.jetty.server.QuietServletException
- QuietServletException(String, Throwable) - Constructor for exception org.eclipse.jetty.server.QuietServletException
- QuietServletException(Throwable) - Constructor for exception org.eclipse.jetty.server.QuietServletException
R
- read() - Method in class org.eclipse.jetty.server.HttpInput
- read(byte[], int, int) - Method in class org.eclipse.jetty.server.HttpInput
- READ_CALLBACK - org.eclipse.jetty.server.HttpChannelState.Action
- READ_PRODUCE - org.eclipse.jetty.server.HttpChannelState.Action
- readFrom(HttpInput.Content) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHttpInputInterceptor
- readFrom(HttpInput.Content) - Method in class org.eclipse.jetty.server.HttpInput.ChainedInterceptor
- readFrom(HttpInput.Content) - Method in interface org.eclipse.jetty.server.HttpInput.Interceptor
- recordSessionTime(Session) - Method in class org.eclipse.jetty.server.session.SessionHandler
-
Record length of time session has been active.
- recycle() - Method in class org.eclipse.jetty.server.HttpChannel
- recycle() - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
- recycle() - Method in class org.eclipse.jetty.server.HttpChannelState
- recycle() - Method in class org.eclipse.jetty.server.HttpInput
- recycle() - Method in class org.eclipse.jetty.server.HttpOutput
- recycle() - Method in class org.eclipse.jetty.server.Request
- recycle() - Method in class org.eclipse.jetty.server.Response
- recycle(Deflater) - Method in interface org.eclipse.jetty.server.handler.gzip.GzipFactory
- recycle(Deflater) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
- register(LifeCycle...) - Static method in class org.eclipse.jetty.server.ShutdownMonitor
- release() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
- release(Deflater) - Method in class org.eclipse.jetty.server.DeflaterPool
- remaining() - Method in class org.eclipse.jetty.server.HttpInput.Content
- removeAttribute(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
- removeAttribute(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
- removeAttribute(String) - Method in class org.eclipse.jetty.server.HttpChannelState
- removeAttribute(String) - Method in class org.eclipse.jetty.server.Request
- removeAttribute(String) - Method in class org.eclipse.jetty.server.Server
- removeAttribute(String) - Method in class org.eclipse.jetty.server.session.Session
- removeConnectionFactory(String) - Method in class org.eclipse.jetty.server.AbstractConnector
- removeConnector(Connector) - Method in class org.eclipse.jetty.server.Server
-
Convenience method which calls
Server.getConnectors()andServer.setConnectors(Connector[])to remove a connector. - removeContextAttribute(String) - Method in class org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean
- removeEventListener(EventListener) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Remove a context event listeners.
- removeEventListener(EventListener) - Method in class org.eclipse.jetty.server.Request
- removeEventListener(EventListener) - Method in class org.eclipse.jetty.server.session.SessionHandler
-
Removes an event listener for for session-related events.
- removeHandler(Handler) - Method in class org.eclipse.jetty.server.handler.HandlerCollection
- removeHeader(String) - Method in interface org.eclipse.jetty.server.PushBuilder
-
Remove the named header.
- removeHeader(String) - Method in class org.eclipse.jetty.server.PushBuilderImpl
- removeListener(HttpChannel.Listener) - Method in class org.eclipse.jetty.server.HttpChannel
- removeNetworkTrafficListener(NetworkTrafficListener) - Method in class org.eclipse.jetty.server.NetworkTrafficServerConnector
- removeSession(String, boolean) - Method in class org.eclipse.jetty.server.session.SessionHandler
-
Remove session from manager
- removeValue(String) - Method in class org.eclipse.jetty.server.session.Session
-
Deprecated.
- removeVirtualHosts(String[]) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Removes an array of virtual host entries, if this removes all entries the _vhosts will be set to null
- renewId(HttpServletRequest) - Method in class org.eclipse.jetty.server.session.Session
-
Force a change to the id of a session.
- renewSessionId(String, String) - Method in interface org.eclipse.jetty.server.session.SessionCache
- renewSessionId(String, String, String, String) - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
- renewSessionId(String, String, String, String) - Method in interface org.eclipse.jetty.server.session.SessionCache
-
Change the id of a Session.
- renewSessionId(String, String, String, String) - Method in class org.eclipse.jetty.server.session.SessionHandler
-
Change the existing session id.
- renewSessionId(String, String, HttpServletRequest) - Method in class org.eclipse.jetty.server.session.DefaultSessionIdManager
-
Generate a new id for a session and update across all SessionManagers.
- renewSessionId(String, String, HttpServletRequest) - Method in interface org.eclipse.jetty.server.SessionIdManager
-
Change the existing session id.
- renewSessionId(Session, String, String) - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
-
Swap the id on a session.
- reopen() - Method in class org.eclipse.jetty.server.HttpOutput
- reopen() - Method in class org.eclipse.jetty.server.ResponseWriter
- replaceCookie(HttpCookie) - Method in class org.eclipse.jetty.server.Response
-
Replace (or add) a cookie.
- Request - Class in org.eclipse.jetty.server
-
Jetty Request.
- Request(HttpChannel, HttpInput) - Constructor for class org.eclipse.jetty.server.Request
- requestDestroyed(ServletRequestEvent) - Method in class org.eclipse.jetty.server.MultiPartCleanerListener
- requestDestroyed(Request, HttpServletRequest) - Method in class org.eclipse.jetty.server.handler.ContextHandler
- requestInitialized(ServletRequestEvent) - Method in class org.eclipse.jetty.server.MultiPartCleanerListener
- requestInitialized(Request, HttpServletRequest) - Method in class org.eclipse.jetty.server.handler.ContextHandler
- RequestLog - Interface in org.eclipse.jetty.server
-
A
RequestLogcan be attached to aRequestLogHandlerto enable logging of requests/responses. - RequestLog.Collection - Class in org.eclipse.jetty.server
- RequestLog.Writer - Interface in org.eclipse.jetty.server
-
Writes the generated log string to a log sink
- RequestLogHandler - Class in org.eclipse.jetty.server.handler
-
This handler provides an alternate way (other than
Server.setRequestLog(RequestLog)) to log request, that can be applied to a particular handler (eg context). - RequestLogHandler() - Constructor for class org.eclipse.jetty.server.handler.RequestLogHandler
- RequestLogWriter - Class in org.eclipse.jetty.server
-
Writer which outputs pre-formatted request log strings to a file using
RolloverFileOutputStream. - RequestLogWriter() - Constructor for class org.eclipse.jetty.server.RequestLogWriter
- RequestLogWriter(String) - Constructor for class org.eclipse.jetty.server.RequestLogWriter
- reset() - Method in class org.eclipse.jetty.server.AcceptRateLimit
- reset() - Method in class org.eclipse.jetty.server.AsyncContextState
- reset() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
Deprecated.
- reset() - Method in class org.eclipse.jetty.server.CookieCutter
- reset() - Method in class org.eclipse.jetty.server.Response
- reset() - Static method in class org.eclipse.jetty.server.ShutdownMonitor
- reset(boolean) - Method in class org.eclipse.jetty.server.Response
- resetBuffer() - Method in class org.eclipse.jetty.server.HttpChannel
- resetBuffer() - Method in interface org.eclipse.jetty.server.HttpOutput.Interceptor
-
Reset the buffers.
- resetBuffer() - Method in class org.eclipse.jetty.server.HttpOutput
- resetBuffer() - Method in class org.eclipse.jetty.server.Response
- resetForForward() - Method in class org.eclipse.jetty.server.Response
- resetParameters() - Method in class org.eclipse.jetty.server.Request
- resetStats() - Method in class org.eclipse.jetty.server.session.DefaultSessionCache
- ResourceContentFactory - Class in org.eclipse.jetty.server
-
A HttpContent.Factory for transient content (not cached).
- ResourceContentFactory(ResourceFactory, MimeTypes, CompressedContentFormat[]) - Constructor for class org.eclipse.jetty.server.ResourceContentFactory
- ResourceHandler - Class in org.eclipse.jetty.server.handler
-
Resource Handler.
- ResourceHandler() - Constructor for class org.eclipse.jetty.server.handler.ResourceHandler
- ResourceHandler(ResourceService) - Constructor for class org.eclipse.jetty.server.handler.ResourceHandler
- ResourceService - Class in org.eclipse.jetty.server
-
Abstract resource service, used by DefaultServlet and ResourceHandler
- ResourceService() - Constructor for class org.eclipse.jetty.server.ResourceService
- ResourceService.WelcomeFactory - Interface in org.eclipse.jetty.server
- Response - Class in org.eclipse.jetty.server
-
Responseprovides the implementation forHttpServletResponse. - Response(HttpChannel, HttpOutput) - Constructor for class org.eclipse.jetty.server.Response
- Response.OutputType - Enum in org.eclipse.jetty.server
- ResponseWriter - Class in org.eclipse.jetty.server
-
Specialized PrintWriter for servlet Responses
- ResponseWriter(HttpWriter, Locale, String) - Constructor for class org.eclipse.jetty.server.ResponseWriter
- RFC7578 - org.eclipse.jetty.server.MultiPartFormDataCompliance
-
RFC7578 compliant parsing that is a fast but strict parser.
- run() - Method in class org.eclipse.jetty.server.AcceptRateLimit
- run() - Method in class org.eclipse.jetty.server.AsyncContextEvent
- run() - Method in class org.eclipse.jetty.server.HttpChannel
- run() - Method in class org.eclipse.jetty.server.HttpConnection
- run() - Method in class org.eclipse.jetty.server.HttpInput
- run() - Method in class org.eclipse.jetty.server.HttpOutput
- run() - Method in class org.eclipse.jetty.server.session.HouseKeeper.Runner
- run(Runnable) - Method in class org.eclipse.jetty.server.session.SessionContext
-
Run a runnable in the context (with context classloader set) if there is one, otherwise just run it.
- Runner() - Constructor for class org.eclipse.jetty.server.session.HouseKeeper.Runner
S
- satisfiableRanges(Enumeration<String>, long) - Static method in class org.eclipse.jetty.server.InclusiveByteRange
- save(OutputStream, String, SessionData) - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
-
Save the session data.
- scavenge() - Method in class org.eclipse.jetty.server.session.HouseKeeper
-
Periodically do session housekeeping
- scavenge() - Method in class org.eclipse.jetty.server.session.SessionHandler
-
Called periodically by the HouseKeeper to handle the list of sessions that have expired since the last call to scavenge.
- schedule() - Method in class org.eclipse.jetty.server.session.Session.SessionInactivityTimer
-
Deprecated.
- schedule(long) - Method in class org.eclipse.jetty.server.session.Session.SessionInactivityTimer
- scheduleDispatch() - Method in class org.eclipse.jetty.server.HttpChannelState
- ScopedHandler - Class in org.eclipse.jetty.server.handler
-
ScopedHandler.
- ScopedHandler() - Constructor for class org.eclipse.jetty.server.handler.ScopedHandler
- SecuredRedirectHandler - Class in org.eclipse.jetty.server.handler
-
Secured Redirect Handler
- SecuredRedirectHandler() - Constructor for class org.eclipse.jetty.server.handler.SecuredRedirectHandler
- SecureRequestCustomizer - Class in org.eclipse.jetty.server
-
Customizer that extracts the attribute from an
SSLContextand sets them on the request withServletRequest.setAttribute(String, Object)according to Servlet Specification Requirements. - SecureRequestCustomizer() - Constructor for class org.eclipse.jetty.server.SecureRequestCustomizer
- SecureRequestCustomizer(boolean) - Constructor for class org.eclipse.jetty.server.SecureRequestCustomizer
- SecureRequestCustomizer(boolean, long, boolean) - Constructor for class org.eclipse.jetty.server.SecureRequestCustomizer
- seemsTLS(ByteBuffer) - Method in class org.eclipse.jetty.server.OptionalSslConnectionFactory
- send(MetaData.Response, boolean, ByteBuffer, boolean, Callback) - Method in class org.eclipse.jetty.server.HttpConnection
- send(MetaData.Response, boolean, ByteBuffer, boolean, Callback) - Method in interface org.eclipse.jetty.server.HttpTransport
-
Asynchronous call to send a response (or part) over the transport
- SEND_CONTINUE - Static variable in interface org.eclipse.jetty.server.Authentication
-
Authentication challenge sent.
- SEND_FAILURE - Static variable in interface org.eclipse.jetty.server.Authentication
-
Authentication failure sent.
- SEND_SUCCESS - Static variable in interface org.eclipse.jetty.server.Authentication
- sendContent(InputStream) - Method in class org.eclipse.jetty.server.HttpOutput
-
Blocking send of stream content.
- sendContent(InputStream, Callback) - Method in class org.eclipse.jetty.server.HttpOutput
-
Asynchronous send of stream content.
- sendContent(ByteBuffer) - Method in class org.eclipse.jetty.server.HttpOutput
-
Blocking send of whole content.
- sendContent(ByteBuffer, Callback) - Method in class org.eclipse.jetty.server.HttpOutput
-
Asynchronous send of whole content.
- sendContent(ReadableByteChannel) - Method in class org.eclipse.jetty.server.HttpOutput
-
Blocking send of channel content.
- sendContent(ReadableByteChannel, Callback) - Method in class org.eclipse.jetty.server.HttpOutput
-
Asynchronous send of channel content.
- sendContent(HttpContent) - Method in class org.eclipse.jetty.server.HttpOutput
-
Blocking send of HTTP content.
- sendContent(HttpContent, Callback) - Method in class org.eclipse.jetty.server.HttpOutput
-
Asynchronous send of HTTP content.
- sendData(HttpServletRequest, HttpServletResponse, boolean, HttpContent, Enumeration<String>) - Method in class org.eclipse.jetty.server.ResourceService
- sendDirectory(HttpServletRequest, HttpServletResponse, Resource, String) - Method in class org.eclipse.jetty.server.ResourceService
- sendError(int) - Method in class org.eclipse.jetty.server.Response
- sendError(int) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
- sendError(int, String) - Method in class org.eclipse.jetty.server.HttpChannel
- sendError(int, String) - Method in class org.eclipse.jetty.server.Response
- sendError(int, String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
- sendProcessing() - Method in class org.eclipse.jetty.server.Response
-
Sends a 102-Processing response.
- sendRedirect(int, String) - Method in class org.eclipse.jetty.server.Response
-
Sends a response with one of the 300 series redirection codes.
- sendRedirect(String) - Method in class org.eclipse.jetty.server.Response
- sendRedirect(String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
- sendResponse(MetaData.Response, ByteBuffer, boolean) - Method in class org.eclipse.jetty.server.HttpChannel
- sendResponse(MetaData.Response, ByteBuffer, boolean, Callback) - Method in class org.eclipse.jetty.server.HttpChannel
- sendShutdown() - Method in class org.eclipse.jetty.server.handler.ShutdownHandler
- sendStatus(HttpServletResponse, int, Supplier<String>) - Method in class org.eclipse.jetty.server.ResourceService
- sendWelcome(HttpContent, String, boolean, boolean, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.ResourceService
- SentinelContent(String) - Constructor for class org.eclipse.jetty.server.HttpInput.SentinelContent
- serializeAttributes(SessionData, ObjectOutputStream) - Static method in class org.eclipse.jetty.server.session.SessionData
-
Serialize the attribute map of the session.
- 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
ServerConnectorat the passed port. - Server(InetSocketAddress) - Constructor for class org.eclipse.jetty.server.Server
-
Convenience constructor
- Server(ThreadPool) - Constructor for class org.eclipse.jetty.server.Server
- SERVER_VERSION - Static variable in class org.eclipse.jetty.server.HttpConfiguration
- ServerConnectionStatistics - Class in org.eclipse.jetty.server
- ServerConnectionStatistics() - Constructor for class org.eclipse.jetty.server.ServerConnectionStatistics
- ServerConnector - Class in org.eclipse.jetty.server
-
This
Connectorimplementation is the primary connector for the Jetty server over TCP/IP. - ServerConnector(Server) - Constructor for class org.eclipse.jetty.server.ServerConnector
-
Construct a ServerConnector with a private instance of
HttpConnectionFactoryas the only factory. - ServerConnector(Server, int, int) - Constructor for class org.eclipse.jetty.server.ServerConnector
-
Construct a ServerConnector with a private instance of
HttpConnectionFactoryas the only factory. - ServerConnector(Server, int, int, ConnectionFactory...) - Constructor for class org.eclipse.jetty.server.ServerConnector
-
Construct a ServerConnector with a private instance of
HttpConnectionFactoryas the only factory. - ServerConnector(Server, int, int, SslContextFactory) - Constructor for class org.eclipse.jetty.server.ServerConnector
-
Construct a ServerConnector with a private instance of
HttpConnectionFactoryas the primary protocol - ServerConnector(Server, Executor, Scheduler, ByteBufferPool, int, int, ConnectionFactory...) - Constructor for class org.eclipse.jetty.server.ServerConnector
- ServerConnector(Server, ConnectionFactory...) - Constructor for class org.eclipse.jetty.server.ServerConnector
-
Construct a Server Connector with the passed Connection factories.
- ServerConnector(Server, SslContextFactory) - Constructor for class org.eclipse.jetty.server.ServerConnector
-
Construct a ServerConnector with a private instance of
HttpConnectionFactoryas the primary protocol - ServerConnector(Server, SslContextFactory, ConnectionFactory...) - Constructor for class org.eclipse.jetty.server.ServerConnector
- ServerConnector.ServerConnectorManager - Class in org.eclipse.jetty.server
- ServerConnectorManager(Executor, Scheduler, int) - Constructor for class org.eclipse.jetty.server.ServerConnector.ServerConnectorManager
- ServerMBean - Class in org.eclipse.jetty.server.jmx
- ServerMBean(Object) - Constructor for class org.eclipse.jetty.server.jmx.ServerMBean
- SERVLET_LISTENER_TYPES - Static variable in class org.eclipse.jetty.server.handler.ContextHandler
- SERVLET_MAJOR_VERSION - Static variable in class org.eclipse.jetty.server.handler.ContextHandler
- SERVLET_MINOR_VERSION - Static variable in class org.eclipse.jetty.server.handler.ContextHandler
- ServletRequestHttpWrapper - Class in org.eclipse.jetty.server
-
ServletRequestHttpWrapper Class to tunnel a ServletRequest via a HttpServletRequest
- ServletRequestHttpWrapper(ServletRequest) - Constructor for class org.eclipse.jetty.server.ServletRequestHttpWrapper
- ServletResponseHttpWrapper - Class in org.eclipse.jetty.server
-
ServletResponseHttpWrapper Wrapper to tunnel a ServletResponse via a HttpServletResponse
- ServletResponseHttpWrapper(ServletResponse) - Constructor for class org.eclipse.jetty.server.ServletResponseHttpWrapper
- Session - Class in org.eclipse.jetty.server.session
-
Session A heavy-weight Session object representing a HttpSession.
- Session(SessionHandler, HttpServletRequest, SessionData) - Constructor for class org.eclipse.jetty.server.session.Session
-
Create a new session
- Session(SessionHandler, SessionData) - Constructor for class org.eclipse.jetty.server.session.Session
-
Re-inflate an existing session from some eg persistent store.
- SESSION_CREATED_SECURE - Static variable in class org.eclipse.jetty.server.session.Session
- SESSION_LISTENER_TYPES - Static variable in class org.eclipse.jetty.server.session.SessionHandler
- Session.IdState - Enum in org.eclipse.jetty.server.session
- Session.SessionInactivityTimer - Class in org.eclipse.jetty.server.session
-
SessionInactivityTimer Each Session has a timer associated with it that fires whenever it has been idle (ie not accessed by a request) for a configurable amount of time, or the Session expires.
- Session.State - Enum in org.eclipse.jetty.server.session
-
State Validity states of a session
- SessionAsyncListener() - Constructor for class org.eclipse.jetty.server.session.SessionHandler.SessionAsyncListener
- SessionCache - Interface in org.eclipse.jetty.server.session
-
SessionCache A working set of
Sessionobjects for a context. - SessionCacheFactory - Interface in org.eclipse.jetty.server.session
-
SessionCacheFactory
- SessionContext - Class in org.eclipse.jetty.server.session
-
SessionContext Information about the context to which sessions belong: the Context, the SessionHandler of the context, and the unique name of the node.
- SessionContext(String, ContextHandler.Context) - Constructor for class org.eclipse.jetty.server.session.SessionContext
- SessionData - Class in org.eclipse.jetty.server.session
-
SessionData The data associated with a session.
- SessionData(String, String, String, long, long, long, long) - Constructor for class org.eclipse.jetty.server.session.SessionData
- SessionData(String, String, String, long, long, long, long, Map<String, Object>) - Constructor for class org.eclipse.jetty.server.session.SessionData
- SessionDataMap - Interface in org.eclipse.jetty.server.session
-
SessionDataMap A map style access to SessionData keyed by the session id.
- SessionDataMapFactory - Interface in org.eclipse.jetty.server.session
-
SessionDataMapFactory
- SessionDataStore - Interface in org.eclipse.jetty.server.session
-
SessionDataStore A store for the data contained in a Session object.
- SessionDataStoreFactory - Interface in org.eclipse.jetty.server.session
-
SessionDataStoreFactory
- SessionHandler - Class in org.eclipse.jetty.server.session
-
SessionHandler.
- SessionHandler() - Constructor for class org.eclipse.jetty.server.session.SessionHandler
-
Constructor.
- SessionHandler.CookieConfig - Class in org.eclipse.jetty.server.session
-
CookieConfig Implementation of the javax.servlet.SessionCookieConfig.
- SessionHandler.SessionAsyncListener - Class in org.eclipse.jetty.server.session
-
SessionAsyncListener Used to ensure that a request for which async has been started has its session completed as the request exits the context.
- SessionHandler.SessionIf - Interface in org.eclipse.jetty.server.session
-
SessionIf Interface that any session wrapper should implement so that SessionManager may access the Jetty session implementation.
- sessionId(String) - Method in interface org.eclipse.jetty.server.PushBuilder
-
Set the SessionID to be used for the push.
- sessionId(String) - Method in class org.eclipse.jetty.server.PushBuilderImpl
- SessionIdManager - Interface in org.eclipse.jetty.server
-
Session ID Manager.
- SessionInactivityTimer() - Constructor for class org.eclipse.jetty.server.session.Session.SessionInactivityTimer
- sessionInactivityTimerExpired(Session) - Method in class org.eclipse.jetty.server.session.SessionHandler
-
Deprecated.
- sessionInactivityTimerExpired(Session, long) - Method in class org.eclipse.jetty.server.session.SessionHandler
-
Each session has a timer that is configured to go off when either the session has not been accessed for a configurable amount of time, or the session itself has passed its expiry.
- SessionTableSchema() - Constructor for class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- set(String[], PathMap<IPAddressMap<Boolean>>) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
-
Deprecated.Helper method to process a list of new entries and replace the content of the specified address pattern map
- SET - org.eclipse.jetty.server.session.Session.IdState
- 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)orResponse.addHeader(String, String). - setAccepting(boolean) - Method in class org.eclipse.jetty.server.AbstractConnector
- setAccepting(boolean) - Method in class org.eclipse.jetty.server.ServerConnector
- setAcceptingInLowResources(boolean) - Method in class org.eclipse.jetty.server.LowResourceMonitor
- setAcceptorPriorityDelta(int) - Method in class org.eclipse.jetty.server.AbstractConnector
-
Set the acceptor thread priority delta.
- setAcceptQueueSize(int) - Method in class org.eclipse.jetty.server.ServerConnector
- setAcceptRanges(boolean) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
- setAcceptRanges(boolean) - Method in class org.eclipse.jetty.server.ResourceService
- setAccessed(long) - Method in class org.eclipse.jetty.server.session.SessionData
- setAccessTimeColumn(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- setAliasChecks(List<ContextHandler.AliasCheck>) - Method in class org.eclipse.jetty.server.handler.ContextHandler
- setAllowNullPathInfo(boolean) - Method in class org.eclipse.jetty.server.handler.ContextHandler
- setAppend(boolean) - Method in class org.eclipse.jetty.server.NCSARequestLog
-
Deprecated.Set append to log flag.
- setAppend(boolean) - Method in class org.eclipse.jetty.server.RequestLogWriter
-
Set append to log flag.
- setApplyToAsync(boolean) - Method in class org.eclipse.jetty.server.handler.IdleTimeoutHandler
-
Should the adjusted idle time be maintained for asynchronous requests
- setAsyncSupported(boolean, String) - Method in class org.eclipse.jetty.server.Request
- setAttribute(String, Object) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
- setAttribute(String, Object) - Method in class org.eclipse.jetty.server.handler.ContextHandler
- setAttribute(String, Object) - Method in class org.eclipse.jetty.server.HttpChannelState
- setAttribute(String, Object) - Method in class org.eclipse.jetty.server.Request
- setAttribute(String, Object) - Method in class org.eclipse.jetty.server.Server
- setAttribute(String, Object) - Method in class org.eclipse.jetty.server.session.Session
- setAttribute(String, Object) - Method in class org.eclipse.jetty.server.session.SessionData
- setAttributes(Attributes) - Method in class org.eclipse.jetty.server.handler.ContextHandler
- setAttributes(Attributes) - Method in class org.eclipse.jetty.server.Request
- setAuthentication(Authentication) - Method in class org.eclipse.jetty.server.Request
-
Set the authentication.
- setAuthority(String, int) - Method in class org.eclipse.jetty.server.Request
- setAvailable(boolean) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Set Available status.
- setBaseResource(Resource) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Set the base resource for this context.
- setBaseResource(Resource) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
- setBlack(String[]) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
-
Deprecated.Re-initialize the blacklist of existing handler object
- setBlobType(String) - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
- setBlockingTimeout(long) - Method in class org.eclipse.jetty.server.HttpConfiguration
-
Deprecated.
- setBufferSize(int) - Method in class org.eclipse.jetty.server.HttpOutput
- setBufferSize(int) - Method in class org.eclipse.jetty.server.Response
- setCacheControl(String) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
-
Set the cacheControl.
- setCacheControl(String) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
- setCacheControl(HttpField) - Method in class org.eclipse.jetty.server.ResourceService
- setCharacterEncoding(String) - Method in class org.eclipse.jetty.server.Request
- setCharacterEncoding(String) - Method in class org.eclipse.jetty.server.Response
- setCharacterEncodingUnchecked(String) - Method in class org.eclipse.jetty.server.Request
- setCheckGzExists(boolean) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Deprecated.feature will be removed in Jetty 10.x, with no replacement.
- setCheckingRemoteSessionIdEncoding(boolean) - Method in class org.eclipse.jetty.server.session.SessionHandler
- setClassLoader(ClassLoader) - Method in class org.eclipse.jetty.server.handler.ContextHandler
- setComment(String) - Method in class org.eclipse.jetty.server.session.SessionHandler.CookieConfig
- setCompactPath(boolean) - Method in class org.eclipse.jetty.server.handler.ContextHandler
- setCompressionLevel(int) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Set the Compression level that
Deflateruses. - setConnection(Connection) - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
- setConnectionFactories(Collection<ConnectionFactory>) - Method in class org.eclipse.jetty.server.AbstractConnector
- setConnectors(Connector[]) - Method in class org.eclipse.jetty.server.Server
-
Set the connectors for this server.
- setContentFactory(HttpContent.ContentFactory) - Method in class org.eclipse.jetty.server.ResourceService
- setContentLength(int) - Method in class org.eclipse.jetty.server.Response
- setContentLengthLong(long) - Method in class org.eclipse.jetty.server.Response
- setContentParameters(MultiMap<String>) - Method in class org.eclipse.jetty.server.Request
- setContentType(String) - Method in class org.eclipse.jetty.server.Request
- setContentType(String) - Method in class org.eclipse.jetty.server.Response
- setContext(ContextHandler.Context) - Method in class org.eclipse.jetty.server.Request
-
Set request context
- setContextAttribute(String, Object) - Method in class org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean
- setContextAttribute(String, String) - Method in class org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean
- setContextClass(Class<? extends ContextHandler>) - Method in class org.eclipse.jetty.server.handler.ContextHandlerCollection
-
Deprecated.Unused convenience mechanism not used.
- setContextPath(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
- setContextPath(String) - Method in class org.eclipse.jetty.server.Request
-
Sets the "context path" for this request
- setContextPath(String) - Method in class org.eclipse.jetty.server.session.SessionData
- setContextPathColumn(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- setCookieCompliance(CookieCompliance) - Method in class org.eclipse.jetty.server.HttpConfiguration
-
Deprecated.
- setCookies(Cookie[]) - Method in class org.eclipse.jetty.server.CookieCutter
- setCookies(Cookie[]) - Method in class org.eclipse.jetty.server.Request
- setCookieSet(long) - Method in class org.eclipse.jetty.server.session.SessionData
- setCookieTimeColumn(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- setCreated(long) - Method in class org.eclipse.jetty.server.session.SessionData
- setCreateTimeColumn(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- setCurrentConnection(HttpConnection) - Static method in class org.eclipse.jetty.server.HttpConnection
- setCustomizers(List<HttpConfiguration.Customizer>) - Method in class org.eclipse.jetty.server.HttpConfiguration
-
Sets the
HttpConfiguration.Customizers that are invoked for every request received. - setDatabaseAdaptor(DatabaseAdaptor) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- setDatabaseAdaptor(DatabaseAdaptor) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore
- setDatabaseAdaptor(DatabaseAdaptor) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStoreFactory
- setDatasource(DataSource) - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
- setDatasourceName(String) - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
- setDateHeader(String, long) - Method in class org.eclipse.jetty.server.Response
- setDateHeader(String, long) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
- setDebug(boolean) - Method in class org.eclipse.jetty.server.ShutdownMonitor
- setDefaultProtocol(String) - Method in class org.eclipse.jetty.server.AbstractConnector
- setDefaultProtocol(String) - Method in class org.eclipse.jetty.server.NegotiatingServerConnectionFactory
- setDeflaterPoolCapacity(int) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Sets the maximum number of Deflaters that the DeflaterPool can hold.
- setDelayDispatchUntilContent(boolean) - Method in class org.eclipse.jetty.server.HttpConfiguration
- setDeleteUnrestorableFiles(boolean) - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
- setDeleteUnrestorableFiles(boolean) - Method in class org.eclipse.jetty.server.session.FileSessionDataStoreFactory
- setDirAllowed(boolean) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
- setDirAllowed(boolean) - Method in class org.eclipse.jetty.server.ResourceService
- setDirectBuffersForDecryption(boolean) - Method in class org.eclipse.jetty.server.SslConnectionFactory
- setDirectBuffersForEncryption(boolean) - Method in class org.eclipse.jetty.server.SslConnectionFactory
- setDirectoriesListed(boolean) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
-
Set the directory.
- setDirty(boolean) - Method in class org.eclipse.jetty.server.session.SessionData
- setDirty(String) - Method in class org.eclipse.jetty.server.session.SessionData
- setDiscardPathInfo(boolean) - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
- setDiscardQuery(boolean) - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
- setDispatchContext(ServletContext) - Method in class org.eclipse.jetty.server.AsyncContextEvent
- setDispatcherType(DispatcherType) - Method in class org.eclipse.jetty.server.Request
- setDispatcherTypes(EnumSet<DispatcherType>) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Set of supported
DispatcherTypethat this filter will operate on. - setDispatcherTypes(DispatcherType...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Set the list of supported
DispatcherTypethat this filter will operate on. - setDispatchPath(String) - Method in class org.eclipse.jetty.server.AsyncContextEvent
- setDisplayName(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
- setDomain(String) - Method in class org.eclipse.jetty.server.session.SessionHandler.CookieConfig
- setDriverInfo(String, String) - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
-
Configure jdbc connection information via a jdbc Driver
- setDriverInfo(Driver, String) - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
-
Configure jdbc connection information via a jdbc Driver
- setDumpAfterStart(boolean) - Method in class org.eclipse.jetty.server.Server
- setDumpBeforeStop(boolean) - Method in class org.eclipse.jetty.server.Server
- setDumpContext(boolean) - Method in class org.eclipse.jetty.server.DebugListener
- setEffectiveMajorVersion(int) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- setEffectiveMinorVersion(int) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- setEnabled(boolean) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
- setEnabled(boolean) - Method in class org.eclipse.jetty.server.handler.ThreadLimitHandler
- setEncodingCacheSize(int) - Method in class org.eclipse.jetty.server.ResourceService
- setError() - Method in class org.eclipse.jetty.server.ResponseWriter
- setErrorHandler(ErrorHandler) - Method in class org.eclipse.jetty.server.handler.ContextHandler
- setErrorHandler(ErrorHandler) - Method in class org.eclipse.jetty.server.Server
- setEtags(boolean) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
- setEtags(boolean) - Method in class org.eclipse.jetty.server.ResourceService
- setEventListeners(EventListener[]) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Set the context event listeners.
- setEvictionPolicy(int) - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
-
-1 means we never evict inactive sessions.
- setEvictionPolicy(int) - Method in class org.eclipse.jetty.server.session.DefaultSessionCacheFactory
- setEvictionPolicy(int) - Method in class org.eclipse.jetty.server.session.NullSessionCache
- setEvictionPolicy(int) - Method in interface org.eclipse.jetty.server.session.SessionCache
-
Sessions in this cache can be: never evicted evicted once the last request exits evicted after a configurable period of inactivity
- setExcludedAgentPatterns(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Set the excluded filter list of User-Agent patterns (replacing any previously set)
- setExcludedMethodList(String) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Set the excluded filter list of HTTP Methods (replacing any previously set)
- setExcludedMethods(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Set the excluded filter list of HTTP methods (replacing any previously set)
- setExcludedMimeTypes(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Set the excluded filter list of MIME types (replacing any previously set)
- setExcludedPaths(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Set the excluded filter list of Path specs (replacing any previously set)
- setExitJvm(boolean) - Method in class org.eclipse.jetty.server.handler.ShutdownHandler
- setExitVm(boolean) - Method in class org.eclipse.jetty.server.ShutdownMonitor
- setExpires(String) - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
- setExpiry(long) - Method in class org.eclipse.jetty.server.session.SessionData
- setExpiryTimeColumn(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- setExtended(boolean) - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Deprecated.Set the extended request log format flag.
- setExtendedId(String) - Method in class org.eclipse.jetty.server.session.Session
- setExtendedListenerTypes(boolean) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
- setFilename(String) - Method in class org.eclipse.jetty.server.NCSARequestLog
-
Deprecated.Set the output file name of the request log.
- setFilename(String) - Method in class org.eclipse.jetty.server.RequestLogWriter
-
Set the output file name of the request log.
- setFilenameDateFormat(String) - Method in class org.eclipse.jetty.server.NCSARequestLog
-
Deprecated.Set the log file name date format.
- setFilenameDateFormat(String) - Method in class org.eclipse.jetty.server.RequestLogWriter
-
Set the log file name date format.
- setForcedHost(String) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
-
Set a forced valued for the host header to control what is returned by
ServletRequest.getServerName()andServletRequest.getServerPort(). - setFormEncodedMethods(String...) - Method in class org.eclipse.jetty.server.HttpConfiguration
-
Sets the form encoded HTTP methods.
- setForwardedCipherSuiteHeader(String) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
- setForwardedForHeader(String) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
- setForwardedHeader(String) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
- setForwardedHostHeader(String) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
- setForwardedHttpsHeader(String) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
- setForwardedOnly(boolean) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
- setForwardedProtoHeader(String) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
-
Set the forwardedProtoHeader.
- setForwardedServerHeader(String) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
- setForwardedSslSessionIdHeader(String) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
- setGracePeriodSec(int) - Method in class org.eclipse.jetty.server.session.AbstractSessionDataStore
- setGracePeriodSec(int) - Method in class org.eclipse.jetty.server.session.AbstractSessionDataStoreFactory
- setGzip(boolean) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
-
Deprecated.
- setGzipEquivalentFileExtensions(List<String>) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
- setGzipEquivalentFileExtensions(List<String>) - Method in class org.eclipse.jetty.server.ResourceService
- setHandled(boolean) - Method in class org.eclipse.jetty.server.Request
- setHandler(Handler) - Method in class org.eclipse.jetty.server.handler.HandlerWrapper
- setHandler(Handler) - Method in class org.eclipse.jetty.server.handler.HotSwapHandler
- setHandlers(Handler[]) - Method in class org.eclipse.jetty.server.handler.HandlerCollection
- setHeader(String, String) - Method in interface org.eclipse.jetty.server.PushBuilder
-
Set a header to be used for the push.
- setHeader(String, String) - Method in class org.eclipse.jetty.server.PushBuilderImpl
- setHeader(String, String) - Method in class org.eclipse.jetty.server.Response
- setHeader(String, String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
- setHeader(HttpHeader, String) - Method in class org.eclipse.jetty.server.Response
- setHeaderCacheSize(int) - Method in class org.eclipse.jetty.server.HttpConfiguration
- setHost(String) - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
- setHostHeader(String) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
-
Deprecated.
- setHttpCompliance(HttpCompliance) - Method in class org.eclipse.jetty.server.HttpConnectionFactory
- setHttpOnly(boolean) - Method in class org.eclipse.jetty.server.session.SessionHandler.CookieConfig
- setHttpOnly(boolean) - Method in class org.eclipse.jetty.server.session.SessionHandler
- setHttpURI(HttpURI) - Method in class org.eclipse.jetty.server.Request
- setHttpVersion(HttpVersion) - Method in class org.eclipse.jetty.server.Request
- setId(String) - Method in class org.eclipse.jetty.server.session.SessionData
- setIdChanged(boolean) - Method in class org.eclipse.jetty.server.session.Session
- setIdColumn(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- setIdleTimeout(long) - Method in class org.eclipse.jetty.server.AbstractConnector
-
Sets the maximum Idle time for a connection, which roughly translates to the
Socket.setSoTimeout(int)call, although with NIO implementations other mechanisms may be used to implement the timeout. - setIdleTimeout(long) - Method in class org.eclipse.jetty.server.ConnectionLimit
- setIdleTimeout(long) - Method in class org.eclipse.jetty.server.HttpChannel
-
Set the idle timeout.
- setIdleTimeout(long) - Method in class org.eclipse.jetty.server.HttpConfiguration
-
The max idle time is applied to a HTTP request for IO operations and delayed dispatch.
- setIdleTimeout(long) - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
- setIdleTimeoutMs(long) - Method in class org.eclipse.jetty.server.handler.IdleTimeoutHandler
- setIgnorePaths(String[]) - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Deprecated.Set request paths that will not be logged.
- setIgnorePaths(String[]) - Method in class org.eclipse.jetty.server.CustomRequestLog
-
Set request paths that will not be logged.
- setIncludedAgentPatterns(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Set the included filter list of User-Agent patterns (replacing any previously set)
- setIncludedMethodList(String) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Set the included filter list of HTTP Methods (replacing any previously set)
- setIncludedMethods(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Set the included filter list of HTTP methods (replacing any previously set)
- setIncludedMimeTypes(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Set the included filter list of MIME types (replacing any previously set)
- setIncludedPaths(String...) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Set the included filter list of Path specs (replacing any previously set)
- setInflateBufferSize(int) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Set the size (in bytes) of the
Inflaterbuffer used to inflate comrpessed requests. - setInheritChannel(boolean) - Method in class org.eclipse.jetty.server.ServerConnector
-
Sets whether this connector uses a channel inherited from the JVM.
- setInitParameter(String, String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
- setInitParameter(String, String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
- setInitParameter(String, String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- setInputBufferSize(int) - Method in class org.eclipse.jetty.server.AbstractConnectionFactory
- setInterceptor(HttpInput.Interceptor) - Method in class org.eclipse.jetty.server.HttpInput
-
Set the interceptor.
- setInterceptor(HttpOutput.Interceptor) - Method in class org.eclipse.jetty.server.HttpOutput
- setIntervalSec(long) - Method in class org.eclipse.jetty.server.session.HouseKeeper
-
Set the period between scavenge cycles
- setIntHeader(String, int) - Method in class org.eclipse.jetty.server.Response
- setIntHeader(String, int) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
- setJspConfigDescriptor(JspConfigDescriptor) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
- setKey(String) - Method in class org.eclipse.jetty.server.ShutdownMonitor
- setLastAccessed(long) - Method in class org.eclipse.jetty.server.session.SessionData
- setLastAccessTimeColumn(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- setLastNode(String) - Method in class org.eclipse.jetty.server.session.SessionData
- setLastNodeColumn(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- setLastSaved(long) - Method in class org.eclipse.jetty.server.session.SessionData
- setLastSavedTimeColumn(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- setLocale(Locale) - Method in class org.eclipse.jetty.server.Response
- setLogCookies(boolean) - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Deprecated.Controls logging of the request cookies.
- setLogDateFormat(String) - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Deprecated.Set the timestamp format for request log entries in the file.
- setLogDispatch(boolean) - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Deprecated.
- setLogger(Logger) - Method in class org.eclipse.jetty.server.handler.ContextHandler
- setLoggerName(String) - Method in class org.eclipse.jetty.server.Slf4jRequestLog
-
Deprecated.
- setLoggerName(String) - Method in class org.eclipse.jetty.server.Slf4jRequestLogWriter
- setLogLatency(boolean) - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Deprecated.Controls logging of request processing time.
- setLogLocale(Locale) - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Deprecated.Set the locale of the request log.
- setLogServer(boolean) - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Deprecated.Controls logging of the request hostname.
- setLogTimeZone(String) - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Deprecated.Set the timezone of the request log.
- setLogTimeZone(String) - Method in class org.eclipse.jetty.server.NCSARequestLog
-
Deprecated.
- setLongContentLength(long) - Method in class org.eclipse.jetty.server.Response
- setLongType(String) - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
- setLowResourceChecks(Set<LowResourceMonitor.LowResourceCheck>) - Method in class org.eclipse.jetty.server.LowResourceMonitor
- setLowResources() - Method in class org.eclipse.jetty.server.LowResourceMonitor
- setLowResourcesIdleTimeout(int) - Method in class org.eclipse.jetty.server.LowResourceMonitor
- setLowResourcesReasons(String) - Method in class org.eclipse.jetty.server.LowResourceMonitor
- setLowResourcesStarted(long) - Method in class org.eclipse.jetty.server.LowResourceMonitor
- setManagedAttribute(String, Object) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Deprecated.
- setMapColumn(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- setMaxAge(int) - Method in class org.eclipse.jetty.server.session.SessionHandler.CookieConfig
- setMaxCachedFiles(int) - Method in class org.eclipse.jetty.server.CachedContentFactory
- setMaxCachedFileSize(int) - Method in class org.eclipse.jetty.server.CachedContentFactory
- setMaxCacheSize(int) - Method in class org.eclipse.jetty.server.CachedContentFactory
- setMaxConnections(int) - Method in class org.eclipse.jetty.server.ConnectionLimit
- setMaxConnections(int) - Method in class org.eclipse.jetty.server.LowResourceMonitor.MaxConnectionsLowResourceCheck
-
Deprecated.Replaced by ConnectionLimit
- setMaxConnections(int) - Method in class org.eclipse.jetty.server.LowResourceMonitor
-
Deprecated.Replaced by ConnectionLimit
- setMaxErrorDispatches(int) - Method in class org.eclipse.jetty.server.HttpConfiguration
- setMaxFormContentSize(int) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Set the maximum size of a form post, to protect against DOS attacks from large forms.
- setMaxFormKeys(int) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Set the maximum number of form Keys to protect against DOS attack from crafted hash keys.
- setMaxInactiveInterval(int) - Method in class org.eclipse.jetty.server.session.Session
- setMaxInactiveInterval(int) - Method in class org.eclipse.jetty.server.session.SessionHandler
-
Sets the max period of inactivity, after which the session is invalidated, in seconds.
- setMaxInactiveMs(long) - Method in class org.eclipse.jetty.server.session.SessionData
- setMaxIntervalColumn(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- setMaxLowResourcesTime(int) - Method in class org.eclipse.jetty.server.LowResourceMonitor
- setMaxMemory(long) - Method in class org.eclipse.jetty.server.LowResourceMonitor.MemoryLowResourceCheck
- setMaxMemory(long) - Method in class org.eclipse.jetty.server.LowResourceMonitor
- setMaxProxyHeader(int) - Method in class org.eclipse.jetty.server.ProxyConnectionFactory
- setMetaData(MetaData.Request) - Method in class org.eclipse.jetty.server.Request
- setMethod(String) - Method in class org.eclipse.jetty.server.Request
- setMimeTypes(MimeTypes) - Method in class org.eclipse.jetty.server.handler.ContextHandler
- setMimeTypes(MimeTypes) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
- setMinAsyncContentLength(int) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
-
Deprecated.
- setMinGzipSize(int) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Set the minimum response size to trigger dynamic compression
- setMinMemoryMappedContentLength(int) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
-
Deprecated.
- setMinRequestDataRate(long) - Method in class org.eclipse.jetty.server.HttpConfiguration
- setMinResponseDataRate(long) - Method in class org.eclipse.jetty.server.HttpConfiguration
-
Sets an minimum response content data rate.
- setMonitoredConnectors(Collection<Connector>) - Method in class org.eclipse.jetty.server.LowResourceMonitor
- setMonitorThreads(boolean) - Method in class org.eclipse.jetty.server.LowResourceMonitor
- setMultiPartFormDataCompliance(MultiPartFormDataCompliance) - Method in class org.eclipse.jetty.server.HttpConfiguration
-
Sets the compliance level for multipart/form-data handling.
- setName(String) - Method in class org.eclipse.jetty.server.AbstractConnector
-
Set a connector name.
- setName(String) - Method in class org.eclipse.jetty.server.session.SessionHandler.CookieConfig
- setNewContextURL(String) - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
- setNodeIdInSessionId(boolean) - Method in class org.eclipse.jetty.server.session.SessionHandler
- setNotifyRemoteAsyncErrors(boolean) - Method in class org.eclipse.jetty.server.HttpConfiguration
- setOutputAggregationSize(int) - Method in class org.eclipse.jetty.server.HttpConfiguration
-
Set the max size of the response content write that is copied into the aggregate buffer.
- setOutputBufferSize(int) - Method in class org.eclipse.jetty.server.HttpConfiguration
-
Set the size of the buffer into which response content is aggregated before being sent to the client.
- setOutputStream(OutputStream) - Method in class org.eclipse.jetty.server.handler.DebugHandler
-
Deprecated.
- setPath(String) - Method in class org.eclipse.jetty.server.session.SessionHandler.CookieConfig
- setPathInfo(String) - Method in class org.eclipse.jetty.server.Request
- setPathInfoOnly(boolean) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
- setPathInfoOnly(boolean) - Method in class org.eclipse.jetty.server.ResourceService
- setPeriod(int) - Method in class org.eclipse.jetty.server.LowResourceMonitor
- setPermanent(boolean) - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
- setPersistentConnectionsEnabled(boolean) - Method in class org.eclipse.jetty.server.HttpConfiguration
- setPort(int) - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
- setPort(int) - Method in class org.eclipse.jetty.server.ShutdownMonitor
- setPrecompressedFormats(CompressedContentFormat[]) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
- setPrecompressedFormats(CompressedContentFormat[]) - Method in class org.eclipse.jetty.server.ResourceService
- setPreferProxiedForAddress(boolean) - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Deprecated.Controls whether the actual IP address of the connection or the IP address from the X-Forwarded-For header will be logged.
- setProtectedTargets(String[]) - Method in class org.eclipse.jetty.server.handler.ContextHandler
- setProtocol(String) - Method in class org.eclipse.jetty.server.NegotiatingServerConnection
- setProxyAsAuthority(boolean) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
- setQueryEncoding(String) - Method in class org.eclipse.jetty.server.Request
-
Set the character encoding used for the query string.
- setQueryParameters(MultiMap<String>) - Method in class org.eclipse.jetty.server.Request
- setQueryString(String) - Method in class org.eclipse.jetty.server.Request
- setRandom(Random) - Method in class org.eclipse.jetty.server.session.DefaultSessionIdManager
- setReadListener(ReadListener) - Method in class org.eclipse.jetty.server.HttpInput
- setReasons(String) - Method in class org.eclipse.jetty.server.LowResourceMonitor
- setRecordHttpComplianceViolations(boolean) - Method in class org.eclipse.jetty.server.HttpConnectionFactory
- setRedirectWelcome(boolean) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
- setRedirectWelcome(boolean) - Method in class org.eclipse.jetty.server.ResourceService
- setRefreshCookieAge(int) - Method in class org.eclipse.jetty.server.session.SessionHandler
- setRemoteAddr(InetSocketAddress) - Method in class org.eclipse.jetty.server.Request
- setRemoveUnloadableSessions(boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
-
If a session's data cannot be loaded from the store without error, remove it from the persistent store.
- setRemoveUnloadableSessions(boolean) - Method in class org.eclipse.jetty.server.session.DefaultSessionCacheFactory
- setRemoveUnloadableSessions(boolean) - Method in class org.eclipse.jetty.server.session.NullSessionCacheFactory
- setRemoveUnloadableSessions(boolean) - Method in interface org.eclipse.jetty.server.session.SessionCache
-
If the data for a session exists but is unreadable, the SessionCache can instruct the SessionDataStore to delete it.
- setRenameThread(boolean) - Method in class org.eclipse.jetty.server.DebugListener
- setRequestCookieCompliance(CookieCompliance) - Method in class org.eclipse.jetty.server.HttpConfiguration
- setRequestedSessionId(String) - Method in class org.eclipse.jetty.server.Request
- setRequestedSessionIdFromCookie(boolean) - Method in class org.eclipse.jetty.server.Request
- setRequestHeaderSize(int) - Method in class org.eclipse.jetty.server.HttpConfiguration
-
Larger headers will allow for more and/or larger cookies plus larger form content encoded in a URL.
- setRequestLog(RequestLog) - Method in class org.eclipse.jetty.server.handler.RequestLogHandler
- setRequestLog(RequestLog) - Method in class org.eclipse.jetty.server.HttpChannel
- setRequestLog(RequestLog) - Method in class org.eclipse.jetty.server.Server
- setReseed(long) - Method in class org.eclipse.jetty.server.session.DefaultSessionIdManager
-
Set the reseed probability.
- setResident(boolean) - Method in class org.eclipse.jetty.server.session.Session
- setResourceBase(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Set the base resource for this context.
- setResourceBase(String) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
- setResponseCookieCompliance(CookieCompliance) - Method in class org.eclipse.jetty.server.HttpConfiguration
- setResponseHeaderSize(int) - Method in class org.eclipse.jetty.server.HttpConfiguration
-
Larger headers will allow for more and/or larger cookies and longer HTTP headers (eg for redirection).
- setRetainDays(int) - Method in class org.eclipse.jetty.server.NCSARequestLog
-
Deprecated.Set the number of days before rotated log files are deleted.
- setRetainDays(int) - Method in class org.eclipse.jetty.server.RequestLogWriter
-
Set the number of days before rotated log files are deleted.
- setReuseAddress(boolean) - Method in class org.eclipse.jetty.server.ServerConnector
- setSaveOnCreate(boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
- setSaveOnCreate(boolean) - Method in class org.eclipse.jetty.server.session.DefaultSessionCacheFactory
- setSaveOnCreate(boolean) - Method in class org.eclipse.jetty.server.session.NullSessionCacheFactory
- setSaveOnCreate(boolean) - Method in interface org.eclipse.jetty.server.session.SessionCache
-
Whether or not a session that is newly created should be immediately saved.
- setSaveOnInactiveEvict(boolean) - Method in class org.eclipse.jetty.server.session.DefaultSessionCacheFactory
- setSaveOnInactiveEviction(boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
- setSaveOnInactiveEviction(boolean) - Method in interface org.eclipse.jetty.server.session.SessionCache
-
Whether or not a a session that is about to be evicted should be saved before being evicted.
- setSavePeriodSec(int) - Method in class org.eclipse.jetty.server.session.AbstractSessionDataStore
-
The minimum time in seconds between save operations.
- setSavePeriodSec(int) - Method in class org.eclipse.jetty.server.session.AbstractSessionDataStoreFactory
- setSchemaName(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- setScheme(String) - Method in class org.eclipse.jetty.server.Request
- setSecure(boolean) - Method in class org.eclipse.jetty.server.Request
- setSecure(boolean) - Method in class org.eclipse.jetty.server.session.SessionHandler.CookieConfig
- setSecurePort(int) - Method in class org.eclipse.jetty.server.HttpConfiguration
-
Sets the TCP/IP port used for CONFIDENTIAL and INTEGRAL redirections.
- setSecureRequestOnly(boolean) - Method in class org.eclipse.jetty.server.session.SessionHandler
-
HTTPS request.
- setSecureScheme(String) - Method in class org.eclipse.jetty.server.HttpConfiguration
-
Set the URI scheme used for CONFIDENTIAL and INTEGRAL redirections.
- setSendDateHeader(boolean) - Method in class org.eclipse.jetty.server.HttpConfiguration
- setSendServerVersion(boolean) - Method in class org.eclipse.jetty.server.HttpConfiguration
- setSendShutdownAtStart(boolean) - Method in class org.eclipse.jetty.server.handler.ShutdownHandler
- setSendXPoweredBy(boolean) - Method in class org.eclipse.jetty.server.HttpConfiguration
- setServeIcon(boolean) - Method in class org.eclipse.jetty.server.handler.DefaultHandler
- setServer(Server) - Method in class org.eclipse.jetty.server.handler.AbstractHandler
- setServer(Server) - Method in class org.eclipse.jetty.server.handler.AbstractHandlerContainer
- setServer(Server) - Method in class org.eclipse.jetty.server.handler.ContextHandler
- setServer(Server) - Method in interface org.eclipse.jetty.server.Handler
- setServer(Server) - Method in class org.eclipse.jetty.server.session.DefaultSessionIdManager
- setServerInfo(String) - Static method in class org.eclipse.jetty.server.handler.ContextHandler
- setServletPath(String) - Method in class org.eclipse.jetty.server.Request
- setSession(HttpSession) - Method in class org.eclipse.jetty.server.Request
- setSessionCache(SessionCache) - Method in class org.eclipse.jetty.server.session.SessionHandler
- setSessionCookie(String) - Method in class org.eclipse.jetty.server.session.SessionHandler
- setSessionDataMapFactory(SessionDataMapFactory) - Method in class org.eclipse.jetty.server.session.CachingSessionDataStoreFactory
- setSessionDataStore(SessionDataStore) - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
- setSessionDataStore(SessionDataStore) - Method in interface org.eclipse.jetty.server.session.SessionCache
-
A SessionDataStore that is the authoritative source of session information.
- setSessionHandler(SessionHandler) - Method in class org.eclipse.jetty.server.Request
- setSessionHouseKeeper(HouseKeeper) - Method in class org.eclipse.jetty.server.session.DefaultSessionIdManager
- setSessionHouseKeeper(HouseKeeper) - Method in interface org.eclipse.jetty.server.SessionIdManager
- setSessionIdManager(SessionIdManager) - Method in class org.eclipse.jetty.server.Server
- setSessionIdManager(SessionIdManager) - Method in class org.eclipse.jetty.server.session.HouseKeeper
-
SessionIdManager associated with this scavenger
- setSessionIdManager(SessionIdManager) - Method in class org.eclipse.jetty.server.session.SessionHandler
- setSessionIdPathParameterName(String) - Method in class org.eclipse.jetty.server.session.SessionHandler
-
Sets the session id URL path parameter name.
- setSessionStoreFactory(SessionDataStoreFactory) - Method in class org.eclipse.jetty.server.session.CachingSessionDataStoreFactory
- setSessionTableSchema(JDBCSessionDataStore.SessionTableSchema) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore
- setSessionTableSchema(JDBCSessionDataStore.SessionTableSchema) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStoreFactory
- setSessionTrackingModes(Set<SessionTrackingMode>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- setSessionTrackingModes(Set<SessionTrackingMode>) - Method in class org.eclipse.jetty.server.session.SessionHandler
- setShowContexts(boolean) - Method in class org.eclipse.jetty.server.handler.DefaultHandler
- setShowHeaders(boolean) - Method in class org.eclipse.jetty.server.DebugListener
- setShowMessageInTitle(boolean) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
- setShowStacks(boolean) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
- setSniHostCheck(boolean) - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
- setSoLingerTime(int) - Method in class org.eclipse.jetty.server.ServerConnector
-
Deprecated.don't use as socket close linger time has undefined behavior for non-blocking sockets
- setSslIsSecure(boolean) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
- setSslSessionAttribute(String) - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
- setStatus(int) - Method in class org.eclipse.jetty.server.Response
- setStatus(int) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
- setStatus(int, String) - Method in class org.eclipse.jetty.server.Response
-
Deprecated.
- setStatus(int, String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
- setStatusWithReason(int, String) - Method in class org.eclipse.jetty.server.Response
- setStopAtShutdown(boolean) - Method in class org.eclipse.jetty.server.Server
-
Set stop server at shutdown behaviour.
- setStopTimeout(long) - Method in class org.eclipse.jetty.server.Server
-
Set a graceful stop time.
- setStoreDir(File) - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
- setStoreDir(File) - Method in class org.eclipse.jetty.server.session.FileSessionDataStoreFactory
- setStringType(String) - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
- setStsIncludeSubDomains(boolean) - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
- setStsMaxAge(long) - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
-
Set the Strict-Transport-Security max age.
- setStsMaxAge(long, TimeUnit) - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
-
Convenience method to call
SecureRequestCustomizer.setStsMaxAge(long) - setStylesheet(String) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
- setSyncFlush(boolean) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHandler
-
Set the
Deflaterflush mode to use. - setTableName(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- setThreadLimit(int) - Method in class org.eclipse.jetty.server.handler.ThreadLimitHandler
- setTimeout(long) - Method in class org.eclipse.jetty.server.AsyncContextState
- setTimeout(long) - Method in class org.eclipse.jetty.server.HttpChannelState
- setTimeoutTask(Scheduler.Task) - Method in class org.eclipse.jetty.server.AsyncContextEvent
- setTimeStamp(long) - Method in class org.eclipse.jetty.server.Request
- setTimeZone(String) - Method in class org.eclipse.jetty.server.RequestLogWriter
- setTrailers(Supplier<HttpFields>) - Method in class org.eclipse.jetty.server.Response
- setURIPathQuery(String) - Method in class org.eclipse.jetty.server.Request
- setUserIdentityScope(UserIdentity.Scope) - Method in class org.eclipse.jetty.server.Request
- setUsingCookies(boolean) - Method in class org.eclipse.jetty.server.session.SessionHandler
- setUsingSecurityManager(boolean) - Method in class org.eclipse.jetty.server.handler.ContextHandler
- setVhost(String) - Method in class org.eclipse.jetty.server.session.SessionData
- setVirtualHostColumn(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- setVirtualHosts(String[]) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Set the virtual hosts for the context.
- setWelcomeFactory(ResourceService.WelcomeFactory) - Method in class org.eclipse.jetty.server.ResourceService
- setWelcomeFiles(String[]) - Method in class org.eclipse.jetty.server.handler.ContextHandler
- setWelcomeFiles(String[]) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
- setWhite(String[]) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
-
Deprecated.Re-initialize the whitelist of existing handler object
- setWhiteListByPath(boolean) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
-
Deprecated.Re-initialize the mode of path matching
- setWorkerName(String) - Method in class org.eclipse.jetty.server.session.DefaultSessionIdManager
-
Set the workername.
- setWriteListener(WriteListener) - Method in class org.eclipse.jetty.server.HttpOutput
- shutdown() - Method in class org.eclipse.jetty.server.AbstractConnector
- shutdown() - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
- shutdown() - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Set shutdown status.
- shutdown() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- shutdown() - Method in class org.eclipse.jetty.server.session.DefaultSessionCache
- shutdown() - Method in class org.eclipse.jetty.server.session.NullSessionCache
- shutdown() - Method in interface org.eclipse.jetty.server.session.SessionCache
- SHUTDOWN - org.eclipse.jetty.server.handler.ContextHandler.Availability
- ShutdownHandler - Class in org.eclipse.jetty.server.handler
-
A handler that shuts the server down on a valid request.
- ShutdownHandler(String) - Constructor for class org.eclipse.jetty.server.handler.ShutdownHandler
- ShutdownHandler(String, boolean, boolean) - Constructor for class org.eclipse.jetty.server.handler.ShutdownHandler
- ShutdownHandler(Server, String) - Constructor for class org.eclipse.jetty.server.handler.ShutdownHandler
-
Deprecated.
- ShutdownMonitor - Class in org.eclipse.jetty.server
-
Shutdown/Stop Monitor thread.
- shutdownOutput() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
- shutdownSessions() - Method in class org.eclipse.jetty.server.session.SessionHandler
-
Prepare sessions for session manager shutdown
- skip(int) - Method in class org.eclipse.jetty.server.HttpInput.Content
- skip(HttpInput.Content, int) - Method in class org.eclipse.jetty.server.HttpInput
-
Consumes the given content.
- Slf4jRequestLog - Class in org.eclipse.jetty.server
-
Deprecated.use
CustomRequestLoggiven format stringCustomRequestLog.EXTENDED_NCSA_FORMATwith anSlf4jRequestLogWriter - Slf4jRequestLog() - Constructor for class org.eclipse.jetty.server.Slf4jRequestLog
-
Deprecated.
- Slf4jRequestLog(Slf4jRequestLogWriter) - Constructor for class org.eclipse.jetty.server.Slf4jRequestLog
-
Deprecated.
- Slf4jRequestLogWriter - Class in org.eclipse.jetty.server
-
Request log writer using a Slf4jLog Logger
- Slf4jRequestLogWriter() - Constructor for class org.eclipse.jetty.server.Slf4jRequestLogWriter
- SocketCustomizationListener - Class in org.eclipse.jetty.server
-
A Connection Lister for customization of SocketConnections.
- SocketCustomizationListener() - Constructor for class org.eclipse.jetty.server.SocketCustomizationListener
-
Construct with SSL unwrapping on.
- SocketCustomizationListener(boolean) - Constructor for class org.eclipse.jetty.server.SocketCustomizationListener
- SslConnectionFactory - Class in org.eclipse.jetty.server
- SslConnectionFactory() - Constructor for class org.eclipse.jetty.server.SslConnectionFactory
- SslConnectionFactory(String) - Constructor for class org.eclipse.jetty.server.SslConnectionFactory
- SslConnectionFactory(SslContextFactory, String) - Constructor for class org.eclipse.jetty.server.SslConnectionFactory
- start() - Method in class org.eclipse.jetty.server.ShutdownMonitor
- start(Runnable) - Method in class org.eclipse.jetty.server.AsyncContextState
- start(LifeCycle) - Method in class org.eclipse.jetty.server.Server
- startAsync() - Method in class org.eclipse.jetty.server.Request
- startAsync(ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.server.Request
- startAsync(AsyncContextEvent) - Method in class org.eclipse.jetty.server.HttpChannelState
- startContext() - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Extensible startContext.
- startHandling(Request, boolean) - Method in class org.eclipse.jetty.server.handler.AsyncDelayHandler
-
Called to indicate that a request has been presented for handling
- STARTING - org.eclipse.jetty.server.handler.ContextHandler.Availability
- startRequest(String, String, HttpVersion) - Method in class org.eclipse.jetty.server.HttpChannelOverHttp
- startScavenging() - Method in class org.eclipse.jetty.server.session.HouseKeeper
-
If scavenging is not scheduled, schedule it.
- State() - Constructor for class org.eclipse.jetty.server.HttpInput.State
- StaticContext() - Constructor for class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
- StatisticsHandler - Class in org.eclipse.jetty.server.handler
- StatisticsHandler() - Constructor for class org.eclipse.jetty.server.handler.StatisticsHandler
- statsReset() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
-
Resets the current request statistics.
- statsReset() - Method in class org.eclipse.jetty.server.session.SessionHandler
-
Reset statistics values
- stopContext() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- stopScavenging() - Method in class org.eclipse.jetty.server.session.HouseKeeper
-
If scavenging is scheduled, stop it.
- store(String, SessionData) - Method in class org.eclipse.jetty.server.session.AbstractSessionDataStore
- store(String, SessionData) - Method in class org.eclipse.jetty.server.session.CachingSessionDataStore
- store(String, SessionData) - Method in interface org.eclipse.jetty.server.session.SessionDataMap
-
Store the session data.
- STREAM - org.eclipse.jetty.server.Response.OutputType
- STREAM - Static variable in class org.eclipse.jetty.server.HttpInput
- sweepDisk() - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
-
Check all session files that do not belong to this context and remove any that expired long ago (ie at least 5 gracePeriods ago).
- sweepFile(long, Path) - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
-
Check to see if the expiry on the file is very old, and delete the file if so.
T
- takeNewContext() - Method in class org.eclipse.jetty.server.Request
- TERMINATED - org.eclipse.jetty.server.HttpChannelState.Action
- ThreadLimitHandler - Class in org.eclipse.jetty.server.handler
-
Handler to limit the threads per IP address for DOS protection
- ThreadLimitHandler() - Constructor for class org.eclipse.jetty.server.handler.ThreadLimitHandler
- ThreadLimitHandler(String) - Constructor for class org.eclipse.jetty.server.handler.ThreadLimitHandler
- ThreadLimitHandler(String, boolean) - Constructor for class org.eclipse.jetty.server.handler.ThreadLimitHandler
- THROWN - org.eclipse.jetty.server.HttpChannelState.State
- TLS_VERSION - Static variable in class org.eclipse.jetty.server.ProxyConnectionFactory
- to416HeaderRangeString(long) - Static method in class org.eclipse.jetty.server.InclusiveByteRange
- toConnectionString() - Method in class org.eclipse.jetty.server.HttpConnection
- toHeaderRangeString(long) - Method in class org.eclipse.jetty.server.InclusiveByteRange
- toStatsHTML() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- toString() - Method in class org.eclipse.jetty.server.AbstractConnectionFactory
- toString() - Method in class org.eclipse.jetty.server.AbstractConnector
- toString() - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
- toString() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedHttpContent
- toString() - Method in class org.eclipse.jetty.server.CachedContentFactory.CachedPrecompressedHttpContent
- toString() - Method in class org.eclipse.jetty.server.CachedContentFactory
- toString() - Method in class org.eclipse.jetty.server.Dispatcher
- toString() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
- toString() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
- toString() - Method in class org.eclipse.jetty.server.handler.ContextHandler
- toString() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- toString() - Method in class org.eclipse.jetty.server.HttpChannel
- toString() - Method in class org.eclipse.jetty.server.HttpChannelState
- toString() - Method in class org.eclipse.jetty.server.HttpConfiguration
- toString() - Method in class org.eclipse.jetty.server.HttpInput.Content
- toString() - Method in class org.eclipse.jetty.server.HttpInput.ErrorState
- toString() - Method in class org.eclipse.jetty.server.HttpInput.SentinelContent
- toString() - Method in class org.eclipse.jetty.server.HttpInput
- toString() - Method in class org.eclipse.jetty.server.HttpOutput
- toString() - Method in class org.eclipse.jetty.server.InclusiveByteRange
- toString() - Method in class org.eclipse.jetty.server.LowResourceMonitor.ConnectorsThreadPoolLowResourceCheck
- toString() - Method in class org.eclipse.jetty.server.LowResourceMonitor.MainThreadPoolLowResourceCheck
- toString() - Method in class org.eclipse.jetty.server.LowResourceMonitor.MaxConnectionsLowResourceCheck
- toString() - Method in class org.eclipse.jetty.server.LowResourceMonitor.MemoryLowResourceCheck
- toString() - Method in class org.eclipse.jetty.server.NegotiatingServerConnectionFactory
- toString() - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
- toString() - Method in class org.eclipse.jetty.server.Request
- toString() - Method in class org.eclipse.jetty.server.ResourceContentFactory
- toString() - Method in class org.eclipse.jetty.server.Response
- toString() - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
- toString() - Method in class org.eclipse.jetty.server.Server
- toString() - Method in class org.eclipse.jetty.server.ServerConnector.ServerConnectorManager
- toString() - Method in class org.eclipse.jetty.server.session.AbstractSessionCache
- toString() - Method in class org.eclipse.jetty.server.session.AbstractSessionDataStore
- toString() - Method in class org.eclipse.jetty.server.session.DatabaseAdaptor
- toString() - Method in class org.eclipse.jetty.server.session.DefaultSessionIdManager
- toString() - Method in class org.eclipse.jetty.server.session.FileSessionDataStore
- toString() - Method in class org.eclipse.jetty.server.session.HouseKeeper
- toString() - Method in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- toString() - Method in class org.eclipse.jetty.server.session.Session
- toString() - Method in class org.eclipse.jetty.server.session.SessionContext
- toString() - Method in class org.eclipse.jetty.server.session.SessionData
- toString() - Method in class org.eclipse.jetty.server.session.SessionHandler
- toString() - Method in class org.eclipse.jetty.server.ShutdownMonitor
- toString() - Method in class org.eclipse.jetty.server.SslConnectionFactory
- toStringLocked() - Method in class org.eclipse.jetty.server.HttpChannelState
- tryFillInterested(Callback) - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
U
- UNAUTHENTICATED - Static variable in interface org.eclipse.jetty.server.Authentication
-
Unauthenticated state.
- UNAUTHENTICATED_IDENTITY - Static variable in interface org.eclipse.jetty.server.UserIdentity
- UNAVAILABLE - org.eclipse.jetty.server.handler.ContextHandler.Availability
- unbindValue(String, Object) - Method in class org.eclipse.jetty.server.session.Session
-
Unbind value if value implements
HttpSessionBindingListener(callsHttpSessionBindingListener.valueUnbound(HttpSessionBindingEvent)) - unblock() - Method in class org.eclipse.jetty.server.HttpInput
- undeployHandler(Handler, Callback) - Method in class org.eclipse.jetty.server.handler.ContextHandlerCollection
-
Thread safe undeploy of a Handler.
- unhandle() - Method in class org.eclipse.jetty.server.HttpChannelState
-
Signal that the HttpConnection has finished handling the request.
- unlimit() - Method in class org.eclipse.jetty.server.AcceptRateLimit
- unlimit() - Method in class org.eclipse.jetty.server.ConnectionLimit
- UnreadableSessionDataException - Exception in org.eclipse.jetty.server.session
-
UnreadableSessionDataException
- UnreadableSessionDataException(String, SessionContext, Throwable) - Constructor for exception org.eclipse.jetty.server.session.UnreadableSessionDataException
- unwrap(Throwable, Class<?>...) - Method in class org.eclipse.jetty.server.HttpChannel
-
Unwrap failure causes to find target class
- UnwriteableSessionDataException - Exception in org.eclipse.jetty.server.session
-
UnwriteableSessionDataException
- UnwriteableSessionDataException(String, SessionContext, Throwable) - Constructor for exception org.eclipse.jetty.server.session.UnwriteableSessionDataException
- updateBean(String, Object, Object) - Method in class org.eclipse.jetty.server.handler.ManagedAttributeListener
- updateHandlers(HandlerCollection.Handlers, HandlerCollection.Handlers) - Method in class org.eclipse.jetty.server.handler.HandlerCollection
- updateInactivityTimer() - Method in class org.eclipse.jetty.server.session.Session
-
Deprecated.
- updateResponse(Request) - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
- upgrade() - Method in class org.eclipse.jetty.server.HttpChannelState
- upgrade(Class<T>) - Method in class org.eclipse.jetty.server.Request
- upgrade(Class<T>) - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
- upgrade(Connection) - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
- UPGRADE_CONNECTION_ATTRIBUTE - Static variable in class org.eclipse.jetty.server.HttpConnection
- upgradeConnection(Connector, EndPoint, MetaData.Request, HttpFields) - Method in interface org.eclipse.jetty.server.ConnectionFactory.Upgrading
-
Create a connection for an upgrade request.
- UPGRADED - org.eclipse.jetty.server.HttpChannelState.State
- useDirectBuffers() - Method in class org.eclipse.jetty.server.HttpChannel
- UserIdentity - Interface in org.eclipse.jetty.server
-
User object that encapsulates user identity and operations such as run-as-role actions, checking isUserInRole and getUserPrincipal.
- UserIdentity.Scope - Interface in org.eclipse.jetty.server
-
A UserIdentity Scope.
- UserIdentity.UnauthenticatedUserIdentity - Interface in org.eclipse.jetty.server
- Utf8HttpWriter - Class in org.eclipse.jetty.server
-
OutputWriter.
- Utf8HttpWriter(HttpOutput) - Constructor for class org.eclipse.jetty.server.Utf8HttpWriter
V
- VALID - org.eclipse.jetty.server.session.Session.State
- valueOf(String) - Static method in enum org.eclipse.jetty.server.handler.ContextHandler.Availability
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jetty.server.HttpChannelState.Action
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jetty.server.HttpChannelState.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jetty.server.MultiPartFormDataCompliance
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jetty.server.Response.OutputType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jetty.server.session.Session.IdState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jetty.server.session.Session.State
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.eclipse.jetty.server.handler.ContextHandler.Availability
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jetty.server.HttpChannelState.Action
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jetty.server.HttpChannelState.State
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jetty.server.MultiPartFormDataCompliance
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jetty.server.Response.OutputType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jetty.server.session.Session.IdState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.jetty.server.session.Session.State
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VARY_ACCEPT_ENCODING - Static variable in class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor
- VARY_ACCEPT_ENCODING_USER_AGENT - Static variable in class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor
W
- WAIT - org.eclipse.jetty.server.HttpChannelState.Action
- waitForResponse(boolean, long, TimeUnit) - Method in class org.eclipse.jetty.server.LocalConnector.LocalEndPoint
-
Wait for a response using a parser to detect the end of message
- waitUntilClosed() - Method in class org.eclipse.jetty.server.LocalConnector.LocalEndPoint
- waitUntilClosedOrIdleFor(long, TimeUnit) - Method in class org.eclipse.jetty.server.LocalConnector.LocalEndPoint
- wake() - Method in class org.eclipse.jetty.server.HttpInput
- willPassivate() - Method in class org.eclipse.jetty.server.session.Session
-
Call the passivation listeners.
- WrappedAsyncListener(AsyncListener, ServletRequest, ServletResponse) - Constructor for class org.eclipse.jetty.server.AsyncContextState.WrappedAsyncListener
- write(byte[], int, int) - Method in class org.eclipse.jetty.server.HttpOutput
- write(char[]) - Method in class org.eclipse.jetty.server.ResponseWriter
- write(char[], int, int) - Method in class org.eclipse.jetty.server.EncodingHttpWriter
- write(char[], int, int) - Method in class org.eclipse.jetty.server.HttpWriter
- write(char[], int, int) - Method in class org.eclipse.jetty.server.Iso88591HttpWriter
- write(char[], int, int) - Method in class org.eclipse.jetty.server.ResponseWriter
- write(char[], int, int) - Method in class org.eclipse.jetty.server.Utf8HttpWriter
- write(int) - Method in class org.eclipse.jetty.server.HttpOutput
- write(int) - Method in class org.eclipse.jetty.server.ResponseWriter
- write(Writer, String) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
- write(String) - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Deprecated.Write requestEntry out.
- write(String) - Method in class org.eclipse.jetty.server.AsyncRequestLogWriter
- write(String) - Method in class org.eclipse.jetty.server.NCSARequestLog
-
Deprecated.
- write(String) - Method in interface org.eclipse.jetty.server.RequestLog.Writer
- write(String) - Method in class org.eclipse.jetty.server.RequestLogWriter
- write(String) - Method in class org.eclipse.jetty.server.ResponseWriter
- write(String) - Method in class org.eclipse.jetty.server.Slf4jRequestLog
-
Deprecated.
- write(String) - Method in class org.eclipse.jetty.server.Slf4jRequestLogWriter
- write(String, int, int) - Method in class org.eclipse.jetty.server.HttpWriter
- write(String, int, int) - Method in class org.eclipse.jetty.server.ResponseWriter
- write(ByteBuffer) - Method in class org.eclipse.jetty.server.HttpOutput
- write(ByteBuffer, boolean, Callback) - Method in class org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor
- write(ByteBuffer, boolean, Callback) - Method in class org.eclipse.jetty.server.HttpChannel
-
Non-Blocking write, committing the response if needed.
- write(ByteBuffer, boolean, Callback) - Method in interface org.eclipse.jetty.server.HttpOutput.Interceptor
-
Write content.
- write(ByteBuffer, boolean, Callback) - Method in class org.eclipse.jetty.server.HttpOutput
- write(Callback, ByteBuffer...) - Method in class org.eclipse.jetty.server.ProxyConnectionFactory.ProxyEndPoint
- WRITE_CALLBACK - org.eclipse.jetty.server.HttpChannelState.Action
- writeErrorPage(HttpServletRequest, Writer, int, String, boolean) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
- writeErrorPageBody(HttpServletRequest, Writer, int, String, boolean) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
- writeErrorPageHead(HttpServletRequest, Writer, int, String) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
- writeErrorPageMessage(HttpServletRequest, Writer, int, String, String) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
- writeErrorPageStacks(HttpServletRequest, Writer) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
- writePoweredBy(Appendable, String, String) - Method in class org.eclipse.jetty.server.HttpConfiguration
- WRITER - org.eclipse.jetty.server.Response.OutputType
_
- __CheckRemoteSessionEncoding - Static variable in class org.eclipse.jetty.server.session.SessionHandler
- __DefaultSessionCookie - Static variable in class org.eclipse.jetty.server.session.SessionHandler
- __DefaultSessionDomain - Static variable in class org.eclipse.jetty.server.session.SessionHandler
- __DefaultSessionIdPathParameterName - Static variable in class org.eclipse.jetty.server.session.SessionHandler
- __defaultSessionTrackingModes - Variable in class org.eclipse.jetty.server.session.SessionHandler
- __ERROR_DISPATCH - Static variable in class org.eclipse.jetty.server.Dispatcher
- __FORWARD_PREFIX - Static variable in class org.eclipse.jetty.server.Dispatcher
-
Dispatch include attribute names
- __INCLUDE_PREFIX - Static variable in class org.eclipse.jetty.server.Dispatcher
-
Dispatch include attribute names
- __MaxAgeProperty - Static variable in class org.eclipse.jetty.server.session.SessionHandler
-
Session Max Age.
- __MULTIPART_CONFIG_ELEMENT - Static variable in class org.eclipse.jetty.server.Request
- __MULTIPARTS - Static variable in class org.eclipse.jetty.server.Request
- __NEW_SESSION_ID - Static variable in class org.eclipse.jetty.server.session.DefaultSessionIdManager
- __SessionCookieProperty - Static variable in class org.eclipse.jetty.server.session.SessionHandler
-
Session cookie name.
- __SessionDomainProperty - Static variable in class org.eclipse.jetty.server.session.SessionHandler
-
Session Domain.
- __SessionIdPathParameterNameProperty - Static variable in class org.eclipse.jetty.server.session.SessionHandler
-
Session id path parameter name.
- __SessionPathProperty - Static variable in class org.eclipse.jetty.server.session.SessionHandler
-
Session Path.
- _accessed - Variable in class org.eclipse.jetty.server.session.SessionData
- _accessTimeColumn - Variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- _attributes - Variable in class org.eclipse.jetty.server.session.SessionData
- _blobType - Variable in class org.eclipse.jetty.server.session.DatabaseAdaptor
- _cache - Variable in class org.eclipse.jetty.server.session.CachingSessionDataStore
-
The fronting cache
- _candidateSessionIdsForExpiry - Variable in class org.eclipse.jetty.server.session.SessionHandler
- _checkingRemoteSessionIdEncoding - Variable in class org.eclipse.jetty.server.session.SessionHandler
- _content - Variable in class org.eclipse.jetty.server.HttpInput.Content
- _context - Variable in class org.eclipse.jetty.server.session.AbstractSessionCache
-
Information about the context to which this SessionCache pertains
- _context - Variable in class org.eclipse.jetty.server.session.AbstractSessionDataStore
- _context - Variable in class org.eclipse.jetty.server.session.SessionHandler
- _contextPath - Variable in class org.eclipse.jetty.server.session.SessionData
- _contextPathColumn - Variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- _contextString - Variable in class org.eclipse.jetty.server.session.FileSessionDataStore
- _cookieSet - Variable in class org.eclipse.jetty.server.session.SessionData
- _cookieTimeColumn - Variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- _created - Variable in class org.eclipse.jetty.server.session.SessionData
- _createTimeColumn - Variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- _dbAdaptor - Variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore
- _dbAdaptor - Variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- _deleteUnrestorableFiles - Variable in class org.eclipse.jetty.server.session.FileSessionDataStore
- _dftMaxIdleSecs - Variable in class org.eclipse.jetty.server.session.SessionHandler
-
Setting of max inactive interval for new sessions -1 means no timeout
- _dirty - Variable in class org.eclipse.jetty.server.session.SessionData
- _enabled - Variable in class org.eclipse.jetty.server.handler.ContextHandler.Context
- _evictionPolicy - Variable in class org.eclipse.jetty.server.session.AbstractSessionCache
-
When, if ever, to evict sessions: never; only when the last request for them finishes; after inactivity time (expressed as secs)
- _expiry - Variable in class org.eclipse.jetty.server.session.SessionData
- _expiryTimeColumn - Variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- _extendedId - Variable in class org.eclipse.jetty.server.session.Session
- _extendedListenerTypes - Variable in class org.eclipse.jetty.server.handler.ContextHandler.Context
- _gracePeriodSec - Variable in class org.eclipse.jetty.server.session.AbstractSessionDataStore
- _handler - Variable in class org.eclipse.jetty.server.handler.HandlerWrapper
- _handler - Variable in class org.eclipse.jetty.server.session.AbstractSessionCache
-
The SessionHandler related to this SessionCache
- _handler - Variable in class org.eclipse.jetty.server.session.Session
- _handlers - Variable in class org.eclipse.jetty.server.handler.HandlerCollection
- _houseKeeper - Variable in class org.eclipse.jetty.server.session.DefaultSessionIdManager
- _httpOnly - Variable in class org.eclipse.jetty.server.session.SessionHandler
- _id - Variable in class org.eclipse.jetty.server.session.SessionData
- _idChanged - Variable in class org.eclipse.jetty.server.session.Session
- _idColumn - Variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- _initialized - Variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore
- _lastAccessed - Variable in class org.eclipse.jetty.server.session.SessionData
- _lastAccessTimeColumn - Variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- _lastExpiryCheckTime - Variable in class org.eclipse.jetty.server.session.AbstractSessionDataStore
- _lastNode - Variable in class org.eclipse.jetty.server.session.SessionData
- _lastNodeColumn - Variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- _lastSaved - Variable in class org.eclipse.jetty.server.session.SessionData
- _lastSavedTimeColumn - Variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- _lastSweepTime - Variable in class org.eclipse.jetty.server.session.FileSessionDataStore
- _loader - Variable in class org.eclipse.jetty.server.session.SessionHandler
- _lock - Variable in class org.eclipse.jetty.server.session.Session
- _longType - Variable in class org.eclipse.jetty.server.session.DatabaseAdaptor
- _mapColumn - Variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- _mapFactory - Variable in class org.eclipse.jetty.server.session.CachingSessionDataStoreFactory
- _maxCookieAge - Variable in class org.eclipse.jetty.server.session.SessionHandler
- _maxInactiveMs - Variable in class org.eclipse.jetty.server.session.SessionData
- _maxIntervalColumn - Variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- _newSession - Variable in class org.eclipse.jetty.server.session.Session
- _nextScope - Variable in class org.eclipse.jetty.server.handler.ScopedHandler
- _nodeIdInSessionId - Variable in class org.eclipse.jetty.server.session.SessionHandler
- _outerScope - Variable in class org.eclipse.jetty.server.handler.ScopedHandler
- _ownHouseKeeper - Variable in class org.eclipse.jetty.server.session.DefaultSessionIdManager
- _ownScheduler - Variable in class org.eclipse.jetty.server.session.HouseKeeper
- _ownScheduler - Variable in class org.eclipse.jetty.server.session.SessionHandler
- _random - Variable in class org.eclipse.jetty.server.session.DefaultSessionIdManager
- _refreshCookieAge - Variable in class org.eclipse.jetty.server.session.SessionHandler
- _removeUnloadableSessions - Variable in class org.eclipse.jetty.server.session.AbstractSessionCache
-
If true, a Session whose data cannot be read will be deleted from the SessionDataStore.
- _requestLogWriter - Variable in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Deprecated.
- _requests - Variable in class org.eclipse.jetty.server.session.Session
- _reseed - Variable in class org.eclipse.jetty.server.session.DefaultSessionIdManager
- _resident - Variable in class org.eclipse.jetty.server.session.Session
- _runner - Variable in class org.eclipse.jetty.server.session.HouseKeeper
- _saveOnCreate - Variable in class org.eclipse.jetty.server.session.AbstractSessionCache
-
If true, as soon as a new session is created, it will be persisted to the SessionDataStore
- _saveOnInactiveEviction - Variable in class org.eclipse.jetty.server.session.AbstractSessionCache
-
If true, a session that will be evicted from the cache because it has been inactive too long will be saved before being evicted.
- _savePeriodSec - Variable in class org.eclipse.jetty.server.session.AbstractSessionDataStore
- _scheduler - Variable in class org.eclipse.jetty.server.session.HouseKeeper
- _scheduler - Variable in class org.eclipse.jetty.server.session.SessionHandler
- _schemaName - Variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- _schemaProvided - Variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore
- _scontext - Variable in class org.eclipse.jetty.server.handler.ContextHandler
- _secureCookies - Variable in class org.eclipse.jetty.server.session.SessionHandler
- _secureRequestOnly - Variable in class org.eclipse.jetty.server.session.SessionHandler
- _server - Variable in class org.eclipse.jetty.server.LowResourceMonitor
- _server - Variable in class org.eclipse.jetty.server.session.DefaultSessionIdManager
- _sessionAsyncListener - Variable in class org.eclipse.jetty.server.session.SessionHandler
- _sessionAttributeListeners - Variable in class org.eclipse.jetty.server.session.SessionHandler
- _sessionCache - Variable in class org.eclipse.jetty.server.session.SessionHandler
- _sessionComment - Variable in class org.eclipse.jetty.server.session.SessionHandler
- _sessionContext - Variable in class org.eclipse.jetty.server.session.SessionHandler
- _sessionCookie - Variable in class org.eclipse.jetty.server.session.SessionHandler
- _sessionData - Variable in class org.eclipse.jetty.server.session.Session
- _sessionDataStore - Variable in class org.eclipse.jetty.server.session.AbstractSessionCache
-
The authoritative source of session data
- _sessionDomain - Variable in class org.eclipse.jetty.server.session.SessionHandler
- _sessionFileMap - Variable in class org.eclipse.jetty.server.session.FileSessionDataStore
- _sessionIdListeners - Variable in class org.eclipse.jetty.server.session.SessionHandler
- _sessionIdManager - Variable in class org.eclipse.jetty.server.session.HouseKeeper
- _sessionIdManager - Variable in class org.eclipse.jetty.server.session.SessionHandler
- _sessionIdPathParameterName - Variable in class org.eclipse.jetty.server.session.SessionHandler
- _sessionIdPathParameterNamePrefix - Variable in class org.eclipse.jetty.server.session.SessionHandler
- _sessionInactivityTimer - Variable in class org.eclipse.jetty.server.session.Session
- _sessionListeners - Variable in class org.eclipse.jetty.server.session.SessionHandler
- _sessionPath - Variable in class org.eclipse.jetty.server.session.SessionHandler
- _sessions - Variable in class org.eclipse.jetty.server.session.DefaultSessionCache
-
The cache of sessions in a hashmap
- _sessionsCreatedStats - Variable in class org.eclipse.jetty.server.session.SessionHandler
- _sessionStoreFactory - Variable in class org.eclipse.jetty.server.session.CachingSessionDataStoreFactory
-
The SessionDataStore that will store session data.
- _sessionTableSchema - Variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore
- _sessionTimeStats - Variable in class org.eclipse.jetty.server.session.SessionHandler
- _sessionTrackingModes - Variable in class org.eclipse.jetty.server.session.SessionHandler
- _state - Variable in class org.eclipse.jetty.server.session.Session
- _stateChangeCompleted - Variable in class org.eclipse.jetty.server.session.Session
- _store - Variable in class org.eclipse.jetty.server.session.CachingSessionDataStore
-
The actual store for the session data
- _storeDir - Variable in class org.eclipse.jetty.server.session.FileSessionDataStore
- _stringType - Variable in class org.eclipse.jetty.server.session.DatabaseAdaptor
- _tableName - Variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- _task - Variable in class org.eclipse.jetty.server.session.HouseKeeper
- _timer - Variable in class org.eclipse.jetty.server.session.Session.SessionInactivityTimer
- _usingCookies - Variable in class org.eclipse.jetty.server.session.SessionHandler
- _usingURLs - Variable in class org.eclipse.jetty.server.session.SessionHandler
- _vhost - Variable in class org.eclipse.jetty.server.session.SessionData
- _virtualHostColumn - Variable in class org.eclipse.jetty.server.session.JDBCSessionDataStore.SessionTableSchema
- _weakRandom - Variable in class org.eclipse.jetty.server.session.DefaultSessionIdManager
- _workerAttr - Variable in class org.eclipse.jetty.server.session.DefaultSessionIdManager
- _workerName - Variable in class org.eclipse.jetty.server.session.DefaultSessionIdManager
All Classes All Packages