Class DefaultResponseLocatorCapturingHandler
- java.lang.Object
-
- io.netty.channel.ChannelHandlerAdapter
-
- io.netty.channel.ChannelInboundHandlerAdapter
-
- io.netty.channel.SimpleChannelInboundHandler<io.netty.handler.codec.http.FullHttpRequest>
-
- org.talend.sdk.component.junit.http.internal.impl.PassthroughHandler
-
- org.talend.sdk.component.junit.http.internal.impl.DefaultResponseLocatorCapturingHandler
-
- All Implemented Interfaces:
io.netty.channel.ChannelHandler
,io.netty.channel.ChannelInboundHandler
public class DefaultResponseLocatorCapturingHandler extends PassthroughHandler
-
-
Field Summary
-
Fields inherited from class org.talend.sdk.component.junit.http.internal.impl.PassthroughHandler
api
-
-
Constructor Summary
Constructors Constructor Description DefaultResponseLocatorCapturingHandler(HttpApiHandler api)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
beforeResponse(String requestUri, io.netty.handler.codec.http.FullHttpRequest request, Response resp, Map<String,List<String>> responseHeaderFields)
-
Methods inherited from class org.talend.sdk.component.junit.http.internal.impl.PassthroughHandler
channelRead0, exceptionCaught
-
Methods inherited from class io.netty.channel.SimpleChannelInboundHandler
acceptInboundMessage, channelRead
-
Methods inherited from class io.netty.channel.ChannelInboundHandlerAdapter
channelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, userEventTriggered
-
Methods inherited from class io.netty.channel.ChannelHandlerAdapter
ensureNotSharable, handlerAdded, handlerRemoved, isSharable
-
-
-
-
Constructor Detail
-
DefaultResponseLocatorCapturingHandler
public DefaultResponseLocatorCapturingHandler(HttpApiHandler api)
-
-
Method Detail
-
beforeResponse
protected void beforeResponse(String requestUri, io.netty.handler.codec.http.FullHttpRequest request, Response resp, Map<String,List<String>> responseHeaderFields)
- Overrides:
beforeResponse
in classPassthroughHandler
-
-