Port

org.http4s.headers.Forwarded$.Node$.Port$
See thePort companion trait
object Port

Attributes

Companion
trait
Source
Forwarded.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Port.type

Members list

Type members

Classlikes

final case class Numeric(value: Int) extends Port

Attributes

Source
Forwarded.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Port
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def fromInt(num: Int): ParseResult[Port]

Attributes

Source
Forwarded.scala
def unapply(port: Port): Option[Int]

Attributes

Source
Forwarded.scala