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 |
read
public static RpcReply read(XDR xdr)
getState
public RpcReply.ReplyState getState()
Copyright © 2009 The Apache Software Foundation