com.force.sdk.connector
Interface ForceConnector

All Known Implementing Classes:
ForceOAuthConnector, ForceServiceConnector

public interface ForceConnector

Interface for Force.com connectors.

This interface is responsible for loading outbound proxy information found in System properties.

Author:
Tim Kral

Field Summary
static String PROXY_HOST
          The outbound proxy host.
static int PROXY_PORT
          The outbound proxy port.
 

Field Detail

PROXY_HOST

static final String PROXY_HOST
The outbound proxy host.


PROXY_PORT

static final int PROXY_PORT
The outbound proxy port.



Copyright © 2011. All Rights Reserved.