org.apache.activemq.apollo.broker.jetty.WebSocketTransportFactory

WsTransportServer

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

Linear Supertypes
Serializable, Product, Equals, BrokerAware, TransportServer, BaseService, Dispatched, Service, WebSocketServlet, Acceptor, HttpServlet, GenericServlet, Serializable, ServletConfig, Servlet, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. WsTransportServer
  2. Serializable
  3. Product
  4. Equals
  5. BrokerAware
  6. TransportServer
  7. BaseService
  8. Dispatched
  9. Service
  10. WebSocketServlet
  11. Acceptor
  12. HttpServlet
  13. GenericServlet
  14. Serializable
  15. ServletConfig
  16. Servlet
  17. AnyRef
  18. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new WsTransportServer (uri: URI)

Value Members

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

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

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

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

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

    Attributes
    final
    Definition Classes
    Any
  6. var _serviceFailure : Exception

    Attributes
    protected
    Definition Classes
    BaseService
  7. var _service_state : State

    Attributes
    protected
    Definition Classes
    BaseService
  8. def _start (on_completed: Runnable): Unit

    Attributes
    protected
    Definition Classes
    WsTransportServer → BaseService
  9. def _stop (on_complete: Runnable): Unit

    Definition Classes
    WsTransportServer → BaseService
  10. var accept_dispatch_queue : DispatchQueue

  11. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  12. def assert_executing : Unit

    Definition Classes
    Dispatched
  13. var binary_transfers : Boolean

  14. var broker : Broker

  15. def canEqual (arg0: Any): Boolean

    Definition Classes
    WsTransportServer → Equals
  16. def checkOrigin (arg0: HttpServletRequest, arg1: String): Boolean

    Definition Classes
    WebSocketServlet → Acceptor
  17. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  18. var connector : Connector

  19. def destroy (): Unit

    Definition Classes
    GenericServlet → Servlet
  20. var dispatchQueue : DispatchQueue

  21. def dispatch_queue : DispatchQueue

    Definition Classes
    WsTransportServer → Dispatched
  22. def doDelete (arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

    Attributes
    protected[http]
    Definition Classes
    HttpServlet
    Annotations
    @throws() @throws()
  23. def doGet (arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

    Attributes
    protected[http]
    Definition Classes
    HttpServlet
    Annotations
    @throws() @throws()
  24. def doHead (arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

    Attributes
    protected[http]
    Definition Classes
    HttpServlet
    Annotations
    @throws() @throws()
  25. def doOptions (arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

    Attributes
    protected[http]
    Definition Classes
    HttpServlet
    Annotations
    @throws() @throws()
  26. def doPost (arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

    Attributes
    protected[http]
    Definition Classes
    HttpServlet
    Annotations
    @throws() @throws()
  27. def doPut (arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

    Attributes
    protected[http]
    Definition Classes
    HttpServlet
    Annotations
    @throws() @throws()
  28. def doTrace (arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

    Attributes
    protected[http]
    Definition Classes
    HttpServlet
    Annotations
    @throws() @throws()
  29. def doWebSocketConnect (request: HttpServletRequest, protocol: String): WebSocketTransport

    Definition Classes
    WsTransportServer → Acceptor
  30. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  31. def equals (arg0: Any): Boolean

    Definition Classes
    WsTransportServer → Equals → AnyRef → Any
  32. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  33. def fire_accept : Unit

  34. def getBinary_transfers (): Boolean

  35. def getBoundAddress (): String

    Definition Classes
    WsTransportServer → TransportServer
  36. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  37. def getDispatchQueue (): DispatchQueue

    Definition Classes
    WsTransportServer → TransportServer
  38. def getInitParameter (arg0: String): String

    Definition Classes
    GenericServlet → ServletConfig
  39. def getInitParameterNames (): java.util.Enumeration[_]

    Definition Classes
    GenericServlet → ServletConfig
  40. def getLastModified (arg0: HttpServletRequest): Long

    Attributes
    protected[http]
    Definition Classes
    HttpServlet
  41. def getServletConfig (): ServletConfig

    Definition Classes
    GenericServlet → Servlet
  42. def getServletContext (): ServletContext

    Definition Classes
    GenericServlet → ServletConfig
  43. def getServletInfo (): String

    Definition Classes
    GenericServlet → Servlet
  44. def getServletName (): String

    Definition Classes
    GenericServlet → ServletConfig
  45. def getSocketAddress (): InetSocketAddress

    Definition Classes
    WsTransportServer → TransportServer
  46. def getTransportServerListener (): TransportServerListener

  47. def hashCode (): Int

    Definition Classes
    WsTransportServer → AnyRef → Any
  48. def init (): Unit

    Definition Classes
    WebSocketServlet → GenericServlet
    Annotations
    @throws()
  49. def init (arg0: ServletConfig): Unit

    Definition Classes
    GenericServlet → Servlet
    Annotations
    @throws()
  50. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  51. def log (arg0: String, arg1: Throwable): Unit

    Definition Classes
    GenericServlet
  52. def log (arg0: String): Unit

    Definition Classes
    GenericServlet
  53. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  54. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  55. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  56. val pending_connects : ArrayBlockingQueue[WebSocketTransport]

  57. def productArity : Int

    Definition Classes
    WsTransportServer → Product
  58. def productElement (arg0: Int): Any

    Definition Classes
    WsTransportServer → Product
  59. def productIterator : Iterator[Any]

    Definition Classes
    Product
  60. def productPrefix : String

    Definition Classes
    WsTransportServer → Product
  61. def resume (): Unit

    Definition Classes
    WsTransportServer → TransportServer
  62. var server : Server

  63. def service (arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

    Attributes
    protected[websocket]
    Definition Classes
    WebSocketServlet → HttpServlet
    Annotations
    @throws() @throws()
  64. def service (arg0: ServletRequest, arg1: ServletResponse): Unit

    Definition Classes
    HttpServlet → GenericServlet → Servlet
    Annotations
    @throws() @throws()
  65. def serviceFailure : Exception

    Definition Classes
    BaseService
  66. def service_state : State

    Definition Classes
    BaseService
  67. def setBinary_transfers (arg0: Boolean): Unit

  68. def setDispatchQueue (arg0: DispatchQueue): Unit

    Definition Classes
    WsTransportServer → TransportServer
  69. def setTransportServerListener (arg0: TransportServerListener): Unit

    Definition Classes
    WsTransportServer → TransportServer
  70. def set_broker (value: Broker): Unit

    Definition Classes
    WsTransportServerBrokerAware
  71. def start (on_completed: Runnable): Unit

    Attributes
    final
    Definition Classes
    BaseService → Service
  72. def start (): Unit

    Attributes
    final
    Definition Classes
    BaseService → Service
  73. def stop (on_completed: Runnable): Unit

    Attributes
    final
    Definition Classes
    BaseService → Service
  74. def stop (): Unit

    Attributes
    final
    Definition Classes
    BaseService → Service
  75. def suspend (): Unit

    Definition Classes
    WsTransportServer → TransportServer
  76. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  77. def toString (): String

    Definition Classes
    WsTransportServer → AnyRef → Any
  78. var transportServerListener : TransportServerListener

  79. val uri : URI

  80. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Deprecated Value Members

  1. def productElements : Iterator[Any]

    Definition Classes
    Product
    Annotations
    @deprecated
    Deprecated

    use productIterator instead

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from BrokerAware

Inherited from TransportServer

Inherited from BaseService

Inherited from Dispatched

Inherited from Service

Inherited from WebSocketServlet

Inherited from Acceptor

Inherited from HttpServlet

Inherited from GenericServlet

Inherited from Serializable

Inherited from ServletConfig

Inherited from Servlet

Inherited from AnyRef

Inherited from Any