Package org.restheart.exchange
Class GraphQLResponse
java.lang.Object
org.restheart.exchange.Exchange<org.bson.BsonValue>
org.restheart.exchange.Response<org.bson.BsonValue>
org.restheart.exchange.ServiceResponse<org.bson.BsonValue>
org.restheart.exchange.BsonResponse
org.restheart.exchange.MongoResponse
org.restheart.exchange.GraphQLResponse
- Author:
- Andrea Di Cesare <andrea@softinstigate.com>
-
Field Summary
FieldsFields inherited from class org.restheart.exchange.ServiceResponse
contentFields inherited from class org.restheart.exchange.Exchange
APPLICATION_PDF_TYPE, FORM_URLENCODED, HAL_JSON_MEDIA_TYPE, IN_ERROR_KEY, JSON_MEDIA_TYPE, MAX_BUFFERS, MAX_CONTENT_SIZE, MULTIPART, TEXT_PLAIN_CONTENT_TYPE, wrapped -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedGraphQLResponse(io.undertow.server.HttpServerExchange exchange) -
Method Summary
Modifier and TypeMethodDescriptionstatic GraphQLResponseinit(io.undertow.server.HttpServerExchange exchange) static GraphQLResponseof(io.undertow.server.HttpServerExchange exchange) Methods inherited from class org.restheart.exchange.MongoResponse
addWarning, getCount, getDbOperationResult, getWarnings, readContent, rollback, setCount, setDbOperationResult, setInErrorMethods inherited from class org.restheart.exchange.BsonResponse
setContent, setContentMethods inherited from class org.restheart.exchange.ServiceResponse
getContent, getCustomSender, of, setContent, setCustomSenderMethods inherited from class org.restheart.exchange.Response
getContentType, getContentType, getHeader, getHeader, getHeaders, getMDCContext, getStatusCode, setContentType, setContentTypeAsJson, setHeader, setHeader, setInError, setMDCContext, setStatusCodeMethods inherited from class org.restheart.exchange.Exchange
getExchange, getWrappedExchange, isAccountInRole, isAuthenticated, isAuthenticated, isContentTypeFormOrMultipart, isContentTypeFormOrMultipart, isContentTypeJson, isContentTypeJson, isContentTypeText, isContentTypeXml, isInError, isInError, responseInterceptorsExecuted, setInError, setInError, setResponseInterceptorsExecuted, updateBufferSize
-
Field Details
-
GRAPHQL_RESPONSE_CONTENT_TYPE
- See Also:
-
-
Constructor Details
-
GraphQLResponse
protected GraphQLResponse(io.undertow.server.HttpServerExchange exchange)
-
-
Method Details
-
init
-
of
-