Uses of Interface
org.refcodes.rest.HttpRegistryRestServer
-
-
Uses of HttpRegistryRestServer in org.refcodes.rest
Classes in org.refcodes.rest with type parameters of type HttpRegistryRestServer Modifier and Type Class Description classAbstractHttpRegistryRestServerDecorator<DESC extends HttpServerDescriptor,B extends HttpRegistryRestServer<DESC,B>>Abstract class for easily decorating aHttpRegistryRestServer.interfaceHttpRegistryRestServer<DESC extends HttpServerDescriptor,B extends HttpRegistryRestServer<DESC,B>>TheHttpRegistryRestServerprovides additional functionality for registering at and signing off from a service discovery service in order to resolve URLs to or from other services.Classes in org.refcodes.rest that implement HttpRegistryRestServer Modifier and Type Class Description classAbstractHttpRegistryRestServerDecorator<DESC extends HttpServerDescriptor,B extends HttpRegistryRestServer<DESC,B>>Abstract class for easily decorating aHttpRegistryRestServer.
-