C# Класс RabbitMQ.Client.Framing.Impl.v0_9_1.ProtocolBase

Наследование: RabbitMQ.Client.Impl.AbstractProtocolBase
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Capabilities bool>.IDictionary

Открытые методы

Метод Описание
CanSendWhileClosed ( Command cmd ) : bool
CreateChannelClose ( ushort reasonCode, string reasonText, Command &request, int &replyClassId, int &replyMethodId ) : void
CreateConnection ( ConnectionFactory factory, bool insist, IFrameHandler frameHandler ) : IConnection
CreateConnectionClose ( ushort reasonCode, string reasonText, Command &request, int &replyClassId, int &replyMethodId ) : void
CreateFrameHandler ( AmqpTcpEndpoint endpoint, ConnectionFactory socketFactory, int timeout ) : IFrameHandler
CreateModel ( ISession session ) : IModel
DecodeContentHeaderFrom ( RabbitMQ.Util.NetworkBinaryReader reader ) : RabbitMQ.Client.Impl.ContentHeaderBase
DecodeMethodFrom ( RabbitMQ.Util.NetworkBinaryReader reader ) : RabbitMQ.Client.Impl.MethodBase
Equals ( object obj ) : bool
GetHashCode ( ) : int
ProtocolBase ( ) : System.Collections.Generic
ToString ( ) : string

Описание методов

CanSendWhileClosed() публичный Метод

public CanSendWhileClosed ( Command cmd ) : bool
cmd RabbitMQ.Client.Impl.Command
Результат bool

CreateChannelClose() публичный Метод

public CreateChannelClose ( ushort reasonCode, string reasonText, Command &request, int &replyClassId, int &replyMethodId ) : void
reasonCode ushort
reasonText string
request RabbitMQ.Client.Impl.Command
replyClassId int
replyMethodId int
Результат void

CreateConnection() публичный Метод

public CreateConnection ( ConnectionFactory factory, bool insist, IFrameHandler frameHandler ) : IConnection
factory RabbitMQ.Client.ConnectionFactory
insist bool
frameHandler IFrameHandler
Результат IConnection

CreateConnectionClose() публичный Метод

public CreateConnectionClose ( ushort reasonCode, string reasonText, Command &request, int &replyClassId, int &replyMethodId ) : void
reasonCode ushort
reasonText string
request RabbitMQ.Client.Impl.Command
replyClassId int
replyMethodId int
Результат void

CreateFrameHandler() публичный Метод

public CreateFrameHandler ( AmqpTcpEndpoint endpoint, ConnectionFactory socketFactory, int timeout ) : IFrameHandler
endpoint RabbitMQ.Client.AmqpTcpEndpoint
socketFactory RabbitMQ.Client.ConnectionFactory
timeout int
Результат IFrameHandler

CreateModel() публичный Метод

public CreateModel ( ISession session ) : IModel
session ISession
Результат IModel

DecodeContentHeaderFrom() публичный абстрактный Метод

public abstract DecodeContentHeaderFrom ( RabbitMQ.Util.NetworkBinaryReader reader ) : RabbitMQ.Client.Impl.ContentHeaderBase
reader RabbitMQ.Util.NetworkBinaryReader
Результат RabbitMQ.Client.Impl.ContentHeaderBase

DecodeMethodFrom() публичный абстрактный Метод

public abstract DecodeMethodFrom ( RabbitMQ.Util.NetworkBinaryReader reader ) : RabbitMQ.Client.Impl.MethodBase
reader RabbitMQ.Util.NetworkBinaryReader
Результат RabbitMQ.Client.Impl.MethodBase

Equals() публичный Метод

public Equals ( object obj ) : bool
obj object
Результат bool

GetHashCode() публичный Метод

public GetHashCode ( ) : int
Результат int

ProtocolBase() публичный Метод

public ProtocolBase ( ) : System.Collections.Generic
Результат System.Collections.Generic

ToString() публичный Метод

public ToString ( ) : string
Результат string

Описание свойств

Capabilities публичное свойство

public IDictionary Capabilities
Результат bool>.IDictionary