Uses of Interface
org.eclipse.jetty.client.api.Destination
-
Packages that use Destination Package Description org.eclipse.jetty.client Jetty Client : Implementation and Core Classes This package provides APIs, utility classes and an implementation of an asynchronous HTTP client. -
-
Uses of Destination in org.eclipse.jetty.client
Classes in org.eclipse.jetty.client that implement Destination Modifier and Type Class Description classDuplexHttpDestinationA destination for those network transports that are duplex (e.g.classHttpDestinationclassMultiplexHttpDestinationA destination for those transports that are multiplex (e.g.Methods in org.eclipse.jetty.client that return Destination Modifier and Type Method Description DestinationHttpClient. resolveDestination(Request request)Methods in org.eclipse.jetty.client that return types with arguments of type Destination Modifier and Type Method Description java.util.List<Destination>HttpClient. getDestinations()
-