Home
last modified time | relevance | path

Searched defs:streamAllocation (Results 1 – 9 of 9) sorted by relevance

/external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/ws/
DWebSocketCall.java147 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/
DHttpEngine.java108 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
DHttp2xStream.java108 private final StreamAllocation streamAllocation; field in Http2xStream
113 public Http2xStream(StreamAllocation streamAllocation, FramedConnection framedConnection) { in Http2xStream()
DHttp1xStream.java71 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/
DHttpURLConnectionImpl.java339 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/
DCall.java316 StreamAllocation streamAllocation = engine.close(); in getResponse() local
331 StreamAllocation streamAllocation = engine.close(); in getResponse() local
DConnectionPool.java171 RealConnection get(Address address, StreamAllocation streamAllocation) { in get()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
DInternal.java57 ConnectionPool pool, Address address, StreamAllocation streamAllocation); in get()
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DConnectionPoolTest.java84 StreamAllocation streamAllocation = new StreamAllocation(pool, addressA); in inUseConnectionsNotEvicted() local