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 from.java.io.IOException - An exception occurs if there was a network issue creating the connection.