Uses of Class
com.jcabi.http.mock.MkAnswer.Simple
-
Packages that use MkAnswer.Simple Package Description com.jcabi.http.mock Mock of Servlet Container. -
-
Uses of MkAnswer.Simple in com.jcabi.http.mock
Methods in com.jcabi.http.mock that return MkAnswer.Simple Modifier and Type Method Description MkAnswer.Simple
MkAnswer.Simple. withBody(byte[] body)
Make a copy of this answer, with another body.MkAnswer.Simple
MkAnswer.Simple. withBody(String body)
Make a copy of this answer, with another body.MkAnswer.Simple
MkAnswer.Simple. withHeader(String name, String value)
Make a copy of this answer, with an extra header.MkAnswer.Simple
MkAnswer.Simple. withStatus(int status)
Make a copy of this answer, with another status code.
-