| Interface | Description |
|---|---|
| HttpEntity |
Represents the HTTP entity
|
| HttpHeader |
Represents the HTTP header field-value pair
|
| PartEntity |
Represents the HTTP multipart message entity
|
| Class | Description |
|---|---|
| FormBody |
Represents the form entity
|
| FormBody.Builder |
Represents the builder of
FormBody |
| HttpBody |
The basic HTTP message entity implementation
|
| HttpHeaders |
Standard HTTP headers
|
| HttpMessage |
Represents the HTTP message
|
| HttpMessage.Builder | |
| HttpRequest |
Represents the HTTP request message
|
| HttpRequest.Builder |
Represents the builder of HTTP request
|
| HttpResponse |
Represents the HTTP response message
|
| HttpResponse.Builder |
Represents the builder of HTTP response message
|
| MultipartBody |
Represents the multipart form data entity
|
| MultipartBody.Builder |
The builder of
MultipartBody |
| MultipartSerializer | |
| Part |
Represent the HTTP multipart form data part
|
| Part.Builder |
Represents the builder of
Part |
| SimpleHttpHeader |
| Enum | Description |
|---|---|
| HttpMethod |
Represents the HTTP methods, including WebDAV methods
|
Copyright © 2015–2017 SDKLite. All rights reserved.