class
OpenWireFormat
extends AnyRef
Instance Constructors
-
new
OpenWireFormat
(i: Int)
-
new
OpenWireFormat
()
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
addToMarshallCache
(o: DataStructure): Short
-
def
asInstanceOf
[T0]
: T0
-
def
clone
(): AnyRef
-
-
def
doUnmarshal
(dis: DataByteArrayInputStream): AnyRef
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(object: Any): Boolean
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
getFromUnmarshallCache
(index: Short): DataStructure
-
def
getMarshallCacheIndex
(o: DataStructure): Short
-
def
getMaxFrameSize
(): Long
-
def
getName
(): String
-
def
getVersion
(): Int
-
def
hashCode
(): Int
-
def
isCacheEnabled
(): Boolean
-
def
isInstanceOf
[T0]
: Boolean
-
def
isSizePrefixDisabled
(): Boolean
-
def
isStackTraceEnabled
(): Boolean
-
def
isTcpNoDelayEnabled
(): Boolean
-
def
isTightEncodingEnabled
(): Boolean
-
def
looseMarshalNestedObject
(o: DataStructure, dataOut: DataByteArrayOutputStream): Unit
-
def
looseUnmarshalNestedObject
(dis: DataByteArrayInputStream): DataStructure
-
def
marshal
(o: Any, dataOut: DataByteArrayOutputStream): Unit
-
def
marshal
(command: Any): Buffer
-
def
min
(version1: Long, version2: Long): Long
-
def
min
(version1: Int, version2: Int): Int
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
renegotiateWireFormat
(info: WireFormatInfo, preferedWireFormatInfo: WireFormatInfo): Unit
-
def
runMarshallCacheEvictionSweep
(): Unit
-
def
setCacheEnabled
(cacheEnabled: Boolean): Unit
-
def
setInUnmarshallCache
(index: Short, o: DataStructure): Unit
-
def
setMaxFrameSize
(maxFrameSize: Long): Unit
-
def
setSizePrefixDisabled
(prefixPacketSize: Boolean): Unit
-
def
setStackTraceEnabled
(b: Boolean): Unit
-
def
setTcpNoDelayEnabled
(tcpNoDelayEnabled: Boolean): Unit
-
def
setTightEncodingEnabled
(tightEncodingEnabled: Boolean): Unit
-
def
setVersion
(version: Int): Unit
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
tightMarshal1
(o: Any, bs: BooleanStream): Int
-
def
tightMarshal2
(o: Any, ds: DataByteArrayOutputStream, bs: BooleanStream): Unit
-
-
def
tightMarshalNestedObject2
(o: DataStructure, ds: DataByteArrayOutputStream, bs: BooleanStream): Unit
-
def
tightUnmarshalNestedObject
(dis: DataByteArrayInputStream, bs: BooleanStream): DataStructure
-
def
toString
(): String
-
def
unmarshal
(channel: ReadableByteChannel): AnyRef
-
def
unmarshal
(dis: DataByteArrayInputStream): AnyRef
-
def
unmarshal
(sequence: Buffer): AnyRef
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any