protected static class AtmospherePushConnection.FragmentedMessage extends Object implements Serializable
Constructor and Description |
---|
FragmentedMessage(Reader reader) |
Modifier and Type | Method and Description |
---|---|
boolean |
append(Reader reader)
Appends all the data from the given Reader to this message and
returns whether the message was completed.
|
Reader |
getReader() |
public FragmentedMessage(Reader reader) throws IOException
IOException
public boolean append(Reader reader) throws IOException
reader
- The Reader from which to read.IOException
public Reader getReader()
Copyright © 2021 Vaadin Ltd. All rights reserved.