Uses of Class
com.easypost.easyvcr.VCRException
Packages that use VCRException
-
Uses of VCRException in com.easypost.easyvcr
Methods in com.easypost.easyvcr that throw VCRExceptionModifier and TypeMethodDescriptionVCR.getHttpUrlConnection(String url)Retrieve a pre-configured RecordableURL object that will use the VCR.VCR.getHttpUrlConnection(URL url)Retrieve a pre-configured RecordableURL object that will use the VCR.Cassette.read()Read all the interactions recorded on this cassette.voidCassette.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 VCRException in com.easypost.easyvcr.interactionconverters
Methods in com.easypost.easyvcr.interactionconverters that throw VCRExceptionModifier and TypeMethodDescriptionBaseInteractionConverter.findMatchingInteraction(Cassette cassette, Request request, MatchRules matchRules)Search for an existing interaction that matches the request.