AbstractHttp2Connection

Undocumented in source.

Constructors

this
this(Http2Configuration config, TcpSession tcpSession, SecureSession secureSession, Listener listener)
Undocumented in source.

Members

Functions

getConnectionType
ConnectionType getConnectionType()
Undocumented in source. Be warned that the author may not have intended to support it.
getHttp2Session
StreamSession getHttp2Session()
Undocumented in source. Be warned that the author may not have intended to support it.
initHttp2Session
Http2Session initHttp2Session(Http2Configuration config, FlowControlStrategy flowControl, Listener listener)
Undocumented in source.
initParser
Parser initParser(Http2Configuration config)
Undocumented in source.

Variables

generator
Http2Generator generator;
Undocumented in source.
http2Session
Http2Session http2Session;
Undocumented in source.
parser
Parser parser;
Undocumented in source.

Inherited Members

From AbstractHttpConnection

httpVersion
HttpVersion httpVersion;
Undocumented in source.
attachment
Object attachment;
Undocumented in source.
connectionEvent
ConnectionEvent!HttpConnection connectionEvent;
Undocumented in source.
getAttachment
Object getAttachment()
Undocumented in source. Be warned that the author may not have intended to support it.
setAttachment
void setAttachment(Object attachment)
Undocumented in source. Be warned that the author may not have intended to support it.
getHttpVersion
HttpVersion getHttpVersion()
Undocumented in source. Be warned that the author may not have intended to support it.
isEncrypted
bool isEncrypted()
Undocumented in source. Be warned that the author may not have intended to support it.
onClose
HttpConnection onClose(Action1!HttpConnection closedListener)
Undocumented in source. Be warned that the author may not have intended to support it.
onException
HttpConnection onException(Action2!(HttpConnection, Exception) exceptionListener)
Undocumented in source. Be warned that the author may not have intended to support it.
notifyClose
void notifyClose()
Undocumented in source. Be warned that the author may not have intended to support it.
notifyException
void notifyException(Exception t)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta