|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProtocolHandler | |
---|---|
com.sun.grizzly.http | |
com.sun.grizzly.http.portunif | |
com.sun.grizzly.portunif |
Uses of ProtocolHandler in com.sun.grizzly.http |
---|
Method parameters in com.sun.grizzly.http with type arguments of type ProtocolHandler | |
---|---|
void |
SelectorThread.configurePortUnification(List<ProtocolFinder> protocolFinders,
List<ProtocolHandler> protocolHandlers,
List<PUPreProcessor> preProcessors)
Configures port unification depending on passed List s |
Uses of ProtocolHandler in com.sun.grizzly.http.portunif |
---|
Classes in com.sun.grizzly.http.portunif that implement ProtocolHandler | |
---|---|
class |
HttpProtocolHandler
Redirect the request to the proper protocol, which can be http or https. |
Uses of ProtocolHandler in com.sun.grizzly.portunif |
---|
Classes in com.sun.grizzly.portunif that implement ProtocolHandler | |
---|---|
class |
FilterChainProtocolHandler
ProtocolHandler, which passes PU request processing to a Filter chain. |
class |
SSLFilterChainProtocolHandler
Subclass of ProtocolHandler , which passes PU request processing to a
Filter chain. |
Methods in com.sun.grizzly.portunif that return ProtocolHandler | |
---|---|
protected ProtocolHandler |
PUReadFilter.getProtocolChainHandler(Context context,
PUProtocolRequest protocolRequest)
Returns filter chain ProtocolHandler , depending on current
Context and PUProtocolRequest state |
Methods in com.sun.grizzly.portunif with parameters of type ProtocolHandler | |
---|---|
void |
PUReadFilter.addProtocolHandler(ProtocolHandler protocolHandler)
Add an instance of ProtocolHandler |
boolean |
PUReadFilter.processProtocolHandler(ProtocolHandler protocolHandler,
Context context,
PUProtocolRequest protocolRequest,
boolean mapSelectionKey)
|
void |
PUReadFilter.removeProtocolHandler(ProtocolHandler protocolHandler)
Remove a ProtocolHandler |
Method parameters in com.sun.grizzly.portunif with type arguments of type ProtocolHandler | |
---|---|
void |
PUReadFilter.configure(List<ProtocolFinder> protocolFinders,
List<ProtocolHandler> protocolHandlers,
List<PUPreProcessor> preProcessors)
Configures port unification depending on passed List s |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |