Authority

object Authority
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(host: String)(implicit config: UriConfig): Authority
def apply(host: Host)(implicit config: UriConfig): Authority
def apply(host: String, port: Int)(implicit config: UriConfig): Authority
def apply(host: Host, port: Int)(implicit config: UriConfig): Authority
def parse(s: CharSequence)(implicit config: UriConfig): Authority
def parseOption(s: CharSequence)(implicit config: UriConfig): Option[Authority]
def parseTry(s: CharSequence)(implicit config: UriConfig): Try[Authority]

Implicits

Implicits

implicit val eqAuthority: Eq[Authority]
implicit val orderAuthority: Order[Authority]
implicit val showAuthority: Show[Authority]