MCPcopy Create free account
hub / github.com/PaddlePaddle/Serving / setIP

Method setIP

java/src/main/java/io/paddle/serving/client/Client.java:173–175  ·  view source on GitHub ↗
(String ip)

Source from the content-addressed store, hash-verified

171 }
172
173 public void setIP(String ip) {
174 this.ip = ip;
175 }
176
177 public void setPort(String port) {
178 this.port = port;

Callers 8

http_protoMethod · 0.95
http_jsonMethod · 0.95
grpcMethod · 0.95
encryptMethod · 0.95
compressMethod · 0.95
yolov4Method · 0.95
bertMethod · 0.95
cube_localMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected