RPCHandshakePerformer
interface RPCHandshakePerformer
Content copied to clipboard
Types
HandshakeResult
Link copied to clipboard
sealed class HandshakeResult
Content copied to clipboard
NoHandshake
Link copied to clipboard
class NoHandshake(selectedFrameSerializer: TransportFrameSerializer, selectedProtocolFactory: RPCProtocol.Factory) : RPCHandshakePerformer
Content copied to clipboard
Functions
performHandshake
Link copied to clipboard
abstract suspend fun performHandshake(connection: RPCConnection): RPCHandshakePerformer.HandshakeResult
Content copied to clipboard
Inheritors
RPCHandshakePerformer
Link copied to clipboard
DefaultRPCHandshakePerformer
Link copied to clipboard