Searched refs:hispipe (Results 1 – 2 of 2) sorted by relevance
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
D | TLSMessageChannel.java | 572 Pipeline hispipe = null; in run() local 574 hispipe = new Pipeline(myClientInputStream, sipStack.readTimeout, in run() 578 myParser = new PipelinedMsgParser(this, hispipe, this.sipStack.getMaxMessageSize()); in run() 592 hispipe.write("\r\n\r\n".getBytes("UTF-8")); in run() 600 hispipe.close(); in run() 606 hispipe.write(msg, 0, nbytes); in run() 611 hispipe.write("\r\n\r\n".getBytes("UTF-8")); in run() 627 hispipe.close(); in run()
|
D | TCPMessageChannel.java | 592 Pipeline hispipe = null; in run() local 594 hispipe = new Pipeline(myClientInputStream, sipStack.readTimeout, in run() 598 myParser = new PipelinedMsgParser(this, hispipe, this.sipStack.getMaxMessageSize()); in run() 612 hispipe.write("\r\n\r\n".getBytes("UTF-8")); in run() 620 hispipe.close(); in run() 626 hispipe.write(msg, 0, nbytes); in run() 631 hispipe.write("\r\n\r\n".getBytes("UTF-8")); in run() 648 hispipe.close(); in run()
|