Uses of Package
org.glassfish.grizzly.http.server
Packages that use org.glassfish.grizzly.http.server
Package
Description
-
Classes in org.glassfish.grizzly.http.server used by org.glassfish.grizzly.http.serverClassDescriptionThe
HttpServeraddon interface, responsible for adding features like WebSockets, Comet to HttpServer.The listener, which could be registered on aRequestusingRequest.addAfterServiceListener(org.glassfish.grizzly.http.server.AfterServiceListener)and be notified once theRequestprocessing will be completed.This configuration might be useful, when Grizzly HttpServer is running behind an HTTP gateway like reverse proxy, load balancer etc...Deprecated.pls.Error page generator interface, which is responsible for generating of an error page corresponding to the given response status.Base class to use when Request/Response/InputStream/OutputStream are needed to implement a customized HTTP container/extension to the HTTP module.Class representingHttpHandlerregistration information on aHttpServer.Filter implementation to provide high-level HTTP request/response processing.Grizzly web server monitoring config.Monitoring probe providing callbacks that may be invoked by GrizzlyHttpServerFilter.Wrapper object for the Coyote request.An implementation of this interface will be responsible for executing user's code inHttpHandler.service(org.glassfish.grizzly.http.server.Request, org.glassfish.grizzly.http.server.Response)and notifyingReadHandler,WriteHandlerregistered by the user.Wrapper object for the Coyote response.Configuration options for a particularHttpServerinstance.HttpServerFilterconfiguration.Simple session object.HTTP session manager abstraction responsible for keeping track of HTTP session associated with a userRequest.The basic class forHttpHandlerimplementations, which processes requests to a static resources.Interface represents a context of the suspendedResponse.The request/response suspend status bound to a specific thread.Handler, which processes suspendedResponsetimeout and is able to either confirm it or reset. -
Classes in org.glassfish.grizzly.http.server used by org.glassfish.grizzly.http.server.accesslogClassDescriptionFilter implementation to provide high-level HTTP request/response processing.Monitoring probe providing callbacks that may be invoked by Grizzly
HttpServerFilter.HttpServerProbeadapter that provides no-op implementations for all interface methods allowing easy extension by the developer.Wrapper object for the Coyote request.Wrapper object for the Coyote response.Configuration options for a particularHttpServerinstance. -
Classes in org.glassfish.grizzly.http.server used by org.glassfish.grizzly.http.server.http2
-
Classes in org.glassfish.grizzly.http.server used by org.glassfish.grizzly.http.server.io
-
Classes in org.glassfish.grizzly.http.server used by org.glassfish.grizzly.http.server.utilClassDescriptionThe
HttpServeraddon interface, responsible for adding features like WebSockets, Comet to HttpServer.Error page generator interface, which is responsible for generating of an error page corresponding to the given response status.Wrapper object for the Coyote request.Wrapper object for the Coyote response.