- SampleStreamingConsumer - Class in org.apache.camel.component.twitter.consumer.streaming
-
Consumes the sample stream
- SampleStreamingConsumer(TwitterEndpoint) - Constructor for class org.apache.camel.component.twitter.consumer.streaming.SampleStreamingConsumer
-
- SearchConsumer - Class in org.apache.camel.component.twitter.consumer.search
-
Consumes search requests
- SearchConsumer(TwitterEndpoint) - Constructor for class org.apache.camel.component.twitter.consumer.search.SearchConsumer
-
- SearchProducer - Class in org.apache.camel.component.twitter.producer
-
- SearchProducer(TwitterEndpoint) - Constructor for class org.apache.camel.component.twitter.producer.SearchProducer
-
- setAccessToken(String) - Method in class org.apache.camel.component.twitter.TwitterComponent
-
The access token
- setAccessToken(String) - Method in class org.apache.camel.component.twitter.TwitterConfiguration
-
- setAccessTokenSecret(String) - Method in class org.apache.camel.component.twitter.TwitterComponent
-
The access token secret
- setAccessTokenSecret(String) - Method in class org.apache.camel.component.twitter.TwitterConfiguration
-
- setConsumerKey(String) - Method in class org.apache.camel.component.twitter.TwitterComponent
-
The consumer key
- setConsumerKey(String) - Method in class org.apache.camel.component.twitter.TwitterConfiguration
-
The consumer key.
- setConsumerSecret(String) - Method in class org.apache.camel.component.twitter.TwitterComponent
-
The consumer secret
- setConsumerSecret(String) - Method in class org.apache.camel.component.twitter.TwitterConfiguration
-
The consumer secret.
- setCount(Integer) - Method in class org.apache.camel.component.twitter.TwitterConfiguration
-
Limiting number of results per page.
- setCount(Integer) - Method in class org.apache.camel.component.twitter.TwitterEndpointDirect
-
- setCount(Integer) - Method in class org.apache.camel.component.twitter.TwitterEndpointPolling
-
- setDelay(long) - Method in class org.apache.camel.component.twitter.TwitterEndpointPolling
-
Milliseconds before the next poll.
- setDistanceMetric(String) - Method in class org.apache.camel.component.twitter.TwitterConfiguration
-
Used by the non-stream geography search, to search by radius using the configured metrics.
- setEventListener(TwitterEventListener) - Method in class org.apache.camel.component.twitter.consumer.streaming.AbstractStreamingConsumer
-
- setFilterOld(boolean) - Method in class org.apache.camel.component.twitter.TwitterConfiguration
-
Filter out old tweets, that has previously been polled.
- setFilterOld(boolean) - Method in class org.apache.camel.component.twitter.TwitterEndpointDirect
-
- setFilterOld(boolean) - Method in class org.apache.camel.component.twitter.TwitterEndpointPolling
-
- setHttpProxyHost(String) - Method in class org.apache.camel.component.twitter.TwitterComponent
-
The http proxy host which can be used for the camel-twitter.
- setHttpProxyHost(String) - Method in class org.apache.camel.component.twitter.TwitterConfiguration
-
The http proxy host which can be used for the camel-twitter.
- setHttpProxyPassword(String) - Method in class org.apache.camel.component.twitter.TwitterComponent
-
The http proxy password which can be used for the camel-twitter.
- setHttpProxyPassword(String) - Method in class org.apache.camel.component.twitter.TwitterConfiguration
-
The http proxy password which can be used for the camel-twitter.
- setHttpProxyPort(int) - Method in class org.apache.camel.component.twitter.TwitterComponent
-
The http proxy port which can be used for the camel-twitter.
- setHttpProxyPort(Integer) - Method in class org.apache.camel.component.twitter.TwitterConfiguration
-
The http proxy port which can be used for the camel-twitter.
- setHttpProxyUser(String) - Method in class org.apache.camel.component.twitter.TwitterComponent
-
The http proxy user which can be used for the camel-twitter.
- setHttpProxyUser(String) - Method in class org.apache.camel.component.twitter.TwitterConfiguration
-
The http proxy user which can be used for the camel-twitter.
- setKeywords(String) - Method in class org.apache.camel.component.twitter.TwitterConfiguration
-
Can be used for search and streaming/filter.
- setKeywords(String) - Method in class org.apache.camel.component.twitter.TwitterEndpointDirect
-
- setKeywords(String) - Method in class org.apache.camel.component.twitter.TwitterEndpointPolling
-
- setKind(String) - Method in class org.apache.camel.component.twitter.TwitterConfiguration
-
What polling mode to use, direct, polling or event based.
- setLang(String) - Method in class org.apache.camel.component.twitter.TwitterConfiguration
-
The lang string ISO_639-1 which will be used for searching
- setLang(String) - Method in class org.apache.camel.component.twitter.TwitterEndpointDirect
-
- setLang(String) - Method in class org.apache.camel.component.twitter.TwitterEndpointPolling
-
- setLastId(long) - Method in class org.apache.camel.component.twitter.consumer.TwitterConsumer
-
Support to update the Consumer's lastId when starting the consumer
- setLastIdIfGreater(long) - Method in class org.apache.camel.component.twitter.consumer.TwitterConsumer
-
Can't assume that the end of the list will be the most recent ID.
- setLatitude(Double) - Method in class org.apache.camel.component.twitter.TwitterConfiguration
-
Used by the non-stream geography search to search by latitude.
- setLocations(String) - Method in class org.apache.camel.component.twitter.TwitterConfiguration
-
Bounding boxes, created by pairs of lat/lons.
- setLocations(String) - Method in class org.apache.camel.component.twitter.TwitterEndpointDirect
-
- setLocations(String) - Method in class org.apache.camel.component.twitter.TwitterEndpointPolling
-
- setLongitude(Double) - Method in class org.apache.camel.component.twitter.TwitterConfiguration
-
Used by the non-stream geography search to search by longitude.
- setNumberOfPages(Integer) - Method in class org.apache.camel.component.twitter.TwitterConfiguration
-
The number of pages result which you want camel-twitter to consume.
- setNumberOfPages(Integer) - Method in class org.apache.camel.component.twitter.TwitterEndpointDirect
-
- setNumberOfPages(Integer) - Method in class org.apache.camel.component.twitter.TwitterEndpointPolling
-
- setProperties(TwitterConfiguration) - Method in class org.apache.camel.component.twitter.TwitterEndpointDirect
-
- setProperties(TwitterConfiguration) - Method in class org.apache.camel.component.twitter.TwitterEndpointEvent
-
- setProperties(TwitterConfiguration) - Method in class org.apache.camel.component.twitter.TwitterEndpointPolling
-
- setRadius(Double) - Method in class org.apache.camel.component.twitter.TwitterConfiguration
-
Used by the non-stream geography search to search by radius.
- setSinceId(long) - Method in class org.apache.camel.component.twitter.TwitterConfiguration
-
The last tweet id which will be used for pulling the tweets.
- setSinceId(long) - Method in class org.apache.camel.component.twitter.TwitterEndpointDirect
-
- setSinceId(long) - Method in class org.apache.camel.component.twitter.TwitterEndpointPolling
-
- setTwitter(Twitter) - Method in class org.apache.camel.component.twitter.TwitterConfiguration
-
- setTwitterStream(TwitterStream) - Method in class org.apache.camel.component.twitter.TwitterConfiguration
-
To use a custom instance of TwitterStream
- setType(EndpointType) - Method in class org.apache.camel.component.twitter.TwitterConfiguration
-
Endpoint type to use.
- setUser(String) - Method in class org.apache.camel.component.twitter.TwitterConfiguration
-
Username, used for user timeline consumption, direct message production, etc.
- setUserHeader(Exchange, User) - Static method in class org.apache.camel.component.twitter.TwitterHelper
-
- setUserHeader(Message, User) - Static method in class org.apache.camel.component.twitter.TwitterHelper
-
- setUserHeader(Exchange, int, User, String) - Static method in class org.apache.camel.component.twitter.TwitterHelper
-
- setUserHeader(Message, int, User, String) - Static method in class org.apache.camel.component.twitter.TwitterHelper
-
- setUserIds(String) - Method in class org.apache.camel.component.twitter.TwitterConfiguration
-
To filter by user ids for streaming/filter.
- start() - Method in class org.apache.camel.component.twitter.consumer.streaming.FilterStreamingConsumer
-
- start() - Method in class org.apache.camel.component.twitter.consumer.streaming.SampleStreamingConsumer
-
- start() - Method in class org.apache.camel.component.twitter.consumer.streaming.UserStreamingConsumer
-
- stop() - Method in class org.apache.camel.component.twitter.consumer.streaming.AbstractStreamingConsumer
-
- StreamingType - Enum in org.apache.camel.component.twitter.data
-
- valueOf(String) - Static method in enum org.apache.camel.component.twitter.consumer.TwitterEventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.camel.component.twitter.data.ConsumerType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.camel.component.twitter.data.EndpointType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.camel.component.twitter.data.StreamingType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.camel.component.twitter.data.TimelineType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.camel.component.twitter.data.TrendsType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.camel.component.twitter.consumer.TwitterEventType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.camel.component.twitter.data.ConsumerType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.camel.component.twitter.data.EndpointType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.camel.component.twitter.data.StreamingType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.camel.component.twitter.data.TimelineType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.camel.component.twitter.data.TrendsType
-
Returns an array containing the constants of this enum type, in
the order they are declared.