Module EventMachine::Twitter
In: lib/em-twitter/version.rb
lib/em-twitter/reconnectors/network_failure.rb
lib/em-twitter/reconnectors/application_failure.rb
lib/em-twitter/request.rb
lib/em-twitter/connection.rb
lib/em-twitter/response.rb
lib/em-twitter/proxy.rb
lib/em-twitter/decoders/base_decoder.rb
lib/em-twitter/decoders/gzip_decoder.rb
lib/em-twitter/client.rb
lib/em-twitter.rb

Methods

logger   logger=  

Classes and Modules

Module EventMachine::Twitter::Reconnectors
Class EventMachine::Twitter::BaseDecoder
Class EventMachine::Twitter::Client
Class EventMachine::Twitter::ConfigurationError
Class EventMachine::Twitter::Connection
Class EventMachine::Twitter::GzipDecoder
Class EventMachine::Twitter::Proxy
Class EventMachine::Twitter::ReconnectLimitError
Class EventMachine::Twitter::Request
Class EventMachine::Twitter::Response

Constants

VERSION = "0.2.1" unless defined?(EventMachine::Twitter::VERSION)
DEFAULT_CONNECTION_OPTIONS = { :host => 'stream.twitter.com', :port => 443, :method => 'POST', :content_type => "application/x-www-form-urlencoded", :path => '/', :params => {}, :headers => {}, :user_agent => "EM::Twitter Ruby Gem #{EM::Twitter::VERSION}", :proxy => nil, :ssl => {}, :timeout => 0, :oauth => {}, :basic => {}, :encoding => nil, :auto_reconnect => true

Public Class methods

[Validate]