Uses of Enum Class
io.smallrye.graphql.client.websocket.WebsocketSubprotocol
Packages that use WebsocketSubprotocol
Package
Description
-
Uses of WebsocketSubprotocol in io.smallrye.graphql.client.dynamic.api
Methods in io.smallrye.graphql.client.dynamic.api with parameters of type WebsocketSubprotocolModifier and TypeMethodDescriptionDynamicGraphQLClientBuilder.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 WebsocketSubprotocolModifier and TypeMethodDescriptionTypesafeGraphQLClientBuilder.subprotocols(WebsocketSubprotocol... subprotocols) -
Uses of WebsocketSubprotocol in io.smallrye.graphql.client.websocket
Methods in io.smallrye.graphql.client.websocket that return WebsocketSubprotocolModifier and TypeMethodDescriptionstatic WebsocketSubprotocolWebsocketSubprotocol.fromString(String text) static WebsocketSubprotocolReturns the enum constant of this class with the specified name.static WebsocketSubprotocol[]WebsocketSubprotocol.values()Returns an array containing the constants of this enum class, in the order they are declared.