private static class ReactorNettyTcpClient.StompMessageDecoder<P>
extends ByteToMessageDecoder
| Modifier and Type | Field and Description |
|---|---|
private ReactorNettyCodec<P> |
codec |
| Constructor and Description |
|---|
StompMessageDecoder(ReactorNettyCodec<P> codec) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
decode(ChannelHandlerContext ctx,
ByteBuf in,
java.util.List<java.lang.Object> out) |
private final ReactorNettyCodec<P> codec
public StompMessageDecoder(ReactorNettyCodec<P> codec)