|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectisc.sensor.APPMgrEvent
public class APPMgrEvent
Internal structure used by AppLayer managers to manage packet events.
Field Summary | |
---|---|
int |
appindex
The starting position of the L7 header in the raw packet |
PacketBean |
bean
The processed packet |
byte[] |
packet
The raw packet |
java.lang.String |
portKey
The port of this packet that was registered as an event |
int |
size
The size of the raw packet |
Constructor Summary | |
---|---|
APPMgrEvent()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public PacketBean bean
public byte[] packet
public int appindex
public int size
public java.lang.String portKey
Constructor Detail |
---|
public APPMgrEvent()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |