Uses of Class
org.jgroups.protocols.UDP
-
Packages that use UDP Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. -
-
Uses of UDP in org.jgroups.protocols
Methods in org.jgroups.protocols with type parameters of type UDP Modifier and Type Method Description <T extends UDP>
TUDP. clearDroppedMessagesCache()
protected <T extends UDP>
TUDP. setInterface(java.net.InetAddress intf, java.net.MulticastSocket s)
<T extends UDP>
TUDP. setMcastPort(int mcast_port)
<T extends UDP>
TUDP. setMcastReceiverThreads(int num)
<T extends UDP>
TUDP. setMulticastAddress(java.net.InetAddress a)
<T extends UDP>
TUDP. setMulticasting(boolean fl)
<T extends UDP>
TUDP. setMulticastPort(int mcast_port)
<T extends UDP>
TUDP. setMulticastTTL(int ttl)
Set the ttl for multicast socketprotected <T extends UDP>
TUDP. setTimeToLive(int ttl, java.net.MulticastSocket s)
<T extends UDP>
TUDP. setUcastReceiverThreads(int num)
-