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
IOExceptionpublic boolean append(Reader reader) throws IOException
reader - The Reader from which to read.IOExceptionpublic Reader getReader()
Copyright © 2017 Vaadin Ltd. All rights reserved.