|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vaadin.server.communication.AtmospherePushConnection.FragmentedMessage
protected static class AtmospherePushConnection.FragmentedMessage
Represents a message that can arrive as multiple fragments.
Constructor Summary | |
---|---|
AtmospherePushConnection.FragmentedMessage(java.io.Reader reader)
|
Method Summary | |
---|---|
boolean |
append(java.io.Reader reader)
Appends all the data from the given Reader to this message and returns whether the message was completed. |
java.io.Reader |
getReader()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AtmospherePushConnection.FragmentedMessage(java.io.Reader reader) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public boolean append(java.io.Reader reader) throws java.io.IOException
reader
- The Reader from which to read.
java.io.IOException
public java.io.Reader getReader()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |