isc.sensor
Class AppLayerMgrTCP.Parser

java.lang.Object
  extended by isc.sensor.AppLayerMgrTCP.Parser
Enclosing class:
AppLayerMgrTCP

protected class AppLayerMgrTCP.Parser
extends java.lang.Object

Table entry to hold each parser class and it's instantiated object. Entries are held in the Parsertable

Author:
John Casey
  • DNA_sensor - Aug 12, 2005

  • Field Summary
    protected  java.lang.Object instance
              Object instance of the parser
    protected  java.lang.String name
              Class name of the parser
     
    Constructor Summary
    protected AppLayerMgrTCP.Parser()
               
     
    Method Summary
     
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
     

    Field Detail

    name

    protected java.lang.String name
    Class name of the parser


    instance

    protected java.lang.Object instance
    Object instance of the parser

    Constructor Detail

    AppLayerMgrTCP.Parser

    protected AppLayerMgrTCP.Parser()