- createHttpTunnel
Http1ServerTunnelConnection createHttpTunnel()
Undocumented in source. Be warned that the author may not have intended to support it.
- directUpgradeHttp2
bool directUpgradeHttp2(HttpRequest request)
Undocumented in source. Be warned that the author may not have intended to support it.
- getConnectionType
HttpConnectionType getConnectionType()
Undocumented in source. Be warned that the author may not have intended to support it.
- getHttpOptions
HttpOptions getHttpOptions()
Undocumented in source. Be warned that the author may not have intended to support it.
- getParser
HttpParser getParser()
Undocumented in source. Be warned that the author may not have intended to support it.
- getRequest
HttpRequest getRequest()
Undocumented in source. Be warned that the author may not have intended to support it.
- getResponse
HttpResponse getResponse()
Undocumented in source. Be warned that the author may not have intended to support it.
- getTunnelConnectionPromise
Promise!HttpTunnelConnection getTunnelConnectionPromise()
Undocumented in source. Be warned that the author may not have intended to support it.
- getUpgradeHttp2Complete
bool getUpgradeHttp2Complete()
Undocumented in source. Be warned that the author may not have intended to support it.
- getUpgradeWebSocketComplete
bool getUpgradeWebSocketComplete()
Undocumented in source. Be warned that the author may not have intended to support it.
- initHttpParser
HttpParser initHttpParser(HttpOptions config, HttpRequestParsingHandler requestHandler, HttpResponseParsingHandler responseHandler)
Undocumented in source. Be warned that the author may not have intended to support it.
- response100Continue
void response100Continue()
Undocumented in source. Be warned that the author may not have intended to support it.
- upgradeHttpTunnel
void upgradeHttpTunnel(Promise!HttpTunnelConnection tunnelConnectionPromise)
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.
- upgradeProtocol
bool upgradeProtocol(HttpRequest request, HttpResponse response, HttpOutputStream output, HttpConnection connection)
Undocumented in source. Be warned that the author may not have intended to support it.