Package com.ecwid.mailchimp.connection

Examples of com.ecwid.mailchimp.connection.HttpClientConnectionManager


  /**
   * Constructs a {@code MailChimpClient} object accessing MailChimp API service point
   * through the default connection manager (currently {@link HttpClientConnectionManager}).
   */
  public MailChimpClient() {
    this(new HttpClientConnectionManager());
  }
View Full Code Here


  /**
   * Constructs a {@code MailChimpClient} object accessing MailChimp API service point
   * through the default connection manager (currently {@link HttpClientConnectionManager}).
   */
  public MailChimpClient() {
    this(new HttpClientConnectionManager());
  }
View Full Code Here

TOP

Related Classes of com.ecwid.mailchimp.connection.HttpClientConnectionManager

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.