Module poem::listener[][src]

Expand description

Commonly used listeners.

Structs

Used to combine two listeners.

Listener for the 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.

Represents a listener that can be listens for incoming connections.