Crate tk_bufstream [−] [src]
Structs
| Buf |
A buffer object to be used for reading from network |
| Flushed |
A future which yields the original stream when output buffer is fully written to the socket |
| Framed |
A unified |
| FutureWriteRaw |
A future which converts |
| IoBuf |
A wrapper for full-duplex stream |
| Mock |
A thing that implements tokio_core::io::Io but never ready |
| ReadBuf |
An input counterpart of IoBuf when the latter is split |
| WriteBuf |
An output counterpart of IoBuf when the latter is split |
| WriteRaw |
A structure that locks IoBuf and allows you to write to the socket directly |
Traits
| Decode |
Decoding of a frame from an internal buffer. |
| Encode |
A trait for encoding frames into a byte buffer. |