public class Proxy extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
Proxy.Type |
Constructor and Description |
---|
Proxy(Proxy.Type type,
ProxyAddress address) |
Proxy(Proxy.Type type,
ProxyAddress address,
String username,
String password) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
ProxyAddress |
getAddress() |
String |
getPassword() |
Proxy.Type |
getType() |
String |
getUsername() |
boolean |
hasCredentials() |
int |
hashCode() |
String |
toString() |
public static final Proxy NO_PROXY
public Proxy(Proxy.Type type, ProxyAddress address, String username, String password)
public Proxy(Proxy.Type type, ProxyAddress address)
public Proxy.Type getType()
public ProxyAddress getAddress()
public String getUsername()
public String getPassword()
public boolean hasCredentials()
Copyright © 2017 Eclipse Foundation. All rights reserved.