Class WillSendHttpRequest
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.contract_testing.contractcase.definitions.interactions.base.AnyInteractionDescriptor
-
- io.contract_testing.contractcase.definitions.interactions.http.WillSendHttpRequest
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.112.0 (build de1bc80)", date="2025-08-20T01:46:20.837Z") @Stability(Stable) public class WillSendHttpRequest extends AnyInteractionDescriptor
Defines an example that expects to send an HTTP request.Use this to test HTTP servers.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWillSendHttpRequest.BuilderA fluent builder forWillSendHttpRequest.
-
Constructor Summary
Constructors Modifier Constructor Description WillSendHttpRequest(HttpExample httpExample)Defines an example that expects to send an HTTP request.protectedWillSendHttpRequest(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedWillSendHttpRequest(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetRequest()ObjectgetResponse()-
Methods inherited from class io.contract_testing.contractcase.definitions.interactions.base.AnyInteractionDescriptor
stringify, toJSON
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
WillSendHttpRequest
protected WillSendHttpRequest(software.amazon.jsii.JsiiObjectRef objRef)
-
WillSendHttpRequest
protected WillSendHttpRequest(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
WillSendHttpRequest
@Stability(Stable) public WillSendHttpRequest(@NotNull HttpExample httpExample)Defines an example that expects to send an HTTP request.Use this to test HTTP servers.
- Parameters:
httpExample- -. This parameter is required.
-
-