Uses of Class
com.easypost.easyvcr.requestelements.HttpInteraction
Packages that use HttpInteraction
Package
Description
-
Uses of HttpInteraction in com.easypost.easyvcr
Methods in com.easypost.easyvcr that return types with arguments of type HttpInteractionModifier and TypeMethodDescriptionCassette.read()Read all the interactions recorded on this cassette.Methods in com.easypost.easyvcr with parameters of type HttpInteractionModifier and TypeMethodDescriptionvoidCassette.updateInteraction(HttpInteraction httpInteraction, MatchRules matchRules, boolean bypassSearch)Overwrite an existing interaction on this cassette, or add a new one if it doesn't exist. -
Uses of HttpInteraction in com.easypost.easyvcr.interactionconverters
Methods in com.easypost.easyvcr.interactionconverters that return HttpInteractionModifier and TypeMethodDescriptionprotected HttpInteractionBaseInteractionConverter.createInteraction(Request request, Response response, long duration)Create an HttpInteraction from a request and response.HttpUrlConnectionInteractionConverter.createInteraction(HttpURLConnection connection, RecordableRequestBody requestBody, Censors censors)Convert a Http(s)URLConnection to an EasyVCR HttpInteraction.BaseInteractionConverter.findMatchingInteraction(Cassette cassette, Request request, MatchRules matchRules)Search for an existing interaction that matches the request. -
Uses of HttpInteraction in com.easypost.easyvcr.internal
Methods in com.easypost.easyvcr.internal with parameters of type HttpInteractionModifier and TypeMethodDescriptionstatic voidUtilities.simulateDelay(HttpInteraction interaction, AdvancedSettings advancedSettings)Sleep the current thread for a specified number of milliseconds.