Show / Hide Table of Contents

Namespace Libplanet.Net.Transports

Classes

BoundPeerExtensions

This extension class activates transport-oriented methods on BoundPeer.

CommunicationFailException

An Exception thrown when fail to complete a sending and receiving messages cycle via ITransport for one of the expected reasons such as normal timeout, receiving a invalid reply, etc.

DifferentAppProtocolVersionException

The exception that is thrown when the version of the Message that Swarm received is different.

InvalidCredentialException

An Exception that is thrown when a provided credential is invalid when signing an encoded Message.

InvalidMessageSignatureException

An exception that is thrown when the signature of an encoded Message is invalid.

InvalidMessageTimestampException

An exception that is thrown when the timestamp of an encoded Message is invalid.

NetMQTransport

Implementation of ITransport interface using NetMQ.

SendMessageFailException

An Exception thrown when fail to send a Message.

TransportException

Interfaces

ITransport

An interface to handle peer-to-peer networking, including Message exchange and BoundPeer managing.

In This Article
Back to top Copyright © 2018–2023 Planetarium