java.lang.Object |
↳ |
com.ning.http.client.ProxyServer |
Class Overview
Represents a proxy server.
Summary
Public Constructors |
|
ProxyServer(ProxyServer.Protocol protocol, String host, int port)
|
|
ProxyServer(ProxyServer.Protocol protocol, String host, int port, String principal, String password)
|
|
ProxyServer(String host, int port)
|
|
ProxyServer(String host, int port, String principal, String password)
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0)
|
final
void
|
wait(long arg0, int arg1)
|
|
Public Constructors
public
ProxyServer
(ProxyServer.Protocol protocol, String host, int port, String principal, String password)
public
ProxyServer
(String host, int port)
public
ProxyServer
(String host, int port, String principal, String password)
Public Methods
public
String
getEncoding
()
public
List<String>
getNonProxyHosts
()
public
String
getNtlmDomain
()
public
String
getPassword
()
public
String
getPrincipal
()
public
String
getProtocolAsString
()
public
String
toString
()