书栈网 · BookStack 本次搜索耗时 0.019 秒,为您找到 1529 个相关结果.
  • 6.27 HTTP/2 Support

    6.27 HTTP/2 Support Configuring the Server for HTTP/2 HTTP/2 Clients 6.27 HTTP/2 Support Since Micronaut 2.x, Micronaut’s Netty-based HTTP server can be configured to support...
  • 6.25 HTTP/2 Support

    6.25 HTTP/2 Support Configuring the Server for HTTP/2 HTTP/2 Clients 6.25 HTTP/2 Support Since Micronaut 2.x, Micronaut’s Netty-based HTTP server can be configured to support...
  • 6.27 HTTP/2 Support

    6.27 HTTP/2 Support Configuring the Server for HTTP/2 HTTP/2 Clients 6.27 HTTP/2 Support Since Micronaut 2.x, Micronaut’s Netty-based HTTP server can be configured to support...
  • Set up

    Set up Java client Step 1: Install Java client library Maven Gradle Pulsar BOM Maven Gradle Spring Boot Spring Boot using Maven Spring Boot using Gradle Step 2: Connect to...
  • 序列化数据

    序列化数据 JDK 序列化 JBoss Marshalling 序列化 ProtoBuf 序列化 序列化数据 JDK 提供了 ObjectOutputStream 和 ObjectInputStream 通过网络将原始数据类型和 POJO 进行序列化和反序列化。API并不复杂,可以应用到任何对象,支持 java.io.Serializable ...
  • Testing Functions

    Testing Functions Testing Functions Functions can also be run as part of the Micronaut application context for ease of testing. Similarly to the example above, this approach re...
  • 工程依赖

    工程依赖 工程依赖 Motan框架采用模块化设计,使用时可以按需依赖。目前的模块有: motan-coreMotan核心框架 motan-transport-netty基于Netty协议的长连接传输协议 motan-registry-consulConsul服务发现组件 motan-registry-zookeeperZookeeper服务发现组...
  • 构成部分

    2667 2018-02-22 《Netty 实战(精髓)》
    构成部分 Channel Callback (回调) Future Event 和 Handler 整合 FUTURE, CALLBACK 和 HANDLER SELECTOR, EVENT 和 EVENT LOOP 构成部分 正如我们前面解释的,非阻塞 I/O 不会强迫我们等待操作的完成。在这种能力的基础上,真正的异步 I/O 起到了...
  • 6.29.1 Configuring Server Thread Pools

    6.29.1 Configuring Server Thread Pools Blocking Operations 6.29.1 Configuring Server Thread Pools The HTTP server is built on Netty which is designed as a non-blocking I/O too...
  • Shutting Down Your Application 关闭你的应用

    Shutting Down Your Application 关闭你的应用 Shutting Down Your Application 关闭你的应用 关闭一个 Netty 应用往往只需要简单地通过 shutdownGracefully() 方法来关闭你构建的所有的 EventLoopGroup 。当EventLoopGroup 被完全地终止,并且对应...