Interface Nexus\Mcp\Core\Transport\AbortableTransportInterface

extends TransportInterface

A transport whose in-flight work can be stopped one request at a time, rather than only wholesale by close(). The inbound counterpart is CancellableTransportInterface, which reports a peer abandoning a request the caller is serving.

Methods
Methods inherited from Nexus\Mcp\Core\Transport\TransportInterface
start(), send(), close(), onMessage(), onError(), onDrain(), onClose()