Skip navigation links
A B C E F G H J P R S T V W 

A

addConnection(String) - Method in class com.azure.messaging.webpubsub.WebPubSubAsyncGroup
Add a specific connection to this group.
addConnection(String) - Method in class com.azure.messaging.webpubsub.WebPubSubGroup
Add a specific connection to this group.
addConnectionWithResponse(String) - Method in class com.azure.messaging.webpubsub.WebPubSubAsyncGroup
Add a specific connection to this group.
addConnectionWithResponse(String, Context) - Method in class com.azure.messaging.webpubsub.WebPubSubGroup
Add a specific connection to this group.
addPolicy(HttpPipelinePolicy) - Method in class com.azure.messaging.webpubsub.WebPubSubClientBuilder
Adds a policy to the set of existing policies that are executed after required policies.
addRole(String) - Method in class com.azure.messaging.webpubsub.models.GetAuthenticationTokenOptions
Adds a role to the requested authentication token.
addUser(String) - Method in class com.azure.messaging.webpubsub.WebPubSubAsyncGroup
Add a user to this group that will remain in the group until they are manually removed.
addUser(String) - Method in class com.azure.messaging.webpubsub.WebPubSubGroup
Add a user to this group.
addUserWithResponse(String) - Method in class com.azure.messaging.webpubsub.WebPubSubAsyncGroup
Add a user to this group.
addUserWithResponse(String, Context) - Method in class com.azure.messaging.webpubsub.WebPubSubGroup
Add a user to this group.

B

buildAsyncClient() - Method in class com.azure.messaging.webpubsub.WebPubSubClientBuilder
Builds an instance of WebPubSubAsyncServiceClient with the provided parameters.
buildClient() - Method in class com.azure.messaging.webpubsub.WebPubSubClientBuilder
Builds an instance of WebPubSubServiceClient with the provided parameters.

C

checkConnectionExists(String) - Method in class com.azure.messaging.webpubsub.WebPubSubAsyncServiceClient
Check if a specific connection is connected to this hub.
checkConnectionExists(String) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClient
Check if a specific connection is connected to this hub.
checkConnectionExistsWithResponse(String) - Method in class com.azure.messaging.webpubsub.WebPubSubAsyncServiceClient
Check if a specific connection is connected to this hub.
checkConnectionExistsWithResponse(String, Context) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClient
Check if a specific connection is connected to this hub.
checkGroupExists(String) - Method in class com.azure.messaging.webpubsub.WebPubSubAsyncServiceClient
Check if a particular group exists (i.e.
checkGroupExists(String) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClient
Check if a particular group exists (i.e.
checkGroupExistsWithResponse(String) - Method in class com.azure.messaging.webpubsub.WebPubSubAsyncServiceClient
Check if a particular group exists (i.e.
checkGroupExistsWithResponse(String, Context) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClient
Check if a particular group exists (i.e.
checkPermissionExists(WebPubSubPermission, String, String) - Method in class com.azure.messaging.webpubsub.WebPubSubAsyncServiceClient
Check if a connection has permission to the specified action.
checkPermissionExists(WebPubSubPermission, String, String) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClient
Check if a connection has permission to the specified action.
checkPermissionExistsWithResponse(WebPubSubPermission, String, String) - Method in class com.azure.messaging.webpubsub.WebPubSubAsyncServiceClient
Check if a connection has permission to the specified action.
checkPermissionExistsWithResponse(WebPubSubPermission, String, String, Context) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClient
Check if a connection has permission to the specified action.
checkUserExists(String) - Method in class com.azure.messaging.webpubsub.WebPubSubAsyncServiceClient
Check if a particular user is connected to this hub.
checkUserExists(String) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClient
Check if a particular user is connected to this hub.
checkUserExistsWithResponse(String) - Method in class com.azure.messaging.webpubsub.WebPubSubAsyncServiceClient
Check if a particular user is connected to this hub.
checkUserExistsWithResponse(String, Context) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClient
Check if a particular user is connected to this hub.
clientOptions(ClientOptions) - Method in class com.azure.messaging.webpubsub.WebPubSubClientBuilder
Sets the ClientOptions which enables various options to be set on the client.
closeConnection(String) - Method in class com.azure.messaging.webpubsub.WebPubSubAsyncServiceClient
Close a specific connection to this hub.
closeConnection(String) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClient
Close a specific connection to this hub.
closeConnectionWithResponse(String, String) - Method in class com.azure.messaging.webpubsub.WebPubSubAsyncServiceClient
Close a specific connection to this hub.
closeConnectionWithResponse(String, String, Context) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClient
Close a specific connection to this hub.
com.azure.messaging.webpubsub - package com.azure.messaging.webpubsub
Package containing classes for creating clients to perform operations on the Azure Web Pub Sub Service.
com.azure.messaging.webpubsub.models - package com.azure.messaging.webpubsub.models
Package containing model classes for use with the Azure Web Pub Sub Service.
configuration(Configuration) - Method in class com.azure.messaging.webpubsub.WebPubSubClientBuilder
Sets the configuration store that is used during construction of the service client.
connectionString(String) - Method in class com.azure.messaging.webpubsub.WebPubSubClientBuilder
Sets the credential to use when authenticating HTTP requests.
credential(AzureKeyCredential) - Method in class com.azure.messaging.webpubsub.WebPubSubClientBuilder
Sets the AzureKeyCredential used to authenticate HTTP requests.

E

endpoint(String) - Method in class com.azure.messaging.webpubsub.WebPubSubClientBuilder
Sets the service endpoint for the Azure Web Pub Sub instance.

F

fromString(String) - Static method in enum com.azure.messaging.webpubsub.models.WebPubSubContentType
Parses a serialized value to a ContentType instance.
fromString(String) - Static method in class com.azure.messaging.webpubsub.models.WebPubSubPermission
Creates or finds a WebPubSubPermission from its string representation.

G

getAsyncGroup(String) - Method in class com.azure.messaging.webpubsub.WebPubSubAsyncServiceClient
Creates a new asynchronous WebPubSubGroup for connecting to a specified Azure Web Pub Sub group, which will also remain associated with the hub that was previously specified for the calling client instance in its builder (set via WebPubSubClientBuilder.hub(String).
getAuthenticationToken(GetAuthenticationTokenOptions) - Method in class com.azure.messaging.webpubsub.WebPubSubAsyncServiceClient
Creates an authentication token.
getAuthenticationToken(GetAuthenticationTokenOptions) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClient
Creates an authentication token.
GetAuthenticationTokenOptions - Class in com.azure.messaging.webpubsub.models
GetAuthenticationTokenOptions() - Constructor for class com.azure.messaging.webpubsub.models.GetAuthenticationTokenOptions
 
getAuthToken() - Method in class com.azure.messaging.webpubsub.models.WebPubSubAuthenticationToken
Returns the authentication token that may be used to access the service.
getExpiresAfter() - Method in class com.azure.messaging.webpubsub.models.GetAuthenticationTokenOptions
Returns the duration after which the requested authentication token will expire.
getGroup(String) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClient
Creates a new synchronous WebPubSubGroup for connecting to a specified Azure Web Pub Sub group, which will also remain associated with the hub that was previously specified for the calling client instance in its builder (set via WebPubSubClientBuilder.hub(String).
getLatest() - Static method in enum com.azure.messaging.webpubsub.WebPubSubServiceVersion
Gets the latest service version supported by this client library
getRoles() - Method in class com.azure.messaging.webpubsub.models.GetAuthenticationTokenOptions
Returns the complete set of roles to be included when creating the authentication token.
getUrl() - Method in class com.azure.messaging.webpubsub.models.WebPubSubAuthenticationToken
Returns the url that may be used to access the service.
getUserId() - Method in class com.azure.messaging.webpubsub.models.GetAuthenticationTokenOptions
Returns the user ID to be used when creating the authentication token.
getVersion() - Method in enum com.azure.messaging.webpubsub.WebPubSubServiceVersion
 
grantPermission(WebPubSubPermission, String) - Method in class com.azure.messaging.webpubsub.WebPubSubAsyncServiceClient
Grant permission to the specified connection.
grantPermission(WebPubSubPermission, String) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClient
Grant permission to the specified connection.
grantPermissionWithResponse(WebPubSubPermission, String, String) - Method in class com.azure.messaging.webpubsub.WebPubSubAsyncServiceClient
Grant permission to the specified connection.
grantPermissionWithResponse(WebPubSubPermission, String, String, Context) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClient
Grant permission to the specified connection.

H

httpClient(HttpClient) - Method in class com.azure.messaging.webpubsub.WebPubSubClientBuilder
Sets the HTTP client to use for sending and receiving requests to and from the service.
httpLogOptions(HttpLogOptions) - Method in class com.azure.messaging.webpubsub.WebPubSubClientBuilder
Sets the logging configuration for HTTP requests and responses.
hub(String) - Method in class com.azure.messaging.webpubsub.WebPubSubClientBuilder
Target hub name, which should start with alphabetic characters and only contain alpha-numeric characters or underscore.

J

JOIN_LEAVE_GROUP - Static variable in class com.azure.messaging.webpubsub.models.WebPubSubPermission
Static value joinLeaveGroup for WebPubSubPermission.

P

pipeline(HttpPipeline) - Method in class com.azure.messaging.webpubsub.WebPubSubClientBuilder
Sets the HTTP pipeline to use for the service client.
process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.messaging.webpubsub.WebPubSubAuthenticationPolicy

R

removeConnection(String) - Method in class com.azure.messaging.webpubsub.WebPubSubAsyncGroup
Remove a specific connection from this group.
removeConnection(String) - Method in class com.azure.messaging.webpubsub.WebPubSubGroup
Remove a specific connection from this group.
removeConnectionWithResponse(String) - Method in class com.azure.messaging.webpubsub.WebPubSubAsyncGroup
Remove a specific connection from this group.
removeConnectionWithResponse(String, Context) - Method in class com.azure.messaging.webpubsub.WebPubSubGroup
Remove a specific connection from this group.
removeUser(String) - Method in class com.azure.messaging.webpubsub.WebPubSubAsyncGroup
Remove a user from this group.
removeUser(String) - Method in class com.azure.messaging.webpubsub.WebPubSubGroup
Remove a user from this group.
removeUserFromAllGroups(String) - Method in class com.azure.messaging.webpubsub.WebPubSubAsyncServiceClient
Remove a specific user from all groups they are joined to.
removeUserFromAllGroups(String) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClient
Remove a specific user from all groups they are joined to.
removeUserFromAllGroupsWithResponse(String) - Method in class com.azure.messaging.webpubsub.WebPubSubAsyncServiceClient
Remove a specific user from all groups they are joined to.
removeUserFromAllGroupsWithResponse(String, Context) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClient
Remove a specific user from all groups they are joined to.
removeUserWithResponse(String) - Method in class com.azure.messaging.webpubsub.WebPubSubAsyncGroup
Remove a user from this group.
removeUserWithResponse(String, Context) - Method in class com.azure.messaging.webpubsub.WebPubSubGroup
Remove a user from this group.
retryPolicy(RetryPolicy) - Method in class com.azure.messaging.webpubsub.WebPubSubClientBuilder
Sets the HttpPipelinePolicy that is used when each request is sent.
revokePermission(WebPubSubPermission, String) - Method in class com.azure.messaging.webpubsub.WebPubSubAsyncServiceClient
Revoke permission for the specified connection.
revokePermission(WebPubSubPermission, String) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClient
Revoke permission for the specified connection.
revokePermissionWithResponse(WebPubSubPermission, String, String) - Method in class com.azure.messaging.webpubsub.WebPubSubAsyncServiceClient
Revoke permission for the specified connection.
revokePermissionWithResponse(WebPubSubPermission, String, String, Context) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClient
Revoke permission for the specified connection.

S

SEND_TO_GROUP - Static variable in class com.azure.messaging.webpubsub.models.WebPubSubPermission
Static value sendToGroup for WebPubSubPermission.
sendToAll(String) - Method in class com.azure.messaging.webpubsub.WebPubSubAsyncGroup
Broadcast a text message to all connections in this group, excluding any connection IDs provided in the excludedConnectionIds var-args (keeping in mind that it is valid to provide no excluded connection IDs).
sendToAll(String, WebPubSubContentType) - Method in class com.azure.messaging.webpubsub.WebPubSubAsyncGroup
Broadcast a text message to all connections in this group, excluding any connection IDs provided in the excludedConnectionIds var-args (keeping in mind that it is valid to provide no excluded connection IDs).
sendToAll(byte[]) - Method in class com.azure.messaging.webpubsub.WebPubSubAsyncGroup
Broadcast a binary message to all connections in this group, excluding any connection IDs provided in the excludedConnectionIds var-args (keeping in mind that it is valid to provide no excluded connection IDs).
sendToAll(byte[], WebPubSubContentType) - Method in class com.azure.messaging.webpubsub.WebPubSubAsyncGroup
Broadcast a binary message to all connections in this group, excluding any connection IDs provided in the excludedConnectionIds var-args (keeping in mind that it is valid to provide no excluded connection IDs).
sendToAll(String) - Method in class com.azure.messaging.webpubsub.WebPubSubAsyncServiceClient
Broadcast a text message to all connections on this hub.
sendToAll(String, WebPubSubContentType) - Method in class com.azure.messaging.webpubsub.WebPubSubAsyncServiceClient
Broadcast a text message to all connections on this hub.
sendToAll(byte[]) - Method in class com.azure.messaging.webpubsub.WebPubSubAsyncServiceClient
Broadcast a binary message to all connections on this hub.
sendToAll(byte[], WebPubSubContentType) - Method in class com.azure.messaging.webpubsub.WebPubSubAsyncServiceClient
Broadcast a binary message to all connections on this hub.
sendToAll(String) - Method in class com.azure.messaging.webpubsub.WebPubSubGroup
Broadcast a text message to all connections in this group.
sendToAll(String, WebPubSubContentType) - Method in class com.azure.messaging.webpubsub.WebPubSubGroup
Broadcast a text message to all connections in this group.
sendToAll(byte[]) - Method in class com.azure.messaging.webpubsub.WebPubSubGroup
Broadcast a binary message to all connections in this group.
sendToAll(byte[], WebPubSubContentType) - Method in class com.azure.messaging.webpubsub.WebPubSubGroup
Broadcast a binary message to all connections in this group.
sendToAll(String) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClient
Broadcast a text message to all connections on this hub.
sendToAll(String, WebPubSubContentType) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClient
Broadcast a text message to all connections on this hub.
sendToAll(byte[]) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClient
Broadcast a binary message to all connections on this hub, excluding any connection IDs provided in the excludedConnectionIds var-args (keeping in mind that it is valid to provide no excluded connection IDs).
sendToAll(byte[], WebPubSubContentType) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClient
Broadcast a binary message to all connections on this hub, excluding any connection IDs provided in the excludedConnectionIds var-args (keeping in mind that it is valid to provide no excluded connection IDs).
sendToAllWithResponse(String, WebPubSubContentType, Iterable<String>) - Method in class com.azure.messaging.webpubsub.WebPubSubAsyncGroup
Broadcast a text message to all connections in this group, excluding any connection IDs provided in the excludedConnectionIds list.
sendToAllWithResponse(byte[], WebPubSubContentType, Iterable<String>) - Method in class com.azure.messaging.webpubsub.WebPubSubAsyncGroup
Broadcast a binary message to all connections in this group, excluding any connection IDs provided in the excludedConnectionIds list.
sendToAllWithResponse(String, WebPubSubContentType, Iterable<String>) - Method in class com.azure.messaging.webpubsub.WebPubSubAsyncServiceClient
Broadcast a text message to all connections on this hub, excluding any connection IDs provided in the excludedConnectionIds list.
sendToAllWithResponse(byte[], WebPubSubContentType, Iterable<String>) - Method in class com.azure.messaging.webpubsub.WebPubSubAsyncServiceClient
Broadcast a binary message to all connections on this hub, excluding any connection IDs provided in the excludedConnectionIds list.
sendToAllWithResponse(String, WebPubSubContentType, Iterable<String>, Context) - Method in class com.azure.messaging.webpubsub.WebPubSubGroup
Broadcast a text message to all connections in this group, excluding any connection IDs provided in the excludedConnectionIds list.
sendToAllWithResponse(byte[], WebPubSubContentType, Iterable<String>, Context) - Method in class com.azure.messaging.webpubsub.WebPubSubGroup
Broadcast a binary message to all connections in this group, excluding any connection IDs provided in the excludedConnectionIds list.
sendToAllWithResponse(String, WebPubSubContentType, Iterable<String>, Context) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClient
Broadcast a text message to all connections on this hub, excluding any connection IDs provided in the excludedConnectionIds list.
sendToAllWithResponse(byte[], WebPubSubContentType, Iterable<String>, Context) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClient
Broadcast a binary message to all connections on this hub, excluding any connection IDs provided in the excludedConnectionIds list.
sendToConnection(String, String) - Method in class com.azure.messaging.webpubsub.WebPubSubAsyncServiceClient
Send a message to a specific connection
sendToConnection(String, String, WebPubSubContentType) - Method in class com.azure.messaging.webpubsub.WebPubSubAsyncServiceClient
Send a message to a specific connection
sendToConnection(String, byte[]) - Method in class com.azure.messaging.webpubsub.WebPubSubAsyncServiceClient
Send a binary message to a specific connection
sendToConnection(String, byte[], WebPubSubContentType) - Method in class com.azure.messaging.webpubsub.WebPubSubAsyncServiceClient
Send a binary message to a specific connection
sendToConnection(String, String) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClient
Send a message to a specific connection
sendToConnection(String, String, WebPubSubContentType) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClient
Send a message to a specific connection
sendToConnection(String, byte[]) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClient
Send a binary message to a specific connection
sendToConnection(String, byte[], WebPubSubContentType) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClient
Send a binary message to a specific connection
sendToConnectionWithResponse(String, String, WebPubSubContentType) - Method in class com.azure.messaging.webpubsub.WebPubSubAsyncServiceClient
Send a message to a specific connection
sendToConnectionWithResponse(String, byte[], WebPubSubContentType) - Method in class com.azure.messaging.webpubsub.WebPubSubAsyncServiceClient
Send a binary message to a specific connection
sendToConnectionWithResponse(String, String, WebPubSubContentType, Context) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClient
Send a message to a specific connection
sendToConnectionWithResponse(String, byte[], WebPubSubContentType, Context) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClient
Send a binary message to a specific connection
sendToUser(String, String) - Method in class com.azure.messaging.webpubsub.WebPubSubAsyncServiceClient
Send a text message to a specific user.
sendToUser(String, String, WebPubSubContentType) - Method in class com.azure.messaging.webpubsub.WebPubSubAsyncServiceClient
Send a text message to a specific user.
sendToUser(String, byte[]) - Method in class com.azure.messaging.webpubsub.WebPubSubAsyncServiceClient
Send a binary message to a specific user.
sendToUser(String, byte[], WebPubSubContentType) - Method in class com.azure.messaging.webpubsub.WebPubSubAsyncServiceClient
Send a binary message to a specific user.
sendToUser(String, String) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClient
Send a text message to a specific user.
sendToUser(String, String, WebPubSubContentType) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClient
Send a text message to a specific user.
sendToUser(String, byte[]) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClient
Send a binary message to a specific user.
sendToUser(String, byte[], WebPubSubContentType) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClient
Send a binary message to a specific user.
sendToUserWithResponse(String, String, WebPubSubContentType) - Method in class com.azure.messaging.webpubsub.WebPubSubAsyncServiceClient
Send a text message to a specific user.
sendToUserWithResponse(String, byte[], WebPubSubContentType) - Method in class com.azure.messaging.webpubsub.WebPubSubAsyncServiceClient
Send a binary message to a specific user.
sendToUserWithResponse(String, String, WebPubSubContentType, Context) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClient
Send a text message to a specific user.
sendToUserWithResponse(String, byte[], WebPubSubContentType, Context) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClient
Send a binary message to a specific user.
serviceVersion(WebPubSubServiceVersion) - Method in class com.azure.messaging.webpubsub.WebPubSubClientBuilder
Sets the WebPubSubServiceVersion that is used when making API requests.
setExpiresAfter(Duration) - Method in class com.azure.messaging.webpubsub.models.GetAuthenticationTokenOptions
Specifies when the duration after which the requested authentication token will expire.
setRoles(List<String>) - Method in class com.azure.messaging.webpubsub.models.GetAuthenticationTokenOptions
Specifies the complete set of roles to be included when creating the authentication token, overwriting any other roles previously set on this instance.
setUserId(String) - Method in class com.azure.messaging.webpubsub.models.GetAuthenticationTokenOptions
Specifies the user ID to be used when creating the authentication token.

T

toString() - Method in enum com.azure.messaging.webpubsub.models.WebPubSubContentType
 

V

valueOf(String) - Static method in enum com.azure.messaging.webpubsub.models.WebPubSubContentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.messaging.webpubsub.WebPubSubServiceVersion
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.azure.messaging.webpubsub.models.WebPubSubContentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class com.azure.messaging.webpubsub.models.WebPubSubPermission
 
values() - Static method in enum com.azure.messaging.webpubsub.WebPubSubServiceVersion
Returns an array containing the constants of this enum type, in the order they are declared.

W

WebPubSubAsyncGroup - Class in com.azure.messaging.webpubsub
Async client for interacting with a specific Azure Web Pub Sub group, contained within a Azure Web Pub Sub hub.
WebPubSubAsyncServiceClient - Class in com.azure.messaging.webpubsub
The asynchronous client for connecting to an Azure Web Pub Sub hub (for a synchronous API, refer to the WebPubSubServiceClient class documentation).
WebPubSubAuthenticationPolicy - Class in com.azure.messaging.webpubsub
An HttpPipelinePolicy for authenticating against the Azure Web Pub Sub service.
WebPubSubAuthenticationPolicy(AzureKeyCredential) - Constructor for class com.azure.messaging.webpubsub.WebPubSubAuthenticationPolicy
Creates a new instance of the WebPubSubAuthenticationPolicy, where it will make use of the provided AzureKeyCredential whenever a HTTP request is made to apply the appropriate modifications to the HTTP request to gain access to the Azure Web Pub Sub service.
WebPubSubAuthenticationToken - Class in com.azure.messaging.webpubsub.models
A wrapper class for results of the getAuthenticationToken APIs on WebPubSubAsyncServiceClient and WebPubSubServiceClient.
WebPubSubAuthenticationToken(String, String) - Constructor for class com.azure.messaging.webpubsub.models.WebPubSubAuthenticationToken
Creates a new instance with the given values set as immutable properties.
WebPubSubClientBuilder - Class in com.azure.messaging.webpubsub
This class provides a fluent builder API to aid the configuration and instantiation of sync and async Azure Web Pub Sub clients, using the buildClient and buildAsyncClient methods respectively.
WebPubSubClientBuilder() - Constructor for class com.azure.messaging.webpubsub.WebPubSubClientBuilder
Creates a new builder instance with all values set to their default value.
WebPubSubContentType - Enum in com.azure.messaging.webpubsub.models
Defines values for ContentType.
WebPubSubGroup - Class in com.azure.messaging.webpubsub
Sync client for interacting with a specific Azure Web Pub Sub group, contained within an Azure Web Pub Sub hub.
WebPubSubPermission - Class in com.azure.messaging.webpubsub.models
Defines values for WebPubSubPermission.
WebPubSubPermission() - Constructor for class com.azure.messaging.webpubsub.models.WebPubSubPermission
 
WebPubSubServiceClient - Class in com.azure.messaging.webpubsub
The synchronous client for connecting to a Azure Web Pub Sub hub (for an asynchronous API, refer to the WebPubSubAsyncServiceClient class documentation).
WebPubSubServiceVersion - Enum in com.azure.messaging.webpubsub
The versions of Azure Web Pub Sub Service supported by this client library.
A B C E F G H J P R S T V W 
Skip navigation links
Visit the Azure for Java Developerssite for more Java documentation, including quick starts, tutorials, and code samples.

Copyright © 2021 Microsoft Corporation. All rights reserved.