| Package | Description |
|---|---|
| com.facebook.drift.transport.netty.codec |
| Modifier and Type | Method and Description |
|---|---|
static ThriftHeaderTransform |
ThriftHeaderTransform.fromId(int transformId) |
static ThriftHeaderTransform |
ThriftHeaderTransform.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThriftHeaderTransform[] |
ThriftHeaderTransform.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<ThriftHeaderTransform> |
ThriftFrame.getTransforms() |
| Constructor and Description |
|---|
ThriftFrame(int sequenceId,
io.netty.buffer.ByteBuf message,
Map<String,String> headers,
List<ThriftHeaderTransform> transforms,
Transport transport,
Protocol protocol,
boolean supportOutOfOrderResponse) |
Copyright © 2012–2020. All rights reserved.