B
C
D
E
G
H
K
M
N
O
P
R
S
T
U
V
G
- getBasicAuthLogin() - function in org.acra.config.HttpSenderConfiguration
- you can set here and in basicAuthPassword the credentials for a BASIC HTTP authentication.
- getBasicAuthPassword() - function in org.acra.config.HttpSenderConfiguration
- you can set here and in basicAuthLogin the credentials for a BASIC HTTP authentication.
- getCertificatePath() - function in org.acra.config.HttpSenderConfiguration
- a certificate used for ssl authenticationMust start with "asset://" if the file is in the assets folder
- getCertificateType() - function in org.acra.config.HttpSenderConfiguration
- type of the certificate used for ssl authentication, set in either certificatePath or resCertificate
- getCompress() - function in org.acra.config.HttpSenderConfiguration
- if the server request should be compressed using gzip
- getConnectionTimeout() - function in org.acra.config.HttpSenderConfiguration
- timeout for server connection in milliseconds
- getDefaultCipherSuites() - function in org.acra.security.ProtocolSocketFactoryWrapper
- getDropReportsOnTimeout() - function in org.acra.config.HttpSenderConfiguration
- 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
- enables this plugin
- getFileNameFromUri(Context,Uri) - function in org.acra.util.UriUtils
- getHttpHeaders() - function in org.acra.config.HttpSenderConfiguration
- custom HTTP headers to be sent by the provided org.acra.sender.HttpSender This should be used also by third party senders.
- getHttpMethod() - function in org.acra.config.HttpSenderConfiguration
- The HttpSender.Method to be used when posting with 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
- A custom class supplying a 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
- a certificate used for ssl authentication
- getSocketTimeout() - function in org.acra.config.HttpSenderConfiguration
- timeout for socket connection in milliseconds
- getSupportedCipherSuites() - function in org.acra.security.ProtocolSocketFactoryWrapper
- getTlsProtocols() - function in org.acra.config.HttpSenderConfiguration
- TLS versions supported by the server.
- getUri() - function in org.acra.config.HttpSenderConfiguration
- The Uri of your own server-side script that will receive reports.