Uses of Interface
org.jgroups.jmx.AdditionalJmxObjects
-
Packages that use AdditionalJmxObjects Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. -
-
Uses of AdditionalJmxObjects in org.jgroups.protocols
Classes in org.jgroups.protocols that implement AdditionalJmxObjects Modifier and Type Class Description classBasicTCPShared base class for TCP protocolsclassSHARED_LOOPBACKLoopback transport shared by all channels within the same VM.classSimpleTCPBare-bones thread-per-connection TCP-based transport.classTCPTCP based protocol.classTCP_NIO2Protocol using TCP/IP to send and receive messages.classTPGeneric transport - specific implementations should extend this abstract class.classTUNNELReplacement for UDP.classUDPIP multicast transport based on UDP.
-