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

Method setProtocolStack

src/org/jgroups/stack/Protocol.java:103–103  ·  view source on GitHub ↗
(ProtocolStack s)

Source from the content-addressed store, hash-verified

101 public <T extends Protocol> T setUpProtocol(Protocol prot) {this.up_prot=prot; return (T)this;}
102 public <T extends Protocol> T setDownProtocol(Protocol prot) {this.down_prot=prot; return (T)this;}
103 public <T extends Protocol> T setProtocolStack(ProtocolStack s) {this.stack=s; return (T)this;}
104 public String afterCreationHook() {return after_creation_hook;}
105 public boolean previewWarning() {return preview_warning;}
106 public <T extends Protocol> T previewWarning(boolean b) {preview_warning=b; return (T)this;}

Callers 8

createLayerMethod · 0.95
createProtocolMethod · 0.95
initProtocolStackMethod · 0.95
JChannelMethod · 0.80
addProtocolMethod · 0.80
getFORKMethod · 0.80

Calls

no outgoing calls