SocketAddress

final case class SocketAddress[+A <: Host](host: A, port: Port)

An IP address of the specified type and a port number. Used to describe the source or destination of a socket.

Companion:
object
Source:
SocketAddress.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override def toString: String
Definition Classes
Any
Source:
SocketAddress.scala

Inherited methods

Inherited from:
Product
Inherited from:
SocketAddressPlatform (hidden)
Source:
SocketAddressPlatform.scala