|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TP | |
|---|---|
| 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. |
| Uses of TP in org.jgroups.blocks |
|---|
| Methods in org.jgroups.blocks with parameters of type TP | |
|---|---|
void |
RequestCorrelator.registerProbeHandler(TP transport)
|
void |
RequestCorrelator.unregisterProbeHandler(TP transport)
|
| Uses of TP in org.jgroups.protocols |
|---|
| Subclasses of TP in org.jgroups.protocols | |
|---|---|
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. |
| Uses of TP in org.jgroups.stack |
|---|
| Methods in org.jgroups.stack that return TP | |
|---|---|
protected TP |
Protocol.getTransport()
|
TP |
ProtocolStack.getTransport()
Returns the bottom most protocol |
| Methods in org.jgroups.stack that return types with arguments of type TP | |
|---|---|
static java.util.concurrent.ConcurrentMap<java.lang.String,Tuple<TP,ProtocolStack.RefCounter>> |
ProtocolStack.getSingletonTransports()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||