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 TcpClientConnection
TcpClientConnection.create
(WebClient webClient, ConnectionKey connectionKey, List<String> tcpProtocolIds, Function<TcpClientConnection, Boolean> releaseFunction, Consumer<TcpClientConnection> closeConsumer) Create a new TCP Connection.Method parameters in io.helidon.webclient.api with type arguments of type TcpClientConnectionModifier and TypeMethodDescriptionstatic TcpClientConnection
TcpClientConnection.create
(WebClient webClient, ConnectionKey connectionKey, List<String> tcpProtocolIds, Function<TcpClientConnection, Boolean> releaseFunction, Consumer<TcpClientConnection> closeConsumer) Create a new TCP Connection.static TcpClientConnection
TcpClientConnection.create
(WebClient webClient, ConnectionKey connectionKey, List<String> tcpProtocolIds, Function<TcpClientConnection, Boolean> releaseFunction, Consumer<TcpClientConnection> closeConsumer) Create a new TCP Connection.