apache-thrift ~master (2021-10-21T20:57:04Z)
Home
Dub
Repo
TProtocolFactory
thrift
protocol
base
Creates a protocol operating on a given transport.
interface
TProtocolFactory {
TProtocol
getProtocol
(TTransport trans);
}
Members
Functions
getProtocol
TProtocol
getProtocol
(TTransport trans)
Meta
Source
See Implementation
thrift
protocol
base
classes
TApplicationException
TProtocolException
enums
TMessageType
TType
functions
skip
interfaces
TProtocol
TProtocolFactory
structs
TField
TList
TMap
TMessage
TSet
TStruct
templates
isTProtocol
Creates a protocol operating on a given transport.