Searched defs:streamAllocation (Results 1 – 9 of 9) sorted by relevance
/external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/ws/ |
D | WebSocketCall.java | 147 StreamAllocation streamAllocation = Internal.instance.callEngineGetStreamAllocation(call); in createWebSocket() local 159 static RealWebSocket create(StreamAllocation streamAllocation, Response response, in create() 170 private final StreamAllocation streamAllocation; field in WebSocketCall.StreamWebSocket 173 private StreamWebSocket(StreamAllocation streamAllocation, in StreamWebSocket()
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
D | HttpEngine.java | 108 public final StreamAllocation streamAllocation; field in HttpEngine 173 boolean callerWritesRequestBody, boolean forWebSocket, StreamAllocation streamAllocation, in HttpEngine() 354 StreamAllocation streamAllocation = close(); in recover() local 376 StreamAllocation streamAllocation = close(); in recover() local
|
D | Http2xStream.java | 108 private final StreamAllocation streamAllocation; field in Http2xStream 113 public Http2xStream(StreamAllocation streamAllocation, FramedConnection framedConnection) { in Http2xStream()
|
D | Http1xStream.java | 71 private final StreamAllocation streamAllocation; field in Http1xStream 77 public Http1xStream(StreamAllocation streamAllocation, BufferedSource source, BufferedSink sink) { in Http1xStream()
|
/external/okhttp/okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/huc/ |
D | HttpURLConnectionImpl.java | 339 private HttpEngine newHttpEngine(String method, StreamAllocation streamAllocation, in newHttpEngine() 439 StreamAllocation streamAllocation = httpEngine.close(); in getResponse() local 509 StreamAllocation streamAllocation = httpEngine.close(); in execute() local
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
D | Call.java | 316 StreamAllocation streamAllocation = engine.close(); in getResponse() local 331 StreamAllocation streamAllocation = engine.close(); in getResponse() local
|
D | ConnectionPool.java | 171 RealConnection get(Address address, StreamAllocation streamAllocation) { in get()
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/ |
D | Internal.java | 57 ConnectionPool pool, Address address, StreamAllocation streamAllocation); in get()
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
D | ConnectionPoolTest.java | 84 StreamAllocation streamAllocation = new StreamAllocation(pool, addressA); in inUseConnectionsNotEvicted() local
|