HttpOutputStream

Constructors

this
this(HttpMetaData metaData, bool clientMode)
Undocumented in source.

Members

Aliases

write
alias write = OutputStream.write
Undocumented in source.

Functions

commit
void commit()
Undocumented in source.
isClosed
bool isClosed()
Undocumented in source. Be warned that the author may not have intended to support it.
isCommitted
bool isCommitted()
Undocumented in source. Be warned that the author may not have intended to support it.
setMetaData
void setMetaData(HttpMetaData metaData)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(int b)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(byte[] array, int offset, int length)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(ByteBuffer data)
Undocumented in source.
writeWithContentLength
void writeWithContentLength(ByteBuffer[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
writeWithContentLength
void writeWithContentLength(ByteBuffer data)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

clientMode
bool clientMode;
Undocumented in source.
closed
bool closed;
Undocumented in source.
committed
bool committed;
Undocumented in source.
metaData
HttpMetaData metaData;
Undocumented in source.

Meta