Results for “Std.Db.Protocol.Message”
5 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Db.Protocol.Message
One message, as it travels: the letter naming its kind and the bytes after
- Std.Db.Protocol.readMessage
&Bytes -> Result[(Std.Db.Protocol.Message, Bytes), Std.Db.Protocol.ProtocolError]Read one complete message, preserving any following frames.
- Std.Db.Session.emptyMessage
Std.Db.Protocol.MessageA message carrying nothing, for a read that found none.
- Std.Db.Session.nextMessage
Std.Db.Session.Connection -> Result[(Std.Db.Protocol.Message, Std.Db.Session.Connection), Std.Db.Session.DbError]Read the next message, taking more from the socket only when what has
- Std.Db.Session.nextMessageLimited
Std.Db.Session.Connection -> Int -> Result[(Std.Db.Protocol.Message, Std.Db.Session.Connection), Std.Db.Session.DbError]Read one bounded message. A broken or partially consumed transport is closed.
