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 fromjava.io.IOException - an exception occurs if there was a network issue while creating the connection