A created WebSocketPair.
The client half travels back to the caller inside the 101 response; the
server half stays with the Durable Object, which hands it to
state.acceptWebSocket.
readonly
client: IDurableObjectClientSocket
Handed back to the connecting replica in the 101 response.
readonly
server: IDurableObjectWebSocket
Retained by the Durable Object and accepted for hibernation.