| Package | Description |
|---|---|
| com.telestax.javax.sip.parser |
Parsers for SIP Headers, URL's and addresses.
|
| com.telestax.javax.sip.stack |
This package implements the main protocol abstractions that are defined by the SIP RFC 3261.
|
| Modifier and Type | Method and Description |
|---|---|
SipUri |
StringMsgParser.parseSIPUrl(String url)
Parse a SIP url from a string and return a URI structure for it.
|
SipUri |
URLParser.sipURL(boolean inBrackets)
Parse and return a structure for a SIP URL.
|
| Modifier and Type | Method and Description |
|---|---|
SIPRequest |
SIPDialog.createRequest(SipUri requestURI,
Via via,
CSeq cseq,
From from,
To to)
Generate a request from a response.
|
Copyright © 2014. All Rights Reserved.