HomeSort by relevance Sort by last modified time
    Searched refs:myClientInputStream (Results 1 - 2 of 2) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/stack/
TCPMessageChannel.java 71 protected InputStream myClientInputStream; // just to pass to thread.
129 myClientInputStream = mySock.getInputStream();
268 this.myClientInputStream = mySock.getInputStream();
341 this.myClientInputStream = mySock.getInputStream();
594 hispipe = new Pipeline(myClientInputStream, sipStack.readTimeout,
609 int nbytes = myClientInputStream.read(msg, 0, bufferSize);
TLSMessageChannel.java 79 private InputStream myClientInputStream; // just to pass to thread.
144 myClientInputStream = mySock.getInputStream();
268 this.myClientInputStream = mySock.getInputStream();
321 this.myClientInputStream = mySock.getInputStream();
574 hispipe = new Pipeline(myClientInputStream, sipStack.readTimeout,
589 int nbytes = myClientInputStream.read(msg, 0, bufferSize);

Completed in 195 milliseconds