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 IovArray
EpollEventLoop.iovArray
private final IovArray
NativeDatagramPacketArray.iovArray
Methods in io.netty.channel.epoll that return IovArrayMethods in io.netty.channel.epoll with parameters of type IovArrayModifier and TypeMethodDescriptionprivate int
AbstractEpollStreamChannel.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) int
BsdSocket.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 int
AbstractKQueueStreamChannel.writeBytesMultiple
(ChannelOutboundBuffer in, IovArray array) Write multiple bytes viaIovArray
.