-
Updated
Feb 8, 2022 - Java
netty
Here are 1,343 public repositories matching this topic...
-
Updated
Mar 5, 2022
-
Updated
May 6, 2022 - Java
-
Updated
May 6, 2022 - Java
-
Updated
Feb 26, 2022 - Java
Not that complicated to implement:
- introduce in SslClientContext the same kind of changes as in SslServerContext so it's no longer
AnnotatedServiceBindingBuilder and VirtualHostAnnotatedServiceBindingBuilder currently don't share a common interface for its methods, such as pathPrefix() and exceptionHandlers(). This means, a contributor can add a builder method to one builder but not to the other by mistake. By making both builder extend a new interface AnnotatedServiceConfigSetters, we could prevent such a mistake.
-
Updated
May 3, 2022 - Java
-
Updated
Apr 21, 2022 - Java
-
Updated
May 6, 2022 - Java
-
Updated
Aug 10, 2021
-
Updated
Nov 15, 2021 - Java
More details here
violetagg/reactor-netty-workshop#2
-
Updated
Jun 28, 2020
-
Updated
Sep 26, 2021 - Java
-
Updated
Apr 1, 2022 - Java
-
Updated
Apr 22, 2022 - Java
-
Updated
Dec 9, 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通信是否可以用一个长连接来维护更好