Package org.refcodes.rest
Interface HttpServerDescriptorAccessor.HttpServerDescriptorMutator<DESC extends HttpServerDescriptor>
-
- Type Parameters:
DESC- TheHttpServerDescriptor(sub-)type of the truststore descriptor.
- All Known Subinterfaces:
HttpRegistry<DESC,B>,HttpRegistryContext.HttpRegistryContextBuilder<DESC>,HttpRegistryRestServer<DESC,B>,HttpRegistrySidecar<DESC,B>,HttpServerDescriptorAccessor.HttpServerDescriptorProperty<DESC>
- All Known Implementing Classes:
AbstractHttpRegistryContextBuilder,AbstractHttpRegistryRestServerDecorator,AbstractHttpRegistrySidecar
- Enclosing interface:
- HttpServerDescriptorAccessor<DESC extends HttpServerDescriptor>
public static interface HttpServerDescriptorAccessor.HttpServerDescriptorMutator<DESC extends HttpServerDescriptor>Provides a mutator for aHttpServerDescriptorproperty.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetHttpServerDescriptor(DESC aServerDescriptor)Sets theHttpServerDescriptorfor theHttpServerDescriptorproperty.
-
-
-
Method Detail
-
setHttpServerDescriptor
void setHttpServerDescriptor(DESC aServerDescriptor)
Sets theHttpServerDescriptorfor theHttpServerDescriptorproperty.- Parameters:
aServerDescriptor- TheHttpServerDescriptorto be stored by theHttpServerDescriptorproperty.
-
-