Home | History | Annotate | Download | only in message

Lines Matching defs:smp

699         StringMsgParser smp = new StringMsgParser();
700 smp.setStrict(this.strict);
733 smp.setParseExceptionListener(parseExceptionListener);
735 SIPMessage sipMessage = smp.parseSIPMessage(requestString);
756 StringMsgParser smp = new StringMsgParser();
758 SIPMessage sipMessage = smp.parseSIPMessage(responseString);