Interface Connection.UpgradeTo

All Known Implementing Classes:
ConnectHandler.DownstreamConnection, HTTP2Connection, HTTP2ServerConnection, HttpConnection, SslConnection, WebSocketConnection
Enclosing interface:
Connection

public static interface Connection.UpgradeTo

Connection implementations implement this interface when they can be upgraded to the protocol they speak (e.g. HTTP/2) from a different protocol (e.g. HTTP/1.1).