Uses of Class
org.jgroups.protocols.UDP
Packages that use UDP
Package
Description
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 UDPModifier and TypeMethodDescription<T extends UDP>
T<T extends UDP>
TUDP.setMcastReceiverThreads(int num) <T extends UDP>
TUDP.setMulticastAddress(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(InetAddress addr, MulticastSocket s) protected <T extends UDP>
TUDP.setTimeToLive(int ttl, MulticastSocket s) <T extends UDP>
TUDP.setUcastReceiverThreads(int num) Methods in org.jgroups.protocols that return UDPModifier and TypeMethodDescriptionUDP.disableLoopback(boolean d) UDP.ipMcast(boolean i) UDP.setIpTTL(int i) UDP.setMcastGroupAddr(InetAddress m) UDP.setMcastRecvBufSize(int m) UDP.setMcastSendBufSize(int m) UDP.setSuppressTimeOutOfBufferSpace(long s) UDP.setTos(int t) UDP.setUcastRecvBufSize(int u) UDP.setUcastSendBufSize(int u)