Class HttpModelClient
- java.lang.Object
-
- org.symphonyoss.s2.canon.runtime.http.client.HttpModelClient
-
public class HttpModelClient extends Object
-
-
Constructor Summary
Constructors Constructor Description HttpModelClient(IModelRegistry registry, String baseUri, String basePath, IAuthenticationProvider auth)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IAuthenticationProvidergetAuthenticationProvider()IModelRegistrygetRegistry()StringgetUri()
-
-
-
Constructor Detail
-
HttpModelClient
public HttpModelClient(IModelRegistry registry, String baseUri, String basePath, IAuthenticationProvider auth)
-
-
Method Detail
-
getUri
public String getUri()
-
getRegistry
public IModelRegistry getRegistry()
-
getAuthenticationProvider
public IAuthenticationProvider getAuthenticationProvider()
-
-