Soup.WebsocketExtensionClass¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
configure |
r |
called to configure the extension with the given parameters |
|
get_request_params |
r |
called by the client to build the request header. It should include the parameters string starting with ‘;’ |
|
get_response_params |
r |
called by the server to build the response header. It should include the parameters string starting with ‘;’ |
|
name |
r |
the name of the extension |
|
padding |
[ |
r |
|
parent_class |
r |
the parent class |
|
process_incoming_message |
r |
called to process the payload data of a message after it’s received. Reserved bits of the header should be cleared. |
|
process_outgoing_message |
r |
called to process the payload data of a message before it’s sent. Reserved bits of the header should be changed. |
Methods¶
None
Details¶
- class Soup.WebsocketExtensionClass¶
The class structure for the
Soup.WebsocketExtension
.