Uses of Interface
com.eatthepath.pushy.apns.proxy.ProxyHandlerFactory
-
Packages that use ProxyHandlerFactory Package Description com.eatthepath.pushy.apns Contains classes and interfaces for interacting with the Apple Push Notification service (APNs).com.eatthepath.pushy.apns.proxy Contains classes and interfaces for working with proxies. -
-
Uses of ProxyHandlerFactory in com.eatthepath.pushy.apns
Methods in com.eatthepath.pushy.apns with parameters of type ProxyHandlerFactory Modifier and Type Method Description ApnsClientBuilder
ApnsClientBuilder. 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
Classes in com.eatthepath.pushy.apns.proxy that implement ProxyHandlerFactory Modifier and Type Class Description class
HttpProxyHandlerFactory
A concreteProxyHandlerFactory
implementation that createsHttpProxyHandler
instances.class
Socks4ProxyHandlerFactory
A concreteProxyHandlerFactory
implementation that createsSocks4ProxyHandler
instances.class
Socks5ProxyHandlerFactory
A concreteProxyHandlerFactory
implementation that createsSocks5ProxyHandler
instances.
-