You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-web-pubsub/reference-server-sdk-java.md
+16-10Lines changed: 16 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,15 @@ author: vicancy
5
5
ms.author: lianwei
6
6
ms.service: azure-web-pubsub
7
7
ms.topic: conceptual
8
-
ms.date: 11/01/2021
8
+
ms.date: 01/31/2023
9
9
---
10
10
# Azure Web PubSub service client library for Java
11
11
12
-
[Azure Web PubSub service](./index.yml) is an Azure-managed service that helps developers easily build web applications with real-time features and publish-subscribe pattern. Any scenario that requires real-time publish-subscribe messaging between server and clients or among clients can use Azure Web PubSub service. Traditional real-time features that often require polling from server or submitting HTTP requests can also use Azure Web PubSub service.
12
+
[Azure Web PubSub service](./index.yml) is an Azure-managed service that helps developers easily build web applications with real-time features and a publish-subscribe pattern. Any scenario that requires real-time publish-subscribe messaging between server and clients or among clients can use Azure Web PubSub service. Traditional real-time features that often require polling from the server or submitting HTTP requests can also use Azure Web PubSub service.
13
13
14
-
You can use this library in your app server side to manage the WebSocket client connections, as shown in below diagram:
14
+
This article describes the Azure Web PubSub service client library.
15
+
16
+
You can use this library in your server-side app to manage the WebSocket client connections, as shown in this diagram:
15
17
16
18

17
19
@@ -23,14 +25,19 @@ Use this library to:
23
25
- Close connections
24
26
- Grant, revoke, and check permissions for an existing connection
All client libraries, by default, use the Tomcat-native Boring SSL library to enable native-level performance for SSL
135
+
By default, all client libraries use the Tomcat-native Boring SSL library to enable native-level performance for SSL
129
136
operations. The Boring SSL library is an uber jar containing native libraries for Linux / macOS / Windows, and provides
130
-
better performance compared to the default SSL implementation within the JDK. For more information, including how to
131
-
reduce the dependency size, refer to the [performance tuning][performance_tuning] section of the wiki.
137
+
better performance compared to the default SSL implementation within the JDK. For more information, including how to reduce the dependency size, see [performance tuning][https://github.com/Azure/azure-sdk-for-java/wiki/Performance-Tuning].
0 commit comments