Uses of Class
java.net.SocketTimeoutException
| Package | Description |
|---|---|
| libcore.io | |
| org.conscrypt |
-
Uses of SocketTimeoutException in libcore.io
Methods in libcore.io that throw SocketTimeoutException Modifier and Type Method Description static booleanIoBridge. connect(FileDescriptor fd, InetAddress inetAddress, int port, int timeoutMs)Connects socket 'fd' to 'inetAddress' on 'port', with a the given 'timeoutMs'. -
Uses of SocketTimeoutException in org.conscrypt
Methods in org.conscrypt that throw SocketTimeoutException Modifier and Type Method Description static longNativeCrypto. SSL_do_handshake(long sslNativePointer, FileDescriptor fd, NativeCrypto.SSLHandshakeCallbacks shc, int timeoutMillis, boolean client_mode, byte[] npnProtocols, byte[] alpnProtocols)Returns the sslSessionNativePointer of the negotiated session.