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.apiMethods in org.talend.sdk.component.junit.http.api with parameters of type Request
- 
Uses of Request in org.talend.sdk.component.junit.http.internal.implClasses 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 booleanDefaultResponseLocator.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 booleanDefaultResponseLocator.matches(Request request, DefaultResponseLocator.RequestModel model, boolean exact, Predicate<String> headerFilter)