RemoteConnection
Protocol negotiation and ordered transport for one authenticated connection, confined to its execution owner. The adapter supplies authenticated bytes and synchronous transport writes, never arbitrary peers. The fixed bootstrap limits apply until both greetings have been sent; thereafter both sides use their intersection. All partial buffers and the transport callback are released on close or protocol failure.
Constructors
Types
Functions
Releases unsent work for a terminal session, retaining only ordered cancellation for an already started fragment group. Callers must separately send its typed Close notification; active business actions are never coalesced.
Accepts one frame and returns only complete post-negotiation application messages. The first peer greeting is consumed here; a repeated greeting or premature application message is rejected.
Sends one application message after successful capability negotiation. Queue exhaustion fails the connection explicitly; actions are never dropped silently.