|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProtocolChainInstanceHandler | |
---|---|
com.sun.grizzly |
Uses of ProtocolChainInstanceHandler in com.sun.grizzly |
---|
Classes in com.sun.grizzly that implement ProtocolChainInstanceHandler | |
---|---|
class |
DefaultProtocolChainInstanceHandler
Default implementation of an ProtocolChainInstanceHandler. |
Fields in com.sun.grizzly declared as ProtocolChainInstanceHandler | |
---|---|
protected ProtocolChainInstanceHandler |
TCPSelectorHandler.instanceHandler
The ProtocolChainInstanceHandler used by this instance. |
protected ProtocolChainInstanceHandler |
Controller.instanceHandler
The ProtocolChainInstanceHandler used by this instance. |
Methods in com.sun.grizzly that return ProtocolChainInstanceHandler | |
---|---|
ProtocolChainInstanceHandler |
Context.getProtocolChainInstanceHandler()
Return the ProtocolChainInstanceListener associated with this
Context |
ProtocolChainInstanceHandler |
SelectorHandler.getProtocolChainInstanceHandler()
Return the ProtocolChainInstanceHandler |
ProtocolChainInstanceHandler |
TCPSelectorHandler.getProtocolChainInstanceHandler()
Return the ProtocolChainInstanceHandler |
ProtocolChainInstanceHandler |
Controller.getProtocolChainInstanceHandler()
Return the ProtocolChainInstanceHandler |
Methods in com.sun.grizzly with parameters of type ProtocolChainInstanceHandler | |
---|---|
void |
SelectorHandler.setProtocolChainInstanceHandler(ProtocolChainInstanceHandler protocolChainInstanceHandler)
Set the ProtocolChainInstanceHandler to use for
creating instance of ProtocolChain . |
void |
TCPSelectorHandler.setProtocolChainInstanceHandler(ProtocolChainInstanceHandler instanceHandler)
Set the ProtocolChainInstanceHandler to use for
creating instance of ProtocolChain . |
void |
Controller.setProtocolChainInstanceHandler(ProtocolChainInstanceHandler instanceHandler)
Set the ProtocolChainInstanceHandler to use for
creating instance of ProtocolChain . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |