|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vaadin.server.communication.PushHandler
public class PushHandler
Handles incoming push connections and messages and dispatches them to the
correct UI/ AtmospherePushConnection
| Constructor Summary | |
|---|---|
PushHandler(VaadinServletService service)
|
|
| Method Summary | |
|---|---|
int |
getLongPollingSuspendTimeout()
Gets the timeout used for suspend calls when using long polling. |
void |
setLongPollingSuspendTimeout(int longPollingSuspendTimeout)
Sets the timeout used for suspend calls when using long polling. |
protected void |
suspend(org.atmosphere.cpr.AtmosphereResource resource)
Suspends the given resource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PushHandler(VaadinServletService service)
| Method Detail |
|---|
protected void suspend(org.atmosphere.cpr.AtmosphereResource resource)
resource - the resource to suspendpublic void setLongPollingSuspendTimeout(int longPollingSuspendTimeout)
suspendTimeout - the timeout to use for suspended AtmosphereResourcespublic int getLongPollingSuspendTimeout()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||