V1Transport [constructor] | Construct a v1 transport for the given node id (used only for logging). |
GetBytesToSend [virtual] | Return the bytes currently pending to be sent on the wire. |
GetInfo [virtual] | Return the transport info (protocol type; v1 has no session id). |
GetReceivedMessage [virtual] | Retrieve a completed received message, stamping it with the given time. |
GetSendMemoryUsage [virtual] | Return the memory used by buffered send data. |
MarkBytesSent [virtual] | Report how many pending bytes were actually sent. |
ReceivedBytes [virtual] | Feed received wire bytes to the transport, consuming them from the front. |
ReceivedMessageComplete [virtual] | Return whether a full message has been received and can be retrieved. |
SetMessageToSend [virtual] | Set the next message to send, returning whether it was accepted. |
ShouldReconnectV1 [virtual] | Whether a v1 reconnect is warranted; always false for a v1 transport. |