Interface HttpServerDescriptorAccessor.HttpServerDescriptorBuilder<DESC extends HttpServerDescriptor,B extends HttpServerDescriptorAccessor.HttpServerDescriptorBuilder<DESC,B>>

Type Parameters:
DESC - The HttpServerDescriptor (sub-)type of the truststore descriptor.
B - The builder to return in order to be able to apply multiple build operations.
All Known Subinterfaces:
HttpRegistry<DESC,B>, HttpRegistryContext.HttpRegistryContextBuilder<DESC>, HttpRegistrySidecar<DESC,B>, RestfulHttpRegistryServer<DESC,B>
All Known Implementing Classes:
AbstractHttpRegistryContextBuilder, AbstractHttpRegistrySidecar, AbstractRestfulHttpRegistryServerDecorator
Enclosing interface:
HttpServerDescriptorAccessor<DESC extends HttpServerDescriptor>

public static interface HttpServerDescriptorAccessor.HttpServerDescriptorBuilder<DESC extends HttpServerDescriptor,B extends HttpServerDescriptorAccessor.HttpServerDescriptorBuilder<DESC,B>>
Provides a builder method for a HttpServerDescriptor property returning the builder for applying multiple build operations.