Uses of Class
si.mazi.rescu.ClientConfig
| Package | Description |
|---|---|
| si.mazi.rescu |
Classes in this package may be used to create proxy client objects for REST web services.
|
-
Uses of ClientConfig in si.mazi.rescu
Methods in si.mazi.rescu that return ClientConfig Modifier and Type Method Description static ClientConfigClientConfigUtil. addBasicAuthCredentials(ClientConfig config, String user, String password)ClientConfigClientConfig. addDefaultParam(Class<? extends Annotation> paramType, String paramName, Object paramValue)Methods in si.mazi.rescu with parameters of type ClientConfig Modifier and Type Method Description static ClientConfigClientConfigUtil. addBasicAuthCredentials(ClientConfig config, String user, String password)<I> IIRestProxyFactory. createProxy(Class<I> restInterface, String baseUrl, ClientConfig config, Interceptor... interceptors)static <I> IRestProxyFactory. createProxy(Class<I> restInterface, String baseUrl, ClientConfig config, Interceptor... interceptors)Create a proxy implementation of restInterface.<I> IRestProxyFactoryImpl. createProxy(Class<I> restInterface, String baseUrl, ClientConfig config, Interceptor... interceptors)