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 TypeMethodDescriptionvoidRequestCorrelator.registerProbeHandler(TP transport) voidRequestCorrelator.unregisterProbeHandler(TP transport) -
Uses of TP in org.jgroups.protocols
Subclasses of TP in org.jgroups.protocolsModifier and TypeClassDescriptionclassShared base class for tcpip protocolsclassMakes copies of outgoing messages, swaps sender and receiver and sends the message back up the stack.classLoopback transport shared by all channels within the same VM.classTCP based protocol.classTransport using NIOclassReplacement for UDP.classIP multicast transport based on UDP. -
Uses of TP in org.jgroups.stack
Methods in org.jgroups.stack that return TPModifier and TypeMethodDescriptionprotected TPProtocol.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