org.opengts.servers.template
Class Constants
java.lang.Object
   org.opengts.servers.template.Constants
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.
 
 
| 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 | 
 
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
Constants
public Constants()
main
public static void main(java.lang.String[] argv)
-