Package | Description |
---|---|
gov.nist.javax.sip.parser |
Parsers for SIP Headers, URL's and addresses.
|
gov.nist.javax.sip.stack |
This package implements the main protocol abstractions that are defined by the SIP RFC 3261.
|
Modifier and Type | Class and Description |
---|---|
class |
StringMsgParser
Parse SIP message and parts of SIP messages such as URI's etc from memory and
return a structure.
|
Modifier and Type | Method and Description |
---|---|
MessageParser |
StringMsgParserFactory.createMessageParser(SIPTransactionStack stack) |
MessageParser |
MessageParserFactory.createMessageParser(SIPTransactionStack stack)
Creates a Message Parser
|
Modifier and Type | Field and Description |
---|---|
protected MessageParser |
UDPMessageChannel.myParser
The parser we are using for messages received from this channel.
|
Copyright © 2018. All Rights Reserved.