public class StringRequest extends NetworkRequest<java.lang.String>
NetworkRequest.BodyLoader, NetworkRequest.InputStreamBodyLoaderACCEPT, CONTENT_TYPE| Constructor and Description |
|---|
StringRequest(java.lang.String url) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
parseResponse(java.io.InputStream stream)
Implementations must call
disconnect() after they are done with the connection. |
cancel, disconnect, execute, getConnection, getResponseCode, isCancelable, isCanceled, isExecuted, resetRequest, setBody, setBody, setBody, setBody, setBody, setBody, setMethod, toStringpublic StringRequest(java.lang.String url)
throws java.io.IOException
java.io.IOExceptionprotected java.lang.String parseResponse(java.io.InputStream stream)
throws java.io.IOException
NetworkRequestdisconnect() after they are done with the connection.parseResponse in class NetworkRequest<java.lang.String>java.io.IOException