MCPcopy Create free account
hub / github.com/apache/thrift / StoredMessageProtocol

Class StoredMessageProtocol

lib/py/src/TMultiplexedProcessor.py:77–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75
76
77class StoredMessageProtocol(TProtocolDecorator.TProtocolDecorator):
78 def __init__(self, protocol, messageBegin):
79 self.messageBegin = messageBegin
80
81 def readMessageBegin(self):
82 return self.messageBegin

Callers 1

processMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected