A B C D E F G H I L M O P Q R S T U V W 
All Classes All Packages

A

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
 

B

BLOCK - org.apache.camel.component.twitter.consumer.TwitterEventType
 
buildUri(String, Map<String, Object>, boolean) - Method in class org.apache.camel.component.twitter.directmessage.TwitterDirectMessageEndpointUriFactory
 
buildUri(String, Map<String, Object>, boolean) - Method in class org.apache.camel.component.twitter.search.TwitterSearchEndpointUriFactory
 
buildUri(String, Map<String, Object>, boolean) - Method in class org.apache.camel.component.twitter.timeline.TwitterTimelineEndpointUriFactory
 

C

checkComplete() - Method in class org.apache.camel.component.twitter.TwitterConfiguration
Ensures required fields are available.
configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.twitter.directmessage.TwitterDirectMessageComponentConfigurer
 
configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.twitter.directmessage.TwitterDirectMessageEndpointConfigurer
 
configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.twitter.search.TwitterSearchComponentConfigurer
 
configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.twitter.search.TwitterSearchEndpointConfigurer
 
configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.twitter.timeline.TwitterTimelineComponentConfigurer
 
configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.twitter.timeline.TwitterTimelineEndpointConfigurer
 
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.timeline.TwitterTimelineEndpoint
 
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.timeline.TwitterTimelineEndpoint
 

D

DAILY - org.apache.camel.component.twitter.data.TrendsType
Deprecated.
 
DEFAULT_CONSUMER_DELAY - Static variable in class org.apache.camel.component.twitter.AbstractTwitterEndpoint
 
DEFAULT_CONSUMER_DELAY - Static variable in class org.apache.camel.component.twitter.consumer.DefaultTwitterConsumer
 
DefaultTwitterConsumer - Class in org.apache.camel.component.twitter.consumer
Provides a scheduled polling consumer.
DefaultTwitterConsumer(AbstractTwitterEndpoint, Processor, AbstractTwitterConsumerHandler) - Constructor for class org.apache.camel.component.twitter.consumer.DefaultTwitterConsumer
 
DIRECT - org.apache.camel.component.twitter.data.EndpointType
 
DIRECT_MESSAGE - org.apache.camel.component.twitter.consumer.TwitterEventType
 
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
 
DIRECTMESSAGE - org.apache.camel.component.twitter.data.ConsumerType
 
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.timeline.TwitterTimelineComponent
 
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
 
doDirect() - Method in class org.apache.camel.component.twitter.timeline.UserListConsumerHandler
 
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
 
doPoll() - Method in class org.apache.camel.component.twitter.timeline.UserListConsumerHandler
 
doStart() - Method in class org.apache.camel.component.twitter.consumer.DefaultTwitterConsumer
 
doStop() - Method in class org.apache.camel.component.twitter.AbstractTwitterEndpoint
 
doStop() - Method in class org.apache.camel.component.twitter.consumer.DefaultTwitterConsumer
 

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

FAVORITE - org.apache.camel.component.twitter.consumer.TwitterEventType
 
FAVORITED_RETWEET - org.apache.camel.component.twitter.consumer.TwitterEventType
 
FOLLOW - org.apache.camel.component.twitter.consumer.TwitterEventType
 
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.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.
getCamelContext() - Method in class org.apache.camel.component.twitter.util.TwitterConverterLoader
 
getCollectionValueType(Object, String, boolean) - Method in class org.apache.camel.component.twitter.directmessage.TwitterDirectMessageEndpointConfigurer
 
getCollectionValueType(Object, String, boolean) - Method in class org.apache.camel.component.twitter.search.TwitterSearchEndpointConfigurer
 
getCollectionValueType(Object, String, boolean) - Method in class org.apache.camel.component.twitter.timeline.TwitterTimelineEndpointConfigurer
 
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
 
getDistanceMetric() - Method in class org.apache.camel.component.twitter.TwitterConfiguration
 
getEndpoint() - Method in class org.apache.camel.component.twitter.consumer.DefaultTwitterConsumer
 
getEndpointType() - Method in class org.apache.camel.component.twitter.AbstractTwitterEndpoint
 
getEndpointType() - Method in interface org.apache.camel.component.twitter.TwitterEndpoint
 
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 class org.apache.camel.component.twitter.search.TwitterSearchEndpoint
 
getLang() - Method in class org.apache.camel.component.twitter.AbstractTwitterEndpoint
 
getLang() - Method in class org.apache.camel.component.twitter.TwitterConfiguration
 
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
 
getList() - Method in class org.apache.camel.component.twitter.timeline.TwitterTimelineEndpoint
 
getLocations() - Method in class org.apache.camel.component.twitter.AbstractTwitterEndpoint
 
getLocations() - Method in class org.apache.camel.component.twitter.TwitterConfiguration
 
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
 
getOptionType(String, boolean) - Method in class org.apache.camel.component.twitter.directmessage.TwitterDirectMessageComponentConfigurer
 
getOptionType(String, boolean) - Method in class org.apache.camel.component.twitter.directmessage.TwitterDirectMessageEndpointConfigurer
 
getOptionType(String, boolean) - Method in class org.apache.camel.component.twitter.search.TwitterSearchComponentConfigurer
 
getOptionType(String, boolean) - Method in class org.apache.camel.component.twitter.search.TwitterSearchEndpointConfigurer
 
getOptionType(String, boolean) - Method in class org.apache.camel.component.twitter.timeline.TwitterTimelineComponentConfigurer
 
getOptionType(String, boolean) - Method in class org.apache.camel.component.twitter.timeline.TwitterTimelineEndpointConfigurer
 
getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.twitter.directmessage.TwitterDirectMessageComponentConfigurer
 
getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.twitter.directmessage.TwitterDirectMessageEndpointConfigurer
 
getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.twitter.search.TwitterSearchComponentConfigurer
 
getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.twitter.search.TwitterSearchEndpointConfigurer
 
getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.twitter.timeline.TwitterTimelineComponentConfigurer
 
getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.twitter.timeline.TwitterTimelineEndpointConfigurer
 
getProperties() - Method in class org.apache.camel.component.twitter.AbstractTwitterEndpoint
 
getProperties() - Method in interface org.apache.camel.component.twitter.TwitterEndpoint
 
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
 
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
 
getType() - Method in class org.apache.camel.component.twitter.TwitterConfiguration
 
getUser() - Method in class org.apache.camel.component.twitter.timeline.TwitterTimelineEndpoint
 
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

HOME - org.apache.camel.component.twitter.data.TimelineType
 
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

isEnabled(String) - Method in class org.apache.camel.component.twitter.directmessage.TwitterDirectMessageEndpointUriFactory
 
isEnabled(String) - Method in class org.apache.camel.component.twitter.search.TwitterSearchEndpointUriFactory
 
isEnabled(String) - Method in class org.apache.camel.component.twitter.timeline.TwitterTimelineEndpointUriFactory
 
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
 
isLenientProperties() - Method in class org.apache.camel.component.twitter.directmessage.TwitterDirectMessageEndpointUriFactory
 
isLenientProperties() - Method in class org.apache.camel.component.twitter.search.TwitterSearchEndpointUriFactory
 
isLenientProperties() - Method in class org.apache.camel.component.twitter.timeline.TwitterTimelineEndpointUriFactory
 
isSortById() - Method in class org.apache.camel.component.twitter.TwitterConfiguration
 

L

LIST - org.apache.camel.component.twitter.data.TimelineType
 
load(TypeConverterRegistry) - Method in class org.apache.camel.component.twitter.util.TwitterConverterLoader
 
log - Variable in class org.apache.camel.component.twitter.consumer.AbstractTwitterConsumerHandler
 

M

MENTIONS - org.apache.camel.component.twitter.data.TimelineType
 
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
 
multiValuePrefixes() - Method in class org.apache.camel.component.twitter.directmessage.TwitterDirectMessageEndpointUriFactory
 
multiValuePrefixes() - Method in class org.apache.camel.component.twitter.search.TwitterSearchEndpointUriFactory
 
multiValuePrefixes() - Method in class org.apache.camel.component.twitter.timeline.TwitterTimelineEndpointUriFactory
 

O

onEvent(Exchange) - Method in class org.apache.camel.component.twitter.consumer.DefaultTwitterConsumer
 
onEvent(Exchange) - Method in interface org.apache.camel.component.twitter.consumer.TwitterEventListener
 
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.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
 
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
 
POLLING - org.apache.camel.component.twitter.data.EndpointType
 
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
 
propertyNames() - Method in class org.apache.camel.component.twitter.directmessage.TwitterDirectMessageEndpointUriFactory
 
propertyNames() - Method in class org.apache.camel.component.twitter.search.TwitterSearchEndpointUriFactory
 
propertyNames() - Method in class org.apache.camel.component.twitter.timeline.TwitterTimelineEndpointUriFactory
 
PUBLIC - org.apache.camel.component.twitter.data.TimelineType
 

Q

QUOTED_TWEET - org.apache.camel.component.twitter.consumer.TwitterEventType
 

R

RETWEETED_RETWEET - org.apache.camel.component.twitter.consumer.TwitterEventType
 
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
 
RETWEETSOFME - org.apache.camel.component.twitter.data.TimelineType
 

S

SCHEME_DIRECT_MESSAGE - Static variable in interface org.apache.camel.component.twitter.TwitterConstants
 
SCHEME_SEARCH - Static variable in interface org.apache.camel.component.twitter.TwitterConstants
 
SCHEME_TIMELINE - Static variable in interface org.apache.camel.component.twitter.TwitterConstants
 
SEARCH - org.apache.camel.component.twitter.data.ConsumerType
 
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
 
secretPropertyNames() - Method in class org.apache.camel.component.twitter.directmessage.TwitterDirectMessageEndpointUriFactory
 
secretPropertyNames() - Method in class org.apache.camel.component.twitter.search.TwitterSearchEndpointUriFactory
 
secretPropertyNames() - Method in class org.apache.camel.component.twitter.timeline.TwitterTimelineEndpointUriFactory
 
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
 
setCamelContext(CamelContext) - Method in class org.apache.camel.component.twitter.util.TwitterConverterLoader
 
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.
setDelay(long) - Method in class org.apache.camel.component.twitter.AbstractTwitterEndpoint
Milliseconds before the next poll.
setDistanceMetric(String) - Method in class org.apache.camel.component.twitter.TwitterConfiguration
Used by the geography search, to search by radius using the configured metrics.
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.
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.
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
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 geography search to search by latitude.
setList(String) - Method in class org.apache.camel.component.twitter.timeline.TwitterTimelineEndpoint
 
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.
setLongitude(Double) - Method in class org.apache.camel.component.twitter.TwitterConfiguration
Used by the 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.
setProperties(TwitterConfiguration) - Method in class org.apache.camel.component.twitter.AbstractTwitterEndpoint
 
setRadius(Double) - Method in class org.apache.camel.component.twitter.TwitterConfiguration
Used by the 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.
setSortById(boolean) - Method in class org.apache.camel.component.twitter.TwitterConfiguration
Sorts by id, so the oldest are first, and newest last.
setTwitter(Twitter) - Method in class org.apache.camel.component.twitter.TwitterConfiguration
 
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.timeline.TwitterTimelineEndpoint
 
setUserHeader(Exchange, int, User, String) - Static method in class org.apache.camel.component.twitter.TwitterHelper
 
setUserHeader(Exchange, User) - 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
 
setUserHeader(Message, User) - 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 filter.
sortByStatusId(List<Exchange>) - Static method in class org.apache.camel.component.twitter.util.TwitterSorter
Sorts the tweets by Status.getId().
STATUS - org.apache.camel.component.twitter.consumer.TwitterEventType
 

T

TIMELINE - org.apache.camel.component.twitter.data.ConsumerType
 
TimelineType - Enum in org.apache.camel.component.twitter.data
 
toString(DirectMessage) - Static method in class org.apache.camel.component.twitter.util.TwitterConverter
 
toString(Status) - 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
The last tweet id which will be used for pulling the tweets.
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
 
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
TwitterConverter - Class in org.apache.camel.component.twitter.util
Utility for converting between Twitter4J and camel-twitter data layers.
TwitterConverterLoader - Class in org.apache.camel.component.twitter.util
Generated by camel build tools - do NOT edit this file!
TwitterConverterLoader() - Constructor for class org.apache.camel.component.twitter.util.TwitterConverterLoader
 
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
 
TwitterDirectMessageComponentConfigurer - Class in org.apache.camel.component.twitter.directmessage
Generated by camel build tools - do NOT edit this file!
TwitterDirectMessageComponentConfigurer() - Constructor for class org.apache.camel.component.twitter.directmessage.TwitterDirectMessageComponentConfigurer
 
TwitterDirectMessageEndpoint - Class in org.apache.camel.component.twitter.directmessage
Send and receive Twitter direct messages.
TwitterDirectMessageEndpoint(String, String, TwitterDirectMessageComponent, TwitterConfiguration) - Constructor for class org.apache.camel.component.twitter.directmessage.TwitterDirectMessageEndpoint
 
TwitterDirectMessageEndpointConfigurer - Class in org.apache.camel.component.twitter.directmessage
Generated by camel build tools - do NOT edit this file!
TwitterDirectMessageEndpointConfigurer() - Constructor for class org.apache.camel.component.twitter.directmessage.TwitterDirectMessageEndpointConfigurer
 
TwitterDirectMessageEndpointUriFactory - Class in org.apache.camel.component.twitter.directmessage
Generated by camel build tools - do NOT edit this file!
TwitterDirectMessageEndpointUriFactory() - Constructor for class org.apache.camel.component.twitter.directmessage.TwitterDirectMessageEndpointUriFactory
 
TwitterEndpoint - Interface in org.apache.camel.component.twitter
 
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
 
TwitterSearchComponentConfigurer - Class in org.apache.camel.component.twitter.search
Generated by camel build tools - do NOT edit this file!
TwitterSearchComponentConfigurer() - Constructor for class org.apache.camel.component.twitter.search.TwitterSearchComponentConfigurer
 
TwitterSearchEndpoint - Class in org.apache.camel.component.twitter.search
Access Twitter Search.
TwitterSearchEndpoint(String, String, TwitterSearchComponent, TwitterConfiguration) - Constructor for class org.apache.camel.component.twitter.search.TwitterSearchEndpoint
 
TwitterSearchEndpointConfigurer - Class in org.apache.camel.component.twitter.search
Generated by camel build tools - do NOT edit this file!
TwitterSearchEndpointConfigurer() - Constructor for class org.apache.camel.component.twitter.search.TwitterSearchEndpointConfigurer
 
TwitterSearchEndpointUriFactory - Class in org.apache.camel.component.twitter.search
Generated by camel build tools - do NOT edit this file!
TwitterSearchEndpointUriFactory() - Constructor for class org.apache.camel.component.twitter.search.TwitterSearchEndpointUriFactory
 
TwitterSorter - Class in org.apache.camel.component.twitter.util
To sort tweets.
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
 
TwitterTimelineComponentConfigurer - Class in org.apache.camel.component.twitter.timeline
Generated by camel build tools - do NOT edit this file!
TwitterTimelineComponentConfigurer() - Constructor for class org.apache.camel.component.twitter.timeline.TwitterTimelineComponentConfigurer
 
TwitterTimelineEndpoint - Class in org.apache.camel.component.twitter.timeline
Send tweets and receive tweets from user's timeline.
TwitterTimelineEndpoint(String, String, String, String, TwitterTimelineComponent, TwitterConfiguration) - Constructor for class org.apache.camel.component.twitter.timeline.TwitterTimelineEndpoint
 
TwitterTimelineEndpointConfigurer - Class in org.apache.camel.component.twitter.timeline
Generated by camel build tools - do NOT edit this file!
TwitterTimelineEndpointConfigurer() - Constructor for class org.apache.camel.component.twitter.timeline.TwitterTimelineEndpointConfigurer
 
TwitterTimelineEndpointUriFactory - Class in org.apache.camel.component.twitter.timeline
Generated by camel build tools - do NOT edit this file!
TwitterTimelineEndpointUriFactory() - Constructor for class org.apache.camel.component.twitter.timeline.TwitterTimelineEndpointUriFactory
 

U

UNBLOCK - org.apache.camel.component.twitter.consumer.TwitterEventType
 
UNFAVORITE - org.apache.camel.component.twitter.consumer.TwitterEventType
 
UNFOLLOW - org.apache.camel.component.twitter.consumer.TwitterEventType
 
UNKNOWN - org.apache.camel.component.twitter.data.ConsumerType
 
UNKNOWN - org.apache.camel.component.twitter.data.TimelineType
 
UNKNOWN - org.apache.camel.component.twitter.data.TrendsType
Deprecated.
 
USER - org.apache.camel.component.twitter.data.TimelineType
 
USER_DELETION - org.apache.camel.component.twitter.consumer.TwitterEventType
 
USER_PROFILE_UPDATE - org.apache.camel.component.twitter.consumer.TwitterEventType
 
USER_SUSPENSION - org.apache.camel.component.twitter.consumer.TwitterEventType
 
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
 
USERLIST_CREATION - org.apache.camel.component.twitter.consumer.TwitterEventType
 
USERLIST_DELETETION - org.apache.camel.component.twitter.consumer.TwitterEventType
 
USERLIST_MEMBER_ADDITION - org.apache.camel.component.twitter.consumer.TwitterEventType
 
USERLIST_MEMBER_DELETION - org.apache.camel.component.twitter.consumer.TwitterEventType
 
USERLIST_SUBSCRIPTION - org.apache.camel.component.twitter.consumer.TwitterEventType
 
USERLIST_UNSUBSCRIPTION - org.apache.camel.component.twitter.consumer.TwitterEventType
 
USERLIST_UPDATE - org.apache.camel.component.twitter.consumer.TwitterEventType
 
UserListConsumerHandler - Class in org.apache.camel.component.twitter.timeline
 
UserListConsumerHandler(TwitterEndpoint, String, String) - Constructor for class org.apache.camel.component.twitter.timeline.UserListConsumerHandler
 
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
 

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.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.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
 

W

WEEKLY - org.apache.camel.component.twitter.data.TrendsType
Deprecated.
 
A B C D E F G H I L M O P Q R S T U V W 
All Classes All Packages