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

A Transport which negotiates the wire format
Inheritance: TransportFilter
Afficher le fichier Open project: ThorTech/apache-nms

Méthodes publiques

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

Méthodes protégées

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

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

OnCommand() protected méthode

protected OnCommand ( ITransport sender, Command command ) : void
sender ITransport
command Command
Résultat void

OnException() protected méthode

protected OnException ( ITransport sender, Exception command ) : void
sender ITransport
command System.Exception
Résultat void

Oneway() public méthode

public Oneway ( Command command ) : void
command Command
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

WireFormatNegotiator() public méthode

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