Http2ClientResponseHandler.ClientHttp2OutputStream

Undocumented in source.
class Http2ClientResponseHandler
static
class ClientHttp2OutputStream : AbstractHttp2OutputStream {}

Constructors

this
this(HttpMetaData info, Stream stream)
Undocumented in source.

Members

Functions

getStream
Stream getStream()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From AbstractHttp2OutputStream

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

Meta