|
NIST SIP Parser and Stack (v1.2) API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An object that provides notification back to the application on new channel creates and deletes. This is useful for firewall implementation using TCP where such notifications can be used for firewall control. The implmentation of this is provided by the application.
Method Summary | |
void |
notifyClose(MessageChannel messageChannel)
Notify application on channel close |
void |
notifyOpen(MessageChannel messageChannel)
Notify application on channel open. |
Method Detail |
public void notifyOpen(MessageChannel messageChannel)
messageChannel
- MessageChannel that was openedpublic void notifyClose(MessageChannel messageChannel)
messageChannel
- messageChannel that was closed.
|
NIST SIP Parser and Stack (v1.2) API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |