Element | Package and Description |
WmPublic. Closes the WebSocket connection attempt, if any. | |
WmPublic. Closes the WebSocket connection abruptly, if any. | |
WmPublic: Retrieves the cookies that are part of the HTTP request to establish a WebSocket connection. | |
WmPublic: Retrieves the extensions used in the request URL to establish a WebSocket connection. | |
WmPublic: Retrieves the headers used in the request URL to establish a WebSocket connection. | |
WmPublic: Retrieves the path parameter used in the request URL to establish a WebSocket connection. | |
WmPublic: Retrieves the path parameters used in the request URL to establish a WebSocket connection. | |
WmPublic: Retrieves the HTTP request information used to establish the WebSocket connection. | |
WmPublic: Retrieves the value of a specific query parameter used in the request URL to establish the WebSocket connection. | |
WmPublic: Retrieves the query parameters used in the request URL to establish a WebSocket connection. | |
WmPublic: Retrieves the subprotocols used in the request URL to establish a WebSocket connection | |
WmPublic. Specification for a callback service related to WebSocket server or client endpoint that handles binary payload. | |
WmPublic. Specification for a callback service related to WebSocket server or client endpoint that gets invoked when a WebSocket session is closed or disconnected. | |
WmPublic. Specification for a callback service related to WebSocket server or client endpoint that gets invoked when a WebSocket session is successfully established. | |
WmPublic. Specification for a callback service related to WebSocket server or client endpoint that gets invoked when an error is encountered resulting in WebSocket session termination. | |
WmPublic. Specification for a callback service related to WebSocket server or client endpoint that handles text payload. | |
WmPublic: Sends a ping message containing the given application data to the remote endpoint after establishing the connection. | |
WmPublic: Sends back an unsolicited pong message with the exact application data as the ping for the WebSocket session. | |
WmPublic. Sends a message on a connected WebSocket connection. |