-
- All Implemented Interfaces:
public final class JSONMockServerDSL.Response
-
-
Constructor Summary
Constructors Constructor Description JSONMockServerDSL.Response(HttpStatus status, HttpHeaders headers, ByteArray body, Function1<JSONMockClientRequest, ByteArray> lambda)
-
Method Summary
Modifier and Type Method Description final HttpStatusgetStatus()final HttpHeadersgetHeaders()final ByteArraygetValue(MockClientHttpRequest mockClientHttpRequest)-
-
Constructor Detail
-
JSONMockServerDSL.Response
JSONMockServerDSL.Response(HttpStatus status, HttpHeaders headers, ByteArray body, Function1<JSONMockClientRequest, ByteArray> lambda)
-
-
Method Detail
-
getStatus
final HttpStatus getStatus()
-
getHeaders
final HttpHeaders getHeaders()
-
-
-
-