Registry / networking / rsocket-transport-netty

rsocket-transport-netty

JSON →
library1.1.5javamavenunverified

Reactor Netty-based transport implementations for RSocket, supporting TCP and WebSocket.

<dependency> <groupId>io.rsocket</groupId> <artifactId>rsocket-transport-netty</artifactId> <version>1.1.5</version> </dependency>
INSTALL
IMPORT
SIG · RSOCKET-TRANSPORT-
R
rsocket-transport-netty
networkingjavav1.1.5
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.

TcpClientTransport
io.rsocket.transport.netty.client.TcpClientTransport

Creates an RSocket client using TCP transport.

import io.rsocket.transport.netty.client.TcpClientTransport; import io.rsocket.core.RSocketConnector; public class Example { public static void main(String[] args) { RSocketConnector.create() .transport(TcpClientTransport.create("localhost", 7000)) .connect() .block(); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.5latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
OpenAI (training)
1
Resources
rsocket-transport-netty — mvn dependency:get rsocket-transport-netty · libregistry