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 class
BasicTCP
Shared base class for TCP protocolsclass
SHARED_LOOPBACK
Loopback transport shared by all channels within the same VM.class
SimpleTCP
Bare-bones thread-per-connection TCP-based transport.class
TCP
TCP based protocol.class
TCP_NIO2
Protocol using TCP/IP to send and receive messages.class
TP
Generic transport - specific implementations should extend this abstract class.class
TUNNEL
Replacement for UDP.class
UDP
IP multicast transport based on UDP.
-