Class UnixChannelUtil

java.lang.Object
io.netty.channel.unix.UnixChannelUtil

public final class UnixChannelUtil extends Object
  • Constructor Details

    • UnixChannelUtil

      private UnixChannelUtil()
  • Method Details

    • isBufferCopyNeededForWrite

      public static boolean isBufferCopyNeededForWrite(ByteBuf byteBuf)
      Checks if the specified buffer has memory address or is composed of n(n invalid input: '<'= IOV_MAX) NIO direct buffers. (We check this because otherwise we need to make it a new direct buffer.)
    • isBufferCopyNeededForWrite

      static boolean isBufferCopyNeededForWrite(ByteBuf byteBuf, int iovMax)
    • computeRemoteAddr

      public static InetSocketAddress computeRemoteAddr(InetSocketAddress remoteAddr, InetSocketAddress osRemoteAddr)