Uses of Package
org.eclipse.jetty.server
-
Packages that use org.eclipse.jetty.server Package Description org.eclipse.jetty.server Jetty Server : Core Server APIorg.eclipse.jetty.server.handler Jetty Server : Core Handler APIorg.eclipse.jetty.server.handler.gzip Jetty GZIP Handlerorg.eclipse.jetty.server.jmx Jetty Server : Server JMX Integrationorg.eclipse.jetty.server.nio Jetty Server : Core Server Connectororg.eclipse.jetty.server.session Jetty Server : Session Management Implementations -
Classes in org.eclipse.jetty.server used by org.eclipse.jetty.server Class Description AbstractConnectionFactory Provides the common handling forConnectionFactoryimplementations including:AbstractConnector An abstract implementation ofConnectorthat provides aConnectionFactorymechanism for creatingConnectioninstances for various protocols (HTTP, SSL, etc).AbstractNCSARequestLog Deprecated.useCustomRequestLoggiven format stringCustomRequestLog.EXTENDED_NCSA_FORMATwith aRequestLog.WriterAbstractNetworkConnector An abstract Network Connector.AsyncContextEvent AsyncContextState Authentication The Authentication state of a request.Authentication.LoginAuthentication An authentication that is capable of performing a programmatic login operation.Authentication.LogoutAuthentication An authentication that is capable of performing a programmatic logout operation.Authentication.ResponseSent Authentication Response sent state.CachedContentFactory ConnectionFactory A Factory to createConnectioninstances forConnectors.ConnectionFactory.Detecting Connections created by this factory MUST implementConnection.UpgradeTo.ConnectionFactory.Detecting.Detection The possible outcomes of theConnectionFactory.Detecting.detect(ByteBuffer)method.Connector 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.DetectorConnectionFactory AConnectionFactorycombining multipleConnectionFactory.Detectinginstances that will upgrade to the first one recognizing the bytes in the buffer.Handler A Jetty Server Handler.HandlerContainer A Handler that contains other Handlers.HttpChannel HttpChannel represents a single endpoint for HTTP semantic processing.HttpChannel.Listener Listener forHttpChannelevents.HttpChannelOverHttp An HttpChannel customized to be transported over the HTTP/1 protocolHttpChannelState Implementation of AsyncContext interface that holds the state of request-response cycle.HttpChannelState.Action The actions to take as the channel moves from state to state.HttpChannelState.State HttpConfiguration HTTP Configuration.HttpConfiguration.ConnectionFactory HttpConfiguration.Customizer An interface that allows a request object to be customized for a particular HTTP connector configuration.HttpConnection AConnectionthat handles the HTTP protocol.HttpInput HttpInput.Content HttpInput.EOFState HttpInput.Interceptor An interceptor for HTTP Request input.HttpInput.SentinelContent A Sentinel Content, which has zero length content but indicates some other event in the input stream (eg EOF)HttpInput.State HttpOutput HttpOutputimplementsServletOutputStreamas required by the Servlet specification.HttpOutput.Interceptor The HttpOutput.Interceptor is a single intercept point for all output written to the HttpOutput: via writer; via output stream; asynchronously; or blocking.HttpTransport Abstraction of the outbound HTTP transport.HttpWriter InclusiveByteRange Byte range inclusive of end points.LocalConnector.LocalEndPoint Local EndPointLowResourceMonitor.LowResourceCheck MultiPartCleanerListener MultiPartFormDataCompliance The compliance level for parsingmultiPart/form-dataMultiParts NCSARequestLog Deprecated.useCustomRequestLoggiven format stringCustomRequestLog.EXTENDED_NCSA_FORMATwith aRequestLogWriterNetworkConnector AConnectorfor TCP/IP network connectorsPushBuilder Build a request to be pushed.QuietServletException A ServletException that is logged less verbosely than a normal ServletException.Request Jetty Request.RequestLog ARequestLogcan be attached to aRequestLogHandlerto enable logging of requests/responses.RequestLog.Writer Writes the generated log string to a log sinkRequestLogWriter Writer which outputs pre-formatted request log strings to a file usingRolloverFileOutputStream.ResourceService.WelcomeFactory Response Responseprovides the implementation forHttpServletResponse.Response.OutputType Server Jetty HTTP Servlet Server.ServerConnector ThisConnectorimplementation is the primary connector for the Jetty server over TCP/IP.SessionIdManager Session ID Manager.ShutdownMonitor Shutdown/Stop Monitor thread.Slf4jRequestLogWriter Request log writer using a Slf4jLog LoggerSslConnectionFactory UserIdentity User object that encapsulates user identity and operations such as run-as-role actions, checking isUserInRole and getUserPrincipal.UserIdentity.Scope A UserIdentity Scope. -
Classes in org.eclipse.jetty.server used by org.eclipse.jetty.server.handler Class Description Handler A Jetty Server Handler.HandlerContainer A Handler that contains other Handlers.Request Jetty Request.RequestLog ARequestLogcan be attached to aRequestLogHandlerto enable logging of requests/responses.ResourceService Abstract resource service, used by DefaultServlet and ResourceHandlerResourceService.WelcomeFactory Server Jetty HTTP Servlet Server. -
Classes in org.eclipse.jetty.server used by org.eclipse.jetty.server.handler.gzip Class Description Handler A Jetty Server Handler.HandlerContainer A Handler that contains other Handlers.HttpChannel HttpChannel represents a single endpoint for HTTP semantic processing.HttpInput.Content HttpInput.Interceptor An interceptor for HTTP Request input.HttpOutput.Interceptor The HttpOutput.Interceptor is a single intercept point for all output written to the HttpOutput: via writer; via output stream; asynchronously; or blocking.Request Jetty Request. -
Classes in org.eclipse.jetty.server used by org.eclipse.jetty.server.jmx Class Description Handler A Jetty Server Handler. -
Classes in org.eclipse.jetty.server used by org.eclipse.jetty.server.nio Class Description AbstractConnector An abstract implementation ofConnectorthat provides aConnectionFactorymechanism for creatingConnectioninstances for various protocols (HTTP, SSL, etc).AbstractNetworkConnector An abstract Network Connector.ConnectionFactory A Factory to createConnectioninstances forConnectors.Connector 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.NetworkConnector AConnectorfor TCP/IP network connectorsNetworkTrafficServerConnector A specialized version ofServerConnectorthat supportsNetworkTrafficListeners.Server Jetty HTTP Servlet Server.ServerConnector ThisConnectorimplementation is the primary connector for the Jetty server over TCP/IP. -
Classes in org.eclipse.jetty.server used by org.eclipse.jetty.server.session Class Description Handler A Jetty Server Handler.HandlerContainer A Handler that contains other Handlers.Request Jetty Request.Server Jetty HTTP Servlet Server.SessionIdManager Session ID Manager.