Package | Description |
---|---|
io.netty.channel.epoll |
Optimized transport for linux which uses EPOLL Edge-Triggered Mode
for maximal performance.
|
io.netty.channel.unix |
Unix specific transport.
|
Class and Description |
---|
DomainSocketAddress
A address for a
Unix Domain Socket.
|
DomainSocketChannel
A
UnixChannel that supports communication via
Unix Domain Socket. |
DomainSocketChannelConfig
Special
ChannelConfig for DomainSocketChannel s. |
DomainSocketReadMode
Different modes of reading from a
DomainSocketChannel . |
FileDescriptor
Native
FileDescriptor implementation which allows to wrap an int and provide a
FileDescriptor for it. |
ServerDomainSocketChannel |
UnixChannel
Channel that expose operations that are only present on UNIX like systems. |
Class and Description |
---|
DomainSocketAddress
A address for a
Unix Domain Socket.
|
DomainSocketChannelConfig
Special
ChannelConfig for DomainSocketChannel s. |
DomainSocketReadMode
Different modes of reading from a
DomainSocketChannel . |
FileDescriptor
Native
FileDescriptor implementation which allows to wrap an int and provide a
FileDescriptor for it. |
UnixChannel
Channel that expose operations that are only present on UNIX like systems. |
Copyright © 2008–2015 The Netty Project. All rights reserved.