Interface ProxyLoginHandler.ProxyListener
- Enclosing class:
ProxyLoginHandler
public static interface ProxyLoginHandler.ProxyListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
connectFailure
(Throwable failure_msg) The proxied connection attempt failed.void
The proxied connection attempt succeeded.
-
Method Details
-
connectSuccess
void connectSuccess()The proxied connection attempt succeeded. -
connectFailure
The proxied connection attempt failed.- Parameters:
failure_msg
- failure reason
-