Http2ServerConnection

Undocumented in source.

Constructors

this
this(Http2Configuration config, TcpSession tcpSession, SecureSession secureSession, ServerSessionListener serverSessionListener)
Undocumented in source.

Members

Functions

getConnectionType
ConnectionType 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(Http2Configuration config, FlowControlStrategy flowControl, Listener listener)
Undocumented in source. Be warned that the author may not have intended to support it.
initParser
Parser initParser(Http2Configuration config)
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.
upgradeHttpTunnel
void upgradeHttpTunnel(Promise!HttpTunnelConnection promise)
Undocumented in source. Be warned that the author may not have intended to support it.
upgradeHttpTunnel
CompletableFuture!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
CompletableFuture!HttpTunnelConnection upgradeHttpTunnel()
Undocumented in source.

Meta