Searched defs:HttpDestination (Results 1 - 1 of 1) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/client/
H A DHttpDestination.java52 public class HttpDestination implements Dumpable class in inherits:Dumpable
54 private static final Logger LOG = Log.getLogger(HttpDestination.class);
74 HttpDestination(HttpClient client, Address address, boolean ssl, SslContextFactory sslContextFactory) method in class:HttpDestination
491 Constructor constructor = listener.getDeclaredConstructor(HttpDestination.class, HttpExchange.class);
607 return String.format("HttpDestination@%x//%s:%d(%d/%d,%d,%d/%d)%n", hashCode(), _address.getHost(), _address.getPort(), _connections.size(), _maxConnections, _idleConnections.size(), _exchanges.size(), _maxQueueSize);
722 HttpDestination.this.onConnectionFailed(x);
729 synchronized (HttpDestination.this)
742 synchronized (HttpDestination.this)

Completed in 92 milliseconds