All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description AccessLogAppender An interface defining an appender for Grizzly access logs entries.AccessLogBuilder A simple builder to configure access logging for Grizzly.AccessLogFormat An interface defining a component capable of formattingResponses into printable access log entries.AccessLogProbe A Grizzly probe used to provide access logs generation.AddOn TheHttpServeraddon interface, responsible for adding features like WebSockets, Comet to HttpServer.AfterServiceListener The listener, which could be registered on aRequestusingRequest.addAfterServiceListener(org.glassfish.grizzly.http.server.AfterServiceListener)and be notified once theRequestprocessing will be completed.AggregatorAddOn AggregatorAddOn installsAggregatorAddOn.AggregatorFilterinto HttpServer FilterChain.AlternateDocBase ApacheLogFormat AnAccessLogFormatusing a standard vaguely similar and heavily influenced by Apache's own custom access log formats.BackendConfiguration This configuration might be useful, when Grizzly HttpServer is running behind an HTTP gateway like reverse proxy, load balancer etc...ClassLoaderUtil SimpleClassLoaderutility.CLStaticHttpHandler HttpHandler, which processes requests to a static resources resolved by a givenClassLoader.CompressionEncodingFilter CompressionLevel Deprecated. pls.Constants Constants.DefaultErrorPageGenerator Default GrizzlyErrorPageGenerator.DefaultSessionManager DefaultSessionManagerimplementation.DirContext The directory service interface, containing methods for examining and updating attributes associated with objects, and for searching the directory.DispatcherHelper Interface simplifies by path or name mapping.Enumerator<E> HttpHandler class that wraps anEnumerationaround a Java2 collection classes objectIteratorso that existing APIs returning Enumerations can easily run on top of the new collections.ErrorPageGenerator Error page generator interface, which is responsible for generating of an error page corresponding to the given response status.ExpandJar Expand out a jar.FileAppender FileCache This class implements a file caching mechanism used to cache static resources.FileCache.CacheResult FileCache.CacheType FileCacheEntry The entry value in the file cache map.FileCacheFilter FileCacheKey The entry key in the file cache map.FileCacheProbe Monitoring probe providing callbacks that may be invoked by GrizzlyFileCache.FileCacheProbe.Adapter FileCacheProbeadapter that provides no-op implementations for all interface methods allowing easy extension by the developer.Globals Global constants that are applicable to multiple packages within Catalina.GrizzlyPrincipal Generic implementation of java.security.Principal that is used to represent principals authenticated at the protocol handler level.HtmlHelper Utility class used to generate HTML pages.HttpHandler Base class to use when Request/Response/InputStream/OutputStream are needed to implement a customized HTTP container/extension to the HTTP module.HttpHandlerChain The HttpHandlerChain class allows the invocation of multipleHttpHandlers every time a new HTTP request is ready to be handled.HttpHandlerRegistration Class representingHttpHandlerregistration information on aHttpServer.HttpHandlerRegistration.Builder HttpPipelineOptAddOn The plugin, that optimizes processing of pipelined HTTP requests by buffering HTTP responses and then writing them as one operation.HttpServer HttpServerFilter Filter implementation to provide high-level HTTP request/response processing.HttpServerMonitoringConfig Grizzly web server monitoring config.HttpServerProbe Monitoring probe providing callbacks that may be invoked by GrizzlyHttpServerFilter.HttpServerProbe.Adapter HttpServerProbeadapter that provides no-op implementations for all interface methods allowing easy extension by the developer.JmxEventListener Notify implementations when JMX is enabled on aHttpServerinstance.LazyFileCacheKey LazyFileCacheKeyobject.Mapper Mapper, which implements the servlet API mapping rules (which are derived from the HTTP rules).Mapper.Context Mapper.ContextList Mapper.Host Mapper.MapElement Mapper.Wrapper MappingData Mapping data.Monitorable Interface that allows arbitrary entities to provide aJmxObjectthat can be registered with theorg.glassfish.grizzly.monitoring.jmx.GrizzlyJmxManager.NamingContext This interface represents a naming context, which consists of a set of name-to-object bindings.NamingException This is the superclass of all exceptions thrown by operations in the Context and DirContext interfaces.NetworkListener ParameterMap Extended implementation of LinkedHashMap that includes alockedproperty.PushBuilder Build a request to be pushed.PushEvent AFilterChainEventto trigger an HTTP/2 push promise and trigger a new request to be sent upstream to generate a response for said push promise.PushEvent.PushEventBuilder Construct a newPushEvent.QueueingAppender Anappenderenqueueing log entries into aLinkedBlockingQueueand using a secondary, separateThreadto forward them to a configured nestedappender.ReadHandler Deprecated. please useReadHandlerRequest Wrapper object for the Coyote request.Request.PathResolver RequestExecutorProvider 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.RequestExecutorProvider.SameThreadProvider TheRequestExecutorProviderimplementation, which always returns null to force the user code to be executed on the currentThread.RequestExecutorProvider.WorkerThreadProvider TheRequestExecutorProviderimplementation, which checks if the currentThreadis a serviceThread(seeThreads.isService()).RequestUtils Response Wrapper object for the Coyote response.RotatingFileAppender ServerConfiguration Configuration options for a particularHttpServerinstance.ServerFilterConfiguration HttpServerFilterconfiguration.ServerInputBuffer Server-side implementation of theInputBuffer.ServerOutputBuffer Session Simple session object.SessionManager HTTP session manager abstraction responsible for keeping track of HTTP session associated with a userRequest.SimpleDateFormats StaticHttpHandler HttpHandler, which processes requests to a static resources.StaticHttpHandlerBase The basic class forHttpHandlerimplementations, which processes requests to a static resources.StreamAppender Anappenderwriting log entries to anOutputStream.StringParser Utility class for string parsing that is higher performance than StringParser for simple delimited text cases.SuspendContext Interface represents a context of the suspendedResponse.SuspendStatus The request/response suspend status bound to a specific thread.TimeoutHandler Handler, which processes suspendedResponsetimeout and is able to either confirm it or reset.WriteHandler Deprecated. please useWriteHandler