MCPcopy Create free account
hub / github.com/belaban/JGroups / removeProtocols

Method removeProtocols

src/org/jgroups/stack/ProtocolStack.java:612–616  ·  view source on GitHub ↗
(String ... protocols)

Source from the content-addressed store, hash-verified

610 }
611
612 public ProtocolStack removeProtocols(String ... protocols) {
613 for(String protocol: protocols)
614 removeProtocol(protocol);
615 return this;
616 }
617
618 @SafeVarargs
619 public final ProtocolStack removeProtocols(Class<? extends Protocol>... protocols) {

Callers 4

modifyConfigsMethod · 0.95
modifyConfigsMethod · 0.95
setFRAG4Method · 0.95
createMethod · 0.95

Calls 1

removeProtocolMethod · 0.95

Tested by 4

modifyConfigsMethod · 0.76
modifyConfigsMethod · 0.76
setFRAG4Method · 0.76
createMethod · 0.76