Home | History | Annotate | Download | only in huc

Lines Matching defs:connection

20 import com.squareup.okhttp.Connection;
78 * currently connected. Instead, it indicates whether a connection has ever been
79 * attempted. Once a connection has been attempted, certain properties (request
107 * connected yet, or if the most recent connection was HTTP (and not HTTPS).
132 // Calling disconnect() before a connection exists should have no effect.
139 // connection will close its streams directly. If it doesn't, the worst
233 "Cannot access request header fields after connection is set");
462 Connection connection = httpEngine.getConnection();
463 if (connection != null) {
464 route = connection.getRoute();
465 handshake = connection.getHandshake();
518 * <li>A specific proxy was explicitly configured for this connection.
543 throw new IllegalStateException("Cannot set request property after connection is made");
577 throw new IllegalStateException("Cannot add request property after connection is made");