Authority

case class Authority(host: Host, userInfo: Option[UserInfo], port: Option[Port])

An authority as defined by RFC3986. Can point to any valid host on a computer network. Characterized by supporting userinfo, port as well as IP addresses in addition to normal hostnames.

An authority as defined by RFC3986. Can point to any valid host on a computer network. Characterized by supporting userinfo, port as well as IP addresses in addition to normal hostnames.

Value Params
host

A valid host. This is either a domain name, or an IPv4 or IPv6 address

port

Optional port component

userInfo

Optional userinfo component holding username and optionally password

See also
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override def toString: String
Definition Classes
Any

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product