public interface StatusStreamHandler
extends twitter4j.StatusListener
| Modifier and Type | Method and Description |
|---|---|
void |
onDisconnectMessage(DisconnectMessage message)
See documentation on disconnect messages here: https://dev.twitter.com/docs/streaming-apis/messages#Disconnect_messages_disconnect
|
void |
onException(Exception arg0) |
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
|
void onDisconnectMessage(DisconnectMessage message)
void onStallWarningMessage(StallWarningMessage warning)
void onUnknownMessageType(String msg)
void onException(Exception arg0)
Copyright © 2014. All Rights Reserved.