public interface SipRequestLine
Modifier and Type | Method and Description |
---|---|
String |
getMethod()
Get the Method
|
String |
getSipVersion()
Get the SIP version.
|
URI |
getUri()
get the Request-URI.
|
String |
getVersionMajor()
Get the major verrsion number.
|
String |
getVersionMinor()
Get the minor version number.
|
void |
setMethod(String method)
Set the method member
|
void |
setSipVersion(String version)
Set the sipVersion member
|
void |
setUri(URI uri)
Set the URI.
|
URI getUri()
String getMethod()
String getSipVersion()
void setUri(URI uri)
uri
- URI to set.void setMethod(String method)
method
- String to setvoid setSipVersion(String version)
s
- String to setString getVersionMajor()
String getVersionMinor()
Copyright © 2018. All Rights Reserved.