Uses of Class
com.thimbleware.jmemcached.protocol.binary.MemcachedBinaryResponseEncoder.ResponseCode

Packages that use MemcachedBinaryResponseEncoder.ResponseCode
com.thimbleware.jmemcached.protocol.binary   
 

Uses of MemcachedBinaryResponseEncoder.ResponseCode in com.thimbleware.jmemcached.protocol.binary
 

Methods in com.thimbleware.jmemcached.protocol.binary that return MemcachedBinaryResponseEncoder.ResponseCode
 MemcachedBinaryResponseEncoder.ResponseCode MemcachedBinaryResponseEncoder.getStatusCode(ResponseMessage command)
           
static MemcachedBinaryResponseEncoder.ResponseCode MemcachedBinaryResponseEncoder.ResponseCode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MemcachedBinaryResponseEncoder.ResponseCode[] MemcachedBinaryResponseEncoder.ResponseCode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2008-2011 ThimbleWare. All Rights Reserved.