RPCHandshakePerformer

interface RPCHandshakePerformer

Types

HandshakeResult
Link copied to clipboard
sealed class HandshakeResult
NoHandshake
Link copied to clipboard
class NoHandshake(selectedFrameSerializer: TransportFrameSerializer, selectedProtocolFactory: RPCProtocol.Factory) : RPCHandshakePerformer

Functions

performHandshake
Link copied to clipboard
abstract suspend fun performHandshake(connection: RPCConnection): RPCHandshakePerformer.HandshakeResult

Inheritors

RPCHandshakePerformer
Link copied to clipboard
DefaultRPCHandshakePerformer
Link copied to clipboard