JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.emc.ecs.nfsclient.nfs
Interface NfsResponse
All Known Implementing Classes:
NfsTime
public interface
NfsResponse
The lowest-level response interface specified by RFC 1813 (https://tools.ietf.org/html/rfc1813).
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
unmarshalling
(
Xdr
xdr)
Transfer data from an Xdr object after RPC use.
Method Detail
unmarshalling
void unmarshalling(
Xdr
xdr)
Transfer data from an Xdr object after RPC use. Specified by RFC 1813 (https://tools.ietf.org/html/rfc1813).
Parameters:
xdr
- the returned Xdr.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method