-
Updated
Oct 12, 2021 - Java
netty
Here are 1,290 public repositories matching this topic...
-
Updated
Dec 22, 2021 - Java
-
Updated
Nov 24, 2021
-
Updated
Dec 29, 2021 - Java
-
Updated
Oct 20, 2021 - Java
Not that complicated to implement:
- introduce in SslClientContext the same kind of changes as in SslServerContext so it's no longer
-
Updated
Dec 7, 2021 - Java
Users can serve a bunch of files using FileService:
FileService.builder("/root/")...When the file in the /root/ directory is served(e.g. /root/foo.webp), the media type is determined by the EXTENSION_TO_MEDIA_TYPE in MimeTypeUtil: https://github.com/line/armeria/blob/master/core/src/main/java/com/linecorp/armeria/server/file/MimeTypeUtil.java#L38
which means that users
-
Updated
Nov 15, 2021
-
Updated
Dec 29, 2021 - Java
-
Updated
Dec 23, 2021 - Java
-
Updated
Aug 10, 2021
-
Updated
Nov 15, 2021 - Java
When using HttpClient.proxyWithSystemProperties, it is not currently possible to define a proxy configuration to a proxy server that requires authentification.
-
Updated
Jun 28, 2020
-
Updated
Sep 26, 2021 - Java
-
Updated
Jul 19, 2021 - Java
-
Updated
Nov 17, 2021 - Java
Improve this page
Add a description, image, and links to the netty topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the netty topic, visit your repo's landing page and select "manage topics."
这里的路由和server通信是否可以用一个长连接来维护更好