Uses of Class
org.jgroups.stack.ProtocolStack
-
Packages that use ProtocolStack Package Description org.jgroups Provides top-level public JGroups classes such as Channel, Message, etc.org.jgroups.mux org.jgroups.stack Support for managing protocol stacks. -
-
Uses of ProtocolStack in org.jgroups
Methods in org.jgroups that return ProtocolStack Modifier and Type Method Description ProtocolStackJChannel. getProtocolStack()Returns the protocol stack. -
Uses of ProtocolStack in org.jgroups.mux
Methods in org.jgroups.mux that return ProtocolStack Modifier and Type Method Description ProtocolStackMuxChannel. getProtocolStack() -
Uses of ProtocolStack in org.jgroups.stack
Fields in org.jgroups.stack declared as ProtocolStack Modifier and Type Field Description protected ProtocolStackProtocol. stackMethods in org.jgroups.stack that return ProtocolStack Modifier and Type Method Description ProtocolStackProtocol. getProtocolStack()Methods in org.jgroups.stack with parameters of type ProtocolStack Modifier and Type Method Description static ProtocolConfigurator. createProtocol(java.lang.String prot_spec, ProtocolStack stack)Creates a new protocol given the protocol specification.static voidConfigurator. insertProtocol(Protocol prot, int position, java.lang.Class<? extends Protocol> neighbor_prot, ProtocolStack stack)static voidConfigurator. insertProtocol(Protocol prot, int position, java.lang.String neighbor_prot, ProtocolStack stack)Inserts an already created (and initialized) protocol into the protocol list.static voidConfigurator. insertProtocol(Protocol prot, int position, Protocol neighbor, ProtocolStack stack)voidProtocol. setProtocolStack(ProtocolStack stack)static ProtocolConfigurator. setupProtocolStack(java.lang.String configuration, ProtocolStack st)The configuration string has a number of entries, separated by a ':' (colon).
-