*/
private ConnectorHandler createHandler(ProxyRequestHandler task)
throws Exception {
Endpoint ep = task.getEndpoint();
SocketAddress remote = ep.getSocketAddress();
CallbackHandler callbackHandler = null;
ConnectorHandler connectorHandler =
cacheableHandlerPool.getConnection(ep);
if ((connectorHandler == null) ||
(connectorHandler.getUnderlyingChannel() == null) ||