Uses of Interface
com.eatthepath.pushy.apns.proxy.ProxyHandlerFactory
Packages that use 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
Methods in com.eatthepath.pushy.apns with parameters of type ProxyHandlerFactoryModifier 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
Classes in com.eatthepath.pushy.apns.proxy that implement ProxyHandlerFactoryModifier and TypeClassDescriptionclassA concreteProxyHandlerFactoryimplementation that createsHttpProxyHandlerinstances.classA concreteProxyHandlerFactoryimplementation that createsSocks4ProxyHandlerinstances.classA concreteProxyHandlerFactoryimplementation that createsSocks5ProxyHandlerinstances.