Uses of Class
org.glassfish.grizzly.http.server.HttpServer

Packages that use HttpServer
org.glassfish.grizzly.http.server   
org.glassfish.grizzly.http.server.jmx   
 

Uses of HttpServer in org.glassfish.grizzly.http.server
 

Methods in org.glassfish.grizzly.http.server that return HttpServer
static HttpServer HttpServer.createSimpleServer()
           
static HttpServer HttpServer.createSimpleServer(java.lang.String path)
           
static HttpServer HttpServer.createSimpleServer(java.lang.String path, int port)
           
static HttpServer HttpServer.createSimpleServer(java.lang.String path, PortRange range)
           
 

Constructors in org.glassfish.grizzly.http.server with parameters of type HttpServer
HttpHandlerChain(HttpServer httpServer)
           
 

Uses of HttpServer in org.glassfish.grizzly.http.server.jmx
 

Constructors in org.glassfish.grizzly.http.server.jmx with parameters of type HttpServer
HttpServer(HttpServer gws)
           
 



Copyright © 2011 Oracle Corpration. All Rights Reserved.