Uses of Class
org.acra.sender.HttpSender.Type

Packages that use HttpSender.Type
org.acra   
org.acra.sender   
 

Uses of HttpSender.Type in org.acra
 

Methods in org.acra that return HttpSender.Type
 HttpSender.Type ACRAConfiguration.reportType()
           
 

Methods in org.acra with parameters of type HttpSender.Type
 void ACRAConfiguration.setReportType(HttpSender.Type type)
           
 

Uses of HttpSender.Type in org.acra.sender
 

Methods in org.acra.sender that return HttpSender.Type
static HttpSender.Type HttpSender.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HttpSender.Type[] HttpSender.Type.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.Type
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-2013. All Rights Reserved.