com.vaadin.server.communication.

Class AtmospherePushConnection.FragmentedMessage

  • java.lang.Object
    • com.vaadin.server.communication.AtmospherePushConnection.FragmentedMessage
    • Method Detail

      • append

        public boolean append​(Reader reader)
                       throws IOException

        Appends all the data from the given Reader to this message and returns whether the message was completed.

        Parameters:

        reader - The Reader from which to read.

        Returns:

        true if this message is complete, false otherwise.

        Throws:

        IOException

      • getReader

        public Reader getReader()