- thisthis(TProcessor processor, TServerTransport serverTransport, TTransportFactory transportFactory, TProtocolFactory protocolFactory) 
- Undocumented in source. 
- thisthis(TProcessorFactory processorFactory, TServerTransport serverTransport, TTransportFactory transportFactory, TProtocolFactory protocolFactory) 
- Undocumented in source. 
- thisthis(TProcessor processor, TServerTransport serverTransport, TTransportFactory inputTransportFactory, TTransportFactory outputTransportFactory, TProtocolFactory inputProtocolFactory, TProtocolFactory outputProtocolFactory) 
- Undocumented in source. 
- thisthis(TProcessorFactory processorFactory, TServerTransport serverTransport, TTransportFactory inputTransportFactory, TTransportFactory outputTransportFactory, TProtocolFactory inputProtocolFactory, TProtocolFactory outputProtocolFactory) 
- Undocumented in source. 
- inputProtocolFactoryTProtocolFactory inputProtocolFactory [@property getter] 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- inputTransportFactoryTTransportFactory inputTransportFactory [@property getter] 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- outputProtocolFactoryTProtocolFactory outputProtocolFactory [@property getter] 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- outputTransportFactoryTTransportFactory outputTransportFactory [@property getter] 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- processorFactoryTProcessorFactory processorFactory [@property getter] 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- serverTransportTServerTransport serverTransport [@property getter] 
- Undocumented in source. Be warned that the author may not have intended to support it. 
Base class for all Thrift servers.
By setting the eventHandler property to a TServerEventHandler implementation, custom code can be integrated into the processing pipeline, which can be used e.g. for gathering statistics.