return new Endpoint(InetAddress.getByName(host),Integer.parseInt(port)); | return new Endpoint(InetAddress.getByName(host),port); | new Endpoint(InetAddress.getByName(host),Integer.parseInt(port)) | new Endpoint(InetAddress.getByName(host),port) | atomix | 4668232eb504cd8bb4398746fc780c056b42a368 | io.atomix.server.AtomixServer | | | TCIVar | port |
---|
v0 | InetAddress.getByName(host) |
---|
| - java.lang.Integer
- io.atomix.messaging.Endpoint
| TCIVar | port |
---|
v0 | InetAddress.getByName(host) |
---|
| Uses | True |