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.
RpcAuthInfo Authentication Info as defined in RFC 1831
RpcAuthSys AUTH_SYS as defined in RFC 1831
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.
RpcFrameDecoder FrameDecoder for RPC messages.
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
RpcUtil The XID in RPC call.
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.
SimpleTcpServerHandler Handler used by SimpleTcpServer.
SimpleUdpClient A simple UDP based RPC client which just sends one request to a server.
SimpleUdpServer Simple UDP server implemented based on netty.
SimpleUdpServerHandler Handler used by SimpleUdpServer.
XDR Utility class for building XDR messages based on RFC 4506.
 

Enum Summary
RpcAcceptedReply.AcceptState  
RpcAuthInfo.AuthFlavor Different types of authentication as defined in RFC 1831
RpcDeniedReply.RejectState  
RpcReply.ReplyState RPC reply_stat as defined in RFC 1831
 



Copyright © 2009 The Apache Software Foundation