|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PacketOutputAdaptorIF
Inteface for Packet and Session output writers
Method Summary | |
---|---|
void |
close()
Close the output resource |
void |
writeTCPFlow(TCPBean tcpb)
Write out the processed TCP packet info |
void |
writeTCPSession(SessionBean ses)
Write out the completed TCP session |
void |
writeTCPSumFlows(TCPSumBean tsb,
int flown)
Write out the TCP Session summary flows (client->server) and (server->client) |
void |
writeUDPFlow(UDPBean uf)
Write out the processed UDP packet info |
void |
writeUDPSession(SessionBean ses)
Write out the completed UDP session |
void |
writeUDPSumFlows(PacketSumBean usb,
int flown)
Write out the UDP Session summary flows (client->server) and (server->client) |
Method Detail |
---|
void writeUDPSession(SessionBean ses) throws java.lang.Exception
ses
- The processed UDP session
java.lang.Exception
void writeUDPSumFlows(PacketSumBean usb, int flown) throws java.lang.Exception
usb
- The processed summary flowflown
- The flow number (1=client->server) (2=server->client)
java.lang.Exception
void writeUDPFlow(UDPBean uf) throws java.lang.Exception
uf
- The processed UDP bean
java.lang.Exception
void writeTCPSession(SessionBean ses) throws java.lang.Exception
ses
- The processed UDP session
java.lang.Exception
void writeTCPSumFlows(TCPSumBean tsb, int flown) throws java.lang.Exception
tsb
- The processed summary flowflown
- The flow number (1=client->server) (2=server->client)
java.lang.Exception
void writeTCPFlow(TCPBean tcpb) throws java.lang.Exception
tcpb
- The processed TCPbean
java.lang.Exception
void close()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |