Uses of Class
com.biglybt.core.networkmanager.impl.tcp.ProxyLoginHandler.ProxyInfo
-
Packages that use ProxyLoginHandler.ProxyInfo Package Description com.biglybt.core.networkmanager.impl.tcp -
-
Uses of ProxyLoginHandler.ProxyInfo in com.biglybt.core.networkmanager.impl.tcp
Fields in com.biglybt.core.networkmanager.impl.tcp with type parameters of type ProxyLoginHandler.ProxyInfo Modifier and Type Field Description private static java.util.List<ProxyLoginHandler.ProxyInfo>
ProxyLoginHandler. proxies
private static java.util.Map<java.net.InetSocketAddress,ProxyLoginHandler.ProxyInfo>
ProxyLoginHandler. proxy_address_map
Methods in com.biglybt.core.networkmanager.impl.tcp with parameters of type ProxyLoginHandler.ProxyInfo Modifier and Type Method Description private boolean
ProxyLoginHandler.ProxyInfo. sameAs(ProxyLoginHandler.ProxyInfo other)
-