twitter4j.media
Class PosterousUpload

java.lang.Object
  extended by twitter4j.media.AbstractImageUploadImpl
      extended by twitter4j.media.PosterousUpload
All Implemented Interfaces:
ImageUpload

 class PosterousUpload
extends AbstractImageUploadImpl

Since:
Twitter4J 2.1.12
Author:
withgod - noname at withgod.jp
See Also:
Posterous API Documentation

Field Summary
 
Fields inherited from class twitter4j.media.AbstractImageUploadImpl
apiKey, appendParameter, conf, headers, httpResponse, image, logger, message, oauth, postParameter, TWITTER_VERIFY_CREDENTIALS_JSON, TWITTER_VERIFY_CREDENTIALS_XML, uploadUrl
 
Constructor Summary
PosterousUpload(Configuration conf, OAuthAuthorization oauth)
           
 
Method Summary
protected  java.lang.String postUpload()
           
protected  void preUpload()
           
 
Methods inherited from class twitter4j.media.AbstractImageUploadImpl
appendHttpParameters, generateVerifyCredentialsAuthorizationHeader, generateVerifyCredentialsAuthorizationURL, upload, upload, upload, upload, upload
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PosterousUpload

public PosterousUpload(Configuration conf,
                       OAuthAuthorization oauth)
Method Detail

postUpload

protected java.lang.String postUpload()
                               throws TwitterException
Specified by:
postUpload in class AbstractImageUploadImpl
Throws:
TwitterException

preUpload

protected void preUpload()
                  throws TwitterException
Specified by:
preUpload in class AbstractImageUploadImpl
Throws:
TwitterException