Package | Description |
---|---|
org.apache.tomcat.bayeux | |
org.apache.tomcat.bayeux.request |
Modifier and Type | Field and Description |
---|---|
protected TomcatBayeux |
BayeuxServlet.tb
Reference to the global TomcatBayeux object
|
protected TomcatBayeux |
RequestBase.tomcatBayeux |
Modifier and Type | Method and Description |
---|---|
TomcatBayeux |
RequestBase.getTomcatBayeux() |
Modifier and Type | Method and Description |
---|---|
static BayeuxRequest |
RequestFactory.getRequest(TomcatBayeux tomcatBayeux,
HttpEvent event,
JSONObject msg) |
Constructor and Description |
---|
RequestBase(TomcatBayeux tb,
HttpEvent event,
JSONObject jsReq) |
Constructor and Description |
---|
MetaConnectRequest(TomcatBayeux tb,
HttpEvent event,
JSONObject jsReq) |
MetaDisconnectRequest(TomcatBayeux tb,
HttpEvent event,
JSONObject jsReq) |
MetaHandshakeRequest(TomcatBayeux tomcatBayeux,
HttpEvent event,
JSONObject jsReq) |
MetaSubscribeRequest(TomcatBayeux tb,
HttpEvent event,
JSONObject jsReq) |
MetaUnsubscribeRequest(TomcatBayeux tb,
HttpEvent event,
JSONObject jsReq) |
PublishRequest(TomcatBayeux tb,
HttpEvent event,
JSONObject jsReq) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.