Module ntex::io

source ·
Expand description

IO streaming utilities.

Modules§

  • utilities and helpers for testing
  • Query related types

Structs§

  • Default Io filter
  • Dispatcher - is a future that reads frames from bytes stream and pass then to the service.
  • Shared dispatcher configuration
  • 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.
  • Interface object to underlying io stream
  • Boxed Io object with erased filter type
  • OnDisconnect future resolves when socket get disconnected
  • Context for io read task
  • Sealed filter type
  • Context for io write task

Enums§

Traits§

Functions§

  • Service that converts any Io stream to IoBoxed stream