public interface BayeuxRequest
| Modifier and Type | Field and Description |
|---|---|
static String |
CURRENT_REQ_ATTR |
static String |
JSON_MSG_ARRAY |
static String |
LAST_REQ_ATTR |
| Modifier and Type | Method and Description |
|---|---|
int |
process(int prevops)
processes a remote client Bayeux message
|
HttpError |
validate()
Validates a specific request.
|
static final String LAST_REQ_ATTR
static final String CURRENT_REQ_ATTR
static final String JSON_MSG_ARRAY
HttpError validate()
int process(int prevops)
throws BayeuxException
prevops - - the operation requested by the previous request, in case of chained requests.BayeuxException - - if an error was detected, and the appropriate error response couldn't be delivered to the client.Copyright © 2016 JBoss by Red Hat. All rights reserved.