public class DefaultConnectionFactory extends java.lang.Object implements IConnectionFactory
| Constructor and Description |
|---|
DefaultConnectionFactory() |
| Modifier and Type | Method and Description |
|---|---|
IConnection |
createFromRequest(IHttpRequest request)
Creates a connection from an IHttpRequest
|
public IConnection createFromRequest(IHttpRequest request) throws java.io.IOException
createFromRequest in interface IConnectionFactoryrequest - the request to make the connection fromjava.io.IOException - an exception occurs if there was a network issue creating the connection