Registry / networking / nv-websocket-client

nv-websocket-client

JSON →
library2.14javamavenunverified

A high-performance WebSocket client library for Java with support for RFC 6455 and extensions.

<dependency> <groupId>com.neovisionaries</groupId> <artifactId>nv-websocket-client</artifactId> <version>2.14</version> </dependency>
INSTALL
IMPORT
SIG · NV-WEBSOCKET-CLIEN
N
nv-websocket-client
networkingjavav2.14
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

WebSocket
✓ com.neovisionaries.ws.client.WebSocket

Connects to a WebSocket server and sends a message.

import com.neovisionaries.ws.client.WebSocket; import com.neovisionaries.ws.client.WebSocketFactory; public class Example { public static void main(String[] args) throws Exception { WebSocket ws = new WebSocketFactory().createSocket("ws://echo.websocket.org"); ws.connect(); ws.sendText("Hello"); ws.disconnect(); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.14latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
20
Resources
nv-websocket-client — mvn dependency:get nv-websocket-client · libregistry