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.
|
Modifier and Type | Method and Description |
---|---|
void |
RequestCorrelator.registerProbeHandler(TP transport) |
void |
RequestCorrelator.unregisterProbeHandler(TP transport) |
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 |
TCP
TCP based protocol.
|
class |
TCP_NIO
Transport using NIO
|
class |
TUNNEL
Replacement for UDP.
|
class |
UDP
IP multicast transport based on UDP.
|
Modifier and Type | Method and Description |
---|---|
TP |
ProtocolStack.getTransport()
Returns the bottom most protocol
|
protected TP |
Protocol.getTransport() |
Modifier and Type | Method and Description |
---|---|
static ConcurrentMap<String,Tuple<TP,ProtocolStack.RefCounter>> |
ProtocolStack.getSingletonTransports() |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.