Uses of Class
io.netty.channel.unix.IovArray
-
Packages that use IovArray Package Description io.netty.channel.epoll Optimized transport for linux which uses EPOLL Edge-Triggered Mode for maximal performance.io.netty.channel.kqueue BSD specific transport. -
-
Uses of IovArray in io.netty.channel.epoll
Fields in io.netty.channel.epoll declared as IovArray Modifier and Type Field Description private IovArray
EpollEventLoop. iovArray
private IovArray
NativeDatagramPacketArray. iovArray
Methods in io.netty.channel.epoll that return IovArray Modifier and Type Method Description (package private) IovArray
EpollEventLoop. cleanIovArray()
Methods in io.netty.channel.epoll with parameters of type IovArray Modifier and Type Method Description private 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 IovArray Modifier and Type Field Description private IovArray
KQueueEventLoop. iovArray
Methods in io.netty.channel.kqueue that return IovArray Modifier and Type Method Description (package private) IovArray
KQueueEventLoop. cleanArray()
Methods in io.netty.channel.kqueue with parameters of type IovArray Modifier and Type Method Description (package private) int
BsdSocket. connectx(java.net.InetSocketAddress source, java.net.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
.
-