org.apache.activemq.apollo.openwire.codec

OpenWireFormat

final class OpenWireFormat extends AnyRef

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

  7. final def asInstanceOf[T0]: T0

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

    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. final def getClass(): java.lang.Class[_]

    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. final def isInstanceOf[T0]: Boolean

    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. final def ne(arg0: AnyRef): Boolean

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

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

    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. final def synchronized[T0](arg0: ⇒ T0): T0

    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. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any