Package

fm

http

Permalink

package http

Linear Supertypes
PackageImplicits, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. http
  2. PackageImplicits
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait AsyncMessage extends Message

    Permalink
  2. final case class Cookie(name: String, value: String, maxAge: Option[Long] = None, path: Option[String] = None, domain: Option[String] = None, isSecure: Boolean = false, isHttpOnly: Boolean = false) extends Product with Serializable

    Permalink
  3. final case class DiskFileUpload(self: io.netty.handler.codec.http.multipart.FileUpload) extends FileUpload with DiskPostData with Product with Serializable

    Permalink
  4. final case class DiskPostAttribute(self: Attribute) extends PostAttribute with DiskPostData with Product with Serializable

    Permalink
  5. sealed trait DiskPostData extends PostData

    Permalink
  6. trait FileMessage extends Message

    Permalink
  7. sealed trait FileUpload extends PostData

    Permalink
  8. trait FullMessage extends Message

    Permalink
  9. sealed trait Headers extends IndexedSeqProxy[(String, String)]

    Permalink
  10. final case class ImmutableHeaders(nettyHeaders: HttpHeaders) extends Headers with Product with Serializable

    Permalink
  11. trait InputStreamMessage extends Message

    Permalink
  12. final class LinkedHttpContent extends DefaultHttpContent

    Permalink

    This represents asynchronous chunked response content where chunks are chained together with futures that are evaluated on-demand to allow for streaming responses that can be memory efficient (i.e.

    This represents asynchronous chunked response content where chunks are chained together with futures that are evaluated on-demand to allow for streaming responses that can be memory efficient (i.e. we don't have to evaluate all chunks before we are ready to send them)

  13. final case class LinkedHttpContentBuilder() extends Closeable with Product with Serializable

    Permalink
  14. final class LinkedHttpContentReader extends Closeable with Logging

    Permalink
  15. final case class MemoryFileUpload(self: io.netty.handler.codec.http.multipart.FileUpload) extends FileUpload with MemoryPostData with Product with Serializable

    Permalink
  16. final case class MemoryPostAttribute(self: Attribute) extends PostAttribute with MemoryPostData with Product with Serializable

    Permalink
  17. sealed trait MemoryPostData extends PostData

    Permalink
  18. trait Message extends AnyRef

    Permalink

    Represents an HTTP Message (either a Request or Response)

  19. final case class MutableHeaders(nettyHeaders: HttpHeaders = ...) extends Headers with Product with Serializable

    Permalink
  20. sealed trait PostAttribute extends PostData

    Permalink
  21. final case class PostBody(default: Option[PostAttribute], attributes: Vector[PostAttribute], fileUploads: Vector[FileUpload]) extends Product with Serializable

    Permalink
  22. sealed trait PostData extends AnyRef

    Permalink
  23. final class Status extends AnyRef

    Permalink

Value Members

  1. object Cookie extends Serializable

    Permalink
  2. object Headers

    Permalink
  3. object HttpExecutionContext

    Permalink
  4. object LinkedHttpContent

    Permalink
  5. object LinkedHttpContentBuilder extends Serializable

    Permalink
  6. object LinkedHttpContentReader

    Permalink
  7. object MimeTypes

    Permalink
  8. object PostBody extends Serializable

    Permalink
  9. object PostData extends Logging

    Permalink
  10. object Status

    Permalink
  11. package client

    Permalink
  12. package server

    Permalink
  13. implicit def toNettyFutureWrapper[T](f: Future[T]): NettyFutureWrapper[T]

    Permalink
    Definition Classes
    PackageImplicits
  14. implicit def toNettyPromiseWrapper[T](p: Promise[T]): NettyPromiseWrapper[T]

    Permalink
    Definition Classes
    PackageImplicits

Inherited from PackageImplicits

Inherited from AnyRef

Inherited from Any

Ungrouped