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

A

addConnectionToGroupWithResponse(String, String, RequestOptions) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceAsyncClient
Add a connection to the target group.
addConnectionToGroupWithResponse(String, String, RequestOptions, Context) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClient
Add a connection to the target group.
addPolicy(HttpPipelinePolicy) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClientBuilder
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.
addUserToGroupWithResponse(String, String, RequestOptions) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceAsyncClient
Add a user to the target group.
addUserToGroupWithResponse(String, String, RequestOptions, Context) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClient
Add a user to the target group.

B

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

C

checkPermissionWithResponse(String, String, RequestOptions) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceAsyncClient
Check if a connection has permission to the specified action.
checkPermissionWithResponse(String, String, RequestOptions, Context) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClient
Check if a connection has permission to the specified action.
clientOptions(ClientOptions) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClientBuilder
Sets the ClientOptions which enables various options to be set on the client.
closeConnectionWithResponse(String, RequestOptions) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceAsyncClient
Close the client connection.
closeConnectionWithResponse(String, RequestOptions, Context) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClient
Close the client connection.
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.WebPubSubServiceClientBuilder
Sets the configuration store that is used during construction of the service client.
connectionExistsWithResponse(String, RequestOptions) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceAsyncClient
Check if the connection with the given connectionId exists.
connectionExistsWithResponse(String, RequestOptions, Context) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClient
Check if the connection with the given connectionId exists.
connectionString(String) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClientBuilder
Sets the credential to use when authenticating HTTP requests.
credential(AzureKeyCredential) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClientBuilder
Sets the AzureKeyCredential used to authenticate HTTP requests.
credential(TokenCredential) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClientBuilder
Sets the TokenCredential used to authenticate HTTP requests.

E

endpoint(String) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClientBuilder
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.

G

getAuthenticationToken(GetAuthenticationTokenOptions) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceAsyncClient
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.
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
 
grantPermissionWithResponse(String, String, RequestOptions) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceAsyncClient
Grant permission to the connection.
grantPermissionWithResponse(String, String, RequestOptions, Context) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClient
Grant permission to the connection.
groupExistsWithResponse(String, RequestOptions) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceAsyncClient
Check if there are any client connections inside the given group.
groupExistsWithResponse(String, RequestOptions, Context) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClient
Check if there are any client connections inside the given group.

H

httpClient(HttpClient) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClientBuilder
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.WebPubSubServiceClientBuilder
Sets the logging configuration for HTTP requests and responses.
hub(String) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClientBuilder
Target hub name, which should start with alphabetic characters and only contain alpha-numeric characters or underscore.

P

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

R

removeConnectionFromGroupWithResponse(String, String, RequestOptions) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceAsyncClient
Remove a connection from the target group.
removeConnectionFromGroupWithResponse(String, String, RequestOptions, Context) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClient
Remove a connection from the target group.
removeUserFromAllGroupsWithResponse(String, RequestOptions) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceAsyncClient
Remove a user from all groups.
removeUserFromAllGroupsWithResponse(String, RequestOptions, Context) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClient
Remove a user from all groups.
removeUserFromGroupWithResponse(String, String, RequestOptions) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceAsyncClient
Remove a user from the target group.
removeUserFromGroupWithResponse(String, String, RequestOptions, Context) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClient
Remove a user from the target group.
retryPolicy(RetryPolicy) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClientBuilder
Sets the HttpPipelinePolicy that is used when each request is sent.
reverseProxyEndpoint(String) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClientBuilder
Sets the reverse proxy endpoint.
ReverseProxyPolicy - Class in com.azure.messaging.webpubsub
The reverse proxy policy.
ReverseProxyPolicy(String) - Constructor for class com.azure.messaging.webpubsub.ReverseProxyPolicy
Creates an instance of the reverse proxy policy.
revokePermissionWithResponse(String, String, RequestOptions) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceAsyncClient
Revoke permission for the connection.
revokePermissionWithResponse(String, String, RequestOptions, Context) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClient
Revoke permission for the connection.

S

sendToAll(String, WebPubSubContentType) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceAsyncClient
Broadcast content inside request body to all the connected client connections.
sendToAll(String, WebPubSubContentType) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClient
Broadcast content inside request body to all the connected client connections.
sendToAllWithResponse(BinaryData, WebPubSubContentType, long, RequestOptions) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceAsyncClient
Broadcast content inside request body to all the connected client connections.
sendToAllWithResponse(BinaryData, RequestOptions) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceAsyncClient
Broadcast content inside request body to all the connected client connections.
sendToAllWithResponse(BinaryData, WebPubSubContentType, long, RequestOptions, Context) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClient
Broadcast content inside request body to all the connected client connections.
sendToAllWithResponse(BinaryData, RequestOptions, Context) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClient
Broadcast content inside request body to all the connected client connections.
sendToConnection(String, String, WebPubSubContentType) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceAsyncClient
Send content inside request body to the specific connection.
sendToConnection(String, String, WebPubSubContentType) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClient
Send content inside request body to the specific connection.
sendToConnectionWithResponse(String, BinaryData, WebPubSubContentType, long, RequestOptions) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceAsyncClient
Send content inside request body to the specific connection.
sendToConnectionWithResponse(String, BinaryData, RequestOptions) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceAsyncClient
Send content inside request body to the specific connection.
sendToConnectionWithResponse(String, BinaryData, WebPubSubContentType, long, RequestOptions, Context) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClient
Send content inside request body to the specific connection.
sendToConnectionWithResponse(String, BinaryData, RequestOptions, Context) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClient
Send content inside request body to the specific connection.
sendToGroup(String, String, WebPubSubContentType) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceAsyncClient
Send content inside request body to a group of connections.
sendToGroup(String, String, WebPubSubContentType) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClient
Send content inside request body to a group of connections.
sendToGroupWithResponse(String, BinaryData, WebPubSubContentType, long, RequestOptions) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceAsyncClient
Send content inside request body to a group of connections.
sendToGroupWithResponse(String, BinaryData, RequestOptions) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceAsyncClient
Send content inside request body to a group of connections.
sendToGroupWithResponse(String, BinaryData, WebPubSubContentType, long, RequestOptions, Context) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClient
Send content inside request body to a group of connections.
sendToGroupWithResponse(String, BinaryData, RequestOptions, Context) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClient
Send content inside request body to a group of connections.
sendToUser(String, String, WebPubSubContentType) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceAsyncClient
Send content inside request body to the specific user.
sendToUser(String, String, WebPubSubContentType) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClient
Send content inside request body to the specific user.
sendToUserWithResponse(String, BinaryData, WebPubSubContentType, long, RequestOptions) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceAsyncClient
Send content inside request body to the specific user.
sendToUserWithResponse(String, BinaryData, RequestOptions) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceAsyncClient
Send content inside request body to the specific user.
sendToUserWithResponse(String, BinaryData, WebPubSubContentType, long, RequestOptions, Context) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClient
Send content inside request body to the specific user.
sendToUserWithResponse(String, BinaryData, RequestOptions, Context) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClient
Send content inside request body to the specific user.
serviceVersion(WebPubSubServiceVersion) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClientBuilder
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
 

U

userExistsWithResponse(String, RequestOptions) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceAsyncClient
Check if there are any client connections connected for the given user.
userExistsWithResponse(String, RequestOptions, Context) - Method in class com.azure.messaging.webpubsub.WebPubSubServiceClient
Check if there are any client connections connected for the given user.

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 enum com.azure.messaging.webpubsub.WebPubSubServiceVersion
Returns an array containing the constants of this enum type, in the order they are declared.

W

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 WebPubSubServiceAsyncClient 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.
WebPubSubContentType - Enum in com.azure.messaging.webpubsub.models
Defines values for ContentType.
WebPubSubServiceAsyncClient - Class in com.azure.messaging.webpubsub
Initializes a new instance of the asynchronous AzureWebPubSubServiceRestAPI type.
WebPubSubServiceClient - Class in com.azure.messaging.webpubsub
Initializes a new instance of the synchronous AzureWebPubSubServiceRestAPI type.
WebPubSubServiceClientBuilder - 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.
WebPubSubServiceClientBuilder() - Constructor for class com.azure.messaging.webpubsub.WebPubSubServiceClientBuilder
Creates a new builder instance with all values set to their default value.
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 P R S T U 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.