public interface HttpRequestHandler
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
APPLICATION_EVENT_STREAM_UTF8 |
static java.lang.String |
APPLICATION_JSON_UTF8 |
static int |
STATUS_BAD_REQUEST |
static int |
STATUS_INTERNAL_SERVER_ERROR |
static int |
STATUS_OK |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
static final java.lang.String APPLICATION_JSON_UTF8
static final java.lang.String APPLICATION_EVENT_STREAM_UTF8
static final int STATUS_OK
static final int STATUS_BAD_REQUEST
static final int STATUS_INTERNAL_SERVER_ERROR