Module toku_connection::handler[][src]

Structs

Ready

Settings negotiated from handshake.

Enums

DelegatedFrame

Specific types of toku frames that are delegated to a connection handler. The rest of the frames will be handled by the connection itself.

Traits

Handler

A trait that handles the specific functionality of a connection. The client and server each implement this.