A
B
C
D
E
G
H
K
M
N
O
P
R
S
T
U
V
W
G
- getBasicAuthLogin() - function in org.acra.config.HttpSenderConfiguration
- getBasicAuthLogin() - 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.
- getBasicAuthPassword() - function in org.acra.config.HttpSenderConfiguration
- getBasicAuthPassword() - 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.
- getCertificatePath() - function in org.acra.config.HttpSenderConfiguration
- getCertificatePath() - function in org.acra.config.HttpSenderConfigurationBuilder
- a certificate used for ssl authentication
- getCertificateType() - function in org.acra.config.HttpSenderConfiguration
- getCertificateType() - function in org.acra.config.HttpSenderConfigurationBuilder
- type of the certificate used for ssl authentication
- getCompress() - function in org.acra.config.HttpSenderConfiguration
- getCompress() - function in org.acra.config.HttpSenderConfigurationBuilder
- if the server request should be compressed using gzip
- getConnectionTimeout() - function in org.acra.config.HttpSenderConfiguration
- getConnectionTimeout() - function in org.acra.config.HttpSenderConfigurationBuilder
- timeout for server connection
- getContext() - function in org.acra.config.HttpSenderConfigurationBuilder
- getDefaultCipherSuites() - function in org.acra.security.ProtocolSocketFactoryWrapper
- getDelegate() - function in org.acra.config.HttpSenderConfigurationBuilder
- getDropReportsOnTimeout() - function in org.acra.config.HttpSenderConfiguration
- getDropReportsOnTimeout() - function in org.acra.config.HttpSenderConfigurationBuilder
- allows to prevent resending of timed out reports, possibly relieving server stress, but also reducing received report counts
- getEnabled() - function in org.acra.config.HttpSenderConfiguration
- getEnabled() - function in org.acra.config.HttpSenderConfigurationBuilder
- getFileNameFromUri(Context,Uri) - function in org.acra.util.UriUtils
- getHttpHeaders() - function in org.acra.config.HttpSenderConfiguration
- getHttpMethod() - function in org.acra.config.HttpSenderConfiguration
- getHttpMethod() - function in org.acra.config.HttpSenderConfigurationBuilder
- <p> The {@link HttpSender.Method} to be used when posting with {@link org.acra.annotation.AcraHttpSender#uri()} .
- getId() - function in org.acra.security.TLS
- getKeyStore(Context,CoreConfiguration) - function in org.acra.security.KeyStoreHelper
- try to get the keystore
- getKeyStoreFactoryClass() - function in org.acra.config.HttpSenderConfiguration
- getKeyStoreFactoryClass() - function in org.acra.config.HttpSenderConfigurationBuilder
- A custom class supplying a {@link java.security.KeyStore}, which will be used for ssl authentication.
- getMimeType(Context,Uri) - function in org.acra.util.UriUtils
- getName() - function in org.acra.security.BaseKeyStoreFactory.Type
- getName() - function in org.acra.security.TLS
- getName() - function in org.acra.sender.HttpSender.Method
- getOrdinal() - function in org.acra.security.BaseKeyStoreFactory.Type
- getOrdinal() - function in org.acra.security.TLS
- getOrdinal() - function in org.acra.sender.HttpSender.Method
- getResCertificate() - function in org.acra.config.HttpSenderConfiguration
- getResCertificate() - function in org.acra.config.HttpSenderConfigurationBuilder
- a certificate used for ssl authentication
- getSocketTimeout() - function in org.acra.config.HttpSenderConfiguration
- getSocketTimeout() - function in org.acra.config.HttpSenderConfigurationBuilder
- timeout for socket connection
- getSupportedCipherSuites() - function in org.acra.security.ProtocolSocketFactoryWrapper
- getTlsProtocols() - function in org.acra.config.HttpSenderConfiguration
- getTlsProtocols() - function in org.acra.config.HttpSenderConfigurationBuilder
- Note: Older Android versions do not support all tls versions.
- getUri() - function in org.acra.config.HttpSenderConfiguration
- getUri() - function in org.acra.config.HttpSenderConfigurationBuilder
- The Uri of your own server-side script that will receive reports.