Interface ProxyHandlerFactory

All Known Implementing Classes:
HttpProxyHandlerFactory, Socks4ProxyHandlerFactory, Socks5ProxyHandlerFactory

public interface ProxyHandlerFactory
A proxy handler factory creates proxy handlers for use in an ApnsClient's pipeline.
Since:
0.6
Author:
Jon Chambers
  • Method Summary

    Modifier and Type
    Method
    Description
    Constructs a new proxy handler.
  • Method Details

    • createProxyHandler

      ProxyHandler createProxyHandler()
      Constructs a new proxy handler.
      Returns:
      a new proxy handler; must not be null
      Since:
      0.6