Class

play.sockjs

SockJSRouter

Related Doc: package sockjs

Permalink

abstract class SockJSRouter extends JavaRouter

Linear Supertypes
JavaRouter, Router, Controller, HeaderNames, Status, Results, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SockJSRouter
  2. JavaRouter
  3. Router
  4. Controller
  5. HeaderNames
  6. Status
  7. Results
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SockJSRouter()

    Permalink

Abstract Value Members

  1. abstract def sockjs: SockJS

    Permalink
    Definition Classes
    JavaRouter

Concrete 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 asJava: Router

    Permalink
    Definition Classes
    Router
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def components: SockJSRouterComponents

    Permalink
    Attributes
    protected
    Definition Classes
    JavaRouter
  8. final def documentation: Seq[(String, String, String)]

    Permalink
    Definition Classes
    JavaRouter → Router
  9. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. def fallbackComponents: SockJSRouterComponents

    Permalink

    Defines fallback components to use in case setComponents has not been called.

    Defines fallback components to use in case setComponents has not been called.

    Attributes
    protected
    Definition Classes
    JavaRouter
  12. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def handlerFor(request: RequestHeader): Option[Handler]

    Permalink
    Definition Classes
    Router
  15. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  17. def materializer: Materializer

    Permalink

    Override this method to use a different materializer

    Override this method to use a different materializer

    Attributes
    protected
    Definition Classes
    JavaRouter
  18. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  21. final def routes: PartialFunction[RequestHeader, Handler]

    Permalink
    Definition Classes
    JavaRouter → Router
  22. def setComponents(components: SockJSRouterComponents): Unit

    Permalink

    Call this method to set the SockJSRouterComponents instance.

    Call this method to set the SockJSRouterComponents instance.

    Definition Classes
    JavaRouter
    Annotations
    @Inject()
  23. def settings: SockJSSettings

    Permalink
    Attributes
    protected
    Definition Classes
    JavaRouter
  24. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def withPrefix(prefix: String): JavaRouter

    Permalink
    Definition Classes
    JavaRouter → Router

Inherited from JavaRouter

Inherited from Router

Inherited from Controller

Inherited from HeaderNames

Inherited from Status

Inherited from Results

Inherited from AnyRef

Inherited from Any

Ungrouped