Uses of Package
org.eclipse.jetty.server
Packages that use org.eclipse.jetty.server
Package
Description
Jetty Deploy : Webapp Deploy Management
Jetty Runner : Embedded Jetty Tool for running webapps directly
Jetty Jaspi : Java Authentication SPI
Jetty Server : Modular Servlet Integration
Jetty Util : Modular Web Application Support
Jetty Plus : Limited JEE Security Support
Jetty Rewrite : Rewrite Handler and Rules for Jetty
Jetty Security : Modular Support for Security in Jetty
Jetty Security : Authenticators and Callbacks
Jetty Jaas : Support for Jaas
Jetty Jaas : Jaas Callbacks
Jetty Server : Core Server API
Jetty Server : Core Handler API
Jetty GZIP Handler
Jetty Core Server : JMX Integration
Jetty Server : Session Management Implementations
-
Classes in org.eclipse.jetty.server used by org.eclipse.jetty.alpn.serverClassDescriptionProvides 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. -
Classes in org.eclipse.jetty.server used by org.eclipse.jetty.deploy
-
Classes in org.eclipse.jetty.server used by org.eclipse.jetty.ee
-
Classes in org.eclipse.jetty.server used by org.eclipse.jetty.ee10.osgi.boot
-
Classes in org.eclipse.jetty.server used by org.eclipse.jetty.ee10.quickstart
-
Classes in org.eclipse.jetty.server used by org.eclipse.jetty.ee10.runnerClassDescriptionA Jetty component that handles HTTP requests, of any version (HTTP/1.1, HTTP/2 or HTTP/3).A
Handler.Container
that contains an ordered list of childrenHandler
s whoseRequest.Handler.handle(Request, Response, Callback)
method is invoked in sequence on each child until a child returnstrue
. -
Classes in org.eclipse.jetty.server used by org.eclipse.jetty.ee10.security.jaspi
-
Classes in org.eclipse.jetty.server used by org.eclipse.jetty.ee10.servletClassDescriptionInterface to check aliases.Common components made available via a
Request
.A context for handling anRequest
.A Jetty component that handles HTTP requests, of any version (HTTP/1.1, HTTP/2 or HTTP/3).An abstract implementation ofHandler
that is aContainerLifeCycle
.AHandler.Abstract
that implementsHandler.Container
.AHandler
that contains one or more otherHandler
s.AHandler.Container
that can contain one single otherHandler
.An implementation ofHandler.Singleton
, which is aHandler.Container
that wraps one single otherHandler
.HTTP Configuration.A HttpStream is an abstraction that together withMetaData.Request
, represents the flow of data from and to a single request and response cycle.A local connector, mostly for testing purposes.The representation of an HTTP request, for any protocol version (HTTP/1.1, HTTP/2, HTTP/3).A handler for an HTTP request and response.This interface will be detected by theRequest.ServeAs.wrap(Request, HttpURI)
static method to wrap the request changing its target to a given path.A wrapper forRequest
instances.Resource service, used by DefaultServlet and ResourceHandlerThe representation of an HTTP response, for any protocol version (HTTP/1.1, HTTP/2, HTTP/3).The interface to a generic session associated with a request.An API wrapper of the core session.Supports the implementation of HTTPCONNECT
tunnels. -
Classes in org.eclipse.jetty.server used by org.eclipse.jetty.ee10.servlet.securityClassDescriptionA Jetty component that handles HTTP requests, of any version (HTTP/1.1, HTTP/2 or HTTP/3).An abstract implementation of
Handler
that is aContainerLifeCycle
.AHandler.Abstract
that implementsHandler.Container
.AHandler
that contains one or more otherHandler
s.AHandler.Container
that can contain one single otherHandler
.An implementation ofHandler.Singleton
, which is aHandler.Container
that wraps one single otherHandler
.The representation of an HTTP request, for any protocol version (HTTP/1.1, HTTP/2, HTTP/3).A handler for an HTTP request and response. -
Classes in org.eclipse.jetty.server used by org.eclipse.jetty.ee10.webappClassDescriptionInterface to check aliases.Interface that can be implemented by ContextHandlers within Environments to allow configuration to be passed from the DeploymentManager without dependencies on the Deployment module itself.A Jetty component that handles HTTP requests, of any version (HTTP/1.1, HTTP/2 or HTTP/3).An abstract implementation of
Handler
that is aContainerLifeCycle
.AHandler.Abstract
that implementsHandler.Container
.AHandler
that contains one or more otherHandler
s.AHandler.Container
that can contain one single otherHandler
.An implementation ofHandler.Singleton
, which is aHandler.Container
that wraps one single otherHandler
.A handler for an HTTP request and response. -
Classes in org.eclipse.jetty.server used by org.eclipse.jetty.fcgi.proxyClassDescriptionA Jetty component that handles HTTP requests, of any version (HTTP/1.1, HTTP/2 or HTTP/3).An abstract implementation of
Handler
that is aContainerLifeCycle
.The representation of an HTTP request, for any protocol version (HTTP/1.1, HTTP/2, HTTP/3).A handler for an HTTP request and response.The representation of an HTTP response, for any protocol version (HTTP/1.1, HTTP/2, HTTP/3). -
Classes in org.eclipse.jetty.server used by org.eclipse.jetty.fcgi.serverClassDescriptionProvides 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.HTTP Configuration. -
Classes in org.eclipse.jetty.server used by org.eclipse.jetty.fcgi.server.internalClassDescriptionAn
AbstractConnection
that also implementsConnectionMetaData
with fixed local and remote addresses.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.Represents the state of an HTTP request/response cycle.HTTP Configuration.A HttpStream is an abstraction that together withMetaData.Request
, represents the flow of data from and to a single request and response cycle. -
Classes in org.eclipse.jetty.server used by org.eclipse.jetty.http.spiClassDescriptionInterface to check aliases.A Jetty component that handles HTTP requests, of any version (HTTP/1.1, HTTP/2 or HTTP/3).An abstract implementation of
Handler
that is aContainerLifeCycle
.AHandler.Abstract
that implementsHandler.Container
.AHandler
that contains one or more otherHandler
s.AHandler.Container
that can contain one single otherHandler
.An implementation ofHandler.Singleton
, which is aHandler.Container
that wraps one single otherHandler
.HTTP Configuration.The representation of an HTTP request, for any protocol version (HTTP/1.1, HTTP/2, HTTP/3).A handler for an HTTP request and response.The representation of an HTTP response, for any protocol version (HTTP/1.1, HTTP/2, HTTP/3).ThisConnector
implementation is the primary connector for the Jetty server over TCP/IP. -
Classes in org.eclipse.jetty.server used by org.eclipse.jetty.http2.serverClassDescriptionProvides 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.HTTP Configuration.An interface that allows a request object to be customized for a particular HTTP connector configuration.The representation of an HTTP request, for any protocol version (HTTP/1.1, HTTP/2, HTTP/3). -
Classes in org.eclipse.jetty.server used by org.eclipse.jetty.http2.server.internalClassDescriptionA
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.Represents the state of an HTTP request/response cycle.HTTP Configuration.A HttpStream is an abstraction that together withMetaData.Request
, represents the flow of data from and to a single request and response cycle.Supports the implementation of HTTPCONNECT
tunnels. -
Classes in org.eclipse.jetty.server used by org.eclipse.jetty.http3.serverClassDescriptionProvides 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 connectors -
Classes in org.eclipse.jetty.server used by org.eclipse.jetty.osgi
-
Classes in org.eclipse.jetty.server used by org.eclipse.jetty.plus.security
-
Classes in org.eclipse.jetty.server used by org.eclipse.jetty.proxyClassDescriptionA Jetty component that handles HTTP requests, of any version (HTTP/1.1, HTTP/2 or HTTP/3).An abstract implementation of
Handler
that is aContainerLifeCycle
.The representation of an HTTP request, for any protocol version (HTTP/1.1, HTTP/2, HTTP/3).A handler for an HTTP request and response.The representation of an HTTP response, for any protocol version (HTTP/1.1, HTTP/2, HTTP/3). -
Classes in org.eclipse.jetty.server used by org.eclipse.jetty.quic.serverClassDescriptionProvides 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.AConnector
for TCP/IP network connectors -
Classes in org.eclipse.jetty.server used by org.eclipse.jetty.rewriteClassDescriptionAn interface that allows a request object to be customized for a particular HTTP connector configuration.The representation of an HTTP request, for any protocol version (HTTP/1.1, HTTP/2, HTTP/3).
-
Classes in org.eclipse.jetty.server used by org.eclipse.jetty.rewrite.handlerClassDescriptionA Jetty component that handles HTTP requests, of any version (HTTP/1.1, HTTP/2 or HTTP/3).An abstract implementation of
Handler
that is aContainerLifeCycle
.AHandler.Abstract
that implementsHandler.Container
.AHandler
that contains one or more otherHandler
s.AHandler.Container
that can contain one single otherHandler
.An implementation ofHandler.Singleton
, which is aHandler.Container
that wraps one single otherHandler
.The representation of an HTTP request, for any protocol version (HTTP/1.1, HTTP/2, HTTP/3).A handler for an HTTP request and response.A wrapper forRequest
instances.The representation of an HTTP response, for any protocol version (HTTP/1.1, HTTP/2, HTTP/3). -
Classes in org.eclipse.jetty.server used by org.eclipse.jetty.securityClassDescriptionA context for handling an
Request
.A Jetty component that handles HTTP requests, of any version (HTTP/1.1, HTTP/2 or HTTP/3).An abstract implementation ofHandler
that is aContainerLifeCycle
.AHandler.Abstract
that implementsHandler.Container
.AHandler
that contains one or more otherHandler
s.AHandler.Container
that can contain one single otherHandler
.An implementation ofHandler.Singleton
, which is aHandler.Container
that wraps one single otherHandler
.The representation of an HTTP request, for any protocol version (HTTP/1.1, HTTP/2, HTTP/3).A minimal Authentication interface, primarily used for logging.A handler for an HTTP request and response.The representation of an HTTP response, for any protocol version (HTTP/1.1, HTTP/2, HTTP/3).The interface to a generic session associated with a request. -
Classes in org.eclipse.jetty.server used by org.eclipse.jetty.security.authenticationClassDescriptionThe representation of an HTTP request, for any protocol version (HTTP/1.1, HTTP/2, HTTP/3).A minimal Authentication interface, primarily used for logging.The representation of an HTTP response, for any protocol version (HTTP/1.1, HTTP/2, HTTP/3).The interface to a generic session associated with a request.Listener interface that if implemented by a session attribute value, will be notified of session value events.
-
Classes in org.eclipse.jetty.server used by org.eclipse.jetty.security.internalClassDescriptionThe representation of an HTTP request, for any protocol version (HTTP/1.1, HTTP/2, HTTP/3).A minimal Authentication interface, primarily used for logging.The representation of an HTTP response, for any protocol version (HTTP/1.1, HTTP/2, HTTP/3).
-
Classes in org.eclipse.jetty.server used by org.eclipse.jetty.security.jaas
-
Classes in org.eclipse.jetty.server used by org.eclipse.jetty.security.jaas.callbackClassDescriptionThe representation of an HTTP request, for any protocol version (HTTP/1.1, HTTP/2, HTTP/3).
-
Classes in org.eclipse.jetty.server used by org.eclipse.jetty.security.openidClassDescriptionA context for handling an
Request
.The representation of an HTTP request, for any protocol version (HTTP/1.1, HTTP/2, HTTP/3).The representation of an HTTP response, for any protocol version (HTTP/1.1, HTTP/2, HTTP/3).The interface to a generic session associated with a request. -
Classes in org.eclipse.jetty.server used by org.eclipse.jetty.serverClassDescriptionProvides 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.Interface to check aliases.This will approve any alias to anything inside of theContextHandler
s resource base which is not protected by a protected target as defined by theContextHandler
protected targets at start.Common components made available via aRequest
.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.A context for handling anRequest
.AConnectionFactory
combining multipleConnectionFactory.Detecting
instances that will upgrade to the first one recognizing the bytes in the buffer.Ordered Source Enum.A Jetty component that handles HTTP requests, of any version (HTTP/1.1, HTTP/2 or HTTP/3).An abstract implementation ofHandler
that is aContainerLifeCycle
.AHandler.Abstract
that implementsHandler.Container
.AHandler.Container
that can contain multiple otherHandler
s.AHandler
that contains one or more otherHandler
s.AHandler.Container
that can contain one single otherHandler
.An implementation ofHandler.Singleton
, which is aHandler.Container
that wraps one single otherHandler
.Represents the state of an HTTP request/response cycle.A factory forHttpChannel
instances.HTTP Configuration.An interface that allows a request object to be customized for a particular HTTP connector configuration.A HttpStream is an abstraction that together withMetaData.Request
, represents the flow of data from and to a single request and response cycle.Local EndPointA serverConnector
that allows clients to communicate via memory.AConnector
for TCP/IP network connectorsThe representation of an HTTP request, for any protocol version (HTTP/1.1, HTTP/2, HTTP/3).ARequest.Wrapper
that separately provides the requestAttributes
.A minimal Authentication interface, primarily used for logging.A handler for an HTTP request and response.A wrapper forRequest
instances.TODOWrites the generated log string to a log sinkWriter which outputs pre-formatted request log strings to a file usingRolloverFileOutputStream
.A welcome target paired with how to process it.How welcome targets should be processed.The representation of an HTTP response, for any protocol version (HTTP/1.1, HTTP/2, HTTP/3).ThisConnector
implementation is the primary connector for the Jetty server over TCP/IP.The interface to a generic session associated with a request.An API wrapper of the core session.Shutdown/Stop Monitor thread.Supports the implementation of HTTPCONNECT
tunnels. -
Classes in org.eclipse.jetty.server used by org.eclipse.jetty.server.handlerClassDescriptionInterface to check aliases.A context for handling an
Request
.A Jetty component that handles HTTP requests, of any version (HTTP/1.1, HTTP/2 or HTTP/3).An abstract implementation ofHandler
that is aContainerLifeCycle
.AHandler.Abstract
that implementsHandler.Container
.AHandler.Container
that can contain multiple otherHandler
s.AHandler
that contains one or more otherHandler
s.AHandler.Container
that contains an ordered list of childrenHandler
s whoseRequest.Handler.handle(Request, Response, Callback)
method is invoked in sequence on each child until a child returnstrue
.AHandler.Container
that can contain one single otherHandler
.An implementation ofHandler.Singleton
, which is aHandler.Container
that wraps one single otherHandler
.The representation of an HTTP request, for any protocol version (HTTP/1.1, HTTP/2, HTTP/3).ARequest.Wrapper
that separately provides the requestAttributes
.A handler for an HTTP request and response.A wrapper forRequest
instances.Resource service, used by DefaultServlet and ResourceHandlerHow welcome targets should be processed.The representation of an HTTP response, for any protocol version (HTTP/1.1, HTTP/2, HTTP/3). -
Classes in org.eclipse.jetty.server used by org.eclipse.jetty.server.handler.gzipClassDescriptionA Jetty component that handles HTTP requests, of any version (HTTP/1.1, HTTP/2 or HTTP/3).An abstract implementation of
Handler
that is aContainerLifeCycle
.AHandler.Abstract
that implementsHandler.Container
.AHandler
that contains one or more otherHandler
s.AHandler.Container
that can contain one single otherHandler
.An implementation ofHandler.Singleton
, which is aHandler.Container
that wraps one single otherHandler
.The representation of an HTTP request, for any protocol version (HTTP/1.1, HTTP/2, HTTP/3).A handler for an HTTP request and response.A wrapper forRequest
instances.The representation of an HTTP response, for any protocol version (HTTP/1.1, HTTP/2, HTTP/3). -
Classes in org.eclipse.jetty.server used by org.eclipse.jetty.server.internalClassDescriptionAn
AbstractConnection
that also implementsConnectionMetaData
with fixed local and remote addresses.Common components made available via aRequest
.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.A context for handling anRequest
.Represents the state of an HTTP request/response cycle.HTTP Configuration.A HttpStream is an abstraction that together withMetaData.Request
, represents the flow of data from and to a single request and response cycle.The representation of an HTTP request, for any protocol version (HTTP/1.1, HTTP/2, HTTP/3).The representation of an HTTP response, for any protocol version (HTTP/1.1, HTTP/2, HTTP/3).The interface to a generic session associated with a request.Supports the implementation of HTTPCONNECT
tunnels. -
Classes in org.eclipse.jetty.server used by org.eclipse.jetty.server.jmx
-
Classes in org.eclipse.jetty.server used by org.eclipse.jetty.sessionClassDescriptionA context for handling an
Request
.A Jetty component that handles HTTP requests, of any version (HTTP/1.1, HTTP/2 or HTTP/3).AHandler
that contains one or more otherHandler
s.AHandler.Container
that can contain one single otherHandler
.The representation of an HTTP request, for any protocol version (HTTP/1.1, HTTP/2, HTTP/3).A handler for an HTTP request and response.The representation of an HTTP response, for any protocol version (HTTP/1.1, HTTP/2, HTTP/3).The interface to a generic session associated with a request.An API wrapper of the core session. -
Classes in org.eclipse.jetty.server used by org.eclipse.jetty.unixdomain.serverClassDescriptionAn 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. -
Classes in org.eclipse.jetty.server used by org.eclipse.jetty.websocket.core.serverClassDescriptionA Jetty component that handles HTTP requests, of any version (HTTP/1.1, HTTP/2 or HTTP/3).An abstract implementation of
Handler
that is aContainerLifeCycle
.AHandler.Abstract
that implementsHandler.Container
.AHandler
that contains one or more otherHandler
s.AHandler.Container
that can contain one single otherHandler
.An implementation ofHandler.Singleton
, which is aHandler.Container
that wraps one single otherHandler
.The representation of an HTTP request, for any protocol version (HTTP/1.1, HTTP/2, HTTP/3).A handler for an HTTP request and response.The representation of an HTTP response, for any protocol version (HTTP/1.1, HTTP/2, HTTP/3). -
Classes in org.eclipse.jetty.server used by org.eclipse.jetty.websocket.core.server.internalClassDescriptionThe representation of an HTTP request, for any protocol version (HTTP/1.1, HTTP/2, HTTP/3).A wrapper for
Request
instances.The representation of an HTTP response, for any protocol version (HTTP/1.1, HTTP/2, HTTP/3). -
Classes in org.eclipse.jetty.server used by org.eclipse.jetty.websocket.serverClassDescriptionA context for handling an
Request
.A Jetty component that handles HTTP requests, of any version (HTTP/1.1, HTTP/2 or HTTP/3).An abstract implementation ofHandler
that is aContainerLifeCycle
.AHandler.Abstract
that implementsHandler.Container
.AHandler
that contains one or more otherHandler
s.AHandler.Container
that can contain one single otherHandler
.An implementation ofHandler.Singleton
, which is aHandler.Container
that wraps one single otherHandler
.The representation of an HTTP request, for any protocol version (HTTP/1.1, HTTP/2, HTTP/3).A handler for an HTTP request and response.The representation of an HTTP response, for any protocol version (HTTP/1.1, HTTP/2, HTTP/3). -
Classes in org.eclipse.jetty.server used by org.eclipse.jetty.websocket.server.internalClassDescriptionThe representation of an HTTP request, for any protocol version (HTTP/1.1, HTTP/2, HTTP/3).A wrapper for
Request
instances.The representation of an HTTP response, for any protocol version (HTTP/1.1, HTTP/2, HTTP/3).