|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpSender.Method | |
---|---|
org.acra | |
org.acra.sender |
Uses of HttpSender.Method in org.acra |
---|
Methods in org.acra that return HttpSender.Method | |
---|---|
HttpSender.Method |
ACRAConfiguration.httpMethod()
|
Methods in org.acra with parameters of type HttpSender.Method | |
---|---|
void |
ACRAConfiguration.setHttpMethod(HttpSender.Method httpMethod)
|
Uses of HttpSender.Method in org.acra.sender |
---|
Methods in org.acra.sender that return HttpSender.Method | |
---|---|
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. |
Constructors in org.acra.sender with parameters of type HttpSender.Method | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |