Registry / networking / netty-codec-socks

netty-codec-socks

JSON →
library4.1.135.Finaljavamavenunverified

Netty codec for SOCKS protocol support.

<dependency> <groupId>io.netty</groupId> <artifactId>netty-codec-socks</artifactId> <version>4.1.135.Final</version> </dependency>
INSTALL
IMPORT
SIG · NETTY-CODEC-SOCKS
N
netty-codec-socks
networkingjavav4.1.135.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.

SocksMessage
io.netty.handler.codec.socks.SocksMessage

Creates a SOCKS init request message.

import io.netty.handler.codec.socks.SocksMessage; import io.netty.handler.codec.socks.SocksInitRequest; public class Example { public static void main(String[] args) { SocksMessage msg = new SocksInitRequest(); System.out.println(msg.type()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.1.135.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
netty-codec-socks — mvn dependency:get netty-codec-socks · libregistry