Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
interface ConnectionStateListener
Link copied to clipboard
class RelayClient(url: String, client: OkHttpClient = OkHttpClient.Builder().pingInterval(20, TimeUnit.SECONDS).build()) : Relay, ConnectionStateListener
Provides comms to and from a single relay
Link copied to clipboard
class RelayListener(label: String, connectionStateListener: ConnectionStateListener) : WebSocketListener
Link copied to clipboard