tuweni / org.apache.tuweni.scuttlebutt.handshake.vertx

Package org.apache.tuweni.scuttlebutt.handshake.vertx

Types

ClientHandler

interface ClientHandler

Handler managing a stream over SecureScuttlebutt originating from the Vert.x client

ClientHandlerFactory

interface ClientHandlerFactory<T : ClientHandler>

Factory creating stream handlers, managing client-side connections.

SecureScuttlebuttVertxClient

class SecureScuttlebuttVertxClient

Secure Scuttlebutt client using Vert.x to manage persistent TCP connections.

SecureScuttlebuttVertxServer

class SecureScuttlebuttVertxServer

Secure Scuttlebutt server using Vert.x to manage persistent TCP connections.

ServerHandler

interface ServerHandler

Handler managing a stream over SecureScuttlebutt originating from the Vert.x server

ServerHandlerFactory

interface ServerHandlerFactory

Factory creating stream handlers, managing server-side connections.