| Package | Description |
|---|---|
| com.sdklite.net.http |
Provides foundation classes for HTTP protocol
|
| Modifier and Type | Method and Description |
|---|---|
Part |
Part.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<Part> |
MultipartBody.getParts()
Returns the parts
|
List<Part> |
MultipartBody.Builder.getParts() |
| Modifier and Type | Method and Description |
|---|---|
MultipartBody.Builder |
MultipartBody.Builder.addPart(Part part)
Appends the specified part into parts
|
Copyright © 2015–2017 SDKLite. All rights reserved.