Uses of Class
net.spy.memcached.tapmessage.ResponseMessage
Packages that use ResponseMessage
Package
Description
Memcached client and transformation utils
Fundamental protocol operation interfaces
-
Uses of ResponseMessage in net.spy.memcached
Methods in net.spy.memcached that return ResponseMessageModifier and TypeMethodDescriptionTapClient.getNextMessage()Gets the next tap message from the queue of received tap messages.TapClient.getNextMessage(long time, TimeUnit timeunit) Gets the next tap message from the queue of received tap messages. -
Uses of ResponseMessage in net.spy.memcached.ops
Methods in net.spy.memcached.ops with parameters of type ResponseMessageModifier and TypeMethodDescriptionvoidTapOperation.Callback.gotData(ResponseMessage message) Callback for each result from a get.