Modifier and Type | Class and Description |
---|---|
class |
Socket
Provides a JNI bridge to native socket operations.
|
Modifier and Type | Method and Description |
---|---|
FileDescriptor |
UnixChannel.fd()
Returns the
FileDescriptor that is used by this Channel . |
static FileDescriptor |
FileDescriptor.from(File file)
Open a new
FileDescriptor for the given File . |
static FileDescriptor |
FileDescriptor.from(String path)
Open a new
FileDescriptor for the given path. |
static FileDescriptor[] |
FileDescriptor.pipe() |
Constructor and Description |
---|
SocketWritableByteChannel(FileDescriptor fd) |
Copyright © 2008–2021 The Netty Project. All rights reserved.