书栈网 · BookStack 本次搜索耗时 0.023 秒,为您找到 1473 个相关结果.
  • 6.12 JSON Binding with Jackson

    6.12 JSON Binding with Jackson 6.12 JSON Binding with Jackson The most common data interchange format nowadays is JSON. In fact, the defaults in the Controller annotation spe...
  • 6.14 JSON Binding with Jackson

    6.14 JSON Binding with Jackson 6.14 JSON Binding with Jackson The most common data interchange format nowadays is JSON. In fact, the defaults in the Controller annotation spe...
  • 6.14 JSON Binding with Jackson

    6.14 JSON Binding with Jackson 6.14 JSON Binding with Jackson The most common data interchange format nowadays is JSON. In fact, the defaults in the Controller annotation spe...
  • 介绍

    JetLinks 开源物联网平台 核心特性 技术栈 架构 设备接入流程 JetLinks 开源物联网平台 JetLinks 基于Java8,Spring Boot 2.x,WebFlux,Netty,Vert.x,Reactor等开发, 是一个开箱即用,可二次开发的企业级物联网基础平台。平台实现了物联网相关的众多基础功能, 能帮助你快速建立物...
  • Transport(传输)

    1560 2018-02-22 《Netty 实战(精髓)》
    Transport Transport 本章将涵盖很多 transport(传输),他们的用例以及 API: NIO OIO Local(本地) Embedded(内嵌) 网络应用程序提供了人与系统通信的信道,但是,当然 他们也将大量的数据从一个地方移到到另一个地方。如何做到这一点取决于具体的网络传输,但转移始终是相同的:字节通过线路。传输的概...
  • Architectural Overview 架构总览

    Architectural Overview 架构总览 Architectural Overview 架构总览 在本章中,我们将研究 Netty 提供的核心功能以及他们是如何构成一个完整的网络应用开发堆栈顶部的核心。你阅读本章时,请把这个图记住。
  • 1.2.3

    Migrating 1.2.2 → 1.2.3 1.2.3 Migrating 1.2.2 → 1.2.3 1.2.3 Ktor has reached 1.2.3! 🎉 Full changelog: https://github.com/ktorio/ktor/compare/1.2.2…1.2.3 API Documentation...
  • Event Model based on the Interceptor Chain Pattern 基于拦截链模式的事件模型

    Event Model based on the Interceptor Chain Pattern 基于拦截链模式的事件模型 Event Model based on the Interceptor Chain Pattern 基于拦截链模式的事件模型 一个定义良好并具有扩展能力的事件模型是事件驱动开发的必要条件。Netty 具有定义良好的 I/O ...
  • Writing an Echo Server 写个应答服务器

    Writing an Echo Server 写个应答服务器 Writing an Echo Server 写个应答服务器 到目前为止,我们虽然接收到了数据,但没有做任何的响应。然而一个服务端通常会对一个请求作出响应。让我们学习怎样在 ECHO 协议的实现下编写一个响应消息给客户端,这个协议针对任何接收的数据都会返回一个响应。 和 discard ...
  • Event Model based on the Interceptor Chain Pattern 基于拦截链模式的事件模型

    Event Model based on the Interceptor Chain Pattern 基于拦截链模式的事件模型 Event Model based on the Interceptor Chain Pattern 基于拦截链模式的事件模型 一个定义良好并具有扩展能力的事件模型是事件驱动开发的必要条件。Netty 具有定义良好的 I/O ...