\Thrift\ServerTServerTransport

Generic class for Server agent.

Summary

Methods
Properties
Constants
listen()
close()
accept()
No public properties found
No constants found
acceptImpl()
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

listen()

listen() : void

List for new clients

close()

close() : void

Close the server

accept()

accept() : \Thrift\Server\TTransport

Uses the accept implemtation. If null is returned, an exception is thrown.

Throws

\Thrift\Exception\TTransportException

Returns

\Thrift\Server\TTransport

acceptImpl()

acceptImpl() : \Thrift\Server\TTransport

Subclasses should use this to implement accept.

Returns

\Thrift\Server\TTransport