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
 
Nested classes/interfaces inherited from class org.apache.hadoop.oncrpc.RpcMessage
RpcMessage.Type
 
Field Summary
protected  RpcReply.ReplyState replyState
           
protected  Verifier verifier
           
 
Fields inherited from class org.apache.hadoop.oncrpc.RpcMessage
messageType, xid
 
Method Summary
 RpcReply.ReplyState getState()
           
 RpcAuthInfo getVerifier()
           
static RpcReply read(XDR xdr)
           
 
Methods inherited from class org.apache.hadoop.oncrpc.RpcMessage
getMessageType, getXid, validateMessageType, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

replyState

protected final RpcReply.ReplyState replyState

verifier

protected final Verifier verifier
Method Detail

getVerifier

public RpcAuthInfo getVerifier()

read

public static RpcReply read(XDR xdr)

getState

public RpcReply.ReplyState getState()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.