Package | Description |
---|---|
gov.nist.javax.sip.address |
Implementation of the address package of the JAIN SIP API.
|
gov.nist.javax.sip.header |
Contains implementations of the SIP headers as defined in JAIN-SIP 1.2 and
an implementation of the JAIN-SIP header factory.
|
gov.nist.javax.sip.header.ims |
NIST-SIP Specific support for IMS headers contributed by Jose Miguel
Freitas (Aveiro University, Portugal) and Alexandre Miguel Silva
Santos (PT Inovacau, Portugal).
|
gov.nist.javax.sip.parser |
Parsers for SIP Headers, URL's and addresses.
|
Modifier and Type | Class and Description |
---|---|
class |
SipUri
Implementation of the SipURI interface.
|
class |
TelURLImpl
Implementation of the TelURL interface.
|
Modifier and Type | Field and Description |
---|---|
protected GenericURI |
AddressImpl.address
address field
|
Modifier and Type | Field and Description |
---|---|
protected GenericURI |
ErrorInfo.errorInfo |
protected GenericURI |
CallInfo.info |
protected GenericURI |
RequestLine.uri
uri field.
|
protected GenericURI |
AlertInfo.uri
URI field
|
Modifier and Type | Method and Description |
---|---|
protected GenericURI |
ParametersHeader.getParameterAsURI(String parameterName)
Get the parameter value as a URI.
|
GenericURI |
RequestLine.getUri() |
Constructor and Description |
---|
ErrorInfo(GenericURI errorInfo)
Constructor given the error info
|
RequestLine(GenericURI requestURI,
String method)
Constructor given the request URI and the method.
|
Constructor and Description |
---|
PAssociatedURI(GenericURI associatedURI)
Constructor
|
Modifier and Type | Method and Description |
---|---|
GenericURI |
URLParser.parse()
Default parse method.
|
GenericURI |
StringMsgParser.parseUrl(String url)
Parse a uri from a string and return a URI structure for it.
|
GenericURI |
URLParser.uriReference(boolean inBrackets)
Parse and return a structure for a generic URL.
|
Copyright © 2015. All Rights Reserved.