Constructor and Description |
---|
MultipartHttpRequest(CoreConfiguration config,
Context context,
String contentType,
String login,
String password,
int connectionTimeOut,
int socketTimeOut,
Map<String,String> headers) |
Modifier and Type | Method and Description |
---|---|
protected String |
getContentType(Context context,
Pair<String,List<Uri>> stringListPair) |
protected void |
write(OutputStream outputStream,
Pair<String,List<Uri>> content) |
configureHeaders, configureHttps, configureTimeouts, createConnection, handleResponse, send, writeContent
@NonNull protected String getContentType(@NonNull Context context, @NonNull Pair<String,List<Uri>> stringListPair)
getContentType
in class BaseHttpRequest<Pair<String,List<Uri>>>
protected void write(OutputStream outputStream, @NonNull Pair<String,List<Uri>> content) throws IOException
write
in class BaseHttpRequest<Pair<String,List<Uri>>>
IOException