public interface BayeuxRequest
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CURRENT_REQ_ATTR |
static java.lang.String |
JSON_MSG_ARRAY |
static java.lang.String |
LAST_REQ_ATTR |
static final java.lang.String LAST_REQ_ATTR
static final java.lang.String CURRENT_REQ_ATTR
static final java.lang.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.