unfiltered

netty

package netty

Visibility
  1. Public
  2. All

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.

  5. trait Secured extends ChannelInboundHandlerAdapter with ServerErrorResponse

    Adds ssl handshaking to a channel handler's #channelConnected method This assumes a SslHandler was added to the underlying ChannelPipeline.

  6. trait ServerErrorResponse extends ExceptionHandler

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

Value Members

  1. object Content

  2. object HttpConfig

  3. package async

  4. package cycle

  5. package future

Ungrouped