Package | Description |
---|---|
io.netty.channel.unix |
Unix specific transport.
|
Modifier and Type | Method and Description |
---|---|
static Errors.NativeIoException |
Errors.newConnectionResetException(String method,
int errnoNegative) |
static Errors.NativeIoException |
Errors.newIOException(String method,
int err) |
Modifier and Type | Method and Description |
---|---|
static int |
Errors.ioResult(String method,
int err,
Errors.NativeIoException resetCause,
ClosedChannelException closedCause)
Deprecated.
|
Copyright © 2008–2024 The Netty Project. All rights reserved.