Struct rift::server::TMultiplexedProcessor [] [src]

pub struct TMultiplexedProcessor { /* fields omitted */ }

Methods

impl TMultiplexedProcessor
[src]

Trait Implementations

impl TProcessor for TMultiplexedProcessor
[src]

Process a Thrift service call. Reads arguments from i, executes the user-implemented handler and writes the response out to o. Read more