See: Description
| Interface | Description |
|---|---|
| ProxyHandlerFactory |
A proxy handler factory creates proxy handlers for use in an
ApnsClient's pipeline. |
| Class | Description |
|---|---|
| HttpProxyHandlerFactory |
A concrete
ProxyHandlerFactory implementation that creates HttpProxyHandler instances. |
| Socks4ProxyHandlerFactory |
A concrete
ProxyHandlerFactory implementation that creates Socks4ProxyHandler instances. |
| Socks5ProxyHandlerFactory |
A concrete
ProxyHandlerFactory implementation that creates Socks5ProxyHandler instances. |
Contains classes and interfaces for working with proxies.
While ApnsClients will connect to an APNs server directly by default, they may
optionally be configured to connect through a proxy by setting a
ProxyHandlerFactory via the
ApnsClientBuilder.setProxyHandlerFactory(ProxyHandlerFactory) method. Proxy handler
factory implementations are provided for HTTP, SOCKS4, and SOCKS5 proxies.
Copyright © 2013–2018 Turo. All rights reserved.