| Class | Description |
|---|---|
| TFastFramedTransport |
This transport is wire compatible with
TFramedTransport, 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 |