Skip navigation links
Camel :: Twitter 2.21.0.fuse-730078-redhat-00001
A C D E F G H I L M O P R S T U V 

A

AbstractStreamingConsumerHandler - Class in org.apache.camel.component.twitter.streaming
Super class providing consuming capabilities for the streaming API.
AbstractStreamingConsumerHandler(TwitterEndpoint) - Constructor for class org.apache.camel.component.twitter.streaming.AbstractStreamingConsumerHandler
 
AbstractTwitterComponent - Class in org.apache.camel.component.twitter
Base Twitter component
AbstractTwitterComponent(String) - Constructor for class org.apache.camel.component.twitter.AbstractTwitterComponent
 
AbstractTwitterComponent(CamelContext, String) - Constructor for class org.apache.camel.component.twitter.AbstractTwitterComponent
 
AbstractTwitterConsumerHandler - Class in org.apache.camel.component.twitter.consumer
 
AbstractTwitterConsumerHandler(TwitterEndpoint) - Constructor for class org.apache.camel.component.twitter.consumer.AbstractTwitterConsumerHandler
 
AbstractTwitterEndpoint - Class in org.apache.camel.component.twitter
The base Twitter Endpoint.
AbstractTwitterEndpoint(String, AbstractTwitterComponent, TwitterConfiguration) - Constructor for class org.apache.camel.component.twitter.AbstractTwitterEndpoint
 

C

checkComplete() - Method in class org.apache.camel.component.twitter.TwitterConfiguration
Ensures required fields are available.
CommonPropertiesTwitterEndpoint - Interface in org.apache.camel.component.twitter
Deprecated.
This has been introduced to just keep deprecated endpoints working as is. Remove this once Endpoint{Direct,Event,Polling} is removed.
configureConsumer(Consumer) - Method in class org.apache.camel.component.twitter.AbstractTwitterEndpoint
 
ConsumerType - Enum in org.apache.camel.component.twitter.data
 
createConsumer(Processor) - Method in class org.apache.camel.component.twitter.directmessage.TwitterDirectMessageEndpoint
 
createConsumer(Processor) - Method in class org.apache.camel.component.twitter.search.TwitterSearchEndpoint
 
createConsumer(Processor) - Method in class org.apache.camel.component.twitter.streaming.TwitterStreamingEndpoint
 
createConsumer(Processor) - Method in class org.apache.camel.component.twitter.timeline.TwitterTimelineEndpoint
 
createConsumer(Processor) - Method in class org.apache.camel.component.twitter.TwitterEndpointDirect
Deprecated.
 
createConsumer(Processor) - Method in class org.apache.camel.component.twitter.TwitterEndpointEvent
Deprecated.
 
createConsumer(Processor) - Method in class org.apache.camel.component.twitter.TwitterEndpointPolling
Deprecated.
 
createConsumer(CommonPropertiesTwitterEndpoint, String, String) - Static method in class org.apache.camel.component.twitter.TwitterHelper
Deprecated.
createConsumer(Processor, AbstractTwitterEndpoint, AbstractTwitterConsumerHandler) - Static method in class org.apache.camel.component.twitter.TwitterHelper
 
createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.twitter.AbstractTwitterComponent
 
createExchange(TwitterEndpoint) - Method in enum org.apache.camel.component.twitter.consumer.TwitterEventType
 
createExchange(TwitterEndpoint, T) - Method in enum org.apache.camel.component.twitter.consumer.TwitterEventType
 
createExchangeList(TwitterEndpoint, List<T>) - Method in enum org.apache.camel.component.twitter.consumer.TwitterEventType
 
createProducer() - Method in class org.apache.camel.component.twitter.directmessage.TwitterDirectMessageEndpoint
 
createProducer() - Method in class org.apache.camel.component.twitter.search.TwitterSearchEndpoint
 
createProducer() - Method in class org.apache.camel.component.twitter.streaming.TwitterStreamingEndpoint
 
createProducer() - Method in class org.apache.camel.component.twitter.timeline.TwitterTimelineEndpoint
 
createProducer() - Method in class org.apache.camel.component.twitter.TwitterEndpointDirect
Deprecated.
 
createProducer() - Method in class org.apache.camel.component.twitter.TwitterEndpointEvent
Deprecated.
 
createProducer() - Method in class org.apache.camel.component.twitter.TwitterEndpointPolling
Deprecated.
 
createProducer(CommonPropertiesTwitterEndpoint, String, String) - Static method in class org.apache.camel.component.twitter.TwitterHelper
Deprecated.
createTwitterStream() - Method in class org.apache.camel.component.twitter.TwitterConfiguration
 

D

DEFAULT_CONSUMER_DELAY - Static variable in class org.apache.camel.component.twitter.consumer.DefaultTwitterConsumer
 
DEFAULT_CONSUMER_DELAY - Static variable in class org.apache.camel.component.twitter.consumer.TwitterConsumerPolling
Deprecated.
 
DefaultTwitterConsumer - Class in org.apache.camel.component.twitter.consumer
Provides a scheduled polling consumer as well as event based consumer for streaming.
DefaultTwitterConsumer(AbstractTwitterEndpoint, Processor, AbstractTwitterConsumerHandler) - Constructor for class org.apache.camel.component.twitter.consumer.DefaultTwitterConsumer
 
directConsume() - Method in class org.apache.camel.component.twitter.consumer.AbstractTwitterConsumerHandler
Called by direct consumers.
directConsume() - Method in class org.apache.camel.component.twitter.directmessage.DirectMessageConsumerHandler
 
directConsume() - Method in class org.apache.camel.component.twitter.search.SearchConsumerHandler
 
directConsume() - Method in class org.apache.camel.component.twitter.streaming.AbstractStreamingConsumerHandler
 
DirectMessageConsumerHandler - Class in org.apache.camel.component.twitter.directmessage
Consumes a user's direct messages
DirectMessageConsumerHandler(TwitterEndpoint) - Constructor for class org.apache.camel.component.twitter.directmessage.DirectMessageConsumerHandler
 
DirectMessageProducer - Class in org.apache.camel.component.twitter.directmessage
Produces text as a direct message.
DirectMessageProducer(TwitterEndpoint, String) - Constructor for class org.apache.camel.component.twitter.directmessage.DirectMessageProducer
 
doCreateEndpoint(TwitterConfiguration, String, String, Map<String, Object>) - Method in class org.apache.camel.component.twitter.AbstractTwitterComponent
 
doCreateEndpoint(TwitterConfiguration, String, String, Map<String, Object>) - Method in class org.apache.camel.component.twitter.directmessage.TwitterDirectMessageComponent
 
doCreateEndpoint(TwitterConfiguration, String, String, Map<String, Object>) - Method in class org.apache.camel.component.twitter.search.TwitterSearchComponent
 
doCreateEndpoint(TwitterConfiguration, String, String, Map<String, Object>) - Method in class org.apache.camel.component.twitter.streaming.TwitterStreamingComponent
 
doCreateEndpoint(TwitterConfiguration, String, String, Map<String, Object>) - Method in class org.apache.camel.component.twitter.timeline.TwitterTimelineComponent
 
doCreateEndpoint(TwitterConfiguration, String, String, Map<String, Object>) - Method in class org.apache.camel.component.twitter.TwitterComponent
Deprecated.
 
doDirect() - Method in class org.apache.camel.component.twitter.timeline.HomeConsumerHandler
 
doDirect() - Method in class org.apache.camel.component.twitter.timeline.MentionsConsumerHandler
 
doDirect() - Method in class org.apache.camel.component.twitter.timeline.RetweetsConsumerHandler
 
doDirect() - Method in class org.apache.camel.component.twitter.timeline.UserConsumerHandler
 
doPoll() - Method in class org.apache.camel.component.twitter.timeline.HomeConsumerHandler
 
doPoll() - Method in class org.apache.camel.component.twitter.timeline.MentionsConsumerHandler
 
doPoll() - Method in class org.apache.camel.component.twitter.timeline.RetweetsConsumerHandler
 
doPoll() - Method in class org.apache.camel.component.twitter.timeline.UserConsumerHandler
 
doStart() - Method in class org.apache.camel.component.twitter.consumer.DefaultTwitterConsumer
 
doStart() - Method in class org.apache.camel.component.twitter.consumer.TwitterConsumerDirect
Deprecated.
 
doStart() - Method in class org.apache.camel.component.twitter.consumer.TwitterConsumerEvent
Deprecated.
 
doStart() - Method in class org.apache.camel.component.twitter.consumer.TwitterConsumerPolling
Deprecated.
 
doStop() - Method in class org.apache.camel.component.twitter.AbstractTwitterEndpoint
 
doStop() - Method in class org.apache.camel.component.twitter.consumer.DefaultTwitterConsumer
 
doStop() - Method in class org.apache.camel.component.twitter.consumer.TwitterConsumerEvent
Deprecated.
 
doStop() - Method in class org.apache.camel.component.twitter.consumer.TwitterConsumerPolling
Deprecated.
 
doStop() - Method in class org.apache.camel.component.twitter.TwitterEndpointEvent
Deprecated.
 

E

endpoint - Variable in class org.apache.camel.component.twitter.consumer.AbstractTwitterConsumerHandler
Instance of TwitterEndpoint.
EndpointType - Enum in org.apache.camel.component.twitter.data
 
enumFromString(T[], String, T) - Static method in class org.apache.camel.component.twitter.TwitterHelper
 

F

FilterStreamingConsumerHandler - Class in org.apache.camel.component.twitter.streaming
Consumes the filter stream
FilterStreamingConsumerHandler(TwitterEndpoint, String) - Constructor for class org.apache.camel.component.twitter.streaming.FilterStreamingConsumerHandler
 
fromString(String) - Static method in enum org.apache.camel.component.twitter.data.ConsumerType
 
fromString(String) - Static method in enum org.apache.camel.component.twitter.data.EndpointType
 
fromString(String) - Static method in enum org.apache.camel.component.twitter.data.StreamingType
 
fromString(String) - Static method in enum org.apache.camel.component.twitter.data.TimelineType
 
fromString(String) - Static method in enum org.apache.camel.component.twitter.data.TrendsType
Deprecated.
 

G

getAccessToken() - Method in class org.apache.camel.component.twitter.AbstractTwitterComponent
 
getAccessToken() - Method in class org.apache.camel.component.twitter.TwitterConfiguration
The access token.
getAccessTokenSecret() - Method in class org.apache.camel.component.twitter.AbstractTwitterComponent
 
getAccessTokenSecret() - Method in class org.apache.camel.component.twitter.TwitterConfiguration
The access secret.
getCamelId() - Method in class org.apache.camel.component.twitter.TwitterEndpointDirect
Deprecated.
 
getCamelManagementName() - Method in class org.apache.camel.component.twitter.TwitterEndpointDirect
Deprecated.
 
getConfiguration() - Method in class org.apache.camel.component.twitter.TwitterConfiguration
Builds a Twitter4J Configuration using the OAuth params.
getConsumerKey() - Method in class org.apache.camel.component.twitter.AbstractTwitterComponent
 
getConsumerKey() - Method in class org.apache.camel.component.twitter.TwitterConfiguration
 
getConsumerSecret() - Method in class org.apache.camel.component.twitter.AbstractTwitterComponent
 
getConsumerSecret() - Method in class org.apache.camel.component.twitter.TwitterConfiguration
 
getCount() - Method in class org.apache.camel.component.twitter.AbstractTwitterEndpoint
 
getCount() - Method in class org.apache.camel.component.twitter.TwitterConfiguration
 
getCount() - Method in class org.apache.camel.component.twitter.TwitterEndpointDirect
Deprecated.
 
getCount() - Method in class org.apache.camel.component.twitter.TwitterEndpointPolling
Deprecated.
 
getDistanceMetric() - Method in class org.apache.camel.component.twitter.TwitterConfiguration
 
getEndpoint() - Method in class org.apache.camel.component.twitter.consumer.DefaultTwitterConsumer
 
getEndpoint() - Method in class org.apache.camel.component.twitter.consumer.TwitterConsumerPolling
Deprecated.
 
getEndpointType() - Method in class org.apache.camel.component.twitter.AbstractTwitterEndpoint
 
getEndpointType() - Method in interface org.apache.camel.component.twitter.TwitterEndpoint
Deprecated.
 
getEndpointType() - Method in class org.apache.camel.component.twitter.TwitterEndpointDirect
Deprecated.
 
getEndpointType() - Method in class org.apache.camel.component.twitter.TwitterEndpointEvent
Deprecated.
 
getEndpointType() - Method in class org.apache.camel.component.twitter.TwitterEndpointPolling
Deprecated.
 
getEndpointUri() - Method in class org.apache.camel.component.twitter.TwitterEndpointDirect
Deprecated.
 
getExchangePattern() - Method in class org.apache.camel.component.twitter.TwitterEndpointDirect
Deprecated.
 
getHttpProxyHost() - Method in class org.apache.camel.component.twitter.AbstractTwitterComponent
 
getHttpProxyHost() - Method in class org.apache.camel.component.twitter.TwitterConfiguration
 
getHttpProxyPassword() - Method in class org.apache.camel.component.twitter.AbstractTwitterComponent
 
getHttpProxyPassword() - Method in class org.apache.camel.component.twitter.TwitterConfiguration
 
getHttpProxyPort() - Method in class org.apache.camel.component.twitter.AbstractTwitterComponent
 
getHttpProxyPort() - Method in class org.apache.camel.component.twitter.TwitterConfiguration
 
getHttpProxyUser() - Method in class org.apache.camel.component.twitter.AbstractTwitterComponent
 
getHttpProxyUser() - Method in class org.apache.camel.component.twitter.TwitterConfiguration
 
getKeywords() - Method in interface org.apache.camel.component.twitter.CommonPropertiesTwitterEndpoint
Deprecated.
 
getKeywords() - Method in class org.apache.camel.component.twitter.search.TwitterSearchEndpoint
 
getKeywords() - Method in class org.apache.camel.component.twitter.TwitterEndpointDirect
Deprecated.
 
getKeywords() - Method in class org.apache.camel.component.twitter.TwitterEndpointEvent
Deprecated.
 
getKeywords() - Method in class org.apache.camel.component.twitter.TwitterEndpointPolling
Deprecated.
 
getLang() - Method in class org.apache.camel.component.twitter.AbstractTwitterEndpoint
 
getLang() - Method in class org.apache.camel.component.twitter.TwitterConfiguration
 
getLang() - Method in class org.apache.camel.component.twitter.TwitterEndpointDirect
Deprecated.
 
getLang() - Method in class org.apache.camel.component.twitter.TwitterEndpointPolling
Deprecated.
 
getLastId() - Method in class org.apache.camel.component.twitter.consumer.AbstractTwitterConsumerHandler
 
getLastIdPaging() - Method in class org.apache.camel.component.twitter.consumer.AbstractTwitterConsumerHandler
 
getLatitude() - Method in class org.apache.camel.component.twitter.TwitterConfiguration
 
getLocations() - Method in class org.apache.camel.component.twitter.AbstractTwitterEndpoint
 
getLocations() - Method in class org.apache.camel.component.twitter.TwitterConfiguration
 
getLocations() - Method in class org.apache.camel.component.twitter.TwitterEndpointDirect
Deprecated.
 
getLocations() - Method in class org.apache.camel.component.twitter.TwitterEndpointPolling
Deprecated.
 
getLongitude() - Method in class org.apache.camel.component.twitter.TwitterConfiguration
 
getNumberOfPages() - Method in class org.apache.camel.component.twitter.AbstractTwitterEndpoint
 
getNumberOfPages() - Method in class org.apache.camel.component.twitter.TwitterConfiguration
 
getNumberOfPages() - Method in class org.apache.camel.component.twitter.TwitterEndpointDirect
Deprecated.
 
getNumberOfPages() - Method in class org.apache.camel.component.twitter.TwitterEndpointPolling
Deprecated.
 
getProperties() - Method in class org.apache.camel.component.twitter.AbstractTwitterEndpoint
 
getProperties() - Method in interface org.apache.camel.component.twitter.TwitterEndpoint
Deprecated.
 
getProperties() - Method in class org.apache.camel.component.twitter.TwitterEndpointDirect
Deprecated.
 
getProperties() - Method in class org.apache.camel.component.twitter.TwitterEndpointEvent
Deprecated.
 
getProperties() - Method in class org.apache.camel.component.twitter.TwitterEndpointPolling
Deprecated.
 
getRadius() - Method in class org.apache.camel.component.twitter.TwitterConfiguration
 
getSinceId() - Method in class org.apache.camel.component.twitter.AbstractTwitterEndpoint
 
getSinceId() - Method in class org.apache.camel.component.twitter.TwitterConfiguration
 
getSinceId() - Method in class org.apache.camel.component.twitter.TwitterEndpointDirect
Deprecated.
 
getSinceId() - Method in class org.apache.camel.component.twitter.TwitterEndpointPolling
Deprecated.
 
getState() - Method in class org.apache.camel.component.twitter.TwitterEndpointDirect
Deprecated.
 
getStreamingType() - Method in class org.apache.camel.component.twitter.streaming.TwitterStreamingEndpoint
 
getTimelineType() - Method in class org.apache.camel.component.twitter.timeline.TwitterTimelineEndpoint
 
getTwitter() - Method in class org.apache.camel.component.twitter.consumer.AbstractTwitterConsumerHandler
 
getTwitter() - Method in class org.apache.camel.component.twitter.TwitterConfiguration
 
getTwitterStream() - Method in class org.apache.camel.component.twitter.streaming.AbstractStreamingConsumerHandler
 
getTwitterStream() - Method in class org.apache.camel.component.twitter.TwitterConfiguration
 
getType() - Method in class org.apache.camel.component.twitter.TwitterConfiguration
 
getUser() - Method in interface org.apache.camel.component.twitter.CommonPropertiesTwitterEndpoint
Deprecated.
 
getUser() - Method in class org.apache.camel.component.twitter.TwitterEndpointDirect
Deprecated.
 
getUser() - Method in class org.apache.camel.component.twitter.TwitterEndpointEvent
Deprecated.
 
getUser() - Method in class org.apache.camel.component.twitter.TwitterEndpointPolling
Deprecated.
 
getUserIds() - Method in class org.apache.camel.component.twitter.TwitterConfiguration
 
getVerifier() - Method in class org.apache.camel.component.twitter.AbstractTwitterComponent
Get a verifier for the component.

H

HomeConsumerHandler - Class in org.apache.camel.component.twitter.timeline
Consumes the user's home timeline.
HomeConsumerHandler(TwitterEndpoint) - Constructor for class org.apache.camel.component.twitter.timeline.HomeConsumerHandler
 

I

isExtendedMode() - Method in class org.apache.camel.component.twitter.TwitterConfiguration
 
isFilterOld() - Method in class org.apache.camel.component.twitter.AbstractTwitterEndpoint
 
isFilterOld() - Method in class org.apache.camel.component.twitter.TwitterConfiguration
 
isFilterOld() - Method in class org.apache.camel.component.twitter.TwitterEndpointDirect
Deprecated.
 
isFilterOld() - Method in class org.apache.camel.component.twitter.TwitterEndpointPolling
Deprecated.
 
isSingleton() - Method in class org.apache.camel.component.twitter.AbstractTwitterEndpoint
 
isSingleton() - Method in class org.apache.camel.component.twitter.TwitterEndpointDirect
Deprecated.
 
isSingleton() - Method in class org.apache.camel.component.twitter.TwitterEndpointEvent
Deprecated.
 
isSingleton() - Method in class org.apache.camel.component.twitter.TwitterEndpointPolling
Deprecated.
 
isSortById() - Method in class org.apache.camel.component.twitter.TwitterConfiguration
 
isSortById() - Method in class org.apache.camel.component.twitter.TwitterEndpointPolling
Deprecated.
 

L

log - Variable in class org.apache.camel.component.twitter.consumer.AbstractTwitterConsumerHandler
 

M

MentionsConsumerHandler - Class in org.apache.camel.component.twitter.timeline
Consumes tweets in which the user has been mentioned.
MentionsConsumerHandler(TwitterEndpoint) - Constructor for class org.apache.camel.component.twitter.timeline.MentionsConsumerHandler
 

O

onBlock(User, User) - Method in class org.apache.camel.component.twitter.streaming.UserStreamingConsumerHandler
 
onDeletionNotice(StatusDeletionNotice) - Method in class org.apache.camel.component.twitter.streaming.AbstractStreamingConsumerHandler
 
onDeletionNotice(long, long) - Method in class org.apache.camel.component.twitter.streaming.UserStreamingConsumerHandler
 
onDirectMessage(DirectMessage) - Method in class org.apache.camel.component.twitter.streaming.UserStreamingConsumerHandler
 
onEvent(Exchange) - Method in class org.apache.camel.component.twitter.consumer.DefaultTwitterConsumer
 
onEvent(Exchange) - Method in class org.apache.camel.component.twitter.consumer.TwitterConsumerEvent
Deprecated.
 
onEvent(Exchange) - Method in interface org.apache.camel.component.twitter.consumer.TwitterEventListener
 
onEvent(Exchange) - Method in class org.apache.camel.component.twitter.streaming.AbstractStreamingConsumerHandler
 
onException(Exception) - Method in class org.apache.camel.component.twitter.streaming.AbstractStreamingConsumerHandler
 
onFavorite(User, User, Status) - Method in class org.apache.camel.component.twitter.streaming.UserStreamingConsumerHandler
 
onFavoritedRetweet(User, User, Status) - Method in class org.apache.camel.component.twitter.streaming.UserStreamingConsumerHandler
 
onFollow(User, User) - Method in class org.apache.camel.component.twitter.streaming.UserStreamingConsumerHandler
 
onFriendList(long[]) - Method in class org.apache.camel.component.twitter.streaming.UserStreamingConsumerHandler
 
onQuotedTweet(User, User, Status) - Method in class org.apache.camel.component.twitter.streaming.UserStreamingConsumerHandler
 
onRetweetedRetweet(User, User, Status) - Method in class org.apache.camel.component.twitter.streaming.UserStreamingConsumerHandler
 
onScrubGeo(long, long) - Method in class org.apache.camel.component.twitter.streaming.AbstractStreamingConsumerHandler
 
onStallWarning(StallWarning) - Method in class org.apache.camel.component.twitter.streaming.FilterStreamingConsumerHandler
 
onStallWarning(StallWarning) - Method in class org.apache.camel.component.twitter.streaming.SampleStreamingConsumerHandler
 
onStallWarning(StallWarning) - Method in class org.apache.camel.component.twitter.streaming.UserStreamingConsumerHandler
 
onStatus(Status) - Method in class org.apache.camel.component.twitter.streaming.AbstractStreamingConsumerHandler
 
onTrackLimitationNotice(int) - Method in class org.apache.camel.component.twitter.streaming.AbstractStreamingConsumerHandler
 
onUnblock(User, User) - Method in class org.apache.camel.component.twitter.streaming.UserStreamingConsumerHandler
 
onUnfavorite(User, User, Status) - Method in class org.apache.camel.component.twitter.streaming.UserStreamingConsumerHandler
 
onUnfollow(User, User) - Method in class org.apache.camel.component.twitter.streaming.UserStreamingConsumerHandler
 
onUserDeletion(long) - Method in class org.apache.camel.component.twitter.streaming.UserStreamingConsumerHandler
 
onUserListCreation(User, UserList) - Method in class org.apache.camel.component.twitter.streaming.UserStreamingConsumerHandler
 
onUserListDeletion(User, UserList) - Method in class org.apache.camel.component.twitter.streaming.UserStreamingConsumerHandler
 
onUserListMemberAddition(User, User, UserList) - Method in class org.apache.camel.component.twitter.streaming.UserStreamingConsumerHandler
 
onUserListMemberDeletion(User, User, UserList) - Method in class org.apache.camel.component.twitter.streaming.UserStreamingConsumerHandler
 
onUserListSubscription(User, User, UserList) - Method in class org.apache.camel.component.twitter.streaming.UserStreamingConsumerHandler
 
onUserListUnsubscription(User, User, UserList) - Method in class org.apache.camel.component.twitter.streaming.UserStreamingConsumerHandler
 
onUserListUpdate(User, UserList) - Method in class org.apache.camel.component.twitter.streaming.UserStreamingConsumerHandler
 
onUserProfileUpdate(User) - Method in class org.apache.camel.component.twitter.streaming.UserStreamingConsumerHandler
 
onUserSuspension(long) - Method in class org.apache.camel.component.twitter.streaming.UserStreamingConsumerHandler
 
org.apache.camel.component.twitter - package org.apache.camel.component.twitter
 
org.apache.camel.component.twitter.consumer - package org.apache.camel.component.twitter.consumer
 
org.apache.camel.component.twitter.data - package org.apache.camel.component.twitter.data
 
org.apache.camel.component.twitter.directmessage - package org.apache.camel.component.twitter.directmessage
 
org.apache.camel.component.twitter.search - package org.apache.camel.component.twitter.search
 
org.apache.camel.component.twitter.streaming - package org.apache.camel.component.twitter.streaming
 
org.apache.camel.component.twitter.timeline - package org.apache.camel.component.twitter.timeline
 
org.apache.camel.component.twitter.util - package org.apache.camel.component.twitter.util
 

P

poll() - Method in class org.apache.camel.component.twitter.consumer.DefaultTwitterConsumer
 
poll() - Method in class org.apache.camel.component.twitter.consumer.TwitterConsumerPolling
Deprecated.
 
pollConsume() - Method in class org.apache.camel.component.twitter.consumer.AbstractTwitterConsumerHandler
Called by polling consumers during each poll.
pollConsume() - Method in class org.apache.camel.component.twitter.directmessage.DirectMessageConsumerHandler
 
pollConsume() - Method in class org.apache.camel.component.twitter.search.SearchConsumerHandler
 
pollConsume() - Method in class org.apache.camel.component.twitter.streaming.AbstractStreamingConsumerHandler
 
process(Exchange) - Method in class org.apache.camel.component.twitter.directmessage.DirectMessageProducer
 
process(Exchange) - Method in class org.apache.camel.component.twitter.search.SearchProducer
 
process(Exchange) - Method in class org.apache.camel.component.twitter.timeline.UserProducer
 

R

removeEventListener(TwitterEventListener) - Method in class org.apache.camel.component.twitter.streaming.AbstractStreamingConsumerHandler
 
RetweetsConsumerHandler - Class in org.apache.camel.component.twitter.timeline
Consumes a user's tweets that have been retweeted
RetweetsConsumerHandler(TwitterEndpoint) - Constructor for class org.apache.camel.component.twitter.timeline.RetweetsConsumerHandler
 

S

SampleStreamingConsumerHandler - Class in org.apache.camel.component.twitter.streaming
Consumes the sample stream
SampleStreamingConsumerHandler(TwitterEndpoint) - Constructor for class org.apache.camel.component.twitter.streaming.SampleStreamingConsumerHandler
 
SearchConsumerHandler - Class in org.apache.camel.component.twitter.search
Consumes search requests
SearchConsumerHandler(TwitterEndpoint, String) - Constructor for class org.apache.camel.component.twitter.search.SearchConsumerHandler
 
SearchProducer - Class in org.apache.camel.component.twitter.search
 
SearchProducer(TwitterEndpoint, String) - Constructor for class org.apache.camel.component.twitter.search.SearchProducer
 
setAccessToken(String) - Method in class org.apache.camel.component.twitter.AbstractTwitterComponent
The access token
setAccessToken(String) - Method in class org.apache.camel.component.twitter.TwitterConfiguration
 
setAccessTokenSecret(String) - Method in class org.apache.camel.component.twitter.AbstractTwitterComponent
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.AbstractTwitterComponent
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.AbstractTwitterComponent
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.AbstractTwitterEndpoint
 
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
Deprecated.
 
setCount(Integer) - Method in class org.apache.camel.component.twitter.TwitterEndpointPolling
Deprecated.
 
setDelay(long) - Method in class org.apache.camel.component.twitter.AbstractTwitterEndpoint
Milliseconds before the next poll.
setDelay(long) - Method in class org.apache.camel.component.twitter.TwitterEndpointPolling
Deprecated.
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.streaming.AbstractStreamingConsumerHandler
 
setExtendedMode(Boolean) - Method in class org.apache.camel.component.twitter.TwitterConfiguration
Used for enabling full text from twitter (eg receive tweets that contains more than 140 characters).
setFilterOld(boolean) - Method in class org.apache.camel.component.twitter.AbstractTwitterEndpoint
 
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
Deprecated.
 
setFilterOld(boolean) - Method in class org.apache.camel.component.twitter.TwitterEndpointPolling
Deprecated.
 
setHttpProxyHost(String) - Method in class org.apache.camel.component.twitter.AbstractTwitterComponent
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.AbstractTwitterComponent
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.AbstractTwitterComponent
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.AbstractTwitterComponent
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 interface org.apache.camel.component.twitter.CommonPropertiesTwitterEndpoint
Deprecated.
 
setKeywords(String) - Method in class org.apache.camel.component.twitter.TwitterEndpointDirect
Deprecated.
 
setKeywords(String) - Method in class org.apache.camel.component.twitter.TwitterEndpointEvent
Deprecated.
 
setKeywords(String) - Method in class org.apache.camel.component.twitter.TwitterEndpointPolling
Deprecated.
 
setLang(String) - Method in class org.apache.camel.component.twitter.AbstractTwitterEndpoint
 
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
Deprecated.
 
setLang(String) - Method in class org.apache.camel.component.twitter.TwitterEndpointPolling
Deprecated.
 
setLastId(long) - Method in class org.apache.camel.component.twitter.consumer.AbstractTwitterConsumerHandler
Support to update the Consumer's lastId when starting the consumer
setLastIdIfGreater(long) - Method in class org.apache.camel.component.twitter.consumer.AbstractTwitterConsumerHandler
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.AbstractTwitterEndpoint
 
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
Deprecated.
 
setLocations(String) - Method in class org.apache.camel.component.twitter.TwitterEndpointPolling
Deprecated.
 
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.AbstractTwitterEndpoint
 
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
Deprecated.
 
setNumberOfPages(Integer) - Method in class org.apache.camel.component.twitter.TwitterEndpointPolling
Deprecated.
 
setProperties(TwitterConfiguration) - Method in class org.apache.camel.component.twitter.AbstractTwitterEndpoint
 
setProperties(TwitterConfiguration) - Method in class org.apache.camel.component.twitter.TwitterEndpointDirect
Deprecated.
 
setProperties(TwitterConfiguration) - Method in class org.apache.camel.component.twitter.TwitterEndpointEvent
Deprecated.
 
setProperties(TwitterConfiguration) - Method in class org.apache.camel.component.twitter.TwitterEndpointPolling
Deprecated.
 
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.AbstractTwitterEndpoint
 
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
Deprecated.
 
setSinceId(long) - Method in class org.apache.camel.component.twitter.TwitterEndpointPolling
Deprecated.
 
setSortById(boolean) - Method in class org.apache.camel.component.twitter.TwitterConfiguration
Sorts by id, so the oldest are first, and newest last.
setSortById(boolean) - Method in class org.apache.camel.component.twitter.TwitterEndpointPolling
Deprecated.
 
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 interface org.apache.camel.component.twitter.CommonPropertiesTwitterEndpoint
Deprecated.
 
setUser(String) - Method in class org.apache.camel.component.twitter.TwitterEndpointDirect
Deprecated.
 
setUser(String) - Method in class org.apache.camel.component.twitter.TwitterEndpointEvent
Deprecated.
 
setUser(String) - Method in class org.apache.camel.component.twitter.TwitterEndpointPolling
Deprecated.
 
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.
sortByStatusId(List<Exchange>) - Static method in class org.apache.camel.component.twitter.util.TwitterSorter
Sorts the tweets by Status.getId().
start() - Method in class org.apache.camel.component.twitter.streaming.FilterStreamingConsumerHandler
 
start() - Method in class org.apache.camel.component.twitter.streaming.SampleStreamingConsumerHandler
 
start() - Method in class org.apache.camel.component.twitter.streaming.UserStreamingConsumerHandler
 
stop() - Method in class org.apache.camel.component.twitter.streaming.AbstractStreamingConsumerHandler
 
StreamingType - Enum in org.apache.camel.component.twitter.data
 

T

TimelineType - Enum in org.apache.camel.component.twitter.data
 
toString(Status) - Static method in class org.apache.camel.component.twitter.util.TwitterConverter
 
toString(DirectMessage) - Static method in class org.apache.camel.component.twitter.util.TwitterConverter
 
toString(Trend) - Static method in class org.apache.camel.component.twitter.util.TwitterConverter
 
toString(Trends) - Static method in class org.apache.camel.component.twitter.util.TwitterConverter
 
toString(UserList) - Static method in class org.apache.camel.component.twitter.util.TwitterConverter
 
TrendsType - Enum in org.apache.camel.component.twitter.data
Deprecated.
TWITTER_COUNT - Static variable in interface org.apache.camel.component.twitter.TwitterConstants
 
TWITTER_EVENT_TYPE - Static variable in interface org.apache.camel.component.twitter.TwitterConstants
 
TWITTER_KEYWORDS - Static variable in interface org.apache.camel.component.twitter.TwitterConstants
 
TWITTER_MAXID - Static variable in interface org.apache.camel.component.twitter.TwitterConstants
 
TWITTER_NUMBER_OF_PAGES - Static variable in interface org.apache.camel.component.twitter.TwitterConstants
 
TWITTER_SEARCH_LANGUAGE - Static variable in interface org.apache.camel.component.twitter.TwitterConstants
 
TWITTER_SINCEID - Static variable in interface org.apache.camel.component.twitter.TwitterConstants
 
TWITTER_USER - Static variable in interface org.apache.camel.component.twitter.TwitterConstants
 
TWITTER_USER_ROLE - Static variable in interface org.apache.camel.component.twitter.TwitterConstants
 
TwitterComponent - Class in org.apache.camel.component.twitter
TwitterComponent() - Constructor for class org.apache.camel.component.twitter.TwitterComponent
Deprecated.
 
TwitterComponent(CamelContext) - Constructor for class org.apache.camel.component.twitter.TwitterComponent
Deprecated.
 
TwitterComponentVerifierExtension - Class in org.apache.camel.component.twitter
 
TwitterComponentVerifierExtension() - Constructor for class org.apache.camel.component.twitter.TwitterComponentVerifierExtension
 
TwitterComponentVerifierExtension(String) - Constructor for class org.apache.camel.component.twitter.TwitterComponentVerifierExtension
 
TwitterConfiguration - Class in org.apache.camel.component.twitter
 
TwitterConfiguration() - Constructor for class org.apache.camel.component.twitter.TwitterConfiguration
 
TwitterConstants - Interface in org.apache.camel.component.twitter
Defines common constants
TwitterConsumerDirect - Class in org.apache.camel.component.twitter.consumer
Deprecated.
TwitterConsumerDirect(TwitterEndpoint, Processor, AbstractTwitterConsumerHandler) - Constructor for class org.apache.camel.component.twitter.consumer.TwitterConsumerDirect
Deprecated.
 
TwitterConsumerEvent - Class in org.apache.camel.component.twitter.consumer
Deprecated.
TwitterConsumerEvent(TwitterEndpoint, Processor, AbstractTwitterConsumerHandler) - Constructor for class org.apache.camel.component.twitter.consumer.TwitterConsumerEvent
Deprecated.
 
TwitterConsumerPolling - Class in org.apache.camel.component.twitter.consumer
Deprecated.
TwitterConsumerPolling(TwitterEndpoint, Processor, AbstractTwitterConsumerHandler) - Constructor for class org.apache.camel.component.twitter.consumer.TwitterConsumerPolling
Deprecated.
 
TwitterConverter - Class in org.apache.camel.component.twitter.util
Utility for converting between Twitter4J and camel-twitter data layers.
TwitterDirectMessageComponent - Class in org.apache.camel.component.twitter.directmessage
Twitter direct message component.
TwitterDirectMessageComponent() - Constructor for class org.apache.camel.component.twitter.directmessage.TwitterDirectMessageComponent
 
TwitterDirectMessageComponent(CamelContext) - Constructor for class org.apache.camel.component.twitter.directmessage.TwitterDirectMessageComponent
 
TwitterDirectMessageEndpoint - Class in org.apache.camel.component.twitter.directmessage
The Twitter Direct Message Component consumes/produces user's direct messages.
TwitterDirectMessageEndpoint(String, String, TwitterDirectMessageComponent, TwitterConfiguration) - Constructor for class org.apache.camel.component.twitter.directmessage.TwitterDirectMessageEndpoint
 
TwitterEndpoint - Interface in org.apache.camel.component.twitter
Deprecated.
Migrate with AbstractTwitterEndpoint in 3.0
TwitterEndpointDirect - Class in org.apache.camel.component.twitter
Deprecated.
TwitterEndpointDirect(String, String, TwitterComponent, TwitterConfiguration) - Constructor for class org.apache.camel.component.twitter.TwitterEndpointDirect
Deprecated.
 
TwitterEndpointEvent - Class in org.apache.camel.component.twitter
Deprecated.
TwitterEndpointEvent(String, String, TwitterComponent, TwitterConfiguration) - Constructor for class org.apache.camel.component.twitter.TwitterEndpointEvent
Deprecated.
 
TwitterEndpointPolling - Class in org.apache.camel.component.twitter
Deprecated. 
TwitterEndpointPolling(String, String, TwitterComponent, TwitterConfiguration) - Constructor for class org.apache.camel.component.twitter.TwitterEndpointPolling
Deprecated.
 
TwitterEventListener - Interface in org.apache.camel.component.twitter.consumer
 
TwitterEventType - Enum in org.apache.camel.component.twitter.consumer
 
TwitterHelper - Class in org.apache.camel.component.twitter
 
TwitterSearchComponent - Class in org.apache.camel.component.twitter.search
Twitter Search component.
TwitterSearchComponent() - Constructor for class org.apache.camel.component.twitter.search.TwitterSearchComponent
 
TwitterSearchComponent(CamelContext) - Constructor for class org.apache.camel.component.twitter.search.TwitterSearchComponent
 
TwitterSearchEndpoint - Class in org.apache.camel.component.twitter.search
The Twitter Search component consumes search results.
TwitterSearchEndpoint(String, String, TwitterSearchComponent, TwitterConfiguration) - Constructor for class org.apache.camel.component.twitter.search.TwitterSearchEndpoint
 
TwitterSorter - Class in org.apache.camel.component.twitter.util
To sort tweets.
TwitterStreamingComponent - Class in org.apache.camel.component.twitter.streaming
Twitter Streaming component.
TwitterStreamingComponent() - Constructor for class org.apache.camel.component.twitter.streaming.TwitterStreamingComponent
 
TwitterStreamingComponent(CamelContext) - Constructor for class org.apache.camel.component.twitter.streaming.TwitterStreamingComponent
 
TwitterStreamingEndpoint - Class in org.apache.camel.component.twitter.streaming
The Twitter Streaming component consumes twitter statuses using Streaming API.
TwitterStreamingEndpoint(String, String, String, TwitterStreamingComponent, TwitterConfiguration) - Constructor for class org.apache.camel.component.twitter.streaming.TwitterStreamingEndpoint
 
TwitterTimelineComponent - Class in org.apache.camel.component.twitter.timeline
Twitter Timeline component.
TwitterTimelineComponent() - Constructor for class org.apache.camel.component.twitter.timeline.TwitterTimelineComponent
 
TwitterTimelineComponent(CamelContext) - Constructor for class org.apache.camel.component.twitter.timeline.TwitterTimelineComponent
 
TwitterTimelineEndpoint - Class in org.apache.camel.component.twitter.timeline
The Twitter Timeline component consumes twitter timeline or update the status of specific user.
TwitterTimelineEndpoint(String, String, String, TwitterTimelineComponent, TwitterConfiguration) - Constructor for class org.apache.camel.component.twitter.timeline.TwitterTimelineEndpoint
 

U

UserConsumerHandler - Class in org.apache.camel.component.twitter.timeline
Consumes the timeline of a given user.
UserConsumerHandler(TwitterEndpoint, String) - Constructor for class org.apache.camel.component.twitter.timeline.UserConsumerHandler
 
UserProducer - Class in org.apache.camel.component.twitter.timeline
Produces text as a status update.
UserProducer(TwitterEndpoint) - Constructor for class org.apache.camel.component.twitter.timeline.UserProducer
 
UserStreamingConsumerHandler - Class in org.apache.camel.component.twitter.streaming
 
UserStreamingConsumerHandler(TwitterEndpoint) - Constructor for class org.apache.camel.component.twitter.streaming.UserStreamingConsumerHandler
 

V

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
Deprecated.
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
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
verifyConnectivity(Map<String, Object>) - Method in class org.apache.camel.component.twitter.TwitterComponentVerifierExtension
 
verifyParameters(Map<String, Object>) - Method in class org.apache.camel.component.twitter.TwitterComponentVerifierExtension
 
A C D E F G H I L M O P R S T U V 
Skip navigation links
Camel :: Twitter 2.21.0.fuse-730078-redhat-00001

Apache Camel