Smalltalk/X WebserverDocumentation of class 'WebSocketStream::Message': | |
Class: Message (private in WebSocketStreamThis class is only visible from within WebSocketStream.Inheritance:Object | +--WebSocketStream::Message
Description:this reprensents the 'human readable' tranfer data, for e.g.: 'Hello World' a message is the collected and converted data from n Frames, this means a Message is build up from n frames, for e.g.: Frame 1 data ~= protocol data, finish 0, 'Hello ' Frame 2 data ~= protocol data, finish 1, 'World' the message is collected from all converted frame data until the 'finish' frame the contents is returned as string or byte array or if it is a lot content as filename including the content Class protocol:instance creation
Instance protocol:accessing
|
|
ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 04:31:24 GMT |