interface ServerHandler
(source)
Handler managing a stream over SecureScuttlebutt originating from the Vert.x server
abstract fun receivedMessage(message: Bytes): Unit
This method is called by the server when a new message arrives from the client. |
|
abstract fun streamClosed(): Unit
Notifies the handler the stream is no longer active. |