Drive the responding side and install inbound lifecycle callbacks.
OptionalonMessage: OnWireMessageOptionalonDone: OnWireDoneAwait queued outbound delivery after requesting a half-close.
Return the normalized epoch deadline, or null when disabled.
Return the transport-assigned stream identifier.
Return an advanced transport handle, when the implementation has one.
Return the current terminal error, or OK while healthy/cleanly done.
Return peer half-close trailers once received.
Stop sending after queued messages, while continuing to receive.
Optionaltrailers: ByteMapInputQueue a message for asynchronous transport; this does not await delivery.
Change the absolute deadline; omit it to disable the deadline.
Optionaldeadline: WireDeadlineDrive the initiating side and install inbound lifecycle callbacks.
OptionalonMessage: OnWireMessageOptionalonDone: OnWireDoneAwait full stream completion rather than only the startup handshake.
StaticcreateCreate client/server endpoints sharing one stream id.
Call WireStream.start on the first endpoint and
WireStream.accept on the second. options applies to both sides;
firstOptions and secondOptions provide endpoint-specific overrides.
A paired WireStream transport with no network dependency.
Use this for tests, local agent composition, and bridges that need ordinary WireStream lifecycle/backpressure semantics without a socket. Packets cross an asynchronous in-memory boundary, so callbacks, half-close, drain, and completion behave like the network transports rather than like direct function calls.