Skip navigation links
A B C E F G H I M O S U V W 

A

applyConfigToVertxOptions(HttpClientOptions, GraphQLClientConfiguration) - Static method in class io.smallrye.graphql.client.vertx.VertxClientOptionsHelper
 
asBuffer(KeyStore, char[]) - Static method in class io.smallrye.graphql.client.vertx.ssl.SSLTools
 
asString() - Method in enum io.smallrye.graphql.client.vertx.websocket.graphqlws.MessageType
 

B

build() - Method in class io.smallrye.graphql.client.vertx.dynamic.VertxDynamicGraphQLClientBuilder
 
build(Class<T>) - Method in class io.smallrye.graphql.client.vertx.typesafe.VertxTypesafeGraphQLClientBuilder
 
BuiltinWebsocketSubprotocolHandlers - Class in io.smallrye.graphql.client.vertx.websocket
 
BuiltinWebsocketSubprotocolHandlers() - Constructor for class io.smallrye.graphql.client.vertx.websocket.BuiltinWebsocketSubprotocolHandlers
 

C

client(WebClient) - Method in class io.smallrye.graphql.client.vertx.typesafe.VertxTypesafeGraphQLClientBuilder
 
close() - Method in class io.smallrye.graphql.client.vertx.dynamic.VertxDynamicGraphQLClient
 
configKey(String) - Method in class io.smallrye.graphql.client.vertx.dynamic.VertxDynamicGraphQLClientBuilder
 
configKey(String) - Method in class io.smallrye.graphql.client.vertx.typesafe.VertxTypesafeGraphQLClientBuilder
 
createHandlerFor(String, Integer) - Static method in class io.smallrye.graphql.client.vertx.websocket.BuiltinWebsocketSubprotocolHandlers
 
createKeyStore(String, String, String) - Static method in class io.smallrye.graphql.client.vertx.ssl.SSLTools
 

E

endpoint(URI) - Method in class io.smallrye.graphql.client.vertx.typesafe.VertxTypesafeGraphQLClientBuilder
 
executeAsync(Document) - Method in class io.smallrye.graphql.client.vertx.dynamic.VertxDynamicGraphQLClient
 
executeAsync(Document, Map<String, Object>) - Method in class io.smallrye.graphql.client.vertx.dynamic.VertxDynamicGraphQLClient
 
executeAsync(Document, String) - Method in class io.smallrye.graphql.client.vertx.dynamic.VertxDynamicGraphQLClient
 
executeAsync(Document, Map<String, Object>, String) - Method in class io.smallrye.graphql.client.vertx.dynamic.VertxDynamicGraphQLClient
 
executeAsync(Request) - Method in class io.smallrye.graphql.client.vertx.dynamic.VertxDynamicGraphQLClient
 
executeAsync(String) - Method in class io.smallrye.graphql.client.vertx.dynamic.VertxDynamicGraphQLClient
 
executeAsync(String, Map<String, Object>) - Method in class io.smallrye.graphql.client.vertx.dynamic.VertxDynamicGraphQLClient
 
executeAsync(String, String) - Method in class io.smallrye.graphql.client.vertx.dynamic.VertxDynamicGraphQLClient
 
executeAsync(String, Map<String, Object>, String) - Method in class io.smallrye.graphql.client.vertx.dynamic.VertxDynamicGraphQLClient
 
executeSync(Document) - Method in class io.smallrye.graphql.client.vertx.dynamic.VertxDynamicGraphQLClient
 
executeSync(Document, Map<String, Object>) - Method in class io.smallrye.graphql.client.vertx.dynamic.VertxDynamicGraphQLClient
 
executeSync(Document, String) - Method in class io.smallrye.graphql.client.vertx.dynamic.VertxDynamicGraphQLClient
 
executeSync(Document, Map<String, Object>, String) - Method in class io.smallrye.graphql.client.vertx.dynamic.VertxDynamicGraphQLClient
 
executeSync(Request) - Method in class io.smallrye.graphql.client.vertx.dynamic.VertxDynamicGraphQLClient
 
executeSync(String) - Method in class io.smallrye.graphql.client.vertx.dynamic.VertxDynamicGraphQLClient
 
executeSync(String, Map<String, Object>) - Method in class io.smallrye.graphql.client.vertx.dynamic.VertxDynamicGraphQLClient
 
executeSync(String, String) - Method in class io.smallrye.graphql.client.vertx.dynamic.VertxDynamicGraphQLClient
 
executeSync(String, Map<String, Object>, String) - Method in class io.smallrye.graphql.client.vertx.dynamic.VertxDynamicGraphQLClient
 

F

fromString(String) - Static method in enum io.smallrye.graphql.client.vertx.websocket.graphqltransportws.MessageType
 
fromString(String) - Static method in enum io.smallrye.graphql.client.vertx.websocket.graphqlws.MessageType
 

G

GraphQLTransportWSSubprotocolHandler - Class in io.smallrye.graphql.client.vertx.websocket.graphqltransportws
Implementation of the `graphql-transport-ws` protocol.
GraphQLTransportWSSubprotocolHandler() - Constructor for class io.smallrye.graphql.client.vertx.websocket.graphqltransportws.GraphQLTransportWSSubprotocolHandler
 
GraphQLTransportWSSubprotocolHandler(Integer) - Constructor for class io.smallrye.graphql.client.vertx.websocket.graphqltransportws.GraphQLTransportWSSubprotocolHandler
 
GraphQLWSSubprotocolHandler - Class in io.smallrye.graphql.client.vertx.websocket.graphqlws
Handler for the legacy `graphql-ws` subprotocol Specification of the protocol: `https://github.com/apollographql/subscriptions-transport-ws/blob/master/PROTOCOL.md`
GraphQLWSSubprotocolHandler() - Constructor for class io.smallrye.graphql.client.vertx.websocket.graphqlws.GraphQLWSSubprotocolHandler
 
GraphQLWSSubprotocolHandler(Integer) - Constructor for class io.smallrye.graphql.client.vertx.websocket.graphqlws.GraphQLWSSubprotocolHandler
 

H

handleCancel() - Method in class io.smallrye.graphql.client.vertx.websocket.graphqltransportws.GraphQLTransportWSSubprotocolHandler
 
handleCancel() - Method in class io.smallrye.graphql.client.vertx.websocket.graphqlws.GraphQLWSSubprotocolHandler
 
handleCancel() - Method in interface io.smallrye.graphql.client.vertx.websocket.WebSocketSubprotocolHandler
Called when the subscription is cancelled on the client side (by the user).
handleWebSocketStart(JsonObject, MultiEmitter<? super String>, WebSocket) - Method in class io.smallrye.graphql.client.vertx.websocket.graphqltransportws.GraphQLTransportWSSubprotocolHandler
 
handleWebSocketStart(JsonObject, MultiEmitter<? super String>, WebSocket) - Method in class io.smallrye.graphql.client.vertx.websocket.graphqlws.GraphQLWSSubprotocolHandler
 
handleWebSocketStart(JsonObject, MultiEmitter<? super String>, WebSocket) - Method in interface io.smallrye.graphql.client.vertx.websocket.WebSocketSubprotocolHandler
Called after the websocket channel is successfully initialized.
header(String, String) - Method in class io.smallrye.graphql.client.vertx.dynamic.VertxDynamicGraphQLClientBuilder
 
header(String, String) - Method in class io.smallrye.graphql.client.vertx.typesafe.VertxTypesafeGraphQLClientBuilder
 

I

io.smallrye.graphql.client.vertx - package io.smallrye.graphql.client.vertx
 
io.smallrye.graphql.client.vertx.dynamic - package io.smallrye.graphql.client.vertx.dynamic
 
io.smallrye.graphql.client.vertx.ssl - package io.smallrye.graphql.client.vertx.ssl
 
io.smallrye.graphql.client.vertx.typesafe - package io.smallrye.graphql.client.vertx.typesafe
 
io.smallrye.graphql.client.vertx.websocket - package io.smallrye.graphql.client.vertx.websocket
 
io.smallrye.graphql.client.vertx.websocket.graphqltransportws - package io.smallrye.graphql.client.vertx.websocket.graphqltransportws
 
io.smallrye.graphql.client.vertx.websocket.graphqlws - package io.smallrye.graphql.client.vertx.websocket.graphqlws
 

M

MessageType - Enum in io.smallrye.graphql.client.vertx.websocket.graphqltransportws
 
MessageType - Enum in io.smallrye.graphql.client.vertx.websocket.graphqlws
 

O

options(WebClientOptions) - Method in class io.smallrye.graphql.client.vertx.dynamic.VertxDynamicGraphQLClientBuilder
 
options(HttpClientOptions) - Method in class io.smallrye.graphql.client.vertx.typesafe.VertxTypesafeGraphQLClientBuilder
 

S

SSLTools - Class in io.smallrye.graphql.client.vertx.ssl
 
SSLTools() - Constructor for class io.smallrye.graphql.client.vertx.ssl.SSLTools
 
subprotocols(WebsocketSubprotocol...) - Method in class io.smallrye.graphql.client.vertx.dynamic.VertxDynamicGraphQLClientBuilder
 
subprotocols(WebsocketSubprotocol...) - Method in class io.smallrye.graphql.client.vertx.typesafe.VertxTypesafeGraphQLClientBuilder
 
subscription(Document) - Method in class io.smallrye.graphql.client.vertx.dynamic.VertxDynamicGraphQLClient
 
subscription(Document, Map<String, Object>) - Method in class io.smallrye.graphql.client.vertx.dynamic.VertxDynamicGraphQLClient
 
subscription(Document, String) - Method in class io.smallrye.graphql.client.vertx.dynamic.VertxDynamicGraphQLClient
 
subscription(Document, Map<String, Object>, String) - Method in class io.smallrye.graphql.client.vertx.dynamic.VertxDynamicGraphQLClient
 
subscription(Request) - Method in class io.smallrye.graphql.client.vertx.dynamic.VertxDynamicGraphQLClient
 
subscription(String) - Method in class io.smallrye.graphql.client.vertx.dynamic.VertxDynamicGraphQLClient
 
subscription(String, Map<String, Object>) - Method in class io.smallrye.graphql.client.vertx.dynamic.VertxDynamicGraphQLClient
 
subscription(String, String) - Method in class io.smallrye.graphql.client.vertx.dynamic.VertxDynamicGraphQLClient
 
subscription(String, Map<String, Object>, String) - Method in class io.smallrye.graphql.client.vertx.dynamic.VertxDynamicGraphQLClient
 
subscriptionInitializationTimeout(Integer) - Method in class io.smallrye.graphql.client.vertx.dynamic.VertxDynamicGraphQLClientBuilder
 
subscriptionInitializationTimeout(Integer) - Method in class io.smallrye.graphql.client.vertx.typesafe.VertxTypesafeGraphQLClientBuilder
 

U

url(String) - Method in class io.smallrye.graphql.client.vertx.dynamic.VertxDynamicGraphQLClientBuilder
 

V

valueOf(String) - Static method in enum io.smallrye.graphql.client.vertx.websocket.graphqltransportws.MessageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.smallrye.graphql.client.vertx.websocket.graphqlws.MessageType
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.smallrye.graphql.client.vertx.websocket.graphqltransportws.MessageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.smallrye.graphql.client.vertx.websocket.graphqlws.MessageType
Returns an array containing the constants of this enum type, in the order they are declared.
vertx(Vertx) - Method in class io.smallrye.graphql.client.vertx.dynamic.VertxDynamicGraphQLClientBuilder
 
vertx(Vertx) - Method in class io.smallrye.graphql.client.vertx.typesafe.VertxTypesafeGraphQLClientBuilder
 
VertxClientOptionsHelper - Class in io.smallrye.graphql.client.vertx
 
VertxClientOptionsHelper() - Constructor for class io.smallrye.graphql.client.vertx.VertxClientOptionsHelper
 
VertxDynamicGraphQLClient - Class in io.smallrye.graphql.client.vertx.dynamic
 
VertxDynamicGraphQLClientBuilder - Class in io.smallrye.graphql.client.vertx.dynamic
Implementation of dynamic client builder that creates GraphQL clients using Vert.x under the hood.
VertxDynamicGraphQLClientBuilder() - Constructor for class io.smallrye.graphql.client.vertx.dynamic.VertxDynamicGraphQLClientBuilder
 
VertxTypesafeGraphQLClientBuilder - Class in io.smallrye.graphql.client.vertx.typesafe
 
VertxTypesafeGraphQLClientBuilder() - Constructor for class io.smallrye.graphql.client.vertx.typesafe.VertxTypesafeGraphQLClientBuilder
 

W

WebSocketSubprotocolHandler - Interface in io.smallrye.graphql.client.vertx.websocket
An implementation of this interface is responsible for handling a particular subscription websocket protocol.
A B C E F G H I M O S U V W 
Skip navigation links

Copyright © 2018–2022. All rights reserved.