public class DataQueueCommand extends QueuedCommand
| Modifier and Type | Method and Description |
|---|---|
static DataQueueCommand |
createGrpcCommand(byte[] data,
boolean endStream,
int compressFlag) |
void |
doSend(io.netty.channel.ChannelHandlerContext ctx,
io.netty.channel.ChannelPromise promise) |
byte[] |
getData() |
boolean |
isEndStream() |
public static DataQueueCommand createGrpcCommand(byte[] data, boolean endStream, int compressFlag)
public void doSend(io.netty.channel.ChannelHandlerContext ctx,
io.netty.channel.ChannelPromise promise)
doSend in class QueuedCommandpublic byte[] getData()
public boolean isEndStream()
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.