Uses of Class
org.jgroups.stack.ProtocolStack
Packages that use ProtocolStack
Package
Description
Provides top-level public JGroups classes such as Channel, Message, etc.
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
Support for managing protocol stacks.
-
Uses of ProtocolStack in org.jgroups
Fields in org.jgroups declared as ProtocolStackMethods in org.jgroups that return ProtocolStack -
Uses of ProtocolStack in org.jgroups.fork
Subclasses of ProtocolStack in org.jgroups.forkModifier and TypeClassDescriptionclassProtocol stack which maintains the mapping between fork-channel IDs and ForkChannels -
Uses of ProtocolStack in org.jgroups.protocols
Methods in org.jgroups.protocols that return ProtocolStackModifier and TypeMethodDescriptionFORK.createForkStack(String fork_stack_id, List<Protocol> protocols, boolean initialize) Returns the fork stack for fork_stack_id (if exitstent), or creates a new fork-stack from protocols and adds it into the hashmap of fork-stack (key is fork_stack_id). -
Uses of ProtocolStack in org.jgroups.stack
Fields in org.jgroups.stack declared as ProtocolStackModifier and TypeFieldDescriptionprotected final ProtocolStackConfigurator.stackprotected ProtocolStackProtocol.stackMethods in org.jgroups.stack that return ProtocolStackModifier and TypeMethodDescriptionProtocolStack.addProtocol(Protocol prot) Adds a protocol at the tail of the protocol listProtocolStack.addProtocols(List<Protocol> prots) Adds a list of protocolsProtocolStack.addProtocols(Protocol... prots) Adds a list of protocolsProtocolStack.bottomProtocol(Protocol bottom) Protocol.getProtocolStack()final ProtocolStackProtocolStack.removeProtocols(Class<? extends Protocol>... protocols) ProtocolStack.removeProtocols(String... protocols) ProtocolStack.setChannel(JChannel ch) ProtocolStack.topProtocol(Protocol top) Methods in org.jgroups.stack with parameters of type ProtocolStackModifier and TypeMethodDescriptionprotected static ProtocolConfigurator.createLayer(ProtocolStack stack, ProtocolConfiguration config) static ProtocolConfigurator.createProtocol(String prot_spec, ProtocolStack stack) static ProtocolConfigurator.createProtocol(String prot_spec, ProtocolStack stack, boolean init_attrs) Creates a new protocol given the protocol specification.Configurator.createProtocols(List<ProtocolConfiguration> protocol_configs, ProtocolStack stack) Takes a list of configurations, creates a protocol for each and returns all protocols in a list.Configurator.createProtocolsAndInitializeAttrs(List<ProtocolConfiguration> cfgs, ProtocolStack st) <T extends Protocol>
TProtocol.setProtocolStack(ProtocolStack s) static ProtocolConfigurator.setupProtocolStack(List<ProtocolConfiguration> protocol_configs, ProtocolStack st) Sets up the protocol stack.Constructors in org.jgroups.stack with parameters of type ProtocolStack