| Package | Description |
|---|---|
| com.facebook.drift.transport.netty.client | |
| com.facebook.drift.transport.netty.codec |
| Modifier and Type | Method and Description |
|---|---|
@NotNull Protocol |
DriftNettyClientConfig.getProtocol() |
| Modifier and Type | Method and Description |
|---|---|
DriftNettyClientConfig |
DriftNettyClientConfig.setProtocol(Protocol protocol) |
| Modifier and Type | Method and Description |
|---|---|
Protocol |
ThriftFrame.getProtocol() |
Protocol |
FrameInfo.getProtocol() |
static Protocol |
Protocol.getProtocolByHeaderTransportId(int headerTransportId) |
static Protocol |
Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Protocol[] |
Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Transport.addFrameHandlers(io.netty.channel.ChannelPipeline pipeline,
Optional<Protocol> protocol,
io.airlift.units.DataSize maxFrameSize,
boolean assumeClientsSupportOutOfOrderResponses) |
| 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.