- 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
ConnectionType getConnectionType()
Undocumented in source. Be warned that the author may not have intended to support it.
- getHttp2Configuration
Http2Configuration getHttp2Configuration()
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(Http2Configuration config, RequestHandler requestHandler, ResponseHandler responseHandler)
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.
- 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
CompletableFuture!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.