@ChannelHandler.Sharable public final class HttpConnectHandler extends RelayConnectHandler<HttpRequest>
host, port, PROXIED, PROXIED_RESPONSE, PROXIED_SECURE| Constructor and Description | 
|---|
HttpConnectHandler(Configuration configuration,
                  LifeCycle server,
                  MockServerLogger mockServerLogger,
                  String host,
                  int port)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected Object | 
failureResponse(Object request)  | 
protected void | 
removeCodecSupport(io.netty.channel.ChannelHandlerContext ctx)  | 
protected Object | 
successResponse(Object request)  | 
channelRead0, exceptionCaught, removeHandler, removeHandleracceptInboundMessage, channelReadchannelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, userEventTriggeredensureNotSharable, handlerAdded, handlerRemoved, isSharablepublic HttpConnectHandler(Configuration configuration, LifeCycle server, MockServerLogger mockServerLogger, String host, int port)
protected void removeCodecSupport(io.netty.channel.ChannelHandlerContext ctx)
removeCodecSupport in class RelayConnectHandler<HttpRequest>protected Object successResponse(Object request)
successResponse in class RelayConnectHandler<HttpRequest>protected Object failureResponse(Object request)
failureResponse in class RelayConnectHandler<HttpRequest>Copyright © 2022. All rights reserved.