Uses of Class
com.easypost.easyvcr.requestelements.Request
Packages that use Request
Package
Description
-
Uses of Request in com.easypost.easyvcr
Methods in com.easypost.easyvcr with parameters of type RequestModifier and TypeMethodDescriptionbooleanMatchRules.requestsMatch(Request receivedRequest, Request recordedRequest)Execute rules to determine if the received request matches the recorded request. -
Uses of Request in com.easypost.easyvcr.interactionconverters
Methods in com.easypost.easyvcr.interactionconverters that return RequestModifier and TypeMethodDescriptionHttpUrlConnectionInteractionConverter.createRecordedRequest(HttpURLConnection connection, RecordableRequestBody requestBody, Censors censors)Convert a HttpURLConnection request to an EasyVCR request.Methods in com.easypost.easyvcr.interactionconverters with parameters of type RequestModifier and TypeMethodDescriptionprotected HttpInteractionBaseInteractionConverter.createInteraction(Request request, Response response, long duration)Create an HttpInteraction from a request and response.BaseInteractionConverter.findMatchingInteraction(Cassette cassette, Request request, MatchRules matchRules)Search for an existing interaction that matches the request. -
Uses of Request in com.easypost.easyvcr.requestelements
Methods in com.easypost.easyvcr.requestelements that return RequestMethods in com.easypost.easyvcr.requestelements with parameters of type RequestModifier and TypeMethodDescriptionvoidHttpInteraction.setRequest(Request request)Sets the HTTP request.Constructors in com.easypost.easyvcr.requestelements with parameters of type RequestModifierConstructorDescriptionHttpInteraction(Request request, Response response, long duration)Constructs a new HTTPInteraction object.