Uses of Class
io.netty.channel.unix.FileDescriptor
-
-
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 protected FileDescriptorSocketWritableByteChannel. fdMethods in io.netty.channel.unix that return FileDescriptor Modifier and Type Method Description FileDescriptorUnixChannel. fd()Returns theFileDescriptorthat is used by thisChannel.static FileDescriptorFileDescriptor. from(File file)Open a newFileDescriptorfor the givenFile.static FileDescriptorFileDescriptor. from(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)
-