Uses of Class
com.ning.http.util.QueryComputer

Packages that use QueryComputer
com.ning.http.client   
com.ning.http.util   
 

Uses of QueryComputer in com.ning.http.client
 

Fields in com.ning.http.client declared as QueryComputer
protected  QueryComputer RequestBuilderBase.queryComputer
           
 

Constructors in com.ning.http.client with parameters of type QueryComputer
RequestBuilder(Request prototype, QueryComputer queryComputer)
           
RequestBuilder(String method, QueryComputer queryComputer)
           
RequestBuilderBase(Class<T> derived, Request prototype, QueryComputer queryComputer)
           
RequestBuilderBase(Class<T> derived, String method, QueryComputer queryComputer)
           
 

Uses of QueryComputer in com.ning.http.util
 

Methods in com.ning.http.util that return QueryComputer
static QueryComputer QueryComputer.queryComputer(boolean disableUrlEncoding)
           
static QueryComputer QueryComputer.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static QueryComputer[] QueryComputer.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2014. All Rights Reserved.