SocketAddress

final case class SocketAddress[+A <: Host](host: A, port: Port) extends SocketAddressPlatform[A]
An IP address of the specified type and a port number. Used to describe the source or destination of a socket.
Companion
object
trait Serializable
trait Product
trait Equals
trait SocketAddressPlatform[A]
class Object
trait Matchable
class Any

Value members

Methods

override def toString: String
Definition Classes
Any

Inherited methods

def productElementNames: Iterator[String]
Inhertied from
Product
def productIterator: Iterator[Any]
Inhertied from
Product
def toInetSocketAddress(ev: A <:< IpAddress): InetSocketAddress
Inhertied from
SocketAddressPlatform