Uses of Interface
org.talend.sdk.component.junit.http.api.Request
Packages that use Request
Package
Description
-
Uses of Request in org.talend.sdk.component.junit.http.api
Methods in org.talend.sdk.component.junit.http.api with parameters of type Request -
Uses of Request in org.talend.sdk.component.junit.http.internal.impl
Classes in org.talend.sdk.component.junit.http.internal.impl that implement RequestMethods in org.talend.sdk.component.junit.http.internal.impl with parameters of type RequestModifier and TypeMethodDescriptionprotected boolean
DefaultResponseLocator.doesHeadersMatch
(Request request, DefaultResponseLocator.RequestModel model, Predicate<String> headerFilter) DefaultResponseLocator.doFind
(Request request, String pref, ClassLoader loader, Predicate<String> headerFilter, boolean exactMatching) DefaultResponseLocator.findMatching
(Request request, Predicate<String> headerFilter) protected boolean
DefaultResponseLocator.matches
(Request request, DefaultResponseLocator.RequestModel model, boolean exact, Predicate<String> headerFilter)