Creates a new builder with the given port.
(int port)
| 65 | * Creates a new builder with the given port. |
| 66 | */ |
| 67 | protected abstract ServerBuilder<?> builderForPort(int port); |
| 68 | |
| 69 | /** |
| 70 | * Creates a new builder with the given port and credentials. Returns an error-string result if |