public interface SIPMessageListener extends ParseExceptionListener
PipelinedMsgParser
Modifier and Type | Method and Description |
---|---|
void |
processMessage(SIPMessage msg)
This is called from the parser on successful message processing.
|
void |
sendSingleCLRF() |
handleException
void processMessage(SIPMessage msg) throws Exception
msg
- SIP Message structure that is generated by the parser.Exception
for the method that gets called
on parse exception.
Copyright © 2015. All Rights Reserved.