Http2ServerConnection

Undocumented in source.

Constructors

this
this(HttpOptions config, Connection tcpSession, ServerSessionListener serverSessionListener)
Undocumented in source.

Members

Functions

getConnectionType
HttpConnectionType getConnectionType()
Undocumented in source. Be warned that the author may not have intended to support it.
getGenerator
Http2Generator getGenerator()
Undocumented in source. Be warned that the author may not have intended to support it.
getParser
ServerParser getParser()
Undocumented in source. Be warned that the author may not have intended to support it.
getSessionSPI
SessionSPI getSessionSPI()
Undocumented in source. Be warned that the author may not have intended to support it.
initHttp2Session
Http2Session initHttp2Session(HttpOptions config, FlowControlStrategy flowControl, Listener listener)
Undocumented in source. Be warned that the author may not have intended to support it.
initParser
Parser initParser(HttpOptions config)
Undocumented in source. Be warned that the author may not have intended to support it.
upgradeHttpTunnel
void upgradeHttpTunnel(Promise!HttpTunnelConnection promise)
Undocumented in source. Be warned that the author may not have intended to support it.
upgradeHttpTunnel
FuturePromise!HttpTunnelConnection upgradeHttpTunnel()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From HttpServerConnection

upgradeHttpTunnel
void upgradeHttpTunnel(Promise!HttpTunnelConnection promise)
Undocumented in source.
upgradeHttpTunnel
FuturePromise!HttpTunnelConnection upgradeHttpTunnel()
Undocumented in source.

Meta