书栈网 · BookStack 本次搜索耗时 0.017 秒,为您找到 1529 个相关结果.
  • 总结

    总结 总结 在这一章里,我们研究了 Netty 的 codec API 来编写解码器和编码器。我们还学习了为什么最好使用这个而不是纯ChannelHandler API。 我们看到不同的抽象编解码器类提供支持来处理在一个类中实现解码和编码。另一方面,如果我们需要更大的灵活性,希望结合现有实现我们也可以选择结合他们无需扩展抽象编解码器的任何类。 在...
  • 总结

    总结 总结 在这一章里,你学习了如何在基于Netty应用程序同时简单的使用 SPDY 和 HTTP(s) 。这提供了一个基础,您可以受益于性能于 SPDY 提供的增强,同时允许现有客户访问您的应用程序。 您学习了如何使用 Netty 提供的 SPDY 助手类,如何使用 Google Chrome获取更多的运行时信息协议。 一路上我们看到了再次修改...
  • Properties Configuration

    Introduction Configuration Item Explanation Introduction Configuration Item Explanation Introduction Apache ShardingSphere provides the way of property configuration to con...
  • Artifacts

    List of Artifacts List of Artifacts Ktor is divided into modules to allow fine-grained inclusion of dependencies based on the functionality required. The typical Ktor applicati...
  • 6.11 Reactive HTTP Request Processing

    6.11 Reactive HTTP Request Processing 6.11 Reactive HTTP Request Processing As mentioned previously, Micronaut is built on Netty which is designed around an Event loop model an...
  • Metrics

    Metrics Metrics Configuration Metrics Apache ActiveMQ Artemis can export metrics to a variety of monitoring systems via the Micrometer vendor-neutral application metrics faca...
  • Structure

    Building Complex Servers Hello World Defining modules Extracting routes Deployment and application.conf Health checks Building Complex Servers Depending on the complexity ...
  • Architecture

    1、intro 2、architecture 3、DataProxy support configuration instructions 1、intro Inlong - dataProxy belongs to the inlong proxy layer and is used for data collection , rec...
  • Universal Asynchronous I/O API 统一的异步 I/O API

    Universal Asynchronous I/O API 统一的异步 I/O API Universal Asynchronous I/O API 统一的异步 I/O API 传统的 Java I/O API 在应对不同的传输协议时需要使用不同的类型和方法。例如:java.net.Socket 和 java.net.DatagramSocket 它...
  • 属性配置

    背景信息 参数解释 配置示例 背景信息 Apache ShardingSphere 提供了丰富的系统配置属性,用户可通过 global.yaml 进行配置。 参数解释 名称 数据类型 说明 默认值 动态生效 system-log-level (?) String 系统日志输出级别,支持 DEBUG、INFO、WARN 和 ERROR,默认级别...