(port: number, host?: string, connectionListener?: Function)
| 1276 | write(str: string, encoding?: string, fd?: string): boolean; |
| 1277 | |
| 1278 | connect(port: number, host?: string, connectionListener?: Function): void; |
| 1279 | connect(path: string, connectionListener?: Function): void; |
| 1280 | bufferSize: number; |
| 1281 | setEncoding(encoding?: string): void; |
no outgoing calls
no test coverage detected