Instance Constructors
-
new
WireFormatInfo
()
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
afterMarshall
(wireFormat: OpenWireFormat): Unit
-
def
afterUnmarshall
(wireFormat: OpenWireFormat): Unit
-
def
asInstanceOf
[T0]
: T0
-
def
beforeMarshall
(wireFormat: OpenWireFormat): Unit
-
def
beforeUnmarshall
(wireFormat: OpenWireFormat): Unit
-
def
clearProperties
(): Unit
-
def
clone
(): AnyRef
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getCacheSize
(): Int
-
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
-
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
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
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
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any