verinec.netsim.constants
Class TCP

java.lang.Object
  extended by verinec.netsim.constants.UDP
      extended by verinec.netsim.constants.TCP

public class TCP
extends UDP

This Class contains static Strings for TCP Events that are used for logging. see events.xsd schema

Version:
$Revision: 794 $
Author:
Dominik Jungo

Field Summary
static String ACCEPT
          The SEND Event Type
static String CLOSED
          The NEW IN CLOSED STATE Event Type
static String CLOSEWAIT
          The NEW IN CLOSEWAIT STATE Event Type
static String CLOSING
          The NEW IN CLOSING STATE Event Type
static String CONNECT
          The CONNECT Event Type
static String ESTABLISHED
          The NEW IN ESTABLISHED STATE Event Type
static String FINWAIT1
          The NEW IN FINWAIT1 STATE Event Type
static String FINWAIT2
          The NEW IN FINWAIT2 STATE Event Type
static String LASTACK
          The NEW IN LASTACK STATE Event Type
static String LISTEN
          The NEW IN LISTEN STATE Event Type
static String SYNRECEIVED
          The NEW IN SYNRECEIVED STATE Event Type
static String SYNSEND
          The NEW IN SYNSEND STATE Event Type
static String TIMEDWAIT
          The NEW IN TIMEDWAIT STATE Event Type
static String TIMEOUT
          The Timeout Event Type
 
Fields inherited from class verinec.netsim.constants.UDP
BIND, CLOSE, RECEIVE, SEND
 
Constructor Summary
TCP()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TIMEOUT

public static String TIMEOUT
The Timeout Event Type


ACCEPT

public static String ACCEPT
The SEND Event Type


CONNECT

public static String CONNECT
The CONNECT Event Type


CLOSED

public static String CLOSED
The NEW IN CLOSED STATE Event Type


CLOSEWAIT

public static String CLOSEWAIT
The NEW IN CLOSEWAIT STATE Event Type


CLOSING

public static String CLOSING
The NEW IN CLOSING STATE Event Type


ESTABLISHED

public static String ESTABLISHED
The NEW IN ESTABLISHED STATE Event Type


FINWAIT1

public static String FINWAIT1
The NEW IN FINWAIT1 STATE Event Type


FINWAIT2

public static String FINWAIT2
The NEW IN FINWAIT2 STATE Event Type


LASTACK

public static String LASTACK
The NEW IN LASTACK STATE Event Type


LISTEN

public static String LISTEN
The NEW IN LISTEN STATE Event Type


SYNRECEIVED

public static String SYNRECEIVED
The NEW IN SYNRECEIVED STATE Event Type


SYNSEND

public static String SYNSEND
The NEW IN SYNSEND STATE Event Type


TIMEDWAIT

public static String TIMEDWAIT
The NEW IN TIMEDWAIT STATE Event Type

Constructor Detail

TCP

public TCP()

Copyright © 2005 Verinec, DIUF