View source
class SocketServerBase
package pony.net
extends Logable
extended by SocketServer, SocketServer, SocketServer
Available on all platforms
SocketServerBase
Variables
Methods
destroy():Void
One should remember that a destroy function must be called from a thread in which the server was created.
send2other(data:BytesOutput, exception:SocketClient):Void
Sends a data to all the clients except chosen one.