Interface Destination

All Known Implementing Classes:
DuplexHttpDestination, HttpDestination, MultiplexHttpDestination

public interface Destination
Destination represents the triple made of the getScheme(), the getHost() and the getPort().

Destination holds a pool of Connections, but allows to create unpooled connections if the application wants full control over connection management via newConnection(Promise).

Destinations may be obtained via HttpClient.resolveDestination(Request)