public interface IConnectionFactory
| Modifier and Type | Method and Description |
|---|---|
IConnection |
createFromRequest(IHttpRequest request)
Create a connection from an IHttpRequest.
|
IConnection createFromRequest(IHttpRequest request) throws java.io.IOException
request - The request to make the connection from.java.io.IOException - An exception occurs if there was a network issue while creating the connection.