Package | Description |
---|---|
io.netty.channel.kqueue |
BSD specific transport.
|
io.netty.channel.unix |
Unix specific transport.
|
io.netty.channel.unix.tests |
Unix specific transport tests.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
BsdSocket
A socket which provides access BSD native methods.
|
Modifier and Type | Method and Description |
---|---|
static Socket |
Socket.newSocketDgram() |
static Socket |
Socket.newSocketDomain() |
static Socket |
Socket.newSocketStream() |
Modifier and Type | Class and Description |
---|---|
class |
SocketTest<T extends Socket> |
Modifier and Type | Field and Description |
---|---|
protected T |
SocketTest.socket |