Struct actix_web::server::PauseServer [] [src]

pub struct PauseServer;

Pause accepting incoming connections

If socket contains some pending connection, they might be dropped. All opened connection remains active.

Trait Implementations

impl<H: IntoHttpHandler> Handler<PauseServer> for HttpServer<H>
[src]

The type of value that this handle will return

[src]

Method is called for every message received by this Actor

impl Message for PauseServer
[src]

The type of value that this message will resolved with if it is successful.

Auto Trait Implementations

impl Send for PauseServer

impl Sync for PauseServer