Interface BinaryMemcacheResponse

All Superinterfaces:
BinaryMemcacheMessage, MemcacheMessage, MemcacheObject, ReferenceCounted
All Known Subinterfaces:
FullBinaryMemcacheResponse
All Known Implementing Classes:
DefaultBinaryMemcacheResponse, DefaultFullBinaryMemcacheResponse

public interface BinaryMemcacheResponse
extends BinaryMemcacheMessage
Represents a full BinaryMemcacheResponse, which contains the header and optional key and extras.
  • Method Details

    • getStatus

      short getStatus()
      Returns the status of the response.
      Returns:
      the status of the response.
    • setStatus

      BinaryMemcacheResponse setStatus​(short status)
      Sets the status of the response.
      Parameters:
      status - the status to set.