Package org.apache.plc4x.java.base
Class PlcByteToMessageCodec<OUTBOUND_IN>
java.lang.Object
io.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelInboundHandlerAdapter
io.netty.channel.ChannelDuplexHandler
io.netty.handler.codec.ByteToMessageCodec<OUTBOUND_IN>
org.apache.plc4x.java.base.PlcByteToMessageCodec<OUTBOUND_IN>
- All Implemented Interfaces:
io.netty.channel.ChannelHandler,io.netty.channel.ChannelInboundHandler,io.netty.channel.ChannelOutboundHandler
- Direct Known Subclasses:
GeneratedDriverByteToMessageCodec
public abstract class PlcByteToMessageCodec<OUTBOUND_IN>
extends io.netty.handler.codec.ByteToMessageCodec<OUTBOUND_IN>
-
Nested Class Summary
-
Constructor Summary
Constructors Constructor Description PlcByteToMessageCodec()PlcByteToMessageCodec(Class<? extends OUTBOUND_IN> outboundMessageType) -
Method Summary
Modifier and Type Method Description protected io.netty.channel.ChannelHandlergetPrevChannelHandler(io.netty.channel.ChannelHandlerContext ctx)Methods inherited from class io.netty.handler.codec.ByteToMessageCodec
acceptOutboundMessage, channelInactive, channelRead, channelReadComplete, decode, decodeLast, encode, handlerAdded, handlerRemoved, writeMethods inherited from class io.netty.channel.ChannelDuplexHandler
bind, close, connect, deregister, disconnect, flush, read
-
Constructor Details
-
PlcByteToMessageCodec
public PlcByteToMessageCodec() -
PlcByteToMessageCodec
-
-
Method Details
-
getPrevChannelHandler
protected io.netty.channel.ChannelHandler getPrevChannelHandler(io.netty.channel.ChannelHandlerContext ctx)
-