Package | Description |
---|---|
eneter.messaging.messagingsystems.udpmessagingsystem |
Communication via UDP.
|
Modifier and Type | Method and Description |
---|---|
UdpMessagingSystemFactory |
UdpMessagingSystemFactory.setAllowSendingBroadcasts(boolean allowBroadcasts)
Enables / disables sending broadcast messages.
|
UdpMessagingSystemFactory |
UdpMessagingSystemFactory.setInputChannelThreading(IThreadDispatcherProvider inputChannelThreading)
Sets threading mode for input channels.
|
UdpMessagingSystemFactory |
UdpMessagingSystemFactory.setMaxAmountOfConnections(int maxAmountOfConnections)
Sets the maximum amount of connections the inout channel can accept.
|
UdpMessagingSystemFactory |
UdpMessagingSystemFactory.setMulticastGroupToReceive(java.lang.String multicastGroup)
Sets the multicast group to receive messages from.
|
UdpMessagingSystemFactory |
UdpMessagingSystemFactory.setMulticastLoopback(boolean allowMulticastLoopback)
Enables /disables receiving multicast messages from the same IP address from which they were sent.
|
UdpMessagingSystemFactory |
UdpMessagingSystemFactory.setOutputChannelThreading(IThreadDispatcherProvider outputChannelThreading)
Sets threading mode for output channels.
|
UdpMessagingSystemFactory |
UdpMessagingSystemFactory.setResponseReceiverPort(int port)
Sets or gets the port which shall be used for receiving response messages by output channel in case of unicast communication.
|
UdpMessagingSystemFactory |
UdpMessagingSystemFactory.setReuseAddress(boolean allowReuseAddressFlag)
Sets the flag indicating whether the socket can be bound to the address which is already used.
|
UdpMessagingSystemFactory |
UdpMessagingSystemFactory.setTtl(int ttl)
Sets time to live value for UDP datagrams.
|
UdpMessagingSystemFactory |
UdpMessagingSystemFactory.setUnicastCommunication(boolean isUnicast)
Sets whether the communication is unicast.
|