| Interface | Description |
|---|---|
| ConnectListener |
| Class | Description |
|---|---|
| NettyChannelInitializer | Sets up Netty's communication channel. |
| NettyClient | Represents client that connects to server |
| NettyHandler | @author Alex Tkachman, Rafal Slawik |
| NettyRemoteConnection | Connection using Netty |
| NettyServer | Represents a server that waits for connections from clients. |
| NettyTransportProvider | Transport provider using Netty. |
| RemoteObjectDecoder | |
| RemoteObjectEncoder |