Package org.apache.thrift.transport.layered
-
Class Summary Class Description TFastFramedTransport This transport is wire compatible withTFramedTransport, but makes use of reusable, expanding read and write buffers in order to avoid allocating new byte[]s all the time.TFastFramedTransport.Factory TFramedTransport TFramedTransport is a buffered TTransport that ensures a fully read message every time by preceding messages with a 4-byte frame size.TFramedTransport.Factory TLayeredTransport