Uses of Interface
com.biglybt.core.networkmanager.impl.tcp.ProxyLoginHandler.ProxyListener
-
Packages that use ProxyLoginHandler.ProxyListener Package Description com.biglybt.core.networkmanager.impl.tcp -
-
Uses of ProxyLoginHandler.ProxyListener in com.biglybt.core.networkmanager.impl.tcp
Fields in com.biglybt.core.networkmanager.impl.tcp declared as ProxyLoginHandler.ProxyListener Modifier and Type Field Description private ProxyLoginHandler.ProxyListener
ProxyLoginHandler. proxy_listener
Constructors in com.biglybt.core.networkmanager.impl.tcp with parameters of type ProxyLoginHandler.ProxyListener Constructor Description ProxyLoginHandler(TCPTransportImpl _proxy_connection, java.net.InetSocketAddress _remote_address, ProxyLoginHandler.ProxyListener _listener)
Do proxy login.ProxyLoginHandler(TCPTransportImpl _proxy_connection, java.net.InetSocketAddress _remote_address, ProxyLoginHandler.ProxyListener _listener, java.lang.String _socks_version, java.lang.String _socks_user, java.lang.String _socks_password)
ProxyLoginHandler(TCPTransportImpl _proxy_connection, java.net.InetSocketAddress _remote_address, ProxyLoginHandler.ProxyListener _listener, java.net.InetSocketAddress socks_address)
-