Soup.WebsocketExtensionClass

Fields

Name

Type

Access

Description

configure

object

r

called to configure the extension with the given parameters

get_request_params

object

r

called by the client to build the request header. It should include the parameters string starting with ‘;’

get_response_params

object

r

called by the server to build the response header. It should include the parameters string starting with ‘;’

name

str

r

the name of the extension

padding

[object]

r

parent_class

GObject.ObjectClass

r

the parent class

process_incoming_message

object

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

object

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.