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

/openjdk7/jdk/src/share/classes/sun/net/
H A DNetworkServer.java46 public PrintStream clientOutput; field in class:NetworkServer
56 clientOutput = null;
89 clientOutput = new PrintStream(
115 clientOutput streams initialized. This method handles one client
122 clientOutput.print("Echo server " + getClass().getName() + "\n");
123 clientOutput.flush();
125 clientOutput.write(buf, 0, n);
/openjdk7/jdk/test/java/net/URLConnection/
H A DHandleContentTypeWithAttrs.java85 public PrintStream clientOutput; field in class:myHttpServer
97 clientOutput = null;
119 clientOutput = new PrintStream(
192 clientOutput streams initialized. This method handles one client
199 clientOutput.print("<p>URL was " + u.toExternalForm() + "\n");
200 clientOutput.print("<p>Socket was " + clientSocket + "\n<p><pre>");
201 mh.print(clientOutput);
233 clientOutput.print("HTTP/1.0 200 Document follows\n" +

Completed in 37 milliseconds