Interface ProxyFactoryFactory
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(ProxyConfig proxyConfig) CreateProxyFactory
with givenProxyConfig
.
-
Method Details
-
create
CreateProxyFactory
with givenProxyConfig
.- Parameters:
proxyConfig
- proxy config- Returns:
- proxy factory
- Throws:
IllegalArgumentException
- ifproxyConfig
isnull
-