Namespace Couchbase.Lite.P2P
Classes
Message
This class encapsulates the concept of a message, which is an object that can be represented as a series of bytes for abstract transport
MessageEndpoint
An endpoint that will communicate over an arbitrary line of communication that is implemented in application space
MessageEndpointListener
A listener class that accepts incoming replicators that use the Message
MessageEndpointListenerChangedEventArgs
The event arguments for the AddChangeListener(EventHandler<MessageEndpointListenerChangedEventArgs>) method
MessageEndpointListenerConfiguration
A class for configuring a new Message
MessagingException
A class representing an error during transport of a Message
Interfaces
IMessageEndpointConnection
This interface represents the "send" portion of a replication that is based
on the Message
IMessageEndpointDelegate
A helper interface for Message
IReplicatorConnection
This interface is the counterpart to IMessage
Enums
ProtocolType
The type of protocol that the P2P framework will be implementing