Class UnixChannelUtil
java.lang.Object
io.netty.channel.unix.UnixChannelUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic InetSocketAddresscomputeRemoteAddr(InetSocketAddress remoteAddr, InetSocketAddress osRemoteAddr) static booleanisBufferCopyNeededForWrite(ByteBuf byteBuf) Checks if the specified buffer has memory address or is composed of n(n invalid input: '<'= IOV_MAX) NIO direct buffers.
-
Method Details
-
isBufferCopyNeededForWrite
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.) -
computeRemoteAddr
public static InetSocketAddress computeRemoteAddr(InetSocketAddress remoteAddr, InetSocketAddress osRemoteAddr)
-