Shape websocket service interface

interface ShapeWebsocketService {
    acceptOnlyLocalhost: boolean;
    certificate?: string;
    component: ShapeWebsocketService;
    instance: string;
    privateKey?: string;
    tlsEnabled?: boolean;
    tlsMode?: string;
    WebsocketPort: number;
}

Hierarchy (View Summary)

Properties

acceptOnlyLocalhost: boolean
certificate?: string
instance: string
privateKey?: string
tlsEnabled?: boolean
tlsMode?: string
WebsocketPort: number