Home | History | Annotate | Download | only in net

Lines Matching defs:socketInputStream

59     private SocketInputStream socketInputStream = null;
466 if (socketInputStream == null)
467 socketInputStream = new SocketInputStream(this);
469 return socketInputStream;
472 void setInputStream(SocketInputStream in) {
473 socketInputStream = in;
620 if (socketInputStream != null) {
621 socketInputStream.setEOF(true);