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()
<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. setNetworkInterface(java.net.InetAddress addr, java.net.MulticastSocket s)
protected <T extends UDP>
TUDP. setTimeToLive(int ttl, java.net.MulticastSocket s)
<T extends UDP>
TUDP. setUcastReceiverThreads(int num)
Methods in org.jgroups.protocols that return UDP Modifier and Type Method Description UDP
UDP. disableLoopback(boolean d)
UDP
UDP. ipMcast(boolean i)
UDP
UDP. setIpTTL(int i)
UDP
UDP. setMcastGroupAddr(java.net.InetAddress m)
UDP
UDP. setMcastRecvBufSize(int m)
UDP
UDP. setMcastSendBufSize(int m)
UDP
UDP. setSuppressTimeOutOfBufferSpace(long s)
UDP
UDP. setTos(int t)
UDP
UDP. setUcastRecvBufSize(int u)
UDP
UDP. setUcastSendBufSize(int u)
-