class EnsLib.TCP.CountedOutboundAdapter
extends EnsLib.TCP.OutboundAdapter, EnsLib.TCP.CountedCommon
Adapter that sends out a counted block of bytes over a TCP connection and receives a response block
parameter SETTINGS = "FlushBeforeSend:Connection";
List of properties can be set as settings in the configuration file
format is a comma separated list of property names
property FlushBeforeSend
as %Boolean [ InitialExpression = 1 ];
Read out any data in the input buffer before sending output. This ensures that any reply received corresponds to the sent message, and if not looking for replies that the input buffer does not fill up with unexpected junk.