Uses of Package
org.eclipse.jetty.server
Package
Description
Jetty Ant : Ant Tasks and Configuration
Jetty Deploy : Webapp Deploy Management
Jetty Deploy : Standard Deployment Bindings
Jetty Jaas : Support for Jaas
Jetty Jaas : Jaas Callbacks
Jetty Plus : Limited JEE Security Support
Jetty Proxy : Async Proxy Support
Jetty Rewrite : Rewrite Handler and Rules for Jetty
Jetty Runner : Embedded Jetty Tool for running webapps directly
Jetty Security : Modular Support for Security in Jetty
Jetty Security : Authenticators and Callbacks
Jetty Jaspi : Java Authentication SPI
Jetty Server : Core Server API
Jetty Server : Core Handler API
Jetty GZIP Handler
Jetty Server : Server JMX Integration
Jetty Server : Session Management Implementations
Jetty Server : Modular Servlet Integration
Jetty Util : Modular Web Application Support
-
ClassDescriptionProvides the common handling for
ConnectionFactory
implementations.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. -
ClassDescriptionA Jetty Server Handler.A Handler that contains other Handlers.A
RequestLog
can be attached to aRequestLogHandler
to enable logging of requests/responses.A UserIdentity Scope. -
-
-
ClassDescriptionProvides the common handling for
ConnectionFactory
implementations.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.HttpChannel represents a single endpoint for HTTP semantic processing.HTTP Configuration.A content represents the production of aHttpChannel
returned byHttpChannel.produceContent()
.The HttpOutput.Interceptor is a single intercept point for all output written to the HttpOutput: via writer; via output stream; asynchronously; or blocking.Abstraction of the outbound HTTP transport. -
ClassDescriptionA Jetty Server Handler.A Handler that contains other Handlers.HTTP Configuration.Jetty Request.Jetty HTTP Servlet Server.This
Connector
implementation is the primary connector for the Jetty server over TCP/IP. -
ClassDescriptionProvides the common handling for
ConnectionFactory
implementations.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.HttpChannel represents a single endpoint for HTTP semantic processing.HTTP Configuration.A content represents the production of aHttpChannel
returned byHttpChannel.produceContent()
.The HttpOutput.Interceptor is a single intercept point for all output written to the HttpOutput: via writer; via output stream; asynchronously; or blocking.Abstraction of the outbound HTTP transport. -
ClassDescriptionProvides the common handling for
ConnectionFactory
implementations.An abstract implementation ofConnector
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.HTTP Configuration.AConnector
for TCP/IP network connectorsJetty HTTP Servlet Server. -
ClassDescriptionUser object that encapsulates user identity and operations such as run-as-role actions, checking isUserInRole and getUserPrincipal.
-
-
-
-
ClassDescriptionA Jetty Server Handler.A Handler that contains other Handlers.Jetty Request.
-
ClassDescriptionAn 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 connectorsJetty HTTP Servlet Server. -
-
ClassDescriptionA
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.HTTP Configuration.An interface that allows a request object to be customized for a particular HTTP connector configuration.Jetty Request. -
ClassDescriptionA Jetty Server Handler.A Handler that contains other Handlers.Jetty Request.
-
-
ClassDescriptionThe 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. -
ClassDescriptionThe 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.
-
ClassDescriptionThe Authentication state of a request.A successful Authentication with User information.Jetty HTTP Servlet Server.User object that encapsulates user identity and operations such as run-as-role actions, checking isUserInRole and getUserPrincipal.
-
ClassDescriptionThe Authentication state of a request.An authentication that is capable of performing a programmatic logout operation.Authentication Response sent state.A successful Authentication with User information.Jetty Request.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.
-
ClassDescriptionProvides the common handling for
ConnectionFactory
implementations.An abstract implementation ofConnector
that provides aConnectionFactory
mechanism for creatingConnection
instances for various protocols (HTTP, SSL, etc).An abstract Network Connector.This will approve any alias to anything inside of theContextHandler
s resource base which is not protected by a protected target as defined byContextHandler.getProtectedTargets()
at start.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.A Factory to createConnection
instances forConnector
s.A ConnectionFactory that can configure the connector.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.AConnectionFactory
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.While this class is-a Runnable, it should never be dispatched in it's own thread.A content represents the production of aHttpChannel
returned byHttpChannel.produceContent()
.HttpInput.Content
interceptor that can be registered usingHttpInput.setInterceptor(Interceptor)
orHttpInput.addInterceptor(Interceptor)
.Abstract class that implements the standard special content behavior.HttpOutput
implementsServletOutputStream
as required by the Servlet specification.The HttpOutput.Interceptor is a single intercept point for all output written to the HttpOutput: via writer; via output stream; asynchronously; or blocking.Abstraction of the outbound HTTP transport.Byte range inclusive of end points.Local EndPointThe compliance level for parsingmultiPart/form-data
AConnector
for TCP/IP network connectorsA 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
.Jetty HTTP Servlet Server.ThisConnector
implementation is the primary connector for the Jetty server over TCP/IP.Implementation of HttpServletMapping.Session ID Manager.Shutdown/Stop Monitor thread.User object that encapsulates user identity and operations such as run-as-role actions, checking isUserInRole and getUserPrincipal.A UserIdentity Scope. -
ClassDescriptionA 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. -
ClassDescriptionA Jetty Server Handler.A Handler that contains other Handlers.HttpChannel represents a single endpoint for HTTP semantic processing.A content represents the production of a
HttpChannel
returned byHttpChannel.produceContent()
.HttpInput.Content
interceptor that can be registered usingHttpInput.setInterceptor(Interceptor)
orHttpInput.addInterceptor(Interceptor)
.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. -
-
ClassDescriptionA Jetty Server Handler.A Handler that contains other Handlers.Jetty Request.Jetty HTTP Servlet Server.Session ID Manager.
-
ClassDescriptionA Jetty Server Handler.A Handler that contains other Handlers.A local connector, mostly for testing purposes.Jetty Request.Abstract resource service, used by DefaultServlet and ResourceHandlerJetty HTTP Servlet Server.Implementation of HttpServletMapping.A UserIdentity Scope.
-
ClassDescriptionAn abstract implementation of
Connector
that provides aConnectionFactory
mechanism for creatingConnection
instances for various protocols (HTTP, SSL, etc).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.Jetty HTTP Servlet Server. -
ClassDescriptionA Jetty Server Handler.A Handler that contains other Handlers.Jetty HTTP Servlet Server.
-
ClassDescriptionA Jetty Server Handler.A Handler that contains other Handlers.Jetty Request.Jetty HTTP Servlet Server.
-