Package io.deephaven.enterprise.comm.api
Class ConnectionStatusHandlerEx.Adapter
java.lang.Object
io.deephaven.enterprise.comm.api.ConnectionStatusHandlerEx.Adapter
- All Implemented Interfaces:
ConnectionStatusHandlerEx,CommBase.ConnectionStatusHandler
- Enclosing interface:
- ConnectionStatusHandlerEx
public static class ConnectionStatusHandlerEx.Adapter
extends Object
implements ConnectionStatusHandlerEx
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.enterprise.comm.api.ConnectionStatusHandlerEx
ConnectionStatusHandlerEx.Adapter -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleConnectionLost(ClientEntry client) This callback will be invoked when the client has lost connection to the server socketvoidThis callback is invoked if the reconnection routine was successful after a disconnectvoidhandleInitialConnection(CommClient commClient)
-
Constructor Details
-
Adapter
-
-
Method Details
-
handleInitialConnection
- Specified by:
handleInitialConnectionin interfaceConnectionStatusHandlerEx
-
handleConnectionLost
Description copied from interface:CommBase.ConnectionStatusHandlerThis callback will be invoked when the client has lost connection to the server socket- Specified by:
handleConnectionLostin interfaceCommBase.ConnectionStatusHandler- Parameters:
client- The client entry that has lost connection
-
handleConnectionReestablished
public void handleConnectionReestablished()Description copied from interface:CommBase.ConnectionStatusHandlerThis callback is invoked if the reconnection routine was successful after a disconnect- Specified by:
handleConnectionReestablishedin interfaceCommBase.ConnectionStatusHandler
-