GetFiles exports listening socket's underlying dupped file descriptors, so they can later be passed to child process or to another Server
()
| 48 | // GetFiles exports listening socket's underlying dupped file descriptors, so they can later |
| 49 | // be passed to child process or to another Server |
| 50 | GetFiles() ([]*FileDescriptor, error) |
| 51 | |
| 52 | Start() error |
| 53 | Stop(wait bool) |
no outgoing calls