eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'Comanche::HttpPartialResponse':

Home

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

Class: HttpPartialResponse (in Comanche)


Inheritance:

   Object
   |
   +--Comanche::HttpResponse
      |
      +--Comanche::HttpPartialResponse

Package:
stx:goodies/webServer/comanche/swiki
Category:
Comanche-Kom-Protocol-HTTP
Version:
rev: 1.10 date: 2003/11/19 10:56:33
user: penk
file: HttpPartialResponse.st directory: goodies/webServer/comanche/swiki
module: stx stc-classLibrary: swiki

Description:


kom/4.12 (Comanche/4.12)

HttpPartialResponse (bolot 4/2/2001 18:49)
- not a very accurate name
- a subclass of HttpResponse
-- allows for long-execution modules to write directly to the client


Class protocol:

instance creation
o  newFrom: aSimilarObject
Create an object that has similar contents to aSimilarObject.
If the classes have any instance varaibles with the same names, copy them across.
If this is bad for a class, override this method.


Instance protocol:

accessing
o  producerBlock: aBlock

initialization
o  copySameFrom: otherObject
Copy to myself all instance variables named the same in otherObject.
This ignores otherObject's control over its own inst vars.

responding
o  pvtWriteContentLengthOn: aStream
do nothing, since the length is not known yet

o  pvtWriteContentsOn: aStream



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Thu, 25 Apr 2024 12:46:04 GMT