-
- All Implemented Interfaces:
public interface BodyStatementProvider
-
-
Method Summary
Modifier and Type Method Description abstract StringrequestBody(ByteBuf rawContent)abstract StringresponseBody(ByteBuf rawContent)-
-
Method Detail
-
requestBody
abstract String requestBody(ByteBuf rawContent)
-
responseBody
abstract String responseBody(ByteBuf rawContent)
-
-
-
-