Home / cs-notes / Architecture / Components / Netty / Channel / AbstractChannel / doWrite
    /**
     * Flush the content of the given buffer to the remote peer.
     */
    protected abstract void doWrite(ChannelOutboundBuffer in) throws Exception;