Uses of Class
io.netty.channel.unix.FileDescriptor
-
Packages that use FileDescriptor Package Description io.netty.channel.unix Unix specific transport. -
-
Uses of FileDescriptor in io.netty.channel.unix
Subclasses of FileDescriptor in io.netty.channel.unix Modifier and Type Class Description classSocketProvides a JNI bridge to native socket operations.Fields in io.netty.channel.unix declared as FileDescriptor Modifier and Type Field Description private FileDescriptorSocketWritableByteChannel. fdFields in io.netty.channel.unix with type parameters of type FileDescriptor Modifier and Type Field Description private static java.util.concurrent.atomic.AtomicIntegerFieldUpdater<FileDescriptor>FileDescriptor. stateUpdaterMethods in io.netty.channel.unix that return FileDescriptor Modifier and Type Method Description FileDescriptorUnixChannel. fd()Returns theFileDescriptorthat is used by thisChannel.static FileDescriptorFileDescriptor. from(java.io.File file)Open a newFileDescriptorfor the givenFile.static FileDescriptorFileDescriptor. from(java.lang.String path)Open a newFileDescriptorfor the given path.static FileDescriptor[]FileDescriptor. pipe()Constructors in io.netty.channel.unix with parameters of type FileDescriptor Constructor Description SocketWritableByteChannel(FileDescriptor fd)
-