EMA C++ Configuration Guide : 3 Configuration Groups : 3.7 Server Group : 3.7.3 EMA Server Connection Types
 
3.7.3 EMA Server Connection Types
Following is a sample snippet from the configuration file that shows how to set up the ServerType parameter:
 
<ServerType value="ServerType::RSSL_SOCKET"/>
 
The following table summarizes possible Server connection types and parameter values that you can use to set them.
 
Table 17: Server Settings for Socket and Websocket Connection Types
Server connection type
ServerType VALUE
SubProtocol list possibilities
Unencrypted Socket
RSSL_SOCKET
The following possibilities apply:
By default, either websocket or socket incoming connections are accepted.
If the WsProtocols parameter is empty or mismatched with incoming connections, websocket connections are denied.
Socket connection logic ignores WsProtocols configuration and supports only RWF.
Default:
WsProtocols value=“tr_json2, rssl.rwf, rssl.json.v2”
Unencrypted Websocket
RSSL_WEBSOCKET
Encrypted Socket
RSSL_ENCRYPTED
Encrypted Websocket