Registry / networking / netty-codec-stomp

netty-codec-stomp

JSON →
library4.1.134.Finaljavamavenunverified

Netty codec for the STOMP protocol, enabling STOMP client and server implementations.

<dependency> <groupId>io.netty</groupId> <artifactId>netty-codec-stomp</artifactId> <version>4.1.134.Final</version> </dependency>
INSTALL
IMPORT
SIG · NETTY-CODEC-STOMP
N
netty-codec-stomp
networkingjavav4.1.134.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.

StompSubframeDecoder
io.netty.handler.codec.stomp.StompSubframeDecoder

Adds a STOMP decoder to a Netty channel pipeline.

import io.netty.handler.codec.stomp.StompSubframeDecoder; import io.netty.channel.ChannelInitializer; import io.netty.channel.socket.SocketChannel; public class StompServerInitializer extends ChannelInitializer<SocketChannel> { @Override protected void initChannel(SocketChannel ch) { ch.pipeline().addLast(new StompSubframeDecoder()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.1.134.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

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