| Package | Description |
|---|---|
| gov.nist.javax.sip.message |
Class definitions for SIP messages and message factory.
|
| gov.nist.javax.sip.parser |
Parsers for SIP Headers, URL's and addresses.
|
| Modifier and Type | Field and Description |
|---|---|
protected RequestLine |
SIPRequest.requestLine |
| Modifier and Type | Method and Description |
|---|---|
RequestLine |
SIPRequest.getRequestLine()
Get the Request Line of the SIPRequest.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SIPRequest.setRequestLine(RequestLine requestLine)
Set the request line of the SIP Request.
|
| Modifier and Type | Method and Description |
|---|---|
RequestLine |
RequestLineParser.parse() |
RequestLine |
StringMsgParser.parseSIPRequestLine(String requestLine)
Parse the SIP Request Line
|
Copyright © 2018. All Rights Reserved.