scala.actors.remote

object TcpService

[source: scala/actors/remote/TcpService.scala]

object TcpService
extends AnyRef
Value Summary
var BufSize : Int
Method Summary
def apply (port : Int, cl : java.lang.ClassLoader) : TcpService
def generatePort : Int
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Value Details
var BufSize : Int

Method Details
def apply(port : Int, cl : java.lang.ClassLoader) : TcpService

def generatePort : Int