public final class RpcInfo
extends java.lang.Object
| Constructor | Description |
|---|---|
RpcInfo(RpcMessage header,
io.netty.buffer.ByteBuf data,
io.netty.channel.ChannelHandlerContext channelContext,
io.netty.channel.Channel channel,
java.net.SocketAddress remoteAddress) |
| Modifier and Type | Method | Description |
|---|---|---|
io.netty.channel.Channel |
channel() |
|
io.netty.buffer.ByteBuf |
data() |
|
RpcMessage |
header() |
|
java.net.SocketAddress |
remoteAddress() |
public RpcInfo(RpcMessage header, io.netty.buffer.ByteBuf data, io.netty.channel.ChannelHandlerContext channelContext, io.netty.channel.Channel channel, java.net.SocketAddress remoteAddress)
public RpcMessage header()
public io.netty.buffer.ByteBuf data()
public io.netty.channel.Channel channel()
public java.net.SocketAddress remoteAddress()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.