Interface IEndpointResponse
public interface IEndpointResponse
Rest Response
- Author:
- I-D Media AG
-
Method Details
-
getResponseCode
@NotNull @NotNull io.netty.handler.codec.http.HttpResponseStatus getResponseCode()Get the response code- Returns:
-
getResponse
@NotNull @org.jetbrains.annotations.NotNull byte[] getResponse()Get the response in bytes- Returns:
-
getResponseType
Get the response type- Returns:
-
getResponseSize
int getResponseSize()Response size- Returns:
-
getBinaryFilename
Get binary response filename- Returns:
-