Package org.oxerr.rescu.ext.proxy.auth
Class ProxyAuthenticationSupportedRestProxyFactoryImpl
java.lang.Object
org.oxerr.rescu.ext.proxy.auth.ProxyAuthenticationSupportedRestProxyFactoryImpl
- All Implemented Interfaces:
si.mazi.rescu.IRestProxyFactory
public class ProxyAuthenticationSupportedRestProxyFactoryImpl
extends Object
implements si.mazi.rescu.IRestProxyFactory
-
Constructor Summary
ConstructorDescriptionProxyAuthenticationSupportedRestProxyFactoryImpl
(si.mazi.rescu.IRestProxyFactory restProxyFactory) -
Method Summary
Modifier and TypeMethodDescription<I> I
createProxy
(Class<I> restInterface, String baseUrl) <I> I
createProxy
(Class<I> restInterface, String baseUrl, si.mazi.rescu.ClientConfig config, si.mazi.rescu.Interceptor... interceptors)
-
Constructor Details
-
ProxyAuthenticationSupportedRestProxyFactoryImpl
public ProxyAuthenticationSupportedRestProxyFactoryImpl(si.mazi.rescu.IRestProxyFactory restProxyFactory)
-
-
Method Details
-
createProxy
public <I> I createProxy(Class<I> restInterface, String baseUrl, si.mazi.rescu.ClientConfig config, si.mazi.rescu.Interceptor... interceptors) - Specified by:
createProxy
in interfacesi.mazi.rescu.IRestProxyFactory
-
createProxy
- Specified by:
createProxy
in interfacesi.mazi.rescu.IRestProxyFactory
-