Class RawResponse
- java.lang.Object
-
- com.github.katenachain.entity.api.RawResponse
-
public class RawResponse extends Object
RawResponse is a okhttp3.Response wrapper.
-
-
Constructor Summary
Constructors Constructor Description RawResponse(int statusCode, byte[] body)RawResponse constructor.
-