Packages

final case class UserInfo extends Ordered[UserInfo] with Product with Serializable

The userinfo subcomponent may consist of a user name and, optionally, scheme-specific information about how to gain authorization to access the resource. The user information, if present, is followed by a commercial at-sign ("@") that delimits it from the host.

Source
Uri.scala
See also

RFC 3986, Section 3.2.1, User Information

Linear Supertypes
Serializable, Serializable, Product, Equals, Ordered[UserInfo], Comparable[UserInfo], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UserInfo
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Ordered
  7. Comparable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def <(that: UserInfo): Boolean
    Definition Classes
    Ordered
  2. def <=(that: UserInfo): Boolean
    Definition Classes
    Ordered
  3. def >(that: UserInfo): Boolean
    Definition Classes
    Ordered
  4. def >=(that: UserInfo): Boolean
    Definition Classes
    Ordered
  5. def compare(that: UserInfo): Int
    Definition Classes
    UserInfo → Ordered
  6. def compareTo(that: UserInfo): Int
    Definition Classes
    Ordered → Comparable
  7. val password: Option[String]
  8. val username: String