org.apache.hadoop.oncrpc
Class RpcReply

java.lang.Object
  extended by org.apache.hadoop.oncrpc.RpcMessage
      extended by org.apache.hadoop.oncrpc.RpcReply
Direct Known Subclasses:
RpcAcceptedReply, RpcDeniedReply

public abstract class RpcReply
extends RpcMessage

Represents an RPC message of type RPC reply as defined in RFC 1831


Nested Class Summary
static class RpcReply.ReplyState
          RPC reply_stat as defined in RFC 1831
 
Field Summary
 
Fields inherited from class org.apache.hadoop.oncrpc.RpcMessage
messageType, RPC_CALL, RPC_REPLY, xid
 
Method Summary
 RpcReply.ReplyState getState()
           
static RpcReply read(XDR xdr)
           
 
Methods inherited from class org.apache.hadoop.oncrpc.RpcMessage
getMessageType, getXid, validateMessageType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

read

public static RpcReply read(XDR xdr)

getState

public RpcReply.ReplyState getState()


Copyright © 2009 The Apache Software Foundation