twitter4j.media
Class TwitgooUpload

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

 class TwitgooUpload
extends AbstractImageUploadImpl

Since:
Twitter4J 2.1.8
Author:
Takao Nakaguchi - takao.nakaguchi at gmail.com, withgod - noname at withgod.jp

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
TwitgooUpload(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

TwitgooUpload

public TwitgooUpload(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