Searched defs:getReadTimeout (Results 1 - 6 of 6) sorted by relevance

/external/smack/src/org/jivesoftware/smackx/bytestreams/
H A DBytestreamSession.java66 public int getReadTimeout() throws IOException; method in interface:BytestreamSession
/external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/
H A DSocks5BytestreamSession.java76 public int getReadTimeout() throws IOException { method in class:Socks5BytestreamSession
/external/okhttp/src/main/java/com/squareup/okhttp/
H A DOkHttpClient.java115 public int getReadTimeout() { method in class:OkHttpClient
/external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/
H A DInBandBytestreamSession.java118 public int getReadTimeout() { method in class:InBandBytestreamSession
/external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DHttpURLConnectionImpl.java239 @Override public int getReadTimeout() { method in class:HttpURLConnectionImpl
240 return client.getReadTimeout();
H A DHttpsURLConnectionImpl.java313 @Override public int getReadTimeout() { method in class:HttpsURLConnectionImpl
314 return delegate.getReadTimeout();

Completed in 176 milliseconds