Uses of Interface
com.eatthepath.pushy.apns.proxy.ProxyHandlerFactory
Package
Description
Contains classes and interfaces for interacting with the Apple Push Notification service (APNs).
Contains classes and interfaces for working with proxies.
-
Uses of ProxyHandlerFactory in com.eatthepath.pushy.apns
Modifier and TypeMethodDescriptionApnsClientBuilder.setProxyHandlerFactory
(ProxyHandlerFactory proxyHandlerFactory) Sets the proxy handler factory to be used to construct proxy handlers when establishing a new connection to the APNs gateway. -
Uses of ProxyHandlerFactory in com.eatthepath.pushy.apns.proxy
Modifier and TypeClassDescriptionclass
A concreteProxyHandlerFactory
implementation that createsHttpProxyHandler
instances.class
A concreteProxyHandlerFactory
implementation that createsSocks4ProxyHandler
instances.class
A concreteProxyHandlerFactory
implementation that createsSocks5ProxyHandler
instances.