Uses of Interface
com.github.shyiko.mysql.binlog.network.HostnameChecker
-
Packages that use HostnameChecker Package Description com.github.shyiko.mysql.binlog.network -
-
Uses of HostnameChecker in com.github.shyiko.mysql.binlog.network
Classes in com.github.shyiko.mysql.binlog.network that implement HostnameChecker Modifier and Type Class Description static classHostnameChecker.AbstractCheckerFields in com.github.shyiko.mysql.binlog.network declared as HostnameChecker Modifier and Type Field Description static HostnameCheckerHostnameChecker. ALLOW_ALLThe ALLOW_ALL HostnameVerifier essentially turns hostname verification off.static HostnameCheckerHostnameChecker. DEFAULTThe DEFAULT HostnameVerifier works the same way as Curl and Firefox.static HostnameCheckerHostnameChecker. DEFAULT_AND_LOCALHOSTThe DEFAULT_AND_LOCALHOST HostnameVerifier works like the DEFAULT one with one additional relaxation: a host of "localhost", "localhost.localdomain", "127.0.0.1", "::1" will always pass, no matter what is in the server's certificate.static HostnameCheckerHostnameChecker. STRICTThe STRICT HostnameVerifier works the same way as java.net.URL in Sun Java 1.4, Sun Java 5, Sun Java 6.static HostnameCheckerHostnameChecker. STRICT_IE6The STRICT_IE6 HostnameVerifier works just like the STRICT one with one minor variation: the hostname can match against any of the CN's in the server's certificate, not just the first one.
-