Uses of Class
com.ning.http.client.ProxyServer.Protocol

Packages that use ProxyServer.Protocol
com.ning.http.client   
 

Uses of ProxyServer.Protocol in com.ning.http.client
 

Methods in com.ning.http.client that return ProxyServer.Protocol
 ProxyServer.Protocol ProxyServer.getProtocol()
           
static ProxyServer.Protocol ProxyServer.Protocol.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ProxyServer.Protocol[] ProxyServer.Protocol.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.ning.http.client with parameters of type ProxyServer.Protocol
 SimpleAsyncHttpClient.Builder SimpleAsyncHttpClient.Builder.setProxyProtocol(ProxyServer.Protocol protocol)
           
 

Constructors in com.ning.http.client with parameters of type ProxyServer.Protocol
ProxyServer(ProxyServer.Protocol protocol, String host, int port)
           
ProxyServer(ProxyServer.Protocol protocol, String host, int port, String principal, String password)
           
 



Copyright © 2011. All Rights Reserved.