Uses of Interface
org.gcube.common.clients.config.ProxyConfig
-
Packages that use ProxyConfig Package Description org.gcube.common.clients.config org.gcube.common.clients.delegates -
-
Uses of ProxyConfig in org.gcube.common.clients.config
Classes in org.gcube.common.clients.config that implement ProxyConfig Modifier and Type Class Description classAbstractConfig<A,S>Partial implementation ofProxyConfig.classDiscoveryConfig<A,S>The configuration of a proxy created in discovery mode.classEndpointConfig<A,S>The configuration of a proxy created in direct mode. -
Uses of ProxyConfig in org.gcube.common.clients.delegates
Classes in org.gcube.common.clients.delegates with type parameters of type ProxyConfig Modifier and Type Class Description classAbstractDelegate<A,S,C extends ProxyConfig<A,S>>Partial implementation ofProxyDelegatesMethods in org.gcube.common.clients.delegates that return ProxyConfig Modifier and Type Method Description ProxyConfig<?,S>AsyncProxyDelegate. config()ProxyConfig<?,S>MockDelegate. config()ProxyConfig<?,S>ProxyDelegate. config()Returns the configuration of the proxy.Methods in org.gcube.common.clients.delegates with parameters of type ProxyConfig Modifier and Type Method Description ExceptionProxyPlugin. convert(Exception fault, ProxyConfig<?,?> config)Converts a fault raised by aCallinto a fault that can be recognised byProxyDelegateclients.SProxyPlugin. resolve(A address, ProxyConfig<?,?> config)Returns a stub for a given service endpoint
-