Authority

blobstore.url.Authority
See theAuthority companion object
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.

Value parameters

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

Attributes

See also

https://www.ietf.org/rfc/rfc3986.txt chapter 3.2 Authority

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
def toStringWithPassword: String

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product