URIString

pl.iterators.kebs.instances.net.URIString
See theURIString companion object
trait URIString

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 using equals method. java.net.URI should be used instead.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Implicits

Implicits

implicit val uriFormatter: InstanceConverter[URI, String]