Interface IEndpointResponse


public interface IEndpointResponse
Rest Response
Author:
I-D Media AG
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull String
    Get binary response filename
    @org.jetbrains.annotations.NotNull byte[]
    Get the response in bytes
    @NotNull io.netty.handler.codec.http.HttpResponseStatus
    Get the response code
    int
    Response size
    @NotNull String
    Get the response type
  • 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

      @NotNull @NotNull String getResponseType()
      Get the response type
      Returns:
    • getResponseSize

      int getResponseSize()
      Response size
      Returns:
    • getBinaryFilename

      @NotNull @NotNull String getBinaryFilename()
      Get binary response filename
      Returns: