Port

final class Port extends Product with Serializable with Ordered[Port]
TCP or UDP port number.
Companion
object
trait Ordered[Port]
trait Comparable[Port]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Methods

def copy(value: Int): Option[Port]
def compare(that: Port): Int
override def toString: String
Definition Classes
Any
override def hashCode: Int
Definition Classes
Any
override def equals(other: Any): Boolean
Definition Classes
Equals -> Any
override def canEqual(other: Any): Boolean
Definition Classes
Equals
override def productArity: Int
Definition Classes
Product
override def productElement(n: Int): Any
Definition Classes
Product

Fields

val value: Int

Inherited methods

def productPrefix: String
Inhertied from
Product
def >(that: A): Boolean
Inhertied from
Ordered
def compareTo(that: A): Int
Inhertied from
Ordered
def >=(that: A): Boolean
Inhertied from
Ordered
def productElementNames: Iterator[String]
Inhertied from
Product
def productIterator: Iterator[Any]
Inhertied from
Product
def <=(that: A): Boolean
Inhertied from
Ordered
def <(that: A): Boolean
Inhertied from
Ordered
def productElementName(n: Int): String
Inhertied from
Product