TCPServerHandler and TCPServerChannel


Class: TCPServerHandler

Superclasses:

Syntax:






 set h [new TCPServerHandler]

Description:

This class implements a handler for a TCP Server.

Methods

reset: channel:


Class: TCPServerChannel

Superclasses:

Syntax:






 set c [new TCPServerChannel]

Description:

This class implements a TCP channel for a TCP Server.

Methods

open:

Related Objects:

TCP Client Objects

Putting it all together