Class HttpDiscovery.Details

  • Enclosing class:
    HttpDiscovery

    public static class HttpDiscovery.Details
    extends java.lang.Object
    • Field Summary

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

      Constructors 
      Constructor Description
      Details​(ECKey pubkey, java.net.URI uri)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • pubkey

        @Nullable
        public final ECKey pubkey
      • uri

        public final java.net.URI uri
    • Constructor Detail

      • Details

        public Details​(@Nullable
                       ECKey pubkey,
                       java.net.URI uri)