| ADBAwareHttpHandler |
StaticHttpHandler, which additionally can check registered
AlternateDocBases to serve requested resources.
|
| ContainerMapper |
|
| Endpoint |
Abstraction represents an endpoint, which could be registered on NetworkProxy.
|
| EndpointMapper |
registration interface to use with the Mapper classes.
|
| GrizzlyService |
The Network Service is responsible for starting grizzly and register the
top level proxy.
|
| 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.
|
| 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
|