Uses of Class
org.jgroups.protocols.TP
Packages that use TP
Package
Description
Provides building blocks that are layered on top of channels.
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
Support for managing protocol stacks.
-
Uses of TP in org.jgroups.blocks
Methods in org.jgroups.blocks with parameters of type TPModifier and TypeMethodDescriptionvoid
RequestCorrelator.registerProbeHandler
(TP transport) void
RequestCorrelator.unregisterProbeHandler
(TP transport) -
Uses of TP in org.jgroups.protocols
Subclasses of TP in org.jgroups.protocolsModifier and TypeClassDescriptionclass
Shared base class for tcpip protocolsclass
Makes copies of outgoing messages, swaps sender and receiver and sends the message back up the stack.class
Loopback transport shared by all channels within the same VM.class
TCP based protocol.class
Transport using NIOclass
Replacement for UDP.class
IP multicast transport based on UDP. -
Uses of TP in org.jgroups.stack
Methods in org.jgroups.stack that return TPModifier and TypeMethodDescriptionprotected TP
Protocol.getTransport()
ProtocolStack.getTransport()
Returns the bottom most protocolMethods in org.jgroups.stack that return types with arguments of type TPModifier and TypeMethodDescriptionstatic ConcurrentMap
<String, Tuple<TP, Short>> ProtocolStack.getSingletonTransports()
Method parameters in org.jgroups.stack with type arguments of type TP