org.opengts.servers.template
Class Constants

java.lang.Object
  extended by org.opengts.servers.template.Constants

public class Constants
extends java.lang.Object

Constants Specifies static information specific to the type of remote device communication protocol being parsed.


Field Summary
static int[] ASCII_LINE_TERMINATOR
           
static boolean ASCII_PACKETS
           
static java.lang.String COPYRIGHT
           
static java.lang.String DEVICE_CODE
           
static int MAX_PACKET_LENGTH
           
static int MIN_PACKET_LENGTH
           
static boolean TERMINATE_ON_TIMEOUT
           
static long TIMEOUT_TCP_IDLE
           
static long TIMEOUT_TCP_PACKET
           
static long TIMEOUT_TCP_SESSION
           
static long TIMEOUT_UDP_IDLE
           
static long TIMEOUT_UDP_PACKET
           
static long TIMEOUT_UDP_SESSION
           
static java.lang.String TITLE_NAME
           
static java.lang.String VERSION
           
 
Constructor Summary
Constants()
           
 
Method Summary
static void main(java.lang.String[] argv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TITLE_NAME

public static final java.lang.String TITLE_NAME
See Also:
Constant Field Values

VERSION

public static final java.lang.String VERSION
See Also:
Constant Field Values

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

DEVICE_CODE

public static final java.lang.String DEVICE_CODE
See Also:
Constant Field Values

ASCII_PACKETS

public static final boolean ASCII_PACKETS
See Also:
Constant Field Values

ASCII_LINE_TERMINATOR

public static final int[] ASCII_LINE_TERMINATOR

MIN_PACKET_LENGTH

public static final int MIN_PACKET_LENGTH
See Also:
Constant Field Values

MAX_PACKET_LENGTH

public static final int MAX_PACKET_LENGTH
See Also:
Constant Field Values

TERMINATE_ON_TIMEOUT

public static final boolean TERMINATE_ON_TIMEOUT
See Also:
Constant Field Values

TIMEOUT_TCP_IDLE

public static final long TIMEOUT_TCP_IDLE
See Also:
Constant Field Values

TIMEOUT_TCP_PACKET

public static final long TIMEOUT_TCP_PACKET
See Also:
Constant Field Values

TIMEOUT_TCP_SESSION

public static final long TIMEOUT_TCP_SESSION
See Also:
Constant Field Values

TIMEOUT_UDP_IDLE

public static final long TIMEOUT_UDP_IDLE
See Also:
Constant Field Values

TIMEOUT_UDP_PACKET

public static final long TIMEOUT_UDP_PACKET
See Also:
Constant Field Values

TIMEOUT_UDP_SESSION

public static final long TIMEOUT_UDP_SESSION
See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()
Method Detail

main

public static void main(java.lang.String[] argv)