Package | Description |
---|---|
org.glassfish.grizzly.http.server | |
org.glassfish.grizzly.http.server.jmx | |
org.glassfish.grizzly.servlet |
Modifier and Type | Method and Description |
---|---|
static HttpServer |
HttpServer.createSimpleServer() |
static HttpServer |
HttpServer.createSimpleServer(String path) |
static HttpServer |
HttpServer.createSimpleServer(String path,
int port) |
static HttpServer |
HttpServer.createSimpleServer(String path,
PortRange range) |
static HttpServer |
HttpServer.createSimpleServer(String path,
SocketAddress socketAddress) |
static HttpServer |
HttpServer.createSimpleServer(String path,
String host,
int port) |
static HttpServer |
HttpServer.createSimpleServer(String path,
String host,
PortRange range) |
Constructor and Description |
---|
HttpHandlerChain(HttpServer httpServer) |
Constructor and Description |
---|
HttpServer(HttpServer gws) |
Modifier and Type | Method and Description |
---|---|
void |
WebappContext.deploy(HttpServer targetServer) |
Copyright © 2013 Oracle Corporation. All Rights Reserved.