|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SelectionKeyHandler | |
---|---|
com.sun.grizzly | |
com.sun.grizzly.connectioncache.server | |
com.sun.grizzly.http |
Uses of SelectionKeyHandler in com.sun.grizzly |
---|
Classes in com.sun.grizzly that implement SelectionKeyHandler | |
---|---|
class |
BaseSelectionKeyHandler
This class is an implementation of a SelectionKeyHandler which does not use the SelectionKey attachment, does not expire keys or utilize a keep-alive mechanism. |
class |
DefaultSelectionKeyHandler
Default implementation of a SelectionKey Handler. |
Fields in com.sun.grizzly declared as SelectionKeyHandler | |
---|---|
protected SelectionKeyHandler |
TCPSelectorHandler.selectionKeyHandler
The SelectionKeyHandler associated with this SelectorHandler. |
protected SelectionKeyHandler |
Controller.selectionKeyHandler
The SelectionKey Handler used by this instance. |
Methods in com.sun.grizzly that return SelectionKeyHandler | |
---|---|
SelectionKeyHandler |
TCPSelectorHandler.getSelectionKeyHandler()
Get the SelectionKeyHandler associated with this SelectorHandler. |
SelectionKeyHandler |
SelectorHandler.getSelectionKeyHandler()
Get the SelectionKeyHandler associated with this SelectorHandler. |
SelectionKeyHandler |
Controller.getSelectionKeyHandler()
Deprecated. Return the SelectionKeyHandler
Method is deprecated. Use SelectorHandler.getSelectionKeyHandler() instead |
Methods in com.sun.grizzly that return types with arguments of type SelectionKeyHandler | |
---|---|
Class<? extends SelectionKeyHandler> |
TCPSelectorHandler.getPreferredSelectionKeyHandler()
Get the preffered SelectionKeyHandler implementation for this SelectorHandler. |
Class<? extends SelectionKeyHandler> |
SelectorHandler.getPreferredSelectionKeyHandler()
Get the preffered SelectionKeyHandler implementation for this SelectorHandler. |
Class<? extends SelectionKeyHandler> |
UDPSelectorHandler.getPreferredSelectionKeyHandler()
Get the preffered SelectionKeyHandler implementation for this SelectorHandler. |
Methods in com.sun.grizzly with parameters of type SelectionKeyHandler | |
---|---|
void |
TCPSelectorHandler.setSelectionKeyHandler(SelectionKeyHandler selectionKeyHandler)
Set SelectionKeyHandler associated with this SelectorHandler. |
void |
SelectorHandler.setSelectionKeyHandler(SelectionKeyHandler selectionKeyHandler)
Set SelectionKeyHandler associated with this SelectorHandler. |
void |
Controller.setSelectionKeyHandler(SelectionKeyHandler selectionKeyHandler)
Deprecated. Set the SelectionKeyHandler to use for managing the life
cycle of SelectionKey.
Method is deprecated. Use SelectorHandler.setSelectionKeyHandler() instead |
Uses of SelectionKeyHandler in com.sun.grizzly.connectioncache.server |
---|
Classes in com.sun.grizzly.connectioncache.server that implement SelectionKeyHandler | |
---|---|
class |
CacheableSelectionKeyHandler
Extended implementation of the DefaultSelectionKeyHandler with ConnectionManagement integrated in it |
Uses of SelectionKeyHandler in com.sun.grizzly.http |
---|
Classes in com.sun.grizzly.http that implement SelectionKeyHandler | |
---|---|
class |
SelectorThreadKeyHandler
Default HTTP SelectionKeyHandler implementation |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |