Class

unfiltered.netty.async

MultiPartPlanifier

Related Doc: package async

Permalink

class MultiPartPlanifier extends ChannelInboundHandlerAdapter with MultiPartDecoder with ServerErrorResponse

Annotations
@Sharable()
Source
plans.scala
Linear Supertypes
ServerErrorResponse, MultiPartDecoder, TidyExceptionHandler, AbstractMultiPartDecoder, CleanUp, Plan, RequestPlan, ExceptionHandler, ChannelInboundHandlerAdapter, ChannelInboundHandler, ChannelHandlerAdapter, ChannelHandler, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MultiPartPlanifier
  2. ServerErrorResponse
  3. MultiPartDecoder
  4. TidyExceptionHandler
  5. AbstractMultiPartDecoder
  6. CleanUp
  7. Plan
  8. RequestPlan
  9. ExceptionHandler
  10. ChannelInboundHandlerAdapter
  11. ChannelInboundHandler
  12. ChannelHandlerAdapter
  13. ChannelHandler
  14. AnyRef
  15. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MultiPartPlanifier(intent: MultipartPlan.Intent, pass: PassHandler)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def channelActive(arg0: ChannelHandlerContext): Unit

    Permalink
    Definition Classes
    ChannelInboundHandlerAdapter → ChannelInboundHandler
    Annotations
    @Skip() @throws( classOf[java.lang.Exception] )
  6. final def channelInactive(ctx: ChannelHandlerContext): Unit

    Permalink
    Definition Classes
    MultiPartDecoder → ChannelInboundHandlerAdapter → ChannelInboundHandler
  7. final def channelRead(ctx: ChannelHandlerContext, obj: AnyRef): Unit

    Permalink
    Definition Classes
    MultiPartDecoder → RequestPlan → ChannelInboundHandlerAdapter → ChannelInboundHandler
  8. final def channelReadComplete(ctx: ChannelHandlerContext): Unit

    Permalink
    Definition Classes
    RequestPlan → ChannelInboundHandlerAdapter → ChannelInboundHandler
  9. def channelRegistered(arg0: ChannelHandlerContext): Unit

    Permalink
    Definition Classes
    ChannelInboundHandlerAdapter → ChannelInboundHandler
    Annotations
    @Skip() @throws( classOf[java.lang.Exception] )
  10. def channelUnregistered(arg0: ChannelHandlerContext): Unit

    Permalink
    Definition Classes
    ChannelInboundHandlerAdapter → ChannelInboundHandler
    Annotations
    @Skip() @throws( classOf[java.lang.Exception] )
  11. def channelWritabilityChanged(arg0: ChannelHandlerContext): Unit

    Permalink
    Definition Classes
    ChannelInboundHandlerAdapter → ChannelInboundHandler
    Annotations
    @Skip() @throws( classOf[java.lang.Exception] )
  12. def cleanFiles(ctx: ChannelHandlerContext): Unit

    Permalink

    Erase any temporary data that may be on disk

    Erase any temporary data that may be on disk

    Definition Classes
    CleanUp
  13. def cleanUp(ctx: ChannelHandlerContext): Unit

    Permalink

    Remove the channel state and destroy the request's post decoder

    Remove the channel state and destroy the request's post decoder

    Definition Classes
    CleanUp
  14. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. def complete(ctx: ChannelHandlerContext, nmsg: AnyRef)(cleanUp: ⇒ Unit): Unit

    Permalink

    Called when the chunked request has been fully received.

    Called when the chunked request has been fully received. Executes the intent

    Attributes
    protected
    Definition Classes
    MultiPartDecoderAbstractMultiPartDecoder
  16. def continue(chunk: HttpContent, channelState: MultiPartChannelState, ctx: ChannelHandlerContext, msg: AnyRef): Unit

    Permalink

    Handles incoming chunks belonging to the original request

    Handles incoming chunks belonging to the original request

    Attributes
    protected
    Definition Classes
    AbstractMultiPartDecoder
  17. def ensureNotSharable(): Unit

    Permalink
    Attributes
    protected[io.netty.channel]
    Definition Classes
    ChannelHandlerAdapter
  18. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  20. def exceptionCaught(ctx: ChannelHandlerContext, thrown: Throwable): Unit

    Permalink
    Definition Classes
    TidyExceptionHandler → ExceptionHandler
  21. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. def handleOrPass(ctx: ChannelHandlerContext, e: AnyRef, binding: RequestBinding)(thunk: ⇒ Unit): Unit

    Permalink

    Decide if the intent could handle the request

    Decide if the intent could handle the request

    Attributes
    protected
    Definition Classes
    MultiPartDecoderAbstractMultiPartDecoder
  24. def handlerAdded(arg0: ChannelHandlerContext): Unit

    Permalink
    Definition Classes
    ChannelHandlerAdapter → ChannelHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  25. def handlerRemoved(arg0: ChannelHandlerContext): Unit

    Permalink
    Definition Classes
    ChannelHandlerAdapter → ChannelHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  26. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  27. val intent: MultipartPlan.Intent

    Permalink
    Definition Classes
    MultiPartPlanifierMultiPartDecoder → Plan
  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. def isSharable(): Boolean

    Permalink
    Definition Classes
    ChannelHandlerAdapter
  30. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  31. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  33. def onException(ctx: ChannelHandlerContext, t: Throwable): Unit

    Permalink
    Definition Classes
    ServerErrorResponse → ExceptionHandler
  34. val pass: PassHandler

    Permalink

    A pass handler that should be supplied when the plan is created.

    A pass handler that should be supplied when the plan is created. Default is to send upstream

    Definition Classes
    MultiPartPlanifierAbstractMultiPartDecoder
  35. def requestIntent: Plan.Intent

    Permalink
    Definition Classes
    Plan → RequestPlan
  36. def start(request: HttpRequest, channelState: MultiPartChannelState, ctx: ChannelHandlerContext, msg: AnyRef): Unit

    Permalink

    Sets up for handling a multipart request

    Sets up for handling a multipart request

    Attributes
    protected
    Definition Classes
    AbstractMultiPartDecoder
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  38. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  39. def upgrade(ctx: ChannelHandlerContext, msg: AnyRef): Unit

    Permalink

    Provides multipart request handling common to both cycle and async plans.

    Provides multipart request handling common to both cycle and async plans. Should be called by onMessageReceived.

    Attributes
    protected
    Definition Classes
    AbstractMultiPartDecoder
  40. val useDisk: Boolean

    Permalink

    Whether the ChannelBuffer used in decoding is allowed to write to disk

    Whether the ChannelBuffer used in decoding is allowed to write to disk

    Attributes
    protected
    Definition Classes
    AbstractMultiPartDecoder
  41. def userEventTriggered(arg0: ChannelHandlerContext, arg1: Any): Unit

    Permalink
    Definition Classes
    ChannelInboundHandlerAdapter → ChannelInboundHandler
    Annotations
    @Skip() @throws( classOf[java.lang.Exception] )
  42. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ServerErrorResponse

Inherited from MultiPartDecoder

Inherited from TidyExceptionHandler

Inherited from AbstractMultiPartDecoder

Inherited from CleanUp

Inherited from Plan

Inherited from RequestPlan

Inherited from ExceptionHandler

Inherited from ChannelInboundHandlerAdapter

Inherited from ChannelInboundHandler

Inherited from ChannelHandlerAdapter

Inherited from ChannelHandler

Inherited from AnyRef

Inherited from Any

Ungrouped