CloseConnection UDR (3.2)
The CloseConnection UDR is used for closing an existing connection. Either the Websocket server agent receives a closing handshake request and routes a CloseConnection UDR into the workflow, or the workflow sends a CloseConnection UDR to the Websocket server agent, which in turn sends a closing handshake request to the peer. A CloseConnection UDR can also be sent to the Websocket client agent for closing a connection. The following field is included in the CloseConnection UDR:
Field | Description |
---|---|
URI (string) | This field contains the Uniform Resource Identifier of the server or client to which connection will be closed, in string format. |
securityInformation (TLSInformation (websocket)) | This field contains information about the certificate chain and also which protocol and cipher suite are used. |