mirror of
https://github.com/fafhrd91/actix-net
synced 2025-03-15 06:33:05 +01:00
1 line
22 KiB
JavaScript
1 line
22 KiB
JavaScript
|
searchState.loadedDescShard("actix_tls", 0, "TLS acceptor and connector services for the Actix …\nTLS connection acceptor services.\nTCP and TLS connector services.\nWraps service errors.\nTLS handshake has timed-out.\nWraps TLS service errors.\nTLS handshake error, TLS timeout, or inner service error.\nReturns the argument unchanged.\nCalls <code>U::from(self)</code>.\nCasts the infallible service error type returned from …\nSets the maximum per-worker concurrent TLS connection …\n<code>native-tls</code> based TLS connection acceptor service.\n<code>openssl</code> based TLS acceptor service.\n<code>rustls</code> v0.20 based TLS connection acceptor service.\n<code>rustls</code> v0.21 based TLS connection acceptor service.\n<code>rustls</code> v0.22 based TLS connection acceptor service.\n<code>rustls</code> v0.23 based TLS connection acceptor service.\nAccept TLS connections via the <code>native-tls</code> crate.\nNative-TLS based acceptor service.\nWraps a <code>native-tls</code> based async TLS stream in order to …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls <code>U::from(self)</code>.\nCalls <code>U::from(self)</code>.\nCalls <code>U::from(self)</code>.\nConstructs <code>native-tls</code> based acceptor service factory.\nRe-exports from <code>native-tls</code> that are useful for acceptors.\nLimit the amount of time that the acceptor will wait for a …\nAn error returned from the TLS implementation.\nA wrapper around a <code>native_tls::TlsAcceptor</code>, providing an …\nAccepts a new client connection with the provided stream.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls <code>U::from(self)</code>.\nCalls <code>U::from(self)</code>.\nAccept TLS connections via the <code>openssl</code> crate.\nOpenSSL based acceptor service.\nWraps an <code>openssl</code> based async TLS stream in order to …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls <code>U::from(self)</code>.\nCalls <code>U::from(self)</code>.\nCalls <code>U::from(self)</code>.\nCreate <code>openssl</code> based acceptor service factory.\nRe-exports from <code>openssl</code> that are useful for acceptors.\nLimit the amount of time that the acceptor will wait for a …\nTerminate the handshake with a fatal alert.\nAn error returned from an ALPN selection callback.\nAn SSL error.\nThe handshake failed.\nAn error or intermediate state after a TLS handshake …\nDo not select a protocol, but continue the handshake.\nSetup failed.\nThe state of an SSL/TLS session.\nA type which wraps server-side streams in a TLS session.\nA builder for <code>SslAcceptor</code>s.\nThe handshake encountered a <code>WouldBlock</code> error midway …\nInitiates a server-side TLS session on a stream.\nInitiates a server-side TLS handshake.\nConsumes the builder, returning a <code>SslAcceptor</code>.\nInitiates a client-side TLS handshake.\nReturns a shared reference to the inner raw <code>SslContext</code>.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls <code>U::from(self)</code>.\nCalls <code>U::from(self)</code>.\nCalls <code>U::from(self)</code>.\nCalls <code>U::from(self)</code>.\nConsumes the <code>SslAcceptor</code>, returning the inner raw …\nCreates a new builder configured to connect to non-legacy …\nCreates a new builder configured to connect to non-legacy …\nCreates a new builder configured to connect to modern …\nCreates a new builder configured to connect to modern …\nCreates a new <code>Ssl</code>.\nReturns a new extra data index.\nAccept TLS connections via the <code>rustls</code> crate.\nRustls based acceptor service.\nWraps a <code>rustls</code> based async TLS stream in order to …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls <code>U::from(self)</code>.\nCalls <code>U::from(self)</code>.\nCalls <code>U::from(self)</code>.\nConstructs <code>rustls</
|