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

    TLS Support Feature Description Use Cases Usage Provider Side Consumer Side Feedback TLS Support Understand how TLS ensures transmission security in Dubbo Feature Descri...
  • 介绍

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

    Getting Started 开始 链接 Getting Started 开始 本章围绕 Netty 的核心架构,通过简单的示例带你快速入门。当你读完本章节,你马上就可以用 Netty 写出一个客户端和服务器。 如果你在学习的时候喜欢“top-down(自顶向下)”,那你可能需要要从第二章《Architectural Overview (架构总览...
  • 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...
  • Properties

    Background Parameters Sample Background Apache ShardingSphere can configure system-level configuration through property configuration. This section describes the configuration...
  • List of Configuration Properties

    List of Configuration Properties Common Configuration Master Configuration Worker Configuration User Configuration Resource Manager Configuration Security Configuration L...
  • 2.3. 常用设置

    13659 2019-12-02 《Redisson 使用手册》
    2.3. 常用设置 codec(编码) threads(线程池数量) nettyThreads (Netty线程池数量) executor(线程池) eventLoopGroup transportMode(传输模式) lockWatchdogTimeout(监控锁的看门狗超时,单位:毫秒) keepPubSubOrder(保持订阅发布顺序) ...
  • Configurations

    Configurations note note The HOCON file note note Command Line Configuring the embeddedServer Multiple connectors Netty Jetty CIO Tomcat note Available configuration ...
  • 引导

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