B - The builder to return in order to be able to apply multiple
build operations.HttpServerContext.HttpServerContextBuilder, Url.UrlBuilderHttpServerContextBuilderImpl, UrlBuilderImplpublic static interface SchemeAccessor.SchemeBuilder<B extends SchemeAccessor.SchemeBuilder<B>>
| Modifier and Type | Method | Description |
|---|---|---|
B |
withProtocol(String aProtocol) |
Sets the protocol for the URL scheme.
|
B |
withScheme(org.refcodes.data.Scheme aScheme) |
Sets the UrlScheme for the URL scheme.
|
B withScheme(org.refcodes.data.Scheme aScheme)
aScheme - The UrlScheme to be stored by the URL scheme.Copyright © 2018. All rights reserved.