| Package | Description |
|---|---|
| com.twitter.hbc.twitter4j | |
| com.twitter.hbc.twitter4j.handler |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Twitter4jUserstreamClient.onStallWarning(StallWarningMessage stallWarning) |
protected void |
Twitter4jStatusClient.onStallWarning(StallWarningMessage stallWarning) |
protected void |
Twitter4jSitestreamClient.onStallWarning(StallWarningMessage stallWarning) |
| Modifier and Type | Method and Description |
|---|---|
void |
UserstreamHandler.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 |
StatusStreamHandler.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 |
SitestreamHandler.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.
|
Copyright © 2014. All Rights Reserved.