public class NettyHttpToMockServerHttpRequestDecoder
extends io.netty.handler.codec.MessageToMessageDecoder<io.netty.handler.codec.http.FullHttpRequest>
| Constructor and Description | 
|---|
NettyHttpToMockServerHttpRequestDecoder(Configuration configuration,
                                       MockServerLogger mockServerLogger,
                                       boolean isSecure,
                                       Certificate[] clientCertificates,
                                       Integer port)  | 
| 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 NettyHttpToMockServerHttpRequestDecoder(Configuration configuration, MockServerLogger mockServerLogger, boolean isSecure, Certificate[] clientCertificates, Integer port)
Copyright © 2022. All rights reserved.