Searched refs:myClientInputStream (Results 1 – 2 of 2) sorted by relevance
71 protected InputStream myClientInputStream; // just to pass to thread. field in TCPMessageChannel129 myClientInputStream = mySock.getInputStream(); in TCPMessageChannel()268 this.myClientInputStream = mySock.getInputStream(); in sendMessage()341 this.myClientInputStream = mySock.getInputStream(); in sendMessage()594 hispipe = new Pipeline(myClientInputStream, sipStack.readTimeout, in run()609 int nbytes = myClientInputStream.read(msg, 0, bufferSize); in run()
79 private InputStream myClientInputStream; // just to pass to thread. field in TLSMessageChannel144 myClientInputStream = mySock.getInputStream(); in TLSMessageChannel()268 this.myClientInputStream = mySock.getInputStream(); in sendMessage()321 this.myClientInputStream = mySock.getInputStream(); in sendMessage()574 hispipe = new Pipeline(myClientInputStream, sipStack.readTimeout, in run()589 int nbytes = myClientInputStream.read(msg, 0, bufferSize); in run()