Package net.spy.memcached.tapmessage

Class Summary
BaseMessage The BaseMessage implements the header of a tap message.
MessageBuilder Builds a tap message.
RequestMessage A tap request message that is used to start tap streams, perform sasl authentication, and maintain the health of tap streams.
ResponseMessage A representation of a tap stream message sent from a tap stream server.
Util The Util class provides utility functions for converting portions of byte arrays to values and putting values into byte arrays.
 

Enum Summary
TapMagic The Magic enum contains a list all of the different magic that can be passed in a tap message in the flag field.
TapOpcode The Opcode enum contains a list all of the different opcodes that can be passed in a tap message in the flag field.
TapRequestFlag The Flag enum contains a list all of the different flags that can be passed in a tap message in the flag field.
TapResponseFlag The Flag enum contains a list all of the different flags that can be passed in a tap message in the flag field.
 



Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.