| javax.microedition.sip.SipServerConnectionListener
All known Subclasses: javax.microedition.sip.TestMultiNotifiers, examples.SipPushTest, javax.microedition.sip.TestSipRefreshHelper, javax.microedition.sip.TestSubscribeNotify, javax.microedition.sip.TestRegisterTCP, javax.microedition.sip.TestPrack, javax.microedition.sip.TestOriginatingInvite,
SipServerConnectionListener | public interface SipServerConnectionListener (Code) | | Listener interface for incoming SIP requests.
See Also: JSR180 See Also: spec, v 1.0.1, p 41 |
notifyRequest | public void notifyRequest(javax.microedition.sip.SipConnectionNotifier ssc)(Code) | | This method will notify the listener that a new request is received.
See Also: JSR180 See Also: spec, v 1.0.1, p 41 Parameters: ssc - - SipConnectionNotifier carrying SipServerConnection |
|
|