eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'AbstractTCPSession':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: AbstractTCPSession


Inheritance:

   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

Class protocol:

queries
o  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.


Instance protocol:

accessing
o  server: aTCPServer
Modified (format): / 18-02-2017 / 10:56:10 / cg

debugging
o  log: aMessage

serving
o  clientOn: aSocket
start and return a process for a new client

** This method must be redefined in concrete classes (subclassResponsibility) **

o  serveSocket: aSocket
redefine in concrete classes to something like:

** This method must be redefined in concrete classes (subclassResponsibility) **



ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 04:47:43 GMT