Uses of Class
org.jgroups.stack.RouterStubManager
Packages that use RouterStubManager
Package
Description
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
Support for managing protocol stacks.
-
Uses of RouterStubManager in org.jgroups.protocols
Fields in org.jgroups.protocols declared as RouterStubManagerModifier and TypeFieldDescriptionprotected RouterStubManagerTCPGOSSIP.stubManagerprotected RouterStubManagerTUNNEL.stubManagerMethods in org.jgroups.protocols that return RouterStubManager -
Uses of RouterStubManager in org.jgroups.stack
Methods in org.jgroups.stack that return RouterStubManagerModifier and TypeMethodDescriptionstatic RouterStubManagerRouterStubManager.emptyGossipClientStubManager(Log log, TimeScheduler timer) RouterStubManager.heartbeat(long heartbeat_interval, long heartbeat_timeout) RouterStubManager.maxSendQueue(int s) RouterStubManager.nonBlockingSends(boolean b) RouterStubManager.socketFactory(SocketFactory socket_factory) RouterStubManager.useNio(boolean flag)