Class HttpPUServer

java.lang.Object
org.glassfish.grizzly.samples.portunif.HttpPUServer

public class HttpPUServer extends Object
Port-unification sample, which hosts "HTTP", "add" and "sub" services on the same port. Sample creates a protocol tree: TransportFilter | PUFilter | ------------------------------------------------------- | | | AddServerMessageFilter SubServerMessageFilter HttpCodecFilter | | | AddServiceFilter SubServiceFilter HttpServerFilter
Author:
Alexey Stashok
  • Constructor Details

    • HttpPUServer

      public HttpPUServer()
  • Method Details