uka.transport
Interface TransportConstants
- All Known Implementing Classes:
- BasicIO, BinaryInputStream, BinaryOutputStream, BinaryReader, BinaryWriter, Descriptors, MarshalStream, TransportDescriptor, UnmarshalStream
- public interface TransportConstants
- Author:
- Bernhard Haumacher
SIZEOF_boolean
public static final int SIZEOF_boolean
- See Also:
- Constant Field Values
SIZEOF_byte
public static final int SIZEOF_byte
- See Also:
- Constant Field Values
SIZEOF_char
public static final int SIZEOF_char
- See Also:
- Constant Field Values
SIZEOF_short
public static final int SIZEOF_short
- See Also:
- Constant Field Values
SIZEOF_int
public static final int SIZEOF_int
- See Also:
- Constant Field Values
SIZEOF_long
public static final int SIZEOF_long
- See Also:
- Constant Field Values
SIZEOF_float
public static final int SIZEOF_float
- See Also:
- Constant Field Values
SIZEOF_double
public static final int SIZEOF_double
- See Also:
- Constant Field Values
TC_ANONYMOUS
public static final byte TC_ANONYMOUS
- See Also:
- Constant Field Values
TC_RESET
public static final byte TC_RESET
- See Also:
- Constant Field Values
TC_RESETTYPE
public static final byte TC_RESETTYPE
- See Also:
- Constant Field Values
TC_NULL
public static final byte TC_NULL
- See Also:
- Constant Field Values
TC_REFERENCE
public static final byte TC_REFERENCE
- See Also:
- Constant Field Values
TC_NEW
public static final byte TC_NEW
- See Also:
- Constant Field Values
TC_DEFAULT
public static final byte TC_DEFAULT
- See Also:
- Constant Field Values
TC_TYPE
public static final byte TC_TYPE
- See Also:
- Constant Field Values
TC_EXCEPTION
public static final byte TC_EXCEPTION
- See Also:
- Constant Field Values
TC_REPLACEMENT
public static final byte TC_REPLACEMENT
- See Also:
- Constant Field Values
TC_USER
public static final byte TC_USER
- First type constant that is available for user defined marshal
adapters.
- See Also:
- Constant Field Values
REQUEST_MAX
public static final int REQUEST_MAX
- See Also:
- Constant Field Values
REQUEST_MAX_boolean
public static final int REQUEST_MAX_boolean
- See Also:
- Constant Field Values
REQUEST_MAX_byte
public static final int REQUEST_MAX_byte
- See Also:
- Constant Field Values
REQUEST_MAX_char
public static final int REQUEST_MAX_char
- See Also:
- Constant Field Values
REQUEST_MAX_short
public static final int REQUEST_MAX_short
- See Also:
- Constant Field Values
REQUEST_MAX_int
public static final int REQUEST_MAX_int
- See Also:
- Constant Field Values
REQUEST_MAX_long
public static final int REQUEST_MAX_long
- See Also:
- Constant Field Values
REQUEST_MAX_float
public static final int REQUEST_MAX_float
- See Also:
- Constant Field Values
REQUEST_MAX_double
public static final int REQUEST_MAX_double
- See Also:
- Constant Field Values