Uses of Interface
org.refcodes.rest.HttpRegistryUrlAccessor.HttpRegistryUrlProperty
-
-
Uses of HttpRegistryUrlAccessor.HttpRegistryUrlProperty in org.refcodes.rest
Subinterfaces of HttpRegistryUrlAccessor.HttpRegistryUrlProperty in org.refcodes.rest Modifier and Type Interface Description interface
HttpRegistry<DESC extends HttpServerDescriptor,B extends HttpRegistry<DESC,B>>
TheHttpRegistry
describes the functionality required in order to register a service at a service registry and discovery service.static interface
HttpRegistryContext.HttpRegistryContextBuilder<DESC extends HttpServerDescriptor>
TheHttpRegistryContext.HttpRegistryContextBuilder
interface extends theHttpRegistryContext
with builder functionality as of the builder pattern.interface
HttpRegistryRestServer<DESC extends HttpServerDescriptor,B extends HttpRegistryRestServer<DESC,B>>
TheHttpRegistryRestServer
provides additional functionality for registering at and signing off from a service discovery service in order to resolve URLs to or from other services.interface
HttpRegistrySidecar<DESC extends HttpServerDescriptor,B extends HttpRegistrySidecar<DESC,B>>
TheHttpRegistrySidecar
describes the functionality required in order to register a service at a service registry and discovery service.Classes in org.refcodes.rest that implement HttpRegistryUrlAccessor.HttpRegistryUrlProperty Modifier and Type Class Description class
AbstractHttpRegistryContextBuilder<DESC extends HttpServerDescriptor>
class
AbstractHttpRegistryRestServerDecorator<DESC extends HttpServerDescriptor,B extends HttpRegistryRestServer<DESC,B>>
Abstract class for easily decorating aHttpRegistryRestServer
.class
AbstractHttpRegistrySidecar<DESC extends HttpServerDescriptor,B extends HttpRegistrySidecar<DESC,B>>
Abstract class for easily decorating aHttpRegistrySidecar
.Methods in org.refcodes.rest with parameters of type HttpRegistryUrlAccessor.HttpRegistryUrlProperty Modifier and Type Method Description protected static org.refcodes.net.Url
AbstractHttpRegistrySidecar. toHttpRegistryUrl(org.refcodes.net.Url aRegistryUrl, HttpRegistryUrlAccessor.HttpRegistryUrlProperty aProperty)
Resolves the property from the provided value and the provided property and the and sets the property in case the provided value is not null.
-