class SecureScuttlebuttVertxServer
(source)
Secure Scuttlebutt server using Vert.x to manage persistent TCP connections.
SecureScuttlebuttVertxServer(vertx: Vertx, addr: InetSocketAddress, keyPair: KeyPair, networkIdentifier: Bytes32, handlerFactory: ServerHandlerFactory)
Default constructor. |
fun start(): AsyncCompletion
Starts the server. |
|
fun stop(): AsyncCompletion
Stops the server. |