-
- All Implemented Interfaces:
public interface BodyDecoderNo-op declaration
-
-
Method Summary
Modifier and Type Method Description abstract StringdecodeRequest(Request request, ByteString body)abstract StringdecodeResponse(Response response, ByteString body)-
-
Method Detail
-
decodeRequest
abstract String decodeRequest(Request request, ByteString body)
-
decodeResponse
abstract String decodeResponse(Response response, ByteString body)
-
-
-
-