Uses of Class
io.smallrye.graphql.client.websocket.WebsocketSubprotocol
-
Packages that use WebsocketSubprotocol Package Description io.smallrye.graphql.client.dynamic.api io.smallrye.graphql.client.typesafe.api io.smallrye.graphql.client.websocket -
-
Uses of WebsocketSubprotocol in io.smallrye.graphql.client.dynamic.api
Methods in io.smallrye.graphql.client.dynamic.api with parameters of type WebsocketSubprotocol Modifier and Type Method Description DynamicGraphQLClientBuilderDynamicGraphQLClientBuilder. subprotocols(WebsocketSubprotocol... subprotocols) -
Uses of WebsocketSubprotocol in io.smallrye.graphql.client.typesafe.api
Methods in io.smallrye.graphql.client.typesafe.api with parameters of type WebsocketSubprotocol Modifier and Type Method Description TypesafeGraphQLClientBuilderTypesafeGraphQLClientBuilder. subprotocols(WebsocketSubprotocol... subprotocols) -
Uses of WebsocketSubprotocol in io.smallrye.graphql.client.websocket
Methods in io.smallrye.graphql.client.websocket that return WebsocketSubprotocol Modifier and Type Method Description static WebsocketSubprotocolWebsocketSubprotocol. fromString(String text)static WebsocketSubprotocolWebsocketSubprotocol. valueOf(String name)Returns the enum constant of this type with the specified name.static WebsocketSubprotocol[]WebsocketSubprotocol. values()Returns an array containing the constants of this enum type, in the order they are declared.
-