| Package | Description |
|---|---|
| com.facebook.drift.transport.netty.codec |
| Modifier and Type | Method and Description |
|---|---|
static ThriftFrame |
HeaderTransport.decodeFrame(io.netty.buffer.ByteBufAllocator bufAllocator,
io.netty.buffer.ByteBuf buffer)
Decodes the ByteBuf into a HeaderFrame transferring the reference ownership.
|
ThriftFrame |
ThriftFrame.retain() |
ThriftFrame |
ThriftFrame.retain(int increment) |
ThriftFrame |
ThriftFrame.touch() |
ThriftFrame |
ThriftFrame.touch(Object hint) |
| Modifier and Type | Method and Description |
|---|---|
static io.netty.buffer.ByteBuf |
HeaderTransport.encodeFrame(io.netty.buffer.ByteBufAllocator bufAllocator,
ThriftFrame frame)
Encodes the HeaderFrame into a ByteBuf transferring the reference ownership.
|
Copyright © 2012–2020. All rights reserved.