org.apache.hadoop.oncrpc
Class RpcReply
java.lang.Object
org.apache.hadoop.oncrpc.RpcMessage
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
replyState
protected final RpcReply.ReplyState replyState
verifier
protected final Verifier verifier
getVerifier
public RpcAuthInfo getVerifier()
read
public static RpcReply read(XDR xdr)
getState
public RpcReply.ReplyState getState()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.