Class BinaryResponse
java.lang.Object
com.linkedin.venice.listener.response.BinaryResponse
-
Constructor Summary
ConstructorDescriptionBinaryResponse
(io.netty.buffer.ByteBuf body) BinaryResponse
(ByteBuffer body) -
Method Summary
-
Constructor Details
-
BinaryResponse
public BinaryResponse(io.netty.buffer.ByteBuf body) -
BinaryResponse
-
-
Method Details
-
getBody
public io.netty.buffer.ByteBuf getBody() -
getStatus
public io.netty.handler.codec.http.HttpResponseStatus getStatus()
-