(callback?: Function)
| 1329 | listen(handle: any, listeningListener?: Function): Server; |
| 1330 | listen(options: ListenOptions, listeningListener?: Function): Server; |
| 1331 | close(callback?: Function): Server; |
| 1332 | address(): { port: number; family: string; address: string; }; |
| 1333 | getConnections(cb: (error: Error, count: number) => void): void; |
| 1334 | ref(): Server; |
no outgoing calls
no test coverage detected