Uses of Class
com.azure.messaging.webpubsub.models.WebPubSubClientProtocol
Packages that use WebPubSubClientProtocol
Package
Description
Package containing model classes for use with the Azure Web Pub Sub Service.
-
Uses of WebPubSubClientProtocol in com.azure.messaging.webpubsub.models
Fields in com.azure.messaging.webpubsub.models declared as WebPubSubClientProtocolModifier and TypeFieldDescriptionstatic final WebPubSubClientProtocolWebPubSubClientProtocol.DEFAULTStatic value DEFAULT for WebPubSubClientProtocol.static final WebPubSubClientProtocolWebPubSubClientProtocol.MQTTStatic value MQTT for WebPubSubClientProtocol.Methods in com.azure.messaging.webpubsub.models that return WebPubSubClientProtocolModifier and TypeMethodDescriptionstatic WebPubSubClientProtocolWebPubSubClientProtocol.fromString(String name) Creates or finds a WebPubSubClientProtocol from its string representation.GetClientAccessTokenOptions.getWebPubSubClientProtocol()Returns the endpoint type of the client.Methods in com.azure.messaging.webpubsub.models that return types with arguments of type WebPubSubClientProtocolModifier and TypeMethodDescriptionstatic Collection<WebPubSubClientProtocol>WebPubSubClientProtocol.values()Gets known WebPubSubClientProtocol values.Methods in com.azure.messaging.webpubsub.models with parameters of type WebPubSubClientProtocolModifier and TypeMethodDescriptionGetClientAccessTokenOptions.setWebPubSubClientProtocol(WebPubSubClientProtocol webPubSubClientProtocol) Specifies the endpoint type of the client.