Class HostnameMatch

  • All Implemented Interfaces:
    java.io.Serializable

    public class HostnameMatch
    extends java.lang.Object
    implements java.io.Serializable
    String against which to match the hostname; interpreted as a regular expression.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      HostnameMatch()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      java.lang.String getExpression()  
      int hashCode()  
      void setExpression​(java.lang.String expression)  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HostnameMatch

        public HostnameMatch()
    • Method Detail

      • getExpression

        public java.lang.String getExpression()
      • setExpression

        public void setExpression​(java.lang.String expression)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object