| Interface | Description |
|---|---|
| EndpointMapper<E> |
registration interface to use with the Mapper classes.
|
| HttpAdapter | |
| MapperUpdateListener |
Listener interface for objects, which are interested in handling
Mapper udpdates. |
| NetworkProxy |
Generic interface used by the GrizzlyService to start the tcp/udp/tcl stack.
|
| Class | Description |
|---|---|
| ADBAwareHttpHandler |
StaticHttpHandler, which additionally can check registered
AlternateDocBases to serve requested resources. |
| ContainerMapper |
Container's mapper which maps
ByteBuffer bytes representation to an HttpHandler, ApplicationContainer and ProtocolFilter chain. |
| DummyNetworkListener |
This is a dummy implementation of the NetworkListener interface.
|
| DynamicConfigListener |
Grizzly dynamic configuration handler
|
| Endpoint |
Abstraction represents an endpoint, which could be registered on
NetworkProxy. |
| GlassfishErrorPageGenerator |
Glassfish default
ErrorPageGenerator. |
| GlassfishNetworkListener | |
| GlassfishNetworkListener.HttpAdapterImpl | |
| GrizzlyProxy |
This class is responsible for configuring Grizzly.
|
| GrizzlyService |
The Network Service is responsible for starting grizzly and register the
top level proxy.
|
| GrizzlyService.NoopInvocationHandler |
Probe provider that implements each probe provider method as a
no-op.
|
| GrizzlyUtils |
Set of Grizzly network utilities
|
| HttpUtils |
Utility class for parsing ByteBuffer
|
| ServiceInitializerFilter |
The
Filter implementation,
which lazily initializes custom service on the first accepted connection
and passes connection there. |
| ServiceInitializerListener |
This class extends Grizzly's GrizzlyServiceListener class to customize it for GlassFish and enable a single listener
do both lazy service initialization as well as init of HTTP and admin listeners
|
| SnifferAdapter |
These adapters are temporarily registered to the mapper to handle static
pages request that a container would like to process rather than serving
them statically unchanged.
|
Copyright © 2017. All rights reserved.