Uses of Class
io.helidon.webclient.api.TcpClientConnection
Packages that use TcpClientConnection
-
Uses of TcpClientConnection in io.helidon.webclient.api
Methods in io.helidon.webclient.api that return TcpClientConnectionModifier and TypeMethodDescriptionTcpClientConnection.connect()Connect this connection over the network.static TcpClientConnectionTcpClientConnection.create(WebClient webClient, ClientConnectionTarget connectionTarget, List<String> tcpProtocolIds, Function<TcpClientConnection, Boolean> releaseFunction, Consumer<TcpClientConnection> closeConsumer) Create a TCP connection from a logical connection target.static TcpClientConnectionTcpClientConnection.create(WebClient webClient, ConnectionKey connectionKey, List<String> tcpProtocolIds, Function<TcpClientConnection, Boolean> releaseFunction, Consumer<TcpClientConnection> closeConsumer) Create a new TCP Connection.static TcpClientConnectionTcpClientConnection.create(WebClient webClient, ResolvedClientTarget resolvedTarget, List<String> tcpProtocolIds, Function<TcpClientConnection, Boolean> releaseFunction, Consumer<TcpClientConnection> closeConsumer) Create a TCP connection from a resolved physical target.Method parameters in io.helidon.webclient.api with type arguments of type TcpClientConnectionModifier and TypeMethodDescriptionstatic TcpClientConnectionTcpClientConnection.create(WebClient webClient, ClientConnectionTarget connectionTarget, List<String> tcpProtocolIds, Function<TcpClientConnection, Boolean> releaseFunction, Consumer<TcpClientConnection> closeConsumer) Create a TCP connection from a logical connection target.static TcpClientConnectionTcpClientConnection.create(WebClient webClient, ClientConnectionTarget connectionTarget, List<String> tcpProtocolIds, Function<TcpClientConnection, Boolean> releaseFunction, Consumer<TcpClientConnection> closeConsumer) Create a TCP connection from a logical connection target.static TcpClientConnectionTcpClientConnection.create(WebClient webClient, ConnectionKey connectionKey, List<String> tcpProtocolIds, Function<TcpClientConnection, Boolean> releaseFunction, Consumer<TcpClientConnection> closeConsumer) Create a new TCP Connection.static TcpClientConnectionTcpClientConnection.create(WebClient webClient, ConnectionKey connectionKey, List<String> tcpProtocolIds, Function<TcpClientConnection, Boolean> releaseFunction, Consumer<TcpClientConnection> closeConsumer) Create a new TCP Connection.static TcpClientConnectionTcpClientConnection.create(WebClient webClient, ResolvedClientTarget resolvedTarget, List<String> tcpProtocolIds, Function<TcpClientConnection, Boolean> releaseFunction, Consumer<TcpClientConnection> closeConsumer) Create a TCP connection from a resolved physical target.static TcpClientConnectionTcpClientConnection.create(WebClient webClient, ResolvedClientTarget resolvedTarget, List<String> tcpProtocolIds, Function<TcpClientConnection, Boolean> releaseFunction, Consumer<TcpClientConnection> closeConsumer) Create a TCP connection from a resolved physical target.