AbstractHttp1OutputStream

Constructors

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

Members

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
commit
void commit()
Undocumented in source. Be warned that the author may not have intended to support it.
commit
void commit(ByteBuffer data)
Undocumented in source. Be warned that the author may not have intended to support it.
generate
HttpGenerator.Result generate(HttpMetaData metaData, ByteBuffer header, ByteBuffer chunk, ByteBuffer content, bool last)
Undocumented in source. Be warned that the author may not have intended to support it.
generateHttpMessageExceptionally
void generateHttpMessageExceptionally(HttpGenerator.Result actualResult, HttpGenerator.State actualState, HttpGenerator.Result expectedResult, HttpGenerator.State expectedState)
Undocumented in source.
generateHttpMessageSuccessfully
void generateHttpMessageSuccessfully()
Undocumented in source.
getHeaderByteBuffer
ByteBuffer getHeaderByteBuffer()
Undocumented in source.
getHttpGenerator
HttpGenerator getHttpGenerator()
Undocumented in source.
getSession
Connection getSession()
Undocumented in source.
getTrailerByteBuffer
ByteBuffer getTrailerByteBuffer()
Undocumented in source.
write
void write(ByteBuffer data)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From HttpOutputStream

clientMode
bool clientMode;
Undocumented in source.
metaData
HttpMetaData metaData;
Undocumented in source.
closed
bool closed;
Undocumented in source.
committed
bool committed;
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
alias write = OutputStream.write
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.
commit
void commit()
Undocumented in source.
write
void write(ByteBuffer data)
Undocumented in source.

Meta