(Protocol prot)
| 100 | public <T extends Protocol> T getDownProtocol() {return (T)down_prot;} |
| 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;} |
no outgoing calls