|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TCPSelectorHandler | |
---|---|
com.sun.grizzly | |
com.sun.grizzly.http | |
com.sun.grizzly.ssl |
Uses of TCPSelectorHandler in com.sun.grizzly |
---|
Subclasses of TCPSelectorHandler in com.sun.grizzly | |
---|---|
class |
ReusableTCPSelectorHandler
This class extends a TCP implementation of a SelectorHandler
and reuses the accepted SocketChannel if a user tries to connect the same remote address. |
class |
ReusableUDPSelectorHandler
This class extends a UDP implementation of a SelectorHandler
and reuses the opened DatagramChannel if a user tries to connect any remote addresses. |
class |
RoundRobinSelectorHandler
A SelectorHandler handles all java.nio.channels.Selector operations. |
class |
SSLSelectorHandler
A SelectorHandler handles all java.nio.channels.Selector operations. |
class |
UDPSelectorHandler
A SelectorHandler handles all java.nio.channels.Selector operations. |
Methods in com.sun.grizzly with parameters of type TCPSelectorHandler | |
---|---|
void |
TCPConnectorHandler.connect(SocketAddress remoteAddress,
SocketAddress localAddress,
CallbackHandler callbackHandler,
TCPSelectorHandler selectorHandler)
Connect to hostname:port. |
Uses of TCPSelectorHandler in com.sun.grizzly.http |
---|
Subclasses of TCPSelectorHandler in com.sun.grizzly.http | |
---|---|
class |
SelectorThreadHandler
SelectorHandler implementation SelectorThread
passes to Controller . |
Fields in com.sun.grizzly.http declared as TCPSelectorHandler | |
---|---|
protected TCPSelectorHandler |
SelectorThread.selectorHandler
SelectorHandler current SelectorThread is
based on |
Methods in com.sun.grizzly.http that return TCPSelectorHandler | |
---|---|
protected TCPSelectorHandler |
SelectorThread.createSelectorHandler()
Create TCPSelectorHandler |
TCPSelectorHandler |
SelectorThread.getSelectorHandler()
Deprecated. use SelectorHandler , which is usually provided by
the current Context . |
Methods in com.sun.grizzly.http with parameters of type TCPSelectorHandler | |
---|---|
protected void |
SelectorThread.configureSelectorHandler(TCPSelectorHandler selectorHandler)
Configure TCPSelectorHandler |
Uses of TCPSelectorHandler in com.sun.grizzly.ssl |
---|
Subclasses of TCPSelectorHandler in com.sun.grizzly.ssl | |
---|---|
class |
SSLSelectorThreadHandler
SelectorHandler implementation SelectorThread
passes to Controller . |
Methods in com.sun.grizzly.ssl that return TCPSelectorHandler | |
---|---|
protected TCPSelectorHandler |
SSLSelectorThread.createSelectorHandler()
Create TCPSelectorHandler |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |