| Package | Description |
|---|---|
| io.netty.channel.unix |
Unix specific transport.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Socket
Provides a JNI bridge to native socket operations.
|
| Modifier and Type | Field and Description |
|---|---|
private FileDescriptor |
SocketWritableByteChannel.fd |
| Modifier and Type | Field and Description |
|---|---|
private static java.util.concurrent.atomic.AtomicIntegerFieldUpdater<FileDescriptor> |
FileDescriptor.stateUpdater |
| Modifier and Type | Method and Description |
|---|---|
FileDescriptor |
UnixChannel.fd()
Returns the
FileDescriptor that is used by this Channel. |
static FileDescriptor |
FileDescriptor.from(java.io.File file)
Open a new
FileDescriptor for the given File. |
static FileDescriptor |
FileDescriptor.from(java.lang.String path)
Open a new
FileDescriptor for the given path. |
static FileDescriptor[] |
FileDescriptor.pipe() |
| Constructor and Description |
|---|
SocketWritableByteChannel(FileDescriptor fd) |