Package org.apache.hadoop.oncrpc

Class Summary
RegistrationClient A simple client that registers an RPC program with portmap.
RpcAcceptedReply Represents RPC message MSG_ACCEPTED reply body.
RpcCall Represents an RPC message of type RPC call as defined in RFC 1831
RpcCallCache This class is used for handling the duplicate non-idempotenty Rpc calls.
RpcCallCache.CacheEntry  
RpcCallCache.ClientRequest Call that is used to track a client in the RpcCallCache
RpcDeniedReply Represents RPC message MSG_DENIED reply body.
RpcInfo RpcInfo records all contextual information of an RPC message.
RpcMessage Represent an RPC message as defined in RFC 1831.
RpcProgram Class for writing RPC server programs based on RFC 1050.
RpcReply Represents an RPC message of type RPC reply as defined in RFC 1831
RpcResponse RpcResponse encapsulates a response to a RPC request.
RpcUtil  
SimpleTcpClient A simple TCP based RPC client which just sends a request to a server.
SimpleTcpClientHandler A simple TCP based RPC client handler used by SimpleTcpServer.
SimpleTcpServer Simple UDP server implemented using netty.
SimpleUdpClient A simple UDP based RPC client which just sends one request to a server.
SimpleUdpServer Simple UDP server implemented based on netty.
XDR Utility class for building XDR messages based on RFC 4506.
 

Enum Summary
RpcAcceptedReply.AcceptState  
RpcDeniedReply.RejectState  
RpcMessage.Type Message type
RpcReply.ReplyState RPC reply_stat as defined in RFC 1831
XDR.State  
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.