Methods Summary |
---|
public javax.microedition.sip.SipServerConnection | acceptAndOpen()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.
|
public java.lang.String | getLocalAddress()Gets the local IP address for this SIP connection.
|
public int | getLocalPort()Gets the local port for this SIP connection.
|
public void | setListener(javax.microedition.sip.SipServerConnectionListener sscl)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.
|