Class WireFormatNegotiator
A Transport which negotiates the wire format
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Apache.NMS.ActiveMQ.Transport
Assembly: Apache.NMS.ActiveMQ.dll
Syntax
public class WireFormatNegotiator : TransportFilter, ITransport, IStartable, IDisposable, IStoppable
Constructors
| Improve this Doc View SourceWireFormatNegotiator(ITransport, OpenWireFormat)
Declaration
public WireFormatNegotiator(ITransport next, OpenWireFormat wireFormat)
Parameters
Type | Name | Description |
---|---|---|
ITransport | next | |
OpenWireFormat | wireFormat |
Methods
| Improve this Doc View SourceDispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
Overrides
| Improve this Doc View SourceOnCommand(ITransport, Command)
Declaration
protected override void OnCommand(ITransport sender, Command command)
Parameters
Type | Name | Description |
---|---|---|
ITransport | sender | |
Command | command |
Overrides
| Improve this Doc View SourceOneway(Command)
Declaration
public override void Oneway(Command command)
Parameters
Type | Name | Description |
---|---|---|
Command | command |
Overrides
| Improve this Doc View SourceOnException(ITransport, Exception)
Declaration
protected override void OnException(ITransport sender, Exception command)
Parameters
Type | Name | Description |
---|---|---|
ITransport | sender | |
System.Exception | command |
Overrides
| Improve this Doc View SourceStart()
Declaration
public override void Start()
Overrides
Implements
Apache.NMS.IStartable
System.IDisposable
Apache.NMS.IStoppable