Class HttpProtocolOutputStream
- java.lang.Object
-
- java.io.OutputStream
-
- org.smallmind.web.reverse.http1_1.HttpProtocolOutputStream
-
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
public class HttpProtocolOutputStream extends OutputStream
-
-
Constructor Summary
Constructors Constructor Description HttpProtocolOutputStream(org.smallmind.nutsnbolts.io.ByteArrayIOStream.ByteArrayOutputStream byteArrayOutputStream)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwrite(int b)-
Methods inherited from class java.io.OutputStream
close, flush, nullOutputStream, write, write
-
-
-
-
Method Detail
-
write
public void write(int b) throws IOException- Specified by:
writein classOutputStream- Throws:
IOException
-
-