Configures this client or server with given transport-level read timeout
(default: unbounded).
Configures this client or server with given transport-level read timeout
(default: unbounded).
The transport-level read timeout is the maximum amount of time a connection/transport may have received no data.
Configures this client or server with given TCP receive buffer size (default: unspecified,
a system-level value will be used).
Configures this client or server with given TCP receive buffer size (default: unspecified,
a system-level value will be used).
Configures this client or server with given TCP send buffer size (default: unspecified,
a system-level value will be used).
Configures this client or server with given TCP send buffer size (default: unspecified,
a system-level value will be used).
Enables the TLS/SSL support (connection encrypting) on this server.
Enables the TLS/SSL support (connection encrypting) on this server.
the path to the PEM encoded certificate file
the path to the corresponding PEM encoded key file
the path to the optional PEM encoded CA cert file
(JSSE: If caCertPath is set, it should contain the
certificate and will be used in place of certificatePath)
the ciphers spec (OpenSSL)
the next protocols specs
Makes the transport of this client or server verbose (default: disabled).
Makes the transport of this client or server verbose (default: disabled).
A verbose transport logs its activity onto a configured logger (by default, standard output).
Configures this client or server with given transport-level write timeout
(default: unbounded).
Configures this client or server with given transport-level write timeout
(default: unbounded).
The transport-level write timeout is the maximum amount of time a connection/transport may not have sent any data.
A collection of methods for configuring the Transport for Finagle servers.
a Stack.Parameterized server to configure
com.twitter.finagle.param.TransportParams