Modifier and Type | Class and Description |
---|---|
class |
CometAddOn
Comet
AddOn for the HttpServer . |
Modifier and Type | Class and Description |
---|---|
class |
AjpAddOn
Ajp
AddOn for the HttpServer . |
Modifier and Type | Method and Description |
---|---|
AddOn[] |
NetworkListener.getAddOns()
Return the array of the registered
AddOn s. |
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.
|
Modifier and Type | Class and Description |
---|---|
static class |
HttpPUServer.PortUnificationAddOn |
Modifier and Type | Class and Description |
---|---|
class |
SNIAddOn
SNI
AddOn , that replaces standard SSLBaseFilter with
an SNIFilter in order to use different SSLEngineConfigurator
depending on the SNI host information. |
Modifier and Type | Class and Description |
---|---|
class |
SpdyAddOn
FilterChain after being processed by SpdyAddOn:
|
Modifier and Type | Class and Description |
---|---|
class |
WebSocketAddOn
WebSockets
AddOn for the HttpServer . |
Copyright © 2015 Oracle Corporation. All rights reserved.