[][src]Module splinter::network::dispatch

Methods for Dispatching and Handling Messages.

Structs

DispatchLoop

The Dispatch Loop

DispatchLoopError

Errors that may occur during the operation of the Dispatch Loop.

DispatchMessage

A message to be dispatched.

Dispatcher

Dispatches messages to handlers.

MessageContext

The Message Context

RawBytes

A container for the raw bytes of a message.

Enums

DispatchError

Dispatch Errors

Traits

FromMessageBytes

Converts bytes into a concrete message instance

Handler

A Handler for a network message.