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, channelReadchannelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredensureNotSharable, handlerAdded, handlerRemoved, isSharablepublic NettyToMockServerRequestDecoder(MockServerLogger mockServerLogger, boolean isSecure)
Copyright © 2020. All rights reserved.