public class StompCodec
extends java.lang.Object
Codec for sending and receiving STOMP messages.| Modifier and Type | Field and Description |
|---|---|
private static StompDecoder |
DECODER |
private static <any> |
ENCODER_FUNCTION |
| Constructor and Description |
|---|
StompCodec() |
| Modifier and Type | Method and Description |
|---|---|
<any> |
decoder(<any> next) |
<any> |
encoder() |
private static final StompDecoder DECODER
private static final <any> ENCODER_FUNCTION