Interface ProxyLoginHandler.ProxyListener
-
- Enclosing class:
- ProxyLoginHandler
public static interface ProxyLoginHandler.ProxyListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
connectFailure(java.lang.Throwable failure_msg)
The proxied connection attempt failed.void
connectSuccess()
The proxied connection attempt succeeded.
-