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

    Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler

    io.netty.channel.ChannelHandler.Sharable
  • Constructor Summary

    Constructors 
    Constructor Description
    PlcByteToMessageCodec()  
    PlcByteToMessageCodec​(Class<? extends OUTBOUND_IN> outboundMessageType)  
  • Method Summary

    Modifier and Type Method Description
    protected io.netty.channel.ChannelHandler getPrevChannelHandler​(io.netty.channel.ChannelHandlerContext ctx)  

    Methods inherited from class io.netty.handler.codec.ByteToMessageCodec

    acceptOutboundMessage, channelInactive, channelRead, channelReadComplete, decode, decodeLast, encode, handlerAdded, handlerRemoved, write

    Methods inherited from class io.netty.channel.ChannelDuplexHandler

    bind, close, connect, deregister, disconnect, flush, read

    Methods inherited from class io.netty.channel.ChannelInboundHandlerAdapter

    channelActive, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggered

    Methods inherited from class io.netty.channel.ChannelHandlerAdapter

    ensureNotSharable, isSharable

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait