interface ClientHandler
(source)
Handler managing a stream over SecureScuttlebutt originating from the Vert.x client
abstract fun receivedMessage(message: Bytes): Unit
This method is called by the client when a new message arrives from the server. |
|
abstract fun streamClosed(): Unit
Notifies the handler the stream is no longer active. |
open class RPCHandler : Multiplexer, ClientHandler
Handles RPC requests and responses from an active connection to a scuttlebutt node. |