public class StringRequest extends BaseRequest<StringResponse>
User: Pavel Abizyaev, Date: 11.08.14 15:04
.| Constructor and Description |
|---|
StringRequest(String method,
HttpMethod httpMethod,
URL url,
String authentication,
String eTag,
Map<String,String> params,
Object body,
String mimeType,
Transport transport) |
| Modifier and Type | Method and Description |
|---|---|
private String |
convertStreamToContentType(InputStream stream) |
protected StringResponse |
createResponse(InputStream stream,
int responseCode,
String contentEncoding,
String contentType) |
getResponseprotected StringResponse createResponse(InputStream stream, int responseCode, String contentEncoding, String contentType)
createResponse in class BaseRequest<StringResponse>private String convertStreamToContentType(InputStream stream)
Copyright © 2022. All rights reserved.