Uses of Interface
org.jgroups.Transport
-
Packages that use Transport Package Description org.jgroups Provides top-level public JGroups classes such as Channel, Message, etc.org.jgroups.blocks Provides building blocks that are layered on top of channels.org.jgroups.mux org.jgroups.stack Support for managing protocol stacks. -
-
Uses of Transport in org.jgroups
Classes in org.jgroups that implement Transport Modifier and Type Class Description class
Channel
A channel represents a group communication endpoint (like BSD datagram sockets).class
JChannel
JChannel is a pure Java implementation of Channel. -
Uses of Transport in org.jgroups.blocks
Fields in org.jgroups.blocks declared as Transport Modifier and Type Field Description protected Transport
GroupRequest. transport
protected Transport
PullPushAdapter. transport
Deprecated.Methods in org.jgroups.blocks that return Transport Modifier and Type Method Description Transport
PullPushAdapter. getTransport()
Deprecated.Constructors in org.jgroups.blocks with parameters of type Transport Constructor Description GroupRequest(Message m, Transport transport, java.util.Vector<Address> members, int rsp_mode)
GroupRequest(Message m, Transport transport, java.util.Vector<Address> members, int rsp_mode, long timeout, int expected_mbrs)
PullPushAdapter(Transport transport)
Deprecated.PullPushAdapter(Transport transport, MembershipListener ml)
Deprecated.PullPushAdapter(Transport transport, MessageListener l)
Deprecated.PullPushAdapter(Transport transport, MessageListener l, MembershipListener ml)
Deprecated.PullPushAdapter(Transport transport, MessageListener l, MembershipListener ml, boolean start)
Deprecated. -
Uses of Transport in org.jgroups.mux
Classes in org.jgroups.mux that implement Transport Modifier and Type Class Description class
MuxChannel
Multiplexer channel is a lightweight version of a regular channel where multiple MuxChannel(s) share the same underlying regular channel. -
Uses of Transport in org.jgroups.stack
Classes in org.jgroups.stack that implement Transport Modifier and Type Class Description class
ProtocolStack
A ProtocolStack manages a number of protocols layered above each other.
-