|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TCPSelectorHandler | |
|---|---|
| com.sun.grizzly | |
| 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(java.net.SocketAddress remoteAddress,
java.net.SocketAddress localAddress,
CallbackHandler callbackHandler,
TCPSelectorHandler selectorHandler)
Connect to hostname:port. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||