com.outr.webcommunicator.netty.communicator

CommunicatorAJAXReceivingHandler

class CommunicatorAJAXReceivingHandler[C <: Communicator] extends AJAXHandler with CommunicatorSender[C]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CommunicatorAJAXReceivingHandler
  2. CommunicatorSender
  3. CommunicatorListener
  4. AJAXHandler
  5. RequestHandler
  6. Logging
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CommunicatorAJAXReceivingHandler(manager: NettyCommunicatorManager[C])

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. def apply(webapp: NettyWebapp, context: ChannelHandlerContext, event: MessageEvent): Unit

    Handles an incoming request.

    Handles an incoming request.

    webapp

    the webapp caller

    context

    the current context

    event

    the MessageEvent in use

    Definition Classes
    AJAXHandlerRequestHandler
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def asynchronousLogging: Boolean

    Attributes
    protected
    Definition Classes
    Logging
  9. def cacheTimeInSeconds: Int

    Determines the default cacheTimeInSeconds to use for streaming methods.

    Determines the default cacheTimeInSeconds to use for streaming methods.

    Defaults to using RequestHandler.cacheTimeInSeconds

    Definition Classes
    RequestHandler
  10. def chunkSize: Int

    Determines the default chunkSize to use for streaming methods.

    Determines the default chunkSize to use for streaming methods.

    Defaults to using RequestHandler.chunkSize

    Definition Classes
    RequestHandler
  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. var communicator: C

    Definition Classes
    CommunicatorListener
  13. def communicatorChanged(): Unit

    Definition Classes
    CommunicatorListener
  14. def communicatorUpdating(): Unit

  15. var context: ChannelHandlerContext

    Attributes
    protected
    Definition Classes
    AJAXHandler
  16. def debug(message: ⇒ String): Unit

    Definition Classes
    Logging
  17. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  19. def error(message: ⇒ String, t: Throwable): Unit

    Definition Classes
    Logging
  20. def error(t: Throwable): Unit

    Definition Classes
    Logging
  21. def error(message: ⇒ String): Unit

    Definition Classes
    Logging
  22. def errorThrown(t: Throwable): Unit

    Definition Classes
    RequestHandler
  23. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  25. def handle(context: ChannelHandlerContext, request: HttpRequest): Unit

  26. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  27. def info(message: ⇒ String): Unit

    Definition Classes
    Logging
  28. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  29. def log(level: Level, message: ⇒ String): Unit

    Definition Classes
    Logging
  30. val logger: InnerLogging

    Definition Classes
    Logging
  31. val manager: NettyCommunicatorManager[C]

  32. def mimeTypes: MimetypesFileTypeMap

    Determines the default mimeTypes to use for streaming methods when a content-type is not defined.

    Determines the default mimeTypes to use for streaming methods when a content-type is not defined.

    Defaults to using RequestHandler.mimeTypes

    Definition Classes
    RequestHandler
  33. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  36. def outgoingEnqueued(): Unit

    Definition Classes
    CommunicatorListener
  37. var request: HttpRequest

    Attributes
    protected
    Definition Classes
    AJAXHandler
  38. def streamFile(file: File, context: ChannelHandlerContext, request: HttpRequest, contentType: String = null, cacheTimeInSeconds: Int = cacheTimeInSeconds, chunkSize: Int = chunkSize, enableCaching: Boolean = true): Any

    Definition Classes
    RequestHandler
  39. def streamInput(input: InputStream, context: ChannelHandlerContext, request: HttpRequest, contentType: String, contentLength: Long = 1, lastModified: Long = 1, cacheTimeInSeconds: Int = cacheTimeInSeconds, chunkSize: Int = chunkSize, enableCaching: Boolean = true): Any

    Definition Classes
    RequestHandler
  40. def streamString(s: String, context: ChannelHandlerContext, request: HttpRequest, contentType: String, lastModified: Long = 1, cacheTimeInSeconds: Int = cacheTimeInSeconds, enableCaching: Boolean = true): Unit

    Definition Classes
    RequestHandler
  41. def streamURL(url: java.net.URL, context: ChannelHandlerContext, request: HttpRequest, contentType: String = null, cacheTimeInSeconds: Int = cacheTimeInSeconds, chunkSize: Int = chunkSize, enableCaching: Boolean = true): Any

    Definition Classes
    RequestHandler
  42. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  43. def toString(): String

    Definition Classes
    AnyRef → Any
  44. def trace(message: ⇒ String): Unit

    Definition Classes
    Logging
  45. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  48. def warn(message: ⇒ String, t: Throwable): Unit

    Definition Classes
    Logging
  49. def warn(t: Throwable): Unit

    Definition Classes
    Logging
  50. def warn(message: ⇒ String): Unit

    Definition Classes
    Logging

Inherited from CommunicatorSender[C]

Inherited from CommunicatorListener[C]

Inherited from AJAXHandler

Inherited from RequestHandler

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped