Searched refs:clientInput (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/net/
H A DNetworkServer.java49 public InputStream clientInput; field in class:NetworkServer
55 clientInput = null;
92 clientInput = new BufferedInputStream(clientSocket.getInputStream());
114 /** Service one request. It is invoked with the clientInput and
124 while ((n = clientInput.read(buf, 0, buf.length)) >= 0) {
/openjdk7/jdk/test/java/net/URLConnection/
H A DHandleContentTypeWithAttrs.java88 public InputStream clientInput; field in class:myHttpServer
96 clientInput = null;
122 clientInput = new BufferedInputStream(
155 mh = new MessageHeader(clientInput);
191 /** Satisfy one get request. It is invoked with the clientInput and

Completed in 34 milliseconds