Struct actix_net::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 Handler<PauseServer> for Server
[src]

The type of value that this handle will return

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. Read more

Auto Trait Implementations

impl Send for PauseServer

impl Sync for PauseServer