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 void
RequestCorrelator. registerProbeHandler(TP transport)
void
RequestCorrelator. unregisterProbeHandler(TP transport)
-
Uses of TP in org.jgroups.protocols
Subclasses of TP in org.jgroups.protocols Modifier and Type Class Description class
BasicTCP
Shared base class for tcpip protocolsclass
LOOPBACK
Makes copies of outgoing messages, swaps sender and receiver and sends the message back up the stack.class
SHARED_LOOPBACK
Loopback transport shared by all channels within the same VM.class
TCP
TCP based protocol.class
TCP_NIO
Transport using NIOclass
TUNNEL
Replacement for UDP.class
UDP
IP 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 TP
Protocol. getTransport()
TP
ProtocolStack. 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 void
Configurator. startProtocolStack(java.util.List<Protocol> protocols, java.lang.String cluster_name, java.util.Map<java.lang.String,Tuple<TP,java.lang.Short>> singletons)
static void
Configurator. stopProtocolStack(java.util.List<Protocol> protocols, java.lang.String cluster_name, java.util.Map<java.lang.String,Tuple<TP,java.lang.Short>> singletons)
-