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.
StaticconnectAlias for createClient; connection still begins in start.
StaticcreateCreate a client endpoint without opening its socket until start.
Client-side A11 WireStream over an isomorphic WebSocket.
The adapter works with the browser WebSocket API and the Node
wspackage, then delegates packet framing, bounded reassembly, half-close, and abort to ChannelWireStream. Create the endpoint, call start once, and await wait for full bidirectional completion.start()only waits for transport startup; it is not the stream's completion future.