Module codec

Module codec 

Source
Expand description

Utilities for processing Mercurial command-server protocol.

Structs§

BlockEncoder
Encoder to build messages sent to Mercurial command server.
ChannelDecoder
Decoder to parse and split messages sent from Mercurial command server.
ClientCodec
Unified codec for client-side operations.

Enums§

BlockMessage
Request and response sent to Mercurial command server.
ChannelMessage
Message sent from Mercurial command server.