public class RpcResponse
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
_xid
The
xid from the request, as specified by RFC 1831
(https://tools.ietf.org/html/rfc1831). |
| Constructor and Description |
|---|
RpcResponse() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAcceptStatus() |
int |
getDirection() |
int |
getRejectStatus() |
int |
getReplyStatus() |
int |
getXid()
The
xid from the request, as specified by RFC 1831
(https://tools.ietf.org/html/rfc1831). |
void |
unmarshalling(Xdr xdr)
Load this structure from the response data, as specified by RFC 1831
(https://tools.ietf.org/html/rfc1831).
|
protected int _xid
xid from the request, as specified by RFC 1831
(https://tools.ietf.org/html/rfc1831).public void unmarshalling(Xdr xdr) throws RpcException
xdr - The xdr response data.RpcExceptionpublic int getXid()
xid from the request, as specified by RFC 1831
(https://tools.ietf.org/html/rfc1831).public int getDirection()
public int getReplyStatus()
public int getAcceptStatus()
public int getRejectStatus()