Uses of Class
net.rubyeye.xmemcached.command.binary.ResponseStatus
-
Packages that use ResponseStatus Package Description net.rubyeye.xmemcached.command.binary Memcached text protocol implementations -
-
Uses of ResponseStatus in net.rubyeye.xmemcached.command.binary
Fields in net.rubyeye.xmemcached.command.binary declared as ResponseStatus Modifier and Type Field Description protected ResponseStatusBaseBinaryCommand. responseStatusMethods in net.rubyeye.xmemcached.command.binary that return ResponseStatus Modifier and Type Method Description ResponseStatusBaseBinaryCommand. getResponseStatus()static ResponseStatusResponseStatus. parseShort(short value)Get status from short valuestatic ResponseStatusResponseStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ResponseStatus[]ResponseStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.rubyeye.xmemcached.command.binary with parameters of type ResponseStatus Modifier and Type Method Description voidBaseBinaryCommand. setResponseStatus(ResponseStatus responseStatus)
-