Uses of Interface
org.talend.sdk.component.junit.http.api.Response
-
Packages that use Response Package Description org.talend.sdk.component.junit.http.api org.talend.sdk.component.junit.http.internal.impl -
-
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 Modifier and Type Method Description Optional<Response>ResponseLocator. findMatching(Request request, Predicate<String> headerFilter) -
Uses of Response in org.talend.sdk.component.junit.http.internal.impl
Classes in org.talend.sdk.component.junit.http.internal.impl that implement Response Modifier and Type Class Description classResponseImplMethods in org.talend.sdk.component.junit.http.internal.impl that return types with arguments of type Response Modifier and Type Method Description protected Optional<Response>DefaultResponseLocator. doFind(Request request, String pref, ClassLoader loader, Predicate<String> headerFilter, boolean exactMatching)Optional<Response>DefaultResponseLocator. findMatching(Request request, Predicate<String> headerFilter)Methods in org.talend.sdk.component.junit.http.internal.impl with parameters of type Response Modifier and Type Method Description protected voidDefaultResponseLocatorCapturingHandler. beforeResponse(String requestUri, io.netty.handler.codec.http.FullHttpRequest request, Response resp, Map<String,List<String>> responseHeaderFields)protected voidPassthroughHandler. beforeResponse(String requestUri, io.netty.handler.codec.http.FullHttpRequest request, Response resp, Map<String,List<String>> headerFields)
-