org.apache.http.impl.conn
Class Wire
java.lang.Object
org.apache.http.impl.conn.Wire
@Immutable
public class Wire
- extends java.lang.Object
Logs data to the wire LOG.
- Since:
- 4.0
Constructor Summary |
Wire(org.apache.commons.logging.Log log)
|
Method Summary |
boolean |
enabled()
|
void |
input(byte[] b)
|
void |
input(byte[] b,
int off,
int len)
|
void |
input(java.io.InputStream instream)
|
void |
input(int b)
|
void |
input(java.lang.String s)
|
void |
output(byte[] b)
|
void |
output(byte[] b,
int off,
int len)
|
void |
output(java.io.InputStream outstream)
|
void |
output(int b)
|
void |
output(java.lang.String s)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Wire
public Wire(org.apache.commons.logging.Log log)
enabled
public boolean enabled()
output
public void output(java.io.InputStream outstream)
throws java.io.IOException
- Throws:
java.io.IOException
input
public void input(java.io.InputStream instream)
throws java.io.IOException
- Throws:
java.io.IOException
output
public void output(byte[] b,
int off,
int len)
throws java.io.IOException
- Throws:
java.io.IOException
input
public void input(byte[] b,
int off,
int len)
throws java.io.IOException
- Throws:
java.io.IOException
output
public void output(byte[] b)
throws java.io.IOException
- Throws:
java.io.IOException
input
public void input(byte[] b)
throws java.io.IOException
- Throws:
java.io.IOException
output
public void output(int b)
throws java.io.IOException
- Throws:
java.io.IOException
input
public void input(int b)
throws java.io.IOException
- Throws:
java.io.IOException
output
public void output(java.lang.String s)
throws java.io.IOException
- Throws:
java.io.IOException
input
public void input(java.lang.String s)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 1999-2011 Apache Software Foundation. All Rights Reserved.