Class WebsocketExtensionManager

java.lang.Object
All Implemented Interfaces:
Proxy, SessionFeature

@Generated("io.github.jwharm.JavaGI") public final class WebsocketExtensionManager extends GObject implements SessionFeature
SoupWebsocketExtensionManager is the SessionFeature that handles WebSockets extensions for a Session.

A SoupWebsocketExtensionManager is added to the session by default, and normally you don't need to worry about it at all. However, if you want to disable WebSocket extensions, you can remove the feature from the session with Session.removeFeatureByType(org.gnome.glib.Type) or disable it on individual requests with Message.disableFeature(org.gnome.glib.Type).