public interface MessageParser
Modifier and Type | Method and Description |
---|---|
SIPMessage |
parseSIPMessage(byte[] msgBytes,
boolean readBody,
boolean strict,
ParseExceptionListener exhandler)
parse a byte array containing the SIP Message into a SIPMessage object
|
SIPMessage parseSIPMessage(byte[] msgBytes, boolean readBody, boolean strict, ParseExceptionListener exhandler) throws ParseException
msgBytes
- the SIP Message received from the networkreadBody
- If the content body should be read or notexhandler
- Callback if an exception occurs during the parsing to notify back the stackParseException
- if a parseexception occursCopyright © 2015. All Rights Reserved.