Class UriSelector

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.net.URI uri  
    • Constructor Summary

      Constructors 
      Constructor Description
      UriSelector​(java.net.URI uri)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      java.net.URI getUri()
      Get the selected URI.
      int hashCode()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • uri

        private final java.net.URI uri
    • Constructor Detail

      • UriSelector

        UriSelector​(java.net.URI uri)
    • Method Detail

      • getUri

        public java.net.URI getUri()
        Get the selected URI.
      • equals

        @API(status=STABLE,
             since="1.3")
        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
        Since:
        1.3
      • hashCode

        @API(status=STABLE,
             since="1.3")
        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
        Since:
        1.3
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object