|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CustomHook
Create your own hook class implementing this interface. Your class must not belong to any package in order to be plugged at runtime.
| Method Summary | |
|---|---|
void |
modifyPacket(tcpcatcher.TcpCatcherPacket tcpcatcherPacket)
This method is called each time a packet goes through TcpCatcher |
void |
setUp()
Initialize your hook (for instance open some log file here). |
void |
shutDown()
Shutdown your hook (for instance close your log file). |
| Method Detail |
|---|
void setUp()
void modifyPacket(tcpcatcher.TcpCatcherPacket tcpcatcherPacket)
void shutDown()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||