|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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 Lists |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||