Uses of Package
org.eclipse.jetty.server
Packages that use org.eclipse.jetty.server
Package
Description
Jetty Jaas : Support for Jaas
Jetty Jaas : Jaas Callbacks
Jetty Security : Modular Support for Security in Jetty
Jetty Security : Authenticators and Callbacks
Jetty Server : Core Server API
Jetty Server : Core Handler API
Jetty GZIP Handler
Jetty Server : Server JMX Integration
Jetty Server : Core Server Connector
Jetty Server : Session Management Implementations
Jetty Server : Modular Servlet Integration
Jetty Util : Modular Web Application Support
-
Classes in org.eclipse.jetty.server used by org.eclipse.jetty.jaasClassDescriptionUser object that encapsulates user identity and operations such as run-as-role actions, checking isUserInRole and getUserPrincipal.
-
Classes in org.eclipse.jetty.server used by org.eclipse.jetty.jaas.callback
-
Classes in org.eclipse.jetty.server used by org.eclipse.jetty.securityClassDescriptionThe Authentication state of a request.An authentication that is capable of performing a programmatic login operation.An authentication that is capable of performing a programmatic logout operation.After a logout, the authentication reverts to a state where it is possible to programmatically log in again.A successful Authentication with User information.A Jetty Server Handler.A Handler that contains other Handlers.Jetty Request.
Response
provides the implementation forHttpServletResponse
.Jetty HTTP Servlet Server.User object that encapsulates user identity and operations such as run-as-role actions, checking isUserInRole and getUserPrincipal.A UserIdentity Scope. -
Classes in org.eclipse.jetty.server used by org.eclipse.jetty.security.authenticationClassDescriptionThe Authentication state of a request.A deferred authentication with methods to progress the authentication process.An authentication that is capable of performing a programmatic login operation.An authentication that is capable of performing a programmatic logout operation.Authentication Response sent state.A successful Authentication with User information.Jetty Request.User object that encapsulates user identity and operations such as run-as-role actions, checking isUserInRole and getUserPrincipal.
-
Classes in org.eclipse.jetty.server used by org.eclipse.jetty.serverClassDescriptionProvides the common handling for
ConnectionFactory
implementations including:An abstract implementation ofConnector
that provides aConnectionFactory
mechanism for creatingConnection
instances for various protocols (HTTP, SSL, etc).Deprecated.An abstract Network Connector.The Authentication state of a request.An authentication that is capable of performing a programmatic login operation.An authentication that is capable of performing a programmatic logout operation.Authentication Response sent state.MetaData associated with a context Resource.A Factory to createConnection
instances forConnector
s.Connections created by this factory MUST implementConnection.UpgradeTo
.The possible outcomes of theConnectionFactory.Detecting.detect(ByteBuffer)
method.AConnector
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.Deprecated.Cookie parserAConnectionFactory
combining multipleConnectionFactory.Detecting
instances that will upgrade to the first one recognizing the bytes in the buffer.Ordered Source Enum.A Jetty Server Handler.A Handler that contains other Handlers.HttpChannel represents a single endpoint for HTTP semantic processing.Listener forHttpChannel
events.An HttpChannel customized to be transported over the HTTP/1 protocolImplementation of AsyncContext interface that holds the state of request-response cycle.The actions to take as the channel moves from state to state.HTTP Configuration.An interface that allows a request object to be customized for a particular HTTP connector configuration.AConnection
that handles the HTTP protocol.An interceptor for HTTP Request input.A Sentinel Content, which has zero length content but indicates some other event in the input stream (eg EOF)HttpOutput
implementsServletOutputStream
as required by the Servlet specification.The API State which combines with the output State:The HttpOutput.Interceptor is a single intercept point for all output written to the HttpOutput: via writer; via output stream; asynchronously; or blocking.The output stateAbstraction of the outbound HTTP transport.Byte range inclusive of end points.Local EndPointThe compliance level for parsingmultiPart/form-data
Deprecated.useCustomRequestLog
given format stringCustomRequestLog.EXTENDED_NCSA_FORMAT
with aRequestLogWriter
AConnector
for TCP/IP network connectorsBuild a request to be pushed.A ServletException that is logged less verbosely than a normal ServletException.Jetty Request.ARequestLog
can be attached to aRequestLogHandler
to enable logging of requests/responses.Writes the generated log string to a log sinkWriter which outputs pre-formatted request log strings to a file usingRolloverFileOutputStream
.Response
provides the implementation forHttpServletResponse
.Specialized PrintWriter for servlet ResponsesSimple bundle of data that is cached in the SSLSession.Jetty HTTP Servlet Server.ThisConnector
implementation is the primary connector for the Jetty server over TCP/IP.Session ID Manager.Shutdown/Stop Monitor thread.Request log writer using a Slf4jLog LoggerUser object that encapsulates user identity and operations such as run-as-role actions, checking isUserInRole and getUserPrincipal.A UserIdentity Scope. -
Classes in org.eclipse.jetty.server used by org.eclipse.jetty.server.handlerClassDescriptionA Jetty Server Handler.A Handler that contains other Handlers.HttpChannel represents a single endpoint for HTTP semantic processing.The HttpOutput.Interceptor is a single intercept point for all output written to the HttpOutput: via writer; via output stream; asynchronously; or blocking.Jetty Request.A
RequestLog
can be attached to aRequestLogHandler
to enable logging of requests/responses.Abstract resource service, used by DefaultServlet and ResourceHandlerJetty HTTP Servlet Server. -
Classes in org.eclipse.jetty.server used by org.eclipse.jetty.server.handler.gzipClassDescriptionA Jetty Server Handler.A Handler that contains other Handlers.HttpChannel represents a single endpoint for HTTP semantic processing.An interceptor for HTTP Request input.The HttpOutput.Interceptor is a single intercept point for all output written to the HttpOutput: via writer; via output stream; asynchronously; or blocking.Jetty Request.
-
Classes in org.eclipse.jetty.server used by org.eclipse.jetty.server.jmxClassDescriptionAn abstract implementation of
Connector
that provides aConnectionFactory
mechanism for creatingConnection
instances for various protocols (HTTP, SSL, etc).A Jetty Server Handler.Jetty HTTP Servlet Server. -
Classes in org.eclipse.jetty.server used by org.eclipse.jetty.server.nioClassDescriptionAn abstract implementation of
Connector
that provides aConnectionFactory
mechanism for creatingConnection
instances for various protocols (HTTP, SSL, etc).An abstract Network Connector.A Factory to createConnection
instances forConnector
s.AConnector
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.AConnector
for TCP/IP network connectorsA specialized version ofServerConnector
that supportsNetworkTrafficListener
s.Jetty HTTP Servlet Server.ThisConnector
implementation is the primary connector for the Jetty server over TCP/IP. -
Classes in org.eclipse.jetty.server used by org.eclipse.jetty.server.sessionClassDescriptionA Jetty Server Handler.A Handler that contains other Handlers.Jetty Request.Jetty HTTP Servlet Server.Session ID Manager.
-
Classes in org.eclipse.jetty.server used by org.eclipse.jetty.servletClassDescriptionA
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.A Jetty Server Handler.A Handler that contains other Handlers.Jetty Request.Abstract resource service, used by DefaultServlet and ResourceHandlerA UserIdentity Scope. -
Classes in org.eclipse.jetty.server used by org.eclipse.jetty.webappClassDescriptionA Jetty Server Handler.A Handler that contains other Handlers.Jetty HTTP Servlet Server.
CustomRequestLog
given format stringCustomRequestLog.EXTENDED_NCSA_FORMAT
with aRequestLog.Writer