Module poem::listener[][src]

Expand description

Commonly used listeners.

Structs

An IO type for BoxAcceptor.

Listener for the Listener::combine and AcceptorExt::combine method.

A acceptor that accepts TCP connections.

A TCP listener.

A TLS or SSL protocol acceptor.

TLS Config.

A wrapper around an underlying listener which implements the TLS or SSL protocol.

A acceptor that accepts connections.

A Unix domain socket listener.

Enums

A IO stream for CombinedAcceptor.

Traits

Represents a acceptor type.

Extension trait for Acceptor.

Represents a listener that can be listens for incoming connections.

Type Definitions

An owned dynamically typed Acceptor for use in cases where you can’t statically type your result or need to add some indirection.