| Package | Description |
|---|---|
| org.glassfish.grizzly.http.server | |
| org.glassfish.grizzly.http.server.jmx | |
| org.glassfish.grizzly.samples.spdy | |
| org.glassfish.grizzly.servlet |
| Modifier and Type | Method and Description |
|---|---|
static HttpServer |
HttpServer.createSimpleServer() |
static HttpServer |
HttpServer.createSimpleServer(String docRoot) |
static HttpServer |
HttpServer.createSimpleServer(String docRoot,
int port) |
static HttpServer |
HttpServer.createSimpleServer(String docRoot,
PortRange range) |
static HttpServer |
HttpServer.createSimpleServer(String docRoot,
SocketAddress socketAddress) |
static HttpServer |
HttpServer.createSimpleServer(String docRoot,
String host,
int port) |
static HttpServer |
HttpServer.createSimpleServer(String docRoot,
String host,
PortRange range) |
| Modifier and Type | Method and Description |
|---|---|
GrizzlyFuture<HttpServer> |
HttpServer.shutdown()
Gracefully shuts down the
HttpServer instance. |
GrizzlyFuture<HttpServer> |
HttpServer.shutdown(long gracePeriod,
TimeUnit timeUnit) |
| Constructor and Description |
|---|
HttpHandlerChain(HttpServer httpServer) |
| Constructor and Description |
|---|
HttpServer(HttpServer gws) |
| Modifier and Type | Method and Description |
|---|---|
protected static HttpServer |
ServerUtils.configureServer(String name,
String host,
int port,
boolean isEnableFileCache,
SpdyAddOn... addons)
Configure
HttpServer based on passed parameters. |
| Modifier and Type | Method and Description |
|---|---|
void |
WebappContext.deploy(HttpServer targetServer) |
Copyright © 2021 Oracle Corporation. All rights reserved.