Home
last modified time | relevance | path

Searched defs:forWebSocket (Results 1 – 3 of 3) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DCall.java109 void enqueue(Callback responseCallback, boolean forWebSocket) { in enqueue()
140 private final boolean forWebSocket; field in Call.AsyncCall
142 private AsyncCall(Callback responseCallback, boolean forWebSocket) { in AsyncCall()
203 private Response getResponseWithInterceptorChain(boolean forWebSocket) throws IOException { in getResponseWithInterceptorChain()
211 private final boolean forWebSocket; field in Call.ApplicationInterceptorChain
213 ApplicationInterceptorChain(int index, Request request, boolean forWebSocket) { in ApplicationInterceptorChain()
251 Response getResponse(Request request, boolean forWebSocket) throws IOException { in getResponse()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
DInternal.java72 public abstract void callEnqueue(Call call, Callback responseCallback, boolean forWebSocket); in callEnqueue()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DHttpEngine.java159 private final boolean forWebSocket; field in HttpEngine
173 boolean callerWritesRequestBody, boolean forWebSocket, StreamAllocation streamAllocation, in HttpEngine()