Http1ServerConnection

Constructors

this
this(HttpOptions config, Connection tcpSession, Http1ServerRequestHandler requestHandler, ServerSessionListener serverSessionListener, WebSocketHandler webSocketHandler)
Undocumented in source.

Members

Functions

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.

Inherited Members

From HttpServerConnection

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

Meta