util.Channels methods

Methods for the util.ChannelsDate class.

Table 1. Class methods
Name Description
util.Channels.accept(
     server base.Channel )
RETURNS base.Channel
Returns the accepted base.Channel object for a given a server-socket.
util.Channels.select(
     channels DYNAMIC ARRAY OF base.Channel )
RETURNS INTEGER
Waits for activity on a set of TCP socket listening base.Channel objects.
util.Channels.selectWithTimeout(
     channels DYNAMIC ARRAY OF base.Channel,
     timeout INTEGER )
RETURNS INTEGER
Waits for activity on a set of TCP socket listening base.Channel objects and returns after a given period of inactivity.