|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
javax.servlet.HttpSession
from the javax.servlet
package.SessionHandler
when a session is first accessed by a request.
#addBean(LifeCycle)
SessionHandler
when a session is last accessed by a request.
SslSelectChannelConnector.getSslKeyManagerFactoryAlgorithm()
or
SslSelectChannelConnector.getSslTrustManagerFactoryAlgorithm()
HttpSession
with the given session id
AbstractSessionManager.getIdManager()
SessionManager.getIdManager()
AbstractSessionManager.Session.getAttribute(java.lang.String)
AbstractSessionManager.Session.getAttributeNames()
HandlerWrapper
acts as a Handler
but delegates the handle
method and
life cycle
events to a delegate.HandlerContainer
that allows a hot swap
of a wrapped handler.Connector
.HttpSession.invalidate()
on all known sessions for the given id.
RequestLog
implementation outputs logs in the pseudo-standard
NCSA common log format.HttpSession
.
Resource.newResource(URL)
enables extensions to
provide alternate resource implementations.
Resource.newResource(String)
enables extensions to
provide alternate resource implementations.
AbstractSessionManager.Session.setAttribute(java.lang.String, java.lang.Object)
Server.getConnectors()
and Server.setConnectors(Connector[])
to
remove a connector.
Server.removeBean(Object)
AbstractSessionManager.Session.removeAttribute(java.lang.String)
RequestLog
can be attached to a org.eclipse.jetty.server.server.handler.RequestLogHandler
to enable logging of requests/responses.SocketConnector
at the passed port.
Response.setHeader(String, String)
or
Response.addHeader(String, String)
.
SslSelectChannelConnector.setSslKeyManagerFactoryAlgorithm(String)
or
SslSelectChannelConnector.setSslTrustManagerFactoryAlgorithm(String)
ServletRequest.getServerName()
and ServletRequest.getServerPort()
.
ContextHandler.setConnectorNames(String[])
SelectChannelConnector.getLowResourcesConnections()
connections.
SelectChannelConnector.setLowResourceMaxIdleTime(int)
Socket.setSoTimeout(int)
call, although with NIO
implementations other mechanisms may be used to implement the timeout.
AbstractSessionManager.setIdManager(SessionIdManager)
SessionHandler
.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |