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 Server : Server JMX Integration
Jetty Server : Session Management Implementations
-
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.This will approve any alias to anything inside of theContextHandlers 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 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.AConnectionFactorycombining multipleConnectionFactory.Detectinginstances 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 forHttpChannelevents.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.AConnectionthat 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 aHttpChannelreturned byHttpChannel.produceContent().HttpInput.Contentinterceptor that can be registered usingHttpInput.setInterceptor(Interceptor)orHttpInput.addInterceptor(Interceptor).Abstract class that implements the standard special content behavior.HttpOutputimplementsServletOutputStreamas 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-dataAConnectorfor TCP/IP network connectorsA ServletException that is logged less verbosely than a normal ServletException.Jetty Request.ARequestLogcan be attached to aRequestLogHandlerto 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.Responseprovides the implementation forHttpServletResponse.Jetty HTTP Servlet Server.ThisConnectorimplementation 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. -
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
RequestLogcan be attached to aRequestLogHandlerto 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.A content represents the production of a
HttpChannelreturned byHttpChannel.produceContent().HttpInput.Contentinterceptor 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. -
Classes in org.eclipse.jetty.server used by org.eclipse.jetty.server.jmx
-
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.