Home / cs-notes / Architecture / Components / Netty / Summary / server / flush
- flush - Channel.Unsafe
- addFlush - ChannelOutboundBuffer
- flush0 - AbstractChannel.AbstractUnsafe
- doWrite - AbstractChannel / NioSocketChannel
- doWrite0 - AbstractNioByteChannel
- doWriteInternal - AbstractNioByteChannel
- doWriteBytes - NioSocketChannel
- javaChannel - NioSocketChannel
- readBytes - ByteBuf
- getBytes - ByteBuf / UnpooledDirectByteBuf
- write - GatheringByteChannel / SocketChannel(java)
- getBytes - ByteBuf / UnpooledDirectByteBuf
- doWriteBytes - NioSocketChannel
- doWriteInternal - AbstractNioByteChannel
- doWrite0 - AbstractNioByteChannel
- doWrite - AbstractChannel / NioSocketChannel