General utilities for SSLSocket.
- Since:
- 3.4
-
Method Summary 
static boolean
Enable the HTTPS endpoint identification algorithm on an SSLSocket.
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details 
-
enableEndpointNameVerification 
Enable the HTTPS endpoint identification algorithm on an SSLSocket.
- Parameters:
socket
- the SSL socket
- Returns:
true
on success