书栈网 · BookStack 本次搜索耗时 0.015 秒,为您找到 1473 个相关结果.
  • Auto reload

    Auto reload note note Automatic reloading on class changes Using embeddedServer note Using the application.conf note note Recompiling automatically on source changes Exam...
  • 总结

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

    Usage Recommendations CPU Scaling Governor CPU Limitations RAM Storage Subsystem RAID File System Linux Kernel Network Huge Pages Hypervisor configuration ZooKeeper U...
  • 会话管理

    本框架 由于是用netty作为http服务的,所以没有servlet里的 session,我们是用JWT来做的会话管理。 本框架 由于是用netty作为http服务的,所以没有servlet里的 session,我们是用JWT来做的会话管理。 获取jwt管理对象 JwtManager jwtManager = request . getJwt...
  • 架构介绍

    一、说明 二、架构 三、DataProxy功能配置说明 一、说明 InLong - dataProxy 属于 inlong proxy 层,用于数据的汇集接收以及转发。通过格式转换,将数据转为 cache 层可以缓存处理的 TDMsg1 格式 InLong - dataProxy 充当了 InLong 采集端到 InLong 缓冲端的桥梁, d...
  • 引导

    引导 引导 本章介绍: 引导客户端和服务器 从Channel引导客户端 添加 ChannelHandler 使用 ChannelOption 和属性 正如我们所见,ChannelPipeline 、ChannelHandler和编解码器提供工具,我们可以处理一个广泛的数据处理需求。但是你可能会问,“我创建了组件后,如何将其组装形成一个应用程序?...
  • Properties

    Background Parameters Sample Background Apache ShardingSphere provides a wealth of system configuration properties, which users can configure through server.yaml . Parameter...
  • 介绍

    JetLinks 开发手册 技术选型 配置 JetLinks 开发手册 JetLinks 基于java8,spring-boot 2.2,webflux,netty,vert.x等开发, 是一个全响应式(reactor (opens new window) )的物联网基础平台. 使用 maven多模块 ,实现组件化开发.可按需引入需要的模块. ...
  • Properties

    Background Parameters Sample Background Apache ShardingSphere can configure system-level configuration through property configuration. This section describes the configuration...
  • 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 它...