org.apache.activemq.apollo.stomp

StompFrameMessage

case class StompFrameMessage (frame: StompFrame) extends Message with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Message, Retained, Filterable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. StompFrameMessage
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Message
  7. Retained
  8. Filterable
  9. AnyRef
  10. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StompFrameMessage (frame: StompFrame)

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

    Attributes
    final
    Definition Classes
    Any
  7. def canEqual (arg0: Any): Boolean

    Definition Classes
    StompFrameMessage → Equals
  8. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  9. def encoded : Buffer

    Definition Classes
    Message
  10. def eq (arg0: AnyRef): Boolean

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

    Definition Classes
    StompFrameMessage → Equals → AnyRef → Any
  12. var expiration : Long

    a positive value indicates that the delivery has an expiration time.

  13. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  14. val frame : StompFrame

  15. def getBodyAs [T] (toType: Class[T]): T

    Definition Classes
    StompFrameMessage → Filterable
  16. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  17. def getLocalConnectionId (): String

    Definition Classes
    StompFrameMessage → Filterable
  18. def getProperty (name: String): AnyRef

    Definition Classes
    StompFrameMessage → Filterable
  19. def hashCode (): Int

    Definition Classes
    StompFrameMessage → AnyRef → Any
  20. lazy val headerIndex : Map[AsciiBuffer, AsciiBuffer]

  21. var id : AsciiBuffer

    the globally unique id of the message

  22. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  23. def ne (arg0: AnyRef): Boolean

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  26. var persistent : Boolean

    true if the delivery is persistent

  27. var priority : Byte

    the message priority.

  28. def productArity : Int

    Definition Classes
    StompFrameMessage → Product
  29. def productElement (arg0: Int): Any

    Definition Classes
    StompFrameMessage → Product
  30. def productIterator : Iterator[Any]

    Definition Classes
    Product
  31. def productPrefix : String

    Definition Classes
    StompFrameMessage → Product
  32. def protocol : org.apache.activemq.apollo.stomp.StompProtocol.type

    Definition Classes
    StompFrameMessage → Message
  33. def release (): Unit

    Definition Classes
    StompFrameMessage → Retained
  34. def retain (): Unit

    Definition Classes
    StompFrameMessage → Retained
  35. def retained (): Nothing

    Definition Classes
    StompFrameMessage → Retained
  36. def setDisposer (disposer: Runnable): Nothing

  37. def synchronized [T0] (arg0: ⇒ T0): T0

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

    Definition Classes
    StompFrameMessage → AnyRef → Any
  39. def wait (): Unit

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  41. 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 Serializable

Inherited from Product

Inherited from Equals

Inherited from Message

Inherited from Retained

Inherited from Filterable

Inherited from AnyRef

Inherited from Any