Package ch.loway.oss.ari4java.tools
Interface WsClientAutoReconnect
-
- All Known Implementing Classes:
NettyHttpClient
public interface WsClientAutoReconnect
Interface to pluggable WebSocket reconnect implementation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
pong()
void
reconnectWs(java.lang.Throwable cause)
-