SipServerConnectionpublic interface SipServerConnection implements SipConnectionSipServerConnection represents SIP server transaction. |
Methods Summary |
---|
public void | initResponse(int code)Initializes SipServerConnection with a specific SIP response to the
received request.
| public void | setReasonPhrase(java.lang.String phrase)Changes the default reason phrase.
|
|