Modifier and Type | Class | Description |
---|---|---|
class |
ServerBuilder<T extends ServerBuilder<T>> |
A builder for
Server instances. |
Modifier and Type | Method | Description |
---|---|---|
protected abstract ServerBuilder<?> |
ServerProvider.builderForPort(int port) |
Creates a new builder with the given port.
|
static ServerBuilder<?> |
ServerBuilder.forPort(int port) |
Static factory for creating a new ServerBuilder.
|