Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | WebSocket Folder | Summary of Elements in this Folder | pub.websocket:getExtensions
 
pub.websocket:getExtensions
WmPublic: Retrieves the extensions used in the request URL to establish a WebSocket connection.
Input Parameters
sessionId
String Session ID for the WebSocket session for which you want to retrieve the extension information.
Output Parameters
extensions
Document List Conditional. The list of extensions for a WebSocket connection.
Key
Description
name
String The name of the header.
parameterizedName
String The parameterized name of the extension.
parameterKeys
String List The parameterized keys of the extension.
parameters
Document List The list of parameters for the given extension.
Key
Description
name
String The name of the parameter.
value
String The value of the parameter.