Tag

HttpHandler

1 views collected around this technical thread.

Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Feb 9, 2023 · Backend Development

Mastering Spring Web Reactive: HttpHandler, WebHandler, and Server Integration

This article explains how Spring Web 2.4.12 enables reactive web applications by introducing the minimal HttpHandler protocol, the richer WebHandler API, supported server adapters, bean components, form and multipart data handling, filters, exception handlers, and the underlying codec infrastructure.

HttpHandlerReactive WebSpring Boot
0 likes · 10 min read
Mastering Spring Web Reactive: HttpHandler, WebHandler, and Server Integration
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Jul 4, 2022 · Backend Development

Understanding Spring WebFlux Request Flow: From HttpHandler to DispatcherHandler

This article explains how Spring WebFlux automatically configures the HttpHandler, builds the HttpWebHandlerAdapter, chains WebFilters, and ultimately invokes the DispatcherHandler to process a request, detailing each class and method involved in the reactive request pipeline.

HttpHandlerJavaReactive
0 likes · 10 min read
Understanding Spring WebFlux Request Flow: From HttpHandler to DispatcherHandler
360 Quality & Efficiency
360 Quality & Efficiency
Oct 1, 2020 · Backend Development

Advanced Python Logging: StreamHandler, FileHandler, HTTPHandler and Asynchronous Remote Logging with aiohttp and Thread Pools

This article demonstrates how to configure Python's logging module for console and file output, extend it with HTTPHandler for remote logging, and improve performance by using custom handlers, threading, thread pools, and asynchronous aiohttp calls to avoid blocking the main program.

AsyncIOHttpHandlerPython
0 likes · 16 min read
Advanced Python Logging: StreamHandler, FileHandler, HTTPHandler and Asynchronous Remote Logging with aiohttp and Thread Pools