Package | Description |
---|---|
org.jgroups.protocols |
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicTCP
Shared base class for TCP protocols
|
class |
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.
|
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.