xitrum.handler

up

package up

Content Hierarchy Learn more about scaladoc diagrams
Visibility
  1. Public
  2. All

Type Members

  1. trait BadClientSilencer extends Logger

    Bad client = closed connection, malformed request etc.

  2. class BaseUrlRemover extends SimpleChannelUpstreamHandler with BadClientSilencer

    Annotations
    @Sharable()
  3. class BasicAuth extends SimpleChannelUpstreamHandler with BadClientSilencer

    Annotations
    @Sharable()
  4. class BodyParser extends SimpleChannelUpstreamHandler with BadClientSilencer

    Annotations
    @Sharable()
  5. class Dispatcher extends SimpleChannelUpstreamHandler with BadClientSilencer

    Annotations
    @Sharable()
  6. class FlashSocketPolicyRequestDecoder extends FrameDecoder

  7. class FlashSocketPolicyResponseSender extends SimpleChannelUpstreamHandler with BadClientSilencer

    Annotations
    @Sharable()
  8. class MethodOverrider extends SimpleChannelUpstreamHandler with BadClientSilencer

    If the real request method is POST and "_method" param exists (taken out by BodyParser), the "_method" param will override the POST method.

  9. class NoPipelining extends SimpleChannelUpstreamHandler with BadClientSilencer

    Annotations
    @Sharable()
  10. class PublicFileServer extends SimpleChannelUpstreamHandler with BadClientSilencer

    Serves files in "static/public" directory.

  11. class PublicResourceServer extends SimpleChannelUpstreamHandler with BadClientSilencer

    Routes /resources/public/xxx URL to resources in classpath.

  12. class Request2Env extends SimpleChannelUpstreamHandler with BadClientSilencer

    Annotations
    @Sharable()
  13. class UriParser extends SimpleChannelUpstreamHandler with BadClientSilencer

    Annotations
    @Sharable()
  14. class WebSocketEventDispatcher extends SimpleChannelUpstreamHandler with BadClientSilencer

    See https://github.

Ungrouped