Module command

Module command 

Source
Expand description

Command processing module

This module handles NNTP command classification and processing. It provides a clean abstraction for parsing and validating commands without coupling to the proxy implementation.

Structs§

CommandHandler
Handler for processing commands and determining actions

Enums§

AuthAction
Specific authentication action
CommandAction
Action to take in response to a command
NntpCommand
NNTP command classification for different handling strategies