public abstract class PlcMessageToMessageCodec<INBOUND_IN,OUTBOUND_IN>
extends io.netty.handler.codec.MessageToMessageCodec<INBOUND_IN,OUTBOUND_IN>
| Constructor and Description |
|---|
PlcMessageToMessageCodec() |
PlcMessageToMessageCodec(Class<? extends INBOUND_IN> inboundMessageType,
Class<? extends OUTBOUND_IN> outboundMessageType) |
| Modifier and Type | Method and Description |
|---|---|
protected io.netty.channel.ChannelHandler |
getPrevChannelHandler(io.netty.channel.ChannelHandlerContext ctx) |
acceptInboundMessage, acceptOutboundMessage, channelRead, decode, encode, writebind, close, connect, deregister, disconnect, flush, readchannelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredensureNotSharable, handlerAdded, handlerRemoved, isSharablepublic PlcMessageToMessageCodec()
public PlcMessageToMessageCodec(Class<? extends INBOUND_IN> inboundMessageType, Class<? extends OUTBOUND_IN> outboundMessageType)
Copyright © 2017–2018 The Apache Software Foundation. All rights reserved.