@ExclusiveOptionals(isOneRequired=false) public class OutgoingMulticastConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
outgoingAddress
Address of network interface for outgoing multicast traffic.
|
String |
outgoingInterface
Network interface of socket for outgoing multicast traffic.
|
| Constructor and Description |
|---|
OutgoingMulticastConfig() |
@Parameter
@Optional
@Summary(value="Network interface of socket for outgoing multicast traffic. Alternative to outgoingAddress.")
@Expression(value=NOT_SUPPORTED)
@ParameterDsl(allowInlineDefinition=true,
allowReferences=false)
public String outgoingInterface
outgoingAddress.@Parameter
@Optional
@Summary(value="Address of network interface for outgoing multicast traffic. Alternative to outgoingInterface.")
@Expression(value=NOT_SUPPORTED)
@ParameterDsl(allowInlineDefinition=true,
allowReferences=false)
public String outgoingAddress
outgoingInterface.public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public int hashCode()
hashCode in class ObjectObject.hashCode()Copyright © 2019–2024 Teslanet.nl. All rights reserved.