qb  2.0.0.0
C++17 Actor Framework
qb Issue Watch Star Fork Follow @isndev
Loading...
Searching...
No Matches
protocol.h File Reference

Protocol interfaces for message processing in the asynchronous IO framework. More...

Include dependency graph for protocol.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

interface  qb::io::async::IProtocol
 Base interface for all message processing protocols. More...
class  qb::io::async::AProtocol< _IO_ >
 Abstract base class for I/O-component-aware protocols (CRTP). More...

Detailed Description

Protocol interfaces for message processing in the asynchronous IO framework.

This file defines the protocol interfaces used for message processing in the asynchronous IO framework. It provides base classes for implementing custom protocols that can parse and process messages from IO streams. These protocols are crucial for defining how raw byte streams are interpreted as distinct application-level messages.

Author
qb - C++ Actor Framework

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.