public class NettyToMockServerRequestDecoder
extends io.netty.handler.codec.MessageToMessageDecoder<io.netty.handler.codec.http.FullHttpRequest>
Constructor and Description |
---|
NettyToMockServerRequestDecoder(MockServerLogger mockServerLogger,
boolean isSecure) |
Modifier and Type | Method and Description |
---|---|
protected void |
decode(io.netty.channel.ChannelHandlerContext ctx,
io.netty.handler.codec.http.FullHttpRequest fullHttpRequest,
List<Object> out) |
acceptInboundMessage, channelRead
channelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggered
ensureNotSharable, handlerAdded, handlerRemoved, isSharable
public NettyToMockServerRequestDecoder(MockServerLogger mockServerLogger, boolean isSecure)
Copyright © 2020. All rights reserved.