Home
last modified time | relevance | path

Searched defs:setSoTimeout (Results 1 – 25 of 477) sorted by relevance

12345678910>>...20

/aosp_15_r20/external/apache-http/src/org/apache/http/params/
H A DHttpConnectionParamBean.java46 public void setSoTimeout (int soTimeout) { in setSoTimeout() method in HttpConnectionParamBean
/aosp_15_r20/frameworks/base/core/java/org/apache/http/params/
H A DHttpConnectionParams.java83 public static void setSoTimeout(final HttpParams params, int timeout) { in setSoTimeout() method in HttpConnectionParams
/aosp_15_r20/libcore/ojluni/src/main/java/sun/nio/ch/
H A DServerSocketAdaptor.java152 public void setSoTimeout(int timeout) throws SocketException { in setSoTimeout() method in ServerSocketAdaptor
H A DDatagramSocketAdaptor.java257 public void setSoTimeout(int timeout) throws SocketException { in setSoTimeout() method in DatagramSocketAdaptor
H A DSocketAdaptor.java354 public void setSoTimeout(int timeout) throws SocketException { in setSoTimeout() method in SocketAdaptor
/aosp_15_r20/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/output/
H A DMockServerSocket.java180 public synchronized void setSoTimeout(int timeout) throws SocketException { in setSoTimeout() method in MockServerSocket
H A DMockSocketConnection.java326 public synchronized void setSoTimeout(int timeout) in setSoTimeout() method in MockSocketConnection.MockSocket
/aosp_15_r20/libcore/ojluni/annotations/mmodule/java/net/
H A DServerSocket.annotated.java68 public synchronized void setSoTimeout(int timeout) throws java.net.SocketException { throw new Runt… in setSoTimeout() method in ServerSocket
H A DDatagramSocket.annotated.java74 public synchronized void setSoTimeout(int timeout) throws java.net.SocketException { throw new Runt… in setSoTimeout() method in DatagramSocket
H A DSocket.annotated.java96 public synchronized void setSoTimeout(int timeout) throws java.net.SocketException { throw new Runt… in setSoTimeout() method in Socket
/aosp_15_r20/frameworks/base/core/java/android/net/
H A DLocalSocket.java261 public void setSoTimeout(int n) throws IOException { in setSoTimeout() method in LocalSocket
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/net/
H A DServerSocket.java114 public synchronized void setSoTimeout(int timeout) throws java.net.SocketException { in setSoTimeout() method in ServerSocket
H A DDatagramSocket.java135 public synchronized void setSoTimeout(int timeout) throws java.net.SocketException { in setSoTimeout() method in DatagramSocket
/aosp_15_r20/external/aws-sdk-java-v2/http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache/internal/net/
H A DDelegateSocket.java137 public void setSoTimeout(int timeout) throws SocketException { in setSoTimeout() method in DelegateSocket
H A DDelegateSslSocket.java134 public void setSoTimeout(int timeout) throws SocketException { in setSoTimeout() method in DelegateSslSocket
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/6/libcore/ojluni/src/main/java/java/net/
DServerSocket.java675 public synchronized void setSoTimeout(int timeout) throws SocketException { in setSoTimeout() method in ServerSocket
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/net/
DServerSocket.java675 public synchronized void setSoTimeout(int timeout) throws SocketException { in setSoTimeout() method in ServerSocket
DDatagramSocket.java936 public synchronized void setSoTimeout(int timeout) throws SocketException { in setSoTimeout() method in DatagramSocket
/aosp_15_r20/libcore/ojluni/src/main/java/java/net/
H A DServerSocket.java675 public synchronized void setSoTimeout(int timeout) throws SocketException { in setSoTimeout() method in ServerSocket
H A DDatagramSocket.java936 public synchronized void setSoTimeout(int timeout) throws SocketException { in setSoTimeout() method in DatagramSocket
/aosp_15_r20/prebuilts/module_sdk/conscrypt/current/sdk_library/public/conscrypt.module.platform.api_stub_sources/com/android/org/conscrypt/
DOpenSSLSocketImpl.java135 public final void setSoTimeout(int readTimeoutMilliseconds) throws java.net.SocketException { throw… in setSoTimeout() method in OpenSSLSocketImpl
/aosp_15_r20/external/conscrypt/android-stub/src/main/java/com/android/org/conscrypt/
H A DOpenSSLSocketImpl.java229 public void setSoTimeout(int readTimeoutMilliseconds) throws SocketException { in setSoTimeout() method in OpenSSLSocketImpl
/aosp_15_r20/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
H A DDelegatingSSLSocket.java196 @Override public void setSoTimeout(int timeout) throws SocketException { in setSoTimeout() method in DelegatingSSLSocket
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/5/libcore/ojluni/src/main/java/java/net/
DDatagramSocket.java936 public synchronized void setSoTimeout(int timeout) throws SocketException { in setSoTimeout() method in DatagramSocket
/aosp_15_r20/external/conscrypt/android/src/main/java/org/conscrypt/
H A DKitKatPlatformOpenSSLSocketImplAdapter.java152 public void setSoTimeout(int to) throws SocketException { in setSoTimeout() method in KitKatPlatformOpenSSLSocketImplAdapter

12345678910>>...20