Socket Client Policy helps in sending data to sockets and receiving data from sockets.
When a socket connection is established, the socket can be used to communicate with the server.
Configuration
The properties that have to be configured to use the policy are described below.
|
Property |
Description |
|
Port |
Port number of the socket |
|
Server IP |
IP address of the socket |
|
Sending Message Type |
Mode of the message transfer while sending a message is classified as below:
|
|
Receiving Message Type |
Mode of the message transfer while receiving a message is classified as below:
|
|
DecodingType |
Messages received in the communication will be decoded in the following ways:
|
|
Suspended Timeout |
If the message sent by a client takes more time than the Suspend Timeout to execute, then the next message is sent. |