Package net.spy.memcached.tapmessage


package net.spy.memcached.tapmessage
  • Class
    Description
    The BaseMessage implements the header of a tap message.
    Builds a tap message.
    A tap request message that is used to start tap streams, perform sasl authentication, and maintain the health of tap streams.
    A representation of a tap stream message sent from a tap stream server.
    An acknowledgment message used to tell the server we have received a series of messages.
    The Magic enum contains a list all of the different magic that can be passed in a tap message in the flag field.
    The Opcode enum contains a list all of the different opcodes that can be passed in a tap message in the flag field.
    The Flag enum contains a list all of the different flags that can be passed in a tap message in the flag field.
    The Flag enum contains a list all of the different flags that can be passed in a tap message in the flag field.
    Holds multiple operations put together for a tap stream.
    The Util class provides utility functions for converting portions of byte arrays to values and putting values into byte arrays.