| Package | Description |
|---|---|
| com.github.searls.jasmine.config |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableServerConfiguration.Builder |
ImmutableServerConfiguration.builder()
Creates a builder for
ImmutableServerConfiguration. |
ImmutableServerConfiguration.Builder |
ImmutableServerConfiguration.Builder.from(ServerConfiguration instance)
Fill a builder with attribute values from the provided
ServerConfiguration instance. |
ImmutableServerConfiguration.Builder |
ImmutableServerConfiguration.Builder.serverHostname(String serverHostname)
Initializes the value for the
serverHostname attribute. |
ImmutableServerConfiguration.Builder |
ImmutableServerConfiguration.Builder.serverPort(int serverPort)
Initializes the value for the
serverPort attribute. |
ImmutableServerConfiguration.Builder |
ImmutableServerConfiguration.Builder.uriScheme(String uriScheme)
Initializes the value for the
uriScheme attribute. |
Copyright © 2010–2018 Justin Searls. All rights reserved.