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(String path)
           
static HttpServer HttpServer.createSimpleServer(String path, int port)
           
 

Methods in org.glassfish.grizzly.http.server with parameters of type HttpServer
protected  void HttpService.customizedErrorPage(HttpServer server, Request req, Response res)
          Customize the error page.
 

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

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 © 2010 Oracle Corpration. All Rights Reserved.