public class SipResponse extends SipMessage
| Modifier and Type | Field | Description |
|---|---|---|
protected String |
reasonPhrase |
|
protected int |
statusCode |
body, sipHeaders, sipVersion| Constructor | Description |
|---|---|
SipResponse(int statusCode,
String reasonPhrase) |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getReasonPhrase() |
|
int |
getStatusCode() |
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetBody, getSipHeaders, getSipVersion, setBody, setSipHeadersprotected int statusCode
protected String reasonPhrase
public SipResponse(int statusCode,
String reasonPhrase)
public String toString()
toString in class SipMessagepublic int getStatusCode()
public String getReasonPhrase()
Copyright © 2018. All rights reserved.