Struct mai::ProtocolEngineBuilder [] [src]

pub struct ProtocolEngineBuilder<P: ?Sized> where
    P: Protocol
{ pub handler: P::Handler, pub event_loop: MioEventLoop<ProtocolEngine<P>>, pub starting_buffer_size: Bytes, pub buffer_pool_size: usize, pub max_buffer_pool_size: usize, }

Fields

Methods

impl<P: ?Sized> ProtocolEngineBuilder<P> where
    P: Protocol + 'static, 
[src]