| Interface | Description |
|---|---|
| XdrType |
The ASN1 type interface for all ASN1 types.
|
| Class | Description |
|---|---|
| AbstractXdrType<T> |
The abstract XDR type for all the XDR types.
|
| XdrBoolean |
Xdr Boolean type from RFC 4506
Boolean type has the same representation as signed integers.
|
| XdrBytes | |
| XdrEnumerated<T extends EnumType> | |
| XdrInteger |
Xdr Integer type from RFC 4506
An XDR signed integer is a 32-bit datum
that encodes an integer in the range [-2147483648,2147483647].
|
| XdrSimple<T> |
Xdr simple type, of single value other than complex type of multiple values.
|
| XdrString | |
| XdrStructType |
For collection type that may consist of dataTypeged fields
|
| XdrUnion |
A discriminated union is a type composed of a discriminant followed
by a type selected from a set of prearranged types according to the
value of the discriminant.
|
| XdrUnsignedInteger |
Xdr Unsigned Integer type from RFC 4506
An XDR unsigned integer is a 32-bit datum that encodes
a non-negative integer in the range [0,4294967295].
|
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.