Class KnownHostMatchers.EquiHostMatcher

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String host  
    • Constructor Summary

      Constructors 
      Constructor Description
      EquiHostMatcher​(java.lang.String host)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean match​(java.lang.String hostname)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • host

        private final java.lang.String host
    • Constructor Detail

      • EquiHostMatcher

        public EquiHostMatcher​(java.lang.String host)