Uses of Package
org.eclipse.jetty.server
Packages that use org.eclipse.jetty.server
Package
Description
Jetty Server : Core Server API
Jetty Server : Core Handler API
Jetty GZIP Handler
Jetty Core Server : JMX Integration
-
Classes in org.eclipse.jetty.server used by org.eclipse.jetty.serverClassDescriptionProvides the common handling for
ConnectionFactoryimplementations.An abstract implementation ofConnectorthat provides aConnectionFactorymechanism for creatingConnectioninstances for various protocols (HTTP, SSL, etc).An abstract Network Connector.Interface to check aliases.This will approve any alias to anything inside of theContextHandlers resource base which is not protected by a protected target as defined by theContextHandlerprotected targets at start.Common components made available via aRequestA Factory to createConnectioninstances forConnectors.A ConnectionFactory that can configure the connector.Connections created by this factory MUST implementConnection.UpgradeTo.The possible outcomes of theConnectionFactory.Detecting.detect(ByteBuffer)method.AConnectoraccept 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.AConnectionFactorycombining multipleConnectionFactory.Detectinginstances 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 ofHandlerthat is aContainerLifeCycle.AHandler.Abstractthat implementsHandler.Container.AHandler.Containerthat can contain multiple otherHandlers.AHandlerthat contains one or more otherHandlers.AHandler.Containerthat can contain one single otherHandler.An implementation ofHandler.Singleton, which is aHandler.Containerthat wraps one single otherHandler.Represents the state of an HTTP request/response cycle.A factory forHttpChannelinstances.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 EndPointAConnectorfor TCP/IP network connectorsThe 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.A wrapper forRequestinstances.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).ThisConnectorimplementation 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 HTTPCONNECTtunnels. -
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 ofHandlerthat is aContainerLifeCycle.AHandler.Abstractthat implementsHandler.Container.AHandler.Containerthat can contain multiple otherHandlers.AHandlerthat contains one or more otherHandlers.AHandler.Containerthat contains an ordered list of childrenHandlers whoseRequest.Handler.handle(Request, Response, Callback)method is invoked in sequence on each child until a child returnstrue.AHandler.Containerthat can contain one single otherHandler.An implementation ofHandler.Singleton, which is aHandler.Containerthat 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 forRequestinstances.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
Handlerthat is aContainerLifeCycle.AHandler.Abstractthat implementsHandler.Container.AHandlerthat contains one or more otherHandlers.AHandler.Containerthat can contain one single otherHandler.An implementation ofHandler.Singleton, which is aHandler.Containerthat 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 forRequestinstances.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.jmx