Uses of Class
org.jgroups.protocols.TP
-
Packages that use TP Package Description org.jgroups.blocks Provides building blocks that are layered on top of channels.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 TP in org.jgroups.blocks
Methods in org.jgroups.blocks with parameters of type TP Modifier and Type Method Description voidRequestCorrelator. registerProbeHandler(TP transport)voidRequestCorrelator. unregisterProbeHandler(TP transport) -
Uses of TP in org.jgroups.protocols
Subclasses of TP in org.jgroups.protocols Modifier and Type Class Description classBasicTCPShared base class for tcpip protocolsclassLOOPBACKMakes copies of outgoing messages, swaps sender and receiver and sends the message back up the stack.classSHARED_LOOPBACKLoopback transport shared by all channels within the same VM.classTCPTCP based protocol.classTCP_NIOTransport using NIOclassTUNNELReplacement for UDP.classUDPIP multicast transport based on UDP. -
Uses of TP in org.jgroups.stack
Methods in org.jgroups.stack that return TP Modifier and Type Method Description protected TPProtocol. getTransport()TPProtocolStack. getTransport()Returns the bottom most protocolMethods in org.jgroups.stack that return types with arguments of type TP Modifier and Type Method Description static java.util.concurrent.ConcurrentMap<java.lang.String,Tuple<TP,java.lang.Short>>ProtocolStack. getSingletonTransports()Method parameters in org.jgroups.stack with type arguments of type TP Modifier and Type Method Description static voidConfigurator. startProtocolStack(java.util.List<Protocol> protocols, java.lang.String cluster_name, java.util.Map<java.lang.String,Tuple<TP,java.lang.Short>> singletons)static voidConfigurator. stopProtocolStack(java.util.List<Protocol> protocols, java.lang.String cluster_name, java.util.Map<java.lang.String,Tuple<TP,java.lang.Short>> singletons)
-