org.apache.http.io
public class: HttpDataOutputStream [javadoc |
source]
java.lang.Object
java.io.OutputStream
org.apache.http.io.HttpDataOutputStream
All Implemented Interfaces:
Closeable, Flushable
A stream for writing to a
HttpDataTransmitter .
Constructor: |
public HttpDataOutputStream(HttpDataTransmitter datatransmitter) {
super();
if (datatransmitter == null) {
throw new IllegalArgumentException("HTTP data transmitter may not be null");
}
this.datatransmitter = datatransmitter;
}
|
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |