| Package | Description |
|---|---|
| io.airlift.drift.transport.netty.client | |
| io.airlift.drift.transport.netty.codec |
| Modifier and Type | Method and Description |
|---|---|
Transport |
DriftNettyClientConfig.getTransport() |
| Modifier and Type | Method and Description |
|---|---|
DriftNettyClientConfig |
DriftNettyClientConfig.setTransport(Transport transport) |
| Modifier and Type | Method and Description |
|---|---|
Transport |
ThriftFrame.getTransport() |
static Transport |
Transport.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Transport[] |
Transport.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SimpleFrameCodec(Transport transport,
Protocol protocol,
boolean assumeClientsSupportOutOfOrderResponses) |
ThriftFrame(int sequenceId,
io.netty.buffer.ByteBuf message,
Map<String,String> headers,
Transport transport,
Protocol protocol,
boolean supportOutOfOrderResponse) |
Copyright © 2012–2018. All rights reserved.