[][src]Module envoy_sdk::extension::filter::network

Envoy Network Filter API.

Enums

FilterStatus

Return codes for on_downstream_data and on_upstream_data filter invocations.

Traits

DownstreamDataOps

An interface for accessing data in the read buffer (data read from the downstream connection).

NetworkFilter

An interface of the Envoy Network Filter extension.

Ops

An interface for accessing data in both read and write buffers.

UpstreamDataOps

An interface for accessing data in the write buffer (data to be written to the downstream connection).