6 The HTTP Server 6 The HTTP Server Using the CLI If you are creating your project using the Micronaut CLI’s create-app command, the http-server dependency is included by d...
6.26 HTTP/2 Support Configuring the Server for HTTP/2 HTTP/2 Clients 6.26 HTTP/2 Support Since Micronaut 2.x, Micronaut’s Netty-based HTTP server can be configured to support...
6 The HTTP Server 6 The HTTP Server Using the CLI If you are creating your project using the Micronaut CLI’s create-app command, the http-server dependency is included by d...
6 The HTTP Server 6 The HTTP Server Using the CLI If you are creating your project using the Micronaut CLI’s create-app command, the http-server dependency is included by d...
6.27.1 Configuring Server Thread Pools Blocking Operations 6.27.1 Configuring Server Thread Pools The HTTP server is built on Netty which is designed as a non-blocking I/O to...
6.28.1 Configuring Server Thread Pools Blocking Operations 6.28.1 Configuring Server Thread Pools The HTTP server is built on Netty which is designed as a non-blocking I/O to...
1.2 Upgrading to Micronaut 2.x New Group IDs Mandatory upgrade for Netty tcnative Other Breaking Changes 1.2 Upgrading to Micronaut 2.x This section covers the steps require...
包含的 Transport NIO-Nonblocking I/O OIO-Old blocking I/O 同个 JVM 内的本地 Transport 通信 内嵌 Transport 包含的 Transport Netty 自带了一些传输协议的实现,虽然没有支持所有的传输协议,但是其自带的已足够我们来使用。Netty应用程序的传输协议依赖于...