Registry / networking / netty-transport-native-unix-common

netty-transport-native-unix-common

JSON →
library4.2.12.Finaljavamavenunverified

Netty transport native Unix common library providing shared utilities for native Unix socket implementations.

<dependency> <groupId>io.netty</groupId> <artifactId>netty-transport-native-unix-common</artifactId> <version>4.2.12.Final</version> </dependency>
INSTALL
IMPORT
SIG · NETTY-TRANSPORT-NA
N
netty-transport-native-unix-common
networkingjavav4.2.12.Final
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.

DomainSocketAddress
io.netty.channel.unix.DomainSocketAddress

Creates a domain socket address and an Epoll domain socket channel.

import io.netty.channel.unix.DomainSocketAddress; import io.netty.channel.epoll.EpollDomainSocketChannel; DomainSocketAddress address = new DomainSocketAddress("/tmp/test.sock"); EpollDomainSocketChannel channel = new EpollDomainSocketChannel();
Debug
Known issues
gotchaNative transport requires the netty-tcnative or netty-native library for your platform.
fix
Add the appropriate classifier dependency (e.g., netty-transport-native-epoll for Linux x86_64).
affects: *
Upgrade
Version history
4.2.12.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
netty-transport-native-unix-common — mvn dependency:get netty-transport-native-unix-common · libregistry