Uses of Class
eneter.messaging.messagingsystems.udpmessagingsystem.UdpMessagingSystemFactory

Packages that use UdpMessagingSystemFactory
eneter.messaging.messagingsystems.udpmessagingsystem Communication via UDP. 
 

Uses of UdpMessagingSystemFactory in eneter.messaging.messagingsystems.udpmessagingsystem
 

Methods in eneter.messaging.messagingsystems.udpmessagingsystem that return UdpMessagingSystemFactory
 UdpMessagingSystemFactory UdpMessagingSystemFactory.setAllowSendingBroadcasts(boolean allowBroadcasts)
          Enables / disables sending broadcast messages.
 UdpMessagingSystemFactory UdpMessagingSystemFactory.setInputChannelThreading(IThreadDispatcherProvider inputChannelThreading)
          Sets threading mode for input channels.
 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.