swim-io-ws implements a WebSocket modem for concurrently transporting explicitly flow-controlled WebSocket streams over a network without blocking or intermediate buffering, and swim-io-http requesters and responders for upgrading HTTP client and server modems to WebSocket modems. swim-io-ws is part of the Swim Core framework.
Add the swim-io-ws library to your project's dependencies.
compile group: 'org.swimos', name: 'swim-io-ws', version: '3.10.0'
<dependency>
<groupId>org.swimos</groupId>
<artifactId>swim-io-ws</artifactId>
<version>3.10.0</version>
</dependency>