Searched refs:myParser (Results 1 – 3 of 3) sorted by relevance
107 protected StringMsgParser myParser; field in UDPMessageChannel250 if (myParser == null) { in run()251 myParser = new StringMsgParser(); in run()252 myParser.setParseExceptionListener(this); in run()337 sipMessage = myParser.parseSIPMessage(msgBytes); in processIncomingDataPacket()338 myParser = null; in processIncomingDataPacket()340 myParser = null; // let go of the parser reference. in processIncomingDataPacket()
69 private PipelinedMsgParser myParser; field in TCPMessageChannel598 myParser = new PipelinedMsgParser(this, hispipe, this.sipStack.getMaxMessageSize()); in run()600 myParser.processInput(); in run()663 myParser.close(); in run()
77 private PipelinedMsgParser myParser; field in TLSMessageChannel578 myParser = new PipelinedMsgParser(this, hispipe, this.sipStack.getMaxMessageSize()); in run()580 myParser.processInput(); in run()642 this.myParser.close(); in run()