|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.cometd.server.MessagePool
org.cometd.server.AbstractBayeux
org.cometd.server.continuation.ContinuationBayeux
public class ContinuationBayeux
Extension of Bayeux that uses ContinuationClients.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.cometd.server.AbstractBayeux |
|---|
AbstractBayeux.ConnectHandler, AbstractBayeux.DefaultPolicy, AbstractBayeux.DisconnectHandler, AbstractBayeux.Handler, AbstractBayeux.HandshakeHandler, AbstractBayeux.MetaPublishHandler, AbstractBayeux.PingHandler, AbstractBayeux.PublishHandler, AbstractBayeux.ServiceChannel, AbstractBayeux.SubscribeHandler, AbstractBayeux.UnsubscribeHandler |
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
ContinuationBayeux()
|
|
| Method Summary | |
|---|---|
void |
cancelTimeout(org.eclipse.jetty.util.thread.Timeout.Task timeout)
|
void |
destroy()
|
protected void |
initialize(javax.servlet.ServletContext context)
|
ClientImpl |
newRemoteClient()
|
void |
setMaxInterval(long ms)
|
| Methods inherited from class org.cometd.server.MessagePool |
|---|
getBatchJSON, getJSON, getMsgJSON, newMessage, newMessage, parse, parse, parseTo, setBatchJSON, setJSON, setMsgJSON, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ContinuationBayeux()
| Method Detail |
|---|
public ClientImpl newRemoteClient()
newRemoteClient in class AbstractBayeuxprotected void initialize(javax.servlet.ServletContext context)
initialize in class AbstractBayeuxpublic void setMaxInterval(long ms)
setMaxInterval in class AbstractBayeuxms - The maximum time in ms to wait between polls before timing out a clientpublic void destroy()
public void cancelTimeout(org.eclipse.jetty.util.thread.Timeout.Task timeout)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||