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

Concrete methods

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

Inherited methods

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

Concrete fields

val value: Int