Class BinaryResponse
- java.lang.Object
-
- com.linkedin.venice.listener.response.BinaryResponse
-
public class BinaryResponse extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BinaryResponse(io.netty.buffer.ByteBuf body)
BinaryResponse(java.nio.ByteBuffer body)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.netty.buffer.ByteBuf
getBody()
io.netty.handler.codec.http.HttpResponseStatus
getStatus()
-