Package reactor.netty.transport
@NullMarked
package reactor.netty.transport
Transport builders for clients and servers.
-
ClassDescriptionInternal class that creates unresolved or resolved InetSocketAddress instances Numeric IPv4 and IPv6 addresses will be detected and parsed by using Netty's
NetUtil.createByteArrayFromIpAddressString(java.lang.String)
utility method and the InetSocketAddress instances will be created in a way that these instances are resolved initially.A generic clientTransport
that willClientTransport.connect()
to a remote address and provide aConnection
.An interface for selecting resolved addresses based on configuration and available socket addresses.ClientTransportConfig<CONF extends TransportConfig>Encapsulate all necessary configuration for client transport.Internal utility class for UDS on Java 8.ANameResolverProvider
will produceDnsAddressResolverGroup
.Proxy configuration.Proxy Type.A generic serverTransport
that willServerTransport.bind()
to a local address and provide aDisposableServer
.ServerTransportConfig<CONF extends TransportConfig>Encapsulate all necessary configuration for server transport.An immutable transport builder for clients and servers.A basic configuration holder.TransportConnector
is a helper class that creates, initializes and registers the channel.