Module thrift::server [] [src]

Types required to implement a Thrift server.

Structs

TMultiplexedProcessor

A TProcessor that can demux service calls to multiple underlying Thrift services.

TSimpleServer

Single-threaded blocking Thrift socket server.

Traits

TProcessor

Handles incoming Thrift messages and dispatches them to the user-defined handler functions.