Uses of Class
io.netty.channel.unix.FileDescriptor
Packages that use FileDescriptor
Package
Description
Optimized transport for linux which uses EPOLL Edge-Triggered Mode
for maximal performance.
Unix specific transport.
-
Uses of FileDescriptor in io.netty.channel.epoll
Subclasses of FileDescriptor in io.netty.channel.epollModifier and TypeClassDescriptionfinal classA socket which provides access Linux native methods.Methods in io.netty.channel.epoll that return FileDescriptorModifier and TypeMethodDescriptionEpollIoHandle.fd()Returns theFileDescriptorthat used by thisIoHandle.static FileDescriptorNative.newEpollCreate()static FileDescriptorNative.newEventFd()static FileDescriptorNative.newTimerFd()Methods in io.netty.channel.epoll with parameters of type FileDescriptorModifier and TypeMethodDescriptionstatic intNative.epollBusyWait(FileDescriptor epollFd, EpollEventArray events) Non-blocking variant ofNative.epollWait(FileDescriptor, EpollEventArray, FileDescriptor, int, int)that will also hint to processor we are in a busy-wait loop.static intNative.epollWait(FileDescriptor epollFd, EpollEventArray events, FileDescriptor timerFd, int timeoutSec, int timeoutNs) Deprecated.this method is no longer supported.protected final intAbstractEpollStreamChannel.SpliceInTask.spliceIn(FileDescriptor pipeOut, RecvByteBufAllocator.Handle handle) final ChannelFutureAbstractEpollStreamChannel.spliceTo(FileDescriptor ch, int offset, int len) Deprecated.Will be removed in the future.final ChannelFutureAbstractEpollStreamChannel.spliceTo(FileDescriptor ch, int offset, int len, ChannelPromise promise) Deprecated.Will be removed in the future. -
Uses of FileDescriptor in io.netty.channel.unix
Subclasses of FileDescriptor in io.netty.channel.unixFields in io.netty.channel.unix declared as FileDescriptorMethods in io.netty.channel.unix that return FileDescriptorModifier and TypeMethodDescriptionUnixChannel.fd()Returns theFileDescriptorthat is used by thisChannel.static FileDescriptorOpen a newFileDescriptorfor the givenFile.static FileDescriptorOpen a newFileDescriptorfor the given path.static FileDescriptor[]FileDescriptor.pipe()Constructors in io.netty.channel.unix with parameters of type FileDescriptor