Interface SniHostNameMatcher


public interface SniHostNameMatcher
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    match(long ssl, String hostname)
    Returns true if the hostname was matched and so SNI should be allowed.
  • Method Details

    • match

      boolean match(long ssl, String hostname)
      Returns true if the hostname was matched and so SNI should be allowed.
      Parameters:
      ssl - the SSL instance
      hostname - the hostname to match.
      Returns:
      true if the hostname was matched