|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConnectorHandlerPool | |
|---|---|
| com.sun.grizzly | |
| com.sun.grizzly.connectioncache.client | |
| Uses of ConnectorHandlerPool in com.sun.grizzly |
|---|
| Classes in com.sun.grizzly that implement ConnectorHandlerPool | |
|---|---|
class |
Controller
Main entry point when using the Grizzly Framework. |
class |
DefaultConnectorHandlerPool
Simple ConnectorHandlerPool implementation |
class |
ReadController
ReadController class represents Controller,
which is not itself independent. |
| Fields in com.sun.grizzly declared as ConnectorHandlerPool | |
|---|---|
protected ConnectorHandlerPool |
Controller.connectorHandlerPool
The ConnectorHandlerPool, which is responsible for creating/caching ConnectorHandler instances. |
| Methods in com.sun.grizzly that return ConnectorHandlerPool | |
|---|---|
ConnectorHandlerPool |
Controller.getConnectorHandlerPool()
Return the ConnectorHandlerPool used. |
| Methods in com.sun.grizzly with parameters of type ConnectorHandlerPool | |
|---|---|
void |
Controller.setConnectorHandlerPool(ConnectorHandlerPool connectorHandlerPool)
Set the ConnectorHandlerPool used. |
| Uses of ConnectorHandlerPool in com.sun.grizzly.connectioncache.client |
|---|
| Classes in com.sun.grizzly.connectioncache.client that implement ConnectorHandlerPool | |
|---|---|
class |
CacheableConnectorHandlerPool
ConnectorInstanceHandler which use a
ConcurrentQueue to pool CacheableConnectorHandler |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||