|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
XdrBoolean
object as a boolean
primitive.
XdrBytes
object as a byte
vector.
XdrByte
object as a byte
primitive.
XdrChar
object as a char
primitive.
XdrDouble
object as a double
primitive.
XdrDynamicOpaque
object as a byte
vector.
XdrFloat
object as a float
primitive.
XdrInt
object as a int
primitive.
XdrLong
object as a long
primitive.
OncRpcException
indicates ONC/RPC conditions
that a reasonable application might want to catch.OncRpcException
with a reason of
OncRpcException#RPC_FAILED.
OncRpcException
with the specified detail
message.
OncRpcException
with the specified detail
reason and message.
OncRpcException
with the specified detail
reason.
XdrOpaque
object as a byte
vector.
XdrShort
object as a short
primitive.
XdrString
object as a string
primitive.
XdrVoid
instance, which can be used in cases
where no data is to be serialized or deserialized but some ONC/RPC
function expects a reference to a XDR-able object.
XdrBoolean
represent (de-)serializeable
booleans, which are especially useful in cases where a result with only a
single boolean is expected from a remote function call or only a single
boolean parameter needs to be supplied.XdrBoolean
object.
XdrBoolean
object.
XdrBufferDecodingStream
class provides the necessary
functionality to XdrDecodingStream
to retrieve XDR packets from
a byte buffer.XdrUdpDecodingStream
object and associate
it with a buffer containing encoded XDR data.
XdrUdpDecodingStream
object and associate
it with a buffer containing encoded XDR data.
XdrBufferEncodingStream
class provides a buffer-based
XDR stream.XdrBufferEncodingStream
with a buffer
to encode data into of the given size.
XdrBufferEncodingStream
with a given
buffer.
XdrByte
represent (de-)serializeable
bytes, which are especially useful in cases where a result with only a
single byte is expected from a remote function call or only a single
byte parameter needs to be supplied.XdrByte
object.
XdrByte
object.
XdrBytes
represent (de-)serializeable
bytes values, which are especially useful in cases where a result with only a
single bytes value is expected from a remote function call or only a single
bytes value parameter needs to be supplied.XdrBytes
object.
XdrBytes
object.
XdrChar
represent (de-)serializeable
chars, which are especially useful in cases where a result with only a
single char is expected from a remote function call or only a single
char parameter needs to be supplied.XdrChar
object.
XdrChar
object.
offset
with a
length of length
.
offset
with a
length of length
.
XdrDouble
represent (de-)serializeable
doubles, which are especially useful in cases where a result with only a
single double is expected from a remote function call or only a single
double parameter needs to be supplied.XdrDouble
object.
XdrDouble
object.
XdrDynamicOpaque
represent (de-)serializeable
dynamic-size opaque values, which are especially useful in cases where a result with only a
single opaque value is expected from a remote function call or only a single
opaque value parameter needs to be supplied.XdrDynamicOpaque
object.
XdrDynamicOpaque
object.
offset
with a
length of length
.
offset
with a
length of length
.
XdrFloat
represent (de-)serializeable
floats, which are especially useful in cases where a result with only a
single float is expected from a remote function call or only a single
float parameter needs to be supplied.XdrFloat
object.
XdrFloat
object.
XdrInt
represent (de-)serializeable
integers, which are especially useful in cases where a result with only a
single int is expected from a remote function call or only a single
int parameter needs to be supplied.XdrInt
object.
XdrInt
object.
XdrLong
represent (de-)serializeable
longs (64 bit), which are especially useful in cases where a result with only a
single long is expected from a remote function call or only a single
long parameter needs to be supplied.XdrLong
object.
XdrLong
object.
XdrOpaque
represent (de-)serializeable
fixed-size opaque values, which are especially useful in cases where a result with only a
single opaque value is expected from a remote function call or only a single
opaque value parameter needs to be supplied.XdrOpaque
object.
XdrOpaque
object given
only the size of the opaque value.
XdrShort
represent (de-)serializeable
shorts, which are especially useful in cases where a result with only a
single short is expected from a remote function call or only a single
short parameter needs to be supplied.XdrShort
object.
XdrShort
object.
XdrString
represent (de-)serializeable
strings, which are especially useful in cases where a result with only a
single string is expected from a remote function call or only a single
string parameter needs to be supplied.XdrString
object.
XdrString
object.
XdrUnion
helps (de-)serializing
polymorphic classes.XdrVoid
represent (de-)serializeable
voids, which are especially useful in cases where no result is expected
from a remote function call or no parameters are supplied.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |