Interface HttpServerDescriptorAccessor<DESC extends HttpServerDescriptor>
- Type Parameters:
DESC- TheHttpServerDescriptor(sub-)type of the truststore descriptor.
- All Known Subinterfaces:
HttpRegistry<DESC,,B> HttpRegistryContext<DESC>,HttpRegistryContext.HttpRegistryContextBuilder<DESC>,HttpRegistrySidecar<DESC,,B> HttpRestRegistryServer<DESC,,B> HttpServerDescriptorAccessor.HttpServerDescriptorProperty<DESC>
- All Known Implementing Classes:
AbstractHttpRegistryContextBuilder,AbstractHttpRegistrySidecar,AbstractHttpRestRegistryServerDecorator
public interface HttpServerDescriptorAccessor<DESC extends HttpServerDescriptor>
Provides an accessor for a
HttpServerDescriptor property.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceHttpServerDescriptorAccessor.HttpServerDescriptorBuilder<DESC extends HttpServerDescriptor,B extends HttpServerDescriptorAccessor.HttpServerDescriptorBuilder<DESC, B>> Provides a builder method for aHttpServerDescriptorproperty returning the builder for applying multiple build operations.static interfaceProvides a mutator for aHttpServerDescriptorproperty.static interfaceProvides aHttpServerDescriptorproperty. -
Method Summary
Modifier and TypeMethodDescriptionRetrieves theHttpServerDescriptorfrom theHttpServerDescriptorproperty.
-
Method Details
-
getHttpServerDescriptor
DESC getHttpServerDescriptor()Retrieves theHttpServerDescriptorfrom theHttpServerDescriptorproperty.- Returns:
- The
HttpServerDescriptorstored by theHttpServerDescriptorproperty.
-