Interface Connection.UpgradeFrom

All Known Implementing Classes:
HttpConnection, HttpConnectionOverHTTP
Enclosing interface:
Connection

public static interface Connection.UpgradeFrom

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

See Also: