Uses of Class
org.glassfish.grizzly.http.server.HttpServer
Packages that use HttpServer
-
Uses of HttpServer in org.glassfish.grizzly.http.server
Methods in org.glassfish.grizzly.http.server that return HttpServerModifier and TypeMethodDescriptionstatic 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 HttpServerModifier and TypeMethodDescriptionorg.glassfish.grizzly.GrizzlyFuture<HttpServer>HttpServer.shutdown()Gracefully shuts down theHttpServerinstance.org.glassfish.grizzly.GrizzlyFuture<HttpServer>Constructors in org.glassfish.grizzly.http.server with parameters of type HttpServer