Package org.apache.hadoop.oncrpc
@Private
@Evolving
package org.apache.hadoop.oncrpc
This package provides ONC RPC implementation with simple UDP/TCP
Servers and clients.
-
ClassDescriptionA simple client that registers an RPC program with portmap.Represents RPC message MSG_ACCEPTED reply body.Represents an RPC message of type RPC call as defined in RFC 1831This class is used for handling the duplicate non-idempotenty Rpc calls.Call that is used to track a client in the
RpcCallCacheRepresents RPC message MSG_DENIED reply body.RpcInfo records all contextual information of an RPC message.Represent an RPC message as defined in RFC 1831.Message typeClass for writing RPC server programs based on RFC 1050.Represents an RPC message of type RPC reply as defined in RFC 1831RPC reply_stat as defined in RFC 1831RpcResponse encapsulates a response to a RPC request.A simple TCP based RPC client which just sends a request to a server.A simple TCP based RPC client handler used bySimpleTcpServer.Simple UDP server implemented using netty.A simple UDP based RPC client which just sends one request to a server.Simple UDP server implemented based on netty.Utility class for building XDR messages based on RFC 4506.