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

S

send(URL,T) - function in org.acra.http.BaseHttpRequest
Sends to a URL.
send(URL,Uri) - function in org.acra.http.BinaryHttpRequest
Sends to a URL.
send(URL,String) - function in org.acra.http.DefaultHttpRequest
Sends to a URL.
send(URL,T) - function in org.acra.http.HttpRequest
 
send(URL,Pair) - function in org.acra.http.MultipartHttpRequest
Sends to a URL.
send(Context,CrashReportData) - function in org.acra.sender.HttpSender
 
send(Context,CrashReportData,Bundle) - function in org.acra.sender.HttpSender
 
setBasicAuth(String,String) - function in org.acra.sender.HttpSender
Set credentials for this HttpSender that override (if present) the ones set globally.
setBasicAuthLogin(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.
setBasicAuthPassword(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.
setCertificatePath(String) - function in org.acra.config.HttpSenderConfigurationBuilder
a certificate used for ssl authentication
setCertificateType(String) - function in org.acra.config.HttpSenderConfigurationBuilder
type of the certificate used for ssl authentication
setCompress(Boolean) - function in org.acra.config.HttpSenderConfigurationBuilder
if the server request should be compressed using gzip
setConnectionTimeout(Integer) - function in org.acra.config.HttpSenderConfigurationBuilder
timeout for server connection
setContext(Context) - function in org.acra.config.HttpSenderConfigurationBuilder
 
setDelegate(BaseHttpConfigurationBuilder) - function in org.acra.config.HttpSenderConfigurationBuilder
 
setDropReportsOnTimeout(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
setEnabled(Boolean) - function in org.acra.config.HttpSenderConfigurationBuilder
 
setHttpHeaders(Map) - function in org.acra.config.HttpSenderConfigurationBuilder
Set custom HTTP headers to be sent by the provided org.acra.sender.HttpSender This should be used also by third party senders.
setHttpHeaders(Map) - function in org.acra.config.BaseHttpConfigurationBuilder
Set custom HTTP headers to be sent by the provided org.acra.sender.HttpSender This should be used also by third party senders.
setHttpMethod(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()} .
setKeyStoreFactoryClass(Class) - function in org.acra.config.HttpSenderConfigurationBuilder
A custom class supplying a {@link java.security.KeyStore}, which will be used for ssl authentication.
setResCertificate(Integer) - function in org.acra.config.HttpSenderConfigurationBuilder
a certificate used for ssl authentication
setSocketTimeout(Integer) - function in org.acra.config.HttpSenderConfigurationBuilder
timeout for socket connection
setTlsProtocols(Array) - function in org.acra.config.HttpSenderConfigurationBuilder
Note: Older Android versions do not support all tls versions.
setUri(String) - function in org.acra.config.HttpSenderConfigurationBuilder
The Uri of your own server-side script that will receive reports.
socketTimeout() - function in org.acra.annotation.AcraHttpSender
timeout for socket connection
A  B  C  D  E  G  H  K  M  N  O  P  R  S  T  U  V  W