@Alias(value="multicast-receiver") public class MulticastReceiverConfig extends MulticastGroupConfig
| Modifier and Type | Field and Description |
|---|---|
Integer |
bindToPort
The port the multicast receiver binds to.
|
group, networkInterface| Constructor and Description |
|---|
MulticastReceiverConfig()
Default constructor.
|
MulticastReceiverConfig(int bindToPort,
String group,
String networkInterface)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString()
Convert to String representation.
|
@Parameter @Expression(value=NOT_SUPPORTED) @ParameterDsl(allowReferences=false) @Summary(value="The port the multicast receiver binds to.") public Integer bindToPort
public MulticastReceiverConfig()
public MulticastReceiverConfig(int bindToPort,
String group,
String networkInterface)
bindToPort - The port the multicast receiver binds to.group - The group The multicast group that is joined.networkInterface - The network interface on which to join the group.public String toString()
toString in class MulticastGroupConfigpublic boolean equals(Object obj)
equals in class MulticastGroupConfigObject.equals(java.lang.Object)public int hashCode()
hashCode in class MulticastGroupConfigObject.hashCode()Copyright © 2019–2025 Teslanet.nl. All rights reserved.