public class SSLSocketUtils extends Object
Modifier and Type | Method and Description |
---|---|
static boolean |
enableEndpointNameVerification(SSLSocket socket)
Enable the HTTPS endpoint identification algorithm on an SSLSocket.
|
public static boolean enableEndpointNameVerification(SSLSocket socket)
socket
- the SSL sockettrue
on successCopyright © 2001–2022 The Apache Software Foundation. All rights reserved.