|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SupportStateHolder | |
---|---|
com.sun.grizzly | |
com.sun.grizzly.http | |
com.sun.grizzly.ssl |
Uses of SupportStateHolder in com.sun.grizzly |
---|
Subinterfaces of SupportStateHolder in com.sun.grizzly | |
---|---|
interface |
ComplexSelectorHandler
A ComplexSelectorHandler handles all java.nio.channels.Selector operations similar way SelectorHandler does. |
interface |
SelectorHandler
A SelectorHandler handles all java.nio.channels.Selector operations. |
Classes in com.sun.grizzly that implement SupportStateHolder | |
---|---|
class |
Controller
Main entry point when using the Grizzly Framework. |
class |
ReadController
ReadController class represents Controller ,
which is not itself independent. |
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 SupportStateHolder in com.sun.grizzly.http |
---|
Subinterfaces of SupportStateHolder in com.sun.grizzly.http | |
---|---|
interface |
HttpSelectorHandler
General HTTP SelectorHandler interface |
Classes in com.sun.grizzly.http that implement SupportStateHolder | |
---|---|
class |
SelectorThreadHandler
SelectorHandler implementation SelectorThread
passes to Controller . |
Uses of SupportStateHolder in com.sun.grizzly.ssl |
---|
Classes in com.sun.grizzly.ssl that implement SupportStateHolder | |
---|---|
class |
SSLSelectorThreadHandler
SelectorHandler implementation SelectorThread
passes to Controller . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |