package net
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
trait
URIString extends AnyRef
Note: java.net.InetAddress and java.net.URL are not supported because of DNS lookups performed when constructing java.net.InetAddress using
getByName(str)with hostname as the argument, or when comparing java.net.URL usingequalsmethod.Note: java.net.InetAddress and java.net.URL are not supported because of DNS lookups performed when constructing java.net.InetAddress using
getByName(str)with hostname as the argument, or when comparing java.net.URL usingequalsmethod. java.net.URI should be used instead.