Package | Description |
---|---|
com.ning.http.client | |
com.ning.http.client.providers.apache | |
com.ning.http.client.providers.jdk |
Modifier and Type | Class and Description |
---|---|
class |
HttpResponseBodyPart
A callback class used when an HTTP response body is received.
|
class |
HttpResponseHeaders
A class that represent the HTTP headers.
|
class |
HttpResponseStatus
A class that represent the HTTP response' status line (code + text)
|
Modifier and Type | Method and Description |
---|---|
Response.ResponseBuilder |
Response.ResponseBuilder.accumulate(HttpContent httpContent)
Accumulate
HttpContent in order to build a Response |
Modifier and Type | Class and Description |
---|---|
class |
ApacheResponseBodyPart
A callback class used when an HTTP response body is received.
|
class |
ApacheResponseHeaders
A class that represent the HTTP headers.
|
class |
ApacheResponseStatus
A class that represent the HTTP response' status line (code + text)
|
Modifier and Type | Class and Description |
---|---|
class |
ResponseBodyPart
A callback class used when an HTTP response body is received.
|
class |
ResponseHeaders
A class that represent the HTTP headers.
|
class |
ResponseStatus
A class that represent the HTTP response' status line (code + text)
|
Copyright © 2015. All rights reserved.