public static class HttpProxy.HttpProxyClientConnectionFactory extends Object implements ClientConnectionFactory
| Constructor and Description |
|---|
HttpProxyClientConnectionFactory(ClientConnectionFactory connectionFactory) |
| Modifier and Type | Method and Description |
|---|---|
Connection |
newConnection(EndPoint endPoint,
Map<String,Object> context) |
public HttpProxyClientConnectionFactory(ClientConnectionFactory connectionFactory)
public Connection newConnection(EndPoint endPoint, Map<String,Object> context) throws IOException
newConnection in interface ClientConnectionFactoryendPoint - the EndPoint to link the newly created connection tocontext - the context data to create the connectionConnectionIOException - if the connection cannot be createdCopyright © 1995–2016 Mort Bay Consulting. All rights reserved.