- setAllowAllSsl(boolean) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
-
Sets to allow all SSL.
- setAllowAllSsl(boolean) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
-
Sets to allow all SSL.
- setAllowRedirect(boolean) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
-
Sets to auto redirect on 302 responses
- setAllowRedirect(boolean) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
-
Sets to auto redirect on 302 responses
- setName(String) - Method in class net.callumtaylor.asynchttp.obj.NameValuePair
-
- setValue(String) - Method in class net.callumtaylor.asynchttp.obj.NameValuePair
-
- StreamResponseHandler<E> - Class in net.callumtaylor.asynchttp.response
-
Simple response handler that uses an input stream reader rather than appending an string buffer
- StreamResponseHandler() - Constructor for class net.callumtaylor.asynchttp.response.StreamResponseHandler
-
- StringResponseHandler - Class in net.callumtaylor.asynchttp.response
-
Basic string response handler.
- StringResponseHandler() - Constructor for class net.callumtaylor.asynchttp.response.StringResponseHandler
-
- SyncHttpClient<E> - Class in net.callumtaylor.asynchttp
-
This class is a synchronous class which runs on any thread that the code was created
on.
- SyncHttpClient(String) - Constructor for class net.callumtaylor.asynchttp.SyncHttpClient
-
Creates a new client using a base Url without a timeout
- SyncHttpClient(Uri) - Constructor for class net.callumtaylor.asynchttp.SyncHttpClient
-
Creates a new client using a base Uri without a timeout
- SyncHttpClient(String, long) - Constructor for class net.callumtaylor.asynchttp.SyncHttpClient
-
Creates a new client using a base Url with a timeout in MS
- SyncHttpClient(Uri, long) - Constructor for class net.callumtaylor.asynchttp.SyncHttpClient
-
Creates a new client using a base Uri with a timeout in MS