Introduction
Async RMI Feature set.
- Asynchronous calls [documentation] [example].
- Java 8 CompletableFuture as remote futures.
- Client timeout [documentation] [example].
- One way calls [documentation] [example].
- Cancellation of remote future [documentation] [example].
- Configurable thread policies [documentation] [example].
- Dynamic class loading [documentation] [example].
- Ease of use.
- Maven build [documentation].
- Use Oracle RMI marker interfaces, Remote, RemoteException.
- Logging [documentation].
- Mo code generation.
- Support Closures and Streams.
- Work behind firewalls
- Automatic exporting remote objects [documentation] [example].
- Client connection pool
- Requests pipeline [documentation] [example].
- Configuration File[documentation] [example].
- Networking
- Unpublish [documentation].
- Selecting network interface [documentation].
- Handshake [documentation].
- Encryption [documentation] [example].
- Closing proxy [closing-client] [example].
- Redirect proxy [redirect client] [example].