Package com.powsybl.afs.ws.storage.websocket
-
Interface Summary Interface Description WebsocketConnectionManager Responsible for managing the connection to a websocket server endpoint.WebsocketConnectionPolicy Defines how websockets clients should connect to server endpoints, and in particular how the loss of connection should be handled. -
Class Summary Class Description AutoReconnectionConnectionManager A connection manager which will attempt to reconnect at fixed time intervals.StandardConnectionManager A simple connection manager which does not try to reconnect on close.