public abstract class RpcReply extends RpcMessage
Modifier and Type | Class and Description |
---|---|
static class |
RpcReply.ReplyState
RPC reply_stat as defined in RFC 1831
|
RpcMessage.Type
Modifier and Type | Field and Description |
---|---|
protected RpcReply.ReplyState |
replyState |
protected Verifier |
verifier |
messageType, xid
Modifier and Type | Method and Description |
---|---|
RpcReply.ReplyState |
getState() |
RpcAuthInfo |
getVerifier() |
static RpcReply |
read(XDR xdr) |
getMessageType, getXid, validateMessageType, write
protected final RpcReply.ReplyState replyState
protected final Verifier verifier
public RpcAuthInfo getVerifier()
public RpcReply.ReplyState getState()
Copyright © 2013 Apache Software Foundation. All rights reserved.