Package org.apache.http.impl.conn
Class Wire
java.lang.Object
org.apache.http.impl.conn.Wire
public class Wire extends Object
Logs data to the wire LOG.
- Since:
- 4.0
- Author:
- Oleg Kalnichevski
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description booleanenabled()voidinput(byte[] b)voidinput(byte[] b, int off, int len)voidinput(int b)voidinput(InputStream instream)voidinput(String s)voidoutput(byte[] b)voidoutput(byte[] b, int off, int len)voidoutput(int b)voidoutput(InputStream outstream)voidoutput(String s)
-
Constructor Details
-
Wire
-
-
Method Details
-
enabled
public boolean enabled() -
output
- Throws:
IOException
-
input
- Throws:
IOException
-
output
- Throws:
IOException
-
input
- Throws:
IOException
-
output
- Throws:
IOException
-
input
- Throws:
IOException
-
output
- Throws:
IOException
-
input
- Throws:
IOException
-
output
- Throws:
IOException
-
input
- Throws:
IOException
-