public interface Requester
Central interface for transports. Used as a factory for requests.
To add a new transport/library support, implement this interface as long as
Request.
Request| Modifier and Type | Method and Description |
|---|---|
Request |
createRequest()
Creates and initializes a new request.
|
Request createRequest() throws IOException
IOException - if input/output error occursCopyright © 2015. All Rights Reserved.