Package | Description |
---|---|
org.acra | |
org.acra.sender |
Modifier and Type | Method and Description |
---|---|
HttpSender.Method |
ACRAConfiguration.httpMethod() |
Modifier and Type | Method and Description |
---|---|
ACRAConfiguration |
ACRAConfiguration.setHttpMethod(HttpSender.Method httpMethod) |
Modifier and Type | Method and Description |
---|---|
static HttpSender.Method |
HttpSender.Method.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpSender.Method[] |
HttpSender.Method.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
HttpSender(HttpSender.Method method,
HttpSender.Type type,
Map<ReportField,String> mapping)
Create a new HttpSender instance with its destination taken from
ACRA.getConfig() dynamically. |
HttpSender(HttpSender.Method method,
HttpSender.Type type,
String formUri,
Map<ReportField,String> mapping)
Create a new HttpPostSender instance with a fixed destination provided as
a parameter.
|
Copyright © 2010-2015. All Rights Reserved.