MCPcopy Create free account
hub / github.com/annmuor/jnode / isSecure

Method isSecure

jnode-core/src/jnode/protocol/io/Message.java:92–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90 }
91
92 public boolean isSecure() {
93 return secure;
94 }
95
96 public void setSecure(boolean secure) {
97 this.secure = secure;

Callers 2

unpackMethod · 0.80
unpackBundleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected