final
class
OpenWireFormat extends AnyRef
Instance Constructors
-
new
OpenWireFormat(i: Int)
-
new
OpenWireFormat()
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
def
addToMarshallCache(o: DataStructure): Short
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
-
def
doUnmarshal(dis: DataByteArrayInputStream): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(object: Any): Boolean
-
def
finalize(): Unit
-
final
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
-
final
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
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
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
-
final
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
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any