Class BinaryResponse

java.lang.Object
com.linkedin.venice.listener.response.BinaryResponse

public class BinaryResponse extends Object
  • Constructor Details

    • BinaryResponse

      public BinaryResponse(io.netty.buffer.ByteBuf body)
    • BinaryResponse

      public BinaryResponse(ByteBuffer body)
  • Method Details

    • getBody

      public io.netty.buffer.ByteBuf getBody()
    • getStatus

      public io.netty.handler.codec.http.HttpResponseStatus getStatus()