Class TextTouchCommand

java.lang.Object
net.rubyeye.xmemcached.command.Command
net.rubyeye.xmemcached.command.text.TextTouchCommand
All Implemented Interfaces:
WriteMessage

public class TextTouchCommand extends Command
Touch command for touch protocol.
Since:
1.3.8
Author:
dennisinvalid input: '<'killme2008@gmail.com>
  • Constructor Details

  • Method Details

    • getExpTime

      public int getExpTime()
    • setExpTime

      public void setExpTime(int expTime)
    • decode

      public final boolean decode(MemcachedTCPSession session, ByteBuffer buffer)
      Specified by:
      decode in class Command
    • encode

      public final void encode()
      Specified by:
      encode in class Command