Index

A C D E G O Q V 
All Classes and Interfaces|All Packages

A

AbstractGraphqlService - Class in com.linecorp.armeria.server.graphql.protocol
A skeletal GraphQL HTTP service implementation.
AbstractGraphqlService() - Constructor for class com.linecorp.armeria.server.graphql.protocol.AbstractGraphqlService
 

C

com.linecorp.armeria.common.graphql.protocol - package com.linecorp.armeria.common.graphql.protocol
Common classes for handling the GraphQL protocol.
com.linecorp.armeria.server.graphql.protocol - package com.linecorp.armeria.server.graphql.protocol
HttpService implementations for supporting the GraphQL protocol.

D

doGet(ServiceRequestContext, HttpRequest) - Method in class com.linecorp.armeria.server.graphql.protocol.AbstractGraphqlService
 
doPost(ServiceRequestContext, HttpRequest) - Method in class com.linecorp.armeria.server.graphql.protocol.AbstractGraphqlService
 

E

exchangeType(RequestHeaders, Route) - Method in class com.linecorp.armeria.server.graphql.protocol.AbstractGraphqlService
 
executeGraphql(ServiceRequestContext, GraphqlRequest) - Method in class com.linecorp.armeria.server.graphql.protocol.AbstractGraphqlService
Handles a GraphqlRequest.
extensions() - Method in interface com.linecorp.armeria.common.graphql.protocol.GraphqlRequest
Returns the extensions of the query().

G

GraphqlRequest - Interface in com.linecorp.armeria.common.graphql.protocol
A GraphQL request.

O

of(String) - Static method in interface com.linecorp.armeria.common.graphql.protocol.GraphqlRequest
Returns a newly-created GraphqlRequest with the specified query.
of(String, String, Map<String, Object>, Map<String, Object>) - Static method in interface com.linecorp.armeria.common.graphql.protocol.GraphqlRequest
Returns a newly-created GraphqlRequest with the specified query, operationName and variables.
operationName() - Method in interface com.linecorp.armeria.common.graphql.protocol.GraphqlRequest
Returns the operation name of the query().

Q

query() - Method in interface com.linecorp.armeria.common.graphql.protocol.GraphqlRequest
Returns the GraphQL query of the current request.

V

variables() - Method in interface com.linecorp.armeria.common.graphql.protocol.GraphqlRequest
Returns the variables of the query().
A C D E G O Q V 
All Classes and Interfaces|All Packages