Uses of Class
org.newsclub.net.unix.ssl.SNIHostnameCapture
Packages that use SNIHostnameCapture
-
Uses of SNIHostnameCapture in org.newsclub.net.unix.ssl
Methods in org.newsclub.net.unix.ssl that return SNIHostnameCaptureModifier and TypeMethodDescriptionstatic SNIHostnameCapture
SNIHostnameCapture.configure
(SSLSocket sslSocket, SNIMatcher hostnameMatcher) Configures the given serverSSLSocket
to match the given hostname pattern.static SNIHostnameCapture
SNIHostnameCapture.configure
(SSLSocket sslSocket, SNIMatcher hostnameMatcher, Supplier<String> defaultHostnameSupplier) Configures the given serverSSLSocket
to match the given hostname pattern.