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