Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | WebSocket Folder | Summary of Elements in this Folder
 
Summary of Elements in this Folder
 
pub.websocket:close
pub.websocket:disconnect
pub.websocket:getCookies
pub.websocket:getExtensions
pub.websocket:getHeaders
pub.websocket:getPathParameters
pub.websocket:getPathParameter
pub.websocket:getRequest
pub.websocket:getQueryParameters
pub.websocket:getQueryParameter
pub.websocket:getSubProtocols
pub.websocket:onBinary
pub.websocket:onClose
pub.websocket:onConnect
pub.websocket:onError
pub.websocket:onText
pub.websocket:ping
pub.websocket:pong
pub.websocket:send
The following elements are available in this folder:
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.