Class IOUringDatagramChannel.IOUringDatagramChannelUnsafe.WriteProcessor

  • All Implemented Interfaces:
    io.netty.channel.ChannelOutboundBuffer.MessageProcessor
    Enclosing class:
    IOUringDatagramChannel.IOUringDatagramChannelUnsafe

    private final class IOUringDatagramChannel.IOUringDatagramChannelUnsafe.WriteProcessor
    extends java.lang.Object
    implements io.netty.channel.ChannelOutboundBuffer.MessageProcessor
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int written  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private WriteProcessor()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean processMessage​(java.lang.Object msg)  
      (package private) int write​(io.netty.channel.ChannelOutboundBuffer in)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • written

        private int written
    • Constructor Detail

      • WriteProcessor

        private WriteProcessor()
    • Method Detail

      • processMessage

        public boolean processMessage​(java.lang.Object msg)
        Specified by:
        processMessage in interface io.netty.channel.ChannelOutboundBuffer.MessageProcessor
      • write

        int write​(io.netty.channel.ChannelOutboundBuffer in)