Class WireFormatInfo
- Namespace
- Apache.NMS.ActiveMQ.Commands
- Assembly
- Apache.NMS.ActiveMQ.dll
public class WireFormatInfo : BaseCommand, Command, DataStructure, ICloneable, MarshallAware
- Inheritance
-
WireFormatInfo
- Implements
-
- Inherited Members
-
Constructors
Fields
public const byte ID_WIREFORMATINFO = 1
Field Value
- byte
Properties
public bool CacheEnabled { get; set; }
Property Value
- bool
public int CacheSize { get; set; }
Property Value
- int
public override bool IsWireFormatInfo { get; }
Property Value
- bool
public byte[] Magic { get; set; }
Property Value
- byte[]
public byte[] MarshalledProperties { get; set; }
Property Value
- byte[]
public long MaxInactivityDuration { get; set; }
Property Value
- long
public long MaxInactivityDurationInitialDelay { get; set; }
Property Value
- long
public IPrimitiveMap Properties { get; }
Property Value
- IPrimitiveMap
public bool SizePrefixDisabled { get; set; }
Property Value
- bool
public bool StackTraceEnabled { get; set; }
Property Value
- bool
public bool TcpNoDelayEnabled { get; set; }
Property Value
- bool
public bool TightEncodingEnabled { get; set; }
Property Value
- bool
public bool Valid { get; }
Property Value
- bool
public int Version { get; set; }
Property Value
- int
Methods
public override void BeforeMarshall(OpenWireFormat wireFormat)
Parameters
wireFormat
OpenWireFormat
public override byte GetDataStructureType()
Returns
- byte
public override bool IsMarshallAware()
Returns
- bool
public override string ToString()
Returns
- string
public override Response Visit(ICommandVisitor visitor)
Parameters
visitor
ICommandVisitor
Returns
- Response