|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConnectorHandler | |
|---|---|
| com.sun.grizzly | |
| com.sun.grizzly.connectioncache.client | |
| Uses of ConnectorHandler in com.sun.grizzly |
|---|
| Classes in com.sun.grizzly with type parameters of type ConnectorHandler | |
|---|---|
interface |
ConnectorHandlerPool<E extends ConnectorHandler>
Interface representing ConnectorHandler pool Implementation of this interface will be responsible for allocating/releasing client side ConnectorHandlers |
interface |
ConnectorInstanceHandler<E extends ConnectorHandler>
This interface is responsible of handling ConnectorHandler
instance creation. |
static class |
ConnectorInstanceHandler.ConcurrentQueueConnectorInstanceHandler<E extends ConnectorHandler>
Concurrent Queue ConnectorInstanceHandler implementation |
static class |
ConnectorInstanceHandler.ConcurrentQueueDelegateCIH<E extends ConnectorHandler>
Concurrent Queue ConnectorInstanceHandler implementation |
| Classes in com.sun.grizzly that implement ConnectorHandler | |
|---|---|
class |
SSLConnectorHandler
Non blocking SSL Connector Handler. |
class |
TCPConnectorHandler
Non blocking TCP Connector Handler. |
class |
UDPConnectorHandler
Client side interface used to implement non blocking client operation. |
| Methods in com.sun.grizzly that return ConnectorHandler | |
|---|---|
ConnectorHandler |
TCPSelectorHandler.acquireConnectorHandler()
Return an instance of the default ConnectorHandler,
which is the TCPConnectorHandler |
ConnectorHandler |
SelectorHandler.acquireConnectorHandler()
Return an instance of the ConnectorHandler |
ConnectorHandler |
DefaultConnectorHandlerPool.acquireConnectorHandler(Controller.Protocol protocol)
|
ConnectorHandler |
Controller.acquireConnectorHandler(Controller.Protocol protocol)
Return an instance of a ConnectorHandler based on the
Protocol requested. |
| Methods in com.sun.grizzly that return types with arguments of type ConnectorHandler | |
|---|---|
protected Callable<ConnectorHandler> |
UDPSelectorHandler.getConnectorInstanceHandlerDelegate()
|
protected Callable<ConnectorHandler> |
TCPSelectorHandler.getConnectorInstanceHandlerDelegate()
Return ConnectorInstanceHandler corresponding to the protocol |
protected Callable<ConnectorHandler> |
SSLSelectorHandler.getConnectorInstanceHandlerDelegate()
|
| Methods in com.sun.grizzly with parameters of type ConnectorHandler | |
|---|---|
void |
TCPSelectorHandler.releaseConnectorHandler(ConnectorHandler connectorHandler)
Release a ConnectorHandler. |
void |
SelectorHandler.releaseConnectorHandler(ConnectorHandler connectorHandler)
Release a ConnectorHandler. |
void |
DefaultConnectorHandlerPool.releaseConnectorHandler(ConnectorHandler connectorHandler)
|
void |
Controller.releaseConnectorHandler(ConnectorHandler connectorHandler)
Return a ConnectorHandler to the pool of ConnectorHandler. |
| Constructors in com.sun.grizzly with parameters of type ConnectorHandler | |
|---|---|
DefaultCallbackHandler(ConnectorHandler connectorHandler)
Create a CallbackHandler that delegate the read and write
operation to the ProtocolChain associated with the
ConnectorHandler |
|
DefaultCallbackHandler(ConnectorHandler connectorHandler,
boolean delegateToProtocolChain)
Create a CallbackHandler that delegate the read and write
operation to the ProtocolChain associated with the
ConnectorHandler. |
|
| Uses of ConnectorHandler in com.sun.grizzly.connectioncache.client |
|---|
| Classes in com.sun.grizzly.connectioncache.client that implement ConnectorHandler | |
|---|---|
class |
CacheableConnectorHandler
Extended implementation of the DefaultSelectionKeyHandler with ConnectionManagement integrated in it |
| Methods in com.sun.grizzly.connectioncache.client that return ConnectorHandler | |
|---|---|
ConnectorHandler |
CacheableConnectorHandler.getUnderlyingConnectorHandler()
|
| Constructor parameters in com.sun.grizzly.connectioncache.client with type arguments of type ConnectorHandler | |
|---|---|
CacheableConnectorHandlerPool(Controller controller,
int highWaterMark,
int numberToReclaim,
int maxParallel,
ConnectionFinder<ConnectorHandler> connectionFinder)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||