NIST SIP Parser and Stack (v1.2) API

gov.nist.javax.sip.stack
Interface ChannelNotifier


public interface ChannelNotifier

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.

Version:
JAIN-SIP-1.1
Author:
M. Ranganathan
This code is in the public domain.

Method Summary
 void notifyClose(MessageChannel messageChannel)
          Notify application on channel close
 void notifyOpen(MessageChannel messageChannel)
          Notify application on channel open.
 

Method Detail

notifyOpen

public void notifyOpen(MessageChannel messageChannel)
Notify application on channel open.

Parameters:
messageChannel - MessageChannel that was opened

notifyClose

public void notifyClose(MessageChannel messageChannel)
Notify application on channel close

Parameters:
messageChannel - messageChannel that was closed.

NIST SIP Parser and Stack (v1.2) API

A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Get the latest distribution.
Submit a bug report or feature request.