Ejemplo n.º 1
0
 /**
  * Sets the port number that is used to service requests.
  *
  * @param port the port number that is used to service requests.
  * @return the {@link InstanceInfo} builder.
  */
 public Builder setPort(int port) {
   result.port = port;
   return this;
 }