Skip to main content

Module handler

Module handler 

Source
Expand description

Wrap tor_cell::chancell::codec::ChannelCodec for use with the futures_codec crate.

Structsยง

ClogDigest ๐Ÿ”’
The rolling digest for the bytes sent on a channel. (Received by the responder).
HandshakeChannelHandler ๐Ÿ”’
The handshake channel handler which is used to decode and encode cells onto a channel that is handshaking with an endpoint.
NewChannelHandler ๐Ÿ”’
A new channel handler used when a channel is created but before the handshake meaning there is no link protocol version yet associated with it.
OpenChannelHandler ๐Ÿ”’
The open channel handler which is used to decode and encode cells onto an open Channel.
SlogDigest ๐Ÿ”’
The rolling digest for the bytes received on a channel. (Sent by the responder).

Enumsยง

ChannelCellHandler ๐Ÿ”’
Channel cell handler which is always in three state.

Type Aliasesยง

AuthLogDigest ๐Ÿ”’
An authentication rolling digest value.