Module poem::listener [−][src]
Expand description
Commonly used listeners.
Structs
An IO type for BoxAcceptor.
Used to combine two listeners.
Listener for the combine
method.
A acceptor that accepts TCP connections.
A TCP listener.
TlsAcceptor
tls
A TLS or SSL protocol acceptor.
TlsConfig
tls
TLS Config.
TlsListener
tls
A wrapper around an underlying listener which implements the TLS or SSL protocol.
UnixAcceptorUnix
A acceptor that accepts connections.
UnixListenerUnix
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.