See: Description
| Interface | Description |
|---|---|
| ConnectListener |
| Class | Description |
|---|---|
| NettyChannelInitializer |
Sets up Netty's communication channel.
|
| NettyClient |
Represents client that connects to server
|
| NettyHandler | |
| NettyRemoteConnection |
Connection using Netty
|
| NettyServer |
Represents a server that waits for connections from clients.
|
| NettyTransportProvider |
Transport provider using Netty.
|
| RemoteObjectDecoder | |
| RemoteObjectEncoder |
This package holds implementation-specific classes implementing the remote actors functionality on top of Netty.