Uses of Class
org.apache.hadoop.oncrpc.RpcMessage

Packages that use RpcMessage
org.apache.hadoop.oncrpc   
 

Uses of RpcMessage in org.apache.hadoop.oncrpc
 

Subclasses of RpcMessage in org.apache.hadoop.oncrpc
 class RpcAcceptedReply
          Represents RPC message MSG_ACCEPTED reply body.
 class RpcCall
          Represents an RPC message of type RPC call as defined in RFC 1831
 class RpcDeniedReply
          Represents RPC message MSG_DENIED reply body.
 class RpcReply
          Represents an RPC message of type RPC reply as defined in RFC 1831
 

Methods in org.apache.hadoop.oncrpc that return RpcMessage
 RpcMessage RpcInfo.header()
           
 

Constructors in org.apache.hadoop.oncrpc with parameters of type RpcMessage
RpcInfo(RpcMessage header, org.jboss.netty.buffer.ChannelBuffer data, org.jboss.netty.channel.ChannelHandlerContext channelContext, org.jboss.netty.channel.Channel channel, SocketAddress remoteAddress)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.