| 限定符和类型 | 方法和说明 |
|---|---|
Object |
RpcMethodInfo.inputDecode(DynamicCompositeByteBuf input) |
Object |
ProtobufRpcMethodInfo.inputDecode(DynamicCompositeByteBuf input) |
Object |
JprotobufRpcMethodInfo.inputDecode(DynamicCompositeByteBuf input) |
Object |
RpcMethodInfo.outputDecode(DynamicCompositeByteBuf output) |
Object |
ProtobufRpcMethodInfo.outputDecode(DynamicCompositeByteBuf output) |
Object |
JprotobufRpcMethodInfo.outputDecode(DynamicCompositeByteBuf output) |
| 限定符和类型 | 方法和说明 |
|---|---|
DynamicCompositeByteBuf |
DynamicCompositeByteBuf.readBytes(byte[] dst) |
DynamicCompositeByteBuf |
DynamicCompositeByteBuf.readBytes(byte[] dst,
int dstIndex,
int length)
Transfers this buffer's data to the specified destination starting at
the current
readerIndex and increases the readerIndex
by the number of the transferred bytes (= length). |
| 构造器和说明 |
|---|
DynamicCompositeByteBufInputStream(DynamicCompositeByteBuf compositeByteBuf)
Creates a new stream which reads data from the specified
buffer |
DynamicCompositeByteBufInputStream(DynamicCompositeByteBuf buffer,
boolean releaseOnClose)
Creates a new stream which reads data from the specified
buffer |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
Protocol.decode(io.netty.channel.ChannelHandlerContext ctx,
DynamicCompositeByteBuf in,
boolean isDecodingRequest)
客户端/服务端解析请求包成header+body buffer
|
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
HttpRpcProtocol.decode(io.netty.channel.ChannelHandlerContext ctx,
DynamicCompositeByteBuf in,
boolean isDecodingRequest) |
| 限定符和类型 | 方法和说明 |
|---|---|
HuluRpcDecodePacket |
HuluRpcProtocol.decode(io.netty.channel.ChannelHandlerContext ctx,
DynamicCompositeByteBuf in,
boolean isDecodingRequest) |
| 限定符和类型 | 方法和说明 |
|---|---|
NSHeadPacket |
NSHeadRpcProtocol.decode(io.netty.channel.ChannelHandlerContext ctx,
DynamicCompositeByteBuf in,
boolean isDecodingRequest) |
| 限定符和类型 | 方法和说明 |
|---|---|
PublicPbRpcPacket |
PublicPbrpcProtocol.decode(io.netty.channel.ChannelHandlerContext ctx,
DynamicCompositeByteBuf in,
boolean isDecodingRequest) |
| 限定符和类型 | 方法和说明 |
|---|---|
DefaultServerPushPacket |
DefaultServerPushProtocol.decode(io.netty.channel.ChannelHandlerContext ctx,
DynamicCompositeByteBuf in,
boolean isDecodingRequest) |
| 限定符和类型 | 方法和说明 |
|---|---|
SofaRpcDecodePacket |
SofaRpcProtocol.decode(io.netty.channel.ChannelHandlerContext ctx,
DynamicCompositeByteBuf in,
boolean isDecodingRequest) |
| 限定符和类型 | 方法和说明 |
|---|---|
BaiduRpcDecodePacket |
BaiduRpcProtocol.decode(io.netty.channel.ChannelHandlerContext ctx,
DynamicCompositeByteBuf in,
boolean isDecodingRequest) |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
StargateRpcProtocol.decode(io.netty.channel.ChannelHandlerContext ctx,
DynamicCompositeByteBuf in,
boolean isDecodingRequest) |
| 限定符和类型 | 方法和说明 |
|---|---|
static com.google.protobuf.Message |
ProtobufUtils.parseFrom(DynamicCompositeByteBuf input,
com.google.protobuf.Message defaultInstance) |
Copyright © 2019 Baidu, Inc.. All rights reserved.