Package reactor.netty.tcp
@NullMarked
package reactor.netty.tcp
Components for writing TCP-based clients and servers using Reactor abstractions.
-
ClassDescriptionAbstractProtocolSslContextSpec<T extends AbstractProtocolSslContextSpec<T>>SslContext builder that provides, specific for protocol, default configuration.SslContext builder that does not provide any default configuration.SSL Provider.Generic SslContext builder that provides, specific for the protocol, default configuration.SslContext builder that provides, specific for the protocol, default configuration.A TcpClient allows building in a safe immutable way a TCP client that is materialized and connecting when
TcpClient.connect()
is ultimately called.Encapsulate all necessary configuration for TCP client transport.Hold the default Tcp resources.A TcpServer allows building in a safe immutable way a TCP server that is materialized and connecting whenServerTransport.bind()
is ultimately called.Encapsulate all necessary configuration for TCP server transport.SslContext builder that provides default configuration specific to TCP as follows:SslProvider
will be set depending onOpenSsl.isAvailable()
The default cipher suites will be used Application protocol negotiation configuration is disabled