ServerSocket

 This class listens to a socket, so your program can act as a server for both TCP and UNIX protocols. This class performs its work asynchronously, so your program will not be stopped by the internal work of the server object. This class is developed to be only a server which accepts o denies connections, all the rest of work (sending data, receiving data...) will be performed by a Socket started by this server (one per each connection)

hServerSocket = NEW ServerSocket ( [ Path AS String , MaxConn AS Integer ] )

EventsPropertiesMethodsConstants
Connection 
Error 
 
MaxPathLength 
Path 
Port 
Status 
Type 
 
Accept 
Close 
Listen 
Pause 
Resume 
 
Accepting 
Active 
CannotBindSocket 
CannotCreateSocket 
CannotListen 
Inactive 
Internet 
Local 
Pending 
Unix 
 


Referenced by :