org.apache.activemq.apollo.stomp

StompCodec

class StompCodec extends AbstractProtocolCodec

Linear Supertypes
AbstractProtocolCodec, TransportAware, ProtocolCodec, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. StompCodec
  2. AbstractProtocolCodec
  3. TransportAware
  4. ProtocolCodec
  5. AnyRef
  6. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StompCodec ()

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 clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. def encode (frame: StompFrame, os: DataOutput): Unit

  9. def encode (command: AnyRef): Unit

    Attributes
    protected
    Definition Classes
    StompCodec → AbstractProtocolCodec
  10. def eq (arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  12. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  13. def flush (): BufferState

    Definition Classes
    AbstractProtocolCodec → ProtocolCodec
    Annotations
    @throws()
  14. def flushNextWriteBuffer (): Unit

    Attributes
    protected[transport]
    Definition Classes
    AbstractProtocolCodec
  15. def full (): Boolean

    Definition Classes
    AbstractProtocolCodec → ProtocolCodec
  16. def getBufferPools (): BufferPools

    Definition Classes
    AbstractProtocolCodec
  17. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  18. def getLastReadSize (): Long

    Definition Classes
    AbstractProtocolCodec → ProtocolCodec
  19. def getLastWriteSize (): Long

    Definition Classes
    AbstractProtocolCodec → ProtocolCodec
  20. def getReadBufferSize (): Int

    Definition Classes
    AbstractProtocolCodec → ProtocolCodec
  21. def getReadCounter (): Long

    Definition Classes
    AbstractProtocolCodec → ProtocolCodec
  22. def getWriteBufferSize (): Int

    Definition Classes
    AbstractProtocolCodec → ProtocolCodec
  23. def getWriteCounter (): Long

    Definition Classes
    AbstractProtocolCodec → ProtocolCodec
  24. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  25. def initialDecodeAction (): Action

    Attributes
    protected
    Definition Classes
    StompCodec → AbstractProtocolCodec
  26. def isEmpty (): Boolean

    Definition Classes
    AbstractProtocolCodec
  27. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  28. var max_data_length : Int

  29. var max_header_length : Int

  30. var max_headers : Int

  31. def ne (arg0: AnyRef): Boolean

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  34. def onBufferFlushed (arg0: ByteBuffer): Unit

    Attributes
    protected[transport]
    Definition Classes
    AbstractProtocolCodec
  35. def peekBytes (arg0: Int): Buffer

    Attributes
    protected[transport]
    Definition Classes
    AbstractProtocolCodec
  36. def protected$nextDecodeAction (arg0: StompCodec.this.type): Action

  37. def protected$readBytes (arg0: StompCodec)(arg0: Int): Buffer

  38. def protected$readUntil (arg0: StompCodec)(arg0: Byte): Buffer

  39. def protected$readUntil (arg0: StompCodec)(arg0: Byte, arg1: Int, arg2: String): Buffer

  40. def protected$setnextDecodeAction (arg0: StompCodec, arg1: Action): Unit

  41. def read (): AnyRef

    Definition Classes
    AbstractProtocolCodec → ProtocolCodec
    Annotations
    @throws()
  42. def readBytes (arg0: Int): Buffer

    Attributes
    protected[transport]
    Definition Classes
    AbstractProtocolCodec
  43. def readDirect (arg0: ByteBuffer): Boolean

    Attributes
    protected[transport]
    Definition Classes
    AbstractProtocolCodec
  44. def readUntil (arg0: Byte, arg1: Int, arg2: String): Buffer

    Attributes
    protected[transport]
    Definition Classes
    AbstractProtocolCodec
    Annotations
    @throws()
  45. def readUntil (arg0: Byte, arg1: Int): Buffer

    Attributes
    protected[transport]
    Definition Classes
    AbstractProtocolCodec
    Annotations
    @throws()
  46. def readUntil (arg0: Byte): Buffer

    Attributes
    protected[transport]
    Definition Classes
    AbstractProtocolCodec
    Annotations
    @throws()
  47. def setBufferPools (arg0: BufferPools): Unit

    Definition Classes
    AbstractProtocolCodec
  48. def setReadableByteChannel (arg0: ReadableByteChannel): Unit

    Definition Classes
    AbstractProtocolCodec → ProtocolCodec
    Annotations
    @throws()
  49. def setTransport (arg0: Transport): Unit

    Definition Classes
    AbstractProtocolCodec → TransportAware
  50. def setWritableByteChannel (arg0: WritableByteChannel): Unit

    Definition Classes
    AbstractProtocolCodec → ProtocolCodec
    Annotations
    @throws()
  51. def synchronized [T0] (arg0: ⇒ T0): T0

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

    Definition Classes
    AnyRef → Any
  53. var trim : Boolean

  54. def unread (arg0: Array[Byte]): Unit

    Definition Classes
    AbstractProtocolCodec → ProtocolCodec
  55. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  58. def write (arg0: Any): BufferState

    Definition Classes
    AbstractProtocolCodec → ProtocolCodec
    Annotations
    @throws()
  59. def writeDirect (arg0: ByteBuffer): Unit

    Attributes
    protected[transport]
    Definition Classes
    AbstractProtocolCodec
    Annotations
    @throws()

Inherited from AbstractProtocolCodec

Inherited from TransportAware

Inherited from ProtocolCodec

Inherited from AnyRef

Inherited from Any