| 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) |
Copyright © 2008–2017 The Netty Project. All rights reserved.