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

Method setProtocolHost

jnode-core/src/jnode/dto/Link.java:95–97  ·  view source on GitHub ↗
(String protocolHost)

Source from the content-addressed store, hash-verified

93 }
94
95 public void setProtocolHost(String protocolHost) {
96 protocolAddress = protocolHost;
97 }
98
99 public Integer getProtocolPort() {
100 if ("-".equals(protocolAddress)) {

Callers 5

doInstallMethod · 0.95
handleMethod · 0.95
handleMethod · 0.95
actionPerformedMethod · 0.80
deleteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected