Accepts a client connection and returns an opened TTransport for it, never returning null.
Closes the server transport, causing it to stop listening.
Returns whether the server transport is currently listening.
Starts listening for server connections.
Some kind of I/O device enabling servers to listen for incoming client connections and communicate with them via a TTransport interface.