| 
| static bool  | has_frame_header (const ClassicProtocolState &src_protocol) | 
|   | 
| static stdx::expected< size_t, std::error_code >  | forward_frame_header_as_is (Channel &src_channel, Channel &dst_channel, size_t header_size) | 
|   | 
| static stdx::expected< size_t, std::error_code >  | write_frame_header (Channel &dst_channel, classic_protocol::frame::Header frame_header) | 
|   | 
| static stdx::expected< size_t, std::error_code >  | forward_header (Channel &src_channel, ClassicProtocolState &src_protocol, Channel &dst_channel, ClassicProtocolState &dst_protocol, size_t header_size, size_t payload_size) | 
|   | 
| static stdx::expected< bool, std::error_code >  | forward_frame_from_channel (Channel &src_channel, ClassicProtocolState &src_protocol, Channel &dst_channel, ClassicProtocolState &dst_protocol) | 
|   | 
| static stdx::expected< Forwarder::ForwardResult, std::error_code >  | forward_frame_sequence (Channel &src_channel, ClassicProtocolState &src_protocol, Channel &dst_channel, ClassicProtocolState &dst_protocol) | 
|   |