Java
232 notes
Some notes are currently available only in Chinese. English translations are shown when available.
- Netty Bind Source: Instantiating the Channelhistorical
Historical source flow from configured channel factory to a server Channel instance before registration.
- Netty Bind Source: Binding the Listening Sockethistorical
How an event-loop-owned server channel performs the transport bind and transitions toward active listening state.
- Netty Pipeline: Inbound Eventshistorical
Propagation of channel lifecycle and read events through inbound handlers.
- Netty ByteBufhistorical
Reader/writer indexes, heap/direct buffers, slicing, reference counting, and ownership rules.
- Spring AOP Source: Registering the Auto-Proxy Creatorhistorical
How annotation-driven AOP enables an auto-proxy BeanPostProcessor, described as versioned Spring internals.
- Spring AOP Source: Creating the Auto-Proxy Creatorhistorical
Lifecycle of Spring's AOP auto-proxy creator as an infrastructure bean and BeanPostProcessor.
- Spring AOP Source Analysis Summaryhistorical
End-to-end Spring AOP model from infrastructure registration and advisor discovery to proxy creation and interceptor invocation.
- Netty Bind Source: Initializing the Channelhistorical
Applying options, attributes, and pipeline handlers to a newly created server channel.
- Netty Source: NioEventLoop Run Loophistorical
Selector waiting, selected-key processing, queued tasks, scheduling, and fairness inside a Netty NIO event loop.
- Netty Pipeline: Outbound Eventshistorical
Propagation of writes, flushes, binds, connects, closes, and other outbound operations through handlers toward the transport.