- changeSessionId() - Method in interface io.spine.web.given.MockedRequest
-
- containsHeader(String) - Method in interface io.spine.web.given.MockedResponse
-
- create(String) - Static method in class io.spine.web.given.KnownRequest
-
Creates a new mocked request with specified content
and default
any type.
- create(String, MediaType) - Static method in class io.spine.web.given.KnownRequest
-
Creates a new mocked request with specified content
and type
.
- create(Writer) - Static method in class io.spine.web.given.KnownResponse
-
Creates a new mocked response with specified writer
and default
OK status.
- create(Writer, int) - Static method in class io.spine.web.given.KnownResponse
-
Creates a new mocked response with specified writer
and status
.
- create(Writer, int, ImmutableMap<String, String>) - Static method in class io.spine.web.given.KnownResponse
-
Creates a new mocked response with specified writer
, status
and headers
.