Tagged articles

Network Library

6 articles · Page 1 of 1
51CTO HarmonyOS Developer Community
51CTO HarmonyOS Developer Community
Jun 10, 2026 · Mobile Development

HarmonyOS Network Library: Chainable API, Interceptors & Multi-format Requests

This article details a HarmonyOS network request library encapsulation featuring global configuration, chainable API, request/response interceptors, and support for JSON, form, binary, and multipart file uploads, with complete implementation code, usage examples, and pitfalls like ArkTS type constraints and large-file memory limits.

ArkTSChainable APIFile Upload
0 likes · 16 min read
HarmonyOS Network Library: Chainable API, Interceptors & Multi-format Requests
Three Knives
Three Knives
Sep 17, 2025 · Backend Development

smart-socket v1.7.0 Ends the JDK Compatibility Nightmare

smart-socket v1.7.0 introduces a single library version that fully supports JDK 8‑25 by using a dynamically adaptive DirectBufferCleaner, eliminating version splits, upgrade pain, and maintenance overhead while preserving zero‑performance overhead and automatic fallback.

DirectBufferCleanerJDK compatibilityJava
0 likes · 6 min read
smart-socket v1.7.0 Ends the JDK Compatibility Nightmare
NetEase Cloud Music Tech Team
NetEase Cloud Music Tech Team
Oct 20, 2023 · Mobile Development

How to Seamlessly Replace OkHttp with Cronet on Android

This article details the motivation, architecture, and step‑by‑step integration of Google’s Cronet network library into NetEase Cloud Music’s Android client, covering adaptation layers, interceptor handling, timeout support, compatibility fixes, performance gains, and future QUIC enhancements.

AndroidCronetNetwork Library
0 likes · 15 min read
How to Seamlessly Replace OkHttp with Cronet on Android
NetEase Smart Enterprise Tech+
NetEase Smart Enterprise Tech+
Mar 4, 2021 · Backend Development

How Signaling Powers Real‑Time Audio/Video: Inside NERTC’s Network Library

This article explains the concept and role of signaling in real‑time audio/video, describes the single‑PeerConnection architecture using WebSocket, details the handshake, keep‑alive and reconnection mechanisms, and outlines NERTC’s modular network library design for robust communication under weak network conditions.

Network LibraryWebRTCWebSocket
0 likes · 13 min read
How Signaling Powers Real‑Time Audio/Video: Inside NERTC’s Network Library
WeChat Client Technology Team
WeChat Client Technology Team
Nov 28, 2016 · Mobile Development

How WeChat’s Mars Library Powers Reliable Mobile Networks

WeChat’s Mars library, a C++‑based cross‑platform network component used across Android, iOS, macOS, Windows and more, offers optimized signaling (STN), logging (XLOG), diagnostics (SDT) and core utilities, enabling reliable mobile connections and simplifying development, and will soon be open‑sourced.

C++Cross-platformMobile Networking
0 likes · 10 min read
How WeChat’s Mars Library Powers Reliable Mobile Networks