Uses of Interface
org.talend.sdk.component.junit.http.api.Response
Packages that use Response
Package
Description
-
Uses of Response in org.talend.sdk.component.junit.http.api
Methods in org.talend.sdk.component.junit.http.api that return types with arguments of type Response -
Uses of Response in org.talend.sdk.component.junit.http.internal.impl
Classes in org.talend.sdk.component.junit.http.internal.impl that implement ResponseMethods in org.talend.sdk.component.junit.http.internal.impl that return types with arguments of type ResponseModifier and TypeMethodDescriptionDefaultResponseLocator.doFind
(Request request, String pref, ClassLoader loader, Predicate<String> headerFilter, boolean exactMatching) DefaultResponseLocator.findMatching
(Request request, Predicate<String> headerFilter) Methods in org.talend.sdk.component.junit.http.internal.impl with parameters of type ResponseModifier and TypeMethodDescriptionprotected void
DefaultResponseLocatorCapturingHandler.beforeResponse
(String requestUri, io.netty.handler.codec.http.FullHttpRequest request, Response resp, Map<String, List<String>> responseHeaderFields) protected void
PassthroughHandler.beforeResponse
(String requestUri, io.netty.handler.codec.http.FullHttpRequest request, Response resp, Map<String, List<String>> headerFields)