|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SipClientConnectionListener
Listener interface for incoming SIP responses.
SipClientConnection
Method Summary | |
---|---|
void |
notifyResponse(SipClientConnection scc)
This method gives the SipClientConnection instance, which
has received a new SIP response. |
Method Detail |
---|
void notifyResponse(SipClientConnection scc)
This method gives the SipClientConnection
instance, which
has received a new SIP response. The application
implementing this listener interface has to call
SipClientConnection.receive()
to initialize the
SipClientConnection
object with the new response.
scc
- SipClientConnection
carrying the response
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |