Instance Constructors
-
new
WireFormatInfo()
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
afterMarshall(wireFormat: OpenWireFormat): Unit
-
def
afterUnmarshall(wireFormat: OpenWireFormat): Unit
-
final
def
asInstanceOf[T0]: T0
-
def
beforeMarshall(wireFormat: OpenWireFormat): Unit
-
def
beforeUnmarshall(wireFormat: OpenWireFormat): Unit
-
def
clearProperties(): Unit
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
getCacheSize(): Int
-
final
def
getClass(): java.lang.Class[_]
-
def
getCommandId(): Int
-
def
getDataStructureType(): Byte
-
def
getMagic(): Array[Byte]
-
def
getMarshalledProperties(): Buffer
-
def
getMaxFrameSize(): Long
-
def
getMaxInactivityDuration(): Long
-
def
getMaxInactivityDurationInitalDelay(): Long
-
def
getProperties(): Map[String, AnyRef]
-
def
getProperty(name: String): AnyRef
-
def
getVersion(): Int
-
def
hashCode(): Int
-
def
isBrokerInfo(): Boolean
-
def
isCacheEnabled(): Boolean
-
final
def
isInstanceOf[T0]: Boolean
-
def
isMarshallAware(): Boolean
-
def
isMessage(): Boolean
-
def
isMessageAck(): Boolean
-
def
isMessageDispatch(): Boolean
-
def
isMessageDispatchNotification(): Boolean
-
def
isResponse(): Boolean
-
def
isResponseRequired(): Boolean
-
def
isShutdownInfo(): Boolean
-
def
isSizePrefixDisabled(): Boolean
-
def
isStackTraceEnabled(): Boolean
-
def
isTcpNoDelayEnabled(): Boolean
-
def
isTightEncodingEnabled(): Boolean
-
def
isValid(): Boolean
-
def
isWireFormatInfo(): Boolean
-
def
lazyCreateProperties(): Unit
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
setCacheEnabled(cacheEnabled: Boolean): Unit
-
def
setCacheSize(cacheSize: Int): Unit
-
def
setCommandId(value: Int): Unit
-
def
setMagic(magic: Array[Byte]): Unit
-
def
setMarshalledProperties(marshalledProperties: Buffer): Unit
-
def
setMaxFrameSize(maxFrameSize: Long): Unit
-
def
setMaxInactivityDuration(maxInactivityDuration: Long): Unit
-
def
setMaxInactivityDurationInitalDelay(maxInactivityDurationInitalDelay: Long): Unit
-
def
setProperty(name: String, value: Any): Unit
-
def
setResponseRequired(responseRequired: Boolean): Unit
-
def
setSizePrefixDisabled(prefixPacketSize: Boolean): Unit
-
def
setStackTraceEnabled(stackTraceEnabled: 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
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any