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

    6.27 Configuring the HTTP Server Using Native Transports 6.27 Configuring the HTTP Server The HTTP server features a number of configuration options you may wish to tweak. The...
  • Configuring Transports

    Configuring the Transport Acceptors Connectors Configuring the Transport Directly from the Client Configuring the Netty transport Single Port Support Configuring Netty TCP Con...
  • Configuring Transports

    Configuring the Transport Acceptors Connectors Configuring the Transport Directly from the Client Configuring the Netty transport Single Port Support Configuring Netty TCP Con...
  • 案例研究:Transport 的迁移

    1519 2018-02-22 《Netty 实战(精髓)》
    案例研究:Transport 的迁移 没有用 Netty 实现 I/O 和 NIO 采用 Netty 实现 I/O 和 NIO Netty NIO 版本 案例研究:Transport 的迁移 为了让你想象 Transport 如何工作,我会从一个简单的应用程序开始,这个应用程序什么都不做,只是接受客户端连接并发送“Hi!”字符串消息到客户端,发...
  • Gradle

    1060 2020-12-24 《Ktor v1.5.0 Document》
    Gradle note Basic Kotlin build.gradle file (without Ktor) Add Ktor dependencies and configure build settings note Choose your engine and configure it Final build.gradle (with...
  • ShenYu 性能优化

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

    1512 2018-05-02 《gRPC学习笔记》
    类NettyChannelProvider和OkHttpChannelProvider 类NettyChannelProvider 类OkHttpChannelProvider ServiceProvider 的实现 总结 类NettyChannelProvider和OkHttpChannelProvider 类NettyChannelP...
  • Writing a Discard Server 写个抛弃服务器

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

    1332 2018-02-22 《Netty 实战(精髓)》
    总结 总结 在本章中,您构建并运行你的第一 个Netty 的客户端和服务器。虽然这是一个简单的应用程序,它可以扩展到几千个并发连接。 在下面的章节中,我们会看到的更多 Netty 如何简化可扩展和多线程的例子。我们还将更深入的了解 Netty 支持的关注点分离的构建理念;通过提供正确的抽象将业务逻辑从网络逻辑中解耦,Netty 可以很容易地跟上迅速...
  • 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...