| Package | Description |
|---|---|
| com.sdklite.net.http |
Provides foundation classes for HTTP protocol
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PartEntity
Represents the HTTP multipart message entity
|
| Modifier and Type | Class and Description |
|---|---|
class |
FormBody
Represents the form entity
|
class |
HttpBody
The basic HTTP message entity implementation
|
class |
MultipartBody
Represents the multipart form data entity
|
| Modifier and Type | Method and Description |
|---|---|
HttpEntity |
HttpMessage.getEntity() |
| Modifier and Type | Method and Description |
|---|---|
Part.Builder |
Part.Builder.setEntity(HttpEntity entity) |
HttpResponse.Builder |
HttpResponse.Builder.setEntity(HttpEntity entity) |
HttpRequest.Builder |
HttpRequest.Builder.setEntity(HttpEntity entity) |
HttpMessage.Builder |
HttpMessage.Builder.setEntity(HttpEntity entity) |
Copyright © 2015–2017 SDKLite. All rights reserved.