C# Class Apache.NMS.ActiveMQ.Transport.WireFormatNegotiator

A Transport which negotiates the wire format
Inheritance: TransportFilter
Datei anzeigen Open project: ThorTech/apache-nms

Public Methods

Method Description
Oneway ( Command command ) : void
Start ( ) : void
WireFormatNegotiator ( ITransport next, OpenWireFormat wireFormat ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void
OnCommand ( ITransport sender, Command command ) : void
OnException ( ITransport sender, Exception command ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

OnCommand() protected method

protected OnCommand ( ITransport sender, Command command ) : void
sender ITransport
command Command
return void

OnException() protected method

protected OnException ( ITransport sender, Exception command ) : void
sender ITransport
command System.Exception
return void

Oneway() public method

public Oneway ( Command command ) : void
command Command
return void

Start() public method

public Start ( ) : void
return void

WireFormatNegotiator() public method

public WireFormatNegotiator ( ITransport next, OpenWireFormat wireFormat ) : System
next ITransport
wireFormat Apache.NMS.ActiveMQ.OpenWire.OpenWireFormat
return System