| Package | Description |
|---|---|
| com.facebook.drift.transport.netty.client | |
| com.facebook.drift.transport.netty.codec |
| Modifier and Type | Method and Description |
|---|---|
@NotNull Transport |
DriftNettyClientConfig.getTransport() |
| Modifier and Type | Method and Description |
|---|---|
DriftNettyClientConfig |
DriftNettyClientConfig.setTransport(Transport transport) |
| Modifier and Type | Method and Description |
|---|---|
Transport |
ThriftFrame.getTransport() |
Transport |
FrameInfo.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 |
|---|
FrameInfo(String methodName,
byte messageType,
int sequenceId,
Transport transport,
Protocol protocol,
boolean supportOutOfOrderResponse) |
SimpleFrameCodec(Transport transport,
Protocol protocol,
boolean assumeClientsSupportOutOfOrderResponses) |
SimpleFrameInfoDecoder(Transport transportType,
Protocol protocolType,
boolean assumeClientsSupportOutOfOrderResponses) |
ThriftFrame(int sequenceId,
io.netty.buffer.ByteBuf message,
Map<String,String> headers,
List<ThriftHeaderTransform> transforms,
Transport transport,
Protocol protocol,
boolean supportOutOfOrderResponse) |
Copyright © 2012–2024. All rights reserved.