public final class HttpSenderConfiguration extends Object implements Serializable, Configuration
AcraHttpSender
(16.09.2018 00:54:43)Constructor and Description |
---|
HttpSenderConfiguration(org.acra.config.HttpSenderConfigurationBuilderImpl arg0) |
Modifier and Type | Method and Description |
---|---|
String |
basicAuthLogin() |
String |
basicAuthPassword() |
String |
certificatePath() |
String |
certificateType() |
boolean |
compress() |
int |
connectionTimeout() |
boolean |
dropReportsOnTimeout() |
boolean |
enabled()
checks if the corresponding plugin is enabled
|
ImmutableMap<String,String> |
httpHeaders() |
HttpSender.Method |
httpMethod() |
Class<? extends KeyStoreFactory> |
keyStoreFactoryClass() |
int |
resCertificate() |
int |
socketTimeout() |
String |
uri() |
public HttpSenderConfiguration(@NonNull org.acra.config.HttpSenderConfigurationBuilderImpl arg0)
public boolean enabled()
Configuration
enabled
in interface Configuration
@NonNull public HttpSender.Method httpMethod()
public int connectionTimeout()
public int socketTimeout()
public boolean dropReportsOnTimeout()
@NonNull public Class<? extends KeyStoreFactory> keyStoreFactoryClass()
@RawRes public int resCertificate()
public boolean compress()
@NonNull public ImmutableMap<String,String> httpHeaders()