Searched refs:okRequest (Results 1 – 8 of 8) sorted by relevance
434 Request okRequest = createArbitraryOkRequest().newBuilder() in createJavaUrlConnection_accessibleRequestInfo_GET() local437 Response okResponse = createArbitraryOkResponse(okRequest); in createJavaUrlConnection_accessibleRequestInfo_GET()447 Request okRequest = createArbitraryOkRequest().newBuilder() in createJavaUrlConnection_accessibleRequestInfo_POST() local450 Response okResponse = createArbitraryOkResponse(okRequest); in createJavaUrlConnection_accessibleRequestInfo_POST()460 Request okRequest = createArbitraryOkRequest().newBuilder() in createJavaUrlConnection_https_extraHttpsMethods() local466 Response okResponse = createArbitraryOkResponse(okRequest).newBuilder() in createJavaUrlConnection_https_extraHttpsMethods()481 Request okRequest = createArbitraryOkRequest().newBuilder() in createJavaUrlConnection_https_forbiddenFields() local484 Response okResponse = createArbitraryOkResponse(okRequest); in createJavaUrlConnection_https_forbiddenFields()501 Request okRequest = in createJavaCacheResponse_httpGet() local506 Response okResponse = createArbitraryOkResponse(okRequest).newBuilder() in createJavaCacheResponse_httpGet()[all …]
60 Request okRequest = JavaApiConverter.createOkRequest(uri, requestMethod, requestHeaders); in get() local61 Response okResponse = delegate.internalCache.get(okRequest); in get()
62 Request okRequest = JavaApiConverter.createOkRequest(uri, requestMethod, requestHeaders); in get() local63 Response okResponse = delegate.internalCache.get(okRequest); in get()
93 Request okRequest = JavaApiConverter.createOkRequest(uri, requestMethod, requestHeaders); in get() local94 Response okResponse = okHttpCache.internalCache.get(okRequest); in get()
91 Request okRequest = JavaApiConverter.createOkRequest(uri, requestMethod, requestHeaders); in get() local92 Response okResponse = okHttpCache.internalCache.get(okRequest); in get()
171 Request okRequest = transformRequest(request); in execute() local172 Response okResponse = client.newCall(okRequest).execute(); in execute()
91 Request okRequest = new Request.Builder() in createOkResponseForCachePut() local96 okResponseBuilder.request(okRequest); in createOkResponseForCachePut()
89 Request okRequest = new Request.Builder() in createOkResponseForCachePut() local94 okResponseBuilder.request(okRequest); in createOkResponseForCachePut()