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

Concrete methods

override def toString: String
Definition Classes
Any

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product