书栈网 · BookStack 本次搜索耗时 0.028 秒,为您找到 1473 个相关结果.
  • 6.28 Configuring the HTTP Server

    6.28 Configuring the HTTP Server Using Native Transports 6.28 Configuring the HTTP Server The HTTP server features a number of configuration options you may wish to tweak. The...
  • 关于本书

    1710 2018-02-22 《Netty 实战(精髓)》
    关于本书 关于本书 我们开始通过讨论阻塞和非阻塞处理之间的差异来了解到后一种方法的优点。然后,我们转移到了的 Netty的功能,设计和效益的概述。这些包括了Netty 的异步模型,包括回调,future 及其组合使用。我们还谈到了Netty 的线程模型,事件是如何被使用的,以及它们如何被拦截和处理。展望未来,我们将更加深入探索如何使用这些丰富的工具集...
  • HTTP/2

    Configure HTTP/2 in Different Application Engines SSL certificate ALPN implementation Jetty Netty Tomcat and other servlet containers Configure HTTP/2 in Different Applica...
  • getty介绍

    2877 2020-01-04 《getty 使用手册》
    getty 简介 getty名称的由来 说说写这个框架的原因: getty的特点: 简单使用 更多详情与文档 提供bug反馈或建议 create by getty 一个完全基于java 实现的aio框架。 简介 1、getty是完全基于java nio封装的高性能网络框架。 2、getty可在项目中使用,也可以用于帮助你更好的...
  • Writing a Discard Server 写个抛弃服务器

    Writing a Discard Server 写个抛弃服务器 Writing a Discard Server 写个抛弃服务器 世上最简单的协议不是’Hello, World!’ 而是 DISCARD(抛弃服务) 。这个协议将会抛弃任何收到的数据,而不响应。 为了实现 DISCARD 协议,你只需忽略所有收到的数据。让我们从 handler (处...
  • Nodes hot threads

    Nodes hot threads Example Path and HTTP methods Path parameters Query parameters Sample request Sample response Response Required permissions Nodes hot threads The nodes...
  • Configuring Network Transports

    1. Acceptors 2. Connectors 3. Configuring the Transport Directly from the Client 4. Configuring the Netty transport 4.1. Single Port Support 4.2. Configuring Netty TCP 4.3. Co...
  • Configuring Network Transports

    1. Acceptors 2. Connectors 3. Configuring the Transport Directly from the Client 4. Configuring the Netty transport 4.1. Single Port Support 4.2. Configuring Netty TCP 4.3. Co...
  • Soul性能优化

    Soul性能优化 说明 本身消耗 底层netty调优 Soul性能优化 说明 本文主要介绍如何对soul进行优化 本身消耗 soul本身所有的操作,都是基于jvm内存来匹配,本身消耗时间大概在 1-3 ms左右。 底层netty调优 soul内置依赖 spring-webflux 而其底层是使用的netty 我们可以自定义n...
  • ShenYu 性能优化

    ShenYu 性能优化 说明 本身消耗 底层Netty调优 ShenYu 性能优化 说明 本文主要介绍如何对 Apache ShenYu 进行优化。 本身消耗 Apache ShenYu 本身所有的操作,都是基于 JVM 内存来匹配,本身消耗时间大概在 1-3ms 左右。 底层Netty调优 Apache ShenYu 内置...