public class ProxyEntry extends Object
Modifier and Type | Field and Description |
---|---|
static HashMap<String,ProxyEntry> |
proxyEntries |
Modifier and Type | Method and Description |
---|---|
static void |
add(SocketAddress localAddress,
boolean localIsSsl,
SocketAddress remoteAddress,
boolean remoteIsSsl) |
static ProxyEntry |
get(String name) |
SocketAddress |
getLocalSocketAddress() |
String |
getName() |
SocketAddress |
getRemoteSocketAddress() |
boolean |
isLocalSsl() |
boolean |
isRemoteSsl() |
String |
toString() |
public static final HashMap<String,ProxyEntry> proxyEntries
public static void add(SocketAddress localAddress, boolean localIsSsl, SocketAddress remoteAddress, boolean remoteIsSsl) throws OpenR66ProtocolSystemException
OpenR66ProtocolSystemException
public static ProxyEntry get(String name)
public SocketAddress getLocalSocketAddress()
public boolean isLocalSsl()
public SocketAddress getRemoteSocketAddress()
public String getName()
public boolean isRemoteSsl()
Copyright © 2009–2020 Waarp. All rights reserved.