public final class RpcUtil
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
static io.netty.channel.ChannelInboundHandlerAdapter |
STAGE_RPC_MESSAGE_PARSER |
|
static io.netty.channel.ChannelInboundHandlerAdapter |
STAGE_RPC_TCP_RESPONSE |
|
static io.netty.channel.ChannelInboundHandlerAdapter |
STAGE_RPC_UDP_RESPONSE |
| Constructor | Description |
|---|---|
RpcUtil() |
| Modifier and Type | Method | Description |
|---|---|---|
static io.netty.handler.codec.ByteToMessageDecoder |
constructRpcFrameDecoder() |
|
static int |
getNewXid(java.lang.String caller) |
|
static void |
sendRpcResponse(io.netty.channel.ChannelHandlerContext ctx,
RpcResponse response) |
public static final io.netty.channel.ChannelInboundHandlerAdapter STAGE_RPC_MESSAGE_PARSER
public static final io.netty.channel.ChannelInboundHandlerAdapter STAGE_RPC_TCP_RESPONSE
public static final io.netty.channel.ChannelInboundHandlerAdapter STAGE_RPC_UDP_RESPONSE
public static int getNewXid(java.lang.String caller)
public static void sendRpcResponse(io.netty.channel.ChannelHandlerContext ctx,
RpcResponse response)
public static io.netty.handler.codec.ByteToMessageDecoder constructRpcFrameDecoder()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.