...
If multiple custom listeners are available, you can select the one you want to use from the Select Implementation boxmenu.
Configuration
You can configure the following settings.
...
Protocol | Specifies the protocol used to transmit messages. Options are Default: |
---|---|
Port | Specifies the port that the socket listener will listen on for incoming connections. Specify |
Acceptor Threads | Specifies the number of acceptor threads used to receive messages. Not applicable if Protocol is set to
Default: |
Worker Threads | Specifies the number of worker threads used to process messages.
Default: |
Character Set | Specifies the character set used to decode and encode bytes. Default: |
Connection Backlog | Specifies the number of connections allowed in the backlog before new connections will be rejected. This configuration is optional. Leaving the field empty is recommended. |
Read Mode | Specifies the listener mode for reading messages.
Default: |
...
Length of the Length Field | Determines the length of the length field. The desired number of bytes will be read and converted to a number to determine the length of the message. You can specify the following values: The default is to read 4 bytes and convert it to an integer. |
---|---|
Include Length Field Size in Length | Indicates if the length read should also include the length field size. For example, if the option is enabled, a 4-byte message would send a length value of 8. This is because the default length of the length field is 4 bytes and will be added to the message body length. Default: |
Format of Static Prefix/Suffix | Specifies the type of conversion used to convert the static prefix/suffix into bytes.
Default: |
Static Prefix | Specifies a prefix segment to be added to the message that may be required. If specified, the message format will be <PREFIX_BYTES><LENGTH_FIELD_BYTES><MESSAGE_DATA_BYTES>. |
Static Suffix | Specifies a suffix segment of the message that may be required by the socket. If specified, the message format will be <LENGTH_FIELD_BYTES><MESSAGE_DATA_BYTES><SUFFIX_BYTES>. |
...
- Enter
1
to only log errors - Enter
2
to log errors and warnings. - Enter
3
to log errors, warnings, and info. - Enter
4
to log errors, warnings, info, and debug.
Default is 3
Change Log
1.1
- Added support for UDP.
1.0
- Initial release.