Uses of Interface
org.jgroups.stack.RouterStub.StubReceiver
-
Packages that use RouterStub.StubReceiver Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network.org.jgroups.stack Support for managing protocol stacks. -
-
Uses of RouterStub.StubReceiver in org.jgroups.protocols
Classes in org.jgroups.protocols that implement RouterStub.StubReceiver Modifier and Type Class Description class
TUNNEL
Replacement for UDP. -
Uses of RouterStub.StubReceiver in org.jgroups.stack
Fields in org.jgroups.stack declared as RouterStub.StubReceiver Modifier and Type Field Description protected RouterStub.StubReceiver
RouterStub. receiver
protected RouterStub.StubReceiver
RouterStubManager.Target. receiver
Methods in org.jgroups.stack that return RouterStub.StubReceiver Modifier and Type Method Description RouterStub.StubReceiver
RouterStub. receiver()
Methods in org.jgroups.stack with parameters of type RouterStub.StubReceiver Modifier and Type Method Description RouterStub
RouterStub. receiver(RouterStub.StubReceiver r)
Constructors in org.jgroups.stack with parameters of type RouterStub.StubReceiver Constructor Description Target(IpAddress bind_addr, IpAddress router_addr, RouterStub.StubReceiver receiver)
-