|
||||||||||
| 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. |
class |
SingleProtocolChainInstanceHandler
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 |
TCPSelectorHandler.getProtocolChainInstanceHandler()
Return the ProtocolChainInstanceHandler |
ProtocolChainInstanceHandler |
SelectorHandler.getProtocolChainInstanceHandler()
Return the ProtocolChainInstanceHandler |
ProtocolChainInstanceHandler |
NIOContext.getProtocolChainInstanceHandler()
Return the ProtocolChainInstanceListener associated with this
Context |
ProtocolChainInstanceHandler |
Controller.getProtocolChainInstanceHandler()
Return the ProtocolChainInstanceHandler |
| Methods in com.sun.grizzly with parameters of type ProtocolChainInstanceHandler | |
|---|---|
void |
TCPSelectorHandler.setProtocolChainInstanceHandler(ProtocolChainInstanceHandler instanceHandler)
Set the ProtocolChainInstanceHandler to use for
creating instance of ProtocolChain. |
void |
SelectorHandler.setProtocolChainInstanceHandler(ProtocolChainInstanceHandler protocolChainInstanceHandler)
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 | |||||||||