public class StrongVolleyQueueBuilder extends info.guardianproject.netcipher.client.StrongBuilderBase<StrongVolleyQueueBuilder,com.android.volley.RequestQueue>
| Constructor and Description |
|---|
StrongVolleyQueueBuilder(android.content.Context context)
Creates a builder instance.
|
StrongVolleyQueueBuilder(StrongVolleyQueueBuilder original)
Copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
com.android.volley.RequestQueue |
build(android.content.Intent status) |
protected void |
checkTor(info.guardianproject.netcipher.client.StrongBuilder.Callback<com.android.volley.RequestQueue> callback,
android.content.Intent status,
com.android.volley.RequestQueue connection) |
static StrongVolleyQueueBuilder |
forMaxSecurity(android.content.Context context)
Creates a StrongVolleyQueueBuilder using the strongest set
of options for security.
|
protected java.lang.String |
get(android.content.Intent status,
com.android.volley.RequestQueue connection,
java.lang.String url) |
build, buildProxy, buildSocketFactory, getHttpPort, getSocksPort, getSSLContext, supportsHttpProxy, supportsSocksProxy, withBestProxy, withHttpProxy, withSocksProxy, withTorValidation, withTrustManagers, withWeakCipherspublic StrongVolleyQueueBuilder(android.content.Context context)
context - any Context will do; builder will hold onto
Application contextpublic StrongVolleyQueueBuilder(StrongVolleyQueueBuilder original)
original - builder to clonepublic static StrongVolleyQueueBuilder forMaxSecurity(android.content.Context context) throws java.lang.Exception
context - any Context will dojava.lang.Exceptionpublic com.android.volley.RequestQueue build(android.content.Intent status)
protected void checkTor(info.guardianproject.netcipher.client.StrongBuilder.Callback<com.android.volley.RequestQueue> callback,
android.content.Intent status,
com.android.volley.RequestQueue connection)
checkTor in class info.guardianproject.netcipher.client.StrongBuilderBase<StrongVolleyQueueBuilder,com.android.volley.RequestQueue>protected java.lang.String get(android.content.Intent status,
com.android.volley.RequestQueue connection,
java.lang.String url)
throws java.lang.Exception
get in class info.guardianproject.netcipher.client.StrongBuilderBase<StrongVolleyQueueBuilder,com.android.volley.RequestQueue>java.lang.Exception