Uses of Class
org.apache.hadoop.oncrpc.RpcMessage
Packages that use RpcMessage
Package
Description
This package provides ONC RPC implementation with simple UDP/TCP
Servers and clients.
-
Uses of RpcMessage in org.apache.hadoop.oncrpc
Subclasses of RpcMessage in org.apache.hadoop.oncrpcModifier and TypeClassDescriptionclassRepresents RPC message MSG_ACCEPTED reply body.classRepresents an RPC message of type RPC call as defined in RFC 1831classRepresents RPC message MSG_DENIED reply body.classRepresents an RPC message of type RPC reply as defined in RFC 1831Methods in org.apache.hadoop.oncrpc that return RpcMessageConstructors in org.apache.hadoop.oncrpc with parameters of type RpcMessageModifierConstructorDescriptionRpcInfo(RpcMessage header, io.netty.buffer.ByteBuf data, io.netty.channel.ChannelHandlerContext channelContext, io.netty.channel.Channel channel, SocketAddress remoteAddress)