Struct actix_net::keepalive::KeepAliveService[][src]

pub struct KeepAliveService<R, E, F> { /* fields omitted */ }

Methods

impl<R, E, F> KeepAliveService<R, E, F> where
    F: Fn() -> E, 
[src]

Trait Implementations

impl<R, E, F> Service for KeepAliveService<R, E, F> where
    F: Fn() -> E, 
[src]

Requests handled by the service.

Responses given by the service.

Errors produced by the service.

The future response value.

Returns Ready when the service is able to process requests. Read more

Process the request and return the response asynchronously. Read more

A future yielding the service when it is ready to accept a request.

Auto Trait Implementations

impl<R, E, F> !Send for KeepAliveService<R, E, F>

impl<R, E, F> !Sync for KeepAliveService<R, E, F>