TServerTransport.listen

Starts listening for server connections.

Just as simliar functions commonly found in socket libraries, this function does not block.

If the socket is already listening, nothing happens.

interface TServerTransport
void
listen
()

Throws

TServerTransportException if listening failed or the transport was already listening.

Meta