| Package | Description |
|---|---|
| com.sdklite.net.http |
Provides foundation classes for HTTP protocol
|
| Modifier and Type | Class and Description |
|---|---|
class |
FormBody
Represents the form entity
|
class |
MultipartBody
Represents the multipart form data entity
|
| Modifier and Type | Method and Description |
|---|---|
static HttpBody |
HttpBody.newInstance(MimeType contentType,
byte[] buf) |
static HttpBody |
HttpBody.newInstance(MimeType contentType,
byte[] buf,
int offset,
int length) |
static HttpBody |
HttpBody.newInstance(MimeType contentType,
File file) |
static HttpBody |
HttpBody.newInstance(MimeType contentType,
String s) |
static HttpBody |
HttpBody.newInstance(String contentType,
byte[] buf) |
static HttpBody |
HttpBody.newInstance(String contentType,
byte[] buf,
int offset,
int length) |
static HttpBody |
HttpBody.newInstance(String contentType,
File file) |
static HttpBody |
HttpBody.newInstance(String contentType,
String s) |
Copyright © 2015–2017 SDKLite. All rights reserved.