public interface SipStatusLine
| Modifier and Type | Method and Description |
|---|---|
String |
getReasonPhrase()
get the ReasonPhrase field
|
String |
getSipVersion()
get the Sip Version
|
int |
getStatusCode()
get the Status Code
|
String |
getVersionMajor()
Get the major version number.
|
String |
getVersionMinor()
Get the minor version number.
|
void |
setReasonPhrase(String reasonPhrase)
Set the reasonPhrase member
|
void |
setSipVersion(String sipVersion)
Set the sipVersion member
|
void |
setStatusCode(int statusCode)
Set the statusCode member
|
String getSipVersion()
int getStatusCode()
String getReasonPhrase()
void setSipVersion(String sipVersion)
sipVersion - String to setvoid setStatusCode(int statusCode)
statusCode - int to setvoid setReasonPhrase(String reasonPhrase)
reasonPhrase - String to setString getVersionMajor()
String getVersionMinor()
Copyright © 2014. All Rights Reserved.