A C D G H J O P R S T U 

A

addRequestProperty(String, String) - Method in class com.squareup.okhttp.internal.huc.HttpURLConnectionImpl
 

C

CacheAdapter - Class in com.squareup.okhttp.internal.huc
CacheAdapter(ResponseCache) - Constructor for class com.squareup.okhttp.internal.huc.CacheAdapter
 
client() - Method in class com.squareup.okhttp.OkUrlFactory
 
clone() - Method in class com.squareup.okhttp.OkUrlFactory
Returns a copy of this stream handler factory that includes a shallow copy of the internal HTTP client.
com.squareup.okhttp - package com.squareup.okhttp
 
com.squareup.okhttp.internal.huc - package com.squareup.okhttp.internal.huc
 
connect() - Method in class com.squareup.okhttp.internal.huc.HttpURLConnectionImpl
 
createJavaCacheResponse(Response) - Static method in class com.squareup.okhttp.internal.huc.JavaApiConverter
Creates a CacheResponse of the correct (sub)type using information gathered from the supplied Response.
createOkRequest(URI, String, Map<String, List<String>>) - Static method in class com.squareup.okhttp.internal.huc.JavaApiConverter
Creates an OkHttp Request from the supplied information.
createOkResponse(URI, URLConnection) - Static method in class com.squareup.okhttp.internal.huc.JavaApiConverter
Creates an OkHttp Response using the supplied URI and URLConnection to supply the data.
createURLStreamHandler(String) - Method in class com.squareup.okhttp.OkUrlFactory

D

disconnect() - Method in class com.squareup.okhttp.internal.huc.HttpURLConnectionImpl
 

G

get(Request) - Method in class com.squareup.okhttp.internal.huc.CacheAdapter
 
getConnectTimeout() - Method in class com.squareup.okhttp.internal.huc.HttpURLConnectionImpl
 
getContentLengthLong() - Method in class com.squareup.okhttp.internal.huc.HttpsURLConnectionImpl
 
getDelegate() - Method in class com.squareup.okhttp.internal.huc.CacheAdapter
 
getErrorStream() - Method in class com.squareup.okhttp.internal.huc.HttpURLConnectionImpl
Returns an input stream from the server in the case of error such as the requested file (txt, htm, html) is not found on the remote server.
getHeaderField(int) - Method in class com.squareup.okhttp.internal.huc.HttpURLConnectionImpl
Returns the value of the field at position.
getHeaderField(String) - Method in class com.squareup.okhttp.internal.huc.HttpURLConnectionImpl
Returns the value of the field corresponding to the fieldName, or null if there is no such field.
getHeaderFieldKey(int) - Method in class com.squareup.okhttp.internal.huc.HttpURLConnectionImpl
 
getHeaderFieldLong(String, long) - Method in class com.squareup.okhttp.internal.huc.HttpsURLConnectionImpl
 
getHeaderFields() - Method in class com.squareup.okhttp.internal.huc.HttpURLConnectionImpl
 
getHostnameVerifier() - Method in class com.squareup.okhttp.internal.huc.HttpsURLConnectionImpl
 
getInputStream() - Method in class com.squareup.okhttp.internal.huc.HttpURLConnectionImpl
 
getOutputStream() - Method in class com.squareup.okhttp.internal.huc.HttpURLConnectionImpl
 
getPermission() - Method in class com.squareup.okhttp.internal.huc.HttpURLConnectionImpl
 
getReadTimeout() - Method in class com.squareup.okhttp.internal.huc.HttpURLConnectionImpl
 
getRequestProperties() - Method in class com.squareup.okhttp.internal.huc.HttpURLConnectionImpl
 
getRequestProperty(String) - Method in class com.squareup.okhttp.internal.huc.HttpURLConnectionImpl
 
getResponseCode() - Method in class com.squareup.okhttp.internal.huc.HttpURLConnectionImpl
 
getResponseMessage() - Method in class com.squareup.okhttp.internal.huc.HttpURLConnectionImpl
 
getSSLSocketFactory() - Method in class com.squareup.okhttp.internal.huc.HttpsURLConnectionImpl
 

H

handshake() - Method in class com.squareup.okhttp.internal.huc.HttpsURLConnectionImpl
 
httpEngine - Variable in class com.squareup.okhttp.internal.huc.HttpURLConnectionImpl
 
httpEngineFailure - Variable in class com.squareup.okhttp.internal.huc.HttpURLConnectionImpl
 
HttpsURLConnectionImpl - Class in com.squareup.okhttp.internal.huc
 
HttpsURLConnectionImpl(URL, OkHttpClient) - Constructor for class com.squareup.okhttp.internal.huc.HttpsURLConnectionImpl
 
HttpsURLConnectionImpl(HttpURLConnectionImpl) - Constructor for class com.squareup.okhttp.internal.huc.HttpsURLConnectionImpl
 
HttpURLConnectionImpl - Class in com.squareup.okhttp.internal.huc
This implementation uses HttpEngine to send requests and receive responses.
HttpURLConnectionImpl(URL, OkHttpClient) - Constructor for class com.squareup.okhttp.internal.huc.HttpURLConnectionImpl
 

J

JavaApiConverter - Class in com.squareup.okhttp.internal.huc
Helper methods that convert between Java and OkHttp representations.

O

OkUrlFactory - Class in com.squareup.okhttp
 
OkUrlFactory(OkHttpClient) - Constructor for class com.squareup.okhttp.OkUrlFactory
 
open(URL) - Method in class com.squareup.okhttp.OkUrlFactory
 

P

put(Response) - Method in class com.squareup.okhttp.internal.huc.CacheAdapter
 

R

remove(Request) - Method in class com.squareup.okhttp.internal.huc.CacheAdapter
 

S

setConnectTimeout(int) - Method in class com.squareup.okhttp.internal.huc.HttpURLConnectionImpl
 
setFixedLengthStreamingMode(long) - Method in class com.squareup.okhttp.internal.huc.HttpsURLConnectionImpl
 
setFixedLengthStreamingMode(int) - Method in class com.squareup.okhttp.internal.huc.HttpURLConnectionImpl
 
setFixedLengthStreamingMode(long) - Method in class com.squareup.okhttp.internal.huc.HttpURLConnectionImpl
 
setHostnameVerifier(HostnameVerifier) - Method in class com.squareup.okhttp.internal.huc.HttpsURLConnectionImpl
 
setIfModifiedSince(long) - Method in class com.squareup.okhttp.internal.huc.HttpURLConnectionImpl
 
setReadTimeout(int) - Method in class com.squareup.okhttp.internal.huc.HttpURLConnectionImpl
 
setRequestMethod(String) - Method in class com.squareup.okhttp.internal.huc.HttpURLConnectionImpl
 
setRequestProperty(String, String) - Method in class com.squareup.okhttp.internal.huc.HttpURLConnectionImpl
 
setSSLSocketFactory(SSLSocketFactory) - Method in class com.squareup.okhttp.internal.huc.HttpsURLConnectionImpl
 

T

trackConditionalCacheHit() - Method in class com.squareup.okhttp.internal.huc.CacheAdapter
 
trackResponse(CacheStrategy) - Method in class com.squareup.okhttp.internal.huc.CacheAdapter
 

U

update(Response, Response) - Method in class com.squareup.okhttp.internal.huc.CacheAdapter
 
usingProxy() - Method in class com.squareup.okhttp.internal.huc.HttpURLConnectionImpl
Returns true if either: A specific proxy was explicitly configured for this connection.
A C D G H J O P R S T U 

Copyright © 2014. All Rights Reserved.