Module ntex::io[][src]

Expand description

IO streaming utilities.

Modules

async runtime helpers

Structs

Framed dispatcher - is a future that reads frames from bytes stream and pass then to the service.

A unified interface to an underlying I/O object, using the Encoder and Decoder traits to encode and decode frames. Framed is heavily optimized for streaming io.

OnDisconnect future resolves when socket get disconnected

Enums

Traits

Functions

Create filter factory service

Service that converts Io responses from service to the IoBoxed

Service that converts any Io stream to IoBoxed stream