Packages

package netty

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package async
  2. package cycle
  3. package future

Type Members

  1. trait ExceptionHandler extends AnyRef
    Annotations
    @Sharable()
  2. case class ReceivedMessage(request: HttpRequest, context: ChannelHandlerContext, message: AnyRef) extends Product with Serializable

    Extension of basic request binding to expose Netty-specific attributes

  3. class RequestBinding extends HttpRequest[ReceivedMessage] with Responder[HttpResponse]
  4. class ResponseBinding[U <: HttpResponse] extends HttpResponse[U]

    An unfiltered response implementation backed by a netty http response.

    An unfiltered response implementation backed by a netty http response. Note the type of netty HttpResponse determines whether or not the unfiltered response combinators can write to it. As a general rule of thumb, only netty FullHttpResponses may be written to by calling respond with a response writer

  5. trait ServerErrorResponse extends ExceptionHandler

    A ChannelInboundHandler mixin that writes a 500 response to clients before closing the channel when an exception is thrown

    A ChannelInboundHandler mixin that writes a 500 response to clients before closing the channel when an exception is thrown

    Annotations
    @Sharable()

Value Members

  1. object Content
  2. object HttpConfig

Ungrouped