Skip to main content Link Search Menu Expand Document (external link)

The Proxy Factory Interface

The proxy factory interface creates proxy objects that are initialized correctly.

There is only one proxy factory and it can always be found at jancy.proxyFactory.

Methods

proxyFactory.createSync(data)

  • data (object)
    • name (string)
    • host (string)
    • port (number)
    • username (string)
    • password (string)

Returns a properly initialized proxy object.