org.springframework.social.twitter.api
Class StreamWarningEvent
java.lang.Object
org.springframework.social.twitter.api.StreamWarningEvent
public class StreamWarningEvent
- extends java.lang.Object
A stream event warning that the client is stalling and is in danger of being disconnected.
- Author:
- Craig Walls
|
Constructor Summary |
StreamWarningEvent(java.lang.String code,
java.lang.String message,
double percentFull)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StreamWarningEvent
public StreamWarningEvent(java.lang.String code,
java.lang.String message,
double percentFull)
getCode
public java.lang.String getCode()
getMessage
public java.lang.String getMessage()
getPercentFull
public double getPercentFull()