Interface Nexus\Mcp\Core\Transport\ReconnectingTransportInterface

extends TransportInterface

A transport that replaces its own connection in place, so the peer a caller writes to may be a different one from the peer it wrote to a moment ago.

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