net.netheos.pcsapi.request
Class CloudMeMultipartEntity

java.lang.Object
  extended by org.apache.http.entity.mime.MultipartEntity
      extended by net.netheos.pcsapi.request.CloudMeMultipartEntity
All Implemented Interfaces:
org.apache.http.HttpEntity

public class CloudMeMultipartEntity
extends org.apache.http.entity.mime.MultipartEntity

CloudMe does not support charset in content-type multi part upload.


Constructor Summary
CloudMeMultipartEntity()
           
 
Method Summary
protected  String generateContentType(String boundary, Charset charset)
           
 
Methods inherited from class org.apache.http.entity.mime.MultipartEntity
addPart, addPart, consumeContent, generateBoundary, getContent, getContentEncoding, getContentLength, getContentType, isChunked, isRepeatable, isStreaming, writeTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CloudMeMultipartEntity

public CloudMeMultipartEntity()
Method Detail

generateContentType

protected String generateContentType(String boundary,
                                     Charset charset)
Overrides:
generateContentType in class org.apache.http.entity.mime.MultipartEntity


Copyright © 2014. All Rights Reserved.