Package org.apache.commons.net.util
Class SSLSocketUtils
java.lang.Object
org.apache.commons.net.util.SSLSocketUtils
General utilities for SSLSocket.
- Since:
- 3.4
- 
Method SummaryModifier and TypeMethodDescriptionstatic booleanEnable the HTTPS endpoint identification algorithm on an SSLSocket.
- 
Method Details- 
enableEndpointNameVerificationEnable the HTTPS endpoint identification algorithm on an SSLSocket.- Parameters:
- socket- the SSL socket
- Returns:
- trueon success
 
 
-