interface ClientHandler
Handler managing a stream over SecureScuttlebutt originating from the Vert.x client |
|
interface ClientHandlerFactory<T : ClientHandler>
Factory creating stream handlers, managing client-side connections. |
|
class SecureScuttlebuttVertxClient
Secure Scuttlebutt client using Vert.x to manage persistent TCP connections. |
|
class SecureScuttlebuttVertxServer
Secure Scuttlebutt server using Vert.x to manage persistent TCP connections. |
|
interface ServerHandler
Handler managing a stream over SecureScuttlebutt originating from the Vert.x server |
|
interface ServerHandlerFactory
Factory creating stream handlers, managing server-side connections. |