|
Class: AbstractTCPSession
Object
|
+--AbstractTCPSession
|
+--AbstractFTPSession
- Package:
- stx:goodies/communication
- Category:
- Net-Communication
- Version:
- rev:
1.3
date: 2021/11/10 14:03:33
- user: cg
- file: AbstractTCPSession.st directory: goodies/communication
- module: stx stc-classLibrary: communication
queries
-
isAbstract
-
Return if this class is an abstract class.
True is returned here for myself only; false for subclasses.
Abstract subclasses must redefine this again.
accessing
-
server: aTCPServer
-
Modified (format): / 18-02-2017 / 10:56:10 / cg
debugging
-
log: aMessage
-
serving
-
clientOn: aSocket
-
start and return a process for a new client
** This method must be redefined in concrete classes (subclassResponsibility) **
-
serveSocket: aSocket
-
redefine in concrete classes to something like:
** This method must be redefined in concrete classes (subclassResponsibility) **
|