SimpleSocketAddress

tasks.util.SimpleSocketAddress
case class SimpleSocketAddress(hostName: String, port: Int)

Holds a hostname and a port

No name resolution.

Attributes

Experimental
true
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def getHostName: String
def getPort: Int

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product