C# 클래스 Apache.NMS.ActiveMQ.Transport.WireFormatNegotiator

A Transport which negotiates the wire format
상속: TransportFilter
파일 보기 프로젝트 열기: ThorTech/apache-nms

공개 메소드들

메소드 설명
Oneway ( Command command ) : void
Start ( ) : void
WireFormatNegotiator ( ITransport next, OpenWireFormat wireFormat ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
OnCommand ( ITransport sender, Command command ) : void
OnException ( ITransport sender, Exception command ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

OnCommand() 보호된 메소드

protected OnCommand ( ITransport sender, Command command ) : void
sender ITransport
command Command
리턴 void

OnException() 보호된 메소드

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

Oneway() 공개 메소드

public Oneway ( Command command ) : void
command Command
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

WireFormatNegotiator() 공개 메소드

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