C# Class Deveel.Data.Protocol.EmbeddedClientConnector

Inheritance: ServerClientConnector
Afficher le fichier Open project: deveel/deveeldb Class Usage Examples

Méthodes protégées

Méthode Description
CreateEnvelope ( object>.IDictionary metadata, IMessage message ) : IMessageEnvelope
MakeEndPoint ( object>.IDictionary properties ) : ConnectionEndPoint

Private Methods

Méthode Description
EmbeddedClientConnector ( EmbeddedServerConnector serverConnector ) : System

Method Details

CreateEnvelope() protected méthode

protected CreateEnvelope ( object>.IDictionary metadata, IMessage message ) : IMessageEnvelope
metadata object>.IDictionary
message IMessage
Résultat IMessageEnvelope

MakeEndPoint() protected méthode

protected MakeEndPoint ( object>.IDictionary properties ) : ConnectionEndPoint
properties object>.IDictionary
Résultat ConnectionEndPoint