public interface SitestreamHandler
extends twitter4j.SiteStreamsListener
| Modifier and Type | Method and Description |
|---|---|
void |
onDisconnectMessage(DisconnectMessage disconnectMessage)
See documentation on disconnect messages here: https://dev.twitter.com/docs/streaming-apis/messages#Disconnect_messages_disconnect
|
void |
onStallWarningMessage(StallWarningMessage warning)
See documentation on stall warnings here:
See https://dev.twitter.com/docs/streaming-apis/parameters#stall_warnings
Ideally, twitter4j would make it's StallWarning's constructor public and we could remove this.
|
void |
onUnknownMessageType(String msg)
Any message we receive that isn't handled by the other methods
|
onBlock, onDeletionNotice, onDeletionNotice, onDirectMessage, onDisconnectionNotice, onException, onFavorite, onFollow, onFriendList, onStatus, onUnblock, onUnfavorite, onUnfollow, onUserListCreation, onUserListDeletion, onUserListMemberAddition, onUserListMemberDeletion, onUserListSubscription, onUserListUnsubscription, onUserListUpdate, onUserProfileUpdatevoid onDisconnectMessage(DisconnectMessage disconnectMessage)
void onStallWarningMessage(StallWarningMessage warning)
void onUnknownMessageType(String msg)
Copyright © 2014. All Rights Reserved.