- abort() - Method in class org.eclipse.jetty.server.HttpConnection
-
- abort() - Method in interface org.eclipse.jetty.server.HttpTransport
-
Abort transport.
- AbstractConnectionFactory - Class in org.eclipse.jetty.server
-
- AbstractConnectionFactory(String) - Constructor for class org.eclipse.jetty.server.AbstractConnectionFactory
-
- AbstractConnector - Class in org.eclipse.jetty.server
-
- AbstractConnector(Server, Executor, Scheduler, ByteBufferPool, int, ConnectionFactory...) - Constructor for class org.eclipse.jetty.server.AbstractConnector
-
- AbstractConnectorMBean - Class in org.eclipse.jetty.server.jmx
-
- AbstractConnectorMBean(Object) - Constructor for class org.eclipse.jetty.server.jmx.AbstractConnectorMBean
-
- AbstractHandler - Class in org.eclipse.jetty.server.handler
-
AbstractHandler.
- AbstractHandler() - Constructor for class org.eclipse.jetty.server.handler.AbstractHandler
-
- AbstractHandlerContainer - Class in org.eclipse.jetty.server.handler
-
Abstract Handler Container.
- AbstractHandlerContainer() - Constructor for class org.eclipse.jetty.server.handler.AbstractHandlerContainer
-
- AbstractHandlerMBean - Class in org.eclipse.jetty.server.handler.jmx
-
- AbstractHandlerMBean(Object) - Constructor for class org.eclipse.jetty.server.handler.jmx.AbstractHandlerMBean
-
- AbstractNCSARequestLog - Class in org.eclipse.jetty.server
-
Base implementation of the
RequestLog
outputs logs in the pseudo-standard NCSA common log format.
- AbstractNCSARequestLog() - Constructor for class org.eclipse.jetty.server.AbstractNCSARequestLog
-
- AbstractNetworkConnector - Class in org.eclipse.jetty.server
-
An abstract Network Connector.
- AbstractNetworkConnector(Server, Executor, Scheduler, ByteBufferPool, int, ConnectionFactory...) - Constructor for class org.eclipse.jetty.server.AbstractNetworkConnector
-
- AbstractSession - Class in org.eclipse.jetty.server.session
-
- AbstractSession(AbstractSessionManager, HttpServletRequest) - Constructor for class org.eclipse.jetty.server.session.AbstractSession
-
- AbstractSession(AbstractSessionManager, long, long, String) - Constructor for class org.eclipse.jetty.server.session.AbstractSession
-
- AbstractSessionIdManager - Class in org.eclipse.jetty.server.session
-
- AbstractSessionIdManager() - Constructor for class org.eclipse.jetty.server.session.AbstractSessionIdManager
-
- AbstractSessionIdManager(Random) - Constructor for class org.eclipse.jetty.server.session.AbstractSessionIdManager
-
- AbstractSessionManager - Class in org.eclipse.jetty.server.session
-
An Abstract implementation of SessionManager.
- AbstractSessionManager() - Constructor for class org.eclipse.jetty.server.session.AbstractSessionManager
-
- AbstractSessionManager.CookieConfig - Class in org.eclipse.jetty.server.session
-
CookieConfig
Implementation of the javax.servlet.SessionCookieConfig.
- AbstractSessionManager.CookieConfig() - Constructor for class org.eclipse.jetty.server.session.AbstractSessionManager.CookieConfig
-
- AbstractSessionManager.SessionIf - Interface in org.eclipse.jetty.server.session
-
Interface that any session wrapper should implement so that
SessionManager may access the Jetty session implementation.
- AbstractSessionManagerMBean - Class in org.eclipse.jetty.server.session.jmx
-
- AbstractSessionManagerMBean(Object) - Constructor for class org.eclipse.jetty.server.session.jmx.AbstractSessionManagerMBean
-
- accept(int) - Method in class org.eclipse.jetty.server.AbstractConnector
-
- accept(int) - Method in class org.eclipse.jetty.server.LocalConnector
-
- accept(int) - Method in class org.eclipse.jetty.server.ServerConnector
-
- access(long) - Method in class org.eclipse.jetty.server.session.AbstractSession
-
- access(HttpSession, boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
-
- access(long) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
-
Entry to session.
- access(HttpSession, boolean) - Method in interface org.eclipse.jetty.server.SessionManager
-
Called by the
SessionHandler
when a session is first accessed by a request.
- acquireWriteBlockingCallback() - Method in class org.eclipse.jetty.server.HttpOutput
-
- adaptTo(DatabaseMetaData) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.DatabaseAdaptor
-
- add(String, PathMap<IPAddressMap<Boolean>>) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
-
Helper method to parse the new entry and add it to
the specified address pattern map.
- addAliasCheck(ContextHandler.AliasCheck) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Add an AliasCheck instance to possibly permit aliased resources
- addAttributes(Map<String, Object>) - Method in class org.eclipse.jetty.server.session.AbstractSession
-
- addBlack(String) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
-
Add a blacklist entry to an existing handler configuration
- addConnectionFactory(ConnectionFactory) - Method in class org.eclipse.jetty.server.AbstractConnector
-
- addConnector(Connector) - Method in class org.eclipse.jetty.server.Server
-
- addContext(String, String) - Method in class org.eclipse.jetty.server.handler.ContextHandlerCollection
-
Add a context handler.
- addCookie(HttpCookie) - Method in class org.eclipse.jetty.server.Response
-
- addCookie(Cookie) - Method in class org.eclipse.jetty.server.Response
-
- addCookie(Cookie) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
-
- addCookieField(String) - Method in class org.eclipse.jetty.server.CookieCutter
-
- addCustomizer(HttpConfiguration.Customizer) - Method in class org.eclipse.jetty.server.HttpConfiguration
-
- addDateHeader(String, long) - Method in class org.eclipse.jetty.server.Response
-
- addDateHeader(String, long) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
-
- addEventListener(EventListener) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Add a context event listeners.
- addEventListener(EventListener) - Method in class org.eclipse.jetty.server.Request
-
- addEventListener(EventListener) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
-
- addEventListener(EventListener) - Method in class org.eclipse.jetty.server.session.SessionHandler
-
- addEventListener(EventListener) - Method in interface org.eclipse.jetty.server.SessionManager
-
Adds an event listener for session-related events.
- addFilter(String, Class<? extends Filter>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
-
- addFilter(String, Filter) - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
-
- addFilter(String, String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
-
- addHandler(Handler) - Method in class org.eclipse.jetty.server.handler.HandlerCollection
-
- addHeader(String, String) - Method in class org.eclipse.jetty.server.Response
-
- addHeader(String, String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
-
- addInput(String) - Method in class org.eclipse.jetty.server.LocalConnector.LocalEndPoint
-
- addIntHeader(String, int) - Method in class org.eclipse.jetty.server.Response
-
- addIntHeader(String, int) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
-
- addListener(AsyncListener, ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.server.AsyncContextState
-
- addListener(AsyncListener) - Method in class org.eclipse.jetty.server.AsyncContextState
-
- addListener(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
-
- addListener(T) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
-
- addListener(Class<? extends EventListener>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
-
- addListener(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
-
- addListener(T) - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
-
- addListener(Class<? extends EventListener>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
-
- addListener(AsyncListener) - Method in class org.eclipse.jetty.server.HttpChannelState
-
- addLocaleEncoding(String, String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
- addNetworkTrafficListener(NetworkTrafficListener) - Method in class org.eclipse.jetty.server.NetworkTrafficServerConnector
-
- addProgrammaticListener(EventListener) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Apply any necessary restrictions on a programmatic added listener.
- addServlet(String, Class<? extends Servlet>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
-
- addServlet(String, Servlet) - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
-
- addServlet(String, String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
-
- addSession(AbstractSession) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
-
- addSession(AbstractSession, boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
-
Add the session Registers the session with this manager and registers the
session ID with the sessionIDManager;
- addSession(HttpSession) - Method in class org.eclipse.jetty.server.session.HashSessionIdManager
-
- addSession(AbstractSession) - Method in class org.eclipse.jetty.server.session.HashSessionManager
-
- addSession(HttpSession) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
-
- addSession(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
-
- addSession(AbstractSession) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
-
Add a newly created session to our in-memory list for this node and persist it.
- addSession(HttpSession) - Method in interface org.eclipse.jetty.server.SessionIdManager
-
Add a session to the list of known sessions for a given ID.
- addSetCookie(String, String, String, String, long, String, boolean, boolean, int) - Method in class org.eclipse.jetty.server.Response
-
Format a set cookie value
- addToAllConnectors(Server) - Static method in class org.eclipse.jetty.server.ConnectorStatistics
-
- addVirtualHosts(String[]) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Either set virtual hosts or add to an existing set of virtual hosts.
- addWhite(String) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
-
Add a whitelist entry to an existing handler configuration
- AllowSymLinkAliasChecker - Class in org.eclipse.jetty.server.handler
-
Symbolic Link AliasChecker.
- AllowSymLinkAliasChecker() - Constructor for class org.eclipse.jetty.server.handler.AllowSymLinkAliasChecker
-
- ASYNC - Static variable in class org.eclipse.jetty.server.HttpInput
-
- AsyncContextEvent - Class in org.eclipse.jetty.server
-
- AsyncContextEvent(ContextHandler.Context, AsyncContextState, HttpChannelState, Request, ServletRequest, ServletResponse) - Constructor for class org.eclipse.jetty.server.AsyncContextEvent
-
- AsyncContextState - Class in org.eclipse.jetty.server
-
- AsyncContextState(HttpChannelState) - Constructor for class org.eclipse.jetty.server.AsyncContextState
-
- AsyncNCSARequestLog - Class in org.eclipse.jetty.server
-
An asynchronously writing NCSA Request Log
- AsyncNCSARequestLog() - Constructor for class org.eclipse.jetty.server.AsyncNCSARequestLog
-
- AsyncNCSARequestLog(BlockingQueue<String>) - Constructor for class org.eclipse.jetty.server.AsyncNCSARequestLog
-
- AsyncNCSARequestLog(String) - Constructor for class org.eclipse.jetty.server.AsyncNCSARequestLog
-
- AsyncNCSARequestLog(String, BlockingQueue<String>) - Constructor for class org.eclipse.jetty.server.AsyncNCSARequestLog
-
- authenticate(ServletRequest) - Method in interface org.eclipse.jetty.server.Authentication.Deferred
-
Authenticate if possible without sending a challenge.
- authenticate(ServletRequest, ServletResponse) - Method in interface org.eclipse.jetty.server.Authentication.Deferred
-
Authenticate and possibly send a challenge.
- authenticate(HttpServletResponse) - Method in class org.eclipse.jetty.server.Request
-
- authenticate(HttpServletResponse) - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
-
- Authentication - Interface in org.eclipse.jetty.server
-
The Authentication state of a request.
- Authentication.Challenge - Interface in org.eclipse.jetty.server
-
An Authentication Challenge has been sent.
- Authentication.Deferred - Interface in org.eclipse.jetty.server
-
A deferred authentication with methods to progress
the authentication process.
- Authentication.Failed - Exception in org.eclipse.jetty.server
-
- Authentication.Failed(String) - Constructor for exception org.eclipse.jetty.server.Authentication.Failed
-
- Authentication.Failure - Interface in org.eclipse.jetty.server
-
An Authentication Failure has been sent.
- Authentication.ResponseSent - Interface in org.eclipse.jetty.server
-
Authentication Response sent state.
- Authentication.SendSuccess - Interface in org.eclipse.jetty.server
-
- Authentication.User - Interface in org.eclipse.jetty.server
-
A successful Authentication with User information.
- Authentication.Wrapped - Interface in org.eclipse.jetty.server
-
A wrapped authentication with methods provide the
wrapped request/response for use by the application
- available() - Method in class org.eclipse.jetty.server.HttpInput
-
- CACHED_INFO_ATTR - Static variable in class org.eclipse.jetty.server.SecureRequestCustomizer
-
The name of the SSLSession attribute that will contain any cached information.
- cacheInvalidate(JDBCSessionManager.Session) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
-
A method that can be implemented in subclasses to support
distributed caching of sessions.
- callContextDestroyed(ServletContextListener, ServletContextEvent) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
- callContextInitialized(ServletContextListener, ServletContextEvent) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
- callSessionAttributeListeners(String, Object, Object) - Method in class org.eclipse.jetty.server.session.AbstractSession
-
Call binding and attribute listeners based on the new and old
values of the attribute.
- cancelTimeout() - Method in class org.eclipse.jetty.server.HttpChannelState
-
- cancelTimeoutTask() - Method in class org.eclipse.jetty.server.AsyncContextEvent
-
- changeAttribute(String, Object) - Method in class org.eclipse.jetty.server.session.AbstractSession
-
Either set (perhaps replace) or remove the value of the attribute
in the session.
- changeSessionId() - Method in class org.eclipse.jetty.server.Request
-
- changeSessionId() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
-
- check(String, Resource) - Method in class org.eclipse.jetty.server.handler.AllowSymLinkAliasChecker
-
- check(String, Resource) - Method in interface org.eclipse.jetty.server.handler.ContextHandler.AliasCheck
-
Check an alias
- check(String, Resource) - Method in class org.eclipse.jetty.server.handler.ContextHandler.ApproveAliases
-
- check(String, Resource) - Method in class org.eclipse.jetty.server.handler.ContextHandler.ApproveNonExistentDirectoryAliases
-
- check(String, Resource) - Method in class org.eclipse.jetty.server.handler.ContextHandler.ApprovePathPrefixAliases
-
Deprecated.
- check(String, Resource) - Method in class org.eclipse.jetty.server.handler.ContextHandler.ApproveSameSuffixAliases
-
Deprecated.
- checkAlias(String, Resource) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
- checkContext(String, Request, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
- checkListener(Class<? extends EventListener>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
-
- checkManagedAttribute(String, Object) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
- checkRequestedSessionId(Request, HttpServletRequest) - Method in class org.eclipse.jetty.server.session.SessionHandler
-
Look for a requested session ID in cookies and URI parameters
- checkValid() - Method in class org.eclipse.jetty.server.session.AbstractSession
-
asserts that the session is valid
- checkValid() - Method in class org.eclipse.jetty.server.session.HashedSession
-
- ClassLoaderDump - Class in org.eclipse.jetty.server
-
- ClassLoaderDump(ClassLoader) - Constructor for class org.eclipse.jetty.server.ClassLoaderDump
-
- clearAttributes() - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
- clearAttributes() - Method in class org.eclipse.jetty.server.Server
-
- clearAttributes() - Method in class org.eclipse.jetty.server.session.AbstractSession
-
- clearConnectionFactories() - Method in class org.eclipse.jetty.server.AbstractConnector
-
- clearEventListeners() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
-
- clearEventListeners() - Method in class org.eclipse.jetty.server.session.SessionHandler
-
- clearEventListeners() - Method in interface org.eclipse.jetty.server.SessionManager
-
Removes all event listeners for session-related events.
- clearLowResources() - Method in class org.eclipse.jetty.server.LowResourceMonitor
-
- close() - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
-
- close() - Method in class org.eclipse.jetty.server.HttpOutput
-
- close() - Method in class org.eclipse.jetty.server.HttpWriter
-
- close() - Method in class org.eclipse.jetty.server.LocalConnector.LocalEndPoint
-
- close() - Method in interface org.eclipse.jetty.server.NetworkConnector
-
Performs the activities needed to close the network communication
(for example, to stop accepting network connections).
- close() - Method in class org.eclipse.jetty.server.ServerConnector
-
- closeOutput() - Method in class org.eclipse.jetty.server.Response
-
- complete() - Method in class org.eclipse.jetty.server.AsyncContextState
-
- complete() - Method in class org.eclipse.jetty.server.HttpChannelState
-
- complete() - Method in class org.eclipse.jetty.server.session.AbstractSession
-
- complete(HttpSession) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
-
- complete() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
-
Exit from session
- complete(HttpSession) - Method in interface org.eclipse.jetty.server.SessionManager
-
Called by the
SessionHandler
when a session is last accessed by a request.
- completed() - Method in class org.eclipse.jetty.server.AsyncContextEvent
-
- completed() - Method in class org.eclipse.jetty.server.HttpChannelState
-
- completed() - Method in class org.eclipse.jetty.server.HttpConnection
-
- completed() - Method in interface org.eclipse.jetty.server.HttpTransport
-
- configure(AbstractConnection, Connector, EndPoint) - Method in class org.eclipse.jetty.server.AbstractConnectionFactory
-
- configure(Socket) - Method in class org.eclipse.jetty.server.ServerConnector
-
- ConnectionFactory - Interface in org.eclipse.jetty.server
-
- Connector - Interface in org.eclipse.jetty.server
-
A
Connector
accept connections and data from remote peers,
and allows applications to send data to remote peers, by setting up
the machinery needed to handle such tasks.
- ConnectorStatistics - Class in org.eclipse.jetty.server
-
A Connector.Listener that gathers Connector and Connections Statistics.
- ConnectorStatistics() - Constructor for class org.eclipse.jetty.server.ConnectorStatistics
-
- consume(ByteBuffer, int) - Method in class org.eclipse.jetty.server.ByteBufferQueuedHttpInput
-
- consume(T, int) - Method in class org.eclipse.jetty.server.HttpInput
-
Consumes the given content.
- consume(ByteBuffer, int) - Method in class org.eclipse.jetty.server.HttpInputOverHTTP
-
- consumeAll() - Method in class org.eclipse.jetty.server.HttpInput
-
- containsHeader(String) - Method in class org.eclipse.jetty.server.Response
-
- containsHeader(String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
-
- content(T) - Method in class org.eclipse.jetty.server.HttpChannel
-
- content(ByteBuffer) - Method in class org.eclipse.jetty.server.HttpConnection.HttpChannelOverHttp
-
- content(T) - Method in class org.eclipse.jetty.server.HttpInput
-
Adds some content to this input stream.
- content(ByteBuffer) - Method in class org.eclipse.jetty.server.HttpInputOverHTTP
-
- content(T) - Method in class org.eclipse.jetty.server.QueuedHttpInput
-
- ContextHandler - Class in org.eclipse.jetty.server.handler
-
ContextHandler.
- ContextHandler() - Constructor for class org.eclipse.jetty.server.handler.ContextHandler
-
- ContextHandler(ContextHandler.Context) - Constructor for class org.eclipse.jetty.server.handler.ContextHandler
-
- ContextHandler(String) - Constructor for class org.eclipse.jetty.server.handler.ContextHandler
-
- ContextHandler(HandlerContainer, String) - Constructor for class org.eclipse.jetty.server.handler.ContextHandler
-
- ContextHandler.AliasCheck - Interface in org.eclipse.jetty.server.handler
-
Interface to check aliases
- ContextHandler.ApproveAliases - Class in org.eclipse.jetty.server.handler
-
Approve all aliases.
- ContextHandler.ApproveAliases() - Constructor for class org.eclipse.jetty.server.handler.ContextHandler.ApproveAliases
-
- ContextHandler.ApproveNonExistentDirectoryAliases - Class in org.eclipse.jetty.server.handler
-
Approve Aliases of a non existent directory.
- ContextHandler.ApproveNonExistentDirectoryAliases() - Constructor for class org.eclipse.jetty.server.handler.ContextHandler.ApproveNonExistentDirectoryAliases
-
- ContextHandler.ApprovePathPrefixAliases - Class in org.eclipse.jetty.server.handler
-
Deprecated.
- ContextHandler.ApprovePathPrefixAliases() - Constructor for class org.eclipse.jetty.server.handler.ContextHandler.ApprovePathPrefixAliases
-
Deprecated.
- ContextHandler.ApproveSameSuffixAliases - Class in org.eclipse.jetty.server.handler
-
Deprecated.
- ContextHandler.ApproveSameSuffixAliases() - Constructor for class org.eclipse.jetty.server.handler.ContextHandler.ApproveSameSuffixAliases
-
Deprecated.
- ContextHandler.Availability - Enum in org.eclipse.jetty.server.handler
-
- ContextHandler.Context - Class in org.eclipse.jetty.server.handler
-
Context.
- ContextHandler.Context() - Constructor for class org.eclipse.jetty.server.handler.ContextHandler.Context
-
- ContextHandler.NoContext - Class in org.eclipse.jetty.server.handler
-
- ContextHandler.NoContext() - Constructor for class org.eclipse.jetty.server.handler.ContextHandler.NoContext
-
- ContextHandlerCollection - Class in org.eclipse.jetty.server.handler
-
ContextHandlerCollection.
- ContextHandlerCollection() - Constructor for class org.eclipse.jetty.server.handler.ContextHandlerCollection
-
- ContextHandlerMBean - Class in org.eclipse.jetty.server.handler.jmx
-
- ContextHandlerMBean(Object) - Constructor for class org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean
-
- continue100(int) - Method in class org.eclipse.jetty.server.HttpChannel
-
If the associated response has the Expect header set to 100 Continue,
then accessing the input stream indicates that the handler/servlet
is ready for the request body and thus a 100 Continue response is sent.
- convertIdentifier(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.DatabaseAdaptor
-
Convert a camel case identifier into either upper or lower
depending on the way the db stores identifiers.
- CookieCutter - Class in org.eclipse.jetty.server
-
Cookie parser
- CookieCutter() - Constructor for class org.eclipse.jetty.server.CookieCutter
-
- cookieSet() - Method in class org.eclipse.jetty.server.session.AbstractSession
-
- cookieSet() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
-
- createFilter(Class<T>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
-
- createInstance(Class<T>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
-
- createListener(Class<T>) - Method in class org.eclipse.jetty.server.AsyncContextState
-
- createListener(Class<T>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
-
- createListener(Class<T>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
-
- createServlet(Class<T>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
-
- customize(Connector, HttpConfiguration, Request) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
-
- customize(Connector, HttpConfiguration, Request) - Method in class org.eclipse.jetty.server.HostHeaderCustomizer
-
- customize(Connector, HttpConfiguration, Request) - Method in interface org.eclipse.jetty.server.HttpConfiguration.Customizer
-
- customize(Connector, HttpConfiguration, Request) - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
-
- customize(SSLEngine, Request) - Method in class org.eclipse.jetty.server.SecureRequestCustomizer
-
- get(ByteBuffer, byte[], int, int) - Method in class org.eclipse.jetty.server.ByteBufferQueuedHttpInput
-
- get(T, byte[], int, int) - Method in class org.eclipse.jetty.server.HttpInput
-
Copies the given content into the given byte buffer.
- get(ByteBuffer, byte[], int, int) - Method in class org.eclipse.jetty.server.HttpInputOverHTTP
-
- getAcceptors() - Method in class org.eclipse.jetty.server.AbstractConnector
-
- getAcceptQueueSize() - Method in class org.eclipse.jetty.server.ServerConnector
-
- getAccessed() - Method in class org.eclipse.jetty.server.session.AbstractSession
-
- getAccessTimeColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
-
- getAliasChecks() - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
- getAllowNullPathInfo() - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
- getAlterTableForMaxIntervalAsString() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
-
- getAsyncContext() - Method in class org.eclipse.jetty.server.AsyncContextEvent
-
- getAsyncContext() - Method in class org.eclipse.jetty.server.Request
-
- getAsyncContextEvent() - Method in class org.eclipse.jetty.server.HttpChannelState
-
- getAsyncDispatches() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
-
- getAsyncRequests() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
-
- getAsyncRequestsWaiting() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
-
- getAsyncRequestsWaitingMax() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
-
- getAttribute(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
-
- getAttribute(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
- getAttribute(String) - Method in class org.eclipse.jetty.server.HttpChannelState
-
- getAttribute(String) - Method in class org.eclipse.jetty.server.Request
-
Get Request Attribute.
- getAttribute(String) - Method in class org.eclipse.jetty.server.Server
-
- getAttribute(String) - Method in class org.eclipse.jetty.server.session.AbstractSession
-
- getAttributeMap() - Method in class org.eclipse.jetty.server.session.AbstractSession
-
- getAttributeNames() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
-
- getAttributeNames() - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
- getAttributeNames() - Method in class org.eclipse.jetty.server.Request
-
- getAttributeNames() - Method in class org.eclipse.jetty.server.Server
-
- getAttributeNames() - Method in class org.eclipse.jetty.server.session.AbstractSession
-
- getAttributes() - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
- getAttributes() - Method in class org.eclipse.jetty.server.Request
-
- getAttributes() - Method in class org.eclipse.jetty.server.session.AbstractSession
-
- getAuthentication() - Method in class org.eclipse.jetty.server.Request
-
Get the authentication.
- getAuthMethod() - Method in interface org.eclipse.jetty.server.Authentication.User
-
- getAuthType() - Method in class org.eclipse.jetty.server.Request
-
- getAuthType() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
-
- getBaseRequest() - Method in class org.eclipse.jetty.server.HttpChannelState
-
- getBaseResource() - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
- getBaseResource() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
-
- getBlobInputStream(ResultSet, String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.DatabaseAdaptor
-
- getBlobType() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.DatabaseAdaptor
-
- getBlobType() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
-
Deprecated.
see DbAdaptor.getBlobType
- getBoundedExpiredSessionsStatementAsString() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
-
- getBufferSize() - Method in class org.eclipse.jetty.server.HttpOutput
-
- getBufferSize() - Method in class org.eclipse.jetty.server.Response
-
- getByteBufferPool() - Method in class org.eclipse.jetty.server.AbstractConnector
-
- getByteBufferPool() - Method in interface org.eclipse.jetty.server.Connector
-
- getByteBufferPool() - Method in class org.eclipse.jetty.server.HttpChannel
-
- getBytesIn() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
- getBytesOut() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
- getCacheControl() - Method in class org.eclipse.jetty.server.handler.ErrorHandler
-
Get the cacheControl.
- getCacheControl() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
-
- getCachedFiles() - Method in class org.eclipse.jetty.server.ResourceCache
-
- getCachedSize() - Method in class org.eclipse.jetty.server.ResourceCache
-
- getCanonicalContext() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
-
- getCharacterEncoding() - Method in class org.eclipse.jetty.server.Request
-
- getCharacterEncoding() - Method in class org.eclipse.jetty.server.Response
-
- getChildHandlerByClass(Class<T>) - Method in class org.eclipse.jetty.server.handler.AbstractHandlerContainer
-
- getChildHandlerByClass(Class<T>) - Method in interface org.eclipse.jetty.server.HandlerContainer
-
- getChildHandlers() - Method in class org.eclipse.jetty.server.handler.AbstractHandlerContainer
-
- getChildHandlers() - Method in interface org.eclipse.jetty.server.HandlerContainer
-
- getChildHandlersByClass(Class<?>) - Method in class org.eclipse.jetty.server.handler.AbstractHandlerContainer
-
- getChildHandlersByClass(Class<?>) - Method in interface org.eclipse.jetty.server.HandlerContainer
-
- getClassLoader() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
-
- getClassLoader() - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
- getClassLoader() - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
-
- getClassPath() - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Make best effort to extract a file classpath from the context classloader
- getClusterId() - Method in class org.eclipse.jetty.server.session.AbstractSession
-
- getClusterId(String) - Method in class org.eclipse.jetty.server.session.AbstractSessionIdManager
-
Get the session ID without any worker ID.
- getClusterId(HttpSession) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
-
- getClusterId(String) - Method in interface org.eclipse.jetty.server.SessionIdManager
-
Get a cluster ID from a node ID.
- getClusterId(HttpSession) - Method in interface org.eclipse.jetty.server.SessionManager
-
- getComment() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.CookieConfig
-
- getConnectedEndPoints() - Method in class org.eclipse.jetty.server.AbstractConnector
-
- getConnectedEndPoints() - Method in interface org.eclipse.jetty.server.Connector
-
- getConnection() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
-
Get a connection from the driver or datasource.
- getConnectionDurationMax() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
- getConnectionDurationMean() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
- getConnectionDurationStdDev() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
- getConnectionFactories() - Method in class org.eclipse.jetty.server.AbstractConnector
-
- getConnectionFactories() - Method in interface org.eclipse.jetty.server.Connector
-
- getConnectionFactory(String) - Method in class org.eclipse.jetty.server.AbstractConnector
-
- getConnectionFactory(Class<T>) - Method in class org.eclipse.jetty.server.AbstractConnector
-
- getConnectionFactory(String) - Method in interface org.eclipse.jetty.server.Connector
-
- getConnectionFactory(Class<T>) - Method in interface org.eclipse.jetty.server.Connector
-
- getConnections() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
- getConnectionsOpen() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
- getConnectionsOpenMax() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
- getConnectionUrl() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
-
- getConnector() - Method in class org.eclipse.jetty.server.HttpChannel
-
- getConnector() - Method in class org.eclipse.jetty.server.HttpConnection
-
- getConnectors() - Method in class org.eclipse.jetty.server.Server
-
- getContentCount() - Method in class org.eclipse.jetty.server.Response
-
- getContentLength() - Method in class org.eclipse.jetty.server.Request
-
- getContentLength() - Method in class org.eclipse.jetty.server.ResourceCache.Content
-
- getContentLength() - Method in class org.eclipse.jetty.server.Response
-
- getContentLengthLong() - Method in class org.eclipse.jetty.server.Request
-
- getContentRead() - Method in class org.eclipse.jetty.server.HttpInput
-
- getContentRead() - Method in class org.eclipse.jetty.server.Request
-
- getContentType() - Method in class org.eclipse.jetty.server.Request
-
- getContentType() - Method in class org.eclipse.jetty.server.ResourceCache.Content
-
- getContentType() - Method in class org.eclipse.jetty.server.Response
-
- getContext() - Method in class org.eclipse.jetty.server.AsyncContextEvent
-
- getContext(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
-
- getContext(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
-
- getContext() - Method in class org.eclipse.jetty.server.Request
-
- getContext() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
-
- getContextAttributes() - Method in class org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean
-
- getContextClass() - Method in class org.eclipse.jetty.server.handler.ContextHandlerCollection
-
- getContextHandler() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
-
- getContextHandler(ServletContext) - Static method in class org.eclipse.jetty.server.handler.ContextHandler
-
- getContextHandler() - Method in class org.eclipse.jetty.server.HttpChannelState
-
- getContextHandler() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
-
- getContextName(ContextHandler) - Method in class org.eclipse.jetty.server.handler.jmx.AbstractHandlerMBean
-
- getContextPath() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
-
- getContextPath() - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
- getContextPath() - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
-
- getContextPath() - Method in class org.eclipse.jetty.server.Request
-
- getContextPath() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
-
- getContextPath() - Method in interface org.eclipse.jetty.server.UserIdentity.Scope
-
- getContextPathColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
-
- getContexts() - Method in class org.eclipse.jetty.server.jmx.ServerMBean
-
- getCookies() - Method in class org.eclipse.jetty.server.CookieCutter
-
- getCookies() - Method in class org.eclipse.jetty.server.Request
-
- getCookies() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
-
- getCookieSet() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
-
- getCookieSetTime() - Method in class org.eclipse.jetty.server.session.AbstractSession
-
- getCookieTimeColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
-
- getCreateIndexOverExpiryStatementAsString(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
-
- getCreateIndexOverSessionStatementAsString(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
-
- getCreateStatementAsString() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionIdTableSchema
-
- getCreateStatementAsString() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
-
- getCreateTimeColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
-
- getCreationTime() - Method in class org.eclipse.jetty.server.session.AbstractSession
-
- getCurrentConnection() - Static method in class org.eclipse.jetty.server.HttpConnection
-
- getCurrentContext() - Static method in class org.eclipse.jetty.server.handler.ContextHandler
-
Get the current ServletContext implementation.
- getCurrentHttpChannel() - Static method in class org.eclipse.jetty.server.HttpChannel
-
- getCustomizer(Class<T>) - Method in class org.eclipse.jetty.server.HttpConfiguration
-
- getCustomizers() - Method in class org.eclipse.jetty.server.HttpConfiguration
-
- getDataSource() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
-
- getDatasourceName() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
-
- getDatedFilename() - Method in class org.eclipse.jetty.server.NCSARequestLog
-
Retrieve the file name of the request log with the expanded
date wildcard if the output is written to the disk using
RolloverFileOutputStream
.
- getDateField() - Method in class org.eclipse.jetty.server.Server
-
- getDateHeader(String) - Method in class org.eclipse.jetty.server.Request
-
- getDateHeader(String) - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
-
- getDbAdaptor() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
-
- getDBName() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.DatabaseAdaptor
-
- getDefaultConnectionFactory() - Method in class org.eclipse.jetty.server.AbstractConnector
-
- getDefaultConnectionFactory() - Method in interface org.eclipse.jetty.server.Connector
-
- getDefaultProtocol() - Method in class org.eclipse.jetty.server.AbstractConnector
-
- getDefaultSessionTrackingModes() - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
-
- getDefaultSessionTrackingModes() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
-
- getDefaultSessionTrackingModes() - Method in interface org.eclipse.jetty.server.SessionManager
-
- getDeleteBlockSize() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
-
- getDeleteSessionStatementAsString() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
-
- getDeleteStatementAsString() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionIdTableSchema
-
- getDirectBuffer() - Method in class org.eclipse.jetty.server.ResourceCache.Content
-
- getDirectBuffer(Resource) - Method in class org.eclipse.jetty.server.ResourceCache
-
- getDispatchContext() - Method in class org.eclipse.jetty.server.AsyncContextEvent
-
- getDispatched() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
-
- getDispatchedActive() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
-
- getDispatchedActiveMax() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
-
- getDispatchedTimeMax() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
-
- getDispatchedTimeMean() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
-
- getDispatchedTimeStdDev() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
-
- getDispatchedTimeTotal() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
-
- getDispatcherType() - Method in class org.eclipse.jetty.server.Request
-
- getDisplayName() - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
- getDomain() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.CookieConfig
-
- getDriverClassName() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
-
- getEffectiveMajorVersion() - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
-
- getEffectiveMinorVersion() - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
-
- getEffectiveSessionTrackingModes() - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
-
- getEffectiveSessionTrackingModes() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
-
- getEffectiveSessionTrackingModes() - Method in interface org.eclipse.jetty.server.SessionManager
-
- getEndPoint() - Method in class org.eclipse.jetty.server.HttpChannel
-
- getErrorHandler() - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
- getErrorHandler(Server, ContextHandler) - Static method in class org.eclipse.jetty.server.handler.ErrorHandler
-
- getErrorPage(HttpServletRequest) - Method in interface org.eclipse.jetty.server.handler.ErrorHandler.ErrorPageMapper
-
- getETag() - Method in class org.eclipse.jetty.server.ResourceCache.Content
-
- getEventListeners() - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
- getExecutor() - Method in class org.eclipse.jetty.server.AbstractConnector
-
- getExecutor() - Method in interface org.eclipse.jetty.server.Connector
-
- getExpires() - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
-
- getExpires() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
-
- getExpiryTime() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
-
- getExpiryTimeColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
-
- getFactories(SslContextFactory, ConnectionFactory...) - Static method in class org.eclipse.jetty.server.AbstractConnectionFactory
-
- getFilename() - Method in class org.eclipse.jetty.server.NCSARequestLog
-
Retrieve the output file name of the request log.
- getFilenameDateFormat() - Method in class org.eclipse.jetty.server.NCSARequestLog
-
Retrieve the file name date format string.
- getFilterRegistration(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
-
- getFilterRegistrations() - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
-
- getFirst() - Method in class org.eclipse.jetty.server.InclusiveByteRange
-
- getFirst(long) - Method in class org.eclipse.jetty.server.InclusiveByteRange
-
- getForwardedCipherSuiteHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
-
- getForwardedForHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
-
- getForwardedHostHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
-
- getForwardedProtoHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
-
Get the forwardedProtoHeader.
- getForwardedServerHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
-
- getForwardedSslSessionIdHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
-
- getHandler() - Method in class org.eclipse.jetty.server.handler.HandlerWrapper
-
- getHandler() - Method in class org.eclipse.jetty.server.handler.HotSwapHandler
-
- getHandlers() - Method in class org.eclipse.jetty.server.handler.HandlerCollection
-
- getHandlers() - Method in class org.eclipse.jetty.server.handler.HandlerWrapper
-
- getHandlers() - Method in class org.eclipse.jetty.server.handler.HotSwapHandler
-
- getHandlers() - Method in interface org.eclipse.jetty.server.HandlerContainer
-
- getHeader(String) - Method in class org.eclipse.jetty.server.Request
-
- getHeader(String) - Method in class org.eclipse.jetty.server.Response
-
- getHeader(String) - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
-
- getHeader(String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
-
- getHeaderCacheSize() - Method in class org.eclipse.jetty.server.HttpChannel
-
- getHeaderCacheSize() - Method in class org.eclipse.jetty.server.HttpConfiguration
-
- getHeaderNames() - Method in class org.eclipse.jetty.server.Request
-
- getHeaderNames() - Method in class org.eclipse.jetty.server.Response
-
- getHeaderNames() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
-
- getHeaderNames() - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
-
- getHeaders(String) - Method in class org.eclipse.jetty.server.Request
-
- getHeaders(String) - Method in class org.eclipse.jetty.server.Response
-
- getHeaders(String) - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
-
- getHeaders(String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
-
- getHost() - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
-
- getHost() - Method in interface org.eclipse.jetty.server.NetworkConnector
-
- getHostHeader() - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
-
- getHttpChannel() - Method in class org.eclipse.jetty.server.HttpChannelState
-
- getHttpChannel() - Method in class org.eclipse.jetty.server.HttpConnection
-
- getHttpChannel() - Method in class org.eclipse.jetty.server.HttpOutput
-
- getHttpChannel() - Method in class org.eclipse.jetty.server.Request
-
- getHttpChannel() - Method in class org.eclipse.jetty.server.Response
-
- getHttpChannelState() - Method in class org.eclipse.jetty.server.AsyncContextEvent
-
- getHttpChannelState() - Method in class org.eclipse.jetty.server.AsyncContextState
-
- getHttpChannelState() - Method in class org.eclipse.jetty.server.Request
-
- getHttpConfiguration() - Method in class org.eclipse.jetty.server.HttpChannel
-
- getHttpConfiguration() - Method in interface org.eclipse.jetty.server.HttpConfiguration.ConnectionFactory
-
- getHttpConfiguration() - Method in class org.eclipse.jetty.server.HttpConnection
-
- getHttpConfiguration() - Method in class org.eclipse.jetty.server.HttpConnectionFactory
-
- getHttpFields() - Method in class org.eclipse.jetty.server.Request
-
- getHttpFields() - Method in class org.eclipse.jetty.server.Response
-
- getHttpInput() - Method in class org.eclipse.jetty.server.Request
-
- getHttpOnly() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
-
- getHttpOnly() - Method in interface org.eclipse.jetty.server.SessionManager
-
- getHttpOutput() - Method in class org.eclipse.jetty.server.Response
-
- getHttpServletRequest() - Method in interface org.eclipse.jetty.server.Authentication.Wrapped
-
- getHttpServletResponse() - Method in interface org.eclipse.jetty.server.Authentication.Wrapped
-
- getHttpSession(String) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
-
- getHttpSession(String) - Method in interface org.eclipse.jetty.server.SessionManager
-
Returns the HttpSession
with the given session id
- getHttpTransport() - Method in class org.eclipse.jetty.server.HttpChannel
-
- getHttpVersion() - Method in class org.eclipse.jetty.server.HttpChannel
-
- getHttpVersion() - Method in class org.eclipse.jetty.server.Request
-
- getId() - Method in class org.eclipse.jetty.server.session.AbstractSession
-
- getIdColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionIdTableSchema
-
- getIdColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
-
- getIdleSavePeriod() - Method in class org.eclipse.jetty.server.session.HashSessionManager
-
- getIdleTimeout() - Method in class org.eclipse.jetty.server.AbstractConnector
-
- getIdleTimeout() - Method in interface org.eclipse.jetty.server.Connector
-
- getIdleTimeoutMs() - Method in class org.eclipse.jetty.server.handler.IdleTimeoutHandler
-
- getIdManager() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
-
- getIgnorePaths() - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Retrieve the request paths that will not be logged.
- getIndirectBuffer() - Method in class org.eclipse.jetty.server.ResourceCache.Content
-
- getIndirectBuffer(Resource) - Method in class org.eclipse.jetty.server.ResourceCache
-
- getInitParameter(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
-
- getInitParameter(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
- getInitParameter(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
-
- getInitParameterNames() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
-
- getInitParameterNames() - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
- getInitParameterNames() - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
-
- getInitParams() - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
- getInputBufferSize() - Method in class org.eclipse.jetty.server.AbstractConnectionFactory
-
- getInputState() - Method in class org.eclipse.jetty.server.Request
-
- getInputStream() - Method in class org.eclipse.jetty.server.Request
-
- getInputStream() - Method in class org.eclipse.jetty.server.ResourceCache.Content
-
- getInsertSessionStatementAsString() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
-
- getInsertStatementAsString() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionIdTableSchema
-
- getInstance() - Static method in class org.eclipse.jetty.server.ShutdownMonitor
-
- getIntHeader(String) - Method in class org.eclipse.jetty.server.Request
-
- getIntHeader(String) - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
-
- getJspConfigDescriptor() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
-
- getJspConfigDescriptor() - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
-
- getKey() - Method in class org.eclipse.jetty.server.ResourceCache.Content
-
- getKey() - Method in class org.eclipse.jetty.server.ShutdownMonitor
-
- getLast() - Method in class org.eclipse.jetty.server.InclusiveByteRange
-
- getLast(long) - Method in class org.eclipse.jetty.server.InclusiveByteRange
-
- getLastAccessedTime() - Method in class org.eclipse.jetty.server.session.AbstractSession
-
- getLastAccessTimeColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
-
- getLastModified() - Method in class org.eclipse.jetty.server.ResourceCache.Content
-
- getLastNode() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
-
- getLastNodeColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
-
- getLastSaved() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
-
- getLastSavedTimeColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
-
- getLeftMostFieldValue(HttpFields, String) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
-
- getLoadStatement(Connection, String, String, String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
-
- getLocalAddr() - Method in class org.eclipse.jetty.server.Request
-
- getLocalAddress() - Method in class org.eclipse.jetty.server.HttpChannel
-
- getLocale() - Method in class org.eclipse.jetty.server.Request
-
- getLocale() - Method in class org.eclipse.jetty.server.Response
-
- getLocaleEncoding(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
- getLocaleEncoding(Locale) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Get the character encoding for a locale.
- getLocaleEncodings() - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Get all of the locale encodings
- getLocales() - Method in class org.eclipse.jetty.server.Request
-
- getLocalName() - Method in class org.eclipse.jetty.server.Request
-
- getLocalPort() - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
-
- getLocalPort() - Method in interface org.eclipse.jetty.server.NetworkConnector
-
- getLocalPort() - Method in class org.eclipse.jetty.server.Request
-
- getLocalPort() - Method in class org.eclipse.jetty.server.ServerConnector
-
- getLogCookies() - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Retrieve log cookies flag
- getLogDateFormat() - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Retrieve the timestamp format string for request log entries.
- getLogger() - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
- getLoggerName() - Method in class org.eclipse.jetty.server.Slf4jRequestLog
-
- getLogLatency() - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Retrieve log request processing time flag.
- getLogLocale() - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Retrieve the locale of the request log.
- getLogServer() - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Retrieve log hostname flag.
- getLogTimeZone() - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Retrieve the timezone of the request log.
- getLongContentLength() - Method in class org.eclipse.jetty.server.Response
-
- getLongType() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.DatabaseAdaptor
-
- getLongType() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
-
Deprecated.
see DbAdaptor.getLogType
- getLowResourcesIdleTimeout() - Method in class org.eclipse.jetty.server.LowResourceMonitor
-
- getLowResourcesReasons() - Method in class org.eclipse.jetty.server.LowResourceMonitor
-
- getLowResourcesStarted() - Method in class org.eclipse.jetty.server.LowResourceMonitor
-
- getMajorVersion() - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
-
- getMapColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
-
- getMaxAge() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.CookieConfig
-
- getMaxCachedFiles() - Method in class org.eclipse.jetty.server.ResourceCache
-
- getMaxCachedFileSize() - Method in class org.eclipse.jetty.server.ResourceCache
-
- getMaxCacheSize() - Method in class org.eclipse.jetty.server.ResourceCache
-
- getMaxConnections() - Method in class org.eclipse.jetty.server.LowResourceMonitor
-
- getMaxCookieAge() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
-
- getMaxFormContentSize() - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
- getMaxFormKeys() - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
- getMaxInactiveInterval() - Method in class org.eclipse.jetty.server.session.AbstractSession
-
- getMaxInactiveInterval() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
-
- getMaxInactiveInterval() - Method in interface org.eclipse.jetty.server.SessionManager
-
- getMaxIntervalColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
-
- getMaxLowResourcesTime() - Method in class org.eclipse.jetty.server.LowResourceMonitor
-
- getMaxMemory() - Method in class org.eclipse.jetty.server.LowResourceMonitor
-
- getMaxSessions() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
-
Deprecated.
- getMessagesIn() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
- getMessagesIn() - Method in class org.eclipse.jetty.server.HttpConnection
-
- getMessagesInPerConnectionMax() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
- getMessagesInPerConnectionMean() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
- getMessagesInPerConnectionStdDev() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
- getMessagesInPerSecond() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
- getMessagesOut() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
- getMessagesOut() - Method in class org.eclipse.jetty.server.HttpConnection
-
- getMessagesOutPerConnectionMax() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
- getMessagesOutPerConnectionMean() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
- getMessagesOutPerConnectionStdDev() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
- getMessagesOutPerSecond() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
- getMetaManager() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
-
- getMetaManager() - Method in interface org.eclipse.jetty.server.SessionManager
-
- getMethod() - Method in class org.eclipse.jetty.server.Request
-
- getMethod() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
-
- getMimeType(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
-
- getMimeType(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
-
- getMimeTypes() - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
- getMimeTypes() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
-
- getMinAsyncContentLength() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
-
Get the minimum content length for async handling.
- getMinMemoryMappedContentLength() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
-
Get minimum memory mapped file content length.
- getMinorVersion() - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
-
- getMinSessions() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
-
Deprecated.
always returns 0. no replacement available.
- getMonitoredConnectors() - Method in class org.eclipse.jetty.server.LowResourceMonitor
-
- getMonitoredOrServerConnectors() - Method in class org.eclipse.jetty.server.LowResourceMonitor
-
- getMonitorThreads() - Method in class org.eclipse.jetty.server.LowResourceMonitor
-
- getName() - Method in class org.eclipse.jetty.server.AbstractConnector
-
- getName() - Method in interface org.eclipse.jetty.server.Connector
-
Get the connector name if set.
- getName() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.CookieConfig
-
- getName() - Method in interface org.eclipse.jetty.server.UserIdentity.Scope
-
- getNamedDispatcher(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
-
- getNames() - Method in class org.eclipse.jetty.server.session.AbstractSession
-
- getNewContextURL() - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
-
- getNextContent() - Method in class org.eclipse.jetty.server.HttpInput
-
A convenience method to call nextContent and to check the return value, which if null then the
a check is made for EOF and the state changed accordingly.
- getNodeId() - Method in class org.eclipse.jetty.server.session.AbstractSession
-
- getNodeId(String, HttpServletRequest) - Method in class org.eclipse.jetty.server.session.AbstractSessionIdManager
-
Get the session ID with any worker ID.
- getNodeId(HttpSession) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
-
- getNodeId(String, HttpServletRequest) - Method in interface org.eclipse.jetty.server.SessionIdManager
-
Get a node ID from a cluster ID and a request
- getNodeId(HttpSession) - Method in interface org.eclipse.jetty.server.SessionManager
-
- getObjectContextBasis() - Method in class org.eclipse.jetty.server.handler.jmx.AbstractHandlerMBean
-
- getObjectContextBasis() - Method in class org.eclipse.jetty.server.jmx.AbstractConnectorMBean
-
- getObjectContextBasis() - Method in class org.eclipse.jetty.server.session.jmx.AbstractSessionManagerMBean
-
- getOutputBufferSize() - Method in class org.eclipse.jetty.server.HttpConfiguration
-
- getOutputStream() - Method in class org.eclipse.jetty.server.handler.DebugHandler
-
- getOutputStream() - Method in class org.eclipse.jetty.server.Response
-
- getParameter(String) - Method in class org.eclipse.jetty.server.Request
-
- getParameterMap() - Method in class org.eclipse.jetty.server.Request
-
- getParameterNames() - Method in class org.eclipse.jetty.server.Request
-
- getParameters() - Method in class org.eclipse.jetty.server.Request
-
- getParameterValues(String) - Method in class org.eclipse.jetty.server.Request
-
- getParser() - Method in class org.eclipse.jetty.server.HttpConnection
-
- getPart(String) - Method in class org.eclipse.jetty.server.Request
-
- getPart(String) - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
-
- getParts() - Method in class org.eclipse.jetty.server.Request
-
- getParts() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
-
- getPath() - Method in class org.eclipse.jetty.server.AsyncContextEvent
-
- getPath() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.CookieConfig
-
- getPathInfo() - Method in class org.eclipse.jetty.server.Request
-
- getPathInfo() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
-
- getPathTranslated() - Method in class org.eclipse.jetty.server.Request
-
- getPathTranslated() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
-
- getPeriod() - Method in class org.eclipse.jetty.server.LowResourceMonitor
-
- getPort() - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
-
- getPort() - Method in interface org.eclipse.jetty.server.NetworkConnector
-
- getPort() - Method in class org.eclipse.jetty.server.ShutdownMonitor
-
- getPreferProxiedForAddress() - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Retrieved log X-Forwarded-For IP address flag.
- getProtectedTargets() - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
- getProtocol() - Method in class org.eclipse.jetty.server.AbstractConnectionFactory
-
- getProtocol() - Method in interface org.eclipse.jetty.server.ConnectionFactory
-
- getProtocol() - Method in class org.eclipse.jetty.server.Request
-
- getProtocols() - Method in class org.eclipse.jetty.server.AbstractConnector
-
- getProtocols() - Method in interface org.eclipse.jetty.server.Connector
-
- getQueryEncoding() - Method in class org.eclipse.jetty.server.Request
-
- getQueryString() - Method in class org.eclipse.jetty.server.Request
-
- getQueryString() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
-
- getRandom() - Method in class org.eclipse.jetty.server.session.AbstractSessionIdManager
-
- getReadableByteChannel() - Method in class org.eclipse.jetty.server.ResourceCache.Content
-
- getReader() - Method in class org.eclipse.jetty.server.Request
-
- getRealPath(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
-
- getRealPath(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
-
- getRealPath(String) - Method in class org.eclipse.jetty.server.Request
-
- getReason() - Method in class org.eclipse.jetty.server.Response
-
- getRefreshCookieAge() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
-
- getRemoteAddr() - Method in class org.eclipse.jetty.server.Request
-
- getRemoteAddress() - Method in class org.eclipse.jetty.server.HttpChannel
-
- getRemoteHost() - Method in class org.eclipse.jetty.server.Request
-
- getRemoteInetSocketAddress() - Method in class org.eclipse.jetty.server.Request
-
- getRemotePort() - Method in class org.eclipse.jetty.server.Request
-
- getRemoteUser() - Method in class org.eclipse.jetty.server.Request
-
- getRemoteUser() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
-
- getRequest() - Method in class org.eclipse.jetty.server.AsyncContextState
-
- getRequest() - Method in class org.eclipse.jetty.server.HttpChannel
-
- getRequestBuffer() - Method in class org.eclipse.jetty.server.HttpConnection
-
- getRequestDispatcher(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
-
- getRequestDispatcher(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
-
- getRequestDispatcher(String) - Method in class org.eclipse.jetty.server.Request
-
- getRequestedSessionId() - Method in class org.eclipse.jetty.server.Request
-
- getRequestedSessionId() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
-
- getRequestHeaderSize() - Method in class org.eclipse.jetty.server.HttpConfiguration
-
- getRequestLog() - Method in class org.eclipse.jetty.server.handler.RequestLogHandler
-
- getRequests() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
-
- getRequests() - Method in class org.eclipse.jetty.server.HttpChannel
-
- getRequests() - Method in class org.eclipse.jetty.server.session.AbstractSession
-
- getRequestsActive() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
-
- getRequestsActiveMax() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
-
- getRequestTimeMax() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
-
- getRequestTimeMean() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
-
- getRequestTimeStdDev() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
-
- getRequestTimeTotal() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
-
- getRequestURI() - Method in class org.eclipse.jetty.server.Request
-
- getRequestURI() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
-
- getRequestURL() - Method in class org.eclipse.jetty.server.Request
-
- getRequestURL() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
-
- getReseed() - Method in class org.eclipse.jetty.server.session.AbstractSessionIdManager
-
- getResolvedUserIdentity() - Method in class org.eclipse.jetty.server.Request
-
- getResource(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
-
- getResource(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
- getResource(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
-
- getResource(String) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
-
- getResource(HttpServletRequest) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
-
- getResource() - Method in class org.eclipse.jetty.server.ResourceCache.Content
-
- getResourceAsStream(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
-
- getResourceAsStream(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
-
- getResourceBase() - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
- getResourceBase() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
-
- getResourcePaths(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
-
- getResourcePaths(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
- getResourcePaths(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
-
- getResponse() - Method in class org.eclipse.jetty.server.AsyncContextState
-
- getResponse() - Method in class org.eclipse.jetty.server.HttpChannel
-
- getResponse() - Method in class org.eclipse.jetty.server.Request
-
- getResponse(HttpServletResponse) - Static method in class org.eclipse.jetty.server.Response
-
- getResponseHeaderSize() - Method in class org.eclipse.jetty.server.HttpConfiguration
-
- getResponses(String) - Method in class org.eclipse.jetty.server.LocalConnector
-
Sends requests and get responses based on thread activity.
- getResponses(String, long, TimeUnit) - Method in class org.eclipse.jetty.server.LocalConnector
-
Sends requests and get responses based on thread activity.
- getResponses(ByteBuffer) - Method in class org.eclipse.jetty.server.LocalConnector
-
Sends requests and get's responses based on thread activity.
- getResponses(ByteBuffer, long, TimeUnit) - Method in class org.eclipse.jetty.server.LocalConnector
-
Sends requests and get's responses based on thread activity.
- getResponses1xx() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
-
- getResponses2xx() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
-
- getResponses3xx() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
-
- getResponses4xx() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
-
- getResponses5xx() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
-
- getResponsesBytesTotal() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
-
- getRetainDays() - Method in class org.eclipse.jetty.server.NCSARequestLog
-
Retrieve the number of days before rotated log files are deleted.
- getReuseAddress() - Method in class org.eclipse.jetty.server.ServerConnector
-
- getRoleRefMap() - Method in interface org.eclipse.jetty.server.UserIdentity.Scope
-
- getRootURL() - Method in class org.eclipse.jetty.server.Request
-
Reconstructs the URL the client used to make the request.
- getRowId() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
-
- getRowIdColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
-
- getSaveInterval() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
-
- getSavePeriod() - Method in class org.eclipse.jetty.server.session.HashSessionManager
-
- getScavengeInterval() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
-
- getScavengePeriod() - Method in class org.eclipse.jetty.server.session.HashSessionManager
-
- getScheduler() - Method in class org.eclipse.jetty.server.AbstractConnector
-
- getScheduler() - Method in interface org.eclipse.jetty.server.Connector
-
- getScheduler() - Method in class org.eclipse.jetty.server.HttpChannel
-
- getScheme() - Method in class org.eclipse.jetty.server.Request
-
- getSecureCookies() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
-
- getSecurePort() - Method in class org.eclipse.jetty.server.HttpConfiguration
-
- getSecureScheme() - Method in class org.eclipse.jetty.server.HttpConfiguration
-
- getSelectExpiredSessionsStatementAsString() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
-
- getSelectorManager() - Method in class org.eclipse.jetty.server.ServerConnector
-
- getSelectStatementAsString() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionIdTableSchema
-
- getSendDateHeader() - Method in class org.eclipse.jetty.server.HttpConfiguration
-
- getSendServerVersion() - Method in class org.eclipse.jetty.server.HttpConfiguration
-
- getSendXPoweredBy() - Method in class org.eclipse.jetty.server.HttpConfiguration
-
- getServeIcon() - Method in class org.eclipse.jetty.server.handler.DefaultHandler
-
- getServer() - Method in class org.eclipse.jetty.server.AbstractConnector
-
- getServer() - Method in interface org.eclipse.jetty.server.Connector
-
- getServer() - Method in class org.eclipse.jetty.server.handler.AbstractHandler
-
- getServer() - Method in interface org.eclipse.jetty.server.Handler
-
- getServer() - Method in class org.eclipse.jetty.server.HttpChannel
-
- getServer() - Method in class org.eclipse.jetty.server.HttpConnection
-
- getServerInfo() - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
-
- getServerName() - Method in class org.eclipse.jetty.server.Request
-
- getServerPort() - Method in class org.eclipse.jetty.server.Request
-
- getServerSocket() - Method in class org.eclipse.jetty.server.ShutdownMonitor
-
- getServlet(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
-
Deprecated.
- getServletContext() - Method in class org.eclipse.jetty.server.AsyncContextEvent
-
- getServletContext() - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
- getServletContext() - Method in class org.eclipse.jetty.server.Request
-
- getServletContext() - Method in class org.eclipse.jetty.server.session.AbstractSession
-
- getServletContextName() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
-
- getServletContextName() - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
-
- getServletName() - Method in class org.eclipse.jetty.server.Request
-
- getServletNames() - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
-
Deprecated.
- getServletPath() - Method in class org.eclipse.jetty.server.Request
-
- getServletPath() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
-
- getServletRegistration(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
-
- getServletRegistrations() - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
-
- getServletResponse() - Method in class org.eclipse.jetty.server.HttpChannelState
-
- getServletResponse() - Method in class org.eclipse.jetty.server.Request
-
- getServlets() - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
-
Deprecated.
- getSession() - Method in class org.eclipse.jetty.server.Request
-
- getSession(boolean) - Method in class org.eclipse.jetty.server.Request
-
- getSession(boolean) - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
-
- getSession() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
-
- getSession() - Method in class org.eclipse.jetty.server.session.AbstractSession
-
- getSession(String) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
-
Get a known existing session
- getSession() - Method in interface org.eclipse.jetty.server.session.AbstractSessionManager.SessionIf
-
- getSession(String) - Method in class org.eclipse.jetty.server.session.HashSessionIdManager
-
- getSession(String) - Method in class org.eclipse.jetty.server.session.HashSessionManager
-
- getSession(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
-
A session has been requested by its id on this node.
- getSessionContext() - Method in class org.eclipse.jetty.server.session.AbstractSession
-
Deprecated.
- getSessionCookie() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
-
- getSessionCookie(HttpSession, String, boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
-
A sessioncookie is marked as secure IFF any of the following conditions are true:
SessionCookieConfig.setSecure == true
SessionCookieConfig.setSecure == false && _secureRequestOnly==true && request is HTTPS
According to SessionCookieConfig javadoc, case 1 can be used when:
"...
- getSessionCookie(HttpSession, String, boolean) - Method in interface org.eclipse.jetty.server.SessionManager
-
Gets a Cookie for a session.
- getSessionCookieConfig() - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
-
- getSessionCookieConfig() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
-
- getSessionCookieConfig() - Method in interface org.eclipse.jetty.server.SessionManager
-
- getSessionDomain() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
-
- getSessionHandler() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
-
- getSessionIdManager() - Method in class org.eclipse.jetty.server.Server
-
- getSessionIdManager() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
-
- getSessionIdManager() - Method in interface org.eclipse.jetty.server.SessionManager
-
- getSessionIdPathParameterName() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
-
- getSessionIdPathParameterName() - Method in interface org.eclipse.jetty.server.SessionManager
-
- getSessionIdPathParameterNamePrefix() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
-
- getSessionIdPathParameterNamePrefix() - Method in interface org.eclipse.jetty.server.SessionManager
-
- getSessionIdTableSchema() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
-
- getSessionManager() - Method in class org.eclipse.jetty.server.Request
-
- getSessionManager() - Method in class org.eclipse.jetty.server.session.AbstractSession
-
- getSessionManager() - Method in class org.eclipse.jetty.server.session.SessionHandler
-
- getSessionMap() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
-
Deprecated.
Need to review if it is needed.
- getSessionPath() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
-
- getSessions() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
-
- getSessions() - Method in class org.eclipse.jetty.server.session.HashSessionIdManager
-
- getSessions() - Method in class org.eclipse.jetty.server.session.HashSessionManager
-
- getSessions() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
-
Get the number of sessions.
- getSessionsMax() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
-
- getSessionsTotal() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
-
- getSessionTableSchema() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
-
- getSessionTimeMax() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
-
- getSessionTimeMean() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
-
- getSessionTimeStdDev() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
-
- getSessionTimeTotal() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
-
- getShowContexts() - Method in class org.eclipse.jetty.server.handler.DefaultHandler
-
- getShowMessageInTitle() - Method in class org.eclipse.jetty.server.handler.ErrorHandler
-
- getShutdownToken() - Method in class org.eclipse.jetty.server.handler.ShutdownHandler
-
- getSize(long) - Method in class org.eclipse.jetty.server.InclusiveByteRange
-
- getSoLingerTime() - Method in class org.eclipse.jetty.server.ServerConnector
-
- getSslContextFactory() - Method in class org.eclipse.jetty.server.SslConnectionFactory
-
- getStartedMillis() - Method in class org.eclipse.jetty.server.ConnectorStatistics
-
- getStartupTime() - Method in class org.eclipse.jetty.server.jmx.ServerMBean
-
- getState() - Method in class org.eclipse.jetty.server.HttpChannel
-
- getState() - Method in class org.eclipse.jetty.server.HttpChannelState
-
- getStatsOnMs() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
-
- getStatus() - Method in class org.eclipse.jetty.server.Response
-
- getStatus() - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
-
- getStatusString() - Method in class org.eclipse.jetty.server.HttpChannelState
-
- getStopAtShutdown() - Method in class org.eclipse.jetty.server.Server
-
- getStoreDirectory() - Method in class org.eclipse.jetty.server.session.HashSessionManager
-
- getStylesheet() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
-
- getSubject() - Method in interface org.eclipse.jetty.server.UserIdentity
-
- getSuspendedContext() - Method in class org.eclipse.jetty.server.AsyncContextEvent
-
- getTableName() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionIdTableSchema
-
- getTableName() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
-
- getThreadPool() - Method in class org.eclipse.jetty.server.Server
-
- getThrowable() - Method in class org.eclipse.jetty.server.AsyncContextEvent
-
- getTimeout() - Method in class org.eclipse.jetty.server.AsyncContextState
-
- getTimeout() - Method in class org.eclipse.jetty.server.HttpChannelState
-
- getTimeStamp() - Method in class org.eclipse.jetty.server.Request
-
Get Request TimeStamp
- getTransport() - Method in interface org.eclipse.jetty.server.Connector
-
- getTransport() - Method in class org.eclipse.jetty.server.LocalConnector
-
- getTransport() - Method in class org.eclipse.jetty.server.ServerConnector
-
- getUpdateSessionAccessTimeStatementAsString() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
-
- getUpdateSessionNodeStatementAsString() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
-
- getUpdateSessionStatementAsString() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
-
- getUri() - Method in class org.eclipse.jetty.server.Request
-
- getURI() - Method in class org.eclipse.jetty.server.Server
-
- getUserIdentity() - Method in interface org.eclipse.jetty.server.Authentication.User
-
- getUserIdentity() - Method in class org.eclipse.jetty.server.Request
-
- getUserIdentityScope() - Method in class org.eclipse.jetty.server.Request
-
- getUserPrincipal() - Method in class org.eclipse.jetty.server.Request
-
- getUserPrincipal() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
-
- getUserPrincipal() - Method in interface org.eclipse.jetty.server.UserIdentity
-
- getValue(String) - Method in class org.eclipse.jetty.server.session.AbstractSession
-
- getValueNames() - Method in class org.eclipse.jetty.server.session.AbstractSession
-
- getVersion() - Static method in class org.eclipse.jetty.server.Server
-
- getVirtualHost() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
-
- getVirtualHostColumn() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
-
- getVirtualHosts() - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Get the virtual hosts for the context.
- getVirtualServerName() - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
-
- getWelcome(Resource) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
-
- getWelcomeFiles() - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
- getWelcomeFiles() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
-
- getWorkerName() - Method in class org.eclipse.jetty.server.session.AbstractSessionIdManager
-
Get the workname.
- getWorkerName() - Method in interface org.eclipse.jetty.server.SessionIdManager
-
- getWriter() - Method in class org.eclipse.jetty.server.Response
-
- getWritten() - Method in class org.eclipse.jetty.server.HttpOutput
-
- satisfiableRanges(Enumeration, long) - Static method in class org.eclipse.jetty.server.InclusiveByteRange
-
- save(OutputStream) - Method in class org.eclipse.jetty.server.session.HashedSession
-
- save() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
-
- save(boolean) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
-
- saveFailed() - Method in class org.eclipse.jetty.server.session.HashedSession
-
- saveNewSession(Object, HttpSession) - Method in class org.eclipse.jetty.server.Request
-
- saveSessions(boolean) - Method in class org.eclipse.jetty.server.session.HashSessionManager
-
- scavenge() - Method in class org.eclipse.jetty.server.session.HashSessionManager
-
Find sessions that have timed out and invalidate them.
- scheduleDispatch() - Method in class org.eclipse.jetty.server.HttpChannelState
-
- scheduleTimeout() - Method in class org.eclipse.jetty.server.HttpChannelState
-
- ScopedHandler - Class in org.eclipse.jetty.server.handler
-
ScopedHandler.
- ScopedHandler() - Constructor for class org.eclipse.jetty.server.handler.ScopedHandler
-
- SecureRequestCustomizer - Class in org.eclipse.jetty.server
-
- SecureRequestCustomizer() - Constructor for class org.eclipse.jetty.server.SecureRequestCustomizer
-
- send(HttpGenerator.ResponseInfo, ByteBuffer, boolean, Callback) - Method in class org.eclipse.jetty.server.HttpConnection
-
- send(ByteBuffer, boolean, Callback) - Method in class org.eclipse.jetty.server.HttpConnection
-
- send(HttpGenerator.ResponseInfo, ByteBuffer, boolean, Callback) - Method in interface org.eclipse.jetty.server.HttpTransport
-
- send(ByteBuffer, boolean, Callback) - Method in interface org.eclipse.jetty.server.HttpTransport
-
- SEND_CONTINUE - Static variable in interface org.eclipse.jetty.server.Authentication
-
Authentication challenge sent.
- SEND_FAILURE - Static variable in interface org.eclipse.jetty.server.Authentication
-
Authentication failure sent.
- SEND_SUCCESS - Static variable in interface org.eclipse.jetty.server.Authentication
-
- sendContent(ByteBuffer) - Method in class org.eclipse.jetty.server.HttpOutput
-
Blocking send of content.
- sendContent(InputStream) - Method in class org.eclipse.jetty.server.HttpOutput
-
Blocking send of content.
- sendContent(ReadableByteChannel) - Method in class org.eclipse.jetty.server.HttpOutput
-
Blocking send of content.
- sendContent(HttpContent) - Method in class org.eclipse.jetty.server.HttpOutput
-
Blocking send of content.
- sendContent(ByteBuffer, Callback) - Method in class org.eclipse.jetty.server.HttpOutput
-
Asynchronous send of content.
- sendContent(InputStream, Callback) - Method in class org.eclipse.jetty.server.HttpOutput
-
Asynchronous send of content.
- sendContent(ReadableByteChannel, Callback) - Method in class org.eclipse.jetty.server.HttpOutput
-
Asynchronous send of content.
- sendContent(HttpContent, Callback) - Method in class org.eclipse.jetty.server.HttpOutput
-
Asynchronous send of content.
- sendError(int) - Method in class org.eclipse.jetty.server.Response
-
- sendError(int, String) - Method in class org.eclipse.jetty.server.Response
-
- sendError(int, String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
-
- sendError(int) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
-
- sendProcessing() - Method in class org.eclipse.jetty.server.Response
-
Sends a 102-Processing response.
- sendRedirect(int, String) - Method in class org.eclipse.jetty.server.Response
-
Sends a response with one of the 300 series redirection codes.
- sendRedirect(String) - Method in class org.eclipse.jetty.server.Response
-
- sendRedirect(String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
-
- sendResponse(HttpGenerator.ResponseInfo, ByteBuffer, boolean, Callback) - Method in class org.eclipse.jetty.server.HttpChannel
-
- sendResponse(HttpGenerator.ResponseInfo, ByteBuffer, boolean) - Method in class org.eclipse.jetty.server.HttpChannel
-
- sendShutdown() - Method in class org.eclipse.jetty.server.handler.ShutdownHandler
-
- Server - Class in org.eclipse.jetty.server
-
Jetty HTTP Servlet Server.
- Server() - Constructor for class org.eclipse.jetty.server.Server
-
- Server(int) - Constructor for class org.eclipse.jetty.server.Server
-
Convenience constructor
Creates server and a
ServerConnector
at the passed port.
- Server(InetSocketAddress) - Constructor for class org.eclipse.jetty.server.Server
-
Convenience constructor
Creates server and a
ServerConnector
at the passed address.
- Server(ThreadPool) - Constructor for class org.eclipse.jetty.server.Server
-
- SERVER_VERSION - Static variable in class org.eclipse.jetty.server.HttpConfiguration
-
- ServerConnector - Class in org.eclipse.jetty.server
-
This
Connector
implementation is the primary connector for the
Jetty server over TCP/IP.
- ServerConnector(Server) - Constructor for class org.eclipse.jetty.server.ServerConnector
-
HTTP Server Connection.
- ServerConnector(Server, int, int) - Constructor for class org.eclipse.jetty.server.ServerConnector
-
HTTP Server Connection.
- ServerConnector(Server, ConnectionFactory...) - Constructor for class org.eclipse.jetty.server.ServerConnector
-
Generic Server Connection with default configuration.
- ServerConnector(Server, SslContextFactory) - Constructor for class org.eclipse.jetty.server.ServerConnector
-
HTTP Server Connection.
- ServerConnector(Server, int, int, SslContextFactory) - Constructor for class org.eclipse.jetty.server.ServerConnector
-
HTTP Server Connection.
- ServerConnector(Server, SslContextFactory, ConnectionFactory...) - Constructor for class org.eclipse.jetty.server.ServerConnector
-
Generic SSL Server Connection.
- ServerConnector(Server, Executor, Scheduler, ByteBufferPool, int, int, ConnectionFactory...) - Constructor for class org.eclipse.jetty.server.ServerConnector
-
Generic Server Connection.
- ServerMBean - Class in org.eclipse.jetty.server.jmx
-
- ServerMBean(Object) - Constructor for class org.eclipse.jetty.server.jmx.ServerMBean
-
- SERVLET_LISTENER_TYPES - Static variable in class org.eclipse.jetty.server.handler.ContextHandler
-
- SERVLET_MAJOR_VERSION - Static variable in class org.eclipse.jetty.server.handler.ContextHandler
-
- SERVLET_MINOR_VERSION - Static variable in class org.eclipse.jetty.server.handler.ContextHandler
-
- ServletRequestHttpWrapper - Class in org.eclipse.jetty.server
-
ServletRequestHttpWrapper
Class to tunnel a ServletRequest via a HttpServletRequest
- ServletRequestHttpWrapper(ServletRequest) - Constructor for class org.eclipse.jetty.server.ServletRequestHttpWrapper
-
- ServletResponseHttpWrapper - Class in org.eclipse.jetty.server
-
ServletResponseHttpWrapper
Wrapper to tunnel a ServletResponse via a HttpServletResponse
- ServletResponseHttpWrapper(ServletResponse) - Constructor for class org.eclipse.jetty.server.ServletResponseHttpWrapper
-
- SESSION_KNOWN_ONLY_TO_AUTHENTICATED - Static variable in class org.eclipse.jetty.server.session.AbstractSession
-
- SESSION_LISTENER_TYPES - Static variable in class org.eclipse.jetty.server.session.SessionHandler
-
- SessionHandler - Class in org.eclipse.jetty.server.session
-
SessionHandler.
- SessionHandler() - Constructor for class org.eclipse.jetty.server.session.SessionHandler
-
Constructor.
- SessionHandler(SessionManager) - Constructor for class org.eclipse.jetty.server.session.SessionHandler
-
- SessionIdManager - Interface in org.eclipse.jetty.server
-
Session ID Manager.
- SessionManager - Interface in org.eclipse.jetty.server
-
- set(String[], PathMap<IPAddressMap<Boolean>>) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
-
Helper method to process a list of new entries and replace
the content of the specified address pattern map
- SET_INCLUDE_HEADER_PREFIX - Static variable in class org.eclipse.jetty.server.Response
-
- setAcceptQueueSize(int) - Method in class org.eclipse.jetty.server.ServerConnector
-
- setAccessTimeColumn(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
-
- setAliasChecks(List<ContextHandler.AliasCheck>) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
- setAllowNullPathInfo(boolean) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
- setAppend(boolean) - Method in class org.eclipse.jetty.server.NCSARequestLog
-
Set append to log flag.
- setApplyToAsync(boolean) - Method in class org.eclipse.jetty.server.handler.IdleTimeoutHandler
-
Should the adjusted idle time be maintained for asynchronous requests
- setAsyncSupported(boolean) - Method in class org.eclipse.jetty.server.Request
-
- setAttribute(String, Object) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
-
- setAttribute(String, Object) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
- setAttribute(String, Object) - Method in class org.eclipse.jetty.server.HttpChannelState
-
- setAttribute(String, Object) - Method in class org.eclipse.jetty.server.Request
-
- setAttribute(String, Object) - Method in class org.eclipse.jetty.server.Server
-
- setAttribute(String, Object) - Method in class org.eclipse.jetty.server.session.AbstractSession
-
- setAttribute(String, Object) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
-
- setAttributes(Attributes) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
- setAttributes(Attributes) - Method in class org.eclipse.jetty.server.Request
-
- setAuthentication(Authentication) - Method in class org.eclipse.jetty.server.Request
-
Set the authentication.
- setAvailable(boolean) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Set Available status.
- setBaseResource(Resource) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
- setBaseResource(Resource) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
-
- setBlack(String[]) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
-
Re-initialize the blacklist of existing handler object
- setBlobType(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.DatabaseAdaptor
-
- setBlobType(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
-
Deprecated.
see DbAdaptor.setBlobType
- setBufferSize(int) - Method in class org.eclipse.jetty.server.HttpOutput
-
- setBufferSize(int) - Method in class org.eclipse.jetty.server.Response
-
- setCacheControl(String) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
-
Set the cacheControl.
- setCacheControl(String) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
-
- setCanonicalContext(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
-
- setCharacterEncoding(String) - Method in class org.eclipse.jetty.server.Request
-
- setCharacterEncoding(String) - Method in class org.eclipse.jetty.server.Response
-
- setCharacterEncodingUnchecked(String) - Method in class org.eclipse.jetty.server.Request
-
- setCheckingRemoteSessionIdEncoding(boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
-
- setCheckingRemoteSessionIdEncoding(boolean) - Method in interface org.eclipse.jetty.server.SessionManager
-
- setClassLoader(ClassLoader) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
- setClusterId(String) - Method in class org.eclipse.jetty.server.session.AbstractSession
-
- setComment(String) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.CookieConfig
-
- setCompactPath(boolean) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
- setConnectionFactories(Collection<ConnectionFactory>) - Method in class org.eclipse.jetty.server.AbstractConnector
-
- setConnectors(Connector[]) - Method in class org.eclipse.jetty.server.Server
-
Set the connectors for this server.
- setContentLength(int) - Method in class org.eclipse.jetty.server.Response
-
- setContentLengthLong(long) - Method in class org.eclipse.jetty.server.Response
-
- setContentType(String) - Method in class org.eclipse.jetty.server.Request
-
- setContentType(String) - Method in class org.eclipse.jetty.server.Response
-
- setContext(ContextHandler.Context) - Method in class org.eclipse.jetty.server.Request
-
Set request context
- setContextAttribute(String, Object) - Method in class org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean
-
- setContextAttribute(String, String) - Method in class org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean
-
- setContextClass(Class<? extends ContextHandler>) - Method in class org.eclipse.jetty.server.handler.ContextHandlerCollection
-
- setContextPath(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
- setContextPath(String) - Method in class org.eclipse.jetty.server.Request
-
Sets the "context path" for this request
- setContextPathColumn(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
-
- setCookies(Cookie[]) - Method in class org.eclipse.jetty.server.CookieCutter
-
- setCookies(Cookie[]) - Method in class org.eclipse.jetty.server.Request
-
- setCookieSet(long) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
-
- setCookieTimeColumn(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
-
- setCreateTimeColumn(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
-
- setCurrentConnection(HttpConnection) - Static method in class org.eclipse.jetty.server.HttpConnection
-
- setCurrentHttpChannel(HttpChannel<?>) - Static method in class org.eclipse.jetty.server.HttpChannel
-
- setCustomizers(List<HttpConfiguration.Customizer>) - Method in class org.eclipse.jetty.server.HttpConfiguration
-
- setDatabaseAdaptor(JDBCSessionIdManager.DatabaseAdaptor) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionIdTableSchema
-
- setDatabaseAdaptor(JDBCSessionIdManager.DatabaseAdaptor) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
-
- setDatasource(DataSource) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
-
- setDatasourceName(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
-
- setDateHeader(String, long) - Method in class org.eclipse.jetty.server.Response
-
- setDateHeader(String, long) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
-
- setDbAdaptor(JDBCSessionIdManager.DatabaseAdaptor) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
-
- setDebug(boolean) - Method in class org.eclipse.jetty.server.ShutdownMonitor
-
- setDefaultProtocol(String) - Method in class org.eclipse.jetty.server.AbstractConnector
-
- setDeleteBlockSize(int) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
-
- setDeleteUnrestorableSessions(boolean) - Method in class org.eclipse.jetty.server.session.HashSessionManager
-
- setDirectoriesListed(boolean) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
-
Set the directory.
- setDiscardPathInfo(boolean) - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
-
- setDiscardQuery(boolean) - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
-
- setDispatchContext(ServletContext) - Method in class org.eclipse.jetty.server.AsyncContextEvent
-
- setDispatcherType(DispatcherType) - Method in class org.eclipse.jetty.server.Request
-
- setDispatchPath(String) - Method in class org.eclipse.jetty.server.AsyncContextEvent
-
- setDisplayName(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
- setDomain(String) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.CookieConfig
-
- setDriverInfo(String, String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
-
Configure jdbc connection information via a jdbc Driver
- setDriverInfo(Driver, String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
-
Configure jdbc connection information via a jdbc Driver
- setDumpAfterStart(boolean) - Method in class org.eclipse.jetty.server.Server
-
- setDumpBeforeStop(boolean) - Method in class org.eclipse.jetty.server.Server
-
- setEffectiveMajorVersion(int) - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
-
- setEffectiveMinorVersion(int) - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
-
- setEnabled(boolean) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
-
- setErrorHandler(ErrorHandler) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
- setEtags(boolean) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
-
- setEventListeners(EventListener[]) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Set the context event listeners.
- setExitJvm(boolean) - Method in class org.eclipse.jetty.server.handler.ShutdownHandler
-
- setExitVm(boolean) - Method in class org.eclipse.jetty.server.ShutdownMonitor
-
- setExpires(String) - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
-
- setExpiryTime(long) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
-
- setExpiryTimeColumn(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
-
- setExtended(boolean) - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Set the extended request log format flag.
- setExtendedListenerTypes(boolean) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
-
- setFilename(String) - Method in class org.eclipse.jetty.server.NCSARequestLog
-
Set the output file name of the request log.
- setFilenameDateFormat(String) - Method in class org.eclipse.jetty.server.NCSARequestLog
-
Set the log file name date format.
- setForwardedCipherSuiteHeader(String) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
-
- setForwardedForHeader(String) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
-
- setForwardedHostHeader(String) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
-
- setForwardedProtoHeader(String) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
-
Set the forwardedProtoHeader.
- setForwardedServerHeader(String) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
-
- setForwardedSslSessionIdHeader(String) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
-
- setHandled(boolean) - Method in class org.eclipse.jetty.server.Request
-
- setHandler(Handler) - Method in class org.eclipse.jetty.server.handler.HandlerWrapper
-
- setHandler(Handler) - Method in class org.eclipse.jetty.server.handler.HotSwapHandler
-
- setHandlers(Handler[]) - Method in class org.eclipse.jetty.server.handler.ContextHandlerCollection
-
- setHandlers(Handler[]) - Method in class org.eclipse.jetty.server.handler.HandlerCollection
-
- setHeader(HttpHeader, String) - Method in class org.eclipse.jetty.server.Response
-
- setHeader(String, String) - Method in class org.eclipse.jetty.server.Response
-
- setHeader(String, String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
-
- setHeaderCacheSize(int) - Method in class org.eclipse.jetty.server.HttpConfiguration
-
Set the header field cache size.
- setHeaders(HttpContent) - Method in class org.eclipse.jetty.server.Response
-
- setHost(String) - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
-
- setHostHeader(String) - Method in class org.eclipse.jetty.server.ForwardedRequestCustomizer
-
- setHttpOnly(boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.CookieConfig
-
- setHttpOnly(boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
-
- setHttpOutput(HttpOutput) - Method in class org.eclipse.jetty.server.Response
-
- setHttpVersion(HttpVersion) - Method in class org.eclipse.jetty.server.Request
-
- setIdChanged(boolean) - Method in class org.eclipse.jetty.server.session.AbstractSession
-
- setIdColumn(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionIdTableSchema
-
- setIdColumn(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
-
- setIdleSavePeriod(int) - Method in class org.eclipse.jetty.server.session.HashSessionManager
-
Configures the period in seconds after which a session is deemed idle and saved
to save on session memory.
- setIdleTimeout(long) - Method in class org.eclipse.jetty.server.AbstractConnector
-
Sets the maximum Idle time for a connection, which roughly translates to the
Socket.setSoTimeout(int)
call, although with NIO implementations other mechanisms may be used to implement the timeout.
- setIdleTimeoutMs(long) - Method in class org.eclipse.jetty.server.handler.IdleTimeoutHandler
-
- setIdManager(SessionIdManager) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
-
- setIgnorePaths(String[]) - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Set request paths that will not be logged.
- setInheritChannel(boolean) - Method in class org.eclipse.jetty.server.ServerConnector
-
Sets whether this connector uses a channel inherited from the JVM.
- setInitParameter(String, String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
-
- setInitParameter(String, String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
-
- setInitParameter(String, String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
- setInputBufferSize(int) - Method in class org.eclipse.jetty.server.AbstractConnectionFactory
-
- setIntHeader(String, int) - Method in class org.eclipse.jetty.server.Response
-
- setIntHeader(String, int) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
-
- setJspConfigDescriptor(JspConfigDescriptor) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
-
- setKey(String) - Method in class org.eclipse.jetty.server.ShutdownMonitor
-
- setLastAccessedTime(long) - Method in class org.eclipse.jetty.server.session.AbstractSession
-
- setLastAccessTimeColumn(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
-
- setLastNode(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
-
- setLastNodeColumn(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
-
- setLastSaved(long) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
-
- setLastSavedTimeColumn(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
-
- setLazyLoad(boolean) - Method in class org.eclipse.jetty.server.session.HashSessionManager
-
- setLocale(Locale) - Method in class org.eclipse.jetty.server.Response
-
- setLogCookies(boolean) - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Controls logging of the request cookies.
- setLogDateFormat(String) - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Set the timestamp format for request log entries in the file.
- setLogDispatch(boolean) - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
- setLogger(Logger) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
- setLoggerName(String) - Method in class org.eclipse.jetty.server.Slf4jRequestLog
-
- setLogLatency(boolean) - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Controls logging of request processing time.
- setLogLocale(Locale) - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Set the locale of the request log.
- setLogServer(boolean) - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Controls logging of the request hostname.
- setLogTimeZone(String) - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Set the timezone of the request log.
- setLongContentLength(long) - Method in class org.eclipse.jetty.server.Response
-
- setLongType(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.DatabaseAdaptor
-
- setLongType(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
-
Deprecated.
see DbAdaptor.setLongType
- setLowResources() - Method in class org.eclipse.jetty.server.LowResourceMonitor
-
- setLowResourcesIdleTimeout(int) - Method in class org.eclipse.jetty.server.LowResourceMonitor
-
- setManagedAttribute(String, Object) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
- setMapColumn(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
-
- setMaxAge(int) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.CookieConfig
-
- setMaxCachedFiles(int) - Method in class org.eclipse.jetty.server.ResourceCache
-
- setMaxCachedFileSize(int) - Method in class org.eclipse.jetty.server.ResourceCache
-
- setMaxCacheSize(int) - Method in class org.eclipse.jetty.server.ResourceCache
-
- setMaxConnections(int) - Method in class org.eclipse.jetty.server.LowResourceMonitor
-
- setMaxFormContentSize(int) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Set the maximum size of a form post, to protect against DOS attacks from large forms.
- setMaxFormKeys(int) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Set the maximum number of form Keys to protect against DOS attack from crafted hash keys.
- setMaxInactiveInterval(int) - Method in class org.eclipse.jetty.server.session.AbstractSession
-
- setMaxInactiveInterval(int) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
-
- setMaxInactiveInterval(int) - Method in class org.eclipse.jetty.server.session.HashedSession
-
- setMaxInactiveInterval(int) - Method in class org.eclipse.jetty.server.session.HashSessionManager
-
- setMaxInactiveInterval(int) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
-
Change the max idle time for this session.
- setMaxInactiveInterval(int) - Method in interface org.eclipse.jetty.server.SessionManager
-
Sets the max period of inactivity, after which the session is invalidated, in seconds.
- setMaxIntervalColumn(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
-
- setMaxLowResourcesTime(int) - Method in class org.eclipse.jetty.server.LowResourceMonitor
-
- setMaxMemory(long) - Method in class org.eclipse.jetty.server.LowResourceMonitor
-
- setMethod(HttpMethod, String) - Method in class org.eclipse.jetty.server.Request
-
- setMimeTypes(MimeTypes) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
- setMimeTypes(MimeTypes) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
-
- setMinAsyncContentLength(int) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
-
Set the minimum content length for async handling.
- setMinMemoryMappedContentLength(int) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
-
Set minimum memory mapped file content length.
- setMonitoredConnectors(Collection<Connector>) - Method in class org.eclipse.jetty.server.LowResourceMonitor
-
- setMonitorThreads(boolean) - Method in class org.eclipse.jetty.server.LowResourceMonitor
-
- setName(String) - Method in class org.eclipse.jetty.server.AbstractConnector
-
Set a connector name.
- setName(String) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.CookieConfig
-
- setNewContextURL(String) - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
-
- setNodeId(String) - Method in class org.eclipse.jetty.server.session.AbstractSession
-
- setNodeIdInSessionId(boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
-
- setOutputBufferSize(int) - Method in class org.eclipse.jetty.server.HttpConfiguration
-
Set the size of the buffer into which response content is aggregated
before being sent to the client.
- setOutputStream(OutputStream) - Method in class org.eclipse.jetty.server.handler.DebugHandler
-
- setParameters(MultiMap<String>) - Method in class org.eclipse.jetty.server.Request
-
- setPath(String) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.CookieConfig
-
- setPathInfo(String) - Method in class org.eclipse.jetty.server.Request
-
- setPeriod(int) - Method in class org.eclipse.jetty.server.LowResourceMonitor
-
- setPermanent(boolean) - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
-
- setPort(int) - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
-
- setPort(int) - Method in class org.eclipse.jetty.server.ShutdownMonitor
-
- setPreferProxiedForAddress(boolean) - Method in class org.eclipse.jetty.server.AbstractNCSARequestLog
-
Controls whether the actual IP address of the connection or the IP address from the X-Forwarded-For header will
be logged.
- setProtectedTargets(String[]) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
- setQueryEncoding(String) - Method in class org.eclipse.jetty.server.Request
-
Set the character encoding used for the query string.
- setQueryString(String) - Method in class org.eclipse.jetty.server.Request
-
- setRandom(Random) - Method in class org.eclipse.jetty.server.session.AbstractSessionIdManager
-
- setReadListener(ReadListener) - Method in class org.eclipse.jetty.server.HttpInput
-
- setRefreshCookieAge(int) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
-
- setRemoteAddr(InetSocketAddress) - Method in class org.eclipse.jetty.server.Request
-
- setRequestedSessionId(String) - Method in class org.eclipse.jetty.server.Request
-
- setRequestedSessionIdFromCookie(boolean) - Method in class org.eclipse.jetty.server.Request
-
- setRequestHeaderSize(int) - Method in class org.eclipse.jetty.server.HttpConfiguration
-
Set the maximum size of a request header.
- setRequestLog(RequestLog) - Method in class org.eclipse.jetty.server.handler.RequestLogHandler
-
- setRequests(int) - Method in class org.eclipse.jetty.server.session.AbstractSession
-
- setRequestURI(String) - Method in class org.eclipse.jetty.server.Request
-
- setReseed(long) - Method in class org.eclipse.jetty.server.session.AbstractSessionIdManager
-
Set the reseed probability.
- setResourceBase(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
- setResourceBase(String) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
-
- setResponseHeaderSize(int) - Method in class org.eclipse.jetty.server.HttpConfiguration
-
Set the maximum size of a response header.
- setRetainDays(int) - Method in class org.eclipse.jetty.server.NCSARequestLog
-
Set the number of days before rotated log files are deleted.
- setReuseAddress(boolean) - Method in class org.eclipse.jetty.server.ServerConnector
-
- setRowId(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
-
- setRowIdColumn(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
-
- setSaveInterval(long) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
-
Set the time in seconds which is the interval between
saving the session access time to the database.
- setSavePeriod(int) - Method in class org.eclipse.jetty.server.session.HashSessionManager
-
- setScavengeInterval(long) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
-
- setScavengePeriod(int) - Method in class org.eclipse.jetty.server.session.HashSessionManager
-
- setScheme(String) - Method in class org.eclipse.jetty.server.Request
-
- setSecure(boolean) - Method in class org.eclipse.jetty.server.Request
-
- setSecure(boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.CookieConfig
-
- setSecurePort(int) - Method in class org.eclipse.jetty.server.HttpConfiguration
-
Set the TCP/IP port used for CONFIDENTIAL and INTEGRAL
redirections.
- setSecureRequestOnly(boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
-
HTTPS request.
- setSecureScheme(String) - Method in class org.eclipse.jetty.server.HttpConfiguration
-
Set the URI scheme used for CONFIDENTIAL and INTEGRAL
redirections.
- setSendDateHeader(boolean) - Method in class org.eclipse.jetty.server.HttpConfiguration
-
- setSendServerVersion(boolean) - Method in class org.eclipse.jetty.server.HttpConfiguration
-
- setSendShutdownAtStart(boolean) - Method in class org.eclipse.jetty.server.handler.ShutdownHandler
-
- setSendXPoweredBy(boolean) - Method in class org.eclipse.jetty.server.HttpConfiguration
-
- setServeIcon(boolean) - Method in class org.eclipse.jetty.server.handler.DefaultHandler
-
- setServer(Server) - Method in class org.eclipse.jetty.server.handler.AbstractHandler
-
- setServer(Server) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
- setServer(Server) - Method in class org.eclipse.jetty.server.handler.HandlerCollection
-
- setServer(Server) - Method in class org.eclipse.jetty.server.handler.HandlerWrapper
-
- setServer(Server) - Method in class org.eclipse.jetty.server.handler.HotSwapHandler
-
- setServer(Server) - Method in interface org.eclipse.jetty.server.Handler
-
- setServerName(String) - Method in class org.eclipse.jetty.server.Request
-
- setServerPort(int) - Method in class org.eclipse.jetty.server.Request
-
- setServletPath(String) - Method in class org.eclipse.jetty.server.Request
-
- setSession(HttpSession) - Method in class org.eclipse.jetty.server.Request
-
- setSessionCookie(String) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
-
- setSessionHandler(SessionHandler) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
-
- setSessionHandler(SessionHandler) - Method in interface org.eclipse.jetty.server.SessionManager
-
- setSessionIdManager(SessionIdManager) - Method in class org.eclipse.jetty.server.Server
-
- setSessionIdManager(SessionIdManager) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
-
- setSessionIdManager(SessionIdManager) - Method in interface org.eclipse.jetty.server.SessionManager
-
Sets the cross context session id manager
- setSessionIdPathParameterName(String) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
-
- setSessionIdPathParameterName(String) - Method in interface org.eclipse.jetty.server.SessionManager
-
Sets the session id URL path parameter name.
- setSessionIdTableSchema(JDBCSessionIdManager.SessionIdTableSchema) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
-
- setSessionManager(SessionManager) - Method in class org.eclipse.jetty.server.Request
-
- setSessionManager(SessionManager) - Method in class org.eclipse.jetty.server.session.SessionHandler
-
- setSessionTableSchema(JDBCSessionIdManager.SessionTableSchema) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
-
- setSessionTrackingModes(Set<SessionTrackingMode>) - Method in class org.eclipse.jetty.server.handler.ContextHandler.NoContext
-
- setSessionTrackingModes(Set<SessionTrackingMode>) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
-
- setSessionTrackingModes(Set<SessionTrackingMode>) - Method in interface org.eclipse.jetty.server.SessionManager
-
- setShowContexts(boolean) - Method in class org.eclipse.jetty.server.handler.DefaultHandler
-
- setShowMessageInTitle(boolean) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
-
- setShowStacks(boolean) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
-
- setSoLingerTime(int) - Method in class org.eclipse.jetty.server.ServerConnector
-
- setStatus(int) - Method in class org.eclipse.jetty.server.Response
-
- setStatus(int, String) - Method in class org.eclipse.jetty.server.Response
-
Deprecated.
- setStatus(int) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
-
- setStatus(int, String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
-
- setStatusWithReason(int, String) - Method in class org.eclipse.jetty.server.Response
-
- setStopAtShutdown(boolean) - Method in class org.eclipse.jetty.server.Server
-
- setStoreDirectory(File) - Method in class org.eclipse.jetty.server.session.HashSessionManager
-
- setStylesheet(String) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
-
- setTableName(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionIdTableSchema
-
- setTableName(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
-
- setThrowable(Throwable) - Method in class org.eclipse.jetty.server.AsyncContextEvent
-
- setTimeout(long) - Method in class org.eclipse.jetty.server.AsyncContextState
-
- setTimeout(long) - Method in class org.eclipse.jetty.server.HttpChannelState
-
- setTimeoutTask(Scheduler.Task) - Method in class org.eclipse.jetty.server.AsyncContextEvent
-
- setTimeStamp(long) - Method in class org.eclipse.jetty.server.Request
-
- setUri(HttpURI) - Method in class org.eclipse.jetty.server.Request
-
- setUserIdentityScope(UserIdentity.Scope) - Method in class org.eclipse.jetty.server.Request
-
- setUsingCookies(boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
-
- setVirtualHost(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
-
- setVirtualHostColumn(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.SessionTableSchema
-
- setVirtualHosts(String[]) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Set the virtual hosts for the context.
- setWelcomeFiles(String[]) - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
- setWelcomeFiles(String[]) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
-
- setWhite(String[]) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
-
Re-initialize the whitelist of existing handler object
- setWhiteListByPath(boolean) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
-
Re-initialize the mode of path matching
- setWorkerName(String) - Method in class org.eclipse.jetty.server.session.AbstractSessionIdManager
-
Set the workname.
- setWriteListener(WriteListener) - Method in class org.eclipse.jetty.server.HttpOutput
-
- shutdown() - Method in class org.eclipse.jetty.server.AbstractConnector
-
- shutdown() - Method in class org.eclipse.jetty.server.AbstractNetworkConnector
-
- shutdown() - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Set shutdown status.
- shutdown() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
-
- shutdown() - Method in class org.eclipse.jetty.server.ServerConnector
-
- ShutdownHandler - Class in org.eclipse.jetty.server.handler
-
A handler that shuts the server down on a valid request.
- ShutdownHandler(Server, String) - Constructor for class org.eclipse.jetty.server.handler.ShutdownHandler
-
Deprecated.
- ShutdownHandler(String) - Constructor for class org.eclipse.jetty.server.handler.ShutdownHandler
-
- ShutdownHandler(String, boolean, boolean) - Constructor for class org.eclipse.jetty.server.handler.ShutdownHandler
-
- ShutdownMonitor - Class in org.eclipse.jetty.server
-
Shutdown/Stop Monitor thread.
- ShutdownMonitor.ShutdownMonitorThread - Class in org.eclipse.jetty.server
-
ShutdownMonitorThread
Thread for listening to STOP.PORT for command to stop Jetty.
- ShutdownMonitor.ShutdownMonitorThread() - Constructor for class org.eclipse.jetty.server.ShutdownMonitor.ShutdownMonitorThread
-
- shutdownOutput() - Method in class org.eclipse.jetty.server.LocalConnector.LocalEndPoint
-
- shutdownSessions() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
-
Prepare sessions for session manager shutdown
- shutdownSessions() - Method in class org.eclipse.jetty.server.session.HashSessionManager
-
- shutdownSessions() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
-
- Slf4jRequestLog - Class in org.eclipse.jetty.server
-
Implementation of NCSARequestLog where output is sent as a SLF4J INFO Log message on the named logger "org.eclipse.jetty.server.RequestLog"
- Slf4jRequestLog() - Constructor for class org.eclipse.jetty.server.Slf4jRequestLog
-
- SslConnectionFactory - Class in org.eclipse.jetty.server
-
- SslConnectionFactory() - Constructor for class org.eclipse.jetty.server.SslConnectionFactory
-
- SslConnectionFactory(String) - Constructor for class org.eclipse.jetty.server.SslConnectionFactory
-
- SslConnectionFactory(SslContextFactory, String) - Constructor for class org.eclipse.jetty.server.SslConnectionFactory
-
- start(Runnable) - Method in class org.eclipse.jetty.server.AsyncContextState
-
- start(LifeCycle) - Method in class org.eclipse.jetty.server.Server
-
- start() - Method in class org.eclipse.jetty.server.ShutdownMonitor.ShutdownMonitorThread
-
- start() - Method in class org.eclipse.jetty.server.ShutdownMonitor
-
- startAsync(AsyncContextEvent) - Method in class org.eclipse.jetty.server.HttpChannelState
-
- startAsync() - Method in class org.eclipse.jetty.server.Request
-
- startAsync(ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.server.Request
-
- startContext() - Method in class org.eclipse.jetty.server.handler.ContextHandler
-
Extensible startContext.
- startRequest(HttpMethod, String, ByteBuffer, HttpVersion) - Method in class org.eclipse.jetty.server.HttpChannel
-
- StatisticsHandler - Class in org.eclipse.jetty.server.handler
-
- StatisticsHandler() - Constructor for class org.eclipse.jetty.server.handler.StatisticsHandler
-
- statsReset() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
-
Resets the current request statistics.
- statsReset() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
-
Reset statistics values
- storeSession(JDBCSessionManager.Session) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
-
Insert a session into the database.
- STREAM - Static variable in class org.eclipse.jetty.server.HttpInput
-
- succeeded() - Method in class org.eclipse.jetty.server.HttpInputOverHTTP
-
- valueOf(String) - Static method in enum org.eclipse.jetty.server.handler.ContextHandler.Availability
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jetty.server.HttpChannelState.Action
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jetty.server.HttpChannelState.Async
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jetty.server.HttpChannelState.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.jetty.server.Response.OutputType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.eclipse.jetty.server.handler.ContextHandler.Availability
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.eclipse.jetty.server.HttpChannelState.Action
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.eclipse.jetty.server.HttpChannelState.Async
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.eclipse.jetty.server.HttpChannelState.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.eclipse.jetty.server.Response.OutputType
-
Returns an array containing the constants of this enum type, in
the order they are declared.