Interface Connection.UpgradeTo

All Known Implementing Classes:
SslConnection
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).