com.twitter.storehaus

http

package http

Visibility
  1. Public
  2. All

Type Members

  1. case class HttpException(code: Int, reasonPhrase: String, content: String) extends Exception with Product with Serializable

  2. class HttpStore extends Store[String, ChannelBuffer]

  3. class HttpStringStore extends ConvertedStore[String, String, ChannelBuffer, String]

Value Members

  1. object HttpException extends Serializable

  2. object HttpStore

  3. object HttpStringStore

Ungrouped