Authority

io.lemonlabs.uri.Authority$
See theAuthority companion class
object Authority

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

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]