Struct sozu_command_lib::config::Listener[][src]

pub struct Listener {
    pub address: SocketAddr,
    pub protocol: FileListenerProtocolConfig,
    pub public_address: Option<String>,
    pub answer_404: Option<String>,
    pub answer_503: Option<String>,
    pub cipher_list: Option<String>,
    pub rustls_cipher_list: Option<Vec<String>>,
    pub tls_versions: Option<Vec<TlsVersion>>,
    pub expect_proxy: Option<bool>,
    pub sticky_name: String,
}

Fields

Methods

impl Listener
[src]

Trait Implementations

impl Debug for Listener
[src]

Formats the value using the given formatter. Read more

impl Clone for Listener
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Listener
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Listener
[src]

impl Hash for Listener
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl Send for Listener

impl Sync for Listener