|
Class: SimulatedSqueakSocketStream (in Comanche)
Object
|
+--Comanche::SimulatedSqueakSocketStream
- Package:
- stx:goodies/webServer/comanche
- Category:
- Net-Communication-HTTP-Comanche-Swiki-STX-Support
- Version:
- rev:
1.16
date: 2018/04/26 10:48:39
- user: cg
- file: SimulatedSqueakSocketStream.st directory: goodies/webServer/comanche
- module: stx stc-classLibrary: comanche
instance creation
-
new
-
(comment from inherited method)
return an instance of myself without indexed variables
accessing
-
initialize
-
(comment from inherited method)
just to ignore initialize to objects which do not need it
-
readStream
-
return the value of the instance variable 'readStream' (automatically generated)
-
readStream: something
-
set the value of the instance variable 'readStream' (automatically generated)
-
request: aHttpRequest
-
set the value of the instance variable 'server' (automatically generated)
-
status
-
-
writeStream
-
return the value of the instance variable 'writeStream' (automatically generated)
-
writeStream: something
-
set the value of the instance variable 'writeStream' (automatically generated)
queries
-
inBytes
-
actual number of bytes read by the app
-
remoteAddress
-
reading
-
match: aString
-
position past the next occurrence of aString
-
next: count
-
-
nextChunk
-
-
upToAll: aCollection
-
writing
-
putDataBack: aCollection
-
|