TCPSocketAction

final case class TCPSocketAction(port: IntOrString, host: Option[String])

TCPSocketAction describes an action based on opening a socket

Source:
TCPSocketAction.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

if host has a value, transforms to the result of function

if host has a value, transforms to the result of function

Source:
TCPSocketAction.scala

transforms port to result of function

transforms port to result of function

Source:
TCPSocketAction.scala

Returns a new data with host set to new value

Returns a new data with host set to new value

Source:
TCPSocketAction.scala

Returns a new data with port set to new value

Returns a new data with port set to new value

Source:
TCPSocketAction.scala

Inherited methods

Inherited from:
Product