public class BasicConnManagerFactory extends Object implements ConnManagerFactory
ConnManager instances which delegate directly to
ConnectionManager.| Constructor and Description |
|---|
BasicConnManagerFactory() |
| Modifier and Type | Method and Description |
|---|---|
ConnManager |
create(ConnectionEndpoint endpoint)
Returns
ConnManager containing a
ConnectionManager constructed with the given ConnectionEndpoint; the newRequest
method of the returned ConnManager delegates directly to
the corresponding method of the contained
ConnectionManager. |
public ConnManager create(ConnectionEndpoint endpoint)
ConnManager containing a
ConnectionManager constructed with the given ConnectionEndpoint; the newRequest
method of the returned ConnManager delegates directly to
the corresponding method of the contained
ConnectionManager.create in interface ConnManagerFactoryendpoint - endpoint to manage connections ofNullPointerException - if endpoint is
nullCopyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.