Home | History | Annotate | Download | only in conn

Lines Matching refs:wire

2  * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//httpclient/src/java/org/apache/commons/httpclient/Wire.java,v 1.9 2004/06/24 21:39:52 mbecke Exp $
39 * Logs data to the wire LOG.
45 public class Wire {
49 public Wire(Log log) {
53 private void wire(String header, InputStream instream)
92 wire(">> ", outstream);
100 wire("<< ", instream);
108 wire(">> ", new ByteArrayInputStream(b, off, len));
116 wire("<< ", new ByteArrayInputStream(b, off, len));
124 wire(">> ", new ByteArrayInputStream(b));
132 wire("<< ", new ByteArrayInputStream(b));