|
A11 (C++ runtime)
Native C++ implementation of the A11 action and streaming runtime
|
This is the complete list of members for a11::nodes::AsyncNode, including all inherited members.
| AbortWithStatus(absl::Status status) | a11::nodes::AsyncNode | |
| AsyncNode(const AsyncNode &)=delete | a11::nodes::AsyncNode | |
| AttachStream(std::shared_ptr< net::WireStream > stream) | a11::nodes::AsyncNode | |
| Cancel() | a11::nodes::AsyncNode | |
| CancelReader() | a11::nodes::AsyncNode | |
| CancelWriter() | a11::nodes::AsyncNode | |
| Create(std::shared_ptr< stores::ChunkStore > store, std::shared_ptr< data::SerializationRegistry > serialization_registry=nullptr, stores::ChunkStoreReaderOptions reader_options={}, stores::ChunkStoreWriterOptions writer_options={}) | a11::nodes::AsyncNode | static |
| DetachStream(const std::shared_ptr< net::WireStream > &stream) | a11::nodes::AsyncNode | |
| DrainAndClose() | a11::nodes::AsyncNode | |
| GetChunkStore() const | a11::nodes::AsyncNode | |
| GetId() const | a11::nodes::AsyncNode | |
| GetReaderOptions() const | a11::nodes::AsyncNode | |
| GetReaderStatus() const | a11::nodes::AsyncNode | |
| GetWriterAbortStatus() const | a11::nodes::AsyncNode | |
| GetWriterOptions() const | a11::nodes::AsyncNode | |
| GetWriterStatus() const | a11::nodes::AsyncNode | |
| IsWritable() | a11::nodes::AsyncNode | |
| NextChunk(absl::Duration timeout=absl::InfiniteDuration()) | a11::nodes::AsyncNode | |
| NextFragment(absl::Duration timeout=absl::InfiniteDuration()) | a11::nodes::AsyncNode | |
| NextObject(absl::Duration timeout=absl::InfiniteDuration(), std::vector< std::string > mimetype_patterns={}) | a11::nodes::AsyncNode | inline |
| operator=(const AsyncNode &)=delete | a11::nodes::AsyncNode | |
| Put(const T &value, std::optional< std::uint32_t > seq=std::nullopt, bool final=false, std::string_view mimetype={}) | a11::nodes::AsyncNode | inline |
| PutChunk(data::Chunk chunk, std::optional< std::uint32_t > seq=std::nullopt, bool final=false) | a11::nodes::AsyncNode | |
| PutFragment(data::NodeFragment fragment) | a11::nodes::AsyncNode | |
| PutNullFinal(std::optional< std::uint32_t > seq=std::nullopt) | a11::nodes::AsyncNode | |
| reader() | a11::nodes::AsyncNode | |
| ResetReader(std::optional< stores::ChunkStoreReaderOptions > options=std::nullopt) | a11::nodes::AsyncNode | |
| serialization_registry() const | a11::nodes::AsyncNode | |
| SetReaderOptions(stores::ChunkStoreReaderOptions options) | a11::nodes::AsyncNode | |
| SetSerializationRegistry(std::shared_ptr< data::SerializationRegistry > registry) | a11::nodes::AsyncNode | |
| SetWriterOptions(stores::ChunkStoreWriterOptions options) | a11::nodes::AsyncNode | |
| WaitForBufferToDrain() | a11::nodes::AsyncNode | |
| writer() | a11::nodes::AsyncNode | |
| ~AsyncNode()=default | a11::nodes::AsyncNode |