| Package | Description |
|---|---|
| org.glassfish.grizzly.http.server | |
| org.glassfish.grizzly.http.server.jmx |
| Modifier and Type | Method and Description |
|---|---|
NetworkListener |
HttpServer.getListener(String name) |
NetworkListener |
HttpServer.removeListener(String name)
Removes the
NetworkListener associated with the specified
name. |
| Modifier and Type | Method and Description |
|---|---|
Collection<NetworkListener> |
HttpServer.getListeners() |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpServer.addListener(NetworkListener listener)
Adds the specified
listener to the server instance. |
protected Set<ContentEncoding> |
HttpServer.configureCompressionEncodings(NetworkListener listener) |
void |
AddOn.setup(NetworkListener networkListener,
FilterChainBuilder builder)
The method, which will be invoked by
HttpServer in order to
initialize the AddOn on the passed NetworkListener. |
| Constructor and Description |
|---|
NetworkListener(NetworkListener listener) |
Copyright © 2013 Oracle Corporation. All Rights Reserved.