org.apache.activemq.apollo.openwire.codec

OpenWireFormat

class OpenWireFormat extends AnyRef

Attributes
final
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. OpenWireFormat
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new OpenWireFormat (i: Int)

  2. new OpenWireFormat ()

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 addToMarshallCache (o: DataStructure): Short

  7. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  8. def clone (): AnyRef

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

  10. def doUnmarshal (dis: DataByteArrayInputStream): AnyRef

  11. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  12. def equals (object: Any): Boolean

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  14. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  15. def getFromUnmarshallCache (index: Short): DataStructure

  16. def getMarshallCacheIndex (o: DataStructure): Short

  17. def getMaxFrameSize (): Long

  18. def getName (): String

  19. def getVersion (): Int

  20. def hashCode (): Int

    Definition Classes
    OpenWireFormat → AnyRef → Any
  21. def isCacheEnabled (): Boolean

  22. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  23. def isSizePrefixDisabled (): Boolean

  24. def isStackTraceEnabled (): Boolean

  25. def isTcpNoDelayEnabled (): Boolean

  26. def isTightEncodingEnabled (): Boolean

  27. def looseMarshalNestedObject (o: DataStructure, dataOut: DataByteArrayOutputStream): Unit

  28. def looseUnmarshalNestedObject (dis: DataByteArrayInputStream): DataStructure

  29. def marshal (o: Any, dataOut: DataByteArrayOutputStream): Unit

  30. def marshal (command: Any): Buffer

  31. def min (version1: Long, version2: Long): Long

    Attributes
    protected[codec]
  32. def min (version1: Int, version2: Int): Int

    Attributes
    protected[codec]
  33. def ne (arg0: AnyRef): Boolean

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  36. def renegotiateWireFormat (info: WireFormatInfo, preferedWireFormatInfo: WireFormatInfo): Unit

  37. def runMarshallCacheEvictionSweep (): Unit

  38. def setCacheEnabled (cacheEnabled: Boolean): Unit

  39. def setInUnmarshallCache (index: Short, o: DataStructure): Unit

  40. def setMaxFrameSize (maxFrameSize: Long): Unit

  41. def setSizePrefixDisabled (prefixPacketSize: Boolean): Unit

  42. def setStackTraceEnabled (b: Boolean): Unit

  43. def setTcpNoDelayEnabled (tcpNoDelayEnabled: Boolean): Unit

  44. def setTightEncodingEnabled (tightEncodingEnabled: Boolean): Unit

  45. def setVersion (version: Int): Unit

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

    Attributes
    final
    Definition Classes
    AnyRef
  47. def tightMarshal1 (o: Any, bs: BooleanStream): Int

  48. def tightMarshal2 (o: Any, ds: DataByteArrayOutputStream, bs: BooleanStream): Unit

  49. def tightMarshalNestedObject1 (o: DataStructure, bs: BooleanStream): Int

  50. def tightMarshalNestedObject2 (o: DataStructure, ds: DataByteArrayOutputStream, bs: BooleanStream): Unit

  51. def tightUnmarshalNestedObject (dis: DataByteArrayInputStream, bs: BooleanStream): DataStructure

  52. def toString (): String

    Definition Classes
    OpenWireFormat → AnyRef → Any
  53. def unmarshal (channel: ReadableByteChannel): AnyRef

  54. def unmarshal (dis: DataByteArrayInputStream): AnyRef

  55. def unmarshal (sequence: Buffer): AnyRef

  56. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any