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.

OnDisconnect future resolves when socket get disconnected

Enums

Framed transport item

Traits

Functions

Create filter factory service

Service that converts any Io stream to IoBoxed stream

Type Definitions