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 Summary
Modifier and TypeMethodDescriptionstatic boolean
Enable the HTTPS endpoint identification algorithm on an SSLSocket.
-
Method Details
-
enableEndpointNameVerification
Enable the HTTPS endpoint identification algorithm on an SSLSocket.- Parameters:
socket
- the SSL socket- Returns:
true
on success
-