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 | Description |
---|---|---|
void |
RequestCorrelator.registerProbeHandler(TP transport) |
|
void |
RequestCorrelator.unregisterProbeHandler(TP transport) |
Modifier and Type | Class | Description |
---|---|---|
class |
BasicTCP |
Shared base class for tcpip protocols
|
class |
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 NIO
|
class |
TUNNEL |
Replacement for UDP.
|
class |
UDP |
IP multicast transport based on UDP.
|
Modifier and Type | Method | Description |
---|---|---|
protected TP |
Protocol.getTransport() |
|
TP |
ProtocolStack.getTransport() |
Returns the bottom most protocol
|
Modifier and Type | Method | Description |
---|---|---|
static java.util.concurrent.ConcurrentMap<java.lang.String,Tuple<TP,java.lang.Short>> |
ProtocolStack.getSingletonTransports() |
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) |
Copyright ? 1998-2008 Bela Ban. All Rights Reserved.