- setAllowAllSsl(boolean) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
-
- setAllowAllSsl(boolean) - Method in class net.callumtaylor.asynchttp.SyncHttpClient
-
Sets whether to allow all ssl, trusted or not
- setAllowRedirect(boolean) - Method in class net.callumtaylor.asynchttp.AsyncHttpClient
-
- StringResponseHandler - Class in net.callumtaylor.asynchttp.response
-
- StringResponseHandler() - Constructor for class net.callumtaylor.asynchttp.response.StringResponseHandler
-
- SyncHttpClient<E> - Class in net.callumtaylor.asynchttp
-
- 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