eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'WebSocketStream::Frame':

Home

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

Class: Frame (private in WebSocketStream

This class is only visible from within WebSocketStream.

Inheritance:

   Object
   |
   +--WebSocketStream::Frame

Package:
stx:goodies/communication
Category:
Net-Communication-Websocket
Owner:
WebSocketStream

Description:


this reprensents a WebSocket frame, for e.g.:

Frame 1 data ~= protocol data, finish 0, 'Hello '
Frame 2 data ~= protocol data, finish 1, 'World'


Instance protocol:

accessing
o  frameLength

o  frameLength: something

o  isCompressed

o  isCompressed: aBoolean

o  isFinal

o  isFinal: aBoolean

o  opCode

o  opCode: anInteger
Modified (format): / 03-11-2022 / 20:37:53 / cg

o  payload

o  payload: something

queries
o  couldReadFrame

o  isClose

o  isControllFrame

o  isPing

o  isPong



ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Sun, 08 Sep 2024 02:28:48 GMT