Transport
Table of Contents
Namespaces
- Stdio
Interfaces
- TransportInterface
Classes
- BaseTransport
- Provides a skeletal implementation of the TransportInterface to minimize
the effort required to implement this interface.
- CallbackStream
- A PSR-7 StreamInterface that executes a callback when read.
- InMemoryTransport
- Provides a skeletal implementation of the TransportInterface to minimize
the effort required to implement this interface.
- StdioTransport
- Provides a skeletal implementation of the TransportInterface to minimize
the effort required to implement this interface.
- StreamableHttpTransport
- Provides a skeletal implementation of the TransportInterface to minimize
the effort required to implement this interface.
Traits
- ManagesTransportCallbacks
- A trait for managing the various callbacks provided by the Protocol layer.