Protocol implementations for non-blocking sockets and websockets.
This project has declared the following modules:
Name | Description |
---|---|
TrAP Networking: Sockets using NIO1 (Legacy) | java.nio managed sockets (TCP). Server and Client sockets. |
TrAP Networking: Websockets Base | WebSocket implementation. |
TrAP Networking: Websockets using NIO | NioManager-backed implementation of WebSockets. |
TrAP Networking: Websockets using Sockets | Synchronous socket-based implementation for WebSockets |
trap-network-nio2 | Protocol implementations for non-blocking sockets and websockets. |
trap-network-nio | Protocol implementations for non-blocking sockets and websockets. |