Package | Description |
---|---|
org.apache.tomcat.bayeux | |
org.apache.tomcat.bayeux.request |
Modifier and Type | Method and Description |
---|---|
protected void |
RequestBase.addToDeliveryQueue(ClientImpl to,
JSONObject msg) |
protected static void |
RequestBase.deliver(HttpEvent event,
ClientImpl to) |
protected void |
RequestBase.flushMessages(ClientImpl client) |
int |
RequestBase.process(int prevops) |
int |
BayeuxRequest.process(int prevops)
processes a remote client Bayeux message
|
Modifier and Type | Method and Description |
---|---|
int |
PublishRequest.process(int prevops)
Send the event message to all registered subscribers.
|
int |
MetaUnsubscribeRequest.process(int prevops)
De-register interest for one or more channels.
|
int |
MetaDisconnectRequest.process(int prevops)
Disconnect a client session.
|
int |
MetaSubscribeRequest.process(int prevops)
Register interest for one or more channels.
|
int |
MetaConnectRequest.process(int prevops)
Transition to connected state, flushing pending messages if
available.
|
int |
MetaHandshakeRequest.process(int prevops)
Generate and return a client identifier.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.