ImmutableServerConfiguration |
ImmutableServerConfiguration.Builder.build() |
|
static ImmutableServerConfiguration |
ImmutableServerConfiguration.copyOf(ServerConfiguration instance) |
|
ImmutableServerConfiguration |
ImmutableServerConfiguration.withServerHostname(String value) |
Copy the current immutable object by setting a value for the serverHostname attribute.
|
ImmutableServerConfiguration |
ImmutableServerConfiguration.withServerPort(int value) |
Copy the current immutable object by setting a value for the serverPort attribute.
|
ImmutableServerConfiguration |
ImmutableServerConfiguration.withUriScheme(String value) |
Copy the current immutable object by setting a value for the uriScheme attribute.
|