Ditto JS SDK v5.0.0
    Preparing search index...

    Interface TransportConfigListenHTTP

    Part of TransportConfig type, configuration for listening for HTTP, including Websocket, connections.

    interface TransportConfigListenHTTP {
        interfaceIP: string;
        isEnabled: boolean;
        port: number;
        tlsCertificatePath?: string;
        tlsKeyPath?: string;
        websocketSync: boolean;
    }
    Index

    Properties

    interfaceIP: string
    isEnabled: boolean
    port: number
    tlsCertificatePath?: string
    tlsKeyPath?: string
    websocketSync: boolean