AbstractHttp2OutputStream

Constructors

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

Members

Functions

_writeFrame
void _writeFrame(Frame frame)
Undocumented in source. Be warned that the author may not have intended to support it.
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.
failed
void failed(Exception x)
Undocumented in source. Be warned that the author may not have intended to support it.
getContentLength
long getContentLength()
Undocumented in source. Be warned that the author may not have intended to support it.
getStream
Stream getStream()
Undocumented in source.
isChunked
bool isChunked()
Undocumented in source. Be warned that the author may not have intended to support it.
isLastFrame
bool isLastFrame(Frame frame)
Undocumented in source. Be warned that the author may not have intended to support it.
isLastFrame
bool isLastFrame(ByteBuffer data)
Undocumented in source. Be warned that the author may not have intended to support it.
isNoContent
bool isNoContent()
Undocumented in source. Be warned that the author may not have intended to support it.
isNonBlocking
bool isNonBlocking()
Undocumented in source. Be warned that the author may not have intended to support it.
succeeded
void succeeded()
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(ByteBuffer data)
Undocumented in source. Be warned that the author may not have intended to support it.
writeFrame
void writeFrame(Frame frame)
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