java.lang.Object | |
↳ | com.ning.http.client.providers.jdk.JDKAsyncHttpProvider |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Close the current underlying TCP/HTTP connection.
| |||||||||||
Execute the request and invoke the
AsyncHandler when the response arrive. | |||||||||||
Prepare a
Response |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Close the current underlying TCP/HTTP connection.
Execute the request and invoke the AsyncHandler
when the response arrive.
handler | an instance of AsyncHandler |
---|
ListenableFuture
of Type T.IOException |
---|
IOException |
---|
Prepare a Response
status | HttpResponseStatus |
---|---|
headers | HttpResponseHeaders |
bodyParts | list of HttpResponseBodyPart |
Response