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 IovArrayEpollEventLoop. iovArrayprivate IovArrayNativeDatagramPacketArray. iovArrayMethods in io.netty.channel.epoll that return IovArray Modifier and Type Method Description (package private) IovArrayEpollEventLoop. cleanIovArray()Methods in io.netty.channel.epoll with parameters of type IovArray Modifier and Type Method Description private 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 IovArray Modifier and Type Field Description private IovArrayKQueueEventLoop. iovArrayMethods in io.netty.channel.kqueue that return IovArray Modifier and Type Method Description (package private) IovArrayKQueueEventLoop. cleanArray()Methods in io.netty.channel.kqueue with parameters of type IovArray Modifier and Type Method Description (package private) intBsdSocket. 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 intAbstractKQueueStreamChannel. writeBytesMultiple(ChannelOutboundBuffer in, IovArray array)Write multiple bytes viaIovArray.
-