| Package | Description |
|---|---|
| org.glassfish.grizzly.http.server | |
| org.glassfish.grizzly.http.server.util |
| Modifier and Type | Method and Description |
|---|---|
AddOn[] |
NetworkListener.getAddOns()
Return the array of the registered
AddOns. |
| Modifier and Type | Method and Description |
|---|---|
protected ArraySet<AddOn> |
NetworkListener.getAddOnSet()
Returns the direct addons collection, registered on the NetworkListener.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
NetworkListener.deregisterAddOn(AddOn addon)
Deregisters
AddOn from this NetworkListener. |
boolean |
NetworkListener.registerAddOn(AddOn addon)
Registers
AddOn on this NetworkListener. |
| Modifier and Type | Class and Description |
|---|---|
class |
AggregatorAddOn
AggregatorAddOn installs
AggregatorFilter into HttpServer FilterChain. |
class |
HttpPipelineOptAddOn
The plugin, that optimizes processing of pipelined HTTP requests by
buffering HTTP responses and then writing them as one operation.
|
Copyright © 2014 Oracle Corporation. All Rights Reserved.