Twitter4J

introduce more flexible configuration scheme, make Twitter class immutable

Details

  • Type: New Feature New Feature
  • Status: Closed Closed
  • Priority: Blocker Blocker
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: 2.1.0
  • Component/s: Core
  • Description:
    Remove setters from Twitter class as much as possible, and introduce a Configuration interface that has
    - baseurls
    - timeout settings, and such

    And possibly introduce a static Factory method?

Issue Links

Activity

Hide
Yusuke Yamamoto added a comment - 24/Dec/09 7:59 AM
Make Configuration an interface.
Migrate http related setter method from Twitter to Configuration.
Make HttpClient instance a singleton class.
Introduce a Factory class.
Show
Yusuke Yamamoto added a comment - 24/Dec/09 7:59 AM Make Configuration an interface. Migrate http related setter method from Twitter to Configuration. Make HttpClient instance a singleton class. Introduce a Factory class.
Hide
Yusuke Yamamoto added a comment - 23/Jan/10 3:12 AM
Introduced TwitterFactory, AsyncTwitterFactory and TwitterStreamFactory
Show
Yusuke Yamamoto added a comment - 23/Jan/10 3:12 AM Introduced TwitterFactory, AsyncTwitterFactory and TwitterStreamFactory

People

Dates

  • Due:
    17/Jan/10
    Created:
    27/Nov/09 2:30 AM
    Updated:
    23/Jan/10 3:12 AM
    Resolved:
    23/Jan/10 3:12 AM