Class GrizzlyHttpServer

    • Constructor Detail

      • GrizzlyHttpServer

        public GrizzlyHttpServer()
        Constructor.
      • GrizzlyHttpServer

        public GrizzlyHttpServer​(int serverPort)
        Constructor
        Parameters:
        serverPort - the server port.
      • GrizzlyHttpServer

        public GrizzlyHttpServer​(int serverPort,
                                 HttpServerProcessor httpServerProcessor)
        Constructor
        Parameters:
        serverPort - the server port.
        httpServerProcessor - the HTTP server processor;
      • GrizzlyHttpServer

        public GrizzlyHttpServer​(org.glassfish.grizzly.http.server.HttpServer httpServer)
        Constructor
        Parameters:
        httpServer - the Grizzly HTTP server.