OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hispipe
(Results
1 - 2
of
2
) sorted by null
/external/nist-sip/java/gov/nist/javax/sip/stack/
TCPMessageChannel.java
592
Pipeline
hispipe
= null;
local
594
hispipe
= new Pipeline(myClientInputStream, sipStack.readTimeout,
598
myParser = new PipelinedMsgParser(this,
hispipe
, this.sipStack.getMaxMessageSize());
612
hispipe
.write("\r\n\r\n".getBytes("UTF-8"));
620
hispipe
.close();
626
hispipe
.write(msg, 0, nbytes);
631
hispipe
.write("\r\n\r\n".getBytes("UTF-8"));
648
hispipe
.close();
TLSMessageChannel.java
572
Pipeline
hispipe
= null;
local
574
hispipe
= new Pipeline(myClientInputStream, sipStack.readTimeout,
578
myParser = new PipelinedMsgParser(this,
hispipe
, this.sipStack.getMaxMessageSize());
592
hispipe
.write("\r\n\r\n".getBytes("UTF-8"));
600
hispipe
.close();
606
hispipe
.write(msg, 0, nbytes);
611
hispipe
.write("\r\n\r\n".getBytes("UTF-8"));
627
hispipe
.close();
Completed in 154 milliseconds