Interface ProxyDataFactory
- All Known Implementing Classes:
DefaultProxyDataFactory
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A factory for obtaining
ProxyData to connect through some proxy.-
Method Summary
Modifier and TypeMethodDescriptionget(InetSocketAddress remoteAddress) Get theProxyDatato connect to a proxy.
-
Method Details