org.apache.activemq.apollo.openwire

OpenwireCodec

class OpenwireCodec extends ProtocolCodec

Linear Supertypes
ProtocolCodec, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. OpenwireCodec
  2. ProtocolCodec
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new OpenwireCodec ()

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 eq (arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    OpenwireCodec → ProtocolCodec
  12. val format : OpenWireFormat

  13. def full (): Boolean

    Definition Classes
    OpenwireCodec → ProtocolCodec
  14. def getClass (): java.lang.Class[_]

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

    Definition Classes
    OpenwireCodec → ProtocolCodec
  16. def getLastWriteSize (): Long

    Definition Classes
    OpenwireCodec → ProtocolCodec
  17. def getReadBufferSize (): Int

    Definition Classes
    OpenwireCodec → ProtocolCodec
  18. def getReadCounter (): Long

    Definition Classes
    OpenwireCodec → ProtocolCodec
  19. def getWriteBufferSize (): Int

    Definition Classes
    OpenwireCodec → ProtocolCodec
  20. def getWriteCounter (): Long

    Definition Classes
    OpenwireCodec → ProtocolCodec
  21. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  22. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  23. def is_empty : Boolean

  24. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  25. var next_action : () ⇒ Command

  26. var next_write_buffer : DataByteArrayOutputStream

  27. def notify (): Unit

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

    Attributes
    final
    Definition Classes
    AnyRef
  29. def protocol : String

  30. def read (): AnyRef

    Definition Classes
    OpenwireCodec → ProtocolCodec
  31. var read_buffer : ByteBuffer

  32. var read_buffer_size : Int

  33. var read_channel : ReadableByteChannel

  34. def read_command (size: Int): () ⇒ Command

  35. var read_counter : Long

  36. def read_header : () ⇒ Command

  37. var read_waiting_on : Int

  38. def setReadableByteChannel (channel: ReadableByteChannel): Unit

    Definition Classes
    OpenwireCodec → ProtocolCodec
  39. def setWritableByteChannel (channel: WritableByteChannel): Unit

    Definition Classes
    OpenwireCodec → ProtocolCodec
  40. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  41. implicit def toBuffer (value: Array[Byte]): Buffer

    Attributes
    implicit
  42. def toString (): String

    Definition Classes
    AnyRef → Any
  43. def unread (buffer: Array[Byte]): Unit

    Definition Classes
    OpenwireCodec → ProtocolCodec
  44. def wait (): Unit

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

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

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

    Definition Classes
    OpenwireCodec → ProtocolCodec
  48. var write_buffer : ByteBuffer

  49. var write_buffer_size : Int

  50. var write_channel : WritableByteChannel

  51. var write_counter : Long

Inherited from ProtocolCodec

Inherited from AnyRef

Inherited from Any