Uses of Class
org.jgroups.protocols.TUNNEL
-
Packages that use TUNNEL Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. -
-
Uses of TUNNEL in org.jgroups.protocols
Methods in org.jgroups.protocols that return TUNNEL Modifier and Type Method Description TUNNEL
TUNNEL. maxSendQueue(int s)
TUNNEL
TUNNEL. nonBlockingSends(boolean b)
TUNNEL
TUNNEL. setGossipRouterHosts(java.lang.String hosts)
TUNNEL
TUNNEL. setLinger(int l)
TUNNEL
TUNNEL. setReconnectInterval(long r)
TUNNEL
TUNNEL. setTcpNodelay(boolean nd)
TUNNEL
TUNNEL. setTUNNELPolicy(TUNNEL.TUNNELPolicy policy)
TUNNEL
TUNNEL. tls(TLS t)
TUNNEL
TUNNEL. useNio(boolean use_nio)
-