|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LinuxSpinningWorkaround | |
---|---|
com.sun.grizzly | |
com.sun.grizzly.http | |
com.sun.grizzly.ssl |
Uses of LinuxSpinningWorkaround in com.sun.grizzly |
---|
Classes in com.sun.grizzly that implement LinuxSpinningWorkaround | |
---|---|
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 |
TCPSelectorHandler
A SelectorHandler handles all java.nio.channels.Selector operations. |
class |
UDPSelectorHandler
A SelectorHandler handles all java.nio.channels.Selector operations. |
Uses of LinuxSpinningWorkaround in com.sun.grizzly.http |
---|
Classes in com.sun.grizzly.http that implement LinuxSpinningWorkaround | |
---|---|
class |
SelectorThreadHandler
SelectorHandler implementation SelectorThread
passes to Controller . |
Uses of LinuxSpinningWorkaround in com.sun.grizzly.ssl |
---|
Classes in com.sun.grizzly.ssl that implement LinuxSpinningWorkaround | |
---|---|
class |
SSLSelectorThreadHandler
SelectorHandler implementation SelectorThread
passes to Controller . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |