Package | Description |
---|---|
org.glassfish.grizzly.http.server | |
org.glassfish.grizzly.http.server.util |
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() |
GrizzlyFuture<NetworkListener> |
NetworkListener.shutdown()
Gracefully shuts down the listener.
|
GrizzlyFuture<NetworkListener> |
NetworkListener.shutdown(long gracePeriod,
TimeUnit timeUnit) |
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 . |
Modifier and Type | Method and Description |
---|---|
void |
HttpPipelineOptAddOn.setup(NetworkListener networkListener,
FilterChainBuilder builder) |
void |
AggregatorAddOn.setup(NetworkListener networkListener,
FilterChainBuilder builder)
The method, which will be invoked by
HttpServer in order to
initialize the AddOn on the passed NetworkListener . |
Copyright © 2012-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.