equip.net
Class Encoding

java.lang.Object
  extended byequip.net.Encoding

public class Encoding
extends java.lang.Object

different encoding that may be specified for communication. encoding/stream types {IDL'd in eqNetTypes.idl). Values:


Field Summary
static int EQENCODE_EQ_OBJECT_PACKET
          EQUIP serialisation of objects, mapped to packets
static int EQENCODE_EQ_OBJECT_STREAM
          EQUIP's own serialisation of objects
static int EQENCODE_JAVA_OBJECT_PACKET
          Java serialisation of objects, mapped to packets
static int EQENCODE_JAVA_OBJECT_STREAM
          Java's normal serialisation of objects
static int EQENCODE_MESSAGE
          distinct messages
 
Constructor Summary
Encoding()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EQENCODE_EQ_OBJECT_STREAM

public static final int EQENCODE_EQ_OBJECT_STREAM
EQUIP's own serialisation of objects

See Also:
Constant Field Values

EQENCODE_JAVA_OBJECT_STREAM

public static final int EQENCODE_JAVA_OBJECT_STREAM
Java's normal serialisation of objects

See Also:
Constant Field Values

EQENCODE_MESSAGE

public static final int EQENCODE_MESSAGE
distinct messages

See Also:
Constant Field Values

EQENCODE_EQ_OBJECT_PACKET

public static final int EQENCODE_EQ_OBJECT_PACKET
EQUIP serialisation of objects, mapped to packets

See Also:
Constant Field Values

EQENCODE_JAVA_OBJECT_PACKET

public static final int EQENCODE_JAVA_OBJECT_PACKET
Java serialisation of objects, mapped to packets

See Also:
Constant Field Values
Constructor Detail

Encoding

public Encoding()