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. 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
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new WsTransportServer(uri: URI)

Type Members

  1. class CREATED extends State

    Attributes
    protected
    Definition Classes
    BaseService
  2. class FAILED extends State

    Attributes
    protected
    Definition Classes
    BaseService
  3. class STARTED extends State

    Attributes
    protected
    Definition Classes
    BaseService
  4. class STARTING extends State

    Attributes
    protected
    Definition Classes
    BaseService
  5. class STOPPED extends State

    Attributes
    protected
    Definition Classes
    BaseService
  6. class STOPPING extends State

    Attributes
    protected
    Definition Classes
    BaseService
  7. sealed class State extends AnyRef

    Definition Classes
    BaseService

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. var _service_failure: Throwable

    Attributes
    protected
    Definition Classes
    BaseService
  7. var _service_state: State

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

    Attributes
    protected
    Definition Classes
    WsTransportServer → BaseService
  9. var _start_transition_counter: Int

    Definition Classes
    BaseService
  10. def _stop(on_complete: Task): Unit

    Definition Classes
    WsTransportServer → BaseService
  11. var accept_dispatch_queue: DispatchQueue

  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. def assert_executing: Unit

    Definition Classes
    Dispatched
  14. var binary_transfers: Boolean

  15. var blockingExecutor: Executor

  16. var blocking_executor: Executor

  17. var broker: Broker

  18. def checkOrigin(arg0: HttpServletRequest, arg1: String): Boolean

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  20. var connector: eclipse.jetty.server.Connector

  21. var cors_origin: String

  22. def destroy(): Unit

    Definition Classes
    WebSocketServlet → GenericServlet → Servlet
  23. var dispatchQueue: DispatchQueue

  24. def dispatch_queue: DispatchQueue

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

    Attributes
    protected[javax.servlet.http]
    Definition Classes
    HttpServlet
    Annotations
    @throws() @throws()
  26. def doGet(req: HttpServletRequest, resp: HttpServletResponse): Unit

    Definition Classes
    WsTransportServer → HttpServlet
  27. def doHead(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

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

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

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

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

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

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

    Definition Classes
    AnyRef
  34. def finalize(): Unit

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

  36. def getBinary_transfers(): Boolean

  37. def getBlockingExecutor(): Executor

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

    Definition Classes
    WsTransportServer → TransportServer
  39. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  40. def getCors_origin(): String

  41. def getDispatchQueue(): DispatchQueue

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

    Definition Classes
    GenericServlet → ServletConfig
  43. def getInitParameterNames(): Enumeration[String]

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

    Attributes
    protected[javax.servlet.http]
    Definition Classes
    HttpServlet
  45. def getServletConfig(): ServletConfig

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

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

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

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

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

  51. def init(): Unit

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

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

    Definition Classes
    Any
  54. def log(arg0: String, arg1: Throwable): Unit

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

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

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

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

    Definition Classes
    AnyRef
  59. val pending_connects: ArrayBlockingQueue[WebSocketTransport]

  60. def resume(): Unit

    Definition Classes
    WsTransportServer → TransportServer
  61. def schedule_reoccurring(time: Long, unit: TimeUnit)(func: ⇒ Unit): Unit

    Definition Classes
    BaseService
  62. var server: Server

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

    Attributes
    protected[org.eclipse.jetty.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 service_failure(): Throwable

    Definition Classes
    BaseService → Service
  66. def service_state: State

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

  68. def setBlockingExecutor(arg0: Executor): Unit

    Definition Classes
    WsTransportServer → TransportServer
  69. def setCors_origin(arg0: String): Unit

  70. def setDispatchQueue(arg0: DispatchQueue): Unit

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

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

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

    Definition Classes
    WsTransportServer → TransportServer
  74. def start(on_completed: Task): Unit

    Definition Classes
    BaseService → Service
  75. def stop(on_completed: Runnable): Unit

    Definition Classes
    WsTransportServer → TransportServer
  76. def stop(on_completed: Task): Unit

    Definition Classes
    BaseService → Service
  77. def suspend(): Unit

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

    Definition Classes
    AnyRef
  79. var transportServerListener: TransportServerListener

  80. val uri: URI

  81. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

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

Ungrouped