Skip to content

octoprint.vendor.sockjs.tornado.transports.rawwebsocket#

RawSession #

Bases: session.BaseSession

Raw session without any sockjs protocol encoding/decoding. Simply works as a proxy between SockJSConnection class and RawWebSocketTransport.

RawWebSocketTransport #

Bases: websocket.SockJSWebSocketHandler, base.BaseTransportMixin

Raw Websocket transport