Package com.esri.gpt.framework.http

Examples of com.esri.gpt.framework.http.StringProvider


  /**
   * Gets content provider.
   * @return content provider for POST request, <code>null</code> for GET request
   */
  public ContentProvider getContentProvider() {
    return content.length() > 0 ? new StringProvider(content, "UTF-8") : null;
  }
View Full Code Here

TOP

Related Classes of com.esri.gpt.framework.http.StringProvider

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.