|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Copyable | |
---|---|
com.sun.grizzly | |
com.sun.grizzly.connectioncache.server | |
com.sun.grizzly.http | |
com.sun.grizzly.ssl | |
com.sun.grizzly.util |
Uses of Copyable in com.sun.grizzly |
---|
Subinterfaces of Copyable in com.sun.grizzly | |
---|---|
interface |
ComplexSelectorHandler
A ComplexSelectorHandler handles all java.nio.channels.Selector operations similar way SelectorHandler does. |
interface |
SelectionKeyHandler
A SelectionKeyHandler is used to handle the life cycle of a SelectionKey. |
interface |
SelectorHandler
A SelectorHandler handles all java.nio.channels.Selector operations. |
Classes in com.sun.grizzly that implement Copyable | |
---|---|
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 |
Context
This Object is used to share information between the Grizzly Framework classes and ProtocolFilter implementation. |
class |
Controller
Main entry point when using the Grizzly Framework. |
class |
DefaultSelectionKeyHandler
Default implementation of a SelectionKey Handler. |
class |
ReadController
ReadController class represents Controller ,
which is not itself independent. |
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. |
Methods in com.sun.grizzly with parameters of type Copyable | |
---|---|
void |
BaseSelectionKeyHandler.copyTo(Copyable copy)
Copies current object content to copy object |
void |
TCPSelectorHandler.copyTo(Copyable copy)
|
void |
Context.copyTo(Copyable copy)
|
void |
DefaultSelectionKeyHandler.copyTo(Copyable copy)
Copies current object content to copy object |
void |
UDPSelectorHandler.copyTo(Copyable copy)
|
void |
Controller.copyTo(Copyable copy)
Copy this Controller state to another instance of a Controller. |
void |
RoundRobinSelectorHandler.copyTo(Copyable copy)
|
Uses of Copyable in com.sun.grizzly.connectioncache.server |
---|
Classes in com.sun.grizzly.connectioncache.server that implement Copyable | |
---|---|
class |
CacheableSelectionKeyHandler
Extended implementation of the DefaultSelectionKeyHandler with ConnectionManagement integrated in it |
Methods in com.sun.grizzly.connectioncache.server with parameters of type Copyable | |
---|---|
void |
CacheableSelectionKeyHandler.copyTo(Copyable copy)
|
Uses of Copyable in com.sun.grizzly.http |
---|
Classes in com.sun.grizzly.http that implement Copyable | |
---|---|
class |
SelectorThreadHandler
SelectorHandler implementation SelectorThread
passes to Controller . |
class |
SelectorThreadKeyHandler
Default HTTP SelectionKeyHandler implementation |
Methods in com.sun.grizzly.http with parameters of type Copyable | |
---|---|
void |
SelectorThreadHandler.copyTo(Copyable copy)
Copies current object content to copy object |
void |
SelectorThreadKeyHandler.copyTo(Copyable copy)
|
Uses of Copyable in com.sun.grizzly.ssl |
---|
Classes in com.sun.grizzly.ssl that implement Copyable | |
---|---|
class |
SSLSelectorThreadHandler
SelectorHandler implementation SelectorThread
passes to Controller . |
Methods in com.sun.grizzly.ssl with parameters of type Copyable | |
---|---|
void |
SSLSelectorThreadHandler.copyTo(Copyable copy)
|
Uses of Copyable in com.sun.grizzly.util |
---|
Methods in com.sun.grizzly.util with type parameters of type Copyable | ||
---|---|---|
static
|
Cloner.clone(T pattern)
Method creates a clone of given object pattern Pattern parameter should implement |
Methods in com.sun.grizzly.util with parameters of type Copyable | |
---|---|
void |
Copyable.copyTo(Copyable copy)
Copies current object content to copy object |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |