Module thrift::server
[−]
[src]
Types required to implement a Thrift server.
Structs
| TMultiplexedProcessor |
A |
| TSimpleServer |
Single-threaded blocking Thrift socket server. |
Traits
| TProcessor |
Handles incoming Thrift messages and dispatches them to the user-defined handler functions. |