Uses of Class
org.jgroups.protocols.UNICAST3
Packages that use UNICAST3
Package
Description
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
-
Uses of UNICAST3 in org.jgroups.protocols
Methods in org.jgroups.protocols that return UNICAST3Modifier and TypeMethodDescriptionUNICAST3.logNotFoundMsgs(boolean l) UNICAST3.loopback(boolean b) UNICAST3.sendsCanBlock(boolean s) UNICAST3.setAckThreshold(int a) UNICAST3.setConnCloseTimeout(long c) UNICAST3.setConnExpiryTimeout(long c) UNICAST3.setMaxRetransmitTime(long max_retransmit_time) UNICAST3.setMaxXmitReqSize(int m) UNICAST3.setSyncMinInterval(long s) UNICAST3.setXmitInterval(long i) UNICAST3.setXmitsEnabled(boolean b) UNICAST3.setXmitTableMaxCompactionTime(long x) UNICAST3.setXmitTableMsgsPerRow(int n) UNICAST3.setXmitTableNumRows(int n) UNICAST3.setXmitTableResizeFactor(double x) -
Uses of UNICAST3 in org.jgroups.protocols.relay
Fields in org.jgroups.protocols.relay declared as UNICAST3