DESC
- The HttpServerDescriptor
(sub-)type of the
truststore descriptor.B
- The builder to return in order to be able to apply multiple
build operations.HttpRegistry<DESC,B>
, HttpRegistryContext.HttpRegistryContextBuilder<DESC>
, HttpRegistryRestServer<DESC,B>
, HttpRegistrySidecar<DESC,B>
AbstractHttpRegistryContextBuilder
, AbstractHttpRegistryRestServerDecorator
, AbstractHttpRegistrySidecar
public static interface HttpServerDescriptorAccessor.HttpServerDescriptorBuilder<DESC extends HttpServerDescriptor,B extends HttpServerDescriptorAccessor.HttpServerDescriptorBuilder<DESC,B>>
HttpServerDescriptor
property
returning the builder for applying multiple build operations.Modifier and Type | Method | Description |
---|---|---|
B |
withHttpServerDescriptor(DESC aServerDescriptor) |
Sets the
HttpServerDescriptor for the
HttpServerDescriptor property. |
B withHttpServerDescriptor(DESC aServerDescriptor)
HttpServerDescriptor
for the
HttpServerDescriptor
property.aServerDescriptor
- The HttpServerDescriptor
to be
stored by the HttpServerDescriptor
property.Copyright © 2018. All rights reserved.