| java.lang.Object |
| ↳ |
com.pnfsoftware.jeb.util.net.NetProxyInfo |
Class Overview
Network proxy information, including a standard Proxy object as well as optional user
authentication information.
Immutable objects; safe comparison via hashCode/equals.
Summary
|
[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(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
final
void
|
wait()
|
|
Public Constructors
public
NetProxyInfo
(Proxy proxy)
public
NetProxyInfo
(Proxy proxy, String user, String password)
Public Methods
public
static
NetProxyInfo
build
(String type, String hostname, int port, String user, String password)
public
boolean
equals
(Object obj)
public
Authenticator
getAuthenticator
()
public
String
getHostname
()
public
String
getPassword
()
public
static
List<String>
getProxyTypes
()
public
boolean
hasCredentials
()
public
boolean
isProxy
()
public
String
toString
()