scalamachine

netty

package netty

Visibility
  1. Public
  2. All

Type Members

  1. case class ChunkedResponse(response: HttpResponse, chunks: IO[EnumeratorT[Chunk, IO]]) extends NettyHttpResponse with Product with Serializable

  2. case class FixedLengthResponse(response: HttpResponse) extends NettyHttpResponse with Product with Serializable

  3. sealed trait NettyHttpResponse extends AnyRef

  4. trait NettyWebmachine[M[_]] extends AnyRef

  5. trait NettyWebmachineV3 extends V3DispatchTable[HttpRequest, NettyHttpResponse, scalaz.Id.Id] with NettyWebmachine[scalaz.Id.Id]

  6. class ScalamachineChannelPipelineFactory extends ChannelPipelineFactory

  7. class ScalamachineRequestHandler extends SimpleChannelUpstreamHandler

Ungrouped