A  B  C  D  E  G  H  K  M  N  O  P  R  S  T  U  V  W 

W

withBasicAuthLogin(String) - function in org.acra.config.HttpSenderConfigurationBuilder
you can set here and in {@link org.acra.annotation.AcraHttpSender#basicAuthPassword()} the credentials for a BASIC HTTP authentication.
withBasicAuthPassword(String) - function in org.acra.config.HttpSenderConfigurationBuilder
you can set here and in {@link org.acra.annotation.AcraHttpSender#basicAuthLogin()} the credentials for a BASIC HTTP authentication.
withCertificatePath(String) - function in org.acra.config.HttpSenderConfigurationBuilder
a certificate used for ssl authentication
withCertificateType(String) - function in org.acra.config.HttpSenderConfigurationBuilder
type of the certificate used for ssl authentication
withCompress(Boolean) - function in org.acra.config.HttpSenderConfigurationBuilder
if the server request should be compressed using gzip
withConnectionTimeout(Integer) - function in org.acra.config.HttpSenderConfigurationBuilder
timeout for server connection
withDropReportsOnTimeout(Boolean) - function in org.acra.config.HttpSenderConfigurationBuilder
allows to prevent resending of timed out reports, possibly relieving server stress, but also reducing received report counts
withEnabled(Boolean) - function in org.acra.config.HttpSenderConfigurationBuilder
 
withHttpMethod(HttpSender.Method) - function in org.acra.config.HttpSenderConfigurationBuilder
<p> The {@link HttpSender.Method} to be used when posting with {@link org.acra.annotation.AcraHttpSender#uri()} .
withKeyStoreFactoryClass(Class) - function in org.acra.config.HttpSenderConfigurationBuilder
A custom class supplying a {@link java.security.KeyStore}, which will be used for ssl authentication.
withResCertificate(Integer) - function in org.acra.config.HttpSenderConfigurationBuilder
a certificate used for ssl authentication
withSocketTimeout(Integer) - function in org.acra.config.HttpSenderConfigurationBuilder
timeout for socket connection
withTlsProtocols(TLS) - function in org.acra.config.HttpSenderConfigurationBuilder
Note: Older Android versions do not support all tls versions.
withUri(String) - function in org.acra.config.HttpSenderConfigurationBuilder
The Uri of your own server-side script that will receive reports.
A  B  C  D  E  G  H  K  M  N  O  P  R  S  T  U  V  W