Package graphql.kickstart.servlet
Interface HttpRequestHandler
public interface HttpRequestHandler
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
handle
(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)
-
Field Details
-
APPLICATION_JSON_UTF8
- See Also:
-
APPLICATION_EVENT_STREAM_UTF8
- See Also:
-
STATUS_OK
static final int STATUS_OK- See Also:
-
STATUS_BAD_REQUEST
static final int STATUS_BAD_REQUEST- See Also:
-
STATUS_INTERNAL_SERVER_ERROR
static final int STATUS_INTERNAL_SERVER_ERROR- See Also:
-
-
Method Details
-
handle
void handle(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) throws IOException - Throws:
IOException
-