public class OpcClientHttpCodec extends io.netty.handler.codec.MessageToMessageCodec<io.netty.handler.codec.http.HttpResponse,UaTransportRequest>
| Modifier and Type | Method and Description |
|---|---|
protected void |
decode(io.netty.channel.ChannelHandlerContext ctx,
io.netty.handler.codec.http.HttpResponse httpResponse,
List<Object> out) |
protected void |
encode(io.netty.channel.ChannelHandlerContext ctx,
UaTransportRequest transportRequest,
List<Object> out) |
acceptInboundMessage, acceptOutboundMessage, channelRead, writebind, close, connect, deregister, disconnect, flush, readchannelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredensureNotSharable, handlerAdded, handlerRemoved, isSharableprotected void encode(io.netty.channel.ChannelHandlerContext ctx,
UaTransportRequest transportRequest,
List<Object> out)
throws Exception
encode in class io.netty.handler.codec.MessageToMessageCodec<io.netty.handler.codec.http.HttpResponse,UaTransportRequest>Exceptionprotected void decode(io.netty.channel.ChannelHandlerContext ctx,
io.netty.handler.codec.http.HttpResponse httpResponse,
List<Object> out)
throws Exception
decode in class io.netty.handler.codec.MessageToMessageCodec<io.netty.handler.codec.http.HttpResponse,UaTransportRequest>ExceptionCopyright © 2022. All rights reserved.