javax.microedition.sip
Interface SipServerConnectionListener


public interface SipServerConnectionListener

Listener interface for incoming SIP requests.

See Also:
SipConnectionNotifier

Method Summary
 void notifyRequest(SipConnectionNotifier scn)
          This method will notify the listener that a new request is received.
 

Method Detail

notifyRequest

void notifyRequest(SipConnectionNotifier scn)

This method will notify the listener that a new request is received. This method gives the SipConnectionNotifier instance. The user has to call the SipConnectionNotifier.acceptAndOpen() to get the SipServerConnection object that holds the server transaction and the request received.

Parameters:
scn - SipConnectionNotifier carrying SipServerConnection


Copyright © 2007 Nokia Corporation. All Rights Reserved.
Java is a trademark of Sun Microsystems, Inc.