Uses of Class
manifold.graphql.rt.api.request.Executor
-
Packages that use Executor Package Description manifold.graphql.rt.api manifold.graphql.rt.api.request -
-
Uses of Executor in manifold.graphql.rt.api
Methods in manifold.graphql.rt.api that return Executor Modifier and Type Method Description Executor<R>GqlQuery. request(String url)Provides an HTTP request executor for the query.Executor<R>GqlQuery. request(Supplier<manifold.json.rt.api.Requester<manifold.rt.api.Bindings>> requester)Provides an HTTP request executor for the query.Executor<R>GqlQuery. request(manifold.json.rt.api.Endpoint endpoint)Provides an HTTP request executor for the query. -
Uses of Executor in manifold.graphql.rt.api.request
Methods in manifold.graphql.rt.api.request that return Executor Modifier and Type Method Description Executor<T>Executor. withAuthorization(String tokenType, String accessToken)Executor<T>Executor. withBasicAuthorization(String username, String password)Set the Basic Authorization header using the providedusernameandpasswordExecutor<T>Executor. withBearerAuthorization(String accessToken)Set the Bearer Authorization header using the providedaccessToken.Executor<T>Executor. withHeader(String name, String value)Set an HTTP request headername : valuepair See HTTP header fieldsExecutor<T>Executor. withParam(String name, String value)Add aname=valueparameter to the request URL.Executor<T>Executor. withRawResponseHandler(Function<manifold.rt.api.Bindings,Object> handler)Executor<T>Executor. withTimeout(int timeout)The connection timeout setting in milliseconds.
-