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 final SocketAddress getLocalSocketAddress()
public final boolean isLocalSsl()
public final SocketAddress getRemoteSocketAddress()
public final String getName()
public final boolean isRemoteSsl()
Copyright © 2009–2022 Waarp. All rights reserved.