object RemoteAddress

Source
RemoteAddress.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RemoteAddress
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class IP(ip: InetAddress, port: Option[Int] = None) extends RemoteAddress with Product with Serializable

Value Members

  1. def apply(bytes: Array[Byte]): RemoteAddress
  2. def apply(a: InetSocketAddress): IP
  3. def apply(a: InetAddress, port: Option[Int] = None): IP
  4. case object Unknown extends RemoteAddress with Product with Serializable