Accepts and opens a new SipServerConnection in this listening point.
If there are no messages in the queue method will block until a
new request is received.
SipServerConnection which carries the received request throws: IOException - - if the connection can not be established throws: InterruptedIOException - - if the connection is closed throws: SipException - - TRANSACTION_UNAVAILABLE if the systemcan not open new SIP transactions.
Gets the local IP address for this SIP connection.
local IP address. Returns null if the address is not available. throws: IOException - - if the connection was closed
Gets the local port for this SIP connection.
local port number, that the notifier is listening to.Returns 0 if the port is not available. throws: IOException - - if the connection was closed
Sets a listener for incoming SIP requests. If a listener is
already set it
will be overwritten. Setting listener to null will remove the current
listener.
Parameters: sscl - - listener for incoming SIP requests throws: IOException - - if the connection was closed