org.springframework.social.twitter.api
Class StreamWarningEvent

java.lang.Object
  extended by org.springframework.social.twitter.api.TwitterObject
      extended by org.springframework.social.twitter.api.StreamWarningEvent

public class StreamWarningEvent
extends TwitterObject

A stream event warning that the client is stalling and is in danger of being disconnected.


Constructor Summary
StreamWarningEvent(String code, String message, double percentFull)
           
 
Method Summary
 String getCode()
           
 String getMessage()
           
 double getPercentFull()
           
 
Methods inherited from class org.springframework.social.twitter.api.TwitterObject
add, getExtraData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreamWarningEvent

public StreamWarningEvent(String code,
                          String message,
                          double percentFull)
Method Detail

getCode

public String getCode()

getMessage

public String getMessage()

getPercentFull

public double getPercentFull()