Package io.sendon.base
Class HttpClient
java.lang.Object
io.sendon.base.HttpClient
- Direct Known Subclasses:
ApacheHttpClient,SquareupOkHttpClient
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Stringprotected StringencodeBase64(String value) abstract Stringabstract Stringabstract StringpostImagesWithMultipartFormData(String path, List<File> images) postImageWithMulStringFormData(String path, File image) postImageWithMulStringFormData(String path, File image, String fieldName) abstract StringpostImageWithMulStringFormData(String path, File image, String fieldName, String contentType) abstract Stringabstract StringsendRequest(String method, String path, String body)
-
Field Details
-
authBasic
-
baseUrl
-
AUTH_HEADER
- See Also:
-
CONTENT_TYPE_HEADER
- See Also:
-
APPLICATION_JSON
- See Also:
-
DEFAULT_IMAGE_CONTENT_TYPE
- See Also:
-
-
Constructor Details
-
HttpClient
-
-
Method Details
-
encodeBase64
-
post
-
postImageWithMulStringFormData
-
postImageWithMulStringFormData
-
postImageWithMulStringFormData
-
postImagesWithMultipartFormData
-
get
-
put
-
delete
-
sendRequest
-