Interface

Gio-2.0GioThreadedSocketServiceConstructorProps

interface ConstructorProps {
    active: boolean;
    listen_backlog: number;
    listenBacklog: number;
    max_threads: number;
    maxThreads: number;
}

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from Gio.SocketService.ConstructorProps

Properties

max_threads: number
maxThreads: number

Properties - Inherited from Gio.SocketService.ConstructorProps

active: boolean
listen_backlog: number
listenBacklog: number