Struct framecodecs::remote_addr::RemoteAddrCodec [] [src]

pub struct RemoteAddrCodec<C, Kind> { /* fields omitted */ }

Protocol codec used by RemoteAddrProto.

Methods

impl<C, Kind> RemoteAddrCodec<C, Kind>
[src]

Trait Implementations

impl<C> Codec for RemoteAddrCodec<C, Pipeline> where C: Codec
[src]

The type of decoded frames.

The type of frames to be encoded.

Attempts to decode a frame from the provided buffer of bytes. Read more

Encodes a frame into the buffer provided. Read more

A default method available to be called when there are no more bytes available to be read from the underlying I/O. Read more

impl<C, In, Out> Codec for RemoteAddrCodec<C, Multiplex> where C: Codec<In=(RequestId, In), Out=(RequestId, Out)>
[src]

The type of decoded frames.

The type of frames to be encoded.

Attempts to decode a frame from the provided buffer of bytes. Read more

Encodes a frame into the buffer provided. Read more

A default method available to be called when there are no more bytes available to be read from the underlying I/O. Read more