Uses of Interface
org.jgroups.Transport
Packages that use Transport
Package
Description
Provides top-level public JGroups classes such as Channel, Message, etc.
Provides building blocks that are layered on top of channels.
Support for managing protocol stacks.
-
Uses of Transport in org.jgroups
Classes in org.jgroups that implement Transport -
Uses of Transport in org.jgroups.blocks
Fields in org.jgroups.blocks declared as TransportModifier and TypeFieldDescriptionprotected TransportGroupRequest.transportprotected TransportPullPushAdapter.transportDeprecated.Methods in org.jgroups.blocks that return TransportConstructors in org.jgroups.blocks with parameters of type TransportModifierConstructorDescriptionGroupRequest(Message m, Transport transport, Vector<Address> members, int rsp_mode) GroupRequest(Message m, Transport transport, 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 TransportModifier and TypeClassDescriptionclassMultiplexer 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 TransportModifier and TypeClassDescriptionclassA ProtocolStack manages a number of protocols layered above each other.