MulticastReceivingChannelAdapter(java.lang.String group,
int port)
Constructs a MulticastReceivingChannelAdapter that listens for packets on the
specified multichannel address (group) and port.
MulticastReceivingChannelAdapter(java.lang.String group,
int port,
boolean lengthCheck)
Constructs a MulticastReceivingChannelAdapter that listens for packets on the
specified multichannel address (group) and port.
public MulticastReceivingChannelAdapter(java.lang.String group,
int port)
Constructs a MulticastReceivingChannelAdapter that listens for packets on the
specified multichannel address (group) and port.
Parameters:
group - The multichannel address.
port - The port.
MulticastReceivingChannelAdapter
public MulticastReceivingChannelAdapter(java.lang.String group,
int port,
boolean lengthCheck)
Constructs a MulticastReceivingChannelAdapter that listens for packets on the
specified multichannel address (group) and port. Enables setting the lengthCheck
option, which expects a length to precede the incoming packets.
Parameters:
group - The multichannel address.
port - The port.
lengthCheck - If true, enables the lengthCheck Option.