colossus.protocols

memcache

package memcache

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. memcache
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait Compressor extends AnyRef

  2. sealed class InvalidMemcacheKeyException extends MemcacheException

  3. trait Memcache extends Protocol

  4. trait MemcacheClient[M[_]] extends LiftedClient[Memcache, M]

    This trait houses the Memcache API.

  5. class MemcacheClientCodec extends Client[Memcache]

  6. class MemcacheClientException extends MemcacheException

  7. sealed trait MemcacheCommand extends AnyRef

  8. sealed class MemcacheEmptyKeyException extends InvalidMemcacheKeyException

  9. class MemcacheErrorException extends MemcacheException

  10. class MemcacheException extends Exception

  11. sealed trait MemcacheHeader extends AnyRef

  12. sealed class MemcacheInvalidCharacterException extends InvalidMemcacheKeyException

  13. sealed class MemcacheKeyTooLongException extends InvalidMemcacheKeyException

  14. sealed trait MemcacheReply extends AnyRef

  15. class MemcacheReplyParser extends AnyRef

  16. class MemcacheServerException extends MemcacheException

  17. sealed trait MemcacheWriteCommand extends MemcacheCommand

  18. case class UnexpectedMemcacheReplyException(message: String) extends Exception with Product with Serializable

  19. class ZCompressor extends Compressor

Value Members

  1. object Memcache extends ClientFactories[Memcache, MemcacheClient]

  2. object MemcacheClient

  3. object MemcacheCommand

  4. object MemcacheException extends Serializable

  5. object MemcacheReply

  6. object MemcacheReplyParser

  7. object NoCompressor extends Compressor

  8. object UnifiedProtocol

Inherited from AnyRef

Inherited from Any

Ungrouped