Uses of Class
org.glassfish.grizzly.http.server.HttpServer
-
Packages that use HttpServer Package Description org.glassfish.grizzly.http.server -
-
Uses of HttpServer in org.glassfish.grizzly.http.server
Methods in org.glassfish.grizzly.http.server that return HttpServer Modifier and Type Method Description static HttpServerHttpServer. createSimpleServer()static HttpServerHttpServer. createSimpleServer(String docRoot)static HttpServerHttpServer. createSimpleServer(String docRoot, int port)static HttpServerHttpServer. createSimpleServer(String docRoot, String host, int port)static HttpServerHttpServer. createSimpleServer(String docRoot, String host, org.glassfish.grizzly.PortRange range)static HttpServerHttpServer. createSimpleServer(String docRoot, SocketAddress socketAddress)static HttpServerHttpServer. createSimpleServer(String docRoot, org.glassfish.grizzly.PortRange range)Methods in org.glassfish.grizzly.http.server that return types with arguments of type HttpServer Modifier and Type Method Description org.glassfish.grizzly.GrizzlyFuture<HttpServer>HttpServer. shutdown()Gracefully shuts down theHttpServerinstance.org.glassfish.grizzly.GrizzlyFuture<HttpServer>HttpServer. shutdown(long gracePeriod, TimeUnit timeUnit)Constructors in org.glassfish.grizzly.http.server with parameters of type HttpServer Constructor Description HttpHandlerChain(HttpServer httpServer)
-