com.sksamuel.scruffy

StaticEndpointHandler

class StaticEndpointHandler extends SimpleChannelInboundHandler[io.netty.handler.codec.http.HttpRequest] with Logging

Linear Supertypes
Logging, SimpleChannelInboundHandler[io.netty.handler.codec.http.HttpRequest], ChannelHandlerAdapter, ChannelHandler, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. StaticEndpointHandler
  2. Logging
  3. SimpleChannelInboundHandler
  4. ChannelHandlerAdapter
  5. ChannelHandler
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StaticEndpointHandler(endpoints: Seq[StaticEndpoint])

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final val ALLOWED_FILE_NAME: Pattern

  7. final val HTTP_CACHE_SECONDS: Int

  8. final val HTTP_DATE_FORMAT: String

  9. final val HTTP_DATE_GMT_TIMEZONE: String

  10. final val INSECURE_URI: Pattern

  11. def acceptInboundMessage(arg0: Any): Boolean

    Definition Classes
    SimpleChannelInboundHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. def bind(arg0: ChannelHandlerContext, arg1: SocketAddress, arg2: ChannelPromise): Unit

    Definition Classes
    ChannelHandlerAdapter → ChannelHandler
    Annotations
    @Skip() @throws( classOf[java.lang.Exception] )
  14. def channelActive(arg0: ChannelHandlerContext): Unit

    Definition Classes
    ChannelHandlerAdapter → ChannelHandler
    Annotations
    @Skip() @throws( classOf[java.lang.Exception] )
  15. def channelInactive(arg0: ChannelHandlerContext): Unit

    Definition Classes
    ChannelHandlerAdapter → ChannelHandler
    Annotations
    @Skip() @throws( classOf[java.lang.Exception] )
  16. def channelRead(arg0: ChannelHandlerContext, arg1: Any): Unit

    Definition Classes
    SimpleChannelInboundHandler → ChannelHandlerAdapter → ChannelHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  17. def channelReadComplete(arg0: ChannelHandlerContext): Unit

    Definition Classes
    ChannelHandlerAdapter → ChannelHandler
    Annotations
    @Skip() @throws( classOf[java.lang.Exception] )
  18. def channelRegistered(arg0: ChannelHandlerContext): Unit

    Definition Classes
    ChannelHandlerAdapter → ChannelHandler
    Annotations
    @Skip() @throws( classOf[java.lang.Exception] )
  19. def channelWritabilityChanged(arg0: ChannelHandlerContext): Unit

    Definition Classes
    ChannelHandlerAdapter → ChannelHandler
    Annotations
    @Skip() @throws( classOf[java.lang.Exception] )
  20. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. def close(arg0: ChannelHandlerContext, arg1: ChannelPromise): Unit

    Definition Classes
    ChannelHandlerAdapter → ChannelHandler
    Annotations
    @Skip() @throws( classOf[java.lang.Exception] )
  22. def connect(arg0: ChannelHandlerContext, arg1: SocketAddress, arg2: SocketAddress, arg3: ChannelPromise): Unit

    Definition Classes
    ChannelHandlerAdapter → ChannelHandler
    Annotations
    @Skip() @throws( classOf[java.lang.Exception] )
  23. def disconnect(arg0: ChannelHandlerContext, arg1: ChannelPromise): Unit

    Definition Classes
    ChannelHandlerAdapter → ChannelHandler
    Annotations
    @Skip() @throws( classOf[java.lang.Exception] )
  24. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  26. def exceptionCaught(arg0: ChannelHandlerContext, arg1: Throwable): Unit

    Definition Classes
    ChannelHandlerAdapter → ChannelHandler
    Annotations
    @Skip() @throws( classOf[java.lang.Exception] )
  27. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. def flush(arg0: ChannelHandlerContext): Unit

    Definition Classes
    ChannelHandlerAdapter → ChannelHandler
    Annotations
    @Skip() @throws( classOf[java.lang.Exception] )
  29. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  30. def handlerAdded(arg0: ChannelHandlerContext): Unit

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

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

    Definition Classes
    AnyRef → Any
  33. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  34. def isSharable(): Boolean

    Definition Classes
    ChannelHandlerAdapter
  35. val logger: Logger

    Attributes
    protected
    Definition Classes
    Logging
  36. def messageReceived(ctx: ChannelHandlerContext, req: io.netty.handler.codec.http.HttpRequest): Unit

    Definition Classes
    StaticEndpointHandler → SimpleChannelInboundHandler
  37. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  38. final def notify(): Unit

    Definition Classes
    AnyRef
  39. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  40. def read(arg0: ChannelHandlerContext): Unit

    Definition Classes
    ChannelHandlerAdapter → ChannelHandler
    Annotations
    @Skip() @throws( classOf[java.lang.Exception] )
  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  42. def toString(): String

    Definition Classes
    AnyRef → Any
  43. def userEventTriggered(arg0: ChannelHandlerContext, arg1: Any): Unit

    Definition Classes
    ChannelHandlerAdapter → ChannelHandler
    Annotations
    @Skip() @throws( classOf[java.lang.Exception] )
  44. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. def write(arg0: ChannelHandlerContext, arg1: Any, arg2: ChannelPromise): Unit

    Definition Classes
    ChannelHandlerAdapter → ChannelHandler
    Annotations
    @Skip() @throws( classOf[java.lang.Exception] )

Inherited from Logging

Inherited from SimpleChannelInboundHandler[io.netty.handler.codec.http.HttpRequest]

Inherited from ChannelHandlerAdapter

Inherited from ChannelHandler

Inherited from AnyRef

Inherited from Any

Ungrouped