Interface NetworkProxy

  • All Superinterfaces:
    EndpointMapper<org.glassfish.grizzly.http.server.HttpHandler>
    All Known Implementing Classes:
    GrizzlyProxy

    public interface NetworkProxy
    extends EndpointMapper<org.glassfish.grizzly.http.server.HttpHandler>
    Generic interface used by the GrizzlyService to start the tcp/udp/tcl stack. By default, we are starting Grizzly, but we might allow other framework to hook in and drive hk2/v3. TODO: Allow addition of other types of Container, not only Adapter but also any extension.
    Author:
    Jeanfrancois Arcand