public interface ClientStream extends Stream
ClientStream.Listener Requests are sent by ClientStream directly.| 限定符和类型 | 接口和说明 |
|---|---|
static interface |
ClientStream.Listener |
| 限定符和类型 | 方法和说明 |
|---|---|
io.netty.util.concurrent.Future<?> |
halfClose()
No more data will be sent, half close this stream to wait server response.
|
io.netty.util.concurrent.Future<?> |
sendMessage(byte[] message,
int compressFlag,
boolean eos)
Send message to remote peer.
|
cancelByLocal, remoteAddress, request, sendHeaderio.netty.util.concurrent.Future<?> sendMessage(byte[] message,
int compressFlag,
boolean eos)
message - message to send to remote peereos - whether this is the last messageio.netty.util.concurrent.Future<?> halfClose()
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.