httk.core.datastream.bytestream_backend¶
Classes¶
Abstract base class for all backends of streaming byte data. |
Module Contents¶
- class httk.core.datastream.bytestream_backend.BytestreamBackend(backend, **hints)¶
Bases:
httk.core.views.Backend[BytestreamBackend],httk.core.datastream.bytestream_api.BytestreamAPIAbstract base class for all backends of streaming byte data.
- Parameters:
backend (Any) – Initial backend value accepted by the backend family.
**hints (Any) – Backend-selection hints used by concrete backends.
- backend_classes: ClassVar[list[type[httk.core.views.Backend[Any]]]]¶