com.vaadin.client.communication
Class AtmospherePushConnection.FragmentedMessage

java.lang.Object
  extended by com.vaadin.client.communication.AtmospherePushConnection.FragmentedMessage
Enclosing class:
AtmospherePushConnection

protected static class AtmospherePushConnection.FragmentedMessage
extends java.lang.Object

Represents a message that should be sent as multiple fragments.


Constructor Summary
AtmospherePushConnection.FragmentedMessage(java.lang.String message)
           
 
Method Summary
 java.lang.String getNextFragment()
           
 boolean hasNextFragment()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtmospherePushConnection.FragmentedMessage

public AtmospherePushConnection.FragmentedMessage(java.lang.String message)
Method Detail

hasNextFragment

public boolean hasNextFragment()

getNextFragment

public java.lang.String getNextFragment()


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.