@XmlHints(allowTopLevelDefinition=true) public class UdpSocketProperties extends AbstractSocketProperties
UdpSocketProperties interface.| Modifier and Type | Field and Description |
|---|---|
protected boolean |
broadcast
Enable/disable SO_BROADCAST into the
DatagramSocket |
clientTimeout, name, receiveBufferSize, sendBufferSize, TIMEOUT_CONFIGURATIONGROUP_NAME| Constructor and Description |
|---|
UdpSocketProperties() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBroadcast()
Whether to enable the socket to write broadcast data
|
Integer |
getReceiveBufferSize()
The size of the buffer (in bytes) used when receiving data, set on the socket itself.
|
getClientTimeout, getName, getReuseAddress, getSendBufferSize, setName@Parameter @Optional(defaultValue="false") @Summary(value="Whether to enable the socket to send broadcast data") protected boolean broadcast
DatagramSocketpublic boolean getBroadcast()
public Integer getReceiveBufferSize()
AbstractSocketPropertiesgetReceiveBufferSize in interface SocketPropertiesgetReceiveBufferSize in class AbstractSocketPropertiesCopyright © 2003–2016 MuleSoft, Inc.. All rights reserved.