Class Uri.Host$

  • Enclosing class:
    Uri

    public static class Uri.Host$
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Uri.Host$.Empty$  
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Uri.Host$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      Host$()  
    • Field Detail

      • MODULE$

        public static final Uri.Host$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • Host$

        public Host$()
    • Method Detail

      • apply

        public Uri.Host apply​(java.lang.String string,
                              java.nio.charset.Charset charset,
                              Uri.ParsingMode mode)
      • apply

        public Uri.Host apply​(java.net.InetAddress address)
      • apply

        public Uri.IPv4Host apply​(java.net.Inet4Address address)
      • apply

        public Uri.IPv6Host apply​(java.net.Inet6Address address)