Uses of Class
io.netty.channel.unix.IovArray
Packages that use IovArray
Package
Description
Optimized transport for linux which uses EPOLL Edge-Triggered Mode
for maximal performance.
BSD specific transport.
-
Uses of IovArray in io.netty.channel.epoll
Fields in io.netty.channel.epoll declared as IovArrayModifier and TypeFieldDescriptionprivate IovArrayEpollEventLoop.iovArrayprivate final IovArrayNativeDatagramPacketArray.iovArrayMethods in io.netty.channel.epoll that return IovArrayMethods in io.netty.channel.epoll with parameters of type IovArrayModifier and TypeMethodDescriptionprivate intAbstractEpollStreamChannel.writeBytesMultiple(ChannelOutboundBuffer in, IovArray array) Write multiple bytes viaIovArray. -
Uses of IovArray in io.netty.channel.kqueue
Fields in io.netty.channel.kqueue declared as IovArrayMethods in io.netty.channel.kqueue that return IovArrayMethods in io.netty.channel.kqueue with parameters of type IovArrayModifier and TypeMethodDescription(package private) intBsdSocket.connectx(InetSocketAddress source, InetSocketAddress destination, IovArray data, boolean tcpFastOpen) Establish a connection to the given destination address, and send the given data to it.private intAbstractKQueueStreamChannel.writeBytesMultiple(ChannelOutboundBuffer in, IovArray array) Write multiple bytes viaIovArray.