public interface BayeuxRequest
Modifier and Type | Field and Description |
---|---|
static String |
CURRENT_REQ_ATTR |
static String |
JSON_MSG_ARRAY |
static String |
LAST_REQ_ATTR |
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 © 2014 JBoss by Red Hat. All Rights Reserved.