Home | History | Annotate | Download | only in conn

Lines Matching defs: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.
50 public class Wire {
54 public Wire(Log log) {
58 private void wire(String header, InputStream instream)
97 wire(">> ", outstream);
105 wire("<< ", instream);
113 wire(">> ", new ByteArrayInputStream(b, off, len));
121 wire("<< ", new ByteArrayInputStream(b, off, len));
129 wire(">> ", new ByteArrayInputStream(b));
137 wire("<< ", new ByteArrayInputStream(b));