org.apache.activemq.apollo.broker.jetty

WebSocketTransportFactory

object WebSocketTransportFactory extends Provider with Log

Linear Supertypes
Log, Provider, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. WebSocketTransportFactory
  2. Log
  3. Provider
  4. AnyRef
  5. Any
Visibility
  1. Public
  2. All

Type Members

  1. case class WebSocketTransport(server: WsTransportServer, request: HttpServletRequest, protocol: String) extends BaseService with OnTextMessage with OnBinaryMessage with Transport with SecuredSession with ScatteringByteChannel with GatheringByteChannel with Product with Serializable

  2. case class WsTransportServer(uri: URI) extends WebSocketServlet with BaseService with TransportServer with BrokerAware with Product with Serializable

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 def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def bind(location: String): TransportServer

    Definition Classes
    WebSocketTransportFactoryProvider
  8. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  9. def connect(location: String): Transport

    Definition Classes
    WebSocketTransportFactoryProvider
  10. def debug(e: Throwable): Unit

    Definition Classes
    Log
  11. def debug(e: Throwable, m: ⇒ String, args: Any*): Unit

    Definition Classes
    Log
  12. def debug(m: ⇒ String, args: Any*): Unit

    Definition Classes
    Log
  13. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  15. def error(e: Throwable): Unit

    Definition Classes
    Log
  16. def error(e: Throwable, m: ⇒ String, args: Any*): Unit

    Definition Classes
    Log
  17. def error(m: ⇒ String, args: Any*): Unit

    Definition Classes
    Log
  18. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  21. def info(e: Throwable): Unit

    Definition Classes
    Log
  22. def info(e: Throwable, m: ⇒ String, args: Any*): Unit

    Definition Classes
    Log
  23. def info(m: ⇒ String, args: Any*): Unit

    Definition Classes
    Log
  24. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  25. val log: Logger

    Definition Classes
    Log
  26. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  30. def toString(): String

    Definition Classes
    AnyRef → Any
  31. def trace(e: Throwable): Unit

    Definition Classes
    Log
  32. def trace(e: Throwable, m: ⇒ String, args: Any*): Unit

    Definition Classes
    Log
  33. def trace(m: ⇒ String, args: Any*): Unit

    Definition Classes
    Log
  34. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  37. def warn(e: Throwable): Unit

    Definition Classes
    Log
  38. def warn(e: Throwable, m: ⇒ String, args: Any*): Unit

    Definition Classes
    Log
  39. def warn(m: ⇒ String, args: Any*): Unit

    Definition Classes
    Log

Inherited from Log

Inherited from Provider

Inherited from AnyRef

Inherited from Any