Packages

object Socket

A skeletal only-as-much-as-I-need Socket wrapper.

Source
Socket.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Socket
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. class Box[+T] extends AnyRef

Value Members

  1. def apply(host: String, port: Int): Box[Socket]
  2. def apply(host: InetAddress, port: Int): Box[Socket]
  3. def localhost(port: Int): Box[Socket]