Module stream_write_message

Source
Expand description

Nested message and enum types in StreamWriteMessage.

Modules§

from_client
Nested message and enum types in FromClient.
from_server
Nested message and enum types in FromServer.
init_request
Nested message and enum types in InitRequest.
write_request
Nested message and enum types in WriteRequest.
write_response
Nested message and enum types in WriteResponse.

Structs§

FromClient
Client-server message for write session. Contains one of: InitRequest - handshake request. WriteRequest - portion of data to be written. UpdateTokenRequest - user credentials if update is needed.
FromServer
Server-client message for write session. Contains either non-success status, or one of: InitResponse - correct handshake response. WriteResponse - acknowledgment of storing client messages. UpdateTokenResponse - acknowledgment of reauthentication and reauthorization.
InitRequest
Handshake request that must be sent to server first.
InitResponse
Response for handshake.
WriteRequest
Represents portion of client messages.
WriteResponse
Message that represents acknowledgment for sequence of client messages. This sequence is persisted together so write statistics is for messages batch.