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

/openjdk7/jdk/test/java/rmi/testlibrary/
H A DJavaVM.java42 private OutputStream errorStream = System.err; field in class:JavaVM
77 this.errorStream = err;
163 errPipe = StreamPipe.plugTogether(vm.getErrorStream(), this.errorStream);
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DHttpURLConnection.java284 private InputStream errorStream = null; field in class:HttpURLConnection
1650 errorStream = ErrorStream.getErrorStream(inputStream, cl, http);
1692 if (errorStream != null) {
1693 return errorStream;

Completed in 37 milliseconds