Package com.sportradar.livedata.sdk.common.networking
-
Interface Summary Interface Description Gateway Represents a gateway capable of sending and receiving messages to or/and from other systems.GatewayListener Represents a listener used to observeGateway
implementation. -
Class Summary Class Description ConnectionMonitoringGateway AGateway
implementation which observes the received messages to determine when the connection is unstableReconnectingGateway AGateway
which periodically attempts to connect to the server until the connection is establishedTcpGateway AGateway
implementation which uses TCP protocol stack to communicate.