Documentation
    Preparing search index...

    Class Transport<T, K, S>Abstract

    Type Parameters

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _isConnected: TransportStatus = TransportStatus.NOT_CONNECTED

    The status of the transport

    client: S

    The client handling the encryption/decryption of messages

    name: string

    The name of the app

    newPeerListener?: (peer: T) => void

    The listener that will be invoked when a new peer is connected

    peerManager: PeerManager<K>
    type: TransportType = TransportType.POST_MESSAGE

    The type of the transport

    Accessors

    Methods